WingMan – Diff between revs 2 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 4
Line 38... Line 38...
38 this.groupBox2 = new System.Windows.Forms.GroupBox(); 38 this.groupBox2 = new System.Windows.Forms.GroupBox();
39 this.button5 = new System.Windows.Forms.Button(); 39 this.button5 = new System.Windows.Forms.Button();
40 this.LobbySayTextBox = new System.Windows.Forms.TextBox(); 40 this.LobbySayTextBox = new System.Windows.Forms.TextBox();
41 this.LobbyTextBox = new System.Windows.Forms.TextBox(); 41 this.LobbyTextBox = new System.Windows.Forms.TextBox();
42 this.groupBox3 = new System.Windows.Forms.GroupBox(); 42 this.groupBox3 = new System.Windows.Forms.GroupBox();
-   43 this.HelmBindingsListBox = new System.Windows.Forms.ListBox();
43 this.button3 = new System.Windows.Forms.Button(); 44 this.button3 = new System.Windows.Forms.Button();
44 this.button4 = new System.Windows.Forms.Button(); 45 this.HelmAddButton = new System.Windows.Forms.Button();
45 this.label2 = new System.Windows.Forms.Label(); 46 this.label2 = new System.Windows.Forms.Label();
46 this.textBox2 = new System.Windows.Forms.TextBox(); 47 this.HelmNameTextBox = new System.Windows.Forms.TextBox();
47 this.listBox2 = new System.Windows.Forms.ListBox(); -  
48 this.groupBox4 = new System.Windows.Forms.GroupBox(); 48 this.groupBox4 = new System.Windows.Forms.GroupBox();
49 this.label5 = new System.Windows.Forms.Label(); 49 this.label5 = new System.Windows.Forms.Label();
50 this.Nick = new System.Windows.Forms.TextBox(); 50 this.Nick = new System.Windows.Forms.TextBox();
51 this.HostButton = new System.Windows.Forms.Button(); 51 this.HostButton = new System.Windows.Forms.Button();
52 this.label4 = new System.Windows.Forms.Label(); 52 this.label4 = new System.Windows.Forms.Label();
Line 59... Line 59...
59 this.tabControl1 = new System.Windows.Forms.TabControl(); 59 this.tabControl1 = new System.Windows.Forms.TabControl();
60 this.tabPage1 = new System.Windows.Forms.TabPage(); 60 this.tabPage1 = new System.Windows.Forms.TabPage();
61 this.groupBox5 = new System.Windows.Forms.GroupBox(); 61 this.groupBox5 = new System.Windows.Forms.GroupBox();
62 this.ActivityTextBox = new System.Windows.Forms.TextBox(); 62 this.ActivityTextBox = new System.Windows.Forms.TextBox();
63 this.tabPage2 = new System.Windows.Forms.TabPage(); 63 this.tabPage2 = new System.Windows.Forms.TabPage();
-   64 this.tabPage3 = new System.Windows.Forms.TabPage();
-   65 this.pictureBox1 = new System.Windows.Forms.PictureBox();
-   66 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
64 this.groupBox1.SuspendLayout(); 67 this.groupBox1.SuspendLayout();
65 this.groupBox2.SuspendLayout(); 68 this.groupBox2.SuspendLayout();
66 this.groupBox3.SuspendLayout(); 69 this.groupBox3.SuspendLayout();
67 this.groupBox4.SuspendLayout(); 70 this.groupBox4.SuspendLayout();
68 this.statusStrip.SuspendLayout(); 71 this.statusStrip.SuspendLayout();
69 this.tabControl1.SuspendLayout(); 72 this.tabControl1.SuspendLayout();
70 this.tabPage1.SuspendLayout(); 73 this.tabPage1.SuspendLayout();
71 this.groupBox5.SuspendLayout(); 74 this.groupBox5.SuspendLayout();
72 this.tabPage2.SuspendLayout(); 75 this.tabPage2.SuspendLayout();
-   76 this.tabPage3.SuspendLayout();
-   77 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
-   78 this.tableLayoutPanel1.SuspendLayout();
73 this.SuspendLayout(); 79 this.SuspendLayout();
74 // 80 //
75 // groupBox1 81 // groupBox1
76 // 82 //
77 this.groupBox1.Controls.Add(this.comboBox1); 83 this.groupBox1.Controls.Add(this.comboBox1);
78 this.groupBox1.Controls.Add(this.button2); 84 this.groupBox1.Controls.Add(this.button2);
79 this.groupBox1.Controls.Add(this.button1); 85 this.groupBox1.Controls.Add(this.button1);
80 this.groupBox1.Controls.Add(this.label1); 86 this.groupBox1.Controls.Add(this.label1);
81 this.groupBox1.Controls.Add(this.textBox1); 87 this.groupBox1.Controls.Add(this.textBox1);
82 this.groupBox1.Controls.Add(this.listBox1); 88 this.groupBox1.Controls.Add(this.listBox1);
83 this.groupBox1.Location = new System.Drawing.Point(12, 10); 89 this.groupBox1.Location = new System.Drawing.Point(8, 10);
84 this.groupBox1.Name = "groupBox1"; 90 this.groupBox1.Name = "groupBox1";
85 this.groupBox1.Size = new System.Drawing.Size(256, 296); 91 this.groupBox1.Size = new System.Drawing.Size(248, 296);
86 this.groupBox1.TabIndex = 0; 92 this.groupBox1.TabIndex = 0;
87 this.groupBox1.TabStop = false; 93 this.groupBox1.TabStop = false;
88 this.groupBox1.Text = "Wing (Them)"; 94 this.groupBox1.Text = "Wing (Them)";
89 // 95 //
90 // comboBox1 96 // comboBox1
91 // 97 //
92 this.comboBox1.FormattingEnabled = true; 98 this.comboBox1.FormattingEnabled = true;
93 this.comboBox1.Location = new System.Drawing.Point(8, 24); 99 this.comboBox1.Location = new System.Drawing.Point(8, 24);
94 this.comboBox1.Name = "comboBox1"; 100 this.comboBox1.Name = "comboBox1";
95 this.comboBox1.Size = new System.Drawing.Size(240, 21); 101 this.comboBox1.Size = new System.Drawing.Size(232, 21);
96 this.comboBox1.TabIndex = 5; 102 this.comboBox1.TabIndex = 5;
97 // 103 //
98 // button2 104 // button2
99 // 105 //
100 this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 106 this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
Line 116... Line 122...
116 this.button1.UseVisualStyleBackColor = true; 122 this.button1.UseVisualStyleBackColor = true;
117 // 123 //
118 // label1 124 // label1
119 // 125 //
120 this.label1.AutoSize = true; 126 this.label1.AutoSize = true;
121 this.label1.Location = new System.Drawing.Point(8, 232); 127 this.label1.Location = new System.Drawing.Point(8, 236);
122 this.label1.Name = "label1"; 128 this.label1.Name = "label1";
123 this.label1.Size = new System.Drawing.Size(54, 13); 129 this.label1.Size = new System.Drawing.Size(54, 13);
124 this.label1.TabIndex = 2; 130 this.label1.TabIndex = 2;
125 this.label1.Text = "Bound To"; 131 this.label1.Text = "Bound To";
126 // 132 //
127 // textBox1 133 // textBox1
128 // 134 //
129 this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 135 this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
130 this.textBox1.Location = new System.Drawing.Point(72, 228); 136 this.textBox1.Location = new System.Drawing.Point(72, 232);
131 this.textBox1.Name = "textBox1"; 137 this.textBox1.Name = "textBox1";
132 this.textBox1.ReadOnly = true; 138 this.textBox1.ReadOnly = true;
133 this.textBox1.Size = new System.Drawing.Size(172, 20); 139 this.textBox1.Size = new System.Drawing.Size(168, 20);
134 this.textBox1.TabIndex = 1; 140 this.textBox1.TabIndex = 1;
135 // 141 //
136 // listBox1 142 // listBox1
137 // 143 //
138 this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 144 this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
139 this.listBox1.FormattingEnabled = true; 145 this.listBox1.FormattingEnabled = true;
140 this.listBox1.Location = new System.Drawing.Point(8, 56); 146 this.listBox1.Location = new System.Drawing.Point(8, 56);
141 this.listBox1.Name = "listBox1"; 147 this.listBox1.Name = "listBox1";
142 this.listBox1.Size = new System.Drawing.Size(240, 132); 148 this.listBox1.Size = new System.Drawing.Size(232, 158);
143 this.listBox1.TabIndex = 0; 149 this.listBox1.TabIndex = 0;
144 // 150 //
145 // groupBox2 151 // groupBox2
146 // 152 //
147 this.groupBox2.Controls.Add(this.button5); 153 this.groupBox2.Controls.Add(this.button5);
148 this.groupBox2.Controls.Add(this.LobbySayTextBox); 154 this.groupBox2.Controls.Add(this.LobbySayTextBox);
149 this.groupBox2.Controls.Add(this.LobbyTextBox); 155 this.groupBox2.Controls.Add(this.LobbyTextBox);
-   156 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
150 this.groupBox2.Location = new System.Drawing.Point(276, 10); 157 this.groupBox2.Location = new System.Drawing.Point(0, 0);
151 this.groupBox2.Name = "groupBox2"; 158 this.groupBox2.Name = "groupBox2";
152 this.groupBox2.Size = new System.Drawing.Size(256, 296); 159 this.groupBox2.Size = new System.Drawing.Size(530, 311);
153 this.groupBox2.TabIndex = 1; 160 this.groupBox2.TabIndex = 1;
154 this.groupBox2.TabStop = false; 161 this.groupBox2.TabStop = false;
155 this.groupBox2.Text = "Lobby"; 162 this.groupBox2.Text = "Lobby";
156 // 163 //
157 // button5 164 // button5
158 // 165 //
159 this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 166 this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
160 this.button5.Location = new System.Drawing.Point(208, 264); 167 this.button5.Location = new System.Drawing.Point(480, 280);
161 this.button5.Name = "button5"; 168 this.button5.Name = "button5";
162 this.button5.Size = new System.Drawing.Size(40, 20); 169 this.button5.Size = new System.Drawing.Size(40, 20);
163 this.button5.TabIndex = 2; 170 this.button5.TabIndex = 2;
164 this.button5.UseVisualStyleBackColor = true; 171 this.button5.UseVisualStyleBackColor = true;
165 // 172 //
166 // LobbySayTextBox 173 // LobbySayTextBox
167 // 174 //
168 this.LobbySayTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 175 this.LobbySayTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
169 this.LobbySayTextBox.Location = new System.Drawing.Point(8, 264); 176 this.LobbySayTextBox.Location = new System.Drawing.Point(8, 280);
170 this.LobbySayTextBox.Name = "LobbySayTextBox"; 177 this.LobbySayTextBox.Name = "LobbySayTextBox";
171 this.LobbySayTextBox.Size = new System.Drawing.Size(192, 20); 178 this.LobbySayTextBox.Size = new System.Drawing.Size(464, 20);
172 this.LobbySayTextBox.TabIndex = 1; 179 this.LobbySayTextBox.TabIndex = 1;
173 this.LobbySayTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LobbySayTextBoxKeyDown); 180 this.LobbySayTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LobbySayTextBoxKeyDown);
174 // 181 //
175 // LobbyTextBox 182 // LobbyTextBox
176 // 183 //
177 this.LobbyTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 184 this.LobbyTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
178 this.LobbyTextBox.Location = new System.Drawing.Point(8, 16); 185 this.LobbyTextBox.Location = new System.Drawing.Point(8, 16);
179 this.LobbyTextBox.Multiline = true; 186 this.LobbyTextBox.Multiline = true;
180 this.LobbyTextBox.Name = "LobbyTextBox"; 187 this.LobbyTextBox.Name = "LobbyTextBox";
181 this.LobbyTextBox.ReadOnly = true; 188 this.LobbyTextBox.ReadOnly = true;
182 this.LobbyTextBox.Size = new System.Drawing.Size(240, 240); 189 this.LobbyTextBox.Size = new System.Drawing.Size(512, 256);
183 this.LobbyTextBox.TabIndex = 0; 190 this.LobbyTextBox.TabIndex = 0;
184 // 191 //
185 // groupBox3 192 // groupBox3
186 // 193 //
-   194 this.groupBox3.Controls.Add(this.HelmBindingsListBox);
187 this.groupBox3.Controls.Add(this.button3); 195 this.groupBox3.Controls.Add(this.button3);
188 this.groupBox3.Controls.Add(this.button4); 196 this.groupBox3.Controls.Add(this.HelmAddButton);
189 this.groupBox3.Controls.Add(this.label2); 197 this.groupBox3.Controls.Add(this.label2);
190 this.groupBox3.Controls.Add(this.textBox2); 198 this.groupBox3.Controls.Add(this.HelmNameTextBox);
191 this.groupBox3.Controls.Add(this.listBox2); -  
192 this.groupBox3.Location = new System.Drawing.Point(540, 10); 199 this.groupBox3.Location = new System.Drawing.Point(272, 8);
193 this.groupBox3.Name = "groupBox3"; 200 this.groupBox3.Name = "groupBox3";
194 this.groupBox3.Size = new System.Drawing.Size(256, 296); 201 this.groupBox3.Size = new System.Drawing.Size(248, 296);
195 this.groupBox3.TabIndex = 2; 202 this.groupBox3.TabIndex = 2;
196 this.groupBox3.TabStop = false; 203 this.groupBox3.TabStop = false;
197 this.groupBox3.Text = "Helm (You)"; 204 this.groupBox3.Text = "Helm (You)";
198 // 205 //
-   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 //
199 // button3 215 // button3
200 // 216 //
201 this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 217 this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
202 this.button3.Location = new System.Drawing.Point(168, 264); 218 this.button3.Location = new System.Drawing.Point(168, 264);
203 this.button3.Name = "button3"; 219 this.button3.Name = "button3";
204 this.button3.Size = new System.Drawing.Size(75, 23); 220 this.button3.Size = new System.Drawing.Size(75, 23);
205 this.button3.TabIndex = 6; 221 this.button3.TabIndex = 6;
206 this.button3.Text = "Remove"; 222 this.button3.Text = "Remove";
207 this.button3.UseVisualStyleBackColor = true; 223 this.button3.UseVisualStyleBackColor = true;
-   224 this.button3.Click += new System.EventHandler(this.HelmRemoveButtonClick);
208 // 225 //
209 // button4 226 // HelmAddButton
210 // 227 //
211 this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 228 this.HelmAddButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
212 this.button4.Location = new System.Drawing.Point(88, 264); 229 this.HelmAddButton.Location = new System.Drawing.Point(88, 264);
213 this.button4.Name = "button4"; 230 this.HelmAddButton.Name = "HelmAddButton";
214 this.button4.Size = new System.Drawing.Size(75, 23); 231 this.HelmAddButton.Size = new System.Drawing.Size(75, 23);
215 this.button4.TabIndex = 5; 232 this.HelmAddButton.TabIndex = 5;
216 this.button4.Text = "Add"; 233 this.HelmAddButton.Text = "Add";
217 this.button4.UseVisualStyleBackColor = true; 234 this.HelmAddButton.UseVisualStyleBackColor = true;
-   235 this.HelmAddButton.Click += new System.EventHandler(this.HelmAddButtonClick);
218 // 236 //
219 // label2 237 // label2
220 // 238 //
221 this.label2.AutoSize = true; 239 this.label2.AutoSize = true;
222 this.label2.Location = new System.Drawing.Point(24, 232); 240 this.label2.Location = new System.Drawing.Point(24, 236);
223 this.label2.Name = "label2"; 241 this.label2.Name = "label2";
224 this.label2.Size = new System.Drawing.Size(35, 13); 242 this.label2.Size = new System.Drawing.Size(35, 13);
225 this.label2.TabIndex = 4; 243 this.label2.TabIndex = 4;
226 this.label2.Text = "Name"; 244 this.label2.Text = "Name";
227 // 245 //
228 // textBox2 246 // HelmNameTextBox
229 // 247 //
230 this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 248 this.HelmNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
231 this.textBox2.Location = new System.Drawing.Point(72, 228); 249 this.HelmNameTextBox.Location = new System.Drawing.Point(72, 232);
232 this.textBox2.Name = "textBox2"; 250 this.HelmNameTextBox.Name = "HelmNameTextBox";
233 this.textBox2.Size = new System.Drawing.Size(172, 20); 251 this.HelmNameTextBox.Size = new System.Drawing.Size(172, 20);
234 this.textBox2.TabIndex = 3; 252 this.HelmNameTextBox.TabIndex = 3;
235 // -  
236 // listBox2 -  
237 // -  
238 this.listBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; -  
239 this.listBox2.FormattingEnabled = true; -  
240 this.listBox2.Location = new System.Drawing.Point(8, 16); -  
241 this.listBox2.Name = "listBox2"; -  
242 this.listBox2.Size = new System.Drawing.Size(240, 184); 253 this.HelmNameTextBox.Click += new System.EventHandler(this.HelmNameTextBoxClick);
243 this.listBox2.TabIndex = 1; -  
244 // 254 //
245 // groupBox4 255 // groupBox4
246 // 256 //
247 this.groupBox4.Controls.Add(this.label5); 257 this.groupBox4.Controls.Add(this.label5);
248 this.groupBox4.Controls.Add(this.Nick); 258 this.groupBox4.Controls.Add(this.Nick);
Line 340... Line 350...
340 // 350 //
341 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 351 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
342 this.toolStripStatusLabel}); 352 this.toolStripStatusLabel});
343 this.statusStrip.Location = new System.Drawing.Point(0, 428); 353 this.statusStrip.Location = new System.Drawing.Point(0, 428);
344 this.statusStrip.Name = "statusStrip"; 354 this.statusStrip.Name = "statusStrip";
345 this.statusStrip.Size = new System.Drawing.Size(800, 22); 355 this.statusStrip.Size = new System.Drawing.Size(544, 22);
346 this.statusStrip.TabIndex = 4; 356 this.statusStrip.TabIndex = 4;
347 this.statusStrip.Text = "statusStrip1"; 357 this.statusStrip.Text = "statusStrip1";
348 // 358 //
349 // toolStripStatusLabel 359 // toolStripStatusLabel
350 // 360 //
Line 353... Line 363...
353 // 363 //
354 // tabControl1 364 // tabControl1
355 // 365 //
356 this.tabControl1.Controls.Add(this.tabPage1); 366 this.tabControl1.Controls.Add(this.tabPage1);
357 this.tabControl1.Controls.Add(this.tabPage2); 367 this.tabControl1.Controls.Add(this.tabPage2);
-   368 this.tabControl1.Controls.Add(this.tabPage3);
-   369 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
358 this.tabControl1.Location = new System.Drawing.Point(0, 64); 370 this.tabControl1.Location = new System.Drawing.Point(3, 92);
359 this.tabControl1.Name = "tabControl1"; 371 this.tabControl1.Name = "tabControl1";
360 this.tabControl1.SelectedIndex = 0; 372 this.tabControl1.SelectedIndex = 0;
361 this.tabControl1.Size = new System.Drawing.Size(800, 360); 373 this.tabControl1.Size = new System.Drawing.Size(538, 337);
362 this.tabControl1.TabIndex = 5; 374 this.tabControl1.TabIndex = 5;
363 // 375 //
364 // tabPage1 376 // tabPage1
365 // 377 //
366 this.tabPage1.Controls.Add(this.groupBox5); 378 this.tabPage1.Controls.Add(this.groupBox5);
367 this.tabPage1.Controls.Add(this.groupBox4); 379 this.tabPage1.Controls.Add(this.groupBox4);
368 this.tabPage1.Location = new System.Drawing.Point(4, 22); 380 this.tabPage1.Location = new System.Drawing.Point(4, 22);
369 this.tabPage1.Name = "tabPage1"; 381 this.tabPage1.Name = "tabPage1";
370 this.tabPage1.Padding = new System.Windows.Forms.Padding(3); 382 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
371 this.tabPage1.Size = new System.Drawing.Size(792, 334); 383 this.tabPage1.Size = new System.Drawing.Size(530, 311);
372 this.tabPage1.TabIndex = 0; 384 this.tabPage1.TabIndex = 0;
373 this.tabPage1.Text = "Connection"; 385 this.tabPage1.Text = "Connection";
374 this.tabPage1.UseVisualStyleBackColor = true; 386 this.tabPage1.UseVisualStyleBackColor = true;
375 // 387 //
376 // groupBox5 388 // groupBox5
377 // 389 //
378 this.groupBox5.Controls.Add(this.ActivityTextBox); 390 this.groupBox5.Controls.Add(this.ActivityTextBox);
379 this.groupBox5.Location = new System.Drawing.Point(8, 128); 391 this.groupBox5.Location = new System.Drawing.Point(8, 128);
380 this.groupBox5.Name = "groupBox5"; 392 this.groupBox5.Name = "groupBox5";
381 this.groupBox5.Size = new System.Drawing.Size(776, 200); 393 this.groupBox5.Size = new System.Drawing.Size(512, 176);
382 this.groupBox5.TabIndex = 5; 394 this.groupBox5.TabIndex = 5;
383 this.groupBox5.TabStop = false; 395 this.groupBox5.TabStop = false;
384 this.groupBox5.Text = "Activity"; 396 this.groupBox5.Text = "Activity";
385 // 397 //
386 // ActivityTextBox 398 // ActivityTextBox
387 // 399 //
388 this.ActivityTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 400 this.ActivityTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
389 this.ActivityTextBox.Location = new System.Drawing.Point(8, 16); 401 this.ActivityTextBox.Location = new System.Drawing.Point(8, 16);
390 this.ActivityTextBox.Multiline = true; 402 this.ActivityTextBox.Multiline = true;
391 this.ActivityTextBox.Name = "ActivityTextBox"; 403 this.ActivityTextBox.Name = "ActivityTextBox";
392 this.ActivityTextBox.Size = new System.Drawing.Size(760, 176); 404 this.ActivityTextBox.Size = new System.Drawing.Size(496, 152);
393 this.ActivityTextBox.TabIndex = 4; 405 this.ActivityTextBox.TabIndex = 4;
394 // 406 //
395 // tabPage2 407 // tabPage2
396 // 408 //
397 this.tabPage2.Controls.Add(this.groupBox1); 409 this.tabPage2.Controls.Add(this.groupBox1);
398 this.tabPage2.Controls.Add(this.groupBox2); -  
399 this.tabPage2.Controls.Add(this.groupBox3); 410 this.tabPage2.Controls.Add(this.groupBox3);
400 this.tabPage2.Location = new System.Drawing.Point(4, 22); 411 this.tabPage2.Location = new System.Drawing.Point(4, 22);
401 this.tabPage2.Name = "tabPage2"; 412 this.tabPage2.Name = "tabPage2";
402 this.tabPage2.Padding = new System.Windows.Forms.Padding(3); 413 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
403 this.tabPage2.Size = new System.Drawing.Size(792, 334); 414 this.tabPage2.Size = new System.Drawing.Size(530, 311);
404 this.tabPage2.TabIndex = 1; 415 this.tabPage2.TabIndex = 1;
405 this.tabPage2.Text = "Bindings"; 416 this.tabPage2.Text = "Bindings";
406 this.tabPage2.UseVisualStyleBackColor = true; 417 this.tabPage2.UseVisualStyleBackColor = true;
407 // 418 //
-   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 //
408 // WingManForm 453 // WingManForm
409 // 454 //
410 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 455 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
411 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 456 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
412 this.ClientSize = new System.Drawing.Size(800, 450); 457 this.ClientSize = new System.Drawing.Size(544, 450);
413 this.Controls.Add(this.tabControl1); -  
414 this.Controls.Add(this.statusStrip); 458 this.Controls.Add(this.statusStrip);
-   459 this.Controls.Add(this.tableLayoutPanel1);
415 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 460 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
416 this.MaximizeBox = false; 461 this.MaximizeBox = false;
417 this.MaximumSize = new System.Drawing.Size(816, 488); 462 this.MaximumSize = new System.Drawing.Size(560, 488);
418 this.MinimizeBox = false; 463 this.MinimizeBox = false;
419 this.MinimumSize = new System.Drawing.Size(816, 488); 464 this.MinimumSize = new System.Drawing.Size(560, 488);
420 this.Name = "WingManForm"; 465 this.Name = "WingManForm";
421 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; 466 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
422 this.Text = "WingManForm"; 467 this.Text = "WingManForm";
423 this.groupBox1.ResumeLayout(false); 468 this.groupBox1.ResumeLayout(false);
424 this.groupBox1.PerformLayout(); 469 this.groupBox1.PerformLayout();
Line 433... Line 478...
433 this.tabControl1.ResumeLayout(false); 478 this.tabControl1.ResumeLayout(false);
434 this.tabPage1.ResumeLayout(false); 479 this.tabPage1.ResumeLayout(false);
435 this.groupBox5.ResumeLayout(false); 480 this.groupBox5.ResumeLayout(false);
436 this.groupBox5.PerformLayout(); 481 this.groupBox5.PerformLayout();
437 this.tabPage2.ResumeLayout(false); 482 this.tabPage2.ResumeLayout(false);
-   483 this.tabPage3.ResumeLayout(false);
-   484 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
-   485 this.tableLayoutPanel1.ResumeLayout(false);
438 this.ResumeLayout(false); 486 this.ResumeLayout(false);
439 this.PerformLayout(); 487 this.PerformLayout();
Line 440... Line 488...
440   488  
Line 444... Line 492...
444   492  
445 private System.Windows.Forms.GroupBox groupBox1; 493 private System.Windows.Forms.GroupBox groupBox1;
446 private System.Windows.Forms.GroupBox groupBox2; 494 private System.Windows.Forms.GroupBox groupBox2;
447 private System.Windows.Forms.GroupBox groupBox3; 495 private System.Windows.Forms.GroupBox groupBox3;
448 private System.Windows.Forms.ListBox listBox1; -  
449 private System.Windows.Forms.ListBox listBox2; 496 private System.Windows.Forms.ListBox listBox1;
450 private System.Windows.Forms.Label label1; 497 private System.Windows.Forms.Label label1;
451 private System.Windows.Forms.TextBox textBox1; 498 private System.Windows.Forms.TextBox textBox1;
452 private System.Windows.Forms.TextBox LobbySayTextBox; 499 private System.Windows.Forms.TextBox LobbySayTextBox;
453 public System.Windows.Forms.TextBox LobbyTextBox; 500 public System.Windows.Forms.TextBox LobbyTextBox;
454 private System.Windows.Forms.Label label2; 501 private System.Windows.Forms.Label label2;
455 private System.Windows.Forms.TextBox textBox2; 502 private System.Windows.Forms.TextBox HelmNameTextBox;
456 private System.Windows.Forms.Button button2; 503 private System.Windows.Forms.Button button2;
457 private System.Windows.Forms.Button button1; 504 private System.Windows.Forms.Button button1;
458 private System.Windows.Forms.Button button3; 505 private System.Windows.Forms.Button button3;
459 private System.Windows.Forms.Button button4; 506 private System.Windows.Forms.Button HelmAddButton;
460 private System.Windows.Forms.Button button5; 507 private System.Windows.Forms.Button button5;
461 private System.Windows.Forms.GroupBox groupBox4; 508 private System.Windows.Forms.GroupBox groupBox4;
462 private System.Windows.Forms.Button HostButton; 509 private System.Windows.Forms.Button HostButton;
463 private System.Windows.Forms.Label label4; 510 private System.Windows.Forms.Label label4;
Line 473... Line 520...
473 private System.Windows.Forms.TabControl tabControl1; 520 private System.Windows.Forms.TabControl tabControl1;
474 private System.Windows.Forms.TabPage tabPage1; 521 private System.Windows.Forms.TabPage tabPage1;
475 private System.Windows.Forms.GroupBox groupBox5; 522 private System.Windows.Forms.GroupBox groupBox5;
476 public System.Windows.Forms.TextBox ActivityTextBox; 523 public System.Windows.Forms.TextBox ActivityTextBox;
477 private System.Windows.Forms.TabPage tabPage2; 524 private System.Windows.Forms.TabPage tabPage2;
-   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;
478 } 529 }
479 } 530 }