WingMan – Blame information for rev 37

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();
37 office 32 this.button6 = new System.Windows.Forms.Button();
33 this.button4 = new System.Windows.Forms.Button();
24 office 34 this.LocalBindingsCheckedListBox = new System.Windows.Forms.CheckedListBox();
1 office 35 this.button3 = new System.Windows.Forms.Button();
4 office 36 this.HelmAddButton = new System.Windows.Forms.Button();
1 office 37 this.label2 = new System.Windows.Forms.Label();
9 office 38 this.LocalNameTextBox = new System.Windows.Forms.TextBox();
1 office 39 this.groupBox4 = new System.Windows.Forms.GroupBox();
8 office 40 this.label6 = new System.Windows.Forms.Label();
41 this.Password = new System.Windows.Forms.TextBox();
2 office 42 this.label5 = new System.Windows.Forms.Label();
43 this.Nick = new System.Windows.Forms.TextBox();
1 office 44 this.HostButton = new System.Windows.Forms.Button();
45 this.label4 = new System.Windows.Forms.Label();
46 this.ConnectButton = new System.Windows.Forms.Button();
47 this.Port = new System.Windows.Forms.TextBox();
48 this.label3 = new System.Windows.Forms.Label();
49 this.Address = new System.Windows.Forms.TextBox();
2 office 50 this.tabControl1 = new System.Windows.Forms.TabControl();
51 this.tabPage1 = new System.Windows.Forms.TabPage();
52 this.groupBox5 = new System.Windows.Forms.GroupBox();
53 this.ActivityTextBox = new System.Windows.Forms.TextBox();
54 this.tabPage2 = new System.Windows.Forms.TabPage();
4 office 55 this.tabPage3 = new System.Windows.Forms.TabPage();
37 office 56 this.tabPage4 = new System.Windows.Forms.TabPage();
57 this.groupBox6 = new System.Windows.Forms.GroupBox();
58 this.windowsStartupCheckBox = new System.Windows.Forms.CheckBox();
4 office 59 this.pictureBox1 = new System.Windows.Forms.PictureBox();
60 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
8 office 61 this.OverlayPanel = new System.Windows.Forms.Panel();
62 this.OverlayPanelLabel = new System.Windows.Forms.Label();
36 office 63 this.WingManNotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
37 office 64 this.saveLocalBindingsDialog = new System.Windows.Forms.SaveFileDialog();
65 this.loadLocalBindingsDialog = new System.Windows.Forms.OpenFileDialog();
66 this.label7 = new System.Windows.Forms.Label();
1 office 67 this.groupBox1.SuspendLayout();
68 this.groupBox2.SuspendLayout();
69 this.groupBox3.SuspendLayout();
70 this.groupBox4.SuspendLayout();
2 office 71 this.tabControl1.SuspendLayout();
72 this.tabPage1.SuspendLayout();
73 this.groupBox5.SuspendLayout();
74 this.tabPage2.SuspendLayout();
4 office 75 this.tabPage3.SuspendLayout();
37 office 76 this.tabPage4.SuspendLayout();
77 this.groupBox6.SuspendLayout();
4 office 78 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
79 this.tableLayoutPanel1.SuspendLayout();
8 office 80 this.OverlayPanel.SuspendLayout();
1 office 81 this.SuspendLayout();
82 //
83 // groupBox1
84 //
9 office 85 this.groupBox1.Controls.Add(this.RemoteBindingsComboBox);
1 office 86 this.groupBox1.Controls.Add(this.button2);
87 this.groupBox1.Controls.Add(this.button1);
88 this.groupBox1.Controls.Add(this.label1);
9 office 89 this.groupBox1.Controls.Add(this.RemoteBindingsBindToBox);
90 this.groupBox1.Controls.Add(this.RemoteBindingsListBox);
37 office 91 resources.ApplyResources(this.groupBox1, "groupBox1");
1 office 92 this.groupBox1.Name = "groupBox1";
93 this.groupBox1.TabStop = false;
94 //
9 office 95 // RemoteBindingsComboBox
2 office 96 //
10 office 97 this.RemoteBindingsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
9 office 98 this.RemoteBindingsComboBox.FormattingEnabled = true;
37 office 99 resources.ApplyResources(this.RemoteBindingsComboBox, "RemoteBindingsComboBox");
9 office 100 this.RemoteBindingsComboBox.Name = "RemoteBindingsComboBox";
101 this.RemoteBindingsComboBox.SelectionChangeCommitted += new System.EventHandler(this.RemoteBindingsComboBoxSelectionChangeCompleted);
2 office 102 //
1 office 103 // button2
104 //
37 office 105 resources.ApplyResources(this.button2, "button2");
1 office 106 this.button2.Name = "button2";
107 this.button2.UseVisualStyleBackColor = true;
10 office 108 this.button2.Click += new System.EventHandler(this.RemoteBindingsUnbindButtonClicked);
1 office 109 //
110 // button1
111 //
37 office 112 resources.ApplyResources(this.button1, "button1");
1 office 113 this.button1.Name = "button1";
114 this.button1.UseVisualStyleBackColor = true;
9 office 115 this.button1.Click += new System.EventHandler(this.RemoteBindingsBindButtonClicked);
1 office 116 //
117 // label1
118 //
37 office 119 resources.ApplyResources(this.label1, "label1");
1 office 120 this.label1.Name = "label1";
121 //
9 office 122 // RemoteBindingsBindToBox
1 office 123 //
9 office 124 this.RemoteBindingsBindToBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
37 office 125 resources.ApplyResources(this.RemoteBindingsBindToBox, "RemoteBindingsBindToBox");
9 office 126 this.RemoteBindingsBindToBox.Name = "RemoteBindingsBindToBox";
127 this.RemoteBindingsBindToBox.ReadOnly = true;
1 office 128 //
9 office 129 // RemoteBindingsListBox
1 office 130 //
9 office 131 this.RemoteBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
132 this.RemoteBindingsListBox.FormattingEnabled = true;
37 office 133 resources.ApplyResources(this.RemoteBindingsListBox, "RemoteBindingsListBox");
9 office 134 this.RemoteBindingsListBox.Name = "RemoteBindingsListBox";
10 office 135 this.RemoteBindingsListBox.SelectedValueChanged += new System.EventHandler(this.RemoteBindingsListBoxSelectedValueChanged);
1 office 136 //
137 // groupBox2
138 //
139 this.groupBox2.Controls.Add(this.button5);
2 office 140 this.groupBox2.Controls.Add(this.LobbySayTextBox);
141 this.groupBox2.Controls.Add(this.LobbyTextBox);
37 office 142 resources.ApplyResources(this.groupBox2, "groupBox2");
1 office 143 this.groupBox2.Name = "groupBox2";
144 this.groupBox2.TabStop = false;
145 //
146 // button5
147 //
37 office 148 resources.ApplyResources(this.button5, "button5");
1 office 149 this.button5.Name = "button5";
150 this.button5.UseVisualStyleBackColor = true;
5 office 151 this.button5.Click += new System.EventHandler(this.LobbySayButtonClick);
1 office 152 //
2 office 153 // LobbySayTextBox
1 office 154 //
2 office 155 this.LobbySayTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
37 office 156 resources.ApplyResources(this.LobbySayTextBox, "LobbySayTextBox");
2 office 157 this.LobbySayTextBox.Name = "LobbySayTextBox";
158 this.LobbySayTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LobbySayTextBoxKeyDown);
1 office 159 //
2 office 160 // LobbyTextBox
1 office 161 //
2 office 162 this.LobbyTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
37 office 163 resources.ApplyResources(this.LobbyTextBox, "LobbyTextBox");
2 office 164 this.LobbyTextBox.Name = "LobbyTextBox";
165 this.LobbyTextBox.ReadOnly = true;
1 office 166 //
167 // groupBox3
168 //
37 office 169 this.groupBox3.Controls.Add(this.label7);
170 this.groupBox3.Controls.Add(this.button6);
171 this.groupBox3.Controls.Add(this.button4);
24 office 172 this.groupBox3.Controls.Add(this.LocalBindingsCheckedListBox);
1 office 173 this.groupBox3.Controls.Add(this.button3);
4 office 174 this.groupBox3.Controls.Add(this.HelmAddButton);
1 office 175 this.groupBox3.Controls.Add(this.label2);
9 office 176 this.groupBox3.Controls.Add(this.LocalNameTextBox);
37 office 177 resources.ApplyResources(this.groupBox3, "groupBox3");
1 office 178 this.groupBox3.Name = "groupBox3";
179 this.groupBox3.TabStop = false;
180 //
37 office 181 // button6
182 //
183 resources.ApplyResources(this.button6, "button6");
184 this.button6.Name = "button6";
185 this.button6.UseVisualStyleBackColor = true;
186 this.button6.Click += new System.EventHandler(this.LocalBindingsLoadButtonClicked);
187 //
188 // button4
189 //
190 resources.ApplyResources(this.button4, "button4");
191 this.button4.Name = "button4";
192 this.button4.UseVisualStyleBackColor = true;
193 this.button4.Click += new System.EventHandler(this.LocalBindingsSaveButtonClicked);
194 //
24 office 195 // LocalBindingsCheckedListBox
4 office 196 //
24 office 197 this.LocalBindingsCheckedListBox.CheckOnClick = true;
198 this.LocalBindingsCheckedListBox.FormattingEnabled = true;
37 office 199 resources.ApplyResources(this.LocalBindingsCheckedListBox, "LocalBindingsCheckedListBox");
24 office 200 this.LocalBindingsCheckedListBox.Name = "LocalBindingsCheckedListBox";
201 this.LocalBindingsCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.LocalBindingsCheckedListBoxItemCheck);
4 office 202 //
1 office 203 // button3
204 //
37 office 205 resources.ApplyResources(this.button3, "button3");
1 office 206 this.button3.Name = "button3";
207 this.button3.UseVisualStyleBackColor = true;
10 office 208 this.button3.Click += new System.EventHandler(this.LocalBindingsRemoveButtonClick);
1 office 209 //
4 office 210 // HelmAddButton
1 office 211 //
37 office 212 resources.ApplyResources(this.HelmAddButton, "HelmAddButton");
4 office 213 this.HelmAddButton.Name = "HelmAddButton";
214 this.HelmAddButton.UseVisualStyleBackColor = true;
10 office 215 this.HelmAddButton.Click += new System.EventHandler(this.LocalAddBindingButtonClick);
1 office 216 //
217 // label2
218 //
37 office 219 resources.ApplyResources(this.label2, "label2");
1 office 220 this.label2.Name = "label2";
221 //
9 office 222 // LocalNameTextBox
1 office 223 //
36 office 224 this.LocalNameTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
225 this.LocalNameTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
9 office 226 this.LocalNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
37 office 227 resources.ApplyResources(this.LocalNameTextBox, "LocalNameTextBox");
9 office 228 this.LocalNameTextBox.Name = "LocalNameTextBox";
10 office 229 this.LocalNameTextBox.Click += new System.EventHandler(this.LocalNameTextBoxClick);
1 office 230 //
231 // groupBox4
232 //
8 office 233 this.groupBox4.Controls.Add(this.label6);
234 this.groupBox4.Controls.Add(this.Password);
2 office 235 this.groupBox4.Controls.Add(this.label5);
236 this.groupBox4.Controls.Add(this.Nick);
1 office 237 this.groupBox4.Controls.Add(this.HostButton);
238 this.groupBox4.Controls.Add(this.label4);
239 this.groupBox4.Controls.Add(this.ConnectButton);
240 this.groupBox4.Controls.Add(this.Port);
241 this.groupBox4.Controls.Add(this.label3);
242 this.groupBox4.Controls.Add(this.Address);
37 office 243 resources.ApplyResources(this.groupBox4, "groupBox4");
1 office 244 this.groupBox4.Name = "groupBox4";
245 this.groupBox4.TabStop = false;
246 //
8 office 247 // label6
248 //
37 office 249 resources.ApplyResources(this.label6, "label6");
8 office 250 this.label6.Name = "label6";
251 //
252 // Password
253 //
254 this.Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
37 office 255 resources.ApplyResources(this.Password, "Password");
8 office 256 this.Password.Name = "Password";
257 //
2 office 258 // label5
259 //
37 office 260 resources.ApplyResources(this.label5, "label5");
2 office 261 this.label5.Name = "label5";
262 //
263 // Nick
264 //
23 office 265 this.Nick.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
266 this.Nick.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
2 office 267 this.Nick.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
37 office 268 resources.ApplyResources(this.Nick, "Nick");
2 office 269 this.Nick.Name = "Nick";
270 //
1 office 271 // HostButton
272 //
37 office 273 resources.ApplyResources(this.HostButton, "HostButton");
1 office 274 this.HostButton.Name = "HostButton";
275 this.HostButton.UseVisualStyleBackColor = true;
276 this.HostButton.Click += new System.EventHandler(this.HostButtonClickAsync);
277 //
278 // label4
279 //
37 office 280 resources.ApplyResources(this.label4, "label4");
1 office 281 this.label4.Name = "label4";
282 //
283 // ConnectButton
284 //
37 office 285 resources.ApplyResources(this.ConnectButton, "ConnectButton");
1 office 286 this.ConnectButton.Name = "ConnectButton";
287 this.ConnectButton.UseVisualStyleBackColor = true;
288 this.ConnectButton.Click += new System.EventHandler(this.ConnectButtonClickAsync);
289 //
290 // Port
291 //
23 office 292 this.Port.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
293 this.Port.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
1 office 294 this.Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
37 office 295 resources.ApplyResources(this.Port, "Port");
1 office 296 this.Port.Name = "Port";
297 this.Port.Click += new System.EventHandler(this.PortTextBoxClick);
298 //
299 // label3
300 //
37 office 301 resources.ApplyResources(this.label3, "label3");
1 office 302 this.label3.Name = "label3";
303 //
304 // Address
305 //
23 office 306 this.Address.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
307 this.Address.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
1 office 308 this.Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
37 office 309 resources.ApplyResources(this.Address, "Address");
1 office 310 this.Address.Name = "Address";
311 this.Address.Click += new System.EventHandler(this.AddressTextBoxClick);
312 //
2 office 313 // tabControl1
1 office 314 //
2 office 315 this.tabControl1.Controls.Add(this.tabPage1);
316 this.tabControl1.Controls.Add(this.tabPage2);
4 office 317 this.tabControl1.Controls.Add(this.tabPage3);
37 office 318 this.tabControl1.Controls.Add(this.tabPage4);
33 office 319 this.tabControl1.Cursor = System.Windows.Forms.Cursors.PanNorth;
37 office 320 resources.ApplyResources(this.tabControl1, "tabControl1");
2 office 321 this.tabControl1.Name = "tabControl1";
322 this.tabControl1.SelectedIndex = 0;
33 office 323 this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
324 this.tabControl1.GiveFeedback += new System.Windows.Forms.GiveFeedbackEventHandler(this.WingManTabControlGiveFeedback);
325 this.tabControl1.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.WingManTabControlQueryContinueDrag);
326 this.tabControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.WingManTabControlMouseDown);
327 this.tabControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.WingManTabControlMouseMove);
2 office 328 //
329 // tabPage1
330 //
331 this.tabPage1.Controls.Add(this.groupBox5);
332 this.tabPage1.Controls.Add(this.groupBox4);
33 office 333 this.tabPage1.Cursor = System.Windows.Forms.Cursors.Arrow;
37 office 334 resources.ApplyResources(this.tabPage1, "tabPage1");
2 office 335 this.tabPage1.Name = "tabPage1";
336 this.tabPage1.UseVisualStyleBackColor = true;
337 //
338 // groupBox5
339 //
340 this.groupBox5.Controls.Add(this.ActivityTextBox);
37 office 341 resources.ApplyResources(this.groupBox5, "groupBox5");
2 office 342 this.groupBox5.Name = "groupBox5";
343 this.groupBox5.TabStop = false;
344 //
345 // ActivityTextBox
346 //
347 this.ActivityTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
37 office 348 resources.ApplyResources(this.ActivityTextBox, "ActivityTextBox");
2 office 349 this.ActivityTextBox.Name = "ActivityTextBox";
14 office 350 this.ActivityTextBox.ReadOnly = true;
2 office 351 //
352 // tabPage2
353 //
354 this.tabPage2.Controls.Add(this.groupBox1);
355 this.tabPage2.Controls.Add(this.groupBox3);
33 office 356 this.tabPage2.Cursor = System.Windows.Forms.Cursors.Arrow;
37 office 357 resources.ApplyResources(this.tabPage2, "tabPage2");
2 office 358 this.tabPage2.Name = "tabPage2";
359 this.tabPage2.UseVisualStyleBackColor = true;
360 //
4 office 361 // tabPage3
362 //
363 this.tabPage3.Controls.Add(this.groupBox2);
33 office 364 this.tabPage3.Cursor = System.Windows.Forms.Cursors.Arrow;
37 office 365 resources.ApplyResources(this.tabPage3, "tabPage3");
4 office 366 this.tabPage3.Name = "tabPage3";
367 this.tabPage3.UseVisualStyleBackColor = true;
368 //
37 office 369 // tabPage4
370 //
371 this.tabPage4.Controls.Add(this.groupBox6);
372 this.tabPage4.Cursor = System.Windows.Forms.Cursors.Arrow;
373 resources.ApplyResources(this.tabPage4, "tabPage4");
374 this.tabPage4.Name = "tabPage4";
375 this.tabPage4.UseVisualStyleBackColor = true;
376 //
377 // groupBox6
378 //
379 this.groupBox6.Controls.Add(this.windowsStartupCheckBox);
380 resources.ApplyResources(this.groupBox6, "groupBox6");
381 this.groupBox6.Name = "groupBox6";
382 this.groupBox6.TabStop = false;
383 //
384 // windowsStartupCheckBox
385 //
386 resources.ApplyResources(this.windowsStartupCheckBox, "windowsStartupCheckBox");
387 this.windowsStartupCheckBox.Name = "windowsStartupCheckBox";
388 this.windowsStartupCheckBox.UseVisualStyleBackColor = true;
389 this.windowsStartupCheckBox.CheckedChanged += new System.EventHandler(this.SettingsWindowsStartupCheckboxCheckedChanged);
390 //
4 office 391 // pictureBox1
392 //
37 office 393 resources.ApplyResources(this.pictureBox1, "pictureBox1");
4 office 394 this.pictureBox1.Name = "pictureBox1";
395 this.pictureBox1.TabStop = false;
396 //
397 // tableLayoutPanel1
398 //
37 office 399 resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
4 office 400 this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 1);
401 this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
402 this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
403 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
404 //
8 office 405 // OverlayPanel
406 //
37 office 407 resources.ApplyResources(this.OverlayPanel, "OverlayPanel");
8 office 408 this.OverlayPanel.BackColor = System.Drawing.Color.Black;
409 this.OverlayPanel.Controls.Add(this.OverlayPanelLabel);
410 this.OverlayPanel.Name = "OverlayPanel";
411 //
412 // OverlayPanelLabel
413 //
37 office 414 resources.ApplyResources(this.OverlayPanelLabel, "OverlayPanelLabel");
8 office 415 this.OverlayPanelLabel.ForeColor = System.Drawing.SystemColors.Control;
416 this.OverlayPanelLabel.Name = "OverlayPanelLabel";
417 //
36 office 418 // WingManNotifyIcon
22 office 419 //
37 office 420 resources.ApplyResources(this.WingManNotifyIcon, "WingManNotifyIcon");
36 office 421 this.WingManNotifyIcon.DoubleClick += new System.EventHandler(this.NotifyIconDoubleClick);
22 office 422 //
37 office 423 // saveLocalBindingsDialog
424 //
425 resources.ApplyResources(this.saveLocalBindingsDialog, "saveLocalBindingsDialog");
426 this.saveLocalBindingsDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.SaveLocalBindingsDialogOk);
427 //
428 // loadLocalBindingsDialog
429 //
430 this.loadLocalBindingsDialog.FileName = "loadLocalBindingsDialog";
431 resources.ApplyResources(this.loadLocalBindingsDialog, "loadLocalBindingsDialog");
432 this.loadLocalBindingsDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.LoadLocalBindingsDialogOk);
433 //
434 // label7
435 //
436 resources.ApplyResources(this.label7, "label7");
437 this.label7.Name = "label7";
438 //
2 office 439 // WingManForm
440 //
37 office 441 resources.ApplyResources(this, "$this");
1 office 442 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
8 office 443 this.Controls.Add(this.tableLayoutPanel1);
444 this.Controls.Add(this.OverlayPanel);
1 office 445 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
446 this.MaximizeBox = false;
2 office 447 this.Name = "WingManForm";
37 office 448 this.ShowInTaskbar = false;
1 office 449 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
37 office 450 this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
451 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WingManFormOnClosing);
9 office 452 this.Load += new System.EventHandler(this.WingManFormOnLoad);
22 office 453 this.Resize += new System.EventHandler(this.WingManFormResized);
1 office 454 this.groupBox1.ResumeLayout(false);
455 this.groupBox1.PerformLayout();
456 this.groupBox2.ResumeLayout(false);
457 this.groupBox2.PerformLayout();
458 this.groupBox3.ResumeLayout(false);
459 this.groupBox3.PerformLayout();
460 this.groupBox4.ResumeLayout(false);
461 this.groupBox4.PerformLayout();
2 office 462 this.tabControl1.ResumeLayout(false);
463 this.tabPage1.ResumeLayout(false);
464 this.groupBox5.ResumeLayout(false);
465 this.groupBox5.PerformLayout();
466 this.tabPage2.ResumeLayout(false);
4 office 467 this.tabPage3.ResumeLayout(false);
37 office 468 this.tabPage4.ResumeLayout(false);
469 this.groupBox6.ResumeLayout(false);
470 this.groupBox6.PerformLayout();
4 office 471 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
472 this.tableLayoutPanel1.ResumeLayout(false);
8 office 473 this.OverlayPanel.ResumeLayout(false);
474 this.OverlayPanel.PerformLayout();
1 office 475 this.ResumeLayout(false);
476 this.PerformLayout();
477  
478 }
479  
480 #endregion
481  
482 private System.Windows.Forms.GroupBox groupBox1;
483 private System.Windows.Forms.GroupBox groupBox2;
484 private System.Windows.Forms.GroupBox groupBox3;
9 office 485 private System.Windows.Forms.ListBox RemoteBindingsListBox;
1 office 486 private System.Windows.Forms.Label label1;
9 office 487 private System.Windows.Forms.TextBox RemoteBindingsBindToBox;
2 office 488 private System.Windows.Forms.TextBox LobbySayTextBox;
489 public System.Windows.Forms.TextBox LobbyTextBox;
1 office 490 private System.Windows.Forms.Label label2;
9 office 491 private System.Windows.Forms.TextBox LocalNameTextBox;
1 office 492 private System.Windows.Forms.Button button2;
493 private System.Windows.Forms.Button button1;
494 private System.Windows.Forms.Button button3;
4 office 495 private System.Windows.Forms.Button HelmAddButton;
1 office 496 private System.Windows.Forms.Button button5;
497 private System.Windows.Forms.GroupBox groupBox4;
498 private System.Windows.Forms.Button HostButton;
499 private System.Windows.Forms.Label label4;
500 private System.Windows.Forms.Button ConnectButton;
501 private System.Windows.Forms.TextBox Port;
502 private System.Windows.Forms.Label label3;
503 private System.Windows.Forms.TextBox Address;
9 office 504 private System.Windows.Forms.ComboBox RemoteBindingsComboBox;
2 office 505 private System.Windows.Forms.Label label5;
506 private System.Windows.Forms.TextBox Nick;
507 private System.Windows.Forms.TabControl tabControl1;
508 private System.Windows.Forms.TabPage tabPage1;
509 private System.Windows.Forms.GroupBox groupBox5;
510 public System.Windows.Forms.TextBox ActivityTextBox;
511 private System.Windows.Forms.TabPage tabPage2;
4 office 512 private System.Windows.Forms.TabPage tabPage3;
513 private System.Windows.Forms.PictureBox pictureBox1;
514 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
8 office 515 private System.Windows.Forms.Panel OverlayPanel;
516 private System.Windows.Forms.Label OverlayPanelLabel;
517 private System.Windows.Forms.Label label6;
518 private System.Windows.Forms.TextBox Password;
36 office 519 private System.Windows.Forms.NotifyIcon WingManNotifyIcon;
24 office 520 private System.Windows.Forms.CheckedListBox LocalBindingsCheckedListBox;
37 office 521 private System.Windows.Forms.Button button6;
522 private System.Windows.Forms.Button button4;
523 private System.Windows.Forms.SaveFileDialog saveLocalBindingsDialog;
524 private System.Windows.Forms.OpenFileDialog loadLocalBindingsDialog;
525 private System.Windows.Forms.TabPage tabPage4;
526 private System.Windows.Forms.GroupBox groupBox6;
527 private System.Windows.Forms.CheckBox windowsStartupCheckBox;
528 private System.Windows.Forms.Label label7;
1 office 529 }
530 }
531