Winify – Blame information for rev 21

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