WingMan

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 22  →  ?path2? @ 23
/trunk/WingMan/WingManForm.Designer.cs
@@ -273,7 +273,7 @@
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(279, 20);
this.label6.Location = new System.Drawing.Point(287, 20);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 13);
this.label6.TabIndex = 10;
@@ -282,10 +282,10 @@
// Password
//
this.Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Password.Location = new System.Drawing.Point(336, 16);
this.Password.Location = new System.Drawing.Point(344, 16);
this.Password.Name = "Password";
this.Password.PasswordChar = '*';
this.Password.Size = new System.Drawing.Size(104, 20);
this.Password.Size = new System.Drawing.Size(152, 20);
this.Password.TabIndex = 9;
//
// label5
@@ -299,6 +299,8 @@
//
// Nick
//
this.Nick.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.Nick.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
this.Nick.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Nick.Location = new System.Drawing.Point(152, 48);
this.Nick.Name = "Nick";
@@ -319,7 +321,7 @@
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(185, 20);
this.label4.Location = new System.Drawing.Point(194, 20);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(26, 13);
this.label4.TabIndex = 3;
@@ -338,8 +340,10 @@
//
// Port
//
this.Port.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.Port.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
this.Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Port.Location = new System.Drawing.Point(215, 16);
this.Port.Location = new System.Drawing.Point(224, 16);
this.Port.Name = "Port";
this.Port.Size = new System.Drawing.Size(60, 20);
this.Port.TabIndex = 2;
@@ -349,7 +353,7 @@
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(40, 20);
this.label3.Location = new System.Drawing.Point(8, 20);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 13);
this.label3.TabIndex = 1;
@@ -357,10 +361,12 @@
//
// Address
//
this.Address.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.Address.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
this.Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Address.Location = new System.Drawing.Point(76, 16);
this.Address.Location = new System.Drawing.Point(40, 16);
this.Address.Name = "Address";
this.Address.Size = new System.Drawing.Size(104, 20);
this.Address.Size = new System.Drawing.Size(152, 20);
this.Address.TabIndex = 0;
this.Address.Text = "0.0.0.0";
this.Address.Click += new System.EventHandler(this.AddressTextBoxClick);