Winify – Blame information for rev 13

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();
1 office 57 this.tabControl1.SuspendLayout();
3 office 58 this.tabPage2.SuspendLayout();
59 this.flowLayoutPanel2.SuspendLayout();
60 this.groupBox3.SuspendLayout();
1 office 61 this.tabPage1.SuspendLayout();
4 office 62 this.tableLayoutPanel3.SuspendLayout();
63 this.tableLayoutPanel1.SuspendLayout();
64 this.tableLayoutPanel6.SuspendLayout();
65 this.tableLayoutPanel4.SuspendLayout();
1 office 66 this.groupBox1.SuspendLayout();
3 office 67 this.tableLayoutPanel2.SuspendLayout();
4 office 68 this.tableLayoutPanel5.SuspendLayout();
1 office 69 this.SuspendLayout();
70 //
71 // tabControl1
72 //
73 this.tabControl1.Controls.Add(this.tabPage2);
74 this.tabControl1.Controls.Add(this.tabPage1);
75 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
76 this.tabControl1.Location = new System.Drawing.Point(0, 0);
77 this.tabControl1.Name = "tabControl1";
78 this.tabControl1.SelectedIndex = 0;
4 office 79 this.tabControl1.Size = new System.Drawing.Size(554, 286);
1 office 80 this.tabControl1.TabIndex = 0;
81 //
3 office 82 // tabPage2
83 //
84 this.tabPage2.Controls.Add(this.flowLayoutPanel2);
85 this.tabPage2.Location = new System.Drawing.Point(4, 22);
86 this.tabPage2.Name = "tabPage2";
4 office 87 this.tabPage2.Size = new System.Drawing.Size(546, 260);
3 office 88 this.tabPage2.TabIndex = 1;
89 this.tabPage2.Text = "Application";
90 this.tabPage2.UseVisualStyleBackColor = true;
91 //
92 // flowLayoutPanel2
93 //
94 this.flowLayoutPanel2.Controls.Add(this.groupBox3);
95 this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
96 this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
97 this.flowLayoutPanel2.Name = "flowLayoutPanel2";
4 office 98 this.flowLayoutPanel2.Size = new System.Drawing.Size(546, 260);
3 office 99 this.flowLayoutPanel2.TabIndex = 0;
100 //
101 // groupBox3
102 //
103 this.groupBox3.Controls.Add(this.checkBox1);
104 this.groupBox3.Location = new System.Drawing.Point(3, 3);
105 this.groupBox3.Name = "groupBox3";
106 this.groupBox3.Size = new System.Drawing.Size(253, 53);
107 this.groupBox3.TabIndex = 0;
108 this.groupBox3.TabStop = false;
109 this.groupBox3.Text = "Startup";
110 //
4 office 111 // checkBox1
112 //
113 this.checkBox1.AutoSize = true;
114 this.checkBox1.Checked = global::Winify.Properties.Settings.Default.LaunchOnBoot;
115 this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Winify.Properties.Settings.Default, "LaunchOnBoot", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
116 this.checkBox1.Dock = System.Windows.Forms.DockStyle.Fill;
117 this.checkBox1.Location = new System.Drawing.Point(3, 16);
118 this.checkBox1.Name = "checkBox1";
119 this.checkBox1.Size = new System.Drawing.Size(247, 34);
120 this.checkBox1.TabIndex = 0;
121 this.checkBox1.Text = "Launch on Windows boot";
122 this.checkBox1.UseVisualStyleBackColor = true;
123 this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1_CheckedChanged);
124 //
1 office 125 // tabPage1
126 //
4 office 127 this.tabPage1.Controls.Add(this.tableLayoutPanel3);
1 office 128 this.tabPage1.Location = new System.Drawing.Point(4, 22);
129 this.tabPage1.Name = "tabPage1";
130 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
4 office 131 this.tabPage1.Size = new System.Drawing.Size(546, 260);
1 office 132 this.tabPage1.TabIndex = 0;
4 office 133 this.tabPage1.Text = "Connections";
1 office 134 this.tabPage1.UseVisualStyleBackColor = true;
135 //
4 office 136 // tableLayoutPanel3
1 office 137 //
4 office 138 this.tableLayoutPanel3.ColumnCount = 2;
139 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
140 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
141 this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel1, 0, 0);
142 this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 1, 0);
143 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
144 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
145 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
146 this.tableLayoutPanel3.RowCount = 1;
147 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
148 this.tableLayoutPanel3.Size = new System.Drawing.Size(540, 254);
149 this.tableLayoutPanel3.TabIndex = 2;
1 office 150 //
4 office 151 // tableLayoutPanel1
152 //
153 this.tableLayoutPanel1.ColumnCount = 1;
154 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
155 this.tableLayoutPanel1.Controls.Add(this.listBox1, 0, 0);
156 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel6, 0, 1);
157 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
158 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
159 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
160 this.tableLayoutPanel1.RowCount = 2;
161 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
162 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
163 this.tableLayoutPanel1.Size = new System.Drawing.Size(264, 248);
164 this.tableLayoutPanel1.TabIndex = 1;
165 //
166 // listBox1
167 //
168 this.listBox1.DisplayMember = "Name";
169 this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
170 this.listBox1.FormattingEnabled = true;
171 this.listBox1.Location = new System.Drawing.Point(3, 3);
172 this.listBox1.Name = "listBox1";
173 this.listBox1.Size = new System.Drawing.Size(258, 204);
174 this.listBox1.TabIndex = 0;
175 this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged);
176 //
177 // tableLayoutPanel6
178 //
179 this.tableLayoutPanel6.ColumnCount = 3;
180 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
181 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
182 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
183 this.tableLayoutPanel6.Controls.Add(this.button2, 1, 0);
184 this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
185 this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 213);
186 this.tableLayoutPanel6.Name = "tableLayoutPanel6";
187 this.tableLayoutPanel6.RowCount = 1;
188 this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
189 this.tableLayoutPanel6.Size = new System.Drawing.Size(258, 32);
190 this.tableLayoutPanel6.TabIndex = 1;
191 //
192 // button2
193 //
194 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
195 this.button2.Location = new System.Drawing.Point(89, 4);
196 this.button2.Name = "button2";
197 this.button2.Size = new System.Drawing.Size(80, 23);
198 this.button2.TabIndex = 0;
199 this.button2.Text = "Remove";
200 this.button2.UseVisualStyleBackColor = true;
201 this.button2.Click += new System.EventHandler(this.Button2_Click);
202 //
203 // tableLayoutPanel4
204 //
205 this.tableLayoutPanel4.ColumnCount = 1;
206 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
207 this.tableLayoutPanel4.Controls.Add(this.groupBox1, 0, 0);
208 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel5, 0, 1);
209 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
210 this.tableLayoutPanel4.Location = new System.Drawing.Point(273, 3);
211 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
212 this.tableLayoutPanel4.RowCount = 2;
213 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
214 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
215 this.tableLayoutPanel4.Size = new System.Drawing.Size(264, 248);
216 this.tableLayoutPanel4.TabIndex = 2;
217 //
1 office 218 // groupBox1
219 //
220 this.groupBox1.Controls.Add(this.tableLayoutPanel2);
4 office 221 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
1 office 222 this.groupBox1.Location = new System.Drawing.Point(3, 3);
223 this.groupBox1.Name = "groupBox1";
4 office 224 this.groupBox1.Size = new System.Drawing.Size(258, 204);
1 office 225 this.groupBox1.TabIndex = 0;
226 this.groupBox1.TabStop = false;
227 this.groupBox1.Text = "Server";
228 //
3 office 229 // tableLayoutPanel2
230 //
231 this.tableLayoutPanel2.ColumnCount = 2;
13 office 232 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
233 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
4 office 234 this.tableLayoutPanel2.Controls.Add(this.serverNameTextBox, 1, 0);
235 this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0);
236 this.tableLayoutPanel2.Controls.Add(this.label3, 0, 1);
12 office 237 this.tableLayoutPanel2.Controls.Add(this.serverUrlTextBox, 1, 1);
238 this.tableLayoutPanel2.Controls.Add(this.label1, 0, 2);
239 this.tableLayoutPanel2.Controls.Add(this.serverUsernameTextBox, 1, 2);
240 this.tableLayoutPanel2.Controls.Add(this.label2, 0, 3);
241 this.tableLayoutPanel2.Controls.Add(this.serverPasswordTextBox, 1, 3);
3 office 242 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
243 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
244 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
12 office 245 this.tableLayoutPanel2.RowCount = 4;
246 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
247 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
248 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
249 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
4 office 250 this.tableLayoutPanel2.Size = new System.Drawing.Size(252, 185);
3 office 251 this.tableLayoutPanel2.TabIndex = 0;
252 //
4 office 253 // serverNameTextBox
254 //
255 this.serverNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
13 office 256 this.serverNameTextBox.Location = new System.Drawing.Point(66, 13);
4 office 257 this.serverNameTextBox.Name = "serverNameTextBox";
13 office 258 this.serverNameTextBox.Size = new System.Drawing.Size(183, 20);
4 office 259 this.serverNameTextBox.TabIndex = 1;
260 //
261 // label5
262 //
263 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
264 this.label5.AutoSize = true;
12 office 265 this.label5.Location = new System.Drawing.Point(3, 16);
4 office 266 this.label5.Name = "label5";
13 office 267 this.label5.Size = new System.Drawing.Size(57, 13);
4 office 268 this.label5.TabIndex = 3;
269 this.label5.Text = "Name";
270 //
3 office 271 // label3
272 //
273 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
274 this.label3.AutoSize = true;
12 office 275 this.label3.Location = new System.Drawing.Point(3, 62);
3 office 276 this.label3.Name = "label3";
13 office 277 this.label3.Size = new System.Drawing.Size(57, 13);
3 office 278 this.label3.TabIndex = 2;
12 office 279 this.label3.Text = "URL";
3 office 280 //
13 office 281 // serverUrlTextBox
1 office 282 //
12 office 283 this.serverUrlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
13 office 284 this.serverUrlTextBox.Location = new System.Drawing.Point(66, 59);
12 office 285 this.serverUrlTextBox.Name = "serverUrlTextBox";
13 office 286 this.serverUrlTextBox.Size = new System.Drawing.Size(183, 20);
12 office 287 this.serverUrlTextBox.TabIndex = 2;
1 office 288 //
289 // label1
290 //
291 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
292 this.label1.AutoSize = true;
12 office 293 this.label1.Location = new System.Drawing.Point(3, 108);
1 office 294 this.label1.Name = "label1";
13 office 295 this.label1.Size = new System.Drawing.Size(57, 13);
4 office 296 this.label1.TabIndex = 5;
1 office 297 this.label1.Text = "Username";
298 //
4 office 299 // serverUsernameTextBox
1 office 300 //
4 office 301 this.serverUsernameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
13 office 302 this.serverUsernameTextBox.Location = new System.Drawing.Point(66, 105);
4 office 303 this.serverUsernameTextBox.Name = "serverUsernameTextBox";
13 office 304 this.serverUsernameTextBox.Size = new System.Drawing.Size(183, 20);
4 office 305 this.serverUsernameTextBox.TabIndex = 4;
1 office 306 //
13 office 307 // label2
308 //
309 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
310 this.label2.AutoSize = true;
311 this.label2.Location = new System.Drawing.Point(3, 155);
312 this.label2.Name = "label2";
313 this.label2.Size = new System.Drawing.Size(57, 13);
314 this.label2.TabIndex = 7;
315 this.label2.Text = "Password";
316 //
317 // serverPasswordTextBox
318 //
319 this.serverPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
320 this.serverPasswordTextBox.Location = new System.Drawing.Point(66, 151);
321 this.serverPasswordTextBox.Name = "serverPasswordTextBox";
322 this.serverPasswordTextBox.PasswordChar = '*';
323 this.serverPasswordTextBox.Size = new System.Drawing.Size(183, 20);
324 this.serverPasswordTextBox.TabIndex = 5;
325 //
4 office 326 // tableLayoutPanel5
1 office 327 //
4 office 328 this.tableLayoutPanel5.ColumnCount = 3;
329 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
330 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
331 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
332 this.tableLayoutPanel5.Controls.Add(this.button1, 1, 0);
333 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
334 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 213);
335 this.tableLayoutPanel5.Name = "tableLayoutPanel5";
336 this.tableLayoutPanel5.RowCount = 1;
337 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
338 this.tableLayoutPanel5.Size = new System.Drawing.Size(258, 32);
339 this.tableLayoutPanel5.TabIndex = 1;
1 office 340 //
4 office 341 // button1
1 office 342 //
4 office 343 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
344 this.button1.Location = new System.Drawing.Point(89, 4);
345 this.button1.Name = "button1";
346 this.button1.Size = new System.Drawing.Size(80, 23);
347 this.button1.TabIndex = 6;
348 this.button1.Text = "Add";
349 this.button1.UseVisualStyleBackColor = true;
350 this.button1.Click += new System.EventHandler(this.Button1_Click);
1 office 351 //
352 // SettingsForm
353 //
354 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
355 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
4 office 356 this.ClientSize = new System.Drawing.Size(554, 286);
1 office 357 this.Controls.Add(this.tabControl1);
358 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
359 this.Name = "SettingsForm";
3 office 360 this.Text = "Winify: Settings";
1 office 361 this.tabControl1.ResumeLayout(false);
3 office 362 this.tabPage2.ResumeLayout(false);
363 this.flowLayoutPanel2.ResumeLayout(false);
364 this.groupBox3.ResumeLayout(false);
365 this.groupBox3.PerformLayout();
1 office 366 this.tabPage1.ResumeLayout(false);
4 office 367 this.tableLayoutPanel3.ResumeLayout(false);
368 this.tableLayoutPanel1.ResumeLayout(false);
369 this.tableLayoutPanel6.ResumeLayout(false);
370 this.tableLayoutPanel4.ResumeLayout(false);
1 office 371 this.groupBox1.ResumeLayout(false);
3 office 372 this.tableLayoutPanel2.ResumeLayout(false);
373 this.tableLayoutPanel2.PerformLayout();
4 office 374 this.tableLayoutPanel5.ResumeLayout(false);
1 office 375 this.ResumeLayout(false);
376  
377 }
378  
379 #endregion
380  
381 private System.Windows.Forms.TabControl tabControl1;
382 private System.Windows.Forms.TabPage tabPage1;
383 private System.Windows.Forms.GroupBox groupBox1;
384 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
12 office 385 private System.Windows.Forms.TextBox serverUrlTextBox;
1 office 386 private System.Windows.Forms.TabPage tabPage2;
387 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
388 private System.Windows.Forms.GroupBox groupBox3;
389 private System.Windows.Forms.CheckBox checkBox1;
4 office 390 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
391 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
392 private System.Windows.Forms.ListBox listBox1;
393 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
394 private System.Windows.Forms.Button button2;
395 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
396 private System.Windows.Forms.TextBox serverPasswordTextBox;
397 private System.Windows.Forms.Label label2;
398 private System.Windows.Forms.TextBox serverNameTextBox;
399 private System.Windows.Forms.Label label5;
400 private System.Windows.Forms.Label label3;
401 private System.Windows.Forms.Label label1;
402 private System.Windows.Forms.TextBox serverUsernameTextBox;
403 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
404 private System.Windows.Forms.Button button1;
1 office 405 }
406 }