Winify – Diff between revs 69 and 71

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 69 Rev 71
Line 75... Line 75...
75 this.groupBox2 = new System.Windows.Forms.GroupBox(); 75 this.groupBox2 = new System.Windows.Forms.GroupBox();
76 this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel(); 76 this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
77 this.label4 = new System.Windows.Forms.Label(); 77 this.label4 = new System.Windows.Forms.Label();
78 this.appIdTextBox = new System.Windows.Forms.TextBox(); 78 this.appIdTextBox = new System.Windows.Forms.TextBox();
79 this.label6 = new System.Windows.Forms.Label(); 79 this.label6 = new System.Windows.Forms.Label();
80 this.lingerTimeTextBox = new System.Windows.Forms.TextBox(); 80 this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
81 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); 81 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
82 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); 82 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
83 this.button4 = new System.Windows.Forms.Button(); 83 this.button4 = new System.Windows.Forms.Button();
84 this.button3 = new System.Windows.Forms.Button(); 84 this.button3 = new System.Windows.Forms.Button();
85 this.groupBox4 = new System.Windows.Forms.GroupBox(); 85 this.groupBox4 = new System.Windows.Forms.GroupBox();
Line 96... Line 96...
96 this.label10 = new System.Windows.Forms.Label(); 96 this.label10 = new System.Windows.Forms.Label();
97 this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel(); 97 this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
98 this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel(); 98 this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
99 this.button5 = new System.Windows.Forms.Button(); 99 this.button5 = new System.Windows.Forms.Button();
100 this.button6 = new System.Windows.Forms.Button(); 100 this.button6 = new System.Windows.Forms.Button();
-   101 this.label14 = new System.Windows.Forms.Label();
-   102 this.checkBox5 = new System.Windows.Forms.CheckBox();
101 this.tabControl1.SuspendLayout(); 103 this.tabControl1.SuspendLayout();
102 this.tabPage2.SuspendLayout(); 104 this.tabPage2.SuspendLayout();
103 this.flowLayoutPanel2.SuspendLayout(); 105 this.flowLayoutPanel2.SuspendLayout();
104 this.groupBox3.SuspendLayout(); 106 this.groupBox3.SuspendLayout();
105 this.groupBox6.SuspendLayout(); 107 this.groupBox6.SuspendLayout();
Line 119... Line 121...
119 this.groupBox5.SuspendLayout(); 121 this.groupBox5.SuspendLayout();
120 this.tabPage3.SuspendLayout(); 122 this.tabPage3.SuspendLayout();
121 this.tableLayoutPanel7.SuspendLayout(); 123 this.tableLayoutPanel7.SuspendLayout();
122 this.groupBox2.SuspendLayout(); 124 this.groupBox2.SuspendLayout();
123 this.tableLayoutPanel10.SuspendLayout(); 125 this.tableLayoutPanel10.SuspendLayout();
-   126 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
124 this.tableLayoutPanel4.SuspendLayout(); 127 this.tableLayoutPanel4.SuspendLayout();
125 this.tableLayoutPanel5.SuspendLayout(); 128 this.tableLayoutPanel5.SuspendLayout();
126 this.groupBox4.SuspendLayout(); 129 this.groupBox4.SuspendLayout();
127 this.tabPage4.SuspendLayout(); 130 this.tabPage4.SuspendLayout();
128 this.tableLayoutPanel12.SuspendLayout(); 131 this.tableLayoutPanel12.SuspendLayout();
Line 615... Line 618...
615 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); 618 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
616 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F)); 619 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
617 this.tableLayoutPanel10.Controls.Add(this.label4, 0, 0); 620 this.tableLayoutPanel10.Controls.Add(this.label4, 0, 0);
618 this.tableLayoutPanel10.Controls.Add(this.appIdTextBox, 1, 0); 621 this.tableLayoutPanel10.Controls.Add(this.appIdTextBox, 1, 0);
619 this.tableLayoutPanel10.Controls.Add(this.label6, 0, 1); 622 this.tableLayoutPanel10.Controls.Add(this.label6, 0, 1);
620 this.tableLayoutPanel10.Controls.Add(this.lingerTimeTextBox, 1, 1); 623 this.tableLayoutPanel10.Controls.Add(this.numericUpDown2, 1, 1);
-   624 this.tableLayoutPanel10.Controls.Add(this.label14, 0, 2);
-   625 this.tableLayoutPanel10.Controls.Add(this.checkBox5, 1, 2);
621 this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill; 626 this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
622 this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16); 627 this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16);
623 this.tableLayoutPanel10.Name = "tableLayoutPanel10"; 628 this.tableLayoutPanel10.Name = "tableLayoutPanel10";
624 this.tableLayoutPanel10.RowCount = 2; 629 this.tableLayoutPanel10.RowCount = 4;
-   630 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
625 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 631 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
626 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 632 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
-   633 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle());
627 this.tableLayoutPanel10.Size = new System.Drawing.Size(257, 218); 634 this.tableLayoutPanel10.Size = new System.Drawing.Size(257, 218);
628 this.tableLayoutPanel10.TabIndex = 4; 635 this.tableLayoutPanel10.TabIndex = 4;
629 // 636 //
630 // label4 637 // label4
631 // 638 //
632 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 639 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
633 this.label4.AutoSize = true; 640 this.label4.AutoSize = true;
634 this.label4.Location = new System.Drawing.Point(3, 48); 641 this.label4.Location = new System.Drawing.Point(3, 7);
635 this.label4.Name = "label4"; 642 this.label4.Name = "label4";
636 this.label4.Size = new System.Drawing.Size(58, 13); 643 this.label4.Size = new System.Drawing.Size(58, 13);
637 this.label4.TabIndex = 0; 644 this.label4.TabIndex = 0;
638 this.label4.Text = "App Id"; 645 this.label4.Text = "App Id";
639 this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 646 this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
640 // 647 //
641 // appIdTextBox 648 // appIdTextBox
642 // 649 //
643 this.appIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 650 this.appIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
644 this.appIdTextBox.Location = new System.Drawing.Point(67, 44); 651 this.appIdTextBox.Location = new System.Drawing.Point(67, 4);
645 this.appIdTextBox.Name = "appIdTextBox"; 652 this.appIdTextBox.Name = "appIdTextBox";
646 this.appIdTextBox.Size = new System.Drawing.Size(187, 20); 653 this.appIdTextBox.Size = new System.Drawing.Size(187, 20);
647 this.appIdTextBox.TabIndex = 1; 654 this.appIdTextBox.TabIndex = 1;
648 // 655 //
649 // label6 656 // label6
650 // 657 //
651 this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 658 this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
652 this.label6.AutoSize = true; 659 this.label6.AutoSize = true;
653 this.label6.Location = new System.Drawing.Point(3, 157); 660 this.label6.Location = new System.Drawing.Point(3, 35);
654 this.label6.Name = "label6"; 661 this.label6.Name = "label6";
655 this.label6.Size = new System.Drawing.Size(58, 13); 662 this.label6.Size = new System.Drawing.Size(58, 13);
656 this.label6.TabIndex = 2; 663 this.label6.TabIndex = 2;
657 this.label6.Text = "Timeout"; 664 this.label6.Text = "Timeout";
658 this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 665 this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
659 // 666 //
660 // lingerTimeTextBox 667 // numericUpDown2
661 // 668 //
662 this.lingerTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 669 this.numericUpDown2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
663 this.lingerTimeTextBox.Location = new System.Drawing.Point(67, 153); 670 this.numericUpDown2.Location = new System.Drawing.Point(67, 32);
-   671 this.numericUpDown2.Maximum = new decimal(new int[] {
-   672 10000,
-   673 0,
-   674 0,
-   675 0});
-   676 this.numericUpDown2.Minimum = new decimal(new int[] {
-   677 1,
-   678 0,
-   679 0,
-   680 0});
664 this.lingerTimeTextBox.Name = "lingerTimeTextBox"; 681 this.numericUpDown2.Name = "numericUpDown2";
665 this.lingerTimeTextBox.Size = new System.Drawing.Size(187, 20); 682 this.numericUpDown2.Size = new System.Drawing.Size(187, 20);
666 this.lingerTimeTextBox.TabIndex = 3; 683 this.numericUpDown2.TabIndex = 1;
-   684 this.numericUpDown2.Value = new decimal(new int[] {
-   685 1,
-   686 0,
-   687 0,
-   688 0});
667 // 689 //
668 // tableLayoutPanel4 690 // tableLayoutPanel4
669 // 691 //
670 this.tableLayoutPanel4.ColumnCount = 1; 692 this.tableLayoutPanel4.ColumnCount = 1;
671 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 693 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
Line 900... Line 922...
900 this.button6.TabIndex = 1; 922 this.button6.TabIndex = 1;
901 this.button6.Text = "Cancel"; 923 this.button6.Text = "Cancel";
902 this.button6.UseVisualStyleBackColor = true; 924 this.button6.UseVisualStyleBackColor = true;
903 this.button6.Click += new System.EventHandler(this.Button6_Click); 925 this.button6.Click += new System.EventHandler(this.Button6_Click);
904 // 926 //
-   927 // label14
-   928 //
-   929 this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   930 this.label14.AutoSize = true;
-   931 this.label14.Location = new System.Drawing.Point(3, 63);
-   932 this.label14.Name = "label14";
-   933 this.label14.Size = new System.Drawing.Size(58, 13);
-   934 this.label14.TabIndex = 3;
-   935 this.label14.Text = "Ignore";
-   936 this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
-   937 //
-   938 // checkBox5
-   939 //
-   940 this.checkBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   941 this.checkBox5.AutoSize = true;
-   942 this.checkBox5.Location = new System.Drawing.Point(67, 61);
-   943 this.checkBox5.Name = "checkBox5";
-   944 this.checkBox5.Size = new System.Drawing.Size(187, 17);
-   945 this.checkBox5.TabIndex = 4;
-   946 this.checkBox5.Text = "Enable";
-   947 this.checkBox5.UseVisualStyleBackColor = true;
-   948 //
905 // SettingsForm 949 // SettingsForm
906 // 950 //
907 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 951 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
908 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 952 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
909 this.ClientSize = new System.Drawing.Size(552, 317); 953 this.ClientSize = new System.Drawing.Size(552, 317);
Line 939... Line 983...
939 this.tabPage3.ResumeLayout(false); 983 this.tabPage3.ResumeLayout(false);
940 this.tableLayoutPanel7.ResumeLayout(false); 984 this.tableLayoutPanel7.ResumeLayout(false);
941 this.groupBox2.ResumeLayout(false); 985 this.groupBox2.ResumeLayout(false);
942 this.tableLayoutPanel10.ResumeLayout(false); 986 this.tableLayoutPanel10.ResumeLayout(false);
943 this.tableLayoutPanel10.PerformLayout(); 987 this.tableLayoutPanel10.PerformLayout();
-   988 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
944 this.tableLayoutPanel4.ResumeLayout(false); 989 this.tableLayoutPanel4.ResumeLayout(false);
945 this.tableLayoutPanel5.ResumeLayout(false); 990 this.tableLayoutPanel5.ResumeLayout(false);
946 this.groupBox4.ResumeLayout(false); 991 this.groupBox4.ResumeLayout(false);
947 this.tabPage4.ResumeLayout(false); 992 this.tabPage4.ResumeLayout(false);
948 this.tableLayoutPanel12.ResumeLayout(false); 993 this.tableLayoutPanel12.ResumeLayout(false);
Line 983... Line 1028...
983 private GroupBox groupBox2; 1028 private GroupBox groupBox2;
984 private TableLayoutPanel tableLayoutPanel10; 1029 private TableLayoutPanel tableLayoutPanel10;
985 private Label label4; 1030 private Label label4;
986 private TextBox appIdTextBox; 1031 private TextBox appIdTextBox;
987 private Label label6; 1032 private Label label6;
988 private TextBox lingerTimeTextBox; -  
989 private TableLayoutPanel tableLayoutPanel4; 1033 private TableLayoutPanel tableLayoutPanel4;
990 private TableLayoutPanel tableLayoutPanel5; 1034 private TableLayoutPanel tableLayoutPanel5;
991 private Button button4; 1035 private Button button4;
992 private Button button3; 1036 private Button button3;
993 private GroupBox groupBox4; 1037 private GroupBox groupBox4;
Line 1018... Line 1062...
1018 private GroupBox groupBox8; 1062 private GroupBox groupBox8;
1019 private TableLayoutPanel tableLayoutPanel14; 1063 private TableLayoutPanel tableLayoutPanel14;
1020 private Label label13; 1064 private Label label13;
1021 private TrackBar trackBar1; 1065 private TrackBar trackBar1;
1022 private TextBox textBox4; 1066 private TextBox textBox4;
-   1067 private NumericUpDown numericUpDown2;
-   1068 private Label label14;
-   1069 private CheckBox checkBox5;
1023 } 1070 }
1024 } 1071 }
1025   1072