Winify – Blame information for rev 12

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.serverPasswordTextBox = new System.Windows.Forms.TextBox();
48 this.label2 = new System.Windows.Forms.Label();
49 this.serverNameTextBox = new System.Windows.Forms.TextBox();
50 this.label5 = new System.Windows.Forms.Label();
3 office 51 this.label3 = new System.Windows.Forms.Label();
12 office 52 this.serverUrlTextBox = new System.Windows.Forms.TextBox();
1 office 53 this.label1 = new System.Windows.Forms.Label();
4 office 54 this.serverUsernameTextBox = new System.Windows.Forms.TextBox();
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;
232 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
233 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
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));
250 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
4 office 251 this.tableLayoutPanel2.Size = new System.Drawing.Size(252, 185);
3 office 252 this.tableLayoutPanel2.TabIndex = 0;
253 //
4 office 254 // serverPasswordTextBox
255 //
256 this.serverPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
12 office 257 this.serverPasswordTextBox.Location = new System.Drawing.Point(129, 151);
4 office 258 this.serverPasswordTextBox.Name = "serverPasswordTextBox";
259 this.serverPasswordTextBox.PasswordChar = '*';
260 this.serverPasswordTextBox.Size = new System.Drawing.Size(120, 20);
261 this.serverPasswordTextBox.TabIndex = 5;
262 //
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;
12 office 267 this.label2.Location = new System.Drawing.Point(3, 155);
4 office 268 this.label2.Name = "label2";
269 this.label2.Size = new System.Drawing.Size(120, 13);
270 this.label2.TabIndex = 7;
271 this.label2.Text = "Password";
272 //
273 // serverNameTextBox
274 //
275 this.serverNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
12 office 276 this.serverNameTextBox.Location = new System.Drawing.Point(129, 13);
4 office 277 this.serverNameTextBox.Name = "serverNameTextBox";
278 this.serverNameTextBox.Size = new System.Drawing.Size(120, 20);
279 this.serverNameTextBox.TabIndex = 1;
280 //
281 // label5
282 //
283 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
284 this.label5.AutoSize = true;
12 office 285 this.label5.Location = new System.Drawing.Point(3, 16);
4 office 286 this.label5.Name = "label5";
287 this.label5.Size = new System.Drawing.Size(120, 13);
288 this.label5.TabIndex = 3;
289 this.label5.Text = "Name";
290 //
3 office 291 // label3
292 //
293 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
294 this.label3.AutoSize = true;
12 office 295 this.label3.Location = new System.Drawing.Point(3, 62);
3 office 296 this.label3.Name = "label3";
4 office 297 this.label3.Size = new System.Drawing.Size(120, 13);
3 office 298 this.label3.TabIndex = 2;
12 office 299 this.label3.Text = "URL";
3 office 300 //
4 office 301 // serverHostTextBox
1 office 302 //
12 office 303 this.serverUrlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
304 this.serverUrlTextBox.Location = new System.Drawing.Point(129, 59);
305 this.serverUrlTextBox.Name = "serverUrlTextBox";
306 this.serverUrlTextBox.Size = new System.Drawing.Size(120, 20);
307 this.serverUrlTextBox.TabIndex = 2;
1 office 308 //
309 // label1
310 //
311 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
312 this.label1.AutoSize = true;
12 office 313 this.label1.Location = new System.Drawing.Point(3, 108);
1 office 314 this.label1.Name = "label1";
4 office 315 this.label1.Size = new System.Drawing.Size(120, 13);
316 this.label1.TabIndex = 5;
1 office 317 this.label1.Text = "Username";
318 //
4 office 319 // serverUsernameTextBox
1 office 320 //
4 office 321 this.serverUsernameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
12 office 322 this.serverUsernameTextBox.Location = new System.Drawing.Point(129, 105);
4 office 323 this.serverUsernameTextBox.Name = "serverUsernameTextBox";
324 this.serverUsernameTextBox.Size = new System.Drawing.Size(120, 20);
325 this.serverUsernameTextBox.TabIndex = 4;
1 office 326 //
4 office 327 // tableLayoutPanel5
1 office 328 //
4 office 329 this.tableLayoutPanel5.ColumnCount = 3;
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.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
333 this.tableLayoutPanel5.Controls.Add(this.button1, 1, 0);
334 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
335 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 213);
336 this.tableLayoutPanel5.Name = "tableLayoutPanel5";
337 this.tableLayoutPanel5.RowCount = 1;
338 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
339 this.tableLayoutPanel5.Size = new System.Drawing.Size(258, 32);
340 this.tableLayoutPanel5.TabIndex = 1;
1 office 341 //
4 office 342 // button1
1 office 343 //
4 office 344 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
345 this.button1.Location = new System.Drawing.Point(89, 4);
346 this.button1.Name = "button1";
347 this.button1.Size = new System.Drawing.Size(80, 23);
348 this.button1.TabIndex = 6;
349 this.button1.Text = "Add";
350 this.button1.UseVisualStyleBackColor = true;
351 this.button1.Click += new System.EventHandler(this.Button1_Click);
1 office 352 //
353 // SettingsForm
354 //
355 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
356 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
4 office 357 this.ClientSize = new System.Drawing.Size(554, 286);
1 office 358 this.Controls.Add(this.tabControl1);
359 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
360 this.Name = "SettingsForm";
3 office 361 this.Text = "Winify: Settings";
1 office 362 this.tabControl1.ResumeLayout(false);
3 office 363 this.tabPage2.ResumeLayout(false);
364 this.flowLayoutPanel2.ResumeLayout(false);
365 this.groupBox3.ResumeLayout(false);
366 this.groupBox3.PerformLayout();
1 office 367 this.tabPage1.ResumeLayout(false);
4 office 368 this.tableLayoutPanel3.ResumeLayout(false);
369 this.tableLayoutPanel1.ResumeLayout(false);
370 this.tableLayoutPanel6.ResumeLayout(false);
371 this.tableLayoutPanel4.ResumeLayout(false);
1 office 372 this.groupBox1.ResumeLayout(false);
3 office 373 this.tableLayoutPanel2.ResumeLayout(false);
374 this.tableLayoutPanel2.PerformLayout();
4 office 375 this.tableLayoutPanel5.ResumeLayout(false);
1 office 376 this.ResumeLayout(false);
377  
378 }
379  
380 #endregion
381  
382 private System.Windows.Forms.TabControl tabControl1;
383 private System.Windows.Forms.TabPage tabPage1;
384 private System.Windows.Forms.GroupBox groupBox1;
385 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
12 office 386 private System.Windows.Forms.TextBox serverUrlTextBox;
1 office 387 private System.Windows.Forms.TabPage tabPage2;
388 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
389 private System.Windows.Forms.GroupBox groupBox3;
390 private System.Windows.Forms.CheckBox checkBox1;
4 office 391 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
392 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
393 private System.Windows.Forms.ListBox listBox1;
394 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
395 private System.Windows.Forms.Button button2;
396 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
397 private System.Windows.Forms.TextBox serverPasswordTextBox;
398 private System.Windows.Forms.Label label2;
399 private System.Windows.Forms.TextBox serverNameTextBox;
400 private System.Windows.Forms.Label label5;
401 private System.Windows.Forms.Label label3;
402 private System.Windows.Forms.Label label1;
403 private System.Windows.Forms.TextBox serverUsernameTextBox;
404 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
405 private System.Windows.Forms.Button button1;
1 office 406 }
407 }