Winify – Diff between revs 7 and 12

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 7 Rev 12
1  1 
2 namespace Winify 2 namespace Winify
3 { 3 {
4 partial class SettingsForm 4 partial class SettingsForm
5 { 5 {
6 /// <summary> 6 /// <summary>
7 /// Required designer variable. 7 /// Required designer variable.
8 /// </summary> 8 /// </summary>
9 private System.ComponentModel.IContainer components = null; 9 private System.ComponentModel.IContainer components = null;
10   10  
11 /// <summary> 11 /// <summary>
12 /// Clean up any resources being used. 12 /// Clean up any resources being used.
13 /// </summary> 13 /// </summary>
14 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 14 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
15 protected override void Dispose(bool disposing) 15 protected override void Dispose(bool disposing)
16 { 16 {
17 if (disposing && (components != null)) 17 if (disposing && (components != null))
18 { 18 {
19 components.Dispose(); 19 components.Dispose();
20 } 20 }
21 base.Dispose(disposing); 21 base.Dispose(disposing);
22 } 22 }
23   23  
24 #region Windows Form Designer generated code 24 #region Windows Form Designer generated code
25   25  
26 /// <summary> 26 /// <summary>
27 /// Required method for Designer support - do not modify 27 /// Required method for Designer support - do not modify
28 /// the contents of this method with the code editor. 28 /// the contents of this method with the code editor.
29 /// </summary> 29 /// </summary>
30 private void InitializeComponent() 30 private void InitializeComponent()
31 { 31 {
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm)); 32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
33 this.tabControl1 = new System.Windows.Forms.TabControl(); 33 this.tabControl1 = new System.Windows.Forms.TabControl();
34 this.tabPage2 = new System.Windows.Forms.TabPage(); 34 this.tabPage2 = new System.Windows.Forms.TabPage();
35 this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); 35 this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
36 this.groupBox3 = new System.Windows.Forms.GroupBox(); 36 this.groupBox3 = new System.Windows.Forms.GroupBox();
37 this.checkBox1 = new System.Windows.Forms.CheckBox(); 37 this.checkBox1 = new System.Windows.Forms.CheckBox();
38 this.tabPage1 = new System.Windows.Forms.TabPage(); 38 this.tabPage1 = new System.Windows.Forms.TabPage();
39 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); 39 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
40 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 40 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
41 this.listBox1 = new System.Windows.Forms.ListBox(); 41 this.listBox1 = new System.Windows.Forms.ListBox();
42 this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); 42 this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
43 this.button2 = new System.Windows.Forms.Button(); 43 this.button2 = new System.Windows.Forms.Button();
44 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); 44 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
45 this.groupBox1 = new System.Windows.Forms.GroupBox(); 45 this.groupBox1 = new System.Windows.Forms.GroupBox();
46 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 46 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
47 this.serverPasswordTextBox = new System.Windows.Forms.TextBox(); 47 this.serverPasswordTextBox = new System.Windows.Forms.TextBox();
48 this.label2 = new System.Windows.Forms.Label(); 48 this.label2 = new System.Windows.Forms.Label();
49 this.serverNameTextBox = new System.Windows.Forms.TextBox(); 49 this.serverNameTextBox = new System.Windows.Forms.TextBox();
50 this.label5 = new System.Windows.Forms.Label(); 50 this.label5 = new System.Windows.Forms.Label();
51 this.label4 = new System.Windows.Forms.Label(); -  
52 this.serverPortTextBox = new System.Windows.Forms.TextBox(); -  
53 this.label3 = new System.Windows.Forms.Label(); 51 this.label3 = new System.Windows.Forms.Label();
54 this.serverHostTextBox = new System.Windows.Forms.TextBox(); 52 this.serverUrlTextBox = new System.Windows.Forms.TextBox();
55 this.label1 = new System.Windows.Forms.Label(); 53 this.label1 = new System.Windows.Forms.Label();
56 this.serverUsernameTextBox = new System.Windows.Forms.TextBox(); 54 this.serverUsernameTextBox = new System.Windows.Forms.TextBox();
57 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); 55 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
58 this.button1 = new System.Windows.Forms.Button(); 56 this.button1 = new System.Windows.Forms.Button();
59 this.tabControl1.SuspendLayout(); 57 this.tabControl1.SuspendLayout();
60 this.tabPage2.SuspendLayout(); 58 this.tabPage2.SuspendLayout();
61 this.flowLayoutPanel2.SuspendLayout(); 59 this.flowLayoutPanel2.SuspendLayout();
62 this.groupBox3.SuspendLayout(); 60 this.groupBox3.SuspendLayout();
63 this.tabPage1.SuspendLayout(); 61 this.tabPage1.SuspendLayout();
64 this.tableLayoutPanel3.SuspendLayout(); 62 this.tableLayoutPanel3.SuspendLayout();
65 this.tableLayoutPanel1.SuspendLayout(); 63 this.tableLayoutPanel1.SuspendLayout();
66 this.tableLayoutPanel6.SuspendLayout(); 64 this.tableLayoutPanel6.SuspendLayout();
67 this.tableLayoutPanel4.SuspendLayout(); 65 this.tableLayoutPanel4.SuspendLayout();
68 this.groupBox1.SuspendLayout(); 66 this.groupBox1.SuspendLayout();
69 this.tableLayoutPanel2.SuspendLayout(); 67 this.tableLayoutPanel2.SuspendLayout();
70 this.tableLayoutPanel5.SuspendLayout(); 68 this.tableLayoutPanel5.SuspendLayout();
71 this.SuspendLayout(); 69 this.SuspendLayout();
72 // 70 //
73 // tabControl1 71 // tabControl1
74 // 72 //
75 this.tabControl1.Controls.Add(this.tabPage2); 73 this.tabControl1.Controls.Add(this.tabPage2);
76 this.tabControl1.Controls.Add(this.tabPage1); 74 this.tabControl1.Controls.Add(this.tabPage1);
77 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 75 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
78 this.tabControl1.Location = new System.Drawing.Point(0, 0); 76 this.tabControl1.Location = new System.Drawing.Point(0, 0);
79 this.tabControl1.Name = "tabControl1"; 77 this.tabControl1.Name = "tabControl1";
80 this.tabControl1.SelectedIndex = 0; 78 this.tabControl1.SelectedIndex = 0;
81 this.tabControl1.Size = new System.Drawing.Size(554, 286); 79 this.tabControl1.Size = new System.Drawing.Size(554, 286);
82 this.tabControl1.TabIndex = 0; 80 this.tabControl1.TabIndex = 0;
83 // 81 //
84 // tabPage2 82 // tabPage2
85 // 83 //
86 this.tabPage2.Controls.Add(this.flowLayoutPanel2); 84 this.tabPage2.Controls.Add(this.flowLayoutPanel2);
87 this.tabPage2.Location = new System.Drawing.Point(4, 22); 85 this.tabPage2.Location = new System.Drawing.Point(4, 22);
88 this.tabPage2.Name = "tabPage2"; 86 this.tabPage2.Name = "tabPage2";
89 this.tabPage2.Size = new System.Drawing.Size(546, 260); 87 this.tabPage2.Size = new System.Drawing.Size(546, 260);
90 this.tabPage2.TabIndex = 1; 88 this.tabPage2.TabIndex = 1;
91 this.tabPage2.Text = "Application"; 89 this.tabPage2.Text = "Application";
92 this.tabPage2.UseVisualStyleBackColor = true; 90 this.tabPage2.UseVisualStyleBackColor = true;
93 // 91 //
94 // flowLayoutPanel2 92 // flowLayoutPanel2
95 // 93 //
96 this.flowLayoutPanel2.Controls.Add(this.groupBox3); 94 this.flowLayoutPanel2.Controls.Add(this.groupBox3);
97 this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; 95 this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
98 this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0); 96 this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
99 this.flowLayoutPanel2.Name = "flowLayoutPanel2"; 97 this.flowLayoutPanel2.Name = "flowLayoutPanel2";
100 this.flowLayoutPanel2.Size = new System.Drawing.Size(546, 260); 98 this.flowLayoutPanel2.Size = new System.Drawing.Size(546, 260);
101 this.flowLayoutPanel2.TabIndex = 0; 99 this.flowLayoutPanel2.TabIndex = 0;
102 // 100 //
103 // groupBox3 101 // groupBox3
104 // 102 //
105 this.groupBox3.Controls.Add(this.checkBox1); 103 this.groupBox3.Controls.Add(this.checkBox1);
106 this.groupBox3.Location = new System.Drawing.Point(3, 3); 104 this.groupBox3.Location = new System.Drawing.Point(3, 3);
107 this.groupBox3.Name = "groupBox3"; 105 this.groupBox3.Name = "groupBox3";
108 this.groupBox3.Size = new System.Drawing.Size(253, 53); 106 this.groupBox3.Size = new System.Drawing.Size(253, 53);
109 this.groupBox3.TabIndex = 0; 107 this.groupBox3.TabIndex = 0;
110 this.groupBox3.TabStop = false; 108 this.groupBox3.TabStop = false;
111 this.groupBox3.Text = "Startup"; 109 this.groupBox3.Text = "Startup";
112 // 110 //
113 // checkBox1 111 // checkBox1
114 // 112 //
115 this.checkBox1.AutoSize = true; 113 this.checkBox1.AutoSize = true;
116 this.checkBox1.Checked = global::Winify.Properties.Settings.Default.LaunchOnBoot; 114 this.checkBox1.Checked = global::Winify.Properties.Settings.Default.LaunchOnBoot;
117 this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Winify.Properties.Settings.Default, "LaunchOnBoot", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); 115 this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Winify.Properties.Settings.Default, "LaunchOnBoot", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
118 this.checkBox1.Dock = System.Windows.Forms.DockStyle.Fill; 116 this.checkBox1.Dock = System.Windows.Forms.DockStyle.Fill;
119 this.checkBox1.Location = new System.Drawing.Point(3, 16); 117 this.checkBox1.Location = new System.Drawing.Point(3, 16);
120 this.checkBox1.Name = "checkBox1"; 118 this.checkBox1.Name = "checkBox1";
121 this.checkBox1.Size = new System.Drawing.Size(247, 34); 119 this.checkBox1.Size = new System.Drawing.Size(247, 34);
122 this.checkBox1.TabIndex = 0; 120 this.checkBox1.TabIndex = 0;
123 this.checkBox1.Text = "Launch on Windows boot"; 121 this.checkBox1.Text = "Launch on Windows boot";
124 this.checkBox1.UseVisualStyleBackColor = true; 122 this.checkBox1.UseVisualStyleBackColor = true;
125 this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1_CheckedChanged); 123 this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1_CheckedChanged);
126 // 124 //
127 // tabPage1 125 // tabPage1
128 // 126 //
129 this.tabPage1.Controls.Add(this.tableLayoutPanel3); 127 this.tabPage1.Controls.Add(this.tableLayoutPanel3);
130 this.tabPage1.Location = new System.Drawing.Point(4, 22); 128 this.tabPage1.Location = new System.Drawing.Point(4, 22);
131 this.tabPage1.Name = "tabPage1"; 129 this.tabPage1.Name = "tabPage1";
132 this.tabPage1.Padding = new System.Windows.Forms.Padding(3); 130 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
133 this.tabPage1.Size = new System.Drawing.Size(546, 260); 131 this.tabPage1.Size = new System.Drawing.Size(546, 260);
134 this.tabPage1.TabIndex = 0; 132 this.tabPage1.TabIndex = 0;
135 this.tabPage1.Text = "Connections"; 133 this.tabPage1.Text = "Connections";
136 this.tabPage1.UseVisualStyleBackColor = true; 134 this.tabPage1.UseVisualStyleBackColor = true;
137 // 135 //
138 // tableLayoutPanel3 136 // tableLayoutPanel3
139 // 137 //
140 this.tableLayoutPanel3.ColumnCount = 2; 138 this.tableLayoutPanel3.ColumnCount = 2;
141 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 139 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
142 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));
143 this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel1, 0, 0); 141 this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel1, 0, 0);
144 this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 1, 0); 142 this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 1, 0);
145 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; 143 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
146 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3); 144 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
147 this.tableLayoutPanel3.Name = "tableLayoutPanel3"; 145 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
148 this.tableLayoutPanel3.RowCount = 1; 146 this.tableLayoutPanel3.RowCount = 1;
149 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 147 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
150 this.tableLayoutPanel3.Size = new System.Drawing.Size(540, 254); 148 this.tableLayoutPanel3.Size = new System.Drawing.Size(540, 254);
151 this.tableLayoutPanel3.TabIndex = 2; 149 this.tableLayoutPanel3.TabIndex = 2;
152 // 150 //
153 // tableLayoutPanel1 151 // tableLayoutPanel1
154 // 152 //
155 this.tableLayoutPanel1.ColumnCount = 1; 153 this.tableLayoutPanel1.ColumnCount = 1;
156 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 154 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
157 this.tableLayoutPanel1.Controls.Add(this.listBox1, 0, 0); 155 this.tableLayoutPanel1.Controls.Add(this.listBox1, 0, 0);
158 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel6, 0, 1); 156 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel6, 0, 1);
159 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; 157 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
160 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3); 158 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
161 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 159 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
162 this.tableLayoutPanel1.RowCount = 2; 160 this.tableLayoutPanel1.RowCount = 2;
163 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F)); 161 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
164 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F)); 162 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
165 this.tableLayoutPanel1.Size = new System.Drawing.Size(264, 248); 163 this.tableLayoutPanel1.Size = new System.Drawing.Size(264, 248);
166 this.tableLayoutPanel1.TabIndex = 1; 164 this.tableLayoutPanel1.TabIndex = 1;
167 // 165 //
168 // listBox1 166 // listBox1
169 // 167 //
170 this.listBox1.DisplayMember = "Name"; 168 this.listBox1.DisplayMember = "Name";
171 this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill; 169 this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
172 this.listBox1.FormattingEnabled = true; 170 this.listBox1.FormattingEnabled = true;
173 this.listBox1.Location = new System.Drawing.Point(3, 3); 171 this.listBox1.Location = new System.Drawing.Point(3, 3);
174 this.listBox1.Name = "listBox1"; 172 this.listBox1.Name = "listBox1";
175 this.listBox1.Size = new System.Drawing.Size(258, 204); 173 this.listBox1.Size = new System.Drawing.Size(258, 204);
176 this.listBox1.TabIndex = 0; 174 this.listBox1.TabIndex = 0;
177 this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged); 175 this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged);
178 // 176 //
179 // tableLayoutPanel6 177 // tableLayoutPanel6
180 // 178 //
181 this.tableLayoutPanel6.ColumnCount = 3; 179 this.tableLayoutPanel6.ColumnCount = 3;
182 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 180 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
183 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));
184 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));
185 this.tableLayoutPanel6.Controls.Add(this.button2, 1, 0); 183 this.tableLayoutPanel6.Controls.Add(this.button2, 1, 0);
186 this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill; 184 this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
187 this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 213); 185 this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 213);
188 this.tableLayoutPanel6.Name = "tableLayoutPanel6"; 186 this.tableLayoutPanel6.Name = "tableLayoutPanel6";
189 this.tableLayoutPanel6.RowCount = 1; 187 this.tableLayoutPanel6.RowCount = 1;
190 this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 188 this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
191 this.tableLayoutPanel6.Size = new System.Drawing.Size(258, 32); 189 this.tableLayoutPanel6.Size = new System.Drawing.Size(258, 32);
192 this.tableLayoutPanel6.TabIndex = 1; 190 this.tableLayoutPanel6.TabIndex = 1;
193 // 191 //
194 // button2 192 // button2
195 // 193 //
196 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 194 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
197 this.button2.Location = new System.Drawing.Point(89, 4); 195 this.button2.Location = new System.Drawing.Point(89, 4);
198 this.button2.Name = "button2"; 196 this.button2.Name = "button2";
199 this.button2.Size = new System.Drawing.Size(80, 23); 197 this.button2.Size = new System.Drawing.Size(80, 23);
200 this.button2.TabIndex = 0; 198 this.button2.TabIndex = 0;
201 this.button2.Text = "Remove"; 199 this.button2.Text = "Remove";
202 this.button2.UseVisualStyleBackColor = true; 200 this.button2.UseVisualStyleBackColor = true;
203 this.button2.Click += new System.EventHandler(this.Button2_Click); 201 this.button2.Click += new System.EventHandler(this.Button2_Click);
204 // 202 //
205 // tableLayoutPanel4 203 // tableLayoutPanel4
206 // 204 //
207 this.tableLayoutPanel4.ColumnCount = 1; 205 this.tableLayoutPanel4.ColumnCount = 1;
208 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 206 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
209 this.tableLayoutPanel4.Controls.Add(this.groupBox1, 0, 0); 207 this.tableLayoutPanel4.Controls.Add(this.groupBox1, 0, 0);
210 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel5, 0, 1); 208 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel5, 0, 1);
211 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; 209 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
212 this.tableLayoutPanel4.Location = new System.Drawing.Point(273, 3); 210 this.tableLayoutPanel4.Location = new System.Drawing.Point(273, 3);
213 this.tableLayoutPanel4.Name = "tableLayoutPanel4"; 211 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
214 this.tableLayoutPanel4.RowCount = 2; 212 this.tableLayoutPanel4.RowCount = 2;
215 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F)); 213 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
216 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F)); 214 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
217 this.tableLayoutPanel4.Size = new System.Drawing.Size(264, 248); 215 this.tableLayoutPanel4.Size = new System.Drawing.Size(264, 248);
218 this.tableLayoutPanel4.TabIndex = 2; 216 this.tableLayoutPanel4.TabIndex = 2;
219 // 217 //
220 // groupBox1 218 // groupBox1
221 // 219 //
222 this.groupBox1.Controls.Add(this.tableLayoutPanel2); 220 this.groupBox1.Controls.Add(this.tableLayoutPanel2);
223 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; 221 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
224 this.groupBox1.Location = new System.Drawing.Point(3, 3); 222 this.groupBox1.Location = new System.Drawing.Point(3, 3);
225 this.groupBox1.Name = "groupBox1"; 223 this.groupBox1.Name = "groupBox1";
226 this.groupBox1.Size = new System.Drawing.Size(258, 204); 224 this.groupBox1.Size = new System.Drawing.Size(258, 204);
227 this.groupBox1.TabIndex = 0; 225 this.groupBox1.TabIndex = 0;
228 this.groupBox1.TabStop = false; 226 this.groupBox1.TabStop = false;
229 this.groupBox1.Text = "Server"; 227 this.groupBox1.Text = "Server";
230 // 228 //
231 // tableLayoutPanel2 229 // tableLayoutPanel2
232 // 230 //
233 this.tableLayoutPanel2.ColumnCount = 2; 231 this.tableLayoutPanel2.ColumnCount = 2;
234 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 232 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
235 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));
236 this.tableLayoutPanel2.Controls.Add(this.serverPasswordTextBox, 1, 4); -  
237 this.tableLayoutPanel2.Controls.Add(this.label2, 0, 4); -  
238 this.tableLayoutPanel2.Controls.Add(this.serverNameTextBox, 1, 0); 234 this.tableLayoutPanel2.Controls.Add(this.serverNameTextBox, 1, 0);
239 this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0); 235 this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0);
240 this.tableLayoutPanel2.Controls.Add(this.label4, 0, 2); -  
241 this.tableLayoutPanel2.Controls.Add(this.serverPortTextBox, 1, 2); -  
242 this.tableLayoutPanel2.Controls.Add(this.label3, 0, 1); 236 this.tableLayoutPanel2.Controls.Add(this.label3, 0, 1);
243 this.tableLayoutPanel2.Controls.Add(this.serverHostTextBox, 1, 1); 237 this.tableLayoutPanel2.Controls.Add(this.serverUrlTextBox, 1, 1);
244 this.tableLayoutPanel2.Controls.Add(this.label1, 0, 3); 238 this.tableLayoutPanel2.Controls.Add(this.label1, 0, 2);
245 this.tableLayoutPanel2.Controls.Add(this.serverUsernameTextBox, 1, 3); 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);
246 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; 242 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
247 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16); 243 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
248 this.tableLayoutPanel2.Name = "tableLayoutPanel2"; 244 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
249 this.tableLayoutPanel2.RowCount = 5; 245 this.tableLayoutPanel2.RowCount = 4;
250 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); 246 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
251 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); 247 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
252 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); 248 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
253 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); 249 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
254 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); 250 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
255 this.tableLayoutPanel2.Size = new System.Drawing.Size(252, 185); 251 this.tableLayoutPanel2.Size = new System.Drawing.Size(252, 185);
256 this.tableLayoutPanel2.TabIndex = 0; 252 this.tableLayoutPanel2.TabIndex = 0;
257 // 253 //
258 // serverPasswordTextBox 254 // serverPasswordTextBox
259 // 255 //
260 this.serverPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 256 this.serverPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
261 this.serverPasswordTextBox.Location = new System.Drawing.Point(129, 156); 257 this.serverPasswordTextBox.Location = new System.Drawing.Point(129, 151);
262 this.serverPasswordTextBox.Name = "serverPasswordTextBox"; 258 this.serverPasswordTextBox.Name = "serverPasswordTextBox";
263 this.serverPasswordTextBox.PasswordChar = '*'; 259 this.serverPasswordTextBox.PasswordChar = '*';
264 this.serverPasswordTextBox.Size = new System.Drawing.Size(120, 20); 260 this.serverPasswordTextBox.Size = new System.Drawing.Size(120, 20);
265 this.serverPasswordTextBox.TabIndex = 5; 261 this.serverPasswordTextBox.TabIndex = 5;
266 // 262 //
267 // label2 263 // label2
268 // 264 //
269 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 265 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
270 this.label2.AutoSize = true; 266 this.label2.AutoSize = true;
271 this.label2.Location = new System.Drawing.Point(3, 160); 267 this.label2.Location = new System.Drawing.Point(3, 155);
272 this.label2.Name = "label2"; 268 this.label2.Name = "label2";
273 this.label2.Size = new System.Drawing.Size(120, 13); 269 this.label2.Size = new System.Drawing.Size(120, 13);
274 this.label2.TabIndex = 7; 270 this.label2.TabIndex = 7;
275 this.label2.Text = "Password"; 271 this.label2.Text = "Password";
276 // 272 //
277 // serverNameTextBox 273 // serverNameTextBox
278 // 274 //
279 this.serverNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 275 this.serverNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
280 this.serverNameTextBox.Location = new System.Drawing.Point(129, 8); 276 this.serverNameTextBox.Location = new System.Drawing.Point(129, 13);
281 this.serverNameTextBox.Name = "serverNameTextBox"; 277 this.serverNameTextBox.Name = "serverNameTextBox";
282 this.serverNameTextBox.Size = new System.Drawing.Size(120, 20); 278 this.serverNameTextBox.Size = new System.Drawing.Size(120, 20);
283 this.serverNameTextBox.TabIndex = 1; 279 this.serverNameTextBox.TabIndex = 1;
284 // 280 //
285 // label5 281 // label5
286 // 282 //
287 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 283 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
288 this.label5.AutoSize = true; 284 this.label5.AutoSize = true;
289 this.label5.Location = new System.Drawing.Point(3, 12); 285 this.label5.Location = new System.Drawing.Point(3, 16);
290 this.label5.Name = "label5"; 286 this.label5.Name = "label5";
291 this.label5.Size = new System.Drawing.Size(120, 13); 287 this.label5.Size = new System.Drawing.Size(120, 13);
292 this.label5.TabIndex = 3; 288 this.label5.TabIndex = 3;
293 this.label5.Text = "Name"; 289 this.label5.Text = "Name";
294 // 290 //
295 // label4 -  
296 // -  
297 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); -  
298 this.label4.AutoSize = true; -  
299 this.label4.Location = new System.Drawing.Point(3, 86); -  
300 this.label4.Name = "label4"; -  
301 this.label4.Size = new System.Drawing.Size(120, 13); -  
302 this.label4.TabIndex = 3; -  
303 this.label4.Text = "Port"; -  
304 // -  
305 // serverPortTextBox -  
306 // -  
307 this.serverPortTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); -  
308 this.serverPortTextBox.Location = new System.Drawing.Point(129, 82); -  
309 this.serverPortTextBox.Name = "serverPortTextBox"; -  
310 this.serverPortTextBox.Size = new System.Drawing.Size(120, 20); -  
311 this.serverPortTextBox.TabIndex = 3; -  
312 // -  
313 // label3 291 // label3
314 // 292 //
315 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 293 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
316 this.label3.AutoSize = true; 294 this.label3.AutoSize = true;
317 this.label3.Location = new System.Drawing.Point(3, 49); 295 this.label3.Location = new System.Drawing.Point(3, 62);
318 this.label3.Name = "label3"; 296 this.label3.Name = "label3";
319 this.label3.Size = new System.Drawing.Size(120, 13); 297 this.label3.Size = new System.Drawing.Size(120, 13);
320 this.label3.TabIndex = 2; 298 this.label3.TabIndex = 2;
321 this.label3.Text = "Host"; 299 this.label3.Text = "URL";
322 // 300 //
323 // serverHostTextBox 301 // serverHostTextBox
324 // 302 //
325 this.serverHostTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 303 this.serverUrlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
326 this.serverHostTextBox.Location = new System.Drawing.Point(129, 45); 304 this.serverUrlTextBox.Location = new System.Drawing.Point(129, 59);
327 this.serverHostTextBox.Name = "serverHostTextBox"; 305 this.serverUrlTextBox.Name = "serverUrlTextBox";
328 this.serverHostTextBox.Size = new System.Drawing.Size(120, 20); 306 this.serverUrlTextBox.Size = new System.Drawing.Size(120, 20);
329 this.serverHostTextBox.TabIndex = 2; 307 this.serverUrlTextBox.TabIndex = 2;
330 // 308 //
331 // label1 309 // label1
332 // 310 //
333 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 311 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
334 this.label1.AutoSize = true; 312 this.label1.AutoSize = true;
335 this.label1.Location = new System.Drawing.Point(3, 123); 313 this.label1.Location = new System.Drawing.Point(3, 108);
336 this.label1.Name = "label1"; 314 this.label1.Name = "label1";
337 this.label1.Size = new System.Drawing.Size(120, 13); 315 this.label1.Size = new System.Drawing.Size(120, 13);
338 this.label1.TabIndex = 5; 316 this.label1.TabIndex = 5;
339 this.label1.Text = "Username"; 317 this.label1.Text = "Username";
340 // 318 //
341 // serverUsernameTextBox 319 // serverUsernameTextBox
342 // 320 //
343 this.serverUsernameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 321 this.serverUsernameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
344 this.serverUsernameTextBox.Location = new System.Drawing.Point(129, 119); 322 this.serverUsernameTextBox.Location = new System.Drawing.Point(129, 105);
345 this.serverUsernameTextBox.Name = "serverUsernameTextBox"; 323 this.serverUsernameTextBox.Name = "serverUsernameTextBox";
346 this.serverUsernameTextBox.Size = new System.Drawing.Size(120, 20); 324 this.serverUsernameTextBox.Size = new System.Drawing.Size(120, 20);
347 this.serverUsernameTextBox.TabIndex = 4; 325 this.serverUsernameTextBox.TabIndex = 4;
348 // 326 //
349 // tableLayoutPanel5 327 // tableLayoutPanel5
350 // 328 //
351 this.tableLayoutPanel5.ColumnCount = 3; 329 this.tableLayoutPanel5.ColumnCount = 3;
352 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));
353 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));
354 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));
355 this.tableLayoutPanel5.Controls.Add(this.button1, 1, 0); 333 this.tableLayoutPanel5.Controls.Add(this.button1, 1, 0);
356 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; 334 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
357 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 213); 335 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 213);
358 this.tableLayoutPanel5.Name = "tableLayoutPanel5"; 336 this.tableLayoutPanel5.Name = "tableLayoutPanel5";
359 this.tableLayoutPanel5.RowCount = 1; 337 this.tableLayoutPanel5.RowCount = 1;
360 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 338 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
361 this.tableLayoutPanel5.Size = new System.Drawing.Size(258, 32); 339 this.tableLayoutPanel5.Size = new System.Drawing.Size(258, 32);
362 this.tableLayoutPanel5.TabIndex = 1; 340 this.tableLayoutPanel5.TabIndex = 1;
363 // 341 //
364 // button1 342 // button1
365 // 343 //
366 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 344 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
367 this.button1.Location = new System.Drawing.Point(89, 4); 345 this.button1.Location = new System.Drawing.Point(89, 4);
368 this.button1.Name = "button1"; 346 this.button1.Name = "button1";
369 this.button1.Size = new System.Drawing.Size(80, 23); 347 this.button1.Size = new System.Drawing.Size(80, 23);
370 this.button1.TabIndex = 6; 348 this.button1.TabIndex = 6;
371 this.button1.Text = "Add"; 349 this.button1.Text = "Add";
372 this.button1.UseVisualStyleBackColor = true; 350 this.button1.UseVisualStyleBackColor = true;
373 this.button1.Click += new System.EventHandler(this.Button1_Click); 351 this.button1.Click += new System.EventHandler(this.Button1_Click);
374 // 352 //
375 // SettingsForm 353 // SettingsForm
376 // 354 //
377 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 355 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
378 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 356 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
379 this.ClientSize = new System.Drawing.Size(554, 286); 357 this.ClientSize = new System.Drawing.Size(554, 286);
380 this.Controls.Add(this.tabControl1); 358 this.Controls.Add(this.tabControl1);
381 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 359 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
382 this.Name = "SettingsForm"; 360 this.Name = "SettingsForm";
383 this.Text = "Winify: Settings"; 361 this.Text = "Winify: Settings";
384 this.tabControl1.ResumeLayout(false); 362 this.tabControl1.ResumeLayout(false);
385 this.tabPage2.ResumeLayout(false); 363 this.tabPage2.ResumeLayout(false);
386 this.flowLayoutPanel2.ResumeLayout(false); 364 this.flowLayoutPanel2.ResumeLayout(false);
387 this.groupBox3.ResumeLayout(false); 365 this.groupBox3.ResumeLayout(false);
388 this.groupBox3.PerformLayout(); 366 this.groupBox3.PerformLayout();
389 this.tabPage1.ResumeLayout(false); 367 this.tabPage1.ResumeLayout(false);
390 this.tableLayoutPanel3.ResumeLayout(false); 368 this.tableLayoutPanel3.ResumeLayout(false);
391 this.tableLayoutPanel1.ResumeLayout(false); 369 this.tableLayoutPanel1.ResumeLayout(false);
392 this.tableLayoutPanel6.ResumeLayout(false); 370 this.tableLayoutPanel6.ResumeLayout(false);
393 this.tableLayoutPanel4.ResumeLayout(false); 371 this.tableLayoutPanel4.ResumeLayout(false);
394 this.groupBox1.ResumeLayout(false); 372 this.groupBox1.ResumeLayout(false);
395 this.tableLayoutPanel2.ResumeLayout(false); 373 this.tableLayoutPanel2.ResumeLayout(false);
396 this.tableLayoutPanel2.PerformLayout(); 374 this.tableLayoutPanel2.PerformLayout();
397 this.tableLayoutPanel5.ResumeLayout(false); 375 this.tableLayoutPanel5.ResumeLayout(false);
398 this.ResumeLayout(false); 376 this.ResumeLayout(false);
399   377  
400 } 378 }
401   379  
402 #endregion 380 #endregion
403   381  
404 private System.Windows.Forms.TabControl tabControl1; 382 private System.Windows.Forms.TabControl tabControl1;
405 private System.Windows.Forms.TabPage tabPage1; 383 private System.Windows.Forms.TabPage tabPage1;
406 private System.Windows.Forms.GroupBox groupBox1; 384 private System.Windows.Forms.GroupBox groupBox1;
407 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; 385 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
408 private System.Windows.Forms.Label label4; -  
409 private System.Windows.Forms.TextBox serverHostTextBox; -  
410 private System.Windows.Forms.TextBox serverPortTextBox; 386 private System.Windows.Forms.TextBox serverUrlTextBox;
411 private System.Windows.Forms.TabPage tabPage2; 387 private System.Windows.Forms.TabPage tabPage2;
412 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; 388 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
413 private System.Windows.Forms.GroupBox groupBox3; 389 private System.Windows.Forms.GroupBox groupBox3;
414 private System.Windows.Forms.CheckBox checkBox1; 390 private System.Windows.Forms.CheckBox checkBox1;
415 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; 391 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
416 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 392 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
417 private System.Windows.Forms.ListBox listBox1; 393 private System.Windows.Forms.ListBox listBox1;
418 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6; 394 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
419 private System.Windows.Forms.Button button2; 395 private System.Windows.Forms.Button button2;
420 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; 396 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
421 private System.Windows.Forms.TextBox serverPasswordTextBox; 397 private System.Windows.Forms.TextBox serverPasswordTextBox;
422 private System.Windows.Forms.Label label2; 398 private System.Windows.Forms.Label label2;
423 private System.Windows.Forms.TextBox serverNameTextBox; 399 private System.Windows.Forms.TextBox serverNameTextBox;
424 private System.Windows.Forms.Label label5; 400 private System.Windows.Forms.Label label5;
425 private System.Windows.Forms.Label label3; 401 private System.Windows.Forms.Label label3;
426 private System.Windows.Forms.Label label1; 402 private System.Windows.Forms.Label label1;
427 private System.Windows.Forms.TextBox serverUsernameTextBox; 403 private System.Windows.Forms.TextBox serverUsernameTextBox;
428 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; 404 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
429 private System.Windows.Forms.Button button1; 405 private System.Windows.Forms.Button button1;
430 } 406 }
431 } 407 }
432   408  
433
Generated by GNU Enscript 1.6.5.90.
409
Generated by GNU Enscript 1.6.5.90.
434   410  
435   411  
436   412