Winify – Blame information for rev 15

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