|
|
@@ -95,6 +95,7 @@ |
|
|
|
//
|
|
|
|
this.RemarksTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
this.RemarksTextBox.Location = new System.Drawing.Point(72, 137);
|
|
|
|
this.RemarksTextBox.MaxLength = 32;
|
|
|
|
this.RemarksTextBox.Name = "RemarksTextBox";
|
|
|
|
this.RemarksTextBox.Size = new System.Drawing.Size(160, 20);
|
|
|
|
this.RemarksTextBox.TabIndex = 10;
|
|
|
@@ -134,6 +135,7 @@ |
|
|
|
//
|
|
|
|
this.ProxyPortTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
this.ProxyPortTextBox.Location = new System.Drawing.Point(72, 111);
|
|
|
|
this.ProxyPortTextBox.MaxLength = 10;
|
|
|
|
this.ProxyPortTextBox.Name = "ProxyPortTextBox";
|
|
|
|
this.ProxyPortTextBox.Size = new System.Drawing.Size(160, 20);
|
|
|
|
this.ProxyPortTextBox.TabIndex = 4;
|
|
|
@@ -163,6 +165,7 @@ |
|
|
|
//
|
|
|
|
this.IPTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
this.IPTextBox.Location = new System.Drawing.Point(72, 6);
|
|
|
|
this.IPTextBox.MaxLength = 512;
|
|
|
|
this.IPTextBox.Name = "IPTextBox";
|
|
|
|
this.IPTextBox.Size = new System.Drawing.Size(160, 20);
|
|
|
|
this.IPTextBox.TabIndex = 0;
|
|
|
@@ -172,6 +175,7 @@ |
|
|
|
//
|
|
|
|
this.ServerPortTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
this.ServerPortTextBox.Location = new System.Drawing.Point(72, 32);
|
|
|
|
this.ServerPortTextBox.MaxLength = 10;
|
|
|
|
this.ServerPortTextBox.Name = "ServerPortTextBox";
|
|
|
|
this.ServerPortTextBox.Size = new System.Drawing.Size(160, 20);
|
|
|
|
this.ServerPortTextBox.TabIndex = 1;
|
|
|
@@ -181,6 +185,7 @@ |
|
|
|
//
|
|
|
|
this.PasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
this.PasswordTextBox.Location = new System.Drawing.Point(72, 58);
|
|
|
|
this.PasswordTextBox.MaxLength = 256;
|
|
|
|
this.PasswordTextBox.Name = "PasswordTextBox";
|
|
|
|
this.PasswordTextBox.PasswordChar = '*';
|
|
|
|
this.PasswordTextBox.Size = new System.Drawing.Size(160, 20);
|
|
|
|