WingMan – Blame information for rev 2

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 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22  
23 #region Windows Form Designer generated code
24  
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.groupBox1 = new System.Windows.Forms.GroupBox();
2 office 32 this.comboBox1 = new System.Windows.Forms.ComboBox();
1 office 33 this.button2 = new System.Windows.Forms.Button();
34 this.button1 = new System.Windows.Forms.Button();
35 this.label1 = new System.Windows.Forms.Label();
36 this.textBox1 = new System.Windows.Forms.TextBox();
37 this.listBox1 = new System.Windows.Forms.ListBox();
38 this.groupBox2 = new System.Windows.Forms.GroupBox();
39 this.button5 = new System.Windows.Forms.Button();
2 office 40 this.LobbySayTextBox = new System.Windows.Forms.TextBox();
41 this.LobbyTextBox = new System.Windows.Forms.TextBox();
1 office 42 this.groupBox3 = new System.Windows.Forms.GroupBox();
43 this.button3 = new System.Windows.Forms.Button();
44 this.button4 = new System.Windows.Forms.Button();
45 this.label2 = new System.Windows.Forms.Label();
46 this.textBox2 = new System.Windows.Forms.TextBox();
47 this.listBox2 = new System.Windows.Forms.ListBox();
48 this.groupBox4 = new System.Windows.Forms.GroupBox();
2 office 49 this.label5 = new System.Windows.Forms.Label();
50 this.Nick = new System.Windows.Forms.TextBox();
1 office 51 this.HostButton = new System.Windows.Forms.Button();
52 this.label4 = new System.Windows.Forms.Label();
53 this.ConnectButton = new System.Windows.Forms.Button();
54 this.Port = new System.Windows.Forms.TextBox();
55 this.label3 = new System.Windows.Forms.Label();
56 this.Address = new System.Windows.Forms.TextBox();
57 this.statusStrip = new System.Windows.Forms.StatusStrip();
58 this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
2 office 59 this.tabControl1 = new System.Windows.Forms.TabControl();
60 this.tabPage1 = new System.Windows.Forms.TabPage();
61 this.groupBox5 = new System.Windows.Forms.GroupBox();
62 this.ActivityTextBox = new System.Windows.Forms.TextBox();
63 this.tabPage2 = new System.Windows.Forms.TabPage();
1 office 64 this.groupBox1.SuspendLayout();
65 this.groupBox2.SuspendLayout();
66 this.groupBox3.SuspendLayout();
67 this.groupBox4.SuspendLayout();
68 this.statusStrip.SuspendLayout();
2 office 69 this.tabControl1.SuspendLayout();
70 this.tabPage1.SuspendLayout();
71 this.groupBox5.SuspendLayout();
72 this.tabPage2.SuspendLayout();
1 office 73 this.SuspendLayout();
74 //
75 // groupBox1
76 //
2 office 77 this.groupBox1.Controls.Add(this.comboBox1);
1 office 78 this.groupBox1.Controls.Add(this.button2);
79 this.groupBox1.Controls.Add(this.button1);
80 this.groupBox1.Controls.Add(this.label1);
81 this.groupBox1.Controls.Add(this.textBox1);
82 this.groupBox1.Controls.Add(this.listBox1);
2 office 83 this.groupBox1.Location = new System.Drawing.Point(12, 10);
1 office 84 this.groupBox1.Name = "groupBox1";
85 this.groupBox1.Size = new System.Drawing.Size(256, 296);
86 this.groupBox1.TabIndex = 0;
87 this.groupBox1.TabStop = false;
88 this.groupBox1.Text = "Wing (Them)";
89 //
2 office 90 // comboBox1
91 //
92 this.comboBox1.FormattingEnabled = true;
93 this.comboBox1.Location = new System.Drawing.Point(8, 24);
94 this.comboBox1.Name = "comboBox1";
95 this.comboBox1.Size = new System.Drawing.Size(240, 21);
96 this.comboBox1.TabIndex = 5;
97 //
1 office 98 // button2
99 //
100 this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
101 this.button2.Location = new System.Drawing.Point(168, 264);
102 this.button2.Name = "button2";
103 this.button2.Size = new System.Drawing.Size(75, 23);
104 this.button2.TabIndex = 4;
105 this.button2.Text = "Unbind";
106 this.button2.UseVisualStyleBackColor = true;
107 //
108 // button1
109 //
110 this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
111 this.button1.Location = new System.Drawing.Point(88, 264);
112 this.button1.Name = "button1";
113 this.button1.Size = new System.Drawing.Size(75, 23);
114 this.button1.TabIndex = 3;
115 this.button1.Text = "Bind";
116 this.button1.UseVisualStyleBackColor = true;
117 //
118 // label1
119 //
120 this.label1.AutoSize = true;
121 this.label1.Location = new System.Drawing.Point(8, 232);
122 this.label1.Name = "label1";
123 this.label1.Size = new System.Drawing.Size(54, 13);
124 this.label1.TabIndex = 2;
125 this.label1.Text = "Bound To";
126 //
127 // textBox1
128 //
129 this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
130 this.textBox1.Location = new System.Drawing.Point(72, 228);
131 this.textBox1.Name = "textBox1";
132 this.textBox1.ReadOnly = true;
133 this.textBox1.Size = new System.Drawing.Size(172, 20);
134 this.textBox1.TabIndex = 1;
135 //
136 // listBox1
137 //
138 this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
139 this.listBox1.FormattingEnabled = true;
2 office 140 this.listBox1.Location = new System.Drawing.Point(8, 56);
1 office 141 this.listBox1.Name = "listBox1";
2 office 142 this.listBox1.Size = new System.Drawing.Size(240, 132);
1 office 143 this.listBox1.TabIndex = 0;
144 //
145 // groupBox2
146 //
147 this.groupBox2.Controls.Add(this.button5);
2 office 148 this.groupBox2.Controls.Add(this.LobbySayTextBox);
149 this.groupBox2.Controls.Add(this.LobbyTextBox);
150 this.groupBox2.Location = new System.Drawing.Point(276, 10);
1 office 151 this.groupBox2.Name = "groupBox2";
152 this.groupBox2.Size = new System.Drawing.Size(256, 296);
153 this.groupBox2.TabIndex = 1;
154 this.groupBox2.TabStop = false;
155 this.groupBox2.Text = "Lobby";
156 //
157 // button5
158 //
159 this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
160 this.button5.Location = new System.Drawing.Point(208, 264);
161 this.button5.Name = "button5";
162 this.button5.Size = new System.Drawing.Size(40, 20);
163 this.button5.TabIndex = 2;
164 this.button5.UseVisualStyleBackColor = true;
165 //
2 office 166 // LobbySayTextBox
1 office 167 //
2 office 168 this.LobbySayTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
169 this.LobbySayTextBox.Location = new System.Drawing.Point(8, 264);
170 this.LobbySayTextBox.Name = "LobbySayTextBox";
171 this.LobbySayTextBox.Size = new System.Drawing.Size(192, 20);
172 this.LobbySayTextBox.TabIndex = 1;
173 this.LobbySayTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LobbySayTextBoxKeyDown);
1 office 174 //
2 office 175 // LobbyTextBox
1 office 176 //
2 office 177 this.LobbyTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
178 this.LobbyTextBox.Location = new System.Drawing.Point(8, 16);
179 this.LobbyTextBox.Multiline = true;
180 this.LobbyTextBox.Name = "LobbyTextBox";
181 this.LobbyTextBox.ReadOnly = true;
182 this.LobbyTextBox.Size = new System.Drawing.Size(240, 240);
183 this.LobbyTextBox.TabIndex = 0;
1 office 184 //
185 // groupBox3
186 //
187 this.groupBox3.Controls.Add(this.button3);
188 this.groupBox3.Controls.Add(this.button4);
189 this.groupBox3.Controls.Add(this.label2);
190 this.groupBox3.Controls.Add(this.textBox2);
191 this.groupBox3.Controls.Add(this.listBox2);
2 office 192 this.groupBox3.Location = new System.Drawing.Point(540, 10);
1 office 193 this.groupBox3.Name = "groupBox3";
194 this.groupBox3.Size = new System.Drawing.Size(256, 296);
195 this.groupBox3.TabIndex = 2;
196 this.groupBox3.TabStop = false;
197 this.groupBox3.Text = "Helm (You)";
198 //
199 // button3
200 //
201 this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
202 this.button3.Location = new System.Drawing.Point(168, 264);
203 this.button3.Name = "button3";
204 this.button3.Size = new System.Drawing.Size(75, 23);
205 this.button3.TabIndex = 6;
206 this.button3.Text = "Remove";
207 this.button3.UseVisualStyleBackColor = true;
208 //
209 // button4
210 //
211 this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
212 this.button4.Location = new System.Drawing.Point(88, 264);
213 this.button4.Name = "button4";
214 this.button4.Size = new System.Drawing.Size(75, 23);
215 this.button4.TabIndex = 5;
216 this.button4.Text = "Add";
217 this.button4.UseVisualStyleBackColor = true;
218 //
219 // label2
220 //
221 this.label2.AutoSize = true;
222 this.label2.Location = new System.Drawing.Point(24, 232);
223 this.label2.Name = "label2";
224 this.label2.Size = new System.Drawing.Size(35, 13);
225 this.label2.TabIndex = 4;
226 this.label2.Text = "Name";
227 //
228 // textBox2
229 //
230 this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
231 this.textBox2.Location = new System.Drawing.Point(72, 228);
232 this.textBox2.Name = "textBox2";
233 this.textBox2.Size = new System.Drawing.Size(172, 20);
234 this.textBox2.TabIndex = 3;
235 //
236 // listBox2
237 //
238 this.listBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
239 this.listBox2.FormattingEnabled = true;
240 this.listBox2.Location = new System.Drawing.Point(8, 16);
241 this.listBox2.Name = "listBox2";
242 this.listBox2.Size = new System.Drawing.Size(240, 184);
243 this.listBox2.TabIndex = 1;
244 //
245 // groupBox4
246 //
2 office 247 this.groupBox4.Controls.Add(this.label5);
248 this.groupBox4.Controls.Add(this.Nick);
1 office 249 this.groupBox4.Controls.Add(this.HostButton);
250 this.groupBox4.Controls.Add(this.label4);
251 this.groupBox4.Controls.Add(this.ConnectButton);
252 this.groupBox4.Controls.Add(this.Port);
253 this.groupBox4.Controls.Add(this.label3);
254 this.groupBox4.Controls.Add(this.Address);
2 office 255 this.groupBox4.Location = new System.Drawing.Point(8, 8);
1 office 256 this.groupBox4.Name = "groupBox4";
2 office 257 this.groupBox4.Size = new System.Drawing.Size(344, 112);
1 office 258 this.groupBox4.TabIndex = 3;
259 this.groupBox4.TabStop = false;
260 this.groupBox4.Text = "Connection";
261 //
2 office 262 // label5
263 //
264 this.label5.AutoSize = true;
265 this.label5.Location = new System.Drawing.Point(16, 52);
266 this.label5.Name = "label5";
267 this.label5.Size = new System.Drawing.Size(29, 13);
268 this.label5.TabIndex = 8;
269 this.label5.Text = "Nick";
270 //
271 // Nick
272 //
273 this.Nick.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
274 this.Nick.Location = new System.Drawing.Point(56, 48);
275 this.Nick.Name = "Nick";
276 this.Nick.Size = new System.Drawing.Size(176, 20);
277 this.Nick.TabIndex = 7;
278 //
1 office 279 // HostButton
280 //
281 this.HostButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
2 office 282 this.HostButton.Location = new System.Drawing.Point(136, 80);
1 office 283 this.HostButton.Name = "HostButton";
284 this.HostButton.Size = new System.Drawing.Size(75, 23);
285 this.HostButton.TabIndex = 6;
286 this.HostButton.Text = "Host";
287 this.HostButton.UseVisualStyleBackColor = true;
288 this.HostButton.Click += new System.EventHandler(this.HostButtonClickAsync);
289 //
290 // label4
291 //
292 this.label4.AutoSize = true;
2 office 293 this.label4.Location = new System.Drawing.Point(240, 24);
1 office 294 this.label4.Name = "label4";
295 this.label4.Size = new System.Drawing.Size(26, 13);
296 this.label4.TabIndex = 3;
297 this.label4.Text = "Port";
298 //
299 // ConnectButton
300 //
301 this.ConnectButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
2 office 302 this.ConnectButton.Location = new System.Drawing.Point(56, 80);
1 office 303 this.ConnectButton.Name = "ConnectButton";
304 this.ConnectButton.Size = new System.Drawing.Size(75, 23);
305 this.ConnectButton.TabIndex = 5;
306 this.ConnectButton.Text = "Connect";
307 this.ConnectButton.UseVisualStyleBackColor = true;
308 this.ConnectButton.Click += new System.EventHandler(this.ConnectButtonClickAsync);
309 //
310 // Port
311 //
312 this.Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
2 office 313 this.Port.Location = new System.Drawing.Point(272, 20);
1 office 314 this.Port.Name = "Port";
315 this.Port.Size = new System.Drawing.Size(60, 20);
316 this.Port.TabIndex = 2;
317 this.Port.Text = "43335";
318 this.Port.Click += new System.EventHandler(this.PortTextBoxClick);
319 //
320 // label3
321 //
322 this.label3.AutoSize = true;
323 this.label3.Location = new System.Drawing.Point(8, 24);
324 this.label3.Name = "label3";
325 this.label3.Size = new System.Drawing.Size(45, 13);
326 this.label3.TabIndex = 1;
327 this.label3.Text = "Address";
328 //
329 // Address
330 //
331 this.Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
332 this.Address.Location = new System.Drawing.Point(56, 20);
333 this.Address.Name = "Address";
2 office 334 this.Address.Size = new System.Drawing.Size(176, 20);
1 office 335 this.Address.TabIndex = 0;
336 this.Address.Text = "0.0.0.0";
337 this.Address.Click += new System.EventHandler(this.AddressTextBoxClick);
338 //
339 // statusStrip
340 //
341 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
342 this.toolStripStatusLabel});
343 this.statusStrip.Location = new System.Drawing.Point(0, 428);
344 this.statusStrip.Name = "statusStrip";
345 this.statusStrip.Size = new System.Drawing.Size(800, 22);
346 this.statusStrip.TabIndex = 4;
347 this.statusStrip.Text = "statusStrip1";
348 //
349 // toolStripStatusLabel
350 //
351 this.toolStripStatusLabel.Name = "toolStripStatusLabel";
352 this.toolStripStatusLabel.Size = new System.Drawing.Size(0, 17);
353 //
2 office 354 // tabControl1
1 office 355 //
2 office 356 this.tabControl1.Controls.Add(this.tabPage1);
357 this.tabControl1.Controls.Add(this.tabPage2);
358 this.tabControl1.Location = new System.Drawing.Point(0, 64);
359 this.tabControl1.Name = "tabControl1";
360 this.tabControl1.SelectedIndex = 0;
361 this.tabControl1.Size = new System.Drawing.Size(800, 360);
362 this.tabControl1.TabIndex = 5;
363 //
364 // tabPage1
365 //
366 this.tabPage1.Controls.Add(this.groupBox5);
367 this.tabPage1.Controls.Add(this.groupBox4);
368 this.tabPage1.Location = new System.Drawing.Point(4, 22);
369 this.tabPage1.Name = "tabPage1";
370 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
371 this.tabPage1.Size = new System.Drawing.Size(792, 334);
372 this.tabPage1.TabIndex = 0;
373 this.tabPage1.Text = "Connection";
374 this.tabPage1.UseVisualStyleBackColor = true;
375 //
376 // groupBox5
377 //
378 this.groupBox5.Controls.Add(this.ActivityTextBox);
379 this.groupBox5.Location = new System.Drawing.Point(8, 128);
380 this.groupBox5.Name = "groupBox5";
381 this.groupBox5.Size = new System.Drawing.Size(776, 200);
382 this.groupBox5.TabIndex = 5;
383 this.groupBox5.TabStop = false;
384 this.groupBox5.Text = "Activity";
385 //
386 // ActivityTextBox
387 //
388 this.ActivityTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
389 this.ActivityTextBox.Location = new System.Drawing.Point(8, 16);
390 this.ActivityTextBox.Multiline = true;
391 this.ActivityTextBox.Name = "ActivityTextBox";
392 this.ActivityTextBox.Size = new System.Drawing.Size(760, 176);
393 this.ActivityTextBox.TabIndex = 4;
394 //
395 // tabPage2
396 //
397 this.tabPage2.Controls.Add(this.groupBox1);
398 this.tabPage2.Controls.Add(this.groupBox2);
399 this.tabPage2.Controls.Add(this.groupBox3);
400 this.tabPage2.Location = new System.Drawing.Point(4, 22);
401 this.tabPage2.Name = "tabPage2";
402 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
403 this.tabPage2.Size = new System.Drawing.Size(792, 334);
404 this.tabPage2.TabIndex = 1;
405 this.tabPage2.Text = "Bindings";
406 this.tabPage2.UseVisualStyleBackColor = true;
407 //
408 // WingManForm
409 //
1 office 410 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
411 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
412 this.ClientSize = new System.Drawing.Size(800, 450);
2 office 413 this.Controls.Add(this.tabControl1);
1 office 414 this.Controls.Add(this.statusStrip);
415 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
416 this.MaximizeBox = false;
417 this.MaximumSize = new System.Drawing.Size(816, 488);
418 this.MinimizeBox = false;
419 this.MinimumSize = new System.Drawing.Size(816, 488);
2 office 420 this.Name = "WingManForm";
1 office 421 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
2 office 422 this.Text = "WingManForm";
1 office 423 this.groupBox1.ResumeLayout(false);
424 this.groupBox1.PerformLayout();
425 this.groupBox2.ResumeLayout(false);
426 this.groupBox2.PerformLayout();
427 this.groupBox3.ResumeLayout(false);
428 this.groupBox3.PerformLayout();
429 this.groupBox4.ResumeLayout(false);
430 this.groupBox4.PerformLayout();
431 this.statusStrip.ResumeLayout(false);
432 this.statusStrip.PerformLayout();
2 office 433 this.tabControl1.ResumeLayout(false);
434 this.tabPage1.ResumeLayout(false);
435 this.groupBox5.ResumeLayout(false);
436 this.groupBox5.PerformLayout();
437 this.tabPage2.ResumeLayout(false);
1 office 438 this.ResumeLayout(false);
439 this.PerformLayout();
440  
441 }
442  
443 #endregion
444  
445 private System.Windows.Forms.GroupBox groupBox1;
446 private System.Windows.Forms.GroupBox groupBox2;
447 private System.Windows.Forms.GroupBox groupBox3;
448 private System.Windows.Forms.ListBox listBox1;
449 private System.Windows.Forms.ListBox listBox2;
450 private System.Windows.Forms.Label label1;
451 private System.Windows.Forms.TextBox textBox1;
2 office 452 private System.Windows.Forms.TextBox LobbySayTextBox;
453 public System.Windows.Forms.TextBox LobbyTextBox;
1 office 454 private System.Windows.Forms.Label label2;
455 private System.Windows.Forms.TextBox textBox2;
456 private System.Windows.Forms.Button button2;
457 private System.Windows.Forms.Button button1;
458 private System.Windows.Forms.Button button3;
459 private System.Windows.Forms.Button button4;
460 private System.Windows.Forms.Button button5;
461 private System.Windows.Forms.GroupBox groupBox4;
462 private System.Windows.Forms.Button HostButton;
463 private System.Windows.Forms.Label label4;
464 private System.Windows.Forms.Button ConnectButton;
465 private System.Windows.Forms.TextBox Port;
466 private System.Windows.Forms.Label label3;
467 private System.Windows.Forms.TextBox Address;
468 private System.Windows.Forms.StatusStrip statusStrip;
469 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
2 office 470 private System.Windows.Forms.ComboBox comboBox1;
471 private System.Windows.Forms.Label label5;
472 private System.Windows.Forms.TextBox Nick;
473 private System.Windows.Forms.TabControl tabControl1;
474 private System.Windows.Forms.TabPage tabPage1;
475 private System.Windows.Forms.GroupBox groupBox5;
476 public System.Windows.Forms.TextBox ActivityTextBox;
477 private System.Windows.Forms.TabPage tabPage2;
1 office 478 }
479 }
480