WingMan – Blame information for rev 7

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