Winify – Blame information for rev 69

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
67 office 2 using System.ComponentModel;
3 using System.Windows.Forms;
4  
25 office 5 namespace Winify.Settings
1 office 6 {
7 partial class SettingsForm
8 {
9 /// <summary>
10 /// Required designer variable.
11 /// </summary>
67 office 12 private IContainer components = null;
1 office 13  
14 /// <summary>
15 /// Clean up any resources being used.
16 /// </summary>
17 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
18 protected override void Dispose(bool disposing)
19 {
20 if (disposing && (components != null))
21 {
22 components.Dispose();
23 }
24 base.Dispose(disposing);
25 }
26  
27 #region Windows Form Designer generated code
28  
29 /// <summary>
30 /// Required method for Designer support - do not modify
31 /// the contents of this method with the code editor.
32 /// </summary>
33 private void InitializeComponent()
34 {
35 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
36 this.tabControl1 = new System.Windows.Forms.TabControl();
3 office 37 this.tabPage2 = new System.Windows.Forms.TabPage();
38 this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
39 this.groupBox3 = new System.Windows.Forms.GroupBox();
4 office 40 this.checkBox1 = new System.Windows.Forms.CheckBox();
50 office 41 this.groupBox6 = new System.Windows.Forms.GroupBox();
42 this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel();
43 this.checkBox2 = new System.Windows.Forms.CheckBox();
55 office 44 this.groupBox7 = new System.Windows.Forms.GroupBox();
45 this.tableLayoutPanel13 = new System.Windows.Forms.TableLayoutPanel();
46 this.label11 = new System.Windows.Forms.Label();
47 this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
48 this.label12 = new System.Windows.Forms.Label();
49 this.checkBox4 = new System.Windows.Forms.CheckBox();
69 office 50 this.groupBox8 = new System.Windows.Forms.GroupBox();
51 this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel();
52 this.label13 = new System.Windows.Forms.Label();
53 this.trackBar1 = new System.Windows.Forms.TrackBar();
54 this.textBox4 = new System.Windows.Forms.TextBox();
1 office 55 this.tabPage1 = new System.Windows.Forms.TabPage();
4 office 56 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
1 office 57 this.groupBox1 = new System.Windows.Forms.GroupBox();
3 office 58 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
4 office 59 this.serverNameTextBox = new System.Windows.Forms.TextBox();
60 this.label5 = new System.Windows.Forms.Label();
3 office 61 this.label3 = new System.Windows.Forms.Label();
12 office 62 this.serverUrlTextBox = new System.Windows.Forms.TextBox();
1 office 63 this.label1 = new System.Windows.Forms.Label();
4 office 64 this.serverUsernameTextBox = new System.Windows.Forms.TextBox();
13 office 65 this.label2 = new System.Windows.Forms.Label();
66 this.serverPasswordTextBox = new System.Windows.Forms.TextBox();
21 office 67 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
68 this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
4 office 69 this.button1 = new System.Windows.Forms.Button();
21 office 70 this.button2 = new System.Windows.Forms.Button();
71 this.groupBox5 = new System.Windows.Forms.GroupBox();
72 this.listBox1 = new System.Windows.Forms.ListBox();
15 office 73 this.tabPage3 = new System.Windows.Forms.TabPage();
74 this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
75 this.groupBox2 = new System.Windows.Forms.GroupBox();
76 this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
77 this.label4 = new System.Windows.Forms.Label();
78 this.appIdTextBox = new System.Windows.Forms.TextBox();
79 this.label6 = new System.Windows.Forms.Label();
80 this.lingerTimeTextBox = new System.Windows.Forms.TextBox();
21 office 81 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
82 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
83 this.button4 = new System.Windows.Forms.Button();
84 this.button3 = new System.Windows.Forms.Button();
15 office 85 this.groupBox4 = new System.Windows.Forms.GroupBox();
21 office 86 this.listBox2 = new System.Windows.Forms.ListBox();
50 office 87 this.tabPage4 = new System.Windows.Forms.TabPage();
88 this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel();
89 this.label7 = new System.Windows.Forms.Label();
90 this.label8 = new System.Windows.Forms.Label();
91 this.label9 = new System.Windows.Forms.Label();
92 this.textBox1 = new System.Windows.Forms.TextBox();
93 this.textBox2 = new System.Windows.Forms.TextBox();
94 this.textBox3 = new System.Windows.Forms.TextBox();
95 this.checkBox3 = new System.Windows.Forms.CheckBox();
96 this.label10 = new System.Windows.Forms.Label();
55 office 97 this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
98 this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
99 this.button5 = new System.Windows.Forms.Button();
100 this.button6 = new System.Windows.Forms.Button();
1 office 101 this.tabControl1.SuspendLayout();
3 office 102 this.tabPage2.SuspendLayout();
103 this.flowLayoutPanel2.SuspendLayout();
104 this.groupBox3.SuspendLayout();
50 office 105 this.groupBox6.SuspendLayout();
106 this.tableLayoutPanel11.SuspendLayout();
55 office 107 this.groupBox7.SuspendLayout();
108 this.tableLayoutPanel13.SuspendLayout();
109 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
69 office 110 this.groupBox8.SuspendLayout();
111 this.tableLayoutPanel14.SuspendLayout();
112 ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
1 office 113 this.tabPage1.SuspendLayout();
4 office 114 this.tableLayoutPanel3.SuspendLayout();
21 office 115 this.groupBox1.SuspendLayout();
116 this.tableLayoutPanel2.SuspendLayout();
4 office 117 this.tableLayoutPanel1.SuspendLayout();
118 this.tableLayoutPanel6.SuspendLayout();
21 office 119 this.groupBox5.SuspendLayout();
15 office 120 this.tabPage3.SuspendLayout();
121 this.tableLayoutPanel7.SuspendLayout();
122 this.groupBox2.SuspendLayout();
123 this.tableLayoutPanel10.SuspendLayout();
21 office 124 this.tableLayoutPanel4.SuspendLayout();
125 this.tableLayoutPanel5.SuspendLayout();
15 office 126 this.groupBox4.SuspendLayout();
55 office 127 this.tabPage4.SuspendLayout();
128 this.tableLayoutPanel12.SuspendLayout();
25 office 129 this.tableLayoutPanel8.SuspendLayout();
130 this.tableLayoutPanel9.SuspendLayout();
1 office 131 this.SuspendLayout();
132 //
133 // tabControl1
134 //
135 this.tabControl1.Controls.Add(this.tabPage2);
136 this.tabControl1.Controls.Add(this.tabPage1);
15 office 137 this.tabControl1.Controls.Add(this.tabPage3);
50 office 138 this.tabControl1.Controls.Add(this.tabPage4);
1 office 139 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
25 office 140 this.tabControl1.Location = new System.Drawing.Point(3, 3);
1 office 141 this.tabControl1.Name = "tabControl1";
142 this.tabControl1.SelectedIndex = 0;
25 office 143 this.tabControl1.Size = new System.Drawing.Size(546, 269);
1 office 144 this.tabControl1.TabIndex = 0;
145 //
3 office 146 // tabPage2
147 //
148 this.tabPage2.Controls.Add(this.flowLayoutPanel2);
149 this.tabPage2.Location = new System.Drawing.Point(4, 22);
150 this.tabPage2.Name = "tabPage2";
30 office 151 this.tabPage2.Size = new System.Drawing.Size(538, 243);
3 office 152 this.tabPage2.TabIndex = 1;
153 this.tabPage2.Text = "Application";
154 this.tabPage2.UseVisualStyleBackColor = true;
155 //
156 // flowLayoutPanel2
157 //
158 this.flowLayoutPanel2.Controls.Add(this.groupBox3);
44 office 159 this.flowLayoutPanel2.Controls.Add(this.groupBox6);
55 office 160 this.flowLayoutPanel2.Controls.Add(this.groupBox7);
59 office 161 this.flowLayoutPanel2.Controls.Add(this.groupBox8);
3 office 162 this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
163 this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
164 this.flowLayoutPanel2.Name = "flowLayoutPanel2";
30 office 165 this.flowLayoutPanel2.Size = new System.Drawing.Size(538, 243);
3 office 166 this.flowLayoutPanel2.TabIndex = 0;
167 //
168 // groupBox3
169 //
170 this.groupBox3.Controls.Add(this.checkBox1);
171 this.groupBox3.Location = new System.Drawing.Point(3, 3);
172 this.groupBox3.Name = "groupBox3";
173 this.groupBox3.Size = new System.Drawing.Size(253, 53);
174 this.groupBox3.TabIndex = 0;
175 this.groupBox3.TabStop = false;
176 this.groupBox3.Text = "Startup";
177 //
4 office 178 // checkBox1
179 //
180 this.checkBox1.AutoSize = true;
181 this.checkBox1.Dock = System.Windows.Forms.DockStyle.Fill;
182 this.checkBox1.Location = new System.Drawing.Point(3, 16);
183 this.checkBox1.Name = "checkBox1";
184 this.checkBox1.Size = new System.Drawing.Size(247, 34);
185 this.checkBox1.TabIndex = 0;
186 this.checkBox1.Text = "Launch on Windows boot";
187 this.checkBox1.UseVisualStyleBackColor = true;
188 //
50 office 189 // groupBox6
190 //
191 this.groupBox6.Controls.Add(this.tableLayoutPanel11);
192 this.groupBox6.Location = new System.Drawing.Point(262, 3);
193 this.groupBox6.Name = "groupBox6";
194 this.groupBox6.Size = new System.Drawing.Size(200, 53);
195 this.groupBox6.TabIndex = 1;
196 this.groupBox6.TabStop = false;
197 this.groupBox6.Text = "Miscellaneous";
198 //
199 // tableLayoutPanel11
200 //
201 this.tableLayoutPanel11.ColumnCount = 1;
202 this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
203 this.tableLayoutPanel11.Controls.Add(this.checkBox2, 0, 0);
204 this.tableLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
205 this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 16);
206 this.tableLayoutPanel11.Name = "tableLayoutPanel11";
207 this.tableLayoutPanel11.RowCount = 1;
208 this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
209 this.tableLayoutPanel11.Size = new System.Drawing.Size(194, 34);
210 this.tableLayoutPanel11.TabIndex = 0;
211 //
212 // checkBox2
213 //
214 this.checkBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
215 this.checkBox2.AutoSize = true;
216 this.checkBox2.Location = new System.Drawing.Point(3, 8);
217 this.checkBox2.Name = "checkBox2";
218 this.checkBox2.Size = new System.Drawing.Size(188, 17);
219 this.checkBox2.TabIndex = 0;
220 this.checkBox2.Text = "Ignore self-signed certificates";
221 this.checkBox2.UseVisualStyleBackColor = true;
222 //
55 office 223 // groupBox7
224 //
225 this.groupBox7.Controls.Add(this.tableLayoutPanel13);
226 this.groupBox7.Location = new System.Drawing.Point(3, 62);
227 this.groupBox7.Name = "groupBox7";
228 this.groupBox7.Size = new System.Drawing.Size(200, 78);
229 this.groupBox7.TabIndex = 2;
230 this.groupBox7.TabStop = false;
231 this.groupBox7.Text = "Default Toast Duration";
232 //
233 // tableLayoutPanel13
234 //
235 this.tableLayoutPanel13.ColumnCount = 2;
236 this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
237 this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
238 this.tableLayoutPanel13.Controls.Add(this.label11, 0, 0);
239 this.tableLayoutPanel13.Controls.Add(this.numericUpDown1, 1, 0);
240 this.tableLayoutPanel13.Controls.Add(this.label12, 0, 1);
241 this.tableLayoutPanel13.Controls.Add(this.checkBox4, 1, 1);
242 this.tableLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill;
243 this.tableLayoutPanel13.Location = new System.Drawing.Point(3, 16);
244 this.tableLayoutPanel13.Name = "tableLayoutPanel13";
245 this.tableLayoutPanel13.RowCount = 2;
246 this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
247 this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
248 this.tableLayoutPanel13.Size = new System.Drawing.Size(194, 59);
249 this.tableLayoutPanel13.TabIndex = 0;
250 //
251 // label11
252 //
253 this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
254 this.label11.AutoSize = true;
255 this.label11.Location = new System.Drawing.Point(3, 8);
256 this.label11.Name = "label11";
257 this.label11.Size = new System.Drawing.Size(91, 13);
258 this.label11.TabIndex = 0;
259 this.label11.Text = "Duration";
260 //
261 // numericUpDown1
262 //
263 this.numericUpDown1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
264 this.numericUpDown1.Location = new System.Drawing.Point(100, 4);
265 this.numericUpDown1.Maximum = new decimal(new int[] {
266 60000,
267 0,
268 0,
269 0});
270 this.numericUpDown1.Minimum = new decimal(new int[] {
271 1,
272 0,
273 0,
274 0});
275 this.numericUpDown1.Name = "numericUpDown1";
276 this.numericUpDown1.Size = new System.Drawing.Size(91, 20);
277 this.numericUpDown1.TabIndex = 3;
278 this.numericUpDown1.Value = new decimal(new int[] {
279 1,
280 0,
281 0,
282 0});
283 //
284 // label12
285 //
286 this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
287 this.label12.AutoSize = true;
288 this.label12.Location = new System.Drawing.Point(3, 37);
289 this.label12.Name = "label12";
290 this.label12.Size = new System.Drawing.Size(91, 13);
291 this.label12.TabIndex = 4;
292 this.label12.Text = "Infinite Duration";
293 //
294 // checkBox4
295 //
296 this.checkBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
297 this.checkBox4.AutoSize = true;
298 this.checkBox4.Location = new System.Drawing.Point(100, 35);
299 this.checkBox4.Name = "checkBox4";
300 this.checkBox4.Size = new System.Drawing.Size(91, 17);
301 this.checkBox4.TabIndex = 5;
302 this.checkBox4.Text = "Enable";
303 this.checkBox4.UseVisualStyleBackColor = true;
304 this.checkBox4.CheckStateChanged += new System.EventHandler(this.checkBox4_CheckedStateChanged);
305 //
69 office 306 // groupBox8
307 //
308 this.groupBox8.Controls.Add(this.tableLayoutPanel14);
309 this.groupBox8.Location = new System.Drawing.Point(209, 62);
310 this.groupBox8.Name = "groupBox8";
311 this.groupBox8.Size = new System.Drawing.Size(200, 78);
312 this.groupBox8.TabIndex = 3;
313 this.groupBox8.TabStop = false;
314 this.groupBox8.Text = "Retrieve Past Notifications on Start";
315 //
316 // tableLayoutPanel14
317 //
318 this.tableLayoutPanel14.ColumnCount = 2;
319 this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22.16495F));
320 this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 77.83505F));
321 this.tableLayoutPanel14.Controls.Add(this.label13, 0, 0);
322 this.tableLayoutPanel14.Controls.Add(this.trackBar1, 1, 0);
323 this.tableLayoutPanel14.Controls.Add(this.textBox4, 1, 1);
324 this.tableLayoutPanel14.Dock = System.Windows.Forms.DockStyle.Fill;
325 this.tableLayoutPanel14.Location = new System.Drawing.Point(3, 16);
326 this.tableLayoutPanel14.Name = "tableLayoutPanel14";
327 this.tableLayoutPanel14.RowCount = 2;
328 this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
329 this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
330 this.tableLayoutPanel14.Size = new System.Drawing.Size(194, 59);
331 this.tableLayoutPanel14.TabIndex = 0;
332 //
333 // label13
334 //
335 this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
336 this.label13.AutoSize = true;
337 this.label13.Location = new System.Drawing.Point(3, 13);
338 this.label13.Name = "label13";
339 this.label13.Size = new System.Drawing.Size(37, 13);
340 this.label13.TabIndex = 0;
341 this.label13.Text = "Hours";
342 //
343 // trackBar1
344 //
345 this.trackBar1.Dock = System.Windows.Forms.DockStyle.Fill;
346 this.trackBar1.Location = new System.Drawing.Point(46, 3);
347 this.trackBar1.Maximum = 48;
348 this.trackBar1.Name = "trackBar1";
349 this.trackBar1.Size = new System.Drawing.Size(145, 33);
350 this.trackBar1.TabIndex = 1;
351 this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
352 //
353 // textBox4
354 //
355 this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
356 this.textBox4.Location = new System.Drawing.Point(46, 42);
357 this.textBox4.Name = "textBox4";
358 this.textBox4.ReadOnly = true;
359 this.textBox4.Size = new System.Drawing.Size(145, 20);
360 this.textBox4.TabIndex = 2;
361 //
1 office 362 // tabPage1
363 //
4 office 364 this.tabPage1.Controls.Add(this.tableLayoutPanel3);
1 office 365 this.tabPage1.Location = new System.Drawing.Point(4, 22);
366 this.tabPage1.Name = "tabPage1";
367 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
25 office 368 this.tabPage1.Size = new System.Drawing.Size(538, 243);
1 office 369 this.tabPage1.TabIndex = 0;
21 office 370 this.tabPage1.Text = "Servers";
1 office 371 this.tabPage1.UseVisualStyleBackColor = true;
372 //
4 office 373 // tableLayoutPanel3
1 office 374 //
4 office 375 this.tableLayoutPanel3.ColumnCount = 2;
376 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
377 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
21 office 378 this.tableLayoutPanel3.Controls.Add(this.groupBox1, 1, 0);
4 office 379 this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel1, 0, 0);
380 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
381 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
382 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
383 this.tableLayoutPanel3.RowCount = 1;
384 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
25 office 385 this.tableLayoutPanel3.Size = new System.Drawing.Size(532, 237);
4 office 386 this.tableLayoutPanel3.TabIndex = 2;
1 office 387 //
388 // groupBox1
389 //
390 this.groupBox1.Controls.Add(this.tableLayoutPanel2);
4 office 391 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
25 office 392 this.groupBox1.Location = new System.Drawing.Point(269, 3);
1 office 393 this.groupBox1.Name = "groupBox1";
25 office 394 this.groupBox1.Size = new System.Drawing.Size(260, 231);
1 office 395 this.groupBox1.TabIndex = 0;
396 this.groupBox1.TabStop = false;
21 office 397 this.groupBox1.Text = "Server Settings";
1 office 398 //
3 office 399 // tableLayoutPanel2
400 //
401 this.tableLayoutPanel2.ColumnCount = 2;
13 office 402 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
403 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
4 office 404 this.tableLayoutPanel2.Controls.Add(this.serverNameTextBox, 1, 0);
405 this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0);
406 this.tableLayoutPanel2.Controls.Add(this.label3, 0, 1);
12 office 407 this.tableLayoutPanel2.Controls.Add(this.serverUrlTextBox, 1, 1);
408 this.tableLayoutPanel2.Controls.Add(this.label1, 0, 2);
409 this.tableLayoutPanel2.Controls.Add(this.serverUsernameTextBox, 1, 2);
410 this.tableLayoutPanel2.Controls.Add(this.label2, 0, 3);
411 this.tableLayoutPanel2.Controls.Add(this.serverPasswordTextBox, 1, 3);
3 office 412 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
413 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
414 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
12 office 415 this.tableLayoutPanel2.RowCount = 4;
416 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
417 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
418 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
419 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
25 office 420 this.tableLayoutPanel2.Size = new System.Drawing.Size(254, 212);
3 office 421 this.tableLayoutPanel2.TabIndex = 0;
422 //
4 office 423 // serverNameTextBox
424 //
425 this.serverNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
25 office 426 this.serverNameTextBox.Location = new System.Drawing.Point(66, 16);
4 office 427 this.serverNameTextBox.Name = "serverNameTextBox";
25 office 428 this.serverNameTextBox.Size = new System.Drawing.Size(185, 20);
4 office 429 this.serverNameTextBox.TabIndex = 1;
430 //
431 // label5
432 //
433 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
434 this.label5.AutoSize = true;
25 office 435 this.label5.Location = new System.Drawing.Point(3, 20);
4 office 436 this.label5.Name = "label5";
25 office 437 this.label5.Size = new System.Drawing.Size(57, 13);
4 office 438 this.label5.TabIndex = 3;
439 this.label5.Text = "Name";
21 office 440 this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
4 office 441 //
3 office 442 // label3
443 //
444 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
445 this.label3.AutoSize = true;
25 office 446 this.label3.Location = new System.Drawing.Point(3, 73);
3 office 447 this.label3.Name = "label3";
25 office 448 this.label3.Size = new System.Drawing.Size(57, 13);
3 office 449 this.label3.TabIndex = 2;
12 office 450 this.label3.Text = "URL";
21 office 451 this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
3 office 452 //
13 office 453 // serverUrlTextBox
1 office 454 //
12 office 455 this.serverUrlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
25 office 456 this.serverUrlTextBox.Location = new System.Drawing.Point(66, 69);
12 office 457 this.serverUrlTextBox.Name = "serverUrlTextBox";
25 office 458 this.serverUrlTextBox.Size = new System.Drawing.Size(185, 20);
12 office 459 this.serverUrlTextBox.TabIndex = 2;
1 office 460 //
461 // label1
462 //
463 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
464 this.label1.AutoSize = true;
25 office 465 this.label1.Location = new System.Drawing.Point(3, 126);
1 office 466 this.label1.Name = "label1";
25 office 467 this.label1.Size = new System.Drawing.Size(57, 13);
4 office 468 this.label1.TabIndex = 5;
1 office 469 this.label1.Text = "Username";
21 office 470 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
1 office 471 //
4 office 472 // serverUsernameTextBox
1 office 473 //
4 office 474 this.serverUsernameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
25 office 475 this.serverUsernameTextBox.Location = new System.Drawing.Point(66, 122);
4 office 476 this.serverUsernameTextBox.Name = "serverUsernameTextBox";
25 office 477 this.serverUsernameTextBox.Size = new System.Drawing.Size(185, 20);
4 office 478 this.serverUsernameTextBox.TabIndex = 4;
1 office 479 //
13 office 480 // label2
481 //
482 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
483 this.label2.AutoSize = true;
25 office 484 this.label2.Location = new System.Drawing.Point(3, 179);
13 office 485 this.label2.Name = "label2";
25 office 486 this.label2.Size = new System.Drawing.Size(57, 13);
13 office 487 this.label2.TabIndex = 7;
488 this.label2.Text = "Password";
21 office 489 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
13 office 490 //
491 // serverPasswordTextBox
492 //
493 this.serverPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
25 office 494 this.serverPasswordTextBox.Location = new System.Drawing.Point(66, 175);
13 office 495 this.serverPasswordTextBox.Name = "serverPasswordTextBox";
496 this.serverPasswordTextBox.PasswordChar = '*';
25 office 497 this.serverPasswordTextBox.Size = new System.Drawing.Size(185, 20);
13 office 498 this.serverPasswordTextBox.TabIndex = 5;
499 //
21 office 500 // tableLayoutPanel1
1 office 501 //
21 office 502 this.tableLayoutPanel1.ColumnCount = 1;
503 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
504 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel6, 0, 1);
505 this.tableLayoutPanel1.Controls.Add(this.groupBox5, 0, 0);
506 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
507 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
508 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
509 this.tableLayoutPanel1.RowCount = 2;
510 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
511 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
25 office 512 this.tableLayoutPanel1.Size = new System.Drawing.Size(260, 231);
21 office 513 this.tableLayoutPanel1.TabIndex = 1;
1 office 514 //
21 office 515 // tableLayoutPanel6
516 //
517 this.tableLayoutPanel6.ColumnCount = 3;
518 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
519 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
520 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
521 this.tableLayoutPanel6.Controls.Add(this.button1, 0, 0);
522 this.tableLayoutPanel6.Controls.Add(this.button2, 2, 0);
523 this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
25 office 524 this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 199);
21 office 525 this.tableLayoutPanel6.Name = "tableLayoutPanel6";
526 this.tableLayoutPanel6.RowCount = 1;
527 this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
25 office 528 this.tableLayoutPanel6.Size = new System.Drawing.Size(254, 29);
21 office 529 this.tableLayoutPanel6.TabIndex = 1;
530 //
4 office 531 // button1
1 office 532 //
4 office 533 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
24 office 534 this.button1.Location = new System.Drawing.Point(3, 3);
4 office 535 this.button1.Name = "button1";
25 office 536 this.button1.Size = new System.Drawing.Size(78, 23);
4 office 537 this.button1.TabIndex = 6;
21 office 538 this.button1.Text = "Add";
4 office 539 this.button1.UseVisualStyleBackColor = true;
540 this.button1.Click += new System.EventHandler(this.Button1_Click);
1 office 541 //
21 office 542 // button2
543 //
544 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
25 office 545 this.button2.Location = new System.Drawing.Point(171, 3);
21 office 546 this.button2.Name = "button2";
25 office 547 this.button2.Size = new System.Drawing.Size(80, 23);
21 office 548 this.button2.TabIndex = 0;
549 this.button2.Text = "Remove";
550 this.button2.UseVisualStyleBackColor = true;
551 this.button2.Click += new System.EventHandler(this.Button2_Click);
552 //
553 // groupBox5
554 //
555 this.groupBox5.Controls.Add(this.listBox1);
556 this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
557 this.groupBox5.Location = new System.Drawing.Point(3, 3);
558 this.groupBox5.Name = "groupBox5";
25 office 559 this.groupBox5.Size = new System.Drawing.Size(254, 190);
21 office 560 this.groupBox5.TabIndex = 2;
561 this.groupBox5.TabStop = false;
562 this.groupBox5.Text = "Gotify Servers";
563 //
564 // listBox1
565 //
566 this.listBox1.DisplayMember = "Name";
567 this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
568 this.listBox1.FormattingEnabled = true;
569 this.listBox1.Location = new System.Drawing.Point(3, 16);
570 this.listBox1.Name = "listBox1";
25 office 571 this.listBox1.Size = new System.Drawing.Size(248, 171);
21 office 572 this.listBox1.TabIndex = 0;
573 this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged);
574 //
15 office 575 // tabPage3
576 //
577 this.tabPage3.Controls.Add(this.tableLayoutPanel7);
578 this.tabPage3.Location = new System.Drawing.Point(4, 22);
579 this.tabPage3.Name = "tabPage3";
30 office 580 this.tabPage3.Size = new System.Drawing.Size(538, 243);
15 office 581 this.tabPage3.TabIndex = 2;
21 office 582 this.tabPage3.Text = "Announcements";
15 office 583 this.tabPage3.UseVisualStyleBackColor = true;
584 //
585 // tableLayoutPanel7
586 //
587 this.tableLayoutPanel7.ColumnCount = 2;
588 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
589 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
590 this.tableLayoutPanel7.Controls.Add(this.groupBox2, 1, 0);
21 office 591 this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel4, 0, 0);
15 office 592 this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
593 this.tableLayoutPanel7.Location = new System.Drawing.Point(0, 0);
594 this.tableLayoutPanel7.Name = "tableLayoutPanel7";
21 office 595 this.tableLayoutPanel7.RowCount = 1;
596 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
44 office 597 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 243F));
30 office 598 this.tableLayoutPanel7.Size = new System.Drawing.Size(538, 243);
15 office 599 this.tableLayoutPanel7.TabIndex = 0;
600 //
601 // groupBox2
602 //
603 this.groupBox2.Controls.Add(this.tableLayoutPanel10);
604 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
30 office 605 this.groupBox2.Location = new System.Drawing.Point(272, 3);
15 office 606 this.groupBox2.Name = "groupBox2";
30 office 607 this.groupBox2.Size = new System.Drawing.Size(263, 237);
15 office 608 this.groupBox2.TabIndex = 3;
609 this.groupBox2.TabStop = false;
21 office 610 this.groupBox2.Text = "Announcement Settings";
15 office 611 //
612 // tableLayoutPanel10
613 //
614 this.tableLayoutPanel10.ColumnCount = 2;
21 office 615 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
616 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
15 office 617 this.tableLayoutPanel10.Controls.Add(this.label4, 0, 0);
618 this.tableLayoutPanel10.Controls.Add(this.appIdTextBox, 1, 0);
619 this.tableLayoutPanel10.Controls.Add(this.label6, 0, 1);
620 this.tableLayoutPanel10.Controls.Add(this.lingerTimeTextBox, 1, 1);
621 this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
622 this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16);
623 this.tableLayoutPanel10.Name = "tableLayoutPanel10";
24 office 624 this.tableLayoutPanel10.RowCount = 2;
15 office 625 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
626 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
30 office 627 this.tableLayoutPanel10.Size = new System.Drawing.Size(257, 218);
15 office 628 this.tableLayoutPanel10.TabIndex = 4;
629 //
630 // label4
631 //
632 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
633 this.label4.AutoSize = true;
30 office 634 this.label4.Location = new System.Drawing.Point(3, 48);
15 office 635 this.label4.Name = "label4";
30 office 636 this.label4.Size = new System.Drawing.Size(58, 13);
15 office 637 this.label4.TabIndex = 0;
638 this.label4.Text = "App Id";
21 office 639 this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
15 office 640 //
641 // appIdTextBox
642 //
643 this.appIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
30 office 644 this.appIdTextBox.Location = new System.Drawing.Point(67, 44);
15 office 645 this.appIdTextBox.Name = "appIdTextBox";
30 office 646 this.appIdTextBox.Size = new System.Drawing.Size(187, 20);
15 office 647 this.appIdTextBox.TabIndex = 1;
648 //
649 // label6
650 //
651 this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
652 this.label6.AutoSize = true;
30 office 653 this.label6.Location = new System.Drawing.Point(3, 157);
15 office 654 this.label6.Name = "label6";
30 office 655 this.label6.Size = new System.Drawing.Size(58, 13);
15 office 656 this.label6.TabIndex = 2;
24 office 657 this.label6.Text = "Timeout";
21 office 658 this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
15 office 659 //
660 // lingerTimeTextBox
661 //
662 this.lingerTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
30 office 663 this.lingerTimeTextBox.Location = new System.Drawing.Point(67, 153);
15 office 664 this.lingerTimeTextBox.Name = "lingerTimeTextBox";
30 office 665 this.lingerTimeTextBox.Size = new System.Drawing.Size(187, 20);
15 office 666 this.lingerTimeTextBox.TabIndex = 3;
667 //
21 office 668 // tableLayoutPanel4
669 //
670 this.tableLayoutPanel4.ColumnCount = 1;
671 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
672 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel5, 0, 1);
673 this.tableLayoutPanel4.Controls.Add(this.groupBox4, 0, 0);
674 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
675 this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3);
676 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
677 this.tableLayoutPanel4.RowCount = 2;
678 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
679 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
30 office 680 this.tableLayoutPanel4.Size = new System.Drawing.Size(263, 237);
21 office 681 this.tableLayoutPanel4.TabIndex = 4;
682 //
683 // tableLayoutPanel5
684 //
685 this.tableLayoutPanel5.ColumnCount = 3;
25 office 686 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
687 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
688 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
21 office 689 this.tableLayoutPanel5.Controls.Add(this.button4, 0, 0);
690 this.tableLayoutPanel5.Controls.Add(this.button3, 2, 0);
691 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
30 office 692 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 204);
21 office 693 this.tableLayoutPanel5.Name = "tableLayoutPanel5";
694 this.tableLayoutPanel5.RowCount = 1;
695 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
30 office 696 this.tableLayoutPanel5.Size = new System.Drawing.Size(257, 30);
21 office 697 this.tableLayoutPanel5.TabIndex = 0;
698 //
699 // button4
700 //
701 this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
24 office 702 this.button4.Location = new System.Drawing.Point(3, 3);
21 office 703 this.button4.Name = "button4";
25 office 704 this.button4.Size = new System.Drawing.Size(74, 23);
21 office 705 this.button4.TabIndex = 0;
706 this.button4.Text = "Add";
707 this.button4.UseVisualStyleBackColor = true;
708 this.button4.Click += new System.EventHandler(this.Button4_Click);
709 //
710 // button3
711 //
712 this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
30 office 713 this.button3.Location = new System.Drawing.Point(180, 3);
21 office 714 this.button3.Name = "button3";
25 office 715 this.button3.Size = new System.Drawing.Size(74, 23);
21 office 716 this.button3.TabIndex = 0;
717 this.button3.Text = "Remove";
718 this.button3.UseVisualStyleBackColor = true;
719 this.button3.Click += new System.EventHandler(this.Button3_Click);
720 //
15 office 721 // groupBox4
722 //
723 this.groupBox4.Controls.Add(this.listBox2);
724 this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
725 this.groupBox4.Location = new System.Drawing.Point(3, 3);
726 this.groupBox4.Name = "groupBox4";
30 office 727 this.groupBox4.Size = new System.Drawing.Size(257, 195);
15 office 728 this.groupBox4.TabIndex = 4;
729 this.groupBox4.TabStop = false;
730 this.groupBox4.Text = "Application Id";
731 //
21 office 732 // listBox2
733 //
734 this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill;
735 this.listBox2.FormattingEnabled = true;
736 this.listBox2.Location = new System.Drawing.Point(3, 16);
737 this.listBox2.Name = "listBox2";
30 office 738 this.listBox2.Size = new System.Drawing.Size(251, 176);
21 office 739 this.listBox2.TabIndex = 0;
740 this.listBox2.SelectedIndexChanged += new System.EventHandler(this.ListBox2_SelectedIndexChanged);
741 //
50 office 742 // tabPage4
44 office 743 //
50 office 744 this.tabPage4.Controls.Add(this.tableLayoutPanel12);
745 this.tabPage4.Location = new System.Drawing.Point(4, 22);
746 this.tabPage4.Name = "tabPage4";
747 this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
748 this.tabPage4.Size = new System.Drawing.Size(538, 243);
749 this.tabPage4.TabIndex = 3;
750 this.tabPage4.Text = "Proxy";
751 this.tabPage4.UseVisualStyleBackColor = true;
44 office 752 //
50 office 753 // tableLayoutPanel12
44 office 754 //
50 office 755 this.tableLayoutPanel12.ColumnCount = 2;
756 this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
757 this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
758 this.tableLayoutPanel12.Controls.Add(this.label7, 0, 1);
759 this.tableLayoutPanel12.Controls.Add(this.label8, 0, 2);
760 this.tableLayoutPanel12.Controls.Add(this.label9, 0, 3);
761 this.tableLayoutPanel12.Controls.Add(this.textBox1, 1, 1);
762 this.tableLayoutPanel12.Controls.Add(this.textBox2, 1, 2);
763 this.tableLayoutPanel12.Controls.Add(this.textBox3, 1, 3);
764 this.tableLayoutPanel12.Controls.Add(this.checkBox3, 1, 0);
765 this.tableLayoutPanel12.Controls.Add(this.label10, 0, 0);
766 this.tableLayoutPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
767 this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 3);
768 this.tableLayoutPanel12.Name = "tableLayoutPanel12";
769 this.tableLayoutPanel12.RowCount = 4;
770 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
771 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
772 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
773 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
774 this.tableLayoutPanel12.Size = new System.Drawing.Size(532, 237);
775 this.tableLayoutPanel12.TabIndex = 0;
44 office 776 //
50 office 777 // label7
44 office 778 //
50 office 779 this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
780 this.label7.AutoSize = true;
781 this.label7.Location = new System.Drawing.Point(3, 82);
782 this.label7.Name = "label7";
783 this.label7.Size = new System.Drawing.Size(260, 13);
784 this.label7.TabIndex = 0;
785 this.label7.Text = "URL";
44 office 786 //
50 office 787 // label8
788 //
789 this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
790 this.label8.AutoSize = true;
791 this.label8.Location = new System.Drawing.Point(3, 141);
792 this.label8.Name = "label8";
793 this.label8.Size = new System.Drawing.Size(260, 13);
794 this.label8.TabIndex = 1;
795 this.label8.Text = "Username";
796 //
797 // label9
798 //
799 this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
800 this.label9.AutoSize = true;
801 this.label9.Location = new System.Drawing.Point(3, 200);
802 this.label9.Name = "label9";
803 this.label9.Size = new System.Drawing.Size(260, 13);
804 this.label9.TabIndex = 2;
805 this.label9.Text = "Password";
806 //
807 // textBox1
808 //
809 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
810 this.textBox1.Location = new System.Drawing.Point(269, 78);
811 this.textBox1.Name = "textBox1";
812 this.textBox1.Size = new System.Drawing.Size(260, 20);
813 this.textBox1.TabIndex = 3;
814 //
815 // textBox2
816 //
817 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
818 this.textBox2.Location = new System.Drawing.Point(269, 137);
819 this.textBox2.Name = "textBox2";
820 this.textBox2.Size = new System.Drawing.Size(260, 20);
821 this.textBox2.TabIndex = 4;
822 //
823 // textBox3
824 //
825 this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
826 this.textBox3.Location = new System.Drawing.Point(269, 197);
827 this.textBox3.Name = "textBox3";
828 this.textBox3.Size = new System.Drawing.Size(260, 20);
829 this.textBox3.TabIndex = 5;
830 //
831 // checkBox3
832 //
833 this.checkBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
834 this.checkBox3.AutoSize = true;
835 this.checkBox3.Location = new System.Drawing.Point(269, 21);
836 this.checkBox3.Name = "checkBox3";
837 this.checkBox3.Size = new System.Drawing.Size(260, 17);
838 this.checkBox3.TabIndex = 6;
839 this.checkBox3.Text = "Enable";
840 this.checkBox3.UseVisualStyleBackColor = true;
841 //
842 // label10
843 //
844 this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
845 this.label10.AutoSize = true;
846 this.label10.Location = new System.Drawing.Point(3, 23);
847 this.label10.Name = "label10";
848 this.label10.Size = new System.Drawing.Size(260, 13);
849 this.label10.TabIndex = 7;
850 this.label10.Text = "Use a HTTP proxy to establish connections";
851 //
55 office 852 // tableLayoutPanel8
853 //
854 this.tableLayoutPanel8.ColumnCount = 1;
855 this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
856 this.tableLayoutPanel8.Controls.Add(this.tabControl1, 0, 0);
857 this.tableLayoutPanel8.Controls.Add(this.tableLayoutPanel9, 0, 1);
858 this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
859 this.tableLayoutPanel8.Location = new System.Drawing.Point(0, 0);
860 this.tableLayoutPanel8.Name = "tableLayoutPanel8";
861 this.tableLayoutPanel8.RowCount = 2;
862 this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
863 this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
864 this.tableLayoutPanel8.Size = new System.Drawing.Size(552, 317);
865 this.tableLayoutPanel8.TabIndex = 1;
866 //
867 // tableLayoutPanel9
868 //
869 this.tableLayoutPanel9.ColumnCount = 3;
870 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
871 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
872 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
873 this.tableLayoutPanel9.Controls.Add(this.button5, 1, 0);
874 this.tableLayoutPanel9.Controls.Add(this.button6, 2, 0);
875 this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
876 this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 278);
877 this.tableLayoutPanel9.Name = "tableLayoutPanel9";
878 this.tableLayoutPanel9.RowCount = 1;
879 this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle());
880 this.tableLayoutPanel9.Size = new System.Drawing.Size(546, 36);
881 this.tableLayoutPanel9.TabIndex = 1;
882 //
883 // button5
884 //
885 this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
886 this.button5.Location = new System.Drawing.Point(389, 6);
887 this.button5.Name = "button5";
888 this.button5.Size = new System.Drawing.Size(74, 23);
889 this.button5.TabIndex = 0;
890 this.button5.Text = "Save";
891 this.button5.UseVisualStyleBackColor = true;
892 this.button5.Click += new System.EventHandler(this.Button5_Click);
893 //
894 // button6
895 //
896 this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
897 this.button6.Location = new System.Drawing.Point(469, 6);
898 this.button6.Name = "button6";
899 this.button6.Size = new System.Drawing.Size(74, 23);
900 this.button6.TabIndex = 1;
901 this.button6.Text = "Cancel";
902 this.button6.UseVisualStyleBackColor = true;
903 this.button6.Click += new System.EventHandler(this.Button6_Click);
904 //
1 office 905 // SettingsForm
906 //
907 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
908 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
25 office 909 this.ClientSize = new System.Drawing.Size(552, 317);
910 this.Controls.Add(this.tableLayoutPanel8);
1 office 911 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
912 this.Name = "SettingsForm";
3 office 913 this.Text = "Winify: Settings";
30 office 914 this.Load += new System.EventHandler(this.SettingsForm_Load);
1 office 915 this.tabControl1.ResumeLayout(false);
3 office 916 this.tabPage2.ResumeLayout(false);
917 this.flowLayoutPanel2.ResumeLayout(false);
918 this.groupBox3.ResumeLayout(false);
919 this.groupBox3.PerformLayout();
50 office 920 this.groupBox6.ResumeLayout(false);
921 this.tableLayoutPanel11.ResumeLayout(false);
922 this.tableLayoutPanel11.PerformLayout();
55 office 923 this.groupBox7.ResumeLayout(false);
924 this.tableLayoutPanel13.ResumeLayout(false);
925 this.tableLayoutPanel13.PerformLayout();
926 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
69 office 927 this.groupBox8.ResumeLayout(false);
928 this.tableLayoutPanel14.ResumeLayout(false);
929 this.tableLayoutPanel14.PerformLayout();
930 ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
1 office 931 this.tabPage1.ResumeLayout(false);
4 office 932 this.tableLayoutPanel3.ResumeLayout(false);
1 office 933 this.groupBox1.ResumeLayout(false);
3 office 934 this.tableLayoutPanel2.ResumeLayout(false);
935 this.tableLayoutPanel2.PerformLayout();
21 office 936 this.tableLayoutPanel1.ResumeLayout(false);
937 this.tableLayoutPanel6.ResumeLayout(false);
938 this.groupBox5.ResumeLayout(false);
15 office 939 this.tabPage3.ResumeLayout(false);
940 this.tableLayoutPanel7.ResumeLayout(false);
941 this.groupBox2.ResumeLayout(false);
942 this.tableLayoutPanel10.ResumeLayout(false);
943 this.tableLayoutPanel10.PerformLayout();
21 office 944 this.tableLayoutPanel4.ResumeLayout(false);
945 this.tableLayoutPanel5.ResumeLayout(false);
15 office 946 this.groupBox4.ResumeLayout(false);
50 office 947 this.tabPage4.ResumeLayout(false);
948 this.tableLayoutPanel12.ResumeLayout(false);
949 this.tableLayoutPanel12.PerformLayout();
55 office 950 this.tableLayoutPanel8.ResumeLayout(false);
951 this.tableLayoutPanel9.ResumeLayout(false);
1 office 952 this.ResumeLayout(false);
953  
954 }
955  
956 #endregion
957  
67 office 958 private TabControl tabControl1;
959 private TabPage tabPage1;
960 private GroupBox groupBox1;
961 private TableLayoutPanel tableLayoutPanel2;
962 private TextBox serverUrlTextBox;
963 private TabPage tabPage2;
964 private FlowLayoutPanel flowLayoutPanel2;
965 private GroupBox groupBox3;
966 private CheckBox checkBox1;
967 private TableLayoutPanel tableLayoutPanel3;
968 private TableLayoutPanel tableLayoutPanel1;
969 private ListBox listBox1;
970 private TableLayoutPanel tableLayoutPanel6;
971 private Button button2;
972 private TextBox serverPasswordTextBox;
973 private Label label2;
974 private TextBox serverNameTextBox;
975 private Label label5;
976 private Label label3;
977 private Label label1;
978 private TextBox serverUsernameTextBox;
979 private Button button1;
980 private TabPage tabPage3;
981 private GroupBox groupBox5;
982 private TableLayoutPanel tableLayoutPanel7;
983 private GroupBox groupBox2;
984 private TableLayoutPanel tableLayoutPanel10;
985 private Label label4;
986 private TextBox appIdTextBox;
987 private Label label6;
988 private TextBox lingerTimeTextBox;
989 private TableLayoutPanel tableLayoutPanel4;
990 private TableLayoutPanel tableLayoutPanel5;
991 private Button button4;
992 private Button button3;
993 private GroupBox groupBox4;
994 private ListBox listBox2;
995 private TableLayoutPanel tableLayoutPanel8;
996 private TableLayoutPanel tableLayoutPanel9;
997 private Button button5;
998 private Button button6;
999 private GroupBox groupBox6;
1000 private TableLayoutPanel tableLayoutPanel11;
1001 private CheckBox checkBox2;
1002 private TabPage tabPage4;
1003 private TableLayoutPanel tableLayoutPanel12;
1004 private Label label7;
1005 private Label label8;
1006 private Label label9;
1007 private TextBox textBox1;
1008 private TextBox textBox2;
1009 private TextBox textBox3;
1010 private CheckBox checkBox3;
1011 private Label label10;
1012 private GroupBox groupBox7;
1013 private TableLayoutPanel tableLayoutPanel13;
1014 private Label label11;
1015 private NumericUpDown numericUpDown1;
1016 private Label label12;
1017 private CheckBox checkBox4;
1018 private GroupBox groupBox8;
1019 private TableLayoutPanel tableLayoutPanel14;
1020 private Label label13;
1021 private TrackBar trackBar1;
1022 private TextBox textBox4;
1 office 1023 }
1024 }