Winify – Blame information for rev 55

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