WingMan – Diff between revs 33 and 36

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