Winify – Diff between revs 12 and 13

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 12 Rev 13
Line 42... Line 42...
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(); -  
48 this.label2 = new System.Windows.Forms.Label(); -  
49 this.serverNameTextBox = new System.Windows.Forms.TextBox(); 47 this.serverNameTextBox = new System.Windows.Forms.TextBox();
50 this.label5 = new System.Windows.Forms.Label(); 48 this.label5 = new System.Windows.Forms.Label();
51 this.label3 = new System.Windows.Forms.Label(); 49 this.label3 = new System.Windows.Forms.Label();
52 this.serverUrlTextBox = new System.Windows.Forms.TextBox(); 50 this.serverUrlTextBox = new System.Windows.Forms.TextBox();
53 this.label1 = new System.Windows.Forms.Label(); 51 this.label1 = new System.Windows.Forms.Label();
54 this.serverUsernameTextBox = new System.Windows.Forms.TextBox(); 52 this.serverUsernameTextBox = new System.Windows.Forms.TextBox();
-   53 this.label2 = new System.Windows.Forms.Label();
-   54 this.serverPasswordTextBox = new System.Windows.Forms.TextBox();
55 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); 55 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
56 this.button1 = new System.Windows.Forms.Button(); 56 this.button1 = new System.Windows.Forms.Button();
57 this.tabControl1.SuspendLayout(); 57 this.tabControl1.SuspendLayout();
58 this.tabPage2.SuspendLayout(); 58 this.tabPage2.SuspendLayout();
59 this.flowLayoutPanel2.SuspendLayout(); 59 this.flowLayoutPanel2.SuspendLayout();
Line 227... Line 227...
227 this.groupBox1.Text = "Server"; 227 this.groupBox1.Text = "Server";
228 // 228 //
229 // tableLayoutPanel2 229 // tableLayoutPanel2
230 // 230 //
231 this.tableLayoutPanel2.ColumnCount = 2; 231 this.tableLayoutPanel2.ColumnCount = 2;
232 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, 25F));
233 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, 75F));
234 this.tableLayoutPanel2.Controls.Add(this.serverNameTextBox, 1, 0); 234 this.tableLayoutPanel2.Controls.Add(this.serverNameTextBox, 1, 0);
235 this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0); 235 this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0);
236 this.tableLayoutPanel2.Controls.Add(this.label3, 0, 1); 236 this.tableLayoutPanel2.Controls.Add(this.label3, 0, 1);
237 this.tableLayoutPanel2.Controls.Add(this.serverUrlTextBox, 1, 1); 237 this.tableLayoutPanel2.Controls.Add(this.serverUrlTextBox, 1, 1);
238 this.tableLayoutPanel2.Controls.Add(this.label1, 0, 2); 238 this.tableLayoutPanel2.Controls.Add(this.label1, 0, 2);
Line 245... Line 245...
245 this.tableLayoutPanel2.RowCount = 4; 245 this.tableLayoutPanel2.RowCount = 4;
246 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); 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)); 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)); 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)); 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)); -  
251 this.tableLayoutPanel2.Size = new System.Drawing.Size(252, 185); 250 this.tableLayoutPanel2.Size = new System.Drawing.Size(252, 185);
252 this.tableLayoutPanel2.TabIndex = 0; 251 this.tableLayoutPanel2.TabIndex = 0;
253 // 252 //
254 // serverPasswordTextBox -  
255 // -  
256 this.serverPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); -  
257 this.serverPasswordTextBox.Location = new System.Drawing.Point(129, 151); -  
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; -  
267 this.label2.Location = new System.Drawing.Point(3, 155); -  
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 253 // serverNameTextBox
274 // 254 //
275 this.serverNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 255 this.serverNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
276 this.serverNameTextBox.Location = new System.Drawing.Point(129, 13); 256 this.serverNameTextBox.Location = new System.Drawing.Point(66, 13);
277 this.serverNameTextBox.Name = "serverNameTextBox"; 257 this.serverNameTextBox.Name = "serverNameTextBox";
278 this.serverNameTextBox.Size = new System.Drawing.Size(120, 20); 258 this.serverNameTextBox.Size = new System.Drawing.Size(183, 20);
279 this.serverNameTextBox.TabIndex = 1; 259 this.serverNameTextBox.TabIndex = 1;
280 // 260 //
281 // label5 261 // label5
282 // 262 //
283 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 263 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
284 this.label5.AutoSize = true; 264 this.label5.AutoSize = true;
285 this.label5.Location = new System.Drawing.Point(3, 16); 265 this.label5.Location = new System.Drawing.Point(3, 16);
286 this.label5.Name = "label5"; 266 this.label5.Name = "label5";
287 this.label5.Size = new System.Drawing.Size(120, 13); 267 this.label5.Size = new System.Drawing.Size(57, 13);
288 this.label5.TabIndex = 3; 268 this.label5.TabIndex = 3;
289 this.label5.Text = "Name"; 269 this.label5.Text = "Name";
290 // 270 //
291 // label3 271 // label3
292 // 272 //
293 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 273 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
294 this.label3.AutoSize = true; 274 this.label3.AutoSize = true;
295 this.label3.Location = new System.Drawing.Point(3, 62); 275 this.label3.Location = new System.Drawing.Point(3, 62);
296 this.label3.Name = "label3"; 276 this.label3.Name = "label3";
297 this.label3.Size = new System.Drawing.Size(120, 13); 277 this.label3.Size = new System.Drawing.Size(57, 13);
298 this.label3.TabIndex = 2; 278 this.label3.TabIndex = 2;
299 this.label3.Text = "URL"; 279 this.label3.Text = "URL";
300 // 280 //
301 // serverHostTextBox 281 // serverUrlTextBox
302 // 282 //
303 this.serverUrlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 283 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); 284 this.serverUrlTextBox.Location = new System.Drawing.Point(66, 59);
305 this.serverUrlTextBox.Name = "serverUrlTextBox"; 285 this.serverUrlTextBox.Name = "serverUrlTextBox";
306 this.serverUrlTextBox.Size = new System.Drawing.Size(120, 20); 286 this.serverUrlTextBox.Size = new System.Drawing.Size(183, 20);
307 this.serverUrlTextBox.TabIndex = 2; 287 this.serverUrlTextBox.TabIndex = 2;
308 // 288 //
309 // label1 289 // label1
310 // 290 //
311 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 291 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
312 this.label1.AutoSize = true; 292 this.label1.AutoSize = true;
313 this.label1.Location = new System.Drawing.Point(3, 108); 293 this.label1.Location = new System.Drawing.Point(3, 108);
314 this.label1.Name = "label1"; 294 this.label1.Name = "label1";
315 this.label1.Size = new System.Drawing.Size(120, 13); 295 this.label1.Size = new System.Drawing.Size(57, 13);
316 this.label1.TabIndex = 5; 296 this.label1.TabIndex = 5;
317 this.label1.Text = "Username"; 297 this.label1.Text = "Username";
318 // 298 //
319 // serverUsernameTextBox 299 // serverUsernameTextBox
320 // 300 //
321 this.serverUsernameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 301 this.serverUsernameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
322 this.serverUsernameTextBox.Location = new System.Drawing.Point(129, 105); 302 this.serverUsernameTextBox.Location = new System.Drawing.Point(66, 105);
323 this.serverUsernameTextBox.Name = "serverUsernameTextBox"; 303 this.serverUsernameTextBox.Name = "serverUsernameTextBox";
324 this.serverUsernameTextBox.Size = new System.Drawing.Size(120, 20); 304 this.serverUsernameTextBox.Size = new System.Drawing.Size(183, 20);
325 this.serverUsernameTextBox.TabIndex = 4; 305 this.serverUsernameTextBox.TabIndex = 4;
326 // 306 //
-   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 //
327 // tableLayoutPanel5 326 // tableLayoutPanel5
328 // 327 //
329 this.tableLayoutPanel5.ColumnCount = 3; 328 this.tableLayoutPanel5.ColumnCount = 3;
330 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 329 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)); 330 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));