Winify – Blame information for rev 75

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