Winify – Blame information for rev 24

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