WingMan – Blame information for rev 36

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 {
22 office 18 this.components = new System.ComponentModel.Container();
7 office 19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WingManForm));
1 office 20 this.groupBox1 = new System.Windows.Forms.GroupBox();
9 office 21 this.RemoteBindingsComboBox = new System.Windows.Forms.ComboBox();
1 office 22 this.button2 = new System.Windows.Forms.Button();
23 this.button1 = new System.Windows.Forms.Button();
24 this.label1 = new System.Windows.Forms.Label();
9 office 25 this.RemoteBindingsBindToBox = new System.Windows.Forms.TextBox();
26 this.RemoteBindingsListBox = new System.Windows.Forms.ListBox();
1 office 27 this.groupBox2 = new System.Windows.Forms.GroupBox();
28 this.button5 = new System.Windows.Forms.Button();
2 office 29 this.LobbySayTextBox = new System.Windows.Forms.TextBox();
30 this.LobbyTextBox = new System.Windows.Forms.TextBox();
1 office 31 this.groupBox3 = new System.Windows.Forms.GroupBox();
24 office 32 this.LocalBindingsCheckedListBox = new System.Windows.Forms.CheckedListBox();
1 office 33 this.button3 = new System.Windows.Forms.Button();
4 office 34 this.HelmAddButton = new System.Windows.Forms.Button();
1 office 35 this.label2 = new System.Windows.Forms.Label();
9 office 36 this.LocalNameTextBox = new System.Windows.Forms.TextBox();
1 office 37 this.groupBox4 = new System.Windows.Forms.GroupBox();
8 office 38 this.label6 = new System.Windows.Forms.Label();
39 this.Password = new System.Windows.Forms.TextBox();
2 office 40 this.label5 = new System.Windows.Forms.Label();
41 this.Nick = new System.Windows.Forms.TextBox();
1 office 42 this.HostButton = new System.Windows.Forms.Button();
43 this.label4 = new System.Windows.Forms.Label();
44 this.ConnectButton = new System.Windows.Forms.Button();
45 this.Port = new System.Windows.Forms.TextBox();
46 this.label3 = new System.Windows.Forms.Label();
47 this.Address = new System.Windows.Forms.TextBox();
2 office 48 this.tabControl1 = new System.Windows.Forms.TabControl();
49 this.tabPage1 = new System.Windows.Forms.TabPage();
50 this.groupBox5 = new System.Windows.Forms.GroupBox();
51 this.ActivityTextBox = new System.Windows.Forms.TextBox();
52 this.tabPage2 = new System.Windows.Forms.TabPage();
4 office 53 this.tabPage3 = new System.Windows.Forms.TabPage();
54 this.pictureBox1 = new System.Windows.Forms.PictureBox();
55 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
8 office 56 this.OverlayPanel = new System.Windows.Forms.Panel();
57 this.OverlayPanelLabel = new System.Windows.Forms.Label();
36 office 58 this.WingManNotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
1 office 59 this.groupBox1.SuspendLayout();
60 this.groupBox2.SuspendLayout();
61 this.groupBox3.SuspendLayout();
62 this.groupBox4.SuspendLayout();
2 office 63 this.tabControl1.SuspendLayout();
64 this.tabPage1.SuspendLayout();
65 this.groupBox5.SuspendLayout();
66 this.tabPage2.SuspendLayout();
4 office 67 this.tabPage3.SuspendLayout();
68 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
69 this.tableLayoutPanel1.SuspendLayout();
8 office 70 this.OverlayPanel.SuspendLayout();
1 office 71 this.SuspendLayout();
72 //
73 // groupBox1
74 //
9 office 75 this.groupBox1.Controls.Add(this.RemoteBindingsComboBox);
1 office 76 this.groupBox1.Controls.Add(this.button2);
77 this.groupBox1.Controls.Add(this.button1);
78 this.groupBox1.Controls.Add(this.label1);
9 office 79 this.groupBox1.Controls.Add(this.RemoteBindingsBindToBox);
80 this.groupBox1.Controls.Add(this.RemoteBindingsListBox);
4 office 81 this.groupBox1.Location = new System.Drawing.Point(8, 10);
1 office 82 this.groupBox1.Name = "groupBox1";
22 office 83 this.groupBox1.Size = new System.Drawing.Size(248, 318);
1 office 84 this.groupBox1.TabIndex = 0;
85 this.groupBox1.TabStop = false;
9 office 86 this.groupBox1.Text = "Remote (Them)";
1 office 87 //
9 office 88 // RemoteBindingsComboBox
2 office 89 //
10 office 90 this.RemoteBindingsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
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;
22 office 101 this.button2.Location = new System.Drawing.Point(168, 284);
1 office 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;
10 office 107 this.button2.Click += new System.EventHandler(this.RemoteBindingsUnbindButtonClicked);
1 office 108 //
109 // button1
110 //
111 this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
22 office 112 this.button1.Location = new System.Drawing.Point(88, 284);
1 office 113 this.button1.Name = "button1";
114 this.button1.Size = new System.Drawing.Size(75, 23);
115 this.button1.TabIndex = 3;
116 this.button1.Text = "Bind";
117 this.button1.UseVisualStyleBackColor = true;
9 office 118 this.button1.Click += new System.EventHandler(this.RemoteBindingsBindButtonClicked);
1 office 119 //
120 // label1
121 //
122 this.label1.AutoSize = true;
22 office 123 this.label1.Location = new System.Drawing.Point(8, 256);
1 office 124 this.label1.Name = "label1";
125 this.label1.Size = new System.Drawing.Size(54, 13);
126 this.label1.TabIndex = 2;
127 this.label1.Text = "Bound To";
128 //
9 office 129 // RemoteBindingsBindToBox
1 office 130 //
9 office 131 this.RemoteBindingsBindToBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
22 office 132 this.RemoteBindingsBindToBox.Location = new System.Drawing.Point(72, 252);
9 office 133 this.RemoteBindingsBindToBox.Name = "RemoteBindingsBindToBox";
134 this.RemoteBindingsBindToBox.ReadOnly = true;
135 this.RemoteBindingsBindToBox.Size = new System.Drawing.Size(168, 20);
136 this.RemoteBindingsBindToBox.TabIndex = 1;
1 office 137 //
9 office 138 // RemoteBindingsListBox
1 office 139 //
9 office 140 this.RemoteBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
141 this.RemoteBindingsListBox.FormattingEnabled = true;
142 this.RemoteBindingsListBox.Location = new System.Drawing.Point(8, 56);
143 this.RemoteBindingsListBox.Name = "RemoteBindingsListBox";
22 office 144 this.RemoteBindingsListBox.Size = new System.Drawing.Size(232, 184);
9 office 145 this.RemoteBindingsListBox.TabIndex = 0;
10 office 146 this.RemoteBindingsListBox.SelectedValueChanged += new System.EventHandler(this.RemoteBindingsListBoxSelectedValueChanged);
1 office 147 //
148 // groupBox2
149 //
150 this.groupBox2.Controls.Add(this.button5);
2 office 151 this.groupBox2.Controls.Add(this.LobbySayTextBox);
152 this.groupBox2.Controls.Add(this.LobbyTextBox);
4 office 153 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
154 this.groupBox2.Location = new System.Drawing.Point(0, 0);
1 office 155 this.groupBox2.Name = "groupBox2";
36 office 156 this.groupBox2.Size = new System.Drawing.Size(530, 332);
1 office 157 this.groupBox2.TabIndex = 1;
158 this.groupBox2.TabStop = false;
159 this.groupBox2.Text = "Lobby";
160 //
161 // button5
162 //
163 this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
26 office 164 this.button5.Location = new System.Drawing.Point(480, 302);
1 office 165 this.button5.Name = "button5";
12 office 166 this.button5.Size = new System.Drawing.Size(40, 24);
1 office 167 this.button5.TabIndex = 2;
12 office 168 this.button5.Text = "Say";
1 office 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;
26 office 175 this.LobbySayTextBox.Location = new System.Drawing.Point(8, 304);
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;
26 office 188 this.LobbyTextBox.Size = new System.Drawing.Size(512, 280);
2 office 189 this.LobbyTextBox.TabIndex = 0;
1 office 190 //
191 // groupBox3
192 //
24 office 193 this.groupBox3.Controls.Add(this.LocalBindingsCheckedListBox);
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";
22 office 200 this.groupBox3.Size = new System.Drawing.Size(248, 320);
1 office 201 this.groupBox3.TabIndex = 2;
202 this.groupBox3.TabStop = false;
9 office 203 this.groupBox3.Text = "Local (You)";
1 office 204 //
24 office 205 // LocalBindingsCheckedListBox
4 office 206 //
24 office 207 this.LocalBindingsCheckedListBox.CheckOnClick = true;
208 this.LocalBindingsCheckedListBox.FormattingEnabled = true;
209 this.LocalBindingsCheckedListBox.Location = new System.Drawing.Point(8, 16);
210 this.LocalBindingsCheckedListBox.Name = "LocalBindingsCheckedListBox";
211 this.LocalBindingsCheckedListBox.Size = new System.Drawing.Size(240, 229);
212 this.LocalBindingsCheckedListBox.TabIndex = 8;
213 this.LocalBindingsCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.LocalBindingsCheckedListBoxItemCheck);
4 office 214 //
1 office 215 // button3
216 //
217 this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
22 office 218 this.button3.Location = new System.Drawing.Point(168, 288);
1 office 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;
22 office 229 this.HelmAddButton.Location = new System.Drawing.Point(88, 288);
4 office 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;
22 office 240 this.label2.Location = new System.Drawing.Point(24, 260);
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 //
36 office 248 this.LocalNameTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
249 this.LocalNameTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
9 office 250 this.LocalNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
22 office 251 this.LocalNameTextBox.Location = new System.Drawing.Point(72, 256);
9 office 252 this.LocalNameTextBox.Name = "LocalNameTextBox";
253 this.LocalNameTextBox.Size = new System.Drawing.Size(172, 20);
254 this.LocalNameTextBox.TabIndex = 3;
10 office 255 this.LocalNameTextBox.Click += new System.EventHandler(this.LocalNameTextBoxClick);
1 office 256 //
257 // groupBox4
258 //
8 office 259 this.groupBox4.Controls.Add(this.label6);
260 this.groupBox4.Controls.Add(this.Password);
2 office 261 this.groupBox4.Controls.Add(this.label5);
262 this.groupBox4.Controls.Add(this.Nick);
1 office 263 this.groupBox4.Controls.Add(this.HostButton);
264 this.groupBox4.Controls.Add(this.label4);
265 this.groupBox4.Controls.Add(this.ConnectButton);
266 this.groupBox4.Controls.Add(this.Port);
267 this.groupBox4.Controls.Add(this.label3);
268 this.groupBox4.Controls.Add(this.Address);
2 office 269 this.groupBox4.Location = new System.Drawing.Point(8, 8);
1 office 270 this.groupBox4.Name = "groupBox4";
22 office 271 this.groupBox4.Size = new System.Drawing.Size(512, 120);
1 office 272 this.groupBox4.TabIndex = 3;
273 this.groupBox4.TabStop = false;
274 this.groupBox4.Text = "Connection";
275 //
8 office 276 // label6
277 //
278 this.label6.AutoSize = true;
23 office 279 this.label6.Location = new System.Drawing.Point(287, 20);
8 office 280 this.label6.Name = "label6";
281 this.label6.Size = new System.Drawing.Size(53, 13);
282 this.label6.TabIndex = 10;
283 this.label6.Text = "Password";
284 //
285 // Password
286 //
287 this.Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
23 office 288 this.Password.Location = new System.Drawing.Point(344, 16);
8 office 289 this.Password.Name = "Password";
22 office 290 this.Password.PasswordChar = '*';
23 office 291 this.Password.Size = new System.Drawing.Size(152, 20);
8 office 292 this.Password.TabIndex = 9;
293 //
2 office 294 // label5
295 //
296 this.label5.AutoSize = true;
21 office 297 this.label5.Location = new System.Drawing.Point(112, 52);
2 office 298 this.label5.Name = "label5";
299 this.label5.Size = new System.Drawing.Size(29, 13);
300 this.label5.TabIndex = 8;
301 this.label5.Text = "Nick";
302 //
303 // Nick
304 //
23 office 305 this.Nick.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
306 this.Nick.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
2 office 307 this.Nick.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
21 office 308 this.Nick.Location = new System.Drawing.Point(152, 48);
2 office 309 this.Nick.Name = "Nick";
310 this.Nick.Size = new System.Drawing.Size(176, 20);
311 this.Nick.TabIndex = 7;
312 //
1 office 313 // HostButton
314 //
315 this.HostButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
21 office 316 this.HostButton.Location = new System.Drawing.Point(248, 80);
1 office 317 this.HostButton.Name = "HostButton";
318 this.HostButton.Size = new System.Drawing.Size(75, 23);
319 this.HostButton.TabIndex = 6;
320 this.HostButton.Text = "Host";
321 this.HostButton.UseVisualStyleBackColor = true;
322 this.HostButton.Click += new System.EventHandler(this.HostButtonClickAsync);
323 //
324 // label4
325 //
326 this.label4.AutoSize = true;
23 office 327 this.label4.Location = new System.Drawing.Point(194, 20);
1 office 328 this.label4.Name = "label4";
329 this.label4.Size = new System.Drawing.Size(26, 13);
330 this.label4.TabIndex = 3;
331 this.label4.Text = "Port";
332 //
333 // ConnectButton
334 //
335 this.ConnectButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
21 office 336 this.ConnectButton.Location = new System.Drawing.Point(160, 80);
1 office 337 this.ConnectButton.Name = "ConnectButton";
338 this.ConnectButton.Size = new System.Drawing.Size(75, 23);
339 this.ConnectButton.TabIndex = 5;
340 this.ConnectButton.Text = "Connect";
341 this.ConnectButton.UseVisualStyleBackColor = true;
342 this.ConnectButton.Click += new System.EventHandler(this.ConnectButtonClickAsync);
343 //
344 // Port
345 //
23 office 346 this.Port.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
347 this.Port.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
1 office 348 this.Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
23 office 349 this.Port.Location = new System.Drawing.Point(224, 16);
1 office 350 this.Port.Name = "Port";
351 this.Port.Size = new System.Drawing.Size(60, 20);
352 this.Port.TabIndex = 2;
353 this.Port.Text = "43335";
354 this.Port.Click += new System.EventHandler(this.PortTextBoxClick);
355 //
356 // label3
357 //
358 this.label3.AutoSize = true;
23 office 359 this.label3.Location = new System.Drawing.Point(8, 20);
1 office 360 this.label3.Name = "label3";
22 office 361 this.label3.Size = new System.Drawing.Size(29, 13);
1 office 362 this.label3.TabIndex = 1;
22 office 363 this.label3.Text = "Host";
1 office 364 //
365 // Address
366 //
23 office 367 this.Address.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
368 this.Address.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
1 office 369 this.Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
23 office 370 this.Address.Location = new System.Drawing.Point(40, 16);
1 office 371 this.Address.Name = "Address";
23 office 372 this.Address.Size = new System.Drawing.Size(152, 20);
1 office 373 this.Address.TabIndex = 0;
374 this.Address.Text = "0.0.0.0";
375 this.Address.Click += new System.EventHandler(this.AddressTextBoxClick);
376 //
2 office 377 // tabControl1
1 office 378 //
2 office 379 this.tabControl1.Controls.Add(this.tabPage1);
380 this.tabControl1.Controls.Add(this.tabPage2);
4 office 381 this.tabControl1.Controls.Add(this.tabPage3);
33 office 382 this.tabControl1.Cursor = System.Windows.Forms.Cursors.PanNorth;
22 office 383 this.tabControl1.Location = new System.Drawing.Point(3, 90);
2 office 384 this.tabControl1.Name = "tabControl1";
385 this.tabControl1.SelectedIndex = 0;
33 office 386 this.tabControl1.Size = new System.Drawing.Size(538, 358);
387 this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
2 office 388 this.tabControl1.TabIndex = 5;
33 office 389 this.tabControl1.GiveFeedback += new System.Windows.Forms.GiveFeedbackEventHandler(this.WingManTabControlGiveFeedback);
390 this.tabControl1.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.WingManTabControlQueryContinueDrag);
391 this.tabControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.WingManTabControlMouseDown);
392 this.tabControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.WingManTabControlMouseMove);
2 office 393 //
394 // tabPage1
395 //
396 this.tabPage1.Controls.Add(this.groupBox5);
397 this.tabPage1.Controls.Add(this.groupBox4);
33 office 398 this.tabPage1.Cursor = System.Windows.Forms.Cursors.Arrow;
2 office 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);
33 office 402 this.tabPage1.Size = new System.Drawing.Size(530, 332);
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);
22 office 410 this.groupBox5.Location = new System.Drawing.Point(8, 136);
2 office 411 this.groupBox5.Name = "groupBox5";
22 office 412 this.groupBox5.Size = new System.Drawing.Size(512, 192);
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;
22 office 424 this.ActivityTextBox.Size = new System.Drawing.Size(496, 168);
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);
33 office 431 this.tabPage2.Cursor = System.Windows.Forms.Cursors.Arrow;
2 office 432 this.tabPage2.Location = new System.Drawing.Point(4, 22);
433 this.tabPage2.Name = "tabPage2";
434 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
36 office 435 this.tabPage2.Size = new System.Drawing.Size(530, 332);
2 office 436 this.tabPage2.TabIndex = 1;
437 this.tabPage2.Text = "Bindings";
438 this.tabPage2.UseVisualStyleBackColor = true;
439 //
4 office 440 // tabPage3
441 //
442 this.tabPage3.Controls.Add(this.groupBox2);
33 office 443 this.tabPage3.Cursor = System.Windows.Forms.Cursors.Arrow;
4 office 444 this.tabPage3.Location = new System.Drawing.Point(4, 22);
445 this.tabPage3.Name = "tabPage3";
36 office 446 this.tabPage3.Size = new System.Drawing.Size(530, 332);
4 office 447 this.tabPage3.TabIndex = 2;
448 this.tabPage3.Text = "Chat";
449 this.tabPage3.UseVisualStyleBackColor = true;
450 //
451 // pictureBox1
452 //
453 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
7 office 454 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
4 office 455 this.pictureBox1.Location = new System.Drawing.Point(3, 3);
456 this.pictureBox1.Name = "pictureBox1";
22 office 457 this.pictureBox1.Size = new System.Drawing.Size(538, 81);
4 office 458 this.pictureBox1.TabIndex = 6;
459 this.pictureBox1.TabStop = false;
460 //
461 // tableLayoutPanel1
462 //
463 this.tableLayoutPanel1.ColumnCount = 1;
464 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
465 this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 1);
466 this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
467 this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
468 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
469 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
470 this.tableLayoutPanel1.RowCount = 2;
22 office 471 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.07895F));
472 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80.92105F));
473 this.tableLayoutPanel1.Size = new System.Drawing.Size(544, 456);
4 office 474 this.tableLayoutPanel1.TabIndex = 7;
475 //
8 office 476 // OverlayPanel
477 //
478 this.OverlayPanel.AutoSize = true;
479 this.OverlayPanel.BackColor = System.Drawing.Color.Black;
480 this.OverlayPanel.Controls.Add(this.OverlayPanelLabel);
481 this.OverlayPanel.Location = new System.Drawing.Point(0, 0);
482 this.OverlayPanel.Name = "OverlayPanel";
22 office 483 this.OverlayPanel.Size = new System.Drawing.Size(544, 448);
8 office 484 this.OverlayPanel.TabIndex = 8;
485 this.OverlayPanel.Visible = false;
486 //
487 // OverlayPanelLabel
488 //
489 this.OverlayPanelLabel.AutoSize = true;
490 this.OverlayPanelLabel.ForeColor = System.Drawing.SystemColors.Control;
491 this.OverlayPanelLabel.Location = new System.Drawing.Point(192, 200);
492 this.OverlayPanelLabel.Name = "OverlayPanelLabel";
493 this.OverlayPanelLabel.Size = new System.Drawing.Size(157, 13);
494 this.OverlayPanelLabel.TabIndex = 0;
495 this.OverlayPanelLabel.Text = "Press key-combination to bind...";
496 //
36 office 497 // WingManNotifyIcon
22 office 498 //
36 office 499 this.WingManNotifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("WingManNotifyIcon.Icon")));
500 this.WingManNotifyIcon.Text = "WingMan";
501 this.WingManNotifyIcon.Visible = true;
502 this.WingManNotifyIcon.DoubleClick += new System.EventHandler(this.NotifyIconDoubleClick);
22 office 503 //
2 office 504 // WingManForm
505 //
1 office 506 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
507 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
4 office 508 this.ClientSize = new System.Drawing.Size(544, 450);
8 office 509 this.Controls.Add(this.tableLayoutPanel1);
510 this.Controls.Add(this.OverlayPanel);
1 office 511 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
7 office 512 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
1 office 513 this.MaximizeBox = false;
4 office 514 this.MaximumSize = new System.Drawing.Size(560, 488);
515 this.MinimumSize = new System.Drawing.Size(560, 488);
2 office 516 this.Name = "WingManForm";
1 office 517 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
8 office 518 this.Text = "WingMan © 2018 Wizardry and Steamworks";
9 office 519 this.Load += new System.EventHandler(this.WingManFormOnLoad);
22 office 520 this.Resize += new System.EventHandler(this.WingManFormResized);
1 office 521 this.groupBox1.ResumeLayout(false);
522 this.groupBox1.PerformLayout();
523 this.groupBox2.ResumeLayout(false);
524 this.groupBox2.PerformLayout();
525 this.groupBox3.ResumeLayout(false);
526 this.groupBox3.PerformLayout();
527 this.groupBox4.ResumeLayout(false);
528 this.groupBox4.PerformLayout();
2 office 529 this.tabControl1.ResumeLayout(false);
530 this.tabPage1.ResumeLayout(false);
531 this.groupBox5.ResumeLayout(false);
532 this.groupBox5.PerformLayout();
533 this.tabPage2.ResumeLayout(false);
4 office 534 this.tabPage3.ResumeLayout(false);
535 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
536 this.tableLayoutPanel1.ResumeLayout(false);
8 office 537 this.OverlayPanel.ResumeLayout(false);
538 this.OverlayPanel.PerformLayout();
1 office 539 this.ResumeLayout(false);
540 this.PerformLayout();
541  
542 }
543  
544 #endregion
545  
546 private System.Windows.Forms.GroupBox groupBox1;
547 private System.Windows.Forms.GroupBox groupBox2;
548 private System.Windows.Forms.GroupBox groupBox3;
9 office 549 private System.Windows.Forms.ListBox RemoteBindingsListBox;
1 office 550 private System.Windows.Forms.Label label1;
9 office 551 private System.Windows.Forms.TextBox RemoteBindingsBindToBox;
2 office 552 private System.Windows.Forms.TextBox LobbySayTextBox;
553 public System.Windows.Forms.TextBox LobbyTextBox;
1 office 554 private System.Windows.Forms.Label label2;
9 office 555 private System.Windows.Forms.TextBox LocalNameTextBox;
1 office 556 private System.Windows.Forms.Button button2;
557 private System.Windows.Forms.Button button1;
558 private System.Windows.Forms.Button button3;
4 office 559 private System.Windows.Forms.Button HelmAddButton;
1 office 560 private System.Windows.Forms.Button button5;
561 private System.Windows.Forms.GroupBox groupBox4;
562 private System.Windows.Forms.Button HostButton;
563 private System.Windows.Forms.Label label4;
564 private System.Windows.Forms.Button ConnectButton;
565 private System.Windows.Forms.TextBox Port;
566 private System.Windows.Forms.Label label3;
567 private System.Windows.Forms.TextBox Address;
9 office 568 private System.Windows.Forms.ComboBox RemoteBindingsComboBox;
2 office 569 private System.Windows.Forms.Label label5;
570 private System.Windows.Forms.TextBox Nick;
571 private System.Windows.Forms.TabControl tabControl1;
572 private System.Windows.Forms.TabPage tabPage1;
573 private System.Windows.Forms.GroupBox groupBox5;
574 public System.Windows.Forms.TextBox ActivityTextBox;
575 private System.Windows.Forms.TabPage tabPage2;
4 office 576 private System.Windows.Forms.TabPage tabPage3;
577 private System.Windows.Forms.PictureBox pictureBox1;
578 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
8 office 579 private System.Windows.Forms.Panel OverlayPanel;
580 private System.Windows.Forms.Label OverlayPanelLabel;
581 private System.Windows.Forms.Label label6;
582 private System.Windows.Forms.TextBox Password;
36 office 583 private System.Windows.Forms.NotifyIcon WingManNotifyIcon;
24 office 584 private System.Windows.Forms.CheckedListBox LocalBindingsCheckedListBox;
1 office 585 }
586 }
587