Winify – Diff between revs 24 and 25

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 24 Rev 25
Line 1... Line 1...
1  1 
2 namespace Winify 2 namespace Winify.Settings
3 { 3 {
4 partial class SettingsForm 4 partial class SettingsForm
5 { 5 {
6 /// <summary> 6 /// <summary>
7 /// Required designer variable. 7 /// Required designer variable.
Line 65... Line 65...
65 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); 65 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
66 this.button4 = new System.Windows.Forms.Button(); 66 this.button4 = new System.Windows.Forms.Button();
67 this.button3 = new System.Windows.Forms.Button(); 67 this.button3 = new System.Windows.Forms.Button();
68 this.groupBox4 = new System.Windows.Forms.GroupBox(); 68 this.groupBox4 = new System.Windows.Forms.GroupBox();
69 this.listBox2 = new System.Windows.Forms.ListBox(); 69 this.listBox2 = new System.Windows.Forms.ListBox();
-   70 this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
-   71 this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
-   72 this.button5 = new System.Windows.Forms.Button();
-   73 this.button6 = new System.Windows.Forms.Button();
70 this.tabControl1.SuspendLayout(); 74 this.tabControl1.SuspendLayout();
71 this.tabPage2.SuspendLayout(); 75 this.tabPage2.SuspendLayout();
72 this.flowLayoutPanel2.SuspendLayout(); 76 this.flowLayoutPanel2.SuspendLayout();
73 this.groupBox3.SuspendLayout(); 77 this.groupBox3.SuspendLayout();
74 this.tabPage1.SuspendLayout(); 78 this.tabPage1.SuspendLayout();
Line 83... Line 87...
83 this.groupBox2.SuspendLayout(); 87 this.groupBox2.SuspendLayout();
84 this.tableLayoutPanel10.SuspendLayout(); 88 this.tableLayoutPanel10.SuspendLayout();
85 this.tableLayoutPanel4.SuspendLayout(); 89 this.tableLayoutPanel4.SuspendLayout();
86 this.tableLayoutPanel5.SuspendLayout(); 90 this.tableLayoutPanel5.SuspendLayout();
87 this.groupBox4.SuspendLayout(); 91 this.groupBox4.SuspendLayout();
-   92 this.tableLayoutPanel8.SuspendLayout();
-   93 this.tableLayoutPanel9.SuspendLayout();
88 this.SuspendLayout(); 94 this.SuspendLayout();
89 // 95 //
90 // tabControl1 96 // tabControl1
91 // 97 //
92 this.tabControl1.Controls.Add(this.tabPage2); 98 this.tabControl1.Controls.Add(this.tabPage2);
93 this.tabControl1.Controls.Add(this.tabPage1); 99 this.tabControl1.Controls.Add(this.tabPage1);
94 this.tabControl1.Controls.Add(this.tabPage3); 100 this.tabControl1.Controls.Add(this.tabPage3);
95 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 101 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
96 this.tabControl1.Location = new System.Drawing.Point(0, 0); 102 this.tabControl1.Location = new System.Drawing.Point(3, 3);
97 this.tabControl1.Name = "tabControl1"; 103 this.tabControl1.Name = "tabControl1";
98 this.tabControl1.SelectedIndex = 0; 104 this.tabControl1.SelectedIndex = 0;
99 this.tabControl1.Size = new System.Drawing.Size(529, 247); 105 this.tabControl1.Size = new System.Drawing.Size(546, 269);
100 this.tabControl1.TabIndex = 0; 106 this.tabControl1.TabIndex = 0;
101 // 107 //
102 // tabPage2 108 // tabPage2
103 // 109 //
104 this.tabPage2.Controls.Add(this.flowLayoutPanel2); 110 this.tabPage2.Controls.Add(this.flowLayoutPanel2);
105 this.tabPage2.Location = new System.Drawing.Point(4, 22); 111 this.tabPage2.Location = new System.Drawing.Point(4, 22);
106 this.tabPage2.Name = "tabPage2"; 112 this.tabPage2.Name = "tabPage2";
107 this.tabPage2.Size = new System.Drawing.Size(576, 276); 113 this.tabPage2.Size = new System.Drawing.Size(521, 221);
108 this.tabPage2.TabIndex = 1; 114 this.tabPage2.TabIndex = 1;
109 this.tabPage2.Text = "Application"; 115 this.tabPage2.Text = "Application";
110 this.tabPage2.UseVisualStyleBackColor = true; 116 this.tabPage2.UseVisualStyleBackColor = true;
111 // 117 //
112 // flowLayoutPanel2 118 // flowLayoutPanel2
113 // 119 //
114 this.flowLayoutPanel2.Controls.Add(this.groupBox3); 120 this.flowLayoutPanel2.Controls.Add(this.groupBox3);
115 this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; 121 this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
116 this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0); 122 this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
117 this.flowLayoutPanel2.Name = "flowLayoutPanel2"; 123 this.flowLayoutPanel2.Name = "flowLayoutPanel2";
118 this.flowLayoutPanel2.Size = new System.Drawing.Size(576, 276); 124 this.flowLayoutPanel2.Size = new System.Drawing.Size(521, 221);
119 this.flowLayoutPanel2.TabIndex = 0; 125 this.flowLayoutPanel2.TabIndex = 0;
120 // 126 //
121 // groupBox3 127 // groupBox3
122 // 128 //
123 this.groupBox3.Controls.Add(this.checkBox1); 129 this.groupBox3.Controls.Add(this.checkBox1);
Line 146... Line 152...
146 // 152 //
147 this.tabPage1.Controls.Add(this.tableLayoutPanel3); 153 this.tabPage1.Controls.Add(this.tableLayoutPanel3);
148 this.tabPage1.Location = new System.Drawing.Point(4, 22); 154 this.tabPage1.Location = new System.Drawing.Point(4, 22);
149 this.tabPage1.Name = "tabPage1"; 155 this.tabPage1.Name = "tabPage1";
150 this.tabPage1.Padding = new System.Windows.Forms.Padding(3); 156 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
151 this.tabPage1.Size = new System.Drawing.Size(521, 221); 157 this.tabPage1.Size = new System.Drawing.Size(538, 243);
152 this.tabPage1.TabIndex = 0; 158 this.tabPage1.TabIndex = 0;
153 this.tabPage1.Text = "Servers"; 159 this.tabPage1.Text = "Servers";
154 this.tabPage1.UseVisualStyleBackColor = true; 160 this.tabPage1.UseVisualStyleBackColor = true;
155 // 161 //
156 // tableLayoutPanel3 162 // tableLayoutPanel3
Line 163... Line 169...
163 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; 169 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
164 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3); 170 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
165 this.tableLayoutPanel3.Name = "tableLayoutPanel3"; 171 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
166 this.tableLayoutPanel3.RowCount = 1; 172 this.tableLayoutPanel3.RowCount = 1;
167 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 173 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
168 this.tableLayoutPanel3.Size = new System.Drawing.Size(515, 215); 174 this.tableLayoutPanel3.Size = new System.Drawing.Size(532, 237);
169 this.tableLayoutPanel3.TabIndex = 2; 175 this.tableLayoutPanel3.TabIndex = 2;
170 // 176 //
171 // groupBox1 177 // groupBox1
172 // 178 //
173 this.groupBox1.Controls.Add(this.tableLayoutPanel2); 179 this.groupBox1.Controls.Add(this.tableLayoutPanel2);
174 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; 180 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
175 this.groupBox1.Location = new System.Drawing.Point(260, 3); 181 this.groupBox1.Location = new System.Drawing.Point(269, 3);
176 this.groupBox1.Name = "groupBox1"; 182 this.groupBox1.Name = "groupBox1";
177 this.groupBox1.Size = new System.Drawing.Size(252, 209); 183 this.groupBox1.Size = new System.Drawing.Size(260, 231);
178 this.groupBox1.TabIndex = 0; 184 this.groupBox1.TabIndex = 0;
179 this.groupBox1.TabStop = false; 185 this.groupBox1.TabStop = false;
180 this.groupBox1.Text = "Server Settings"; 186 this.groupBox1.Text = "Server Settings";
181 // 187 //
182 // tableLayoutPanel2 188 // tableLayoutPanel2
Line 198... Line 204...
198 this.tableLayoutPanel2.RowCount = 4; 204 this.tableLayoutPanel2.RowCount = 4;
199 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); 205 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
200 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); 206 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
201 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); 207 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
202 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); 208 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
203 this.tableLayoutPanel2.Size = new System.Drawing.Size(246, 190); 209 this.tableLayoutPanel2.Size = new System.Drawing.Size(254, 212);
204 this.tableLayoutPanel2.TabIndex = 0; 210 this.tableLayoutPanel2.TabIndex = 0;
205 // 211 //
206 // serverNameTextBox 212 // serverNameTextBox
207 // 213 //
208 this.serverNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 214 this.serverNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
209 this.serverNameTextBox.Location = new System.Drawing.Point(64, 13); 215 this.serverNameTextBox.Location = new System.Drawing.Point(66, 16);
210 this.serverNameTextBox.Name = "serverNameTextBox"; 216 this.serverNameTextBox.Name = "serverNameTextBox";
211 this.serverNameTextBox.Size = new System.Drawing.Size(179, 20); 217 this.serverNameTextBox.Size = new System.Drawing.Size(185, 20);
212 this.serverNameTextBox.TabIndex = 1; 218 this.serverNameTextBox.TabIndex = 1;
213 // 219 //
214 // label5 220 // label5
215 // 221 //
216 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 222 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
217 this.label5.AutoSize = true; 223 this.label5.AutoSize = true;
218 this.label5.Location = new System.Drawing.Point(3, 17); 224 this.label5.Location = new System.Drawing.Point(3, 20);
219 this.label5.Name = "label5"; 225 this.label5.Name = "label5";
220 this.label5.Size = new System.Drawing.Size(55, 13); 226 this.label5.Size = new System.Drawing.Size(57, 13);
221 this.label5.TabIndex = 3; 227 this.label5.TabIndex = 3;
222 this.label5.Text = "Name"; 228 this.label5.Text = "Name";
223 this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 229 this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
224 // 230 //
225 // label3 231 // label3
226 // 232 //
227 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 233 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
228 this.label3.AutoSize = true; 234 this.label3.AutoSize = true;
229 this.label3.Location = new System.Drawing.Point(3, 64); 235 this.label3.Location = new System.Drawing.Point(3, 73);
230 this.label3.Name = "label3"; 236 this.label3.Name = "label3";
231 this.label3.Size = new System.Drawing.Size(55, 13); 237 this.label3.Size = new System.Drawing.Size(57, 13);
232 this.label3.TabIndex = 2; 238 this.label3.TabIndex = 2;
233 this.label3.Text = "URL"; 239 this.label3.Text = "URL";
234 this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 240 this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
235 // 241 //
236 // serverUrlTextBox 242 // serverUrlTextBox
237 // 243 //
238 this.serverUrlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 244 this.serverUrlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
239 this.serverUrlTextBox.Location = new System.Drawing.Point(64, 60); 245 this.serverUrlTextBox.Location = new System.Drawing.Point(66, 69);
240 this.serverUrlTextBox.Name = "serverUrlTextBox"; 246 this.serverUrlTextBox.Name = "serverUrlTextBox";
241 this.serverUrlTextBox.Size = new System.Drawing.Size(179, 20); 247 this.serverUrlTextBox.Size = new System.Drawing.Size(185, 20);
242 this.serverUrlTextBox.TabIndex = 2; 248 this.serverUrlTextBox.TabIndex = 2;
243 // 249 //
244 // label1 250 // label1
245 // 251 //
246 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 252 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
247 this.label1.AutoSize = true; 253 this.label1.AutoSize = true;
248 this.label1.Location = new System.Drawing.Point(3, 111); 254 this.label1.Location = new System.Drawing.Point(3, 126);
249 this.label1.Name = "label1"; 255 this.label1.Name = "label1";
250 this.label1.Size = new System.Drawing.Size(55, 13); 256 this.label1.Size = new System.Drawing.Size(57, 13);
251 this.label1.TabIndex = 5; 257 this.label1.TabIndex = 5;
252 this.label1.Text = "Username"; 258 this.label1.Text = "Username";
253 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 259 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
254 // 260 //
255 // serverUsernameTextBox 261 // serverUsernameTextBox
256 // 262 //
257 this.serverUsernameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 263 this.serverUsernameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
258 this.serverUsernameTextBox.Location = new System.Drawing.Point(64, 107); 264 this.serverUsernameTextBox.Location = new System.Drawing.Point(66, 122);
259 this.serverUsernameTextBox.Name = "serverUsernameTextBox"; 265 this.serverUsernameTextBox.Name = "serverUsernameTextBox";
260 this.serverUsernameTextBox.Size = new System.Drawing.Size(179, 20); 266 this.serverUsernameTextBox.Size = new System.Drawing.Size(185, 20);
261 this.serverUsernameTextBox.TabIndex = 4; 267 this.serverUsernameTextBox.TabIndex = 4;
262 // 268 //
263 // label2 269 // label2
264 // 270 //
265 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 271 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
266 this.label2.AutoSize = true; 272 this.label2.AutoSize = true;
267 this.label2.Location = new System.Drawing.Point(3, 159); 273 this.label2.Location = new System.Drawing.Point(3, 179);
268 this.label2.Name = "label2"; 274 this.label2.Name = "label2";
269 this.label2.Size = new System.Drawing.Size(55, 13); 275 this.label2.Size = new System.Drawing.Size(57, 13);
270 this.label2.TabIndex = 7; 276 this.label2.TabIndex = 7;
271 this.label2.Text = "Password"; 277 this.label2.Text = "Password";
272 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 278 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
273 // 279 //
274 // serverPasswordTextBox 280 // serverPasswordTextBox
275 // 281 //
276 this.serverPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 282 this.serverPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
277 this.serverPasswordTextBox.Location = new System.Drawing.Point(64, 155); 283 this.serverPasswordTextBox.Location = new System.Drawing.Point(66, 175);
278 this.serverPasswordTextBox.Name = "serverPasswordTextBox"; 284 this.serverPasswordTextBox.Name = "serverPasswordTextBox";
279 this.serverPasswordTextBox.PasswordChar = '*'; 285 this.serverPasswordTextBox.PasswordChar = '*';
280 this.serverPasswordTextBox.Size = new System.Drawing.Size(179, 20); 286 this.serverPasswordTextBox.Size = new System.Drawing.Size(185, 20);
281 this.serverPasswordTextBox.TabIndex = 5; 287 this.serverPasswordTextBox.TabIndex = 5;
282 // 288 //
283 // tableLayoutPanel1 289 // tableLayoutPanel1
284 // 290 //
285 this.tableLayoutPanel1.ColumnCount = 1; 291 this.tableLayoutPanel1.ColumnCount = 1;
Line 290... Line 296...
290 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3); 296 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
291 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 297 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
292 this.tableLayoutPanel1.RowCount = 2; 298 this.tableLayoutPanel1.RowCount = 2;
293 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F)); 299 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
294 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F)); 300 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
295 this.tableLayoutPanel1.Size = new System.Drawing.Size(251, 209); 301 this.tableLayoutPanel1.Size = new System.Drawing.Size(260, 231);
296 this.tableLayoutPanel1.TabIndex = 1; 302 this.tableLayoutPanel1.TabIndex = 1;
297 // 303 //
298 // tableLayoutPanel6 304 // tableLayoutPanel6
299 // 305 //
300 this.tableLayoutPanel6.ColumnCount = 3; 306 this.tableLayoutPanel6.ColumnCount = 3;
Line 302... Line 308...
302 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 308 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
303 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 309 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
304 this.tableLayoutPanel6.Controls.Add(this.button1, 0, 0); 310 this.tableLayoutPanel6.Controls.Add(this.button1, 0, 0);
305 this.tableLayoutPanel6.Controls.Add(this.button2, 2, 0); 311 this.tableLayoutPanel6.Controls.Add(this.button2, 2, 0);
306 this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill; 312 this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
307 this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 180); 313 this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 199);
308 this.tableLayoutPanel6.Name = "tableLayoutPanel6"; 314 this.tableLayoutPanel6.Name = "tableLayoutPanel6";
309 this.tableLayoutPanel6.RowCount = 1; 315 this.tableLayoutPanel6.RowCount = 1;
310 this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 316 this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
311 this.tableLayoutPanel6.Size = new System.Drawing.Size(245, 26); 317 this.tableLayoutPanel6.Size = new System.Drawing.Size(254, 29);
312 this.tableLayoutPanel6.TabIndex = 1; 318 this.tableLayoutPanel6.TabIndex = 1;
313 // 319 //
314 // button1 320 // button1
315 // 321 //
316 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 322 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
317 this.button1.Location = new System.Drawing.Point(3, 3); 323 this.button1.Location = new System.Drawing.Point(3, 3);
318 this.button1.Name = "button1"; 324 this.button1.Name = "button1";
319 this.button1.Size = new System.Drawing.Size(75, 20); 325 this.button1.Size = new System.Drawing.Size(78, 23);
320 this.button1.TabIndex = 6; 326 this.button1.TabIndex = 6;
321 this.button1.Text = "Add"; 327 this.button1.Text = "Add";
322 this.button1.UseVisualStyleBackColor = true; 328 this.button1.UseVisualStyleBackColor = true;
323 this.button1.Click += new System.EventHandler(this.Button1_Click); 329 this.button1.Click += new System.EventHandler(this.Button1_Click);
324 // 330 //
325 // button2 331 // button2
326 // 332 //
327 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 333 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
328 this.button2.Location = new System.Drawing.Point(165, 3); 334 this.button2.Location = new System.Drawing.Point(171, 3);
329 this.button2.Name = "button2"; 335 this.button2.Name = "button2";
330 this.button2.Size = new System.Drawing.Size(77, 20); 336 this.button2.Size = new System.Drawing.Size(80, 23);
331 this.button2.TabIndex = 0; 337 this.button2.TabIndex = 0;
332 this.button2.Text = "Remove"; 338 this.button2.Text = "Remove";
333 this.button2.UseVisualStyleBackColor = true; 339 this.button2.UseVisualStyleBackColor = true;
334 this.button2.Click += new System.EventHandler(this.Button2_Click); 340 this.button2.Click += new System.EventHandler(this.Button2_Click);
335 // 341 //
Line 337... Line 343...
337 // 343 //
338 this.groupBox5.Controls.Add(this.listBox1); 344 this.groupBox5.Controls.Add(this.listBox1);
339 this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill; 345 this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
340 this.groupBox5.Location = new System.Drawing.Point(3, 3); 346 this.groupBox5.Location = new System.Drawing.Point(3, 3);
341 this.groupBox5.Name = "groupBox5"; 347 this.groupBox5.Name = "groupBox5";
342 this.groupBox5.Size = new System.Drawing.Size(245, 171); 348 this.groupBox5.Size = new System.Drawing.Size(254, 190);
343 this.groupBox5.TabIndex = 2; 349 this.groupBox5.TabIndex = 2;
344 this.groupBox5.TabStop = false; 350 this.groupBox5.TabStop = false;
345 this.groupBox5.Text = "Gotify Servers"; 351 this.groupBox5.Text = "Gotify Servers";
346 // 352 //
347 // listBox1 353 // listBox1
Line 349... Line 355...
349 this.listBox1.DisplayMember = "Name"; 355 this.listBox1.DisplayMember = "Name";
350 this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill; 356 this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
351 this.listBox1.FormattingEnabled = true; 357 this.listBox1.FormattingEnabled = true;
352 this.listBox1.Location = new System.Drawing.Point(3, 16); 358 this.listBox1.Location = new System.Drawing.Point(3, 16);
353 this.listBox1.Name = "listBox1"; 359 this.listBox1.Name = "listBox1";
354 this.listBox1.Size = new System.Drawing.Size(239, 152); 360 this.listBox1.Size = new System.Drawing.Size(248, 171);
355 this.listBox1.TabIndex = 0; 361 this.listBox1.TabIndex = 0;
356 this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged); 362 this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged);
357 // 363 //
358 // tabPage3 364 // tabPage3
359 // 365 //
360 this.tabPage3.Controls.Add(this.tableLayoutPanel7); 366 this.tabPage3.Controls.Add(this.tableLayoutPanel7);
361 this.tabPage3.Location = new System.Drawing.Point(4, 22); 367 this.tabPage3.Location = new System.Drawing.Point(4, 22);
362 this.tabPage3.Name = "tabPage3"; 368 this.tabPage3.Name = "tabPage3";
363 this.tabPage3.Size = new System.Drawing.Size(521, 221); 369 this.tabPage3.Size = new System.Drawing.Size(508, 241);
364 this.tabPage3.TabIndex = 2; 370 this.tabPage3.TabIndex = 2;
365 this.tabPage3.Text = "Announcements"; 371 this.tabPage3.Text = "Announcements";
366 this.tabPage3.UseVisualStyleBackColor = true; 372 this.tabPage3.UseVisualStyleBackColor = true;
367 // 373 //
368 // tableLayoutPanel7 374 // tableLayoutPanel7
Line 376... Line 382...
376 this.tableLayoutPanel7.Location = new System.Drawing.Point(0, 0); 382 this.tableLayoutPanel7.Location = new System.Drawing.Point(0, 0);
377 this.tableLayoutPanel7.Name = "tableLayoutPanel7"; 383 this.tableLayoutPanel7.Name = "tableLayoutPanel7";
378 this.tableLayoutPanel7.RowCount = 1; 384 this.tableLayoutPanel7.RowCount = 1;
379 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 385 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
380 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 386 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
381 this.tableLayoutPanel7.Size = new System.Drawing.Size(521, 221); 387 this.tableLayoutPanel7.Size = new System.Drawing.Size(508, 241);
382 this.tableLayoutPanel7.TabIndex = 0; 388 this.tableLayoutPanel7.TabIndex = 0;
383 // 389 //
384 // groupBox2 390 // groupBox2
385 // 391 //
386 this.groupBox2.Controls.Add(this.tableLayoutPanel10); 392 this.groupBox2.Controls.Add(this.tableLayoutPanel10);
387 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; 393 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
388 this.groupBox2.Location = new System.Drawing.Point(263, 3); 394 this.groupBox2.Location = new System.Drawing.Point(257, 3);
389 this.groupBox2.Name = "groupBox2"; 395 this.groupBox2.Name = "groupBox2";
390 this.groupBox2.Size = new System.Drawing.Size(255, 215); 396 this.groupBox2.Size = new System.Drawing.Size(248, 235);
391 this.groupBox2.TabIndex = 3; 397 this.groupBox2.TabIndex = 3;
392 this.groupBox2.TabStop = false; 398 this.groupBox2.TabStop = false;
393 this.groupBox2.Text = "Announcement Settings"; 399 this.groupBox2.Text = "Announcement Settings";
394 // 400 //
395 // tableLayoutPanel10 401 // tableLayoutPanel10
Line 405... Line 411...
405 this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16); 411 this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16);
406 this.tableLayoutPanel10.Name = "tableLayoutPanel10"; 412 this.tableLayoutPanel10.Name = "tableLayoutPanel10";
407 this.tableLayoutPanel10.RowCount = 2; 413 this.tableLayoutPanel10.RowCount = 2;
408 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 414 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
409 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 415 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
410 this.tableLayoutPanel10.Size = new System.Drawing.Size(249, 196); 416 this.tableLayoutPanel10.Size = new System.Drawing.Size(242, 216);
411 this.tableLayoutPanel10.TabIndex = 4; 417 this.tableLayoutPanel10.TabIndex = 4;
412 // 418 //
413 // label4 419 // label4
414 // 420 //
415 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 421 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
416 this.label4.AutoSize = true; 422 this.label4.AutoSize = true;
417 this.label4.Location = new System.Drawing.Point(3, 42); 423 this.label4.Location = new System.Drawing.Point(3, 47);
418 this.label4.Name = "label4"; 424 this.label4.Name = "label4";
419 this.label4.Size = new System.Drawing.Size(56, 13); 425 this.label4.Size = new System.Drawing.Size(54, 13);
420 this.label4.TabIndex = 0; 426 this.label4.TabIndex = 0;
421 this.label4.Text = "App Id"; 427 this.label4.Text = "App Id";
422 this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 428 this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
423 // 429 //
424 // appIdTextBox 430 // appIdTextBox
425 // 431 //
426 this.appIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 432 this.appIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
427 this.appIdTextBox.Location = new System.Drawing.Point(65, 39); 433 this.appIdTextBox.Location = new System.Drawing.Point(63, 44);
428 this.appIdTextBox.Name = "appIdTextBox"; 434 this.appIdTextBox.Name = "appIdTextBox";
429 this.appIdTextBox.Size = new System.Drawing.Size(181, 20); 435 this.appIdTextBox.Size = new System.Drawing.Size(176, 20);
430 this.appIdTextBox.TabIndex = 1; 436 this.appIdTextBox.TabIndex = 1;
431 // 437 //
432 // label6 438 // label6
433 // 439 //
434 this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 440 this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
435 this.label6.AutoSize = true; 441 this.label6.AutoSize = true;
436 this.label6.Location = new System.Drawing.Point(3, 140); 442 this.label6.Location = new System.Drawing.Point(3, 155);
437 this.label6.Name = "label6"; 443 this.label6.Name = "label6";
438 this.label6.Size = new System.Drawing.Size(56, 13); 444 this.label6.Size = new System.Drawing.Size(54, 13);
439 this.label6.TabIndex = 2; 445 this.label6.TabIndex = 2;
440 this.label6.Text = "Timeout"; 446 this.label6.Text = "Timeout";
441 this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 447 this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
442 // 448 //
443 // lingerTimeTextBox 449 // lingerTimeTextBox
444 // 450 //
445 this.lingerTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 451 this.lingerTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
446 this.lingerTimeTextBox.Location = new System.Drawing.Point(65, 137); 452 this.lingerTimeTextBox.Location = new System.Drawing.Point(63, 152);
447 this.lingerTimeTextBox.Name = "lingerTimeTextBox"; 453 this.lingerTimeTextBox.Name = "lingerTimeTextBox";
448 this.lingerTimeTextBox.Size = new System.Drawing.Size(181, 20); 454 this.lingerTimeTextBox.Size = new System.Drawing.Size(176, 20);
449 this.lingerTimeTextBox.TabIndex = 3; 455 this.lingerTimeTextBox.TabIndex = 3;
450 // 456 //
451 // tableLayoutPanel4 457 // tableLayoutPanel4
452 // 458 //
453 this.tableLayoutPanel4.ColumnCount = 1; 459 this.tableLayoutPanel4.ColumnCount = 1;
Line 458... Line 464...
458 this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3); 464 this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3);
459 this.tableLayoutPanel4.Name = "tableLayoutPanel4"; 465 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
460 this.tableLayoutPanel4.RowCount = 2; 466 this.tableLayoutPanel4.RowCount = 2;
461 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F)); 467 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
462 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F)); 468 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
463 this.tableLayoutPanel4.Size = new System.Drawing.Size(254, 215); 469 this.tableLayoutPanel4.Size = new System.Drawing.Size(248, 235);
464 this.tableLayoutPanel4.TabIndex = 4; 470 this.tableLayoutPanel4.TabIndex = 4;
465 // 471 //
466 // tableLayoutPanel5 472 // tableLayoutPanel5
467 // 473 //
468 this.tableLayoutPanel5.ColumnCount = 3; 474 this.tableLayoutPanel5.ColumnCount = 3;
469 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 475 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
470 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 476 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
471 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 477 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
472 this.tableLayoutPanel5.Controls.Add(this.button4, 0, 0); 478 this.tableLayoutPanel5.Controls.Add(this.button4, 0, 0);
473 this.tableLayoutPanel5.Controls.Add(this.button3, 2, 0); 479 this.tableLayoutPanel5.Controls.Add(this.button3, 2, 0);
474 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; 480 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
475 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 185); 481 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 202);
476 this.tableLayoutPanel5.Name = "tableLayoutPanel5"; 482 this.tableLayoutPanel5.Name = "tableLayoutPanel5";
477 this.tableLayoutPanel5.RowCount = 1; 483 this.tableLayoutPanel5.RowCount = 1;
478 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 484 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
479 this.tableLayoutPanel5.Size = new System.Drawing.Size(248, 27); 485 this.tableLayoutPanel5.Size = new System.Drawing.Size(242, 30);
480 this.tableLayoutPanel5.TabIndex = 0; 486 this.tableLayoutPanel5.TabIndex = 0;
481 // 487 //
482 // button4 488 // button4
483 // 489 //
484 this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 490 this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
485 this.button4.Location = new System.Drawing.Point(3, 3); 491 this.button4.Location = new System.Drawing.Point(3, 3);
486 this.button4.Name = "button4"; 492 this.button4.Name = "button4";
487 this.button4.Size = new System.Drawing.Size(76, 21); 493 this.button4.Size = new System.Drawing.Size(74, 23);
488 this.button4.TabIndex = 0; 494 this.button4.TabIndex = 0;
489 this.button4.Text = "Add"; 495 this.button4.Text = "Add";
490 this.button4.UseVisualStyleBackColor = true; 496 this.button4.UseVisualStyleBackColor = true;
491 this.button4.Click += new System.EventHandler(this.Button4_Click); 497 this.button4.Click += new System.EventHandler(this.Button4_Click);
492 // 498 //
493 // button3 499 // button3
494 // 500 //
495 this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 501 this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
496 this.button3.Location = new System.Drawing.Point(167, 3); 502 this.button3.Location = new System.Drawing.Point(165, 3);
497 this.button3.Name = "button3"; 503 this.button3.Name = "button3";
498 this.button3.Size = new System.Drawing.Size(78, 21); 504 this.button3.Size = new System.Drawing.Size(74, 23);
499 this.button3.TabIndex = 0; 505 this.button3.TabIndex = 0;
500 this.button3.Text = "Remove"; 506 this.button3.Text = "Remove";
501 this.button3.UseVisualStyleBackColor = true; 507 this.button3.UseVisualStyleBackColor = true;
502 this.button3.Click += new System.EventHandler(this.Button3_Click); 508 this.button3.Click += new System.EventHandler(this.Button3_Click);
503 // 509 //
Line 505... Line 511...
505 // 511 //
506 this.groupBox4.Controls.Add(this.listBox2); 512 this.groupBox4.Controls.Add(this.listBox2);
507 this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill; 513 this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
508 this.groupBox4.Location = new System.Drawing.Point(3, 3); 514 this.groupBox4.Location = new System.Drawing.Point(3, 3);
509 this.groupBox4.Name = "groupBox4"; 515 this.groupBox4.Name = "groupBox4";
510 this.groupBox4.Size = new System.Drawing.Size(248, 176); 516 this.groupBox4.Size = new System.Drawing.Size(242, 193);
511 this.groupBox4.TabIndex = 4; 517 this.groupBox4.TabIndex = 4;
512 this.groupBox4.TabStop = false; 518 this.groupBox4.TabStop = false;
513 this.groupBox4.Text = "Application Id"; 519 this.groupBox4.Text = "Application Id";
514 // 520 //
515 // listBox2 521 // listBox2
516 // 522 //
517 this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill; 523 this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill;
518 this.listBox2.FormattingEnabled = true; 524 this.listBox2.FormattingEnabled = true;
519 this.listBox2.Location = new System.Drawing.Point(3, 16); 525 this.listBox2.Location = new System.Drawing.Point(3, 16);
520 this.listBox2.Name = "listBox2"; 526 this.listBox2.Name = "listBox2";
521 this.listBox2.Size = new System.Drawing.Size(242, 157); 527 this.listBox2.Size = new System.Drawing.Size(236, 174);
522 this.listBox2.TabIndex = 0; 528 this.listBox2.TabIndex = 0;
523 this.listBox2.SelectedIndexChanged += new System.EventHandler(this.ListBox2_SelectedIndexChanged); 529 this.listBox2.SelectedIndexChanged += new System.EventHandler(this.ListBox2_SelectedIndexChanged);
524 // 530 //
-   531 // tableLayoutPanel8
-   532 //
-   533 this.tableLayoutPanel8.ColumnCount = 1;
-   534 this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
-   535 this.tableLayoutPanel8.Controls.Add(this.tabControl1, 0, 0);
-   536 this.tableLayoutPanel8.Controls.Add(this.tableLayoutPanel9, 0, 1);
-   537 this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
-   538 this.tableLayoutPanel8.Location = new System.Drawing.Point(0, 0);
-   539 this.tableLayoutPanel8.Name = "tableLayoutPanel8";
-   540 this.tableLayoutPanel8.RowCount = 2;
-   541 this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   542 this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
-   543 this.tableLayoutPanel8.Size = new System.Drawing.Size(552, 317);
-   544 this.tableLayoutPanel8.TabIndex = 1;
-   545 //
-   546 // tableLayoutPanel9
-   547 //
-   548 this.tableLayoutPanel9.ColumnCount = 3;
-   549 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   550 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
-   551 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
-   552 this.tableLayoutPanel9.Controls.Add(this.button5, 1, 0);
-   553 this.tableLayoutPanel9.Controls.Add(this.button6, 2, 0);
-   554 this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
-   555 this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 278);
-   556 this.tableLayoutPanel9.Name = "tableLayoutPanel9";
-   557 this.tableLayoutPanel9.RowCount = 1;
-   558 this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle());
-   559 this.tableLayoutPanel9.Size = new System.Drawing.Size(546, 36);
-   560 this.tableLayoutPanel9.TabIndex = 1;
-   561 //
-   562 // button5
-   563 //
-   564 this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   565 this.button5.Location = new System.Drawing.Point(389, 6);
-   566 this.button5.Name = "button5";
-   567 this.button5.Size = new System.Drawing.Size(74, 23);
-   568 this.button5.TabIndex = 0;
-   569 this.button5.Text = "Save";
-   570 this.button5.UseVisualStyleBackColor = true;
-   571 this.button5.Click += new System.EventHandler(this.Button5_Click);
-   572 //
-   573 // button6
-   574 //
-   575 this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   576 this.button6.Location = new System.Drawing.Point(469, 6);
-   577 this.button6.Name = "button6";
-   578 this.button6.Size = new System.Drawing.Size(74, 23);
-   579 this.button6.TabIndex = 1;
-   580 this.button6.Text = "Cancel";
-   581 this.button6.UseVisualStyleBackColor = true;
-   582 this.button6.Click += new System.EventHandler(this.Button6_Click);
-   583 //
525 // SettingsForm 584 // SettingsForm
526 // 585 //
527 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 586 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
528 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 587 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
529 this.ClientSize = new System.Drawing.Size(529, 247); 588 this.ClientSize = new System.Drawing.Size(552, 317);
530 this.Controls.Add(this.tabControl1); 589 this.Controls.Add(this.tableLayoutPanel8);
531 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 590 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
532 this.MaximumSize = new System.Drawing.Size(545, 285); -  
533 this.MinimumSize = new System.Drawing.Size(545, 285); -  
534 this.Name = "SettingsForm"; 591 this.Name = "SettingsForm";
535 this.Text = "Winify: Settings"; 592 this.Text = "Winify: Settings";
536 this.tabControl1.ResumeLayout(false); 593 this.tabControl1.ResumeLayout(false);
537 this.tabPage2.ResumeLayout(false); 594 this.tabPage2.ResumeLayout(false);
538 this.flowLayoutPanel2.ResumeLayout(false); 595 this.flowLayoutPanel2.ResumeLayout(false);
Line 552... Line 609...
552 this.tableLayoutPanel10.ResumeLayout(false); 609 this.tableLayoutPanel10.ResumeLayout(false);
553 this.tableLayoutPanel10.PerformLayout(); 610 this.tableLayoutPanel10.PerformLayout();
554 this.tableLayoutPanel4.ResumeLayout(false); 611 this.tableLayoutPanel4.ResumeLayout(false);
555 this.tableLayoutPanel5.ResumeLayout(false); 612 this.tableLayoutPanel5.ResumeLayout(false);
556 this.groupBox4.ResumeLayout(false); 613 this.groupBox4.ResumeLayout(false);
-   614 this.tableLayoutPanel8.ResumeLayout(false);
-   615 this.tableLayoutPanel9.ResumeLayout(false);
557 this.ResumeLayout(false); 616 this.ResumeLayout(false);
Line 558... Line 617...
558   617  
Line 559... Line 618...
559 } 618 }
Line 595... Line 654...
595 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; 654 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
596 private System.Windows.Forms.Button button4; 655 private System.Windows.Forms.Button button4;
597 private System.Windows.Forms.Button button3; 656 private System.Windows.Forms.Button button3;
598 private System.Windows.Forms.GroupBox groupBox4; 657 private System.Windows.Forms.GroupBox groupBox4;
599 private System.Windows.Forms.ListBox listBox2; 658 private System.Windows.Forms.ListBox listBox2;
-   659 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8;
-   660 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9;
-   661 private System.Windows.Forms.Button button5;
-   662 private System.Windows.Forms.Button button6;
600 } 663 }
601 } 664 }
602   665