Winify – Blame information for rev 30

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