WingMan – Blame information for rev 9

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