Winify – Diff between revs 14 and 15

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 14 Rev 15
Line 52... Line 52...
52 this.serverUsernameTextBox = new System.Windows.Forms.TextBox(); 52 this.serverUsernameTextBox = new System.Windows.Forms.TextBox();
53 this.label2 = new System.Windows.Forms.Label(); 53 this.label2 = new System.Windows.Forms.Label();
54 this.serverPasswordTextBox = new System.Windows.Forms.TextBox(); 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.tabPage3 = new System.Windows.Forms.TabPage();
-   58 this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
-   59 this.listBox2 = new System.Windows.Forms.ListBox();
-   60 this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
-   61 this.button3 = new System.Windows.Forms.Button();
-   62 this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
-   63 this.button4 = new System.Windows.Forms.Button();
-   64 this.groupBox2 = new System.Windows.Forms.GroupBox();
-   65 this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
-   66 this.speakTextBox = new System.Windows.Forms.TextBox();
-   67 this.label4 = new System.Windows.Forms.Label();
-   68 this.appIdTextBox = new System.Windows.Forms.TextBox();
-   69 this.label6 = new System.Windows.Forms.Label();
-   70 this.lingerTimeTextBox = new System.Windows.Forms.TextBox();
-   71 this.label7 = new System.Windows.Forms.Label();
-   72 this.groupBox4 = new System.Windows.Forms.GroupBox();
57 this.tabControl1.SuspendLayout(); 73 this.tabControl1.SuspendLayout();
58 this.tabPage2.SuspendLayout(); 74 this.tabPage2.SuspendLayout();
59 this.flowLayoutPanel2.SuspendLayout(); 75 this.flowLayoutPanel2.SuspendLayout();
60 this.groupBox3.SuspendLayout(); 76 this.groupBox3.SuspendLayout();
61 this.tabPage1.SuspendLayout(); 77 this.tabPage1.SuspendLayout();
Line 64... Line 80...
64 this.tableLayoutPanel6.SuspendLayout(); 80 this.tableLayoutPanel6.SuspendLayout();
65 this.tableLayoutPanel4.SuspendLayout(); 81 this.tableLayoutPanel4.SuspendLayout();
66 this.groupBox1.SuspendLayout(); 82 this.groupBox1.SuspendLayout();
67 this.tableLayoutPanel2.SuspendLayout(); 83 this.tableLayoutPanel2.SuspendLayout();
68 this.tableLayoutPanel5.SuspendLayout(); 84 this.tableLayoutPanel5.SuspendLayout();
-   85 this.tabPage3.SuspendLayout();
-   86 this.tableLayoutPanel7.SuspendLayout();
-   87 this.tableLayoutPanel8.SuspendLayout();
-   88 this.tableLayoutPanel9.SuspendLayout();
-   89 this.groupBox2.SuspendLayout();
-   90 this.tableLayoutPanel10.SuspendLayout();
-   91 this.groupBox4.SuspendLayout();
69 this.SuspendLayout(); 92 this.SuspendLayout();
70 // 93 //
71 // tabControl1 94 // tabControl1
72 // 95 //
73 this.tabControl1.Controls.Add(this.tabPage2); 96 this.tabControl1.Controls.Add(this.tabPage2);
74 this.tabControl1.Controls.Add(this.tabPage1); 97 this.tabControl1.Controls.Add(this.tabPage1);
-   98 this.tabControl1.Controls.Add(this.tabPage3);
75 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 99 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
76 this.tabControl1.Location = new System.Drawing.Point(0, 0); 100 this.tabControl1.Location = new System.Drawing.Point(0, 0);
77 this.tabControl1.Name = "tabControl1"; 101 this.tabControl1.Name = "tabControl1";
78 this.tabControl1.SelectedIndex = 0; 102 this.tabControl1.SelectedIndex = 0;
79 this.tabControl1.Size = new System.Drawing.Size(554, 286); 103 this.tabControl1.Size = new System.Drawing.Size(554, 286);
Line 347... Line 371...
347 this.button1.TabIndex = 6; 371 this.button1.TabIndex = 6;
348 this.button1.Text = "Update"; 372 this.button1.Text = "Update";
349 this.button1.UseVisualStyleBackColor = true; 373 this.button1.UseVisualStyleBackColor = true;
350 this.button1.Click += new System.EventHandler(this.Button1_Click); 374 this.button1.Click += new System.EventHandler(this.Button1_Click);
351 // 375 //
-   376 // tabPage3
-   377 //
-   378 this.tabPage3.Controls.Add(this.tableLayoutPanel7);
-   379 this.tabPage3.Location = new System.Drawing.Point(4, 22);
-   380 this.tabPage3.Name = "tabPage3";
-   381 this.tabPage3.Size = new System.Drawing.Size(546, 260);
-   382 this.tabPage3.TabIndex = 2;
-   383 this.tabPage3.Text = "Notifications";
-   384 this.tabPage3.UseVisualStyleBackColor = true;
-   385 //
-   386 // tableLayoutPanel7
-   387 //
-   388 this.tableLayoutPanel7.ColumnCount = 2;
-   389 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   390 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   391 this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel8, 0, 1);
-   392 this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel9, 1, 1);
-   393 this.tableLayoutPanel7.Controls.Add(this.groupBox2, 1, 0);
-   394 this.tableLayoutPanel7.Controls.Add(this.groupBox4, 0, 0);
-   395 this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
-   396 this.tableLayoutPanel7.Location = new System.Drawing.Point(0, 0);
-   397 this.tableLayoutPanel7.Name = "tableLayoutPanel7";
-   398 this.tableLayoutPanel7.RowCount = 2;
-   399 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
-   400 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
-   401 this.tableLayoutPanel7.Size = new System.Drawing.Size(546, 260);
-   402 this.tableLayoutPanel7.TabIndex = 0;
-   403 //
-   404 // listBox2
-   405 //
-   406 this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill;
-   407 this.listBox2.FormattingEnabled = true;
-   408 this.listBox2.Location = new System.Drawing.Point(3, 16);
-   409 this.listBox2.Name = "listBox2";
-   410 this.listBox2.Size = new System.Drawing.Size(261, 196);
-   411 this.listBox2.TabIndex = 0;
-   412 this.listBox2.SelectedIndexChanged += new System.EventHandler(this.ListBox2_SelectedIndexChanged);
-   413 //
-   414 // tableLayoutPanel8
-   415 //
-   416 this.tableLayoutPanel8.ColumnCount = 3;
-   417 this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
-   418 this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
-   419 this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
-   420 this.tableLayoutPanel8.Controls.Add(this.button3, 1, 0);
-   421 this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
-   422 this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 224);
-   423 this.tableLayoutPanel8.Name = "tableLayoutPanel8";
-   424 this.tableLayoutPanel8.RowCount = 1;
-   425 this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   426 this.tableLayoutPanel8.Size = new System.Drawing.Size(267, 33);
-   427 this.tableLayoutPanel8.TabIndex = 1;
-   428 //
-   429 // button3
-   430 //
-   431 this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   432 this.button3.Location = new System.Drawing.Point(92, 5);
-   433 this.button3.Name = "button3";
-   434 this.button3.Size = new System.Drawing.Size(83, 23);
-   435 this.button3.TabIndex = 0;
-   436 this.button3.Text = "Remove";
-   437 this.button3.UseVisualStyleBackColor = true;
-   438 this.button3.Click += new System.EventHandler(this.Button3_Click);
-   439 //
-   440 // tableLayoutPanel9
-   441 //
-   442 this.tableLayoutPanel9.ColumnCount = 3;
-   443 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
-   444 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
-   445 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
-   446 this.tableLayoutPanel9.Controls.Add(this.button4, 1, 0);
-   447 this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
-   448 this.tableLayoutPanel9.Location = new System.Drawing.Point(276, 224);
-   449 this.tableLayoutPanel9.Name = "tableLayoutPanel9";
-   450 this.tableLayoutPanel9.RowCount = 1;
-   451 this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   452 this.tableLayoutPanel9.Size = new System.Drawing.Size(267, 33);
-   453 this.tableLayoutPanel9.TabIndex = 2;
-   454 //
-   455 // button4
-   456 //
-   457 this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   458 this.button4.Location = new System.Drawing.Point(92, 5);
-   459 this.button4.Name = "button4";
-   460 this.button4.Size = new System.Drawing.Size(83, 23);
-   461 this.button4.TabIndex = 0;
-   462 this.button4.Text = "Update";
-   463 this.button4.UseVisualStyleBackColor = true;
-   464 this.button4.Click += new System.EventHandler(this.Button4_Click);
-   465 //
-   466 // groupBox2
-   467 //
-   468 this.groupBox2.Controls.Add(this.tableLayoutPanel10);
-   469 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
-   470 this.groupBox2.Location = new System.Drawing.Point(276, 3);
-   471 this.groupBox2.Name = "groupBox2";
-   472 this.groupBox2.Size = new System.Drawing.Size(267, 215);
-   473 this.groupBox2.TabIndex = 3;
-   474 this.groupBox2.TabStop = false;
-   475 this.groupBox2.Text = "Notification";
-   476 //
-   477 // tableLayoutPanel10
-   478 //
-   479 this.tableLayoutPanel10.ColumnCount = 2;
-   480 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   481 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   482 this.tableLayoutPanel10.Controls.Add(this.speakTextBox, 1, 2);
-   483 this.tableLayoutPanel10.Controls.Add(this.label4, 0, 0);
-   484 this.tableLayoutPanel10.Controls.Add(this.appIdTextBox, 1, 0);
-   485 this.tableLayoutPanel10.Controls.Add(this.label6, 0, 1);
-   486 this.tableLayoutPanel10.Controls.Add(this.lingerTimeTextBox, 1, 1);
-   487 this.tableLayoutPanel10.Controls.Add(this.label7, 0, 2);
-   488 this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
-   489 this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16);
-   490 this.tableLayoutPanel10.Name = "tableLayoutPanel10";
-   491 this.tableLayoutPanel10.RowCount = 3;
-   492 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
-   493 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
-   494 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
-   495 this.tableLayoutPanel10.Size = new System.Drawing.Size(261, 196);
-   496 this.tableLayoutPanel10.TabIndex = 4;
-   497 //
-   498 // speakTextBox
-   499 //
-   500 this.speakTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   501 this.speakTextBox.Location = new System.Drawing.Point(133, 153);
-   502 this.speakTextBox.Name = "speakTextBox";
-   503 this.speakTextBox.Size = new System.Drawing.Size(125, 20);
-   504 this.speakTextBox.TabIndex = 1;
-   505 //
-   506 // label4
-   507 //
-   508 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   509 this.label4.AutoSize = true;
-   510 this.label4.Location = new System.Drawing.Point(3, 26);
-   511 this.label4.Name = "label4";
-   512 this.label4.Size = new System.Drawing.Size(124, 13);
-   513 this.label4.TabIndex = 0;
-   514 this.label4.Text = "App Id";
-   515 //
-   516 // appIdTextBox
-   517 //
-   518 this.appIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   519 this.appIdTextBox.Location = new System.Drawing.Point(133, 22);
-   520 this.appIdTextBox.Name = "appIdTextBox";
-   521 this.appIdTextBox.Size = new System.Drawing.Size(125, 20);
-   522 this.appIdTextBox.TabIndex = 1;
-   523 //
-   524 // label6
-   525 //
-   526 this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   527 this.label6.AutoSize = true;
-   528 this.label6.Location = new System.Drawing.Point(3, 91);
-   529 this.label6.Name = "label6";
-   530 this.label6.Size = new System.Drawing.Size(124, 13);
-   531 this.label6.TabIndex = 2;
-   532 this.label6.Text = "Linger Time";
-   533 //
-   534 // lingerTimeTextBox
-   535 //
-   536 this.lingerTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   537 this.lingerTimeTextBox.Location = new System.Drawing.Point(133, 87);
-   538 this.lingerTimeTextBox.Name = "lingerTimeTextBox";
-   539 this.lingerTimeTextBox.Size = new System.Drawing.Size(125, 20);
-   540 this.lingerTimeTextBox.TabIndex = 3;
-   541 //
-   542 // label7
-   543 //
-   544 this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   545 this.label7.AutoSize = true;
-   546 this.label7.Location = new System.Drawing.Point(3, 156);
-   547 this.label7.Name = "label7";
-   548 this.label7.Size = new System.Drawing.Size(124, 13);
-   549 this.label7.TabIndex = 4;
-   550 this.label7.Text = "Speak";
-   551 //
-   552 // groupBox4
-   553 //
-   554 this.groupBox4.Controls.Add(this.listBox2);
-   555 this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
-   556 this.groupBox4.Location = new System.Drawing.Point(3, 3);
-   557 this.groupBox4.Name = "groupBox4";
-   558 this.groupBox4.Size = new System.Drawing.Size(267, 215);
-   559 this.groupBox4.TabIndex = 4;
-   560 this.groupBox4.TabStop = false;
-   561 this.groupBox4.Text = "Application Id";
-   562 //
352 // SettingsForm 563 // SettingsForm
353 // 564 //
354 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 565 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
355 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 566 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
356 this.ClientSize = new System.Drawing.Size(554, 286); 567 this.ClientSize = new System.Drawing.Size(554, 286);
Line 370... Line 581...
370 this.tableLayoutPanel4.ResumeLayout(false); 581 this.tableLayoutPanel4.ResumeLayout(false);
371 this.groupBox1.ResumeLayout(false); 582 this.groupBox1.ResumeLayout(false);
372 this.tableLayoutPanel2.ResumeLayout(false); 583 this.tableLayoutPanel2.ResumeLayout(false);
373 this.tableLayoutPanel2.PerformLayout(); 584 this.tableLayoutPanel2.PerformLayout();
374 this.tableLayoutPanel5.ResumeLayout(false); 585 this.tableLayoutPanel5.ResumeLayout(false);
-   586 this.tabPage3.ResumeLayout(false);
-   587 this.tableLayoutPanel7.ResumeLayout(false);
-   588 this.tableLayoutPanel8.ResumeLayout(false);
-   589 this.tableLayoutPanel9.ResumeLayout(false);
-   590 this.groupBox2.ResumeLayout(false);
-   591 this.tableLayoutPanel10.ResumeLayout(false);
-   592 this.tableLayoutPanel10.PerformLayout();
-   593 this.groupBox4.ResumeLayout(false);
375 this.ResumeLayout(false); 594 this.ResumeLayout(false);
Line 376... Line 595...
376   595  
Line 377... Line 596...
377 } 596 }
Line 400... Line 619...
400 private System.Windows.Forms.Label label3; 619 private System.Windows.Forms.Label label3;
401 private System.Windows.Forms.Label label1; 620 private System.Windows.Forms.Label label1;
402 private System.Windows.Forms.TextBox serverUsernameTextBox; 621 private System.Windows.Forms.TextBox serverUsernameTextBox;
403 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; 622 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
404 private System.Windows.Forms.Button button1; 623 private System.Windows.Forms.Button button1;
-   624 private System.Windows.Forms.TabPage tabPage3;
-   625 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
-   626 private System.Windows.Forms.ListBox listBox2;
-   627 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8;
-   628 private System.Windows.Forms.Button button3;
-   629 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9;
-   630 private System.Windows.Forms.Button button4;
-   631 private System.Windows.Forms.GroupBox groupBox2;
-   632 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10;
-   633 private System.Windows.Forms.Label label4;
-   634 private System.Windows.Forms.TextBox appIdTextBox;
-   635 private System.Windows.Forms.Label label6;
-   636 private System.Windows.Forms.TextBox lingerTimeTextBox;
-   637 private System.Windows.Forms.Label label7;
-   638 private System.Windows.Forms.TextBox speakTextBox;
-   639 private System.Windows.Forms.GroupBox groupBox4;
405 } 640 }
406 } 641 }
407   642