Winify – Blame information for rev 67

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();
1 office 50 this.tabPage1 = new System.Windows.Forms.TabPage();
4 office 51 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
1 office 52 this.groupBox1 = new System.Windows.Forms.GroupBox();
3 office 53 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
4 office 54 this.serverNameTextBox = new System.Windows.Forms.TextBox();
55 this.label5 = new System.Windows.Forms.Label();
3 office 56 this.label3 = new System.Windows.Forms.Label();
12 office 57 this.serverUrlTextBox = new System.Windows.Forms.TextBox();
1 office 58 this.label1 = new System.Windows.Forms.Label();
4 office 59 this.serverUsernameTextBox = new System.Windows.Forms.TextBox();
13 office 60 this.label2 = new System.Windows.Forms.Label();
61 this.serverPasswordTextBox = new System.Windows.Forms.TextBox();
21 office 62 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
63 this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
4 office 64 this.button1 = new System.Windows.Forms.Button();
21 office 65 this.button2 = new System.Windows.Forms.Button();
66 this.groupBox5 = new System.Windows.Forms.GroupBox();
67 this.listBox1 = new System.Windows.Forms.ListBox();
15 office 68 this.tabPage3 = new System.Windows.Forms.TabPage();
69 this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
70 this.groupBox2 = new System.Windows.Forms.GroupBox();
71 this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
72 this.label4 = new System.Windows.Forms.Label();
73 this.appIdTextBox = new System.Windows.Forms.TextBox();
74 this.label6 = new System.Windows.Forms.Label();
75 this.lingerTimeTextBox = new System.Windows.Forms.TextBox();
21 office 76 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
77 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
78 this.button4 = new System.Windows.Forms.Button();
79 this.button3 = new System.Windows.Forms.Button();
15 office 80 this.groupBox4 = new System.Windows.Forms.GroupBox();
21 office 81 this.listBox2 = new System.Windows.Forms.ListBox();
50 office 82 this.tabPage4 = new System.Windows.Forms.TabPage();
83 this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel();
84 this.label7 = new System.Windows.Forms.Label();
85 this.label8 = new System.Windows.Forms.Label();
86 this.label9 = new System.Windows.Forms.Label();
87 this.textBox1 = new System.Windows.Forms.TextBox();
88 this.textBox2 = new System.Windows.Forms.TextBox();
89 this.textBox3 = new System.Windows.Forms.TextBox();
90 this.checkBox3 = new System.Windows.Forms.CheckBox();
91 this.label10 = new System.Windows.Forms.Label();
55 office 92 this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
93 this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
94 this.button5 = new System.Windows.Forms.Button();
95 this.button6 = new System.Windows.Forms.Button();
59 office 96 this.groupBox8 = new System.Windows.Forms.GroupBox();
97 this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel();
98 this.label13 = new System.Windows.Forms.Label();
99 this.trackBar1 = new System.Windows.Forms.TrackBar();
100 this.textBox4 = new System.Windows.Forms.TextBox();
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();
1 office 110 this.tabPage1.SuspendLayout();
4 office 111 this.tableLayoutPanel3.SuspendLayout();
21 office 112 this.groupBox1.SuspendLayout();
113 this.tableLayoutPanel2.SuspendLayout();
4 office 114 this.tableLayoutPanel1.SuspendLayout();
115 this.tableLayoutPanel6.SuspendLayout();
21 office 116 this.groupBox5.SuspendLayout();
15 office 117 this.tabPage3.SuspendLayout();
118 this.tableLayoutPanel7.SuspendLayout();
119 this.groupBox2.SuspendLayout();
120 this.tableLayoutPanel10.SuspendLayout();
21 office 121 this.tableLayoutPanel4.SuspendLayout();
122 this.tableLayoutPanel5.SuspendLayout();
15 office 123 this.groupBox4.SuspendLayout();
55 office 124 this.tabPage4.SuspendLayout();
125 this.tableLayoutPanel12.SuspendLayout();
25 office 126 this.tableLayoutPanel8.SuspendLayout();
127 this.tableLayoutPanel9.SuspendLayout();
59 office 128 this.groupBox8.SuspendLayout();
129 this.tableLayoutPanel14.SuspendLayout();
130 ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
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 //
1 office 306 // tabPage1
307 //
4 office 308 this.tabPage1.Controls.Add(this.tableLayoutPanel3);
1 office 309 this.tabPage1.Location = new System.Drawing.Point(4, 22);
310 this.tabPage1.Name = "tabPage1";
311 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
25 office 312 this.tabPage1.Size = new System.Drawing.Size(538, 243);
1 office 313 this.tabPage1.TabIndex = 0;
21 office 314 this.tabPage1.Text = "Servers";
1 office 315 this.tabPage1.UseVisualStyleBackColor = true;
316 //
4 office 317 // tableLayoutPanel3
1 office 318 //
4 office 319 this.tableLayoutPanel3.ColumnCount = 2;
320 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
321 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
21 office 322 this.tableLayoutPanel3.Controls.Add(this.groupBox1, 1, 0);
4 office 323 this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel1, 0, 0);
324 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
325 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
326 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
327 this.tableLayoutPanel3.RowCount = 1;
328 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
25 office 329 this.tableLayoutPanel3.Size = new System.Drawing.Size(532, 237);
4 office 330 this.tableLayoutPanel3.TabIndex = 2;
1 office 331 //
332 // groupBox1
333 //
334 this.groupBox1.Controls.Add(this.tableLayoutPanel2);
4 office 335 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
25 office 336 this.groupBox1.Location = new System.Drawing.Point(269, 3);
1 office 337 this.groupBox1.Name = "groupBox1";
25 office 338 this.groupBox1.Size = new System.Drawing.Size(260, 231);
1 office 339 this.groupBox1.TabIndex = 0;
340 this.groupBox1.TabStop = false;
21 office 341 this.groupBox1.Text = "Server Settings";
1 office 342 //
3 office 343 // tableLayoutPanel2
344 //
345 this.tableLayoutPanel2.ColumnCount = 2;
13 office 346 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
347 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
4 office 348 this.tableLayoutPanel2.Controls.Add(this.serverNameTextBox, 1, 0);
349 this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0);
350 this.tableLayoutPanel2.Controls.Add(this.label3, 0, 1);
12 office 351 this.tableLayoutPanel2.Controls.Add(this.serverUrlTextBox, 1, 1);
352 this.tableLayoutPanel2.Controls.Add(this.label1, 0, 2);
353 this.tableLayoutPanel2.Controls.Add(this.serverUsernameTextBox, 1, 2);
354 this.tableLayoutPanel2.Controls.Add(this.label2, 0, 3);
355 this.tableLayoutPanel2.Controls.Add(this.serverPasswordTextBox, 1, 3);
3 office 356 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
357 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
358 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
12 office 359 this.tableLayoutPanel2.RowCount = 4;
360 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
361 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
362 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
363 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
25 office 364 this.tableLayoutPanel2.Size = new System.Drawing.Size(254, 212);
3 office 365 this.tableLayoutPanel2.TabIndex = 0;
366 //
4 office 367 // serverNameTextBox
368 //
369 this.serverNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
25 office 370 this.serverNameTextBox.Location = new System.Drawing.Point(66, 16);
4 office 371 this.serverNameTextBox.Name = "serverNameTextBox";
25 office 372 this.serverNameTextBox.Size = new System.Drawing.Size(185, 20);
4 office 373 this.serverNameTextBox.TabIndex = 1;
374 //
375 // label5
376 //
377 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
378 this.label5.AutoSize = true;
25 office 379 this.label5.Location = new System.Drawing.Point(3, 20);
4 office 380 this.label5.Name = "label5";
25 office 381 this.label5.Size = new System.Drawing.Size(57, 13);
4 office 382 this.label5.TabIndex = 3;
383 this.label5.Text = "Name";
21 office 384 this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
4 office 385 //
3 office 386 // label3
387 //
388 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
389 this.label3.AutoSize = true;
25 office 390 this.label3.Location = new System.Drawing.Point(3, 73);
3 office 391 this.label3.Name = "label3";
25 office 392 this.label3.Size = new System.Drawing.Size(57, 13);
3 office 393 this.label3.TabIndex = 2;
12 office 394 this.label3.Text = "URL";
21 office 395 this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
3 office 396 //
13 office 397 // serverUrlTextBox
1 office 398 //
12 office 399 this.serverUrlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
25 office 400 this.serverUrlTextBox.Location = new System.Drawing.Point(66, 69);
12 office 401 this.serverUrlTextBox.Name = "serverUrlTextBox";
25 office 402 this.serverUrlTextBox.Size = new System.Drawing.Size(185, 20);
12 office 403 this.serverUrlTextBox.TabIndex = 2;
1 office 404 //
405 // label1
406 //
407 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
408 this.label1.AutoSize = true;
25 office 409 this.label1.Location = new System.Drawing.Point(3, 126);
1 office 410 this.label1.Name = "label1";
25 office 411 this.label1.Size = new System.Drawing.Size(57, 13);
4 office 412 this.label1.TabIndex = 5;
1 office 413 this.label1.Text = "Username";
21 office 414 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
1 office 415 //
4 office 416 // serverUsernameTextBox
1 office 417 //
4 office 418 this.serverUsernameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
25 office 419 this.serverUsernameTextBox.Location = new System.Drawing.Point(66, 122);
4 office 420 this.serverUsernameTextBox.Name = "serverUsernameTextBox";
25 office 421 this.serverUsernameTextBox.Size = new System.Drawing.Size(185, 20);
4 office 422 this.serverUsernameTextBox.TabIndex = 4;
1 office 423 //
13 office 424 // label2
425 //
426 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
427 this.label2.AutoSize = true;
25 office 428 this.label2.Location = new System.Drawing.Point(3, 179);
13 office 429 this.label2.Name = "label2";
25 office 430 this.label2.Size = new System.Drawing.Size(57, 13);
13 office 431 this.label2.TabIndex = 7;
432 this.label2.Text = "Password";
21 office 433 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
13 office 434 //
435 // serverPasswordTextBox
436 //
437 this.serverPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
25 office 438 this.serverPasswordTextBox.Location = new System.Drawing.Point(66, 175);
13 office 439 this.serverPasswordTextBox.Name = "serverPasswordTextBox";
440 this.serverPasswordTextBox.PasswordChar = '*';
25 office 441 this.serverPasswordTextBox.Size = new System.Drawing.Size(185, 20);
13 office 442 this.serverPasswordTextBox.TabIndex = 5;
443 //
21 office 444 // tableLayoutPanel1
1 office 445 //
21 office 446 this.tableLayoutPanel1.ColumnCount = 1;
447 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
448 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel6, 0, 1);
449 this.tableLayoutPanel1.Controls.Add(this.groupBox5, 0, 0);
450 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
451 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
452 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
453 this.tableLayoutPanel1.RowCount = 2;
454 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
455 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
25 office 456 this.tableLayoutPanel1.Size = new System.Drawing.Size(260, 231);
21 office 457 this.tableLayoutPanel1.TabIndex = 1;
1 office 458 //
21 office 459 // tableLayoutPanel6
460 //
461 this.tableLayoutPanel6.ColumnCount = 3;
462 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
463 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
464 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
465 this.tableLayoutPanel6.Controls.Add(this.button1, 0, 0);
466 this.tableLayoutPanel6.Controls.Add(this.button2, 2, 0);
467 this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
25 office 468 this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 199);
21 office 469 this.tableLayoutPanel6.Name = "tableLayoutPanel6";
470 this.tableLayoutPanel6.RowCount = 1;
471 this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
25 office 472 this.tableLayoutPanel6.Size = new System.Drawing.Size(254, 29);
21 office 473 this.tableLayoutPanel6.TabIndex = 1;
474 //
4 office 475 // button1
1 office 476 //
4 office 477 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
24 office 478 this.button1.Location = new System.Drawing.Point(3, 3);
4 office 479 this.button1.Name = "button1";
25 office 480 this.button1.Size = new System.Drawing.Size(78, 23);
4 office 481 this.button1.TabIndex = 6;
21 office 482 this.button1.Text = "Add";
4 office 483 this.button1.UseVisualStyleBackColor = true;
484 this.button1.Click += new System.EventHandler(this.Button1_Click);
1 office 485 //
21 office 486 // button2
487 //
488 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
25 office 489 this.button2.Location = new System.Drawing.Point(171, 3);
21 office 490 this.button2.Name = "button2";
25 office 491 this.button2.Size = new System.Drawing.Size(80, 23);
21 office 492 this.button2.TabIndex = 0;
493 this.button2.Text = "Remove";
494 this.button2.UseVisualStyleBackColor = true;
495 this.button2.Click += new System.EventHandler(this.Button2_Click);
496 //
497 // groupBox5
498 //
499 this.groupBox5.Controls.Add(this.listBox1);
500 this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
501 this.groupBox5.Location = new System.Drawing.Point(3, 3);
502 this.groupBox5.Name = "groupBox5";
25 office 503 this.groupBox5.Size = new System.Drawing.Size(254, 190);
21 office 504 this.groupBox5.TabIndex = 2;
505 this.groupBox5.TabStop = false;
506 this.groupBox5.Text = "Gotify Servers";
507 //
508 // listBox1
509 //
510 this.listBox1.DisplayMember = "Name";
511 this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
512 this.listBox1.FormattingEnabled = true;
513 this.listBox1.Location = new System.Drawing.Point(3, 16);
514 this.listBox1.Name = "listBox1";
25 office 515 this.listBox1.Size = new System.Drawing.Size(248, 171);
21 office 516 this.listBox1.TabIndex = 0;
517 this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged);
518 //
15 office 519 // tabPage3
520 //
521 this.tabPage3.Controls.Add(this.tableLayoutPanel7);
522 this.tabPage3.Location = new System.Drawing.Point(4, 22);
523 this.tabPage3.Name = "tabPage3";
30 office 524 this.tabPage3.Size = new System.Drawing.Size(538, 243);
15 office 525 this.tabPage3.TabIndex = 2;
21 office 526 this.tabPage3.Text = "Announcements";
15 office 527 this.tabPage3.UseVisualStyleBackColor = true;
528 //
529 // tableLayoutPanel7
530 //
531 this.tableLayoutPanel7.ColumnCount = 2;
532 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
533 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
534 this.tableLayoutPanel7.Controls.Add(this.groupBox2, 1, 0);
21 office 535 this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel4, 0, 0);
15 office 536 this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
537 this.tableLayoutPanel7.Location = new System.Drawing.Point(0, 0);
538 this.tableLayoutPanel7.Name = "tableLayoutPanel7";
21 office 539 this.tableLayoutPanel7.RowCount = 1;
540 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
44 office 541 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 243F));
30 office 542 this.tableLayoutPanel7.Size = new System.Drawing.Size(538, 243);
15 office 543 this.tableLayoutPanel7.TabIndex = 0;
544 //
545 // groupBox2
546 //
547 this.groupBox2.Controls.Add(this.tableLayoutPanel10);
548 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
30 office 549 this.groupBox2.Location = new System.Drawing.Point(272, 3);
15 office 550 this.groupBox2.Name = "groupBox2";
30 office 551 this.groupBox2.Size = new System.Drawing.Size(263, 237);
15 office 552 this.groupBox2.TabIndex = 3;
553 this.groupBox2.TabStop = false;
21 office 554 this.groupBox2.Text = "Announcement Settings";
15 office 555 //
556 // tableLayoutPanel10
557 //
558 this.tableLayoutPanel10.ColumnCount = 2;
21 office 559 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
560 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
15 office 561 this.tableLayoutPanel10.Controls.Add(this.label4, 0, 0);
562 this.tableLayoutPanel10.Controls.Add(this.appIdTextBox, 1, 0);
563 this.tableLayoutPanel10.Controls.Add(this.label6, 0, 1);
564 this.tableLayoutPanel10.Controls.Add(this.lingerTimeTextBox, 1, 1);
565 this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
566 this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16);
567 this.tableLayoutPanel10.Name = "tableLayoutPanel10";
24 office 568 this.tableLayoutPanel10.RowCount = 2;
15 office 569 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
570 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
30 office 571 this.tableLayoutPanel10.Size = new System.Drawing.Size(257, 218);
15 office 572 this.tableLayoutPanel10.TabIndex = 4;
573 //
574 // label4
575 //
576 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
577 this.label4.AutoSize = true;
30 office 578 this.label4.Location = new System.Drawing.Point(3, 48);
15 office 579 this.label4.Name = "label4";
30 office 580 this.label4.Size = new System.Drawing.Size(58, 13);
15 office 581 this.label4.TabIndex = 0;
582 this.label4.Text = "App Id";
21 office 583 this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
15 office 584 //
585 // appIdTextBox
586 //
587 this.appIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
30 office 588 this.appIdTextBox.Location = new System.Drawing.Point(67, 44);
15 office 589 this.appIdTextBox.Name = "appIdTextBox";
30 office 590 this.appIdTextBox.Size = new System.Drawing.Size(187, 20);
15 office 591 this.appIdTextBox.TabIndex = 1;
592 //
593 // label6
594 //
595 this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
596 this.label6.AutoSize = true;
30 office 597 this.label6.Location = new System.Drawing.Point(3, 157);
15 office 598 this.label6.Name = "label6";
30 office 599 this.label6.Size = new System.Drawing.Size(58, 13);
15 office 600 this.label6.TabIndex = 2;
24 office 601 this.label6.Text = "Timeout";
21 office 602 this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
15 office 603 //
604 // lingerTimeTextBox
605 //
606 this.lingerTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
30 office 607 this.lingerTimeTextBox.Location = new System.Drawing.Point(67, 153);
15 office 608 this.lingerTimeTextBox.Name = "lingerTimeTextBox";
30 office 609 this.lingerTimeTextBox.Size = new System.Drawing.Size(187, 20);
15 office 610 this.lingerTimeTextBox.TabIndex = 3;
611 //
21 office 612 // tableLayoutPanel4
613 //
614 this.tableLayoutPanel4.ColumnCount = 1;
615 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
616 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel5, 0, 1);
617 this.tableLayoutPanel4.Controls.Add(this.groupBox4, 0, 0);
618 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
619 this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3);
620 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
621 this.tableLayoutPanel4.RowCount = 2;
622 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
623 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
30 office 624 this.tableLayoutPanel4.Size = new System.Drawing.Size(263, 237);
21 office 625 this.tableLayoutPanel4.TabIndex = 4;
626 //
627 // tableLayoutPanel5
628 //
629 this.tableLayoutPanel5.ColumnCount = 3;
25 office 630 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
631 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
632 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
21 office 633 this.tableLayoutPanel5.Controls.Add(this.button4, 0, 0);
634 this.tableLayoutPanel5.Controls.Add(this.button3, 2, 0);
635 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
30 office 636 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 204);
21 office 637 this.tableLayoutPanel5.Name = "tableLayoutPanel5";
638 this.tableLayoutPanel5.RowCount = 1;
639 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
30 office 640 this.tableLayoutPanel5.Size = new System.Drawing.Size(257, 30);
21 office 641 this.tableLayoutPanel5.TabIndex = 0;
642 //
643 // button4
644 //
645 this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
24 office 646 this.button4.Location = new System.Drawing.Point(3, 3);
21 office 647 this.button4.Name = "button4";
25 office 648 this.button4.Size = new System.Drawing.Size(74, 23);
21 office 649 this.button4.TabIndex = 0;
650 this.button4.Text = "Add";
651 this.button4.UseVisualStyleBackColor = true;
652 this.button4.Click += new System.EventHandler(this.Button4_Click);
653 //
654 // button3
655 //
656 this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
30 office 657 this.button3.Location = new System.Drawing.Point(180, 3);
21 office 658 this.button3.Name = "button3";
25 office 659 this.button3.Size = new System.Drawing.Size(74, 23);
21 office 660 this.button3.TabIndex = 0;
661 this.button3.Text = "Remove";
662 this.button3.UseVisualStyleBackColor = true;
663 this.button3.Click += new System.EventHandler(this.Button3_Click);
664 //
15 office 665 // groupBox4
666 //
667 this.groupBox4.Controls.Add(this.listBox2);
668 this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
669 this.groupBox4.Location = new System.Drawing.Point(3, 3);
670 this.groupBox4.Name = "groupBox4";
30 office 671 this.groupBox4.Size = new System.Drawing.Size(257, 195);
15 office 672 this.groupBox4.TabIndex = 4;
673 this.groupBox4.TabStop = false;
674 this.groupBox4.Text = "Application Id";
675 //
21 office 676 // listBox2
677 //
678 this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill;
679 this.listBox2.FormattingEnabled = true;
680 this.listBox2.Location = new System.Drawing.Point(3, 16);
681 this.listBox2.Name = "listBox2";
30 office 682 this.listBox2.Size = new System.Drawing.Size(251, 176);
21 office 683 this.listBox2.TabIndex = 0;
684 this.listBox2.SelectedIndexChanged += new System.EventHandler(this.ListBox2_SelectedIndexChanged);
685 //
50 office 686 // tabPage4
44 office 687 //
50 office 688 this.tabPage4.Controls.Add(this.tableLayoutPanel12);
689 this.tabPage4.Location = new System.Drawing.Point(4, 22);
690 this.tabPage4.Name = "tabPage4";
691 this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
692 this.tabPage4.Size = new System.Drawing.Size(538, 243);
693 this.tabPage4.TabIndex = 3;
694 this.tabPage4.Text = "Proxy";
695 this.tabPage4.UseVisualStyleBackColor = true;
44 office 696 //
50 office 697 // tableLayoutPanel12
44 office 698 //
50 office 699 this.tableLayoutPanel12.ColumnCount = 2;
700 this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
701 this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
702 this.tableLayoutPanel12.Controls.Add(this.label7, 0, 1);
703 this.tableLayoutPanel12.Controls.Add(this.label8, 0, 2);
704 this.tableLayoutPanel12.Controls.Add(this.label9, 0, 3);
705 this.tableLayoutPanel12.Controls.Add(this.textBox1, 1, 1);
706 this.tableLayoutPanel12.Controls.Add(this.textBox2, 1, 2);
707 this.tableLayoutPanel12.Controls.Add(this.textBox3, 1, 3);
708 this.tableLayoutPanel12.Controls.Add(this.checkBox3, 1, 0);
709 this.tableLayoutPanel12.Controls.Add(this.label10, 0, 0);
710 this.tableLayoutPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
711 this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 3);
712 this.tableLayoutPanel12.Name = "tableLayoutPanel12";
713 this.tableLayoutPanel12.RowCount = 4;
714 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
715 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
716 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
717 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
718 this.tableLayoutPanel12.Size = new System.Drawing.Size(532, 237);
719 this.tableLayoutPanel12.TabIndex = 0;
44 office 720 //
50 office 721 // label7
44 office 722 //
50 office 723 this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
724 this.label7.AutoSize = true;
725 this.label7.Location = new System.Drawing.Point(3, 82);
726 this.label7.Name = "label7";
727 this.label7.Size = new System.Drawing.Size(260, 13);
728 this.label7.TabIndex = 0;
729 this.label7.Text = "URL";
44 office 730 //
50 office 731 // label8
732 //
733 this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
734 this.label8.AutoSize = true;
735 this.label8.Location = new System.Drawing.Point(3, 141);
736 this.label8.Name = "label8";
737 this.label8.Size = new System.Drawing.Size(260, 13);
738 this.label8.TabIndex = 1;
739 this.label8.Text = "Username";
740 //
741 // label9
742 //
743 this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
744 this.label9.AutoSize = true;
745 this.label9.Location = new System.Drawing.Point(3, 200);
746 this.label9.Name = "label9";
747 this.label9.Size = new System.Drawing.Size(260, 13);
748 this.label9.TabIndex = 2;
749 this.label9.Text = "Password";
750 //
751 // textBox1
752 //
753 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
754 this.textBox1.Location = new System.Drawing.Point(269, 78);
755 this.textBox1.Name = "textBox1";
756 this.textBox1.Size = new System.Drawing.Size(260, 20);
757 this.textBox1.TabIndex = 3;
758 //
759 // textBox2
760 //
761 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
762 this.textBox2.Location = new System.Drawing.Point(269, 137);
763 this.textBox2.Name = "textBox2";
764 this.textBox2.Size = new System.Drawing.Size(260, 20);
765 this.textBox2.TabIndex = 4;
766 //
767 // textBox3
768 //
769 this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
770 this.textBox3.Location = new System.Drawing.Point(269, 197);
771 this.textBox3.Name = "textBox3";
772 this.textBox3.Size = new System.Drawing.Size(260, 20);
773 this.textBox3.TabIndex = 5;
774 //
775 // checkBox3
776 //
777 this.checkBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
778 this.checkBox3.AutoSize = true;
779 this.checkBox3.Location = new System.Drawing.Point(269, 21);
780 this.checkBox3.Name = "checkBox3";
781 this.checkBox3.Size = new System.Drawing.Size(260, 17);
782 this.checkBox3.TabIndex = 6;
783 this.checkBox3.Text = "Enable";
784 this.checkBox3.UseVisualStyleBackColor = true;
785 //
786 // label10
787 //
788 this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
789 this.label10.AutoSize = true;
790 this.label10.Location = new System.Drawing.Point(3, 23);
791 this.label10.Name = "label10";
792 this.label10.Size = new System.Drawing.Size(260, 13);
793 this.label10.TabIndex = 7;
794 this.label10.Text = "Use a HTTP proxy to establish connections";
795 //
55 office 796 // tableLayoutPanel8
797 //
798 this.tableLayoutPanel8.ColumnCount = 1;
799 this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
800 this.tableLayoutPanel8.Controls.Add(this.tabControl1, 0, 0);
801 this.tableLayoutPanel8.Controls.Add(this.tableLayoutPanel9, 0, 1);
802 this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
803 this.tableLayoutPanel8.Location = new System.Drawing.Point(0, 0);
804 this.tableLayoutPanel8.Name = "tableLayoutPanel8";
805 this.tableLayoutPanel8.RowCount = 2;
806 this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
807 this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
808 this.tableLayoutPanel8.Size = new System.Drawing.Size(552, 317);
809 this.tableLayoutPanel8.TabIndex = 1;
810 //
811 // tableLayoutPanel9
812 //
813 this.tableLayoutPanel9.ColumnCount = 3;
814 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
815 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
816 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
817 this.tableLayoutPanel9.Controls.Add(this.button5, 1, 0);
818 this.tableLayoutPanel9.Controls.Add(this.button6, 2, 0);
819 this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
820 this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 278);
821 this.tableLayoutPanel9.Name = "tableLayoutPanel9";
822 this.tableLayoutPanel9.RowCount = 1;
823 this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle());
824 this.tableLayoutPanel9.Size = new System.Drawing.Size(546, 36);
825 this.tableLayoutPanel9.TabIndex = 1;
826 //
827 // button5
828 //
829 this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
830 this.button5.Location = new System.Drawing.Point(389, 6);
831 this.button5.Name = "button5";
832 this.button5.Size = new System.Drawing.Size(74, 23);
833 this.button5.TabIndex = 0;
834 this.button5.Text = "Save";
835 this.button5.UseVisualStyleBackColor = true;
836 this.button5.Click += new System.EventHandler(this.Button5_Click);
837 //
838 // button6
839 //
840 this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
841 this.button6.Location = new System.Drawing.Point(469, 6);
842 this.button6.Name = "button6";
843 this.button6.Size = new System.Drawing.Size(74, 23);
844 this.button6.TabIndex = 1;
845 this.button6.Text = "Cancel";
846 this.button6.UseVisualStyleBackColor = true;
847 this.button6.Click += new System.EventHandler(this.Button6_Click);
848 //
59 office 849 // groupBox8
850 //
851 this.groupBox8.Controls.Add(this.tableLayoutPanel14);
852 this.groupBox8.Location = new System.Drawing.Point(209, 62);
853 this.groupBox8.Name = "groupBox8";
854 this.groupBox8.Size = new System.Drawing.Size(200, 78);
855 this.groupBox8.TabIndex = 3;
856 this.groupBox8.TabStop = false;
857 this.groupBox8.Text = "Retrieve Past Notifications on Start";
858 //
859 // tableLayoutPanel14
860 //
861 this.tableLayoutPanel14.ColumnCount = 2;
862 this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22.16495F));
863 this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 77.83505F));
864 this.tableLayoutPanel14.Controls.Add(this.label13, 0, 0);
865 this.tableLayoutPanel14.Controls.Add(this.trackBar1, 1, 0);
866 this.tableLayoutPanel14.Controls.Add(this.textBox4, 1, 1);
867 this.tableLayoutPanel14.Dock = System.Windows.Forms.DockStyle.Fill;
868 this.tableLayoutPanel14.Location = new System.Drawing.Point(3, 16);
869 this.tableLayoutPanel14.Name = "tableLayoutPanel14";
870 this.tableLayoutPanel14.RowCount = 2;
871 this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
872 this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
873 this.tableLayoutPanel14.Size = new System.Drawing.Size(194, 59);
874 this.tableLayoutPanel14.TabIndex = 0;
875 //
876 // label13
877 //
878 this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
879 this.label13.AutoSize = true;
880 this.label13.Location = new System.Drawing.Point(3, 13);
881 this.label13.Name = "label13";
882 this.label13.Size = new System.Drawing.Size(37, 13);
883 this.label13.TabIndex = 0;
884 this.label13.Text = "Hours";
885 //
886 // trackBar1
887 //
888 this.trackBar1.Dock = System.Windows.Forms.DockStyle.Fill;
889 this.trackBar1.Location = new System.Drawing.Point(46, 3);
890 this.trackBar1.Maximum = 48;
891 this.trackBar1.Name = "trackBar1";
892 this.trackBar1.Size = new System.Drawing.Size(145, 33);
893 this.trackBar1.TabIndex = 1;
894 this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
895 //
896 // textBox4
897 //
898 this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
899 this.textBox4.Location = new System.Drawing.Point(46, 42);
900 this.textBox4.Name = "textBox4";
901 this.textBox4.ReadOnly = true;
902 this.textBox4.Size = new System.Drawing.Size(145, 20);
903 this.textBox4.TabIndex = 2;
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();
1 office 927 this.tabPage1.ResumeLayout(false);
4 office 928 this.tableLayoutPanel3.ResumeLayout(false);
1 office 929 this.groupBox1.ResumeLayout(false);
3 office 930 this.tableLayoutPanel2.ResumeLayout(false);
931 this.tableLayoutPanel2.PerformLayout();
21 office 932 this.tableLayoutPanel1.ResumeLayout(false);
933 this.tableLayoutPanel6.ResumeLayout(false);
934 this.groupBox5.ResumeLayout(false);
15 office 935 this.tabPage3.ResumeLayout(false);
936 this.tableLayoutPanel7.ResumeLayout(false);
937 this.groupBox2.ResumeLayout(false);
938 this.tableLayoutPanel10.ResumeLayout(false);
939 this.tableLayoutPanel10.PerformLayout();
21 office 940 this.tableLayoutPanel4.ResumeLayout(false);
941 this.tableLayoutPanel5.ResumeLayout(false);
15 office 942 this.groupBox4.ResumeLayout(false);
50 office 943 this.tabPage4.ResumeLayout(false);
944 this.tableLayoutPanel12.ResumeLayout(false);
945 this.tableLayoutPanel12.PerformLayout();
55 office 946 this.tableLayoutPanel8.ResumeLayout(false);
947 this.tableLayoutPanel9.ResumeLayout(false);
59 office 948 this.groupBox8.ResumeLayout(false);
949 this.tableLayoutPanel14.ResumeLayout(false);
950 this.tableLayoutPanel14.PerformLayout();
951 ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
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 }