Winify – Diff between revs 7 and 12

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 7 Rev 12
Line 46... Line 46...
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();
Line 231... Line 229...
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
Line 403... Line 381...
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; -  
408 private System.Windows.Forms.Label label4; -  
409 private System.Windows.Forms.TextBox serverHostTextBox; 385 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
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;