WingMan – Blame information for rev 10

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