Winify – Blame information for rev 71

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