WingMan – Diff between revs 36 and 37

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