WingMan – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 namespace WingMan
2 {
3 partial class Form1
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();
32 this.button2 = new System.Windows.Forms.Button();
33 this.button1 = new System.Windows.Forms.Button();
34 this.label1 = new System.Windows.Forms.Label();
35 this.textBox1 = new System.Windows.Forms.TextBox();
36 this.listBox1 = new System.Windows.Forms.ListBox();
37 this.groupBox2 = new System.Windows.Forms.GroupBox();
38 this.button5 = new System.Windows.Forms.Button();
39 this.textBox4 = new System.Windows.Forms.TextBox();
40 this.textBox3 = new System.Windows.Forms.TextBox();
41 this.groupBox3 = new System.Windows.Forms.GroupBox();
42 this.button3 = new System.Windows.Forms.Button();
43 this.button4 = new System.Windows.Forms.Button();
44 this.label2 = new System.Windows.Forms.Label();
45 this.textBox2 = new System.Windows.Forms.TextBox();
46 this.listBox2 = new System.Windows.Forms.ListBox();
47 this.groupBox4 = new System.Windows.Forms.GroupBox();
48 this.HostButton = new System.Windows.Forms.Button();
49 this.label4 = new System.Windows.Forms.Label();
50 this.ConnectButton = new System.Windows.Forms.Button();
51 this.Port = new System.Windows.Forms.TextBox();
52 this.label3 = new System.Windows.Forms.Label();
53 this.Address = new System.Windows.Forms.TextBox();
54 this.statusStrip = new System.Windows.Forms.StatusStrip();
55 this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
56 this.groupBox1.SuspendLayout();
57 this.groupBox2.SuspendLayout();
58 this.groupBox3.SuspendLayout();
59 this.groupBox4.SuspendLayout();
60 this.statusStrip.SuspendLayout();
61 this.SuspendLayout();
62 //
63 // groupBox1
64 //
65 this.groupBox1.Controls.Add(this.button2);
66 this.groupBox1.Controls.Add(this.button1);
67 this.groupBox1.Controls.Add(this.label1);
68 this.groupBox1.Controls.Add(this.textBox1);
69 this.groupBox1.Controls.Add(this.listBox1);
70 this.groupBox1.Location = new System.Drawing.Point(8, 128);
71 this.groupBox1.Name = "groupBox1";
72 this.groupBox1.Size = new System.Drawing.Size(256, 296);
73 this.groupBox1.TabIndex = 0;
74 this.groupBox1.TabStop = false;
75 this.groupBox1.Text = "Wing (Them)";
76 //
77 // button2
78 //
79 this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
80 this.button2.Location = new System.Drawing.Point(168, 264);
81 this.button2.Name = "button2";
82 this.button2.Size = new System.Drawing.Size(75, 23);
83 this.button2.TabIndex = 4;
84 this.button2.Text = "Unbind";
85 this.button2.UseVisualStyleBackColor = true;
86 //
87 // button1
88 //
89 this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
90 this.button1.Location = new System.Drawing.Point(88, 264);
91 this.button1.Name = "button1";
92 this.button1.Size = new System.Drawing.Size(75, 23);
93 this.button1.TabIndex = 3;
94 this.button1.Text = "Bind";
95 this.button1.UseVisualStyleBackColor = true;
96 //
97 // label1
98 //
99 this.label1.AutoSize = true;
100 this.label1.Location = new System.Drawing.Point(8, 232);
101 this.label1.Name = "label1";
102 this.label1.Size = new System.Drawing.Size(54, 13);
103 this.label1.TabIndex = 2;
104 this.label1.Text = "Bound To";
105 //
106 // textBox1
107 //
108 this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
109 this.textBox1.Location = new System.Drawing.Point(72, 228);
110 this.textBox1.Name = "textBox1";
111 this.textBox1.ReadOnly = true;
112 this.textBox1.Size = new System.Drawing.Size(172, 20);
113 this.textBox1.TabIndex = 1;
114 //
115 // listBox1
116 //
117 this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
118 this.listBox1.FormattingEnabled = true;
119 this.listBox1.Location = new System.Drawing.Point(8, 16);
120 this.listBox1.Name = "listBox1";
121 this.listBox1.Size = new System.Drawing.Size(240, 184);
122 this.listBox1.TabIndex = 0;
123 //
124 // groupBox2
125 //
126 this.groupBox2.Controls.Add(this.button5);
127 this.groupBox2.Controls.Add(this.textBox4);
128 this.groupBox2.Controls.Add(this.textBox3);
129 this.groupBox2.Location = new System.Drawing.Point(272, 128);
130 this.groupBox2.Name = "groupBox2";
131 this.groupBox2.Size = new System.Drawing.Size(256, 296);
132 this.groupBox2.TabIndex = 1;
133 this.groupBox2.TabStop = false;
134 this.groupBox2.Text = "Lobby";
135 //
136 // button5
137 //
138 this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
139 this.button5.Location = new System.Drawing.Point(208, 264);
140 this.button5.Name = "button5";
141 this.button5.Size = new System.Drawing.Size(40, 20);
142 this.button5.TabIndex = 2;
143 this.button5.UseVisualStyleBackColor = true;
144 //
145 // textBox4
146 //
147 this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
148 this.textBox4.Location = new System.Drawing.Point(8, 264);
149 this.textBox4.Name = "textBox4";
150 this.textBox4.Size = new System.Drawing.Size(192, 20);
151 this.textBox4.TabIndex = 1;
152 //
153 // textBox3
154 //
155 this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
156 this.textBox3.Location = new System.Drawing.Point(8, 16);
157 this.textBox3.Multiline = true;
158 this.textBox3.Name = "textBox3";
159 this.textBox3.ReadOnly = true;
160 this.textBox3.Size = new System.Drawing.Size(240, 240);
161 this.textBox3.TabIndex = 0;
162 //
163 // groupBox3
164 //
165 this.groupBox3.Controls.Add(this.button3);
166 this.groupBox3.Controls.Add(this.button4);
167 this.groupBox3.Controls.Add(this.label2);
168 this.groupBox3.Controls.Add(this.textBox2);
169 this.groupBox3.Controls.Add(this.listBox2);
170 this.groupBox3.Location = new System.Drawing.Point(536, 128);
171 this.groupBox3.Name = "groupBox3";
172 this.groupBox3.Size = new System.Drawing.Size(256, 296);
173 this.groupBox3.TabIndex = 2;
174 this.groupBox3.TabStop = false;
175 this.groupBox3.Text = "Helm (You)";
176 //
177 // button3
178 //
179 this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
180 this.button3.Location = new System.Drawing.Point(168, 264);
181 this.button3.Name = "button3";
182 this.button3.Size = new System.Drawing.Size(75, 23);
183 this.button3.TabIndex = 6;
184 this.button3.Text = "Remove";
185 this.button3.UseVisualStyleBackColor = true;
186 //
187 // button4
188 //
189 this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
190 this.button4.Location = new System.Drawing.Point(88, 264);
191 this.button4.Name = "button4";
192 this.button4.Size = new System.Drawing.Size(75, 23);
193 this.button4.TabIndex = 5;
194 this.button4.Text = "Add";
195 this.button4.UseVisualStyleBackColor = true;
196 //
197 // label2
198 //
199 this.label2.AutoSize = true;
200 this.label2.Location = new System.Drawing.Point(24, 232);
201 this.label2.Name = "label2";
202 this.label2.Size = new System.Drawing.Size(35, 13);
203 this.label2.TabIndex = 4;
204 this.label2.Text = "Name";
205 //
206 // textBox2
207 //
208 this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
209 this.textBox2.Location = new System.Drawing.Point(72, 228);
210 this.textBox2.Name = "textBox2";
211 this.textBox2.Size = new System.Drawing.Size(172, 20);
212 this.textBox2.TabIndex = 3;
213 //
214 // listBox2
215 //
216 this.listBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
217 this.listBox2.FormattingEnabled = true;
218 this.listBox2.Location = new System.Drawing.Point(8, 16);
219 this.listBox2.Name = "listBox2";
220 this.listBox2.Size = new System.Drawing.Size(240, 184);
221 this.listBox2.TabIndex = 1;
222 //
223 // groupBox4
224 //
225 this.groupBox4.Controls.Add(this.HostButton);
226 this.groupBox4.Controls.Add(this.label4);
227 this.groupBox4.Controls.Add(this.ConnectButton);
228 this.groupBox4.Controls.Add(this.Port);
229 this.groupBox4.Controls.Add(this.label3);
230 this.groupBox4.Controls.Add(this.Address);
231 this.groupBox4.Location = new System.Drawing.Point(16, 8);
232 this.groupBox4.Name = "groupBox4";
233 this.groupBox4.Size = new System.Drawing.Size(248, 112);
234 this.groupBox4.TabIndex = 3;
235 this.groupBox4.TabStop = false;
236 this.groupBox4.Text = "Connection";
237 //
238 // HostButton
239 //
240 this.HostButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
241 this.HostButton.Location = new System.Drawing.Point(96, 80);
242 this.HostButton.Name = "HostButton";
243 this.HostButton.Size = new System.Drawing.Size(75, 23);
244 this.HostButton.TabIndex = 6;
245 this.HostButton.Text = "Host";
246 this.HostButton.UseVisualStyleBackColor = true;
247 this.HostButton.Click += new System.EventHandler(this.HostButtonClickAsync);
248 //
249 // label4
250 //
251 this.label4.AutoSize = true;
252 this.label4.Location = new System.Drawing.Point(24, 52);
253 this.label4.Name = "label4";
254 this.label4.Size = new System.Drawing.Size(26, 13);
255 this.label4.TabIndex = 3;
256 this.label4.Text = "Port";
257 //
258 // ConnectButton
259 //
260 this.ConnectButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
261 this.ConnectButton.Location = new System.Drawing.Point(16, 80);
262 this.ConnectButton.Name = "ConnectButton";
263 this.ConnectButton.Size = new System.Drawing.Size(75, 23);
264 this.ConnectButton.TabIndex = 5;
265 this.ConnectButton.Text = "Connect";
266 this.ConnectButton.UseVisualStyleBackColor = true;
267 this.ConnectButton.Click += new System.EventHandler(this.ConnectButtonClickAsync);
268 //
269 // Port
270 //
271 this.Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
272 this.Port.Location = new System.Drawing.Point(56, 48);
273 this.Port.Name = "Port";
274 this.Port.Size = new System.Drawing.Size(60, 20);
275 this.Port.TabIndex = 2;
276 this.Port.Text = "43335";
277 this.Port.Click += new System.EventHandler(this.PortTextBoxClick);
278 //
279 // label3
280 //
281 this.label3.AutoSize = true;
282 this.label3.Location = new System.Drawing.Point(8, 24);
283 this.label3.Name = "label3";
284 this.label3.Size = new System.Drawing.Size(45, 13);
285 this.label3.TabIndex = 1;
286 this.label3.Text = "Address";
287 //
288 // Address
289 //
290 this.Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
291 this.Address.Location = new System.Drawing.Point(56, 20);
292 this.Address.Name = "Address";
293 this.Address.Size = new System.Drawing.Size(180, 20);
294 this.Address.TabIndex = 0;
295 this.Address.Text = "0.0.0.0";
296 this.Address.Click += new System.EventHandler(this.AddressTextBoxClick);
297 //
298 // statusStrip
299 //
300 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
301 this.toolStripStatusLabel});
302 this.statusStrip.Location = new System.Drawing.Point(0, 428);
303 this.statusStrip.Name = "statusStrip";
304 this.statusStrip.Size = new System.Drawing.Size(800, 22);
305 this.statusStrip.TabIndex = 4;
306 this.statusStrip.Text = "statusStrip1";
307 //
308 // toolStripStatusLabel
309 //
310 this.toolStripStatusLabel.Name = "toolStripStatusLabel";
311 this.toolStripStatusLabel.Size = new System.Drawing.Size(0, 17);
312 //
313 // Form1
314 //
315 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
316 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
317 this.ClientSize = new System.Drawing.Size(800, 450);
318 this.Controls.Add(this.statusStrip);
319 this.Controls.Add(this.groupBox4);
320 this.Controls.Add(this.groupBox3);
321 this.Controls.Add(this.groupBox2);
322 this.Controls.Add(this.groupBox1);
323 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
324 this.MaximizeBox = false;
325 this.MaximumSize = new System.Drawing.Size(816, 488);
326 this.MinimizeBox = false;
327 this.MinimumSize = new System.Drawing.Size(816, 488);
328 this.Name = "Form1";
329 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
330 this.Text = "Form1";
331 this.groupBox1.ResumeLayout(false);
332 this.groupBox1.PerformLayout();
333 this.groupBox2.ResumeLayout(false);
334 this.groupBox2.PerformLayout();
335 this.groupBox3.ResumeLayout(false);
336 this.groupBox3.PerformLayout();
337 this.groupBox4.ResumeLayout(false);
338 this.groupBox4.PerformLayout();
339 this.statusStrip.ResumeLayout(false);
340 this.statusStrip.PerformLayout();
341 this.ResumeLayout(false);
342 this.PerformLayout();
343  
344 }
345  
346 #endregion
347  
348 private System.Windows.Forms.GroupBox groupBox1;
349 private System.Windows.Forms.GroupBox groupBox2;
350 private System.Windows.Forms.GroupBox groupBox3;
351 private System.Windows.Forms.ListBox listBox1;
352 private System.Windows.Forms.ListBox listBox2;
353 private System.Windows.Forms.Label label1;
354 private System.Windows.Forms.TextBox textBox1;
355 private System.Windows.Forms.TextBox textBox4;
356 private System.Windows.Forms.TextBox textBox3;
357 private System.Windows.Forms.Label label2;
358 private System.Windows.Forms.TextBox textBox2;
359 private System.Windows.Forms.Button button2;
360 private System.Windows.Forms.Button button1;
361 private System.Windows.Forms.Button button3;
362 private System.Windows.Forms.Button button4;
363 private System.Windows.Forms.Button button5;
364 private System.Windows.Forms.GroupBox groupBox4;
365 private System.Windows.Forms.Button HostButton;
366 private System.Windows.Forms.Label label4;
367 private System.Windows.Forms.Button ConnectButton;
368 private System.Windows.Forms.TextBox Port;
369 private System.Windows.Forms.Label label3;
370 private System.Windows.Forms.TextBox Address;
371 private System.Windows.Forms.StatusStrip statusStrip;
372 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
373 }
374 }
375