WingMan – Blame information for rev 5

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 namespace WingMan
2 {
2 office 3 partial class WingManForm
1 office 4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9  
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22  
23 #region Windows Form Designer generated code
24  
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.groupBox1 = new System.Windows.Forms.GroupBox();
5 office 32 this.WingBindingsComboBox = new System.Windows.Forms.ComboBox();
1 office 33 this.button2 = new System.Windows.Forms.Button();
34 this.button1 = new System.Windows.Forms.Button();
35 this.label1 = new System.Windows.Forms.Label();
36 this.textBox1 = new System.Windows.Forms.TextBox();
5 office 37 this.WingBindingsListBox = new System.Windows.Forms.ListBox();
1 office 38 this.groupBox2 = new System.Windows.Forms.GroupBox();
39 this.button5 = new System.Windows.Forms.Button();
2 office 40 this.LobbySayTextBox = new System.Windows.Forms.TextBox();
41 this.LobbyTextBox = new System.Windows.Forms.TextBox();
1 office 42 this.groupBox3 = new System.Windows.Forms.GroupBox();
4 office 43 this.HelmBindingsListBox = new System.Windows.Forms.ListBox();
1 office 44 this.button3 = new System.Windows.Forms.Button();
4 office 45 this.HelmAddButton = new System.Windows.Forms.Button();
1 office 46 this.label2 = new System.Windows.Forms.Label();
4 office 47 this.HelmNameTextBox = new System.Windows.Forms.TextBox();
1 office 48 this.groupBox4 = new System.Windows.Forms.GroupBox();
2 office 49 this.label5 = new System.Windows.Forms.Label();
50 this.Nick = new System.Windows.Forms.TextBox();
1 office 51 this.HostButton = new System.Windows.Forms.Button();
52 this.label4 = new System.Windows.Forms.Label();
53 this.ConnectButton = new System.Windows.Forms.Button();
54 this.Port = new System.Windows.Forms.TextBox();
55 this.label3 = new System.Windows.Forms.Label();
56 this.Address = new System.Windows.Forms.TextBox();
57 this.statusStrip = new System.Windows.Forms.StatusStrip();
58 this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
2 office 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();
4 office 64 this.tabPage3 = new System.Windows.Forms.TabPage();
65 this.pictureBox1 = new System.Windows.Forms.PictureBox();
66 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
1 office 67 this.groupBox1.SuspendLayout();
68 this.groupBox2.SuspendLayout();
69 this.groupBox3.SuspendLayout();
70 this.groupBox4.SuspendLayout();
71 this.statusStrip.SuspendLayout();
2 office 72 this.tabControl1.SuspendLayout();
73 this.tabPage1.SuspendLayout();
74 this.groupBox5.SuspendLayout();
75 this.tabPage2.SuspendLayout();
4 office 76 this.tabPage3.SuspendLayout();
77 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
78 this.tableLayoutPanel1.SuspendLayout();
1 office 79 this.SuspendLayout();
80 //
81 // groupBox1
82 //
5 office 83 this.groupBox1.Controls.Add(this.WingBindingsComboBox);
1 office 84 this.groupBox1.Controls.Add(this.button2);
85 this.groupBox1.Controls.Add(this.button1);
86 this.groupBox1.Controls.Add(this.label1);
87 this.groupBox1.Controls.Add(this.textBox1);
5 office 88 this.groupBox1.Controls.Add(this.WingBindingsListBox);
4 office 89 this.groupBox1.Location = new System.Drawing.Point(8, 10);
1 office 90 this.groupBox1.Name = "groupBox1";
4 office 91 this.groupBox1.Size = new System.Drawing.Size(248, 296);
1 office 92 this.groupBox1.TabIndex = 0;
93 this.groupBox1.TabStop = false;
94 this.groupBox1.Text = "Wing (Them)";
95 //
5 office 96 // WingBindingsComboBox
2 office 97 //
5 office 98 this.WingBindingsComboBox.FormattingEnabled = true;
99 this.WingBindingsComboBox.Location = new System.Drawing.Point(8, 24);
100 this.WingBindingsComboBox.Name = "WingBindingsComboBox";
101 this.WingBindingsComboBox.Size = new System.Drawing.Size(232, 21);
102 this.WingBindingsComboBox.TabIndex = 5;
103 this.WingBindingsComboBox.SelectedIndexChanged += new System.EventHandler(this.WingBindingsComboBoxIndexChanged);
2 office 104 //
1 office 105 // button2
106 //
107 this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
108 this.button2.Location = new System.Drawing.Point(168, 264);
109 this.button2.Name = "button2";
110 this.button2.Size = new System.Drawing.Size(75, 23);
111 this.button2.TabIndex = 4;
112 this.button2.Text = "Unbind";
113 this.button2.UseVisualStyleBackColor = true;
114 //
115 // button1
116 //
117 this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
118 this.button1.Location = new System.Drawing.Point(88, 264);
119 this.button1.Name = "button1";
120 this.button1.Size = new System.Drawing.Size(75, 23);
121 this.button1.TabIndex = 3;
122 this.button1.Text = "Bind";
123 this.button1.UseVisualStyleBackColor = true;
124 //
125 // label1
126 //
127 this.label1.AutoSize = true;
4 office 128 this.label1.Location = new System.Drawing.Point(8, 236);
1 office 129 this.label1.Name = "label1";
130 this.label1.Size = new System.Drawing.Size(54, 13);
131 this.label1.TabIndex = 2;
132 this.label1.Text = "Bound To";
133 //
134 // textBox1
135 //
136 this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
4 office 137 this.textBox1.Location = new System.Drawing.Point(72, 232);
1 office 138 this.textBox1.Name = "textBox1";
139 this.textBox1.ReadOnly = true;
4 office 140 this.textBox1.Size = new System.Drawing.Size(168, 20);
1 office 141 this.textBox1.TabIndex = 1;
142 //
5 office 143 // WingBindingsListBox
1 office 144 //
5 office 145 this.WingBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
146 this.WingBindingsListBox.FormattingEnabled = true;
147 this.WingBindingsListBox.Location = new System.Drawing.Point(8, 56);
148 this.WingBindingsListBox.Name = "WingBindingsListBox";
149 this.WingBindingsListBox.Size = new System.Drawing.Size(232, 158);
150 this.WingBindingsListBox.TabIndex = 0;
1 office 151 //
152 // groupBox2
153 //
154 this.groupBox2.Controls.Add(this.button5);
2 office 155 this.groupBox2.Controls.Add(this.LobbySayTextBox);
156 this.groupBox2.Controls.Add(this.LobbyTextBox);
4 office 157 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
158 this.groupBox2.Location = new System.Drawing.Point(0, 0);
1 office 159 this.groupBox2.Name = "groupBox2";
4 office 160 this.groupBox2.Size = new System.Drawing.Size(530, 311);
1 office 161 this.groupBox2.TabIndex = 1;
162 this.groupBox2.TabStop = false;
163 this.groupBox2.Text = "Lobby";
164 //
165 // button5
166 //
167 this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
4 office 168 this.button5.Location = new System.Drawing.Point(480, 280);
1 office 169 this.button5.Name = "button5";
170 this.button5.Size = new System.Drawing.Size(40, 20);
171 this.button5.TabIndex = 2;
172 this.button5.UseVisualStyleBackColor = true;
5 office 173 this.button5.Click += new System.EventHandler(this.LobbySayButtonClick);
1 office 174 //
2 office 175 // LobbySayTextBox
1 office 176 //
2 office 177 this.LobbySayTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
4 office 178 this.LobbySayTextBox.Location = new System.Drawing.Point(8, 280);
2 office 179 this.LobbySayTextBox.Name = "LobbySayTextBox";
4 office 180 this.LobbySayTextBox.Size = new System.Drawing.Size(464, 20);
2 office 181 this.LobbySayTextBox.TabIndex = 1;
182 this.LobbySayTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LobbySayTextBoxKeyDown);
1 office 183 //
2 office 184 // LobbyTextBox
1 office 185 //
2 office 186 this.LobbyTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
187 this.LobbyTextBox.Location = new System.Drawing.Point(8, 16);
188 this.LobbyTextBox.Multiline = true;
189 this.LobbyTextBox.Name = "LobbyTextBox";
190 this.LobbyTextBox.ReadOnly = true;
4 office 191 this.LobbyTextBox.Size = new System.Drawing.Size(512, 256);
2 office 192 this.LobbyTextBox.TabIndex = 0;
1 office 193 //
194 // groupBox3
195 //
4 office 196 this.groupBox3.Controls.Add(this.HelmBindingsListBox);
1 office 197 this.groupBox3.Controls.Add(this.button3);
4 office 198 this.groupBox3.Controls.Add(this.HelmAddButton);
1 office 199 this.groupBox3.Controls.Add(this.label2);
4 office 200 this.groupBox3.Controls.Add(this.HelmNameTextBox);
201 this.groupBox3.Location = new System.Drawing.Point(272, 8);
1 office 202 this.groupBox3.Name = "groupBox3";
4 office 203 this.groupBox3.Size = new System.Drawing.Size(248, 296);
1 office 204 this.groupBox3.TabIndex = 2;
205 this.groupBox3.TabStop = false;
206 this.groupBox3.Text = "Helm (You)";
207 //
4 office 208 // HelmBindingsListBox
209 //
210 this.HelmBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
211 this.HelmBindingsListBox.FormattingEnabled = true;
212 this.HelmBindingsListBox.Location = new System.Drawing.Point(8, 16);
213 this.HelmBindingsListBox.Name = "HelmBindingsListBox";
214 this.HelmBindingsListBox.Size = new System.Drawing.Size(232, 197);
215 this.HelmBindingsListBox.TabIndex = 7;
216 //
1 office 217 // button3
218 //
219 this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
220 this.button3.Location = new System.Drawing.Point(168, 264);
221 this.button3.Name = "button3";
222 this.button3.Size = new System.Drawing.Size(75, 23);
223 this.button3.TabIndex = 6;
224 this.button3.Text = "Remove";
225 this.button3.UseVisualStyleBackColor = true;
4 office 226 this.button3.Click += new System.EventHandler(this.HelmRemoveButtonClick);
1 office 227 //
4 office 228 // HelmAddButton
1 office 229 //
4 office 230 this.HelmAddButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
231 this.HelmAddButton.Location = new System.Drawing.Point(88, 264);
232 this.HelmAddButton.Name = "HelmAddButton";
233 this.HelmAddButton.Size = new System.Drawing.Size(75, 23);
234 this.HelmAddButton.TabIndex = 5;
235 this.HelmAddButton.Text = "Add";
236 this.HelmAddButton.UseVisualStyleBackColor = true;
237 this.HelmAddButton.Click += new System.EventHandler(this.HelmAddButtonClick);
1 office 238 //
239 // label2
240 //
241 this.label2.AutoSize = true;
4 office 242 this.label2.Location = new System.Drawing.Point(24, 236);
1 office 243 this.label2.Name = "label2";
244 this.label2.Size = new System.Drawing.Size(35, 13);
245 this.label2.TabIndex = 4;
246 this.label2.Text = "Name";
247 //
4 office 248 // HelmNameTextBox
1 office 249 //
4 office 250 this.HelmNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
251 this.HelmNameTextBox.Location = new System.Drawing.Point(72, 232);
252 this.HelmNameTextBox.Name = "HelmNameTextBox";
253 this.HelmNameTextBox.Size = new System.Drawing.Size(172, 20);
254 this.HelmNameTextBox.TabIndex = 3;
255 this.HelmNameTextBox.Click += new System.EventHandler(this.HelmNameTextBoxClick);
1 office 256 //
257 // groupBox4
258 //
2 office 259 this.groupBox4.Controls.Add(this.label5);
260 this.groupBox4.Controls.Add(this.Nick);
1 office 261 this.groupBox4.Controls.Add(this.HostButton);
262 this.groupBox4.Controls.Add(this.label4);
263 this.groupBox4.Controls.Add(this.ConnectButton);
264 this.groupBox4.Controls.Add(this.Port);
265 this.groupBox4.Controls.Add(this.label3);
266 this.groupBox4.Controls.Add(this.Address);
2 office 267 this.groupBox4.Location = new System.Drawing.Point(8, 8);
1 office 268 this.groupBox4.Name = "groupBox4";
2 office 269 this.groupBox4.Size = new System.Drawing.Size(344, 112);
1 office 270 this.groupBox4.TabIndex = 3;
271 this.groupBox4.TabStop = false;
272 this.groupBox4.Text = "Connection";
273 //
2 office 274 // label5
275 //
276 this.label5.AutoSize = true;
277 this.label5.Location = new System.Drawing.Point(16, 52);
278 this.label5.Name = "label5";
279 this.label5.Size = new System.Drawing.Size(29, 13);
280 this.label5.TabIndex = 8;
281 this.label5.Text = "Nick";
282 //
283 // Nick
284 //
285 this.Nick.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
286 this.Nick.Location = new System.Drawing.Point(56, 48);
287 this.Nick.Name = "Nick";
288 this.Nick.Size = new System.Drawing.Size(176, 20);
289 this.Nick.TabIndex = 7;
290 //
1 office 291 // HostButton
292 //
293 this.HostButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
2 office 294 this.HostButton.Location = new System.Drawing.Point(136, 80);
1 office 295 this.HostButton.Name = "HostButton";
296 this.HostButton.Size = new System.Drawing.Size(75, 23);
297 this.HostButton.TabIndex = 6;
298 this.HostButton.Text = "Host";
299 this.HostButton.UseVisualStyleBackColor = true;
300 this.HostButton.Click += new System.EventHandler(this.HostButtonClickAsync);
301 //
302 // label4
303 //
304 this.label4.AutoSize = true;
2 office 305 this.label4.Location = new System.Drawing.Point(240, 24);
1 office 306 this.label4.Name = "label4";
307 this.label4.Size = new System.Drawing.Size(26, 13);
308 this.label4.TabIndex = 3;
309 this.label4.Text = "Port";
310 //
311 // ConnectButton
312 //
313 this.ConnectButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
2 office 314 this.ConnectButton.Location = new System.Drawing.Point(56, 80);
1 office 315 this.ConnectButton.Name = "ConnectButton";
316 this.ConnectButton.Size = new System.Drawing.Size(75, 23);
317 this.ConnectButton.TabIndex = 5;
318 this.ConnectButton.Text = "Connect";
319 this.ConnectButton.UseVisualStyleBackColor = true;
320 this.ConnectButton.Click += new System.EventHandler(this.ConnectButtonClickAsync);
321 //
322 // Port
323 //
324 this.Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
2 office 325 this.Port.Location = new System.Drawing.Point(272, 20);
1 office 326 this.Port.Name = "Port";
327 this.Port.Size = new System.Drawing.Size(60, 20);
328 this.Port.TabIndex = 2;
329 this.Port.Text = "43335";
330 this.Port.Click += new System.EventHandler(this.PortTextBoxClick);
331 //
332 // label3
333 //
334 this.label3.AutoSize = true;
335 this.label3.Location = new System.Drawing.Point(8, 24);
336 this.label3.Name = "label3";
337 this.label3.Size = new System.Drawing.Size(45, 13);
338 this.label3.TabIndex = 1;
339 this.label3.Text = "Address";
340 //
341 // Address
342 //
343 this.Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
344 this.Address.Location = new System.Drawing.Point(56, 20);
345 this.Address.Name = "Address";
2 office 346 this.Address.Size = new System.Drawing.Size(176, 20);
1 office 347 this.Address.TabIndex = 0;
348 this.Address.Text = "0.0.0.0";
349 this.Address.Click += new System.EventHandler(this.AddressTextBoxClick);
350 //
351 // statusStrip
352 //
353 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
354 this.toolStripStatusLabel});
355 this.statusStrip.Location = new System.Drawing.Point(0, 428);
356 this.statusStrip.Name = "statusStrip";
4 office 357 this.statusStrip.Size = new System.Drawing.Size(544, 22);
1 office 358 this.statusStrip.TabIndex = 4;
359 this.statusStrip.Text = "statusStrip1";
360 //
361 // toolStripStatusLabel
362 //
363 this.toolStripStatusLabel.Name = "toolStripStatusLabel";
364 this.toolStripStatusLabel.Size = new System.Drawing.Size(0, 17);
365 //
2 office 366 // tabControl1
1 office 367 //
2 office 368 this.tabControl1.Controls.Add(this.tabPage1);
369 this.tabControl1.Controls.Add(this.tabPage2);
4 office 370 this.tabControl1.Controls.Add(this.tabPage3);
371 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
372 this.tabControl1.Location = new System.Drawing.Point(3, 92);
2 office 373 this.tabControl1.Name = "tabControl1";
374 this.tabControl1.SelectedIndex = 0;
4 office 375 this.tabControl1.Size = new System.Drawing.Size(538, 337);
2 office 376 this.tabControl1.TabIndex = 5;
377 //
378 // tabPage1
379 //
380 this.tabPage1.Controls.Add(this.groupBox5);
381 this.tabPage1.Controls.Add(this.groupBox4);
382 this.tabPage1.Location = new System.Drawing.Point(4, 22);
383 this.tabPage1.Name = "tabPage1";
384 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
4 office 385 this.tabPage1.Size = new System.Drawing.Size(530, 311);
2 office 386 this.tabPage1.TabIndex = 0;
387 this.tabPage1.Text = "Connection";
388 this.tabPage1.UseVisualStyleBackColor = true;
389 //
390 // groupBox5
391 //
392 this.groupBox5.Controls.Add(this.ActivityTextBox);
393 this.groupBox5.Location = new System.Drawing.Point(8, 128);
394 this.groupBox5.Name = "groupBox5";
4 office 395 this.groupBox5.Size = new System.Drawing.Size(512, 176);
2 office 396 this.groupBox5.TabIndex = 5;
397 this.groupBox5.TabStop = false;
398 this.groupBox5.Text = "Activity";
399 //
400 // ActivityTextBox
401 //
402 this.ActivityTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
403 this.ActivityTextBox.Location = new System.Drawing.Point(8, 16);
404 this.ActivityTextBox.Multiline = true;
405 this.ActivityTextBox.Name = "ActivityTextBox";
4 office 406 this.ActivityTextBox.Size = new System.Drawing.Size(496, 152);
2 office 407 this.ActivityTextBox.TabIndex = 4;
408 //
409 // tabPage2
410 //
411 this.tabPage2.Controls.Add(this.groupBox1);
412 this.tabPage2.Controls.Add(this.groupBox3);
413 this.tabPage2.Location = new System.Drawing.Point(4, 22);
414 this.tabPage2.Name = "tabPage2";
415 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
4 office 416 this.tabPage2.Size = new System.Drawing.Size(530, 311);
2 office 417 this.tabPage2.TabIndex = 1;
418 this.tabPage2.Text = "Bindings";
419 this.tabPage2.UseVisualStyleBackColor = true;
420 //
4 office 421 // tabPage3
422 //
423 this.tabPage3.Controls.Add(this.groupBox2);
424 this.tabPage3.Location = new System.Drawing.Point(4, 22);
425 this.tabPage3.Name = "tabPage3";
426 this.tabPage3.Size = new System.Drawing.Size(530, 311);
427 this.tabPage3.TabIndex = 2;
428 this.tabPage3.Text = "Chat";
429 this.tabPage3.UseVisualStyleBackColor = true;
430 //
431 // pictureBox1
432 //
433 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
434 this.pictureBox1.Location = new System.Drawing.Point(3, 3);
435 this.pictureBox1.Name = "pictureBox1";
436 this.pictureBox1.Size = new System.Drawing.Size(538, 83);
437 this.pictureBox1.TabIndex = 6;
438 this.pictureBox1.TabStop = false;
439 //
440 // tableLayoutPanel1
441 //
442 this.tableLayoutPanel1.ColumnCount = 1;
443 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
444 this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 1);
445 this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
446 this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
447 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
448 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
449 this.tableLayoutPanel1.RowCount = 2;
450 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.71428F));
451 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 79.28571F));
452 this.tableLayoutPanel1.Size = new System.Drawing.Size(544, 432);
453 this.tableLayoutPanel1.TabIndex = 7;
454 //
2 office 455 // WingManForm
456 //
1 office 457 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
458 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
4 office 459 this.ClientSize = new System.Drawing.Size(544, 450);
1 office 460 this.Controls.Add(this.statusStrip);
4 office 461 this.Controls.Add(this.tableLayoutPanel1);
1 office 462 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
463 this.MaximizeBox = false;
4 office 464 this.MaximumSize = new System.Drawing.Size(560, 488);
1 office 465 this.MinimizeBox = false;
4 office 466 this.MinimumSize = new System.Drawing.Size(560, 488);
2 office 467 this.Name = "WingManForm";
1 office 468 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
2 office 469 this.Text = "WingManForm";
1 office 470 this.groupBox1.ResumeLayout(false);
471 this.groupBox1.PerformLayout();
472 this.groupBox2.ResumeLayout(false);
473 this.groupBox2.PerformLayout();
474 this.groupBox3.ResumeLayout(false);
475 this.groupBox3.PerformLayout();
476 this.groupBox4.ResumeLayout(false);
477 this.groupBox4.PerformLayout();
478 this.statusStrip.ResumeLayout(false);
479 this.statusStrip.PerformLayout();
2 office 480 this.tabControl1.ResumeLayout(false);
481 this.tabPage1.ResumeLayout(false);
482 this.groupBox5.ResumeLayout(false);
483 this.groupBox5.PerformLayout();
484 this.tabPage2.ResumeLayout(false);
4 office 485 this.tabPage3.ResumeLayout(false);
486 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
487 this.tableLayoutPanel1.ResumeLayout(false);
1 office 488 this.ResumeLayout(false);
489 this.PerformLayout();
490  
491 }
492  
493 #endregion
494  
495 private System.Windows.Forms.GroupBox groupBox1;
496 private System.Windows.Forms.GroupBox groupBox2;
497 private System.Windows.Forms.GroupBox groupBox3;
5 office 498 private System.Windows.Forms.ListBox WingBindingsListBox;
1 office 499 private System.Windows.Forms.Label label1;
500 private System.Windows.Forms.TextBox textBox1;
2 office 501 private System.Windows.Forms.TextBox LobbySayTextBox;
502 public System.Windows.Forms.TextBox LobbyTextBox;
1 office 503 private System.Windows.Forms.Label label2;
4 office 504 private System.Windows.Forms.TextBox HelmNameTextBox;
1 office 505 private System.Windows.Forms.Button button2;
506 private System.Windows.Forms.Button button1;
507 private System.Windows.Forms.Button button3;
4 office 508 private System.Windows.Forms.Button HelmAddButton;
1 office 509 private System.Windows.Forms.Button button5;
510 private System.Windows.Forms.GroupBox groupBox4;
511 private System.Windows.Forms.Button HostButton;
512 private System.Windows.Forms.Label label4;
513 private System.Windows.Forms.Button ConnectButton;
514 private System.Windows.Forms.TextBox Port;
515 private System.Windows.Forms.Label label3;
516 private System.Windows.Forms.TextBox Address;
517 private System.Windows.Forms.StatusStrip statusStrip;
518 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
5 office 519 private System.Windows.Forms.ComboBox WingBindingsComboBox;
2 office 520 private System.Windows.Forms.Label label5;
521 private System.Windows.Forms.TextBox Nick;
522 private System.Windows.Forms.TabControl tabControl1;
523 private System.Windows.Forms.TabPage tabPage1;
524 private System.Windows.Forms.GroupBox groupBox5;
525 public System.Windows.Forms.TextBox ActivityTextBox;
526 private System.Windows.Forms.TabPage tabPage2;
4 office 527 private System.Windows.Forms.TabPage tabPage3;
528 private System.Windows.Forms.PictureBox pictureBox1;
529 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
530 private System.Windows.Forms.ListBox HelmBindingsListBox;
1 office 531 }
532 }
533