Winify – Blame information for rev 50

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