2020-05-29 03:32:44 +08:00
|
|
|
|
namespace PortProxyGUI
|
|
|
|
|
{
|
|
|
|
|
partial class NewProxy
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2020-05-29 12:37:04 +08:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewProxy));
|
2020-05-29 03:32:44 +08:00
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.textBox_listenOn = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.textBox_connectTo = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.textBox_connectPort = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.textBox_listenPort = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.comboBox_type = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
2020-05-29 12:37:04 +08:00
|
|
|
|
resources.ApplyResources(this.label1, "label1");
|
2020-05-29 03:32:44 +08:00
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
//
|
|
|
|
|
// textBox_listenOn
|
|
|
|
|
//
|
2020-05-29 12:37:04 +08:00
|
|
|
|
resources.ApplyResources(this.textBox_listenOn, "textBox_listenOn");
|
2020-05-29 03:32:44 +08:00
|
|
|
|
this.textBox_listenOn.Name = "textBox_listenOn";
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
2020-05-29 12:37:04 +08:00
|
|
|
|
resources.ApplyResources(this.label2, "label2");
|
2020-05-29 03:32:44 +08:00
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
//
|
|
|
|
|
// textBox_connectTo
|
|
|
|
|
//
|
2020-05-29 12:37:04 +08:00
|
|
|
|
resources.ApplyResources(this.textBox_connectTo, "textBox_connectTo");
|
2020-05-29 03:32:44 +08:00
|
|
|
|
this.textBox_connectTo.Name = "textBox_connectTo";
|
|
|
|
|
//
|
|
|
|
|
// textBox_connectPort
|
|
|
|
|
//
|
2020-05-29 12:37:04 +08:00
|
|
|
|
resources.ApplyResources(this.textBox_connectPort, "textBox_connectPort");
|
2020-05-29 03:32:44 +08:00
|
|
|
|
this.textBox_connectPort.Name = "textBox_connectPort";
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
2020-05-29 12:37:04 +08:00
|
|
|
|
resources.ApplyResources(this.label3, "label3");
|
2020-05-29 03:32:44 +08:00
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
//
|
|
|
|
|
// button1
|
|
|
|
|
//
|
2020-05-29 12:37:04 +08:00
|
|
|
|
resources.ApplyResources(this.button1, "button1");
|
2020-05-29 03:32:44 +08:00
|
|
|
|
this.button1.Name = "button1";
|
|
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
2020-05-29 12:37:04 +08:00
|
|
|
|
resources.ApplyResources(this.label4, "label4");
|
2020-05-29 03:32:44 +08:00
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
2020-05-29 12:37:04 +08:00
|
|
|
|
resources.ApplyResources(this.label5, "label5");
|
2020-05-29 03:32:44 +08:00
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
//
|
|
|
|
|
// textBox_listenPort
|
|
|
|
|
//
|
2020-05-29 12:37:04 +08:00
|
|
|
|
resources.ApplyResources(this.textBox_listenPort, "textBox_listenPort");
|
2020-05-29 03:32:44 +08:00
|
|
|
|
this.textBox_listenPort.Name = "textBox_listenPort";
|
|
|
|
|
//
|
|
|
|
|
// comboBox_type
|
|
|
|
|
//
|
2020-05-29 12:37:04 +08:00
|
|
|
|
resources.ApplyResources(this.comboBox_type, "comboBox_type");
|
2020-05-29 03:32:44 +08:00
|
|
|
|
this.comboBox_type.FormattingEnabled = true;
|
|
|
|
|
this.comboBox_type.Items.AddRange(new object[] {
|
2020-05-29 12:37:04 +08:00
|
|
|
|
resources.GetString("comboBox_type.Items"),
|
|
|
|
|
resources.GetString("comboBox_type.Items1"),
|
|
|
|
|
resources.GetString("comboBox_type.Items2"),
|
|
|
|
|
resources.GetString("comboBox_type.Items3")});
|
2020-05-29 03:32:44 +08:00
|
|
|
|
this.comboBox_type.Name = "comboBox_type";
|
|
|
|
|
//
|
|
|
|
|
// NewProxy
|
|
|
|
|
//
|
2020-09-24 18:06:57 +08:00
|
|
|
|
this.AcceptButton = this.button1;
|
2020-05-29 12:37:04 +08:00
|
|
|
|
resources.ApplyResources(this, "$this");
|
2020-05-29 03:32:44 +08:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.Controls.Add(this.comboBox_type);
|
|
|
|
|
this.Controls.Add(this.textBox_listenPort);
|
|
|
|
|
this.Controls.Add(this.label5);
|
|
|
|
|
this.Controls.Add(this.label4);
|
|
|
|
|
this.Controls.Add(this.button1);
|
|
|
|
|
this.Controls.Add(this.label3);
|
|
|
|
|
this.Controls.Add(this.textBox_connectPort);
|
|
|
|
|
this.Controls.Add(this.textBox_connectTo);
|
|
|
|
|
this.Controls.Add(this.label2);
|
|
|
|
|
this.Controls.Add(this.textBox_listenOn);
|
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
|
|
|
|
this.Name = "NewProxy";
|
|
|
|
|
this.TopMost = true;
|
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NewProxy_FormClosing);
|
|
|
|
|
this.Load += new System.EventHandler(this.NewProxy_Load);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox_listenOn;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox_connectTo;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox_connectPort;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox_listenPort;
|
|
|
|
|
private System.Windows.Forms.ComboBox comboBox_type;
|
|
|
|
|
}
|
|
|
|
|
}
|