Winify – Blame information for rev 44

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