WingMan – Blame information for rev 4

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