WingMan – Blame information for rev 14

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