WingMan – Diff between revs 4 and 5

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