Winify – Blame information for rev 73

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