WingMan – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 1... Line 1...
1 namespace WingMan 1 namespace WingMan
2 { 2 {
3 partial class Form1 3 partial class WingManForm
4 { 4 {
5 /// <summary> 5 /// <summary>
6 /// Required designer variable. 6 /// Required designer variable.
7 /// </summary> 7 /// </summary>
8 private System.ComponentModel.IContainer components = null; 8 private System.ComponentModel.IContainer components = null;
Line 27... Line 27...
27 /// the contents of this method with the code editor. 27 /// the contents of this method with the code editor.
28 /// </summary> 28 /// </summary>
29 private void InitializeComponent() 29 private void InitializeComponent()
30 { 30 {
31 this.groupBox1 = new System.Windows.Forms.GroupBox(); 31 this.groupBox1 = new System.Windows.Forms.GroupBox();
-   32 this.comboBox1 = new System.Windows.Forms.ComboBox();
32 this.button2 = new System.Windows.Forms.Button(); 33 this.button2 = new System.Windows.Forms.Button();
33 this.button1 = new System.Windows.Forms.Button(); 34 this.button1 = new System.Windows.Forms.Button();
34 this.label1 = new System.Windows.Forms.Label(); 35 this.label1 = new System.Windows.Forms.Label();
35 this.textBox1 = new System.Windows.Forms.TextBox(); 36 this.textBox1 = new System.Windows.Forms.TextBox();
36 this.listBox1 = new System.Windows.Forms.ListBox(); 37 this.listBox1 = new System.Windows.Forms.ListBox();
37 this.groupBox2 = new System.Windows.Forms.GroupBox(); 38 this.groupBox2 = new System.Windows.Forms.GroupBox();
38 this.button5 = new System.Windows.Forms.Button(); 39 this.button5 = new System.Windows.Forms.Button();
39 this.textBox4 = new System.Windows.Forms.TextBox(); 40 this.LobbySayTextBox = new System.Windows.Forms.TextBox();
40 this.textBox3 = new System.Windows.Forms.TextBox(); 41 this.LobbyTextBox = new System.Windows.Forms.TextBox();
41 this.groupBox3 = new System.Windows.Forms.GroupBox(); 42 this.groupBox3 = new System.Windows.Forms.GroupBox();
42 this.button3 = new System.Windows.Forms.Button(); 43 this.button3 = new System.Windows.Forms.Button();
43 this.button4 = new System.Windows.Forms.Button(); 44 this.button4 = new System.Windows.Forms.Button();
44 this.label2 = new System.Windows.Forms.Label(); 45 this.label2 = new System.Windows.Forms.Label();
45 this.textBox2 = new System.Windows.Forms.TextBox(); 46 this.textBox2 = new System.Windows.Forms.TextBox();
46 this.listBox2 = new System.Windows.Forms.ListBox(); 47 this.listBox2 = new System.Windows.Forms.ListBox();
47 this.groupBox4 = new System.Windows.Forms.GroupBox(); 48 this.groupBox4 = new System.Windows.Forms.GroupBox();
-   49 this.label5 = new System.Windows.Forms.Label();
-   50 this.Nick = new System.Windows.Forms.TextBox();
48 this.HostButton = new System.Windows.Forms.Button(); 51 this.HostButton = new System.Windows.Forms.Button();
49 this.label4 = new System.Windows.Forms.Label(); 52 this.label4 = new System.Windows.Forms.Label();
50 this.ConnectButton = new System.Windows.Forms.Button(); 53 this.ConnectButton = new System.Windows.Forms.Button();
51 this.Port = new System.Windows.Forms.TextBox(); 54 this.Port = new System.Windows.Forms.TextBox();
52 this.label3 = new System.Windows.Forms.Label(); 55 this.label3 = new System.Windows.Forms.Label();
53 this.Address = new System.Windows.Forms.TextBox(); 56 this.Address = new System.Windows.Forms.TextBox();
54 this.statusStrip = new System.Windows.Forms.StatusStrip(); 57 this.statusStrip = new System.Windows.Forms.StatusStrip();
55 this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); 58 this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
-   59 this.tabControl1 = new System.Windows.Forms.TabControl();
-   60 this.tabPage1 = new System.Windows.Forms.TabPage();
-   61 this.groupBox5 = new System.Windows.Forms.GroupBox();
-   62 this.ActivityTextBox = new System.Windows.Forms.TextBox();
-   63 this.tabPage2 = new System.Windows.Forms.TabPage();
56 this.groupBox1.SuspendLayout(); 64 this.groupBox1.SuspendLayout();
57 this.groupBox2.SuspendLayout(); 65 this.groupBox2.SuspendLayout();
58 this.groupBox3.SuspendLayout(); 66 this.groupBox3.SuspendLayout();
59 this.groupBox4.SuspendLayout(); 67 this.groupBox4.SuspendLayout();
60 this.statusStrip.SuspendLayout(); 68 this.statusStrip.SuspendLayout();
-   69 this.tabControl1.SuspendLayout();
-   70 this.tabPage1.SuspendLayout();
-   71 this.groupBox5.SuspendLayout();
-   72 this.tabPage2.SuspendLayout();
61 this.SuspendLayout(); 73 this.SuspendLayout();
62 // 74 //
63 // groupBox1 75 // groupBox1
64 // 76 //
-   77 this.groupBox1.Controls.Add(this.comboBox1);
65 this.groupBox1.Controls.Add(this.button2); 78 this.groupBox1.Controls.Add(this.button2);
66 this.groupBox1.Controls.Add(this.button1); 79 this.groupBox1.Controls.Add(this.button1);
67 this.groupBox1.Controls.Add(this.label1); 80 this.groupBox1.Controls.Add(this.label1);
68 this.groupBox1.Controls.Add(this.textBox1); 81 this.groupBox1.Controls.Add(this.textBox1);
69 this.groupBox1.Controls.Add(this.listBox1); 82 this.groupBox1.Controls.Add(this.listBox1);
70 this.groupBox1.Location = new System.Drawing.Point(8, 128); 83 this.groupBox1.Location = new System.Drawing.Point(12, 10);
71 this.groupBox1.Name = "groupBox1"; 84 this.groupBox1.Name = "groupBox1";
72 this.groupBox1.Size = new System.Drawing.Size(256, 296); 85 this.groupBox1.Size = new System.Drawing.Size(256, 296);
73 this.groupBox1.TabIndex = 0; 86 this.groupBox1.TabIndex = 0;
74 this.groupBox1.TabStop = false; 87 this.groupBox1.TabStop = false;
75 this.groupBox1.Text = "Wing (Them)"; 88 this.groupBox1.Text = "Wing (Them)";
76 // 89 //
-   90 // comboBox1
-   91 //
-   92 this.comboBox1.FormattingEnabled = true;
-   93 this.comboBox1.Location = new System.Drawing.Point(8, 24);
-   94 this.comboBox1.Name = "comboBox1";
-   95 this.comboBox1.Size = new System.Drawing.Size(240, 21);
-   96 this.comboBox1.TabIndex = 5;
-   97 //
77 // button2 98 // button2
78 // 99 //
79 this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 100 this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
80 this.button2.Location = new System.Drawing.Point(168, 264); 101 this.button2.Location = new System.Drawing.Point(168, 264);
81 this.button2.Name = "button2"; 102 this.button2.Name = "button2";
Line 114... Line 135...
114 // 135 //
115 // listBox1 136 // listBox1
116 // 137 //
117 this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 138 this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
118 this.listBox1.FormattingEnabled = true; 139 this.listBox1.FormattingEnabled = true;
119 this.listBox1.Location = new System.Drawing.Point(8, 16); 140 this.listBox1.Location = new System.Drawing.Point(8, 56);
120 this.listBox1.Name = "listBox1"; 141 this.listBox1.Name = "listBox1";
121 this.listBox1.Size = new System.Drawing.Size(240, 184); 142 this.listBox1.Size = new System.Drawing.Size(240, 132);
122 this.listBox1.TabIndex = 0; 143 this.listBox1.TabIndex = 0;
123 // 144 //
124 // groupBox2 145 // groupBox2
125 // 146 //
126 this.groupBox2.Controls.Add(this.button5); 147 this.groupBox2.Controls.Add(this.button5);
127 this.groupBox2.Controls.Add(this.textBox4); 148 this.groupBox2.Controls.Add(this.LobbySayTextBox);
128 this.groupBox2.Controls.Add(this.textBox3); 149 this.groupBox2.Controls.Add(this.LobbyTextBox);
129 this.groupBox2.Location = new System.Drawing.Point(272, 128); 150 this.groupBox2.Location = new System.Drawing.Point(276, 10);
130 this.groupBox2.Name = "groupBox2"; 151 this.groupBox2.Name = "groupBox2";
131 this.groupBox2.Size = new System.Drawing.Size(256, 296); 152 this.groupBox2.Size = new System.Drawing.Size(256, 296);
132 this.groupBox2.TabIndex = 1; 153 this.groupBox2.TabIndex = 1;
133 this.groupBox2.TabStop = false; 154 this.groupBox2.TabStop = false;
134 this.groupBox2.Text = "Lobby"; 155 this.groupBox2.Text = "Lobby";
Line 140... Line 161...
140 this.button5.Name = "button5"; 161 this.button5.Name = "button5";
141 this.button5.Size = new System.Drawing.Size(40, 20); 162 this.button5.Size = new System.Drawing.Size(40, 20);
142 this.button5.TabIndex = 2; 163 this.button5.TabIndex = 2;
143 this.button5.UseVisualStyleBackColor = true; 164 this.button5.UseVisualStyleBackColor = true;
144 // 165 //
145 // textBox4 166 // LobbySayTextBox
146 // 167 //
147 this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 168 this.LobbySayTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
148 this.textBox4.Location = new System.Drawing.Point(8, 264); 169 this.LobbySayTextBox.Location = new System.Drawing.Point(8, 264);
149 this.textBox4.Name = "textBox4"; 170 this.LobbySayTextBox.Name = "LobbySayTextBox";
150 this.textBox4.Size = new System.Drawing.Size(192, 20); 171 this.LobbySayTextBox.Size = new System.Drawing.Size(192, 20);
151 this.textBox4.TabIndex = 1; 172 this.LobbySayTextBox.TabIndex = 1;
-   173 this.LobbySayTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LobbySayTextBoxKeyDown);
152 // 174 //
153 // textBox3 175 // LobbyTextBox
154 // 176 //
155 this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 177 this.LobbyTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
156 this.textBox3.Location = new System.Drawing.Point(8, 16); 178 this.LobbyTextBox.Location = new System.Drawing.Point(8, 16);
157 this.textBox3.Multiline = true; 179 this.LobbyTextBox.Multiline = true;
158 this.textBox3.Name = "textBox3"; 180 this.LobbyTextBox.Name = "LobbyTextBox";
159 this.textBox3.ReadOnly = true; 181 this.LobbyTextBox.ReadOnly = true;
160 this.textBox3.Size = new System.Drawing.Size(240, 240); 182 this.LobbyTextBox.Size = new System.Drawing.Size(240, 240);
161 this.textBox3.TabIndex = 0; 183 this.LobbyTextBox.TabIndex = 0;
162 // 184 //
163 // groupBox3 185 // groupBox3
164 // 186 //
165 this.groupBox3.Controls.Add(this.button3); 187 this.groupBox3.Controls.Add(this.button3);
166 this.groupBox3.Controls.Add(this.button4); 188 this.groupBox3.Controls.Add(this.button4);
167 this.groupBox3.Controls.Add(this.label2); 189 this.groupBox3.Controls.Add(this.label2);
168 this.groupBox3.Controls.Add(this.textBox2); 190 this.groupBox3.Controls.Add(this.textBox2);
169 this.groupBox3.Controls.Add(this.listBox2); 191 this.groupBox3.Controls.Add(this.listBox2);
170 this.groupBox3.Location = new System.Drawing.Point(536, 128); 192 this.groupBox3.Location = new System.Drawing.Point(540, 10);
171 this.groupBox3.Name = "groupBox3"; 193 this.groupBox3.Name = "groupBox3";
172 this.groupBox3.Size = new System.Drawing.Size(256, 296); 194 this.groupBox3.Size = new System.Drawing.Size(256, 296);
173 this.groupBox3.TabIndex = 2; 195 this.groupBox3.TabIndex = 2;
174 this.groupBox3.TabStop = false; 196 this.groupBox3.TabStop = false;
175 this.groupBox3.Text = "Helm (You)"; 197 this.groupBox3.Text = "Helm (You)";
Line 220... Line 242...
220 this.listBox2.Size = new System.Drawing.Size(240, 184); 242 this.listBox2.Size = new System.Drawing.Size(240, 184);
221 this.listBox2.TabIndex = 1; 243 this.listBox2.TabIndex = 1;
222 // 244 //
223 // groupBox4 245 // groupBox4
224 // 246 //
-   247 this.groupBox4.Controls.Add(this.label5);
-   248 this.groupBox4.Controls.Add(this.Nick);
225 this.groupBox4.Controls.Add(this.HostButton); 249 this.groupBox4.Controls.Add(this.HostButton);
226 this.groupBox4.Controls.Add(this.label4); 250 this.groupBox4.Controls.Add(this.label4);
227 this.groupBox4.Controls.Add(this.ConnectButton); 251 this.groupBox4.Controls.Add(this.ConnectButton);
228 this.groupBox4.Controls.Add(this.Port); 252 this.groupBox4.Controls.Add(this.Port);
229 this.groupBox4.Controls.Add(this.label3); 253 this.groupBox4.Controls.Add(this.label3);
230 this.groupBox4.Controls.Add(this.Address); 254 this.groupBox4.Controls.Add(this.Address);
231 this.groupBox4.Location = new System.Drawing.Point(16, 8); 255 this.groupBox4.Location = new System.Drawing.Point(8, 8);
232 this.groupBox4.Name = "groupBox4"; 256 this.groupBox4.Name = "groupBox4";
233 this.groupBox4.Size = new System.Drawing.Size(248, 112); 257 this.groupBox4.Size = new System.Drawing.Size(344, 112);
234 this.groupBox4.TabIndex = 3; 258 this.groupBox4.TabIndex = 3;
235 this.groupBox4.TabStop = false; 259 this.groupBox4.TabStop = false;
236 this.groupBox4.Text = "Connection"; 260 this.groupBox4.Text = "Connection";
237 // 261 //
-   262 // label5
-   263 //
-   264 this.label5.AutoSize = true;
-   265 this.label5.Location = new System.Drawing.Point(16, 52);
-   266 this.label5.Name = "label5";
-   267 this.label5.Size = new System.Drawing.Size(29, 13);
-   268 this.label5.TabIndex = 8;
-   269 this.label5.Text = "Nick";
-   270 //
-   271 // Nick
-   272 //
-   273 this.Nick.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
-   274 this.Nick.Location = new System.Drawing.Point(56, 48);
-   275 this.Nick.Name = "Nick";
-   276 this.Nick.Size = new System.Drawing.Size(176, 20);
-   277 this.Nick.TabIndex = 7;
-   278 //
238 // HostButton 279 // HostButton
239 // 280 //
240 this.HostButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 281 this.HostButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
241 this.HostButton.Location = new System.Drawing.Point(96, 80); 282 this.HostButton.Location = new System.Drawing.Point(136, 80);
242 this.HostButton.Name = "HostButton"; 283 this.HostButton.Name = "HostButton";
243 this.HostButton.Size = new System.Drawing.Size(75, 23); 284 this.HostButton.Size = new System.Drawing.Size(75, 23);
244 this.HostButton.TabIndex = 6; 285 this.HostButton.TabIndex = 6;
245 this.HostButton.Text = "Host"; 286 this.HostButton.Text = "Host";
246 this.HostButton.UseVisualStyleBackColor = true; 287 this.HostButton.UseVisualStyleBackColor = true;
247 this.HostButton.Click += new System.EventHandler(this.HostButtonClickAsync); 288 this.HostButton.Click += new System.EventHandler(this.HostButtonClickAsync);
248 // 289 //
249 // label4 290 // label4
250 // 291 //
251 this.label4.AutoSize = true; 292 this.label4.AutoSize = true;
252 this.label4.Location = new System.Drawing.Point(24, 52); 293 this.label4.Location = new System.Drawing.Point(240, 24);
253 this.label4.Name = "label4"; 294 this.label4.Name = "label4";
254 this.label4.Size = new System.Drawing.Size(26, 13); 295 this.label4.Size = new System.Drawing.Size(26, 13);
255 this.label4.TabIndex = 3; 296 this.label4.TabIndex = 3;
256 this.label4.Text = "Port"; 297 this.label4.Text = "Port";
257 // 298 //
258 // ConnectButton 299 // ConnectButton
259 // 300 //
260 this.ConnectButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 301 this.ConnectButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
261 this.ConnectButton.Location = new System.Drawing.Point(16, 80); 302 this.ConnectButton.Location = new System.Drawing.Point(56, 80);
262 this.ConnectButton.Name = "ConnectButton"; 303 this.ConnectButton.Name = "ConnectButton";
263 this.ConnectButton.Size = new System.Drawing.Size(75, 23); 304 this.ConnectButton.Size = new System.Drawing.Size(75, 23);
264 this.ConnectButton.TabIndex = 5; 305 this.ConnectButton.TabIndex = 5;
265 this.ConnectButton.Text = "Connect"; 306 this.ConnectButton.Text = "Connect";
266 this.ConnectButton.UseVisualStyleBackColor = true; 307 this.ConnectButton.UseVisualStyleBackColor = true;
267 this.ConnectButton.Click += new System.EventHandler(this.ConnectButtonClickAsync); 308 this.ConnectButton.Click += new System.EventHandler(this.ConnectButtonClickAsync);
268 // 309 //
269 // Port 310 // Port
270 // 311 //
271 this.Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 312 this.Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
272 this.Port.Location = new System.Drawing.Point(56, 48); 313 this.Port.Location = new System.Drawing.Point(272, 20);
273 this.Port.Name = "Port"; 314 this.Port.Name = "Port";
274 this.Port.Size = new System.Drawing.Size(60, 20); 315 this.Port.Size = new System.Drawing.Size(60, 20);
275 this.Port.TabIndex = 2; 316 this.Port.TabIndex = 2;
276 this.Port.Text = "43335"; 317 this.Port.Text = "43335";
277 this.Port.Click += new System.EventHandler(this.PortTextBoxClick); 318 this.Port.Click += new System.EventHandler(this.PortTextBoxClick);
Line 288... Line 329...
288 // Address 329 // Address
289 // 330 //
290 this.Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 331 this.Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
291 this.Address.Location = new System.Drawing.Point(56, 20); 332 this.Address.Location = new System.Drawing.Point(56, 20);
292 this.Address.Name = "Address"; 333 this.Address.Name = "Address";
293 this.Address.Size = new System.Drawing.Size(180, 20); 334 this.Address.Size = new System.Drawing.Size(176, 20);
294 this.Address.TabIndex = 0; 335 this.Address.TabIndex = 0;
295 this.Address.Text = "0.0.0.0"; 336 this.Address.Text = "0.0.0.0";
296 this.Address.Click += new System.EventHandler(this.AddressTextBoxClick); 337 this.Address.Click += new System.EventHandler(this.AddressTextBoxClick);
297 // 338 //
298 // statusStrip 339 // statusStrip
Line 308... Line 349...
308 // toolStripStatusLabel 349 // toolStripStatusLabel
309 // 350 //
310 this.toolStripStatusLabel.Name = "toolStripStatusLabel"; 351 this.toolStripStatusLabel.Name = "toolStripStatusLabel";
311 this.toolStripStatusLabel.Size = new System.Drawing.Size(0, 17); 352 this.toolStripStatusLabel.Size = new System.Drawing.Size(0, 17);
312 // 353 //
-   354 // tabControl1
-   355 //
-   356 this.tabControl1.Controls.Add(this.tabPage1);
-   357 this.tabControl1.Controls.Add(this.tabPage2);
-   358 this.tabControl1.Location = new System.Drawing.Point(0, 64);
-   359 this.tabControl1.Name = "tabControl1";
-   360 this.tabControl1.SelectedIndex = 0;
-   361 this.tabControl1.Size = new System.Drawing.Size(800, 360);
-   362 this.tabControl1.TabIndex = 5;
-   363 //
313 // Form1 364 // tabPage1
-   365 //
-   366 this.tabPage1.Controls.Add(this.groupBox5);
-   367 this.tabPage1.Controls.Add(this.groupBox4);
-   368 this.tabPage1.Location = new System.Drawing.Point(4, 22);
-   369 this.tabPage1.Name = "tabPage1";
-   370 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
-   371 this.tabPage1.Size = new System.Drawing.Size(792, 334);
-   372 this.tabPage1.TabIndex = 0;
-   373 this.tabPage1.Text = "Connection";
-   374 this.tabPage1.UseVisualStyleBackColor = true;
-   375 //
-   376 // groupBox5
-   377 //
-   378 this.groupBox5.Controls.Add(this.ActivityTextBox);
-   379 this.groupBox5.Location = new System.Drawing.Point(8, 128);
-   380 this.groupBox5.Name = "groupBox5";
-   381 this.groupBox5.Size = new System.Drawing.Size(776, 200);
-   382 this.groupBox5.TabIndex = 5;
-   383 this.groupBox5.TabStop = false;
-   384 this.groupBox5.Text = "Activity";
-   385 //
-   386 // ActivityTextBox
-   387 //
-   388 this.ActivityTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
-   389 this.ActivityTextBox.Location = new System.Drawing.Point(8, 16);
-   390 this.ActivityTextBox.Multiline = true;
-   391 this.ActivityTextBox.Name = "ActivityTextBox";
-   392 this.ActivityTextBox.Size = new System.Drawing.Size(760, 176);
-   393 this.ActivityTextBox.TabIndex = 4;
-   394 //
-   395 // tabPage2
-   396 //
-   397 this.tabPage2.Controls.Add(this.groupBox1);
-   398 this.tabPage2.Controls.Add(this.groupBox2);
-   399 this.tabPage2.Controls.Add(this.groupBox3);
-   400 this.tabPage2.Location = new System.Drawing.Point(4, 22);
-   401 this.tabPage2.Name = "tabPage2";
-   402 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
-   403 this.tabPage2.Size = new System.Drawing.Size(792, 334);
-   404 this.tabPage2.TabIndex = 1;
-   405 this.tabPage2.Text = "Bindings";
-   406 this.tabPage2.UseVisualStyleBackColor = true;
-   407 //
-   408 // WingManForm
314 // 409 //
315 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 410 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
316 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 411 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
317 this.ClientSize = new System.Drawing.Size(800, 450); 412 this.ClientSize = new System.Drawing.Size(800, 450);
-   413 this.Controls.Add(this.tabControl1);
318 this.Controls.Add(this.statusStrip); 414 this.Controls.Add(this.statusStrip);
319 this.Controls.Add(this.groupBox4); -  
320 this.Controls.Add(this.groupBox3); -  
321 this.Controls.Add(this.groupBox2); -  
322 this.Controls.Add(this.groupBox1); -  
323 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 415 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
324 this.MaximizeBox = false; 416 this.MaximizeBox = false;
325 this.MaximumSize = new System.Drawing.Size(816, 488); 417 this.MaximumSize = new System.Drawing.Size(816, 488);
326 this.MinimizeBox = false; 418 this.MinimizeBox = false;
327 this.MinimumSize = new System.Drawing.Size(816, 488); 419 this.MinimumSize = new System.Drawing.Size(816, 488);
328 this.Name = "Form1"; 420 this.Name = "WingManForm";
329 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; 421 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
330 this.Text = "Form1"; 422 this.Text = "WingManForm";
331 this.groupBox1.ResumeLayout(false); 423 this.groupBox1.ResumeLayout(false);
332 this.groupBox1.PerformLayout(); 424 this.groupBox1.PerformLayout();
333 this.groupBox2.ResumeLayout(false); 425 this.groupBox2.ResumeLayout(false);
334 this.groupBox2.PerformLayout(); 426 this.groupBox2.PerformLayout();
335 this.groupBox3.ResumeLayout(false); 427 this.groupBox3.ResumeLayout(false);
336 this.groupBox3.PerformLayout(); 428 this.groupBox3.PerformLayout();
337 this.groupBox4.ResumeLayout(false); 429 this.groupBox4.ResumeLayout(false);
338 this.groupBox4.PerformLayout(); 430 this.groupBox4.PerformLayout();
339 this.statusStrip.ResumeLayout(false); 431 this.statusStrip.ResumeLayout(false);
340 this.statusStrip.PerformLayout(); 432 this.statusStrip.PerformLayout();
-   433 this.tabControl1.ResumeLayout(false);
-   434 this.tabPage1.ResumeLayout(false);
-   435 this.groupBox5.ResumeLayout(false);
-   436 this.groupBox5.PerformLayout();
-   437 this.tabPage2.ResumeLayout(false);
341 this.ResumeLayout(false); 438 this.ResumeLayout(false);
342 this.PerformLayout(); 439 this.PerformLayout();
Line 343... Line 440...
343   440  
Line 350... Line 447...
350 private System.Windows.Forms.GroupBox groupBox3; 447 private System.Windows.Forms.GroupBox groupBox3;
351 private System.Windows.Forms.ListBox listBox1; 448 private System.Windows.Forms.ListBox listBox1;
352 private System.Windows.Forms.ListBox listBox2; 449 private System.Windows.Forms.ListBox listBox2;
353 private System.Windows.Forms.Label label1; 450 private System.Windows.Forms.Label label1;
354 private System.Windows.Forms.TextBox textBox1; 451 private System.Windows.Forms.TextBox textBox1;
355 private System.Windows.Forms.TextBox textBox4; 452 private System.Windows.Forms.TextBox LobbySayTextBox;
356 private System.Windows.Forms.TextBox textBox3; 453 public System.Windows.Forms.TextBox LobbyTextBox;
357 private System.Windows.Forms.Label label2; 454 private System.Windows.Forms.Label label2;
358 private System.Windows.Forms.TextBox textBox2; 455 private System.Windows.Forms.TextBox textBox2;
359 private System.Windows.Forms.Button button2; 456 private System.Windows.Forms.Button button2;
360 private System.Windows.Forms.Button button1; 457 private System.Windows.Forms.Button button1;
361 private System.Windows.Forms.Button button3; 458 private System.Windows.Forms.Button button3;
Line 368... Line 465...
368 private System.Windows.Forms.TextBox Port; 465 private System.Windows.Forms.TextBox Port;
369 private System.Windows.Forms.Label label3; 466 private System.Windows.Forms.Label label3;
370 private System.Windows.Forms.TextBox Address; 467 private System.Windows.Forms.TextBox Address;
371 private System.Windows.Forms.StatusStrip statusStrip; 468 private System.Windows.Forms.StatusStrip statusStrip;
372 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel; 469 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
-   470 private System.Windows.Forms.ComboBox comboBox1;
-   471 private System.Windows.Forms.Label label5;
-   472 private System.Windows.Forms.TextBox Nick;
-   473 private System.Windows.Forms.TabControl tabControl1;
-   474 private System.Windows.Forms.TabPage tabPage1;
-   475 private System.Windows.Forms.GroupBox groupBox5;
-   476 public System.Windows.Forms.TextBox ActivityTextBox;
-   477 private System.Windows.Forms.TabPage tabPage2;
373 } 478 }
374 } 479 }