Winify – Diff between revs 67 and 69

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 67 Rev 69
Line 45... Line 45...
45 this.tableLayoutPanel13 = new System.Windows.Forms.TableLayoutPanel(); 45 this.tableLayoutPanel13 = new System.Windows.Forms.TableLayoutPanel();
46 this.label11 = new System.Windows.Forms.Label(); 46 this.label11 = new System.Windows.Forms.Label();
47 this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); 47 this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
48 this.label12 = new System.Windows.Forms.Label(); 48 this.label12 = new System.Windows.Forms.Label();
49 this.checkBox4 = new System.Windows.Forms.CheckBox(); 49 this.checkBox4 = new System.Windows.Forms.CheckBox();
-   50 this.groupBox8 = new System.Windows.Forms.GroupBox();
-   51 this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel();
-   52 this.label13 = new System.Windows.Forms.Label();
-   53 this.trackBar1 = new System.Windows.Forms.TrackBar();
-   54 this.textBox4 = new System.Windows.Forms.TextBox();
50 this.tabPage1 = new System.Windows.Forms.TabPage(); 55 this.tabPage1 = new System.Windows.Forms.TabPage();
51 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); 56 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
52 this.groupBox1 = new System.Windows.Forms.GroupBox(); 57 this.groupBox1 = new System.Windows.Forms.GroupBox();
53 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 58 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
54 this.serverNameTextBox = new System.Windows.Forms.TextBox(); 59 this.serverNameTextBox = new System.Windows.Forms.TextBox();
Line 91... Line 96...
91 this.label10 = new System.Windows.Forms.Label(); 96 this.label10 = new System.Windows.Forms.Label();
92 this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel(); 97 this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
93 this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel(); 98 this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
94 this.button5 = new System.Windows.Forms.Button(); 99 this.button5 = new System.Windows.Forms.Button();
95 this.button6 = new System.Windows.Forms.Button(); 100 this.button6 = new System.Windows.Forms.Button();
96 this.groupBox8 = new System.Windows.Forms.GroupBox(); -  
97 this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel(); -  
98 this.label13 = new System.Windows.Forms.Label(); -  
99 this.trackBar1 = new System.Windows.Forms.TrackBar(); -  
100 this.textBox4 = new System.Windows.Forms.TextBox(); -  
101 this.tabControl1.SuspendLayout(); 101 this.tabControl1.SuspendLayout();
102 this.tabPage2.SuspendLayout(); 102 this.tabPage2.SuspendLayout();
103 this.flowLayoutPanel2.SuspendLayout(); 103 this.flowLayoutPanel2.SuspendLayout();
104 this.groupBox3.SuspendLayout(); 104 this.groupBox3.SuspendLayout();
105 this.groupBox6.SuspendLayout(); 105 this.groupBox6.SuspendLayout();
106 this.tableLayoutPanel11.SuspendLayout(); 106 this.tableLayoutPanel11.SuspendLayout();
107 this.groupBox7.SuspendLayout(); 107 this.groupBox7.SuspendLayout();
108 this.tableLayoutPanel13.SuspendLayout(); 108 this.tableLayoutPanel13.SuspendLayout();
109 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); 109 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
-   110 this.groupBox8.SuspendLayout();
-   111 this.tableLayoutPanel14.SuspendLayout();
-   112 ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
110 this.tabPage1.SuspendLayout(); 113 this.tabPage1.SuspendLayout();
111 this.tableLayoutPanel3.SuspendLayout(); 114 this.tableLayoutPanel3.SuspendLayout();
112 this.groupBox1.SuspendLayout(); 115 this.groupBox1.SuspendLayout();
113 this.tableLayoutPanel2.SuspendLayout(); 116 this.tableLayoutPanel2.SuspendLayout();
114 this.tableLayoutPanel1.SuspendLayout(); 117 this.tableLayoutPanel1.SuspendLayout();
Line 123... Line 126...
123 this.groupBox4.SuspendLayout(); 126 this.groupBox4.SuspendLayout();
124 this.tabPage4.SuspendLayout(); 127 this.tabPage4.SuspendLayout();
125 this.tableLayoutPanel12.SuspendLayout(); 128 this.tableLayoutPanel12.SuspendLayout();
126 this.tableLayoutPanel8.SuspendLayout(); 129 this.tableLayoutPanel8.SuspendLayout();
127 this.tableLayoutPanel9.SuspendLayout(); 130 this.tableLayoutPanel9.SuspendLayout();
128 this.groupBox8.SuspendLayout(); -  
129 this.tableLayoutPanel14.SuspendLayout(); -  
130 ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); -  
131 this.SuspendLayout(); 131 this.SuspendLayout();
132 // 132 //
133 // tabControl1 133 // tabControl1
134 // 134 //
135 this.tabControl1.Controls.Add(this.tabPage2); 135 this.tabControl1.Controls.Add(this.tabPage2);
Line 301... Line 301...
301 this.checkBox4.TabIndex = 5; 301 this.checkBox4.TabIndex = 5;
302 this.checkBox4.Text = "Enable"; 302 this.checkBox4.Text = "Enable";
303 this.checkBox4.UseVisualStyleBackColor = true; 303 this.checkBox4.UseVisualStyleBackColor = true;
304 this.checkBox4.CheckStateChanged += new System.EventHandler(this.checkBox4_CheckedStateChanged); 304 this.checkBox4.CheckStateChanged += new System.EventHandler(this.checkBox4_CheckedStateChanged);
305 // 305 //
-   306 // groupBox8
-   307 //
-   308 this.groupBox8.Controls.Add(this.tableLayoutPanel14);
-   309 this.groupBox8.Location = new System.Drawing.Point(209, 62);
-   310 this.groupBox8.Name = "groupBox8";
-   311 this.groupBox8.Size = new System.Drawing.Size(200, 78);
-   312 this.groupBox8.TabIndex = 3;
-   313 this.groupBox8.TabStop = false;
-   314 this.groupBox8.Text = "Retrieve Past Notifications on Start";
-   315 //
-   316 // tableLayoutPanel14
-   317 //
-   318 this.tableLayoutPanel14.ColumnCount = 2;
-   319 this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22.16495F));
-   320 this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 77.83505F));
-   321 this.tableLayoutPanel14.Controls.Add(this.label13, 0, 0);
-   322 this.tableLayoutPanel14.Controls.Add(this.trackBar1, 1, 0);
-   323 this.tableLayoutPanel14.Controls.Add(this.textBox4, 1, 1);
-   324 this.tableLayoutPanel14.Dock = System.Windows.Forms.DockStyle.Fill;
-   325 this.tableLayoutPanel14.Location = new System.Drawing.Point(3, 16);
-   326 this.tableLayoutPanel14.Name = "tableLayoutPanel14";
-   327 this.tableLayoutPanel14.RowCount = 2;
-   328 this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   329 this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
-   330 this.tableLayoutPanel14.Size = new System.Drawing.Size(194, 59);
-   331 this.tableLayoutPanel14.TabIndex = 0;
-   332 //
-   333 // label13
-   334 //
-   335 this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   336 this.label13.AutoSize = true;
-   337 this.label13.Location = new System.Drawing.Point(3, 13);
-   338 this.label13.Name = "label13";
-   339 this.label13.Size = new System.Drawing.Size(37, 13);
-   340 this.label13.TabIndex = 0;
-   341 this.label13.Text = "Hours";
-   342 //
-   343 // trackBar1
-   344 //
-   345 this.trackBar1.Dock = System.Windows.Forms.DockStyle.Fill;
-   346 this.trackBar1.Location = new System.Drawing.Point(46, 3);
-   347 this.trackBar1.Maximum = 48;
-   348 this.trackBar1.Name = "trackBar1";
-   349 this.trackBar1.Size = new System.Drawing.Size(145, 33);
-   350 this.trackBar1.TabIndex = 1;
-   351 this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
-   352 //
-   353 // textBox4
-   354 //
-   355 this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   356 this.textBox4.Location = new System.Drawing.Point(46, 42);
-   357 this.textBox4.Name = "textBox4";
-   358 this.textBox4.ReadOnly = true;
-   359 this.textBox4.Size = new System.Drawing.Size(145, 20);
-   360 this.textBox4.TabIndex = 2;
-   361 //
306 // tabPage1 362 // tabPage1
307 // 363 //
308 this.tabPage1.Controls.Add(this.tableLayoutPanel3); 364 this.tabPage1.Controls.Add(this.tableLayoutPanel3);
309 this.tabPage1.Location = new System.Drawing.Point(4, 22); 365 this.tabPage1.Location = new System.Drawing.Point(4, 22);
310 this.tabPage1.Name = "tabPage1"; 366 this.tabPage1.Name = "tabPage1";
Line 844... Line 900...
844 this.button6.TabIndex = 1; 900 this.button6.TabIndex = 1;
845 this.button6.Text = "Cancel"; 901 this.button6.Text = "Cancel";
846 this.button6.UseVisualStyleBackColor = true; 902 this.button6.UseVisualStyleBackColor = true;
847 this.button6.Click += new System.EventHandler(this.Button6_Click); 903 this.button6.Click += new System.EventHandler(this.Button6_Click);
848 // 904 //
849 // groupBox8 -  
850 // -  
851 this.groupBox8.Controls.Add(this.tableLayoutPanel14); -  
852 this.groupBox8.Location = new System.Drawing.Point(209, 62); -  
853 this.groupBox8.Name = "groupBox8"; -  
854 this.groupBox8.Size = new System.Drawing.Size(200, 78); -  
855 this.groupBox8.TabIndex = 3; -  
856 this.groupBox8.TabStop = false; -  
857 this.groupBox8.Text = "Retrieve Past Notifications on Start"; -  
858 // -  
859 // tableLayoutPanel14 -  
860 // -  
861 this.tableLayoutPanel14.ColumnCount = 2; -  
862 this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22.16495F)); -  
863 this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 77.83505F)); -  
864 this.tableLayoutPanel14.Controls.Add(this.label13, 0, 0); -  
865 this.tableLayoutPanel14.Controls.Add(this.trackBar1, 1, 0); -  
866 this.tableLayoutPanel14.Controls.Add(this.textBox4, 1, 1); -  
867 this.tableLayoutPanel14.Dock = System.Windows.Forms.DockStyle.Fill; -  
868 this.tableLayoutPanel14.Location = new System.Drawing.Point(3, 16); -  
869 this.tableLayoutPanel14.Name = "tableLayoutPanel14"; -  
870 this.tableLayoutPanel14.RowCount = 2; -  
871 this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); -  
872 this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); -  
873 this.tableLayoutPanel14.Size = new System.Drawing.Size(194, 59); -  
874 this.tableLayoutPanel14.TabIndex = 0; -  
875 // -  
876 // label13 -  
877 // -  
878 this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); -  
879 this.label13.AutoSize = true; -  
880 this.label13.Location = new System.Drawing.Point(3, 13); -  
881 this.label13.Name = "label13"; -  
882 this.label13.Size = new System.Drawing.Size(37, 13); -  
883 this.label13.TabIndex = 0; -  
884 this.label13.Text = "Hours"; -  
885 // -  
886 // trackBar1 -  
887 // -  
888 this.trackBar1.Dock = System.Windows.Forms.DockStyle.Fill; -  
889 this.trackBar1.Location = new System.Drawing.Point(46, 3); -  
890 this.trackBar1.Maximum = 48; -  
891 this.trackBar1.Name = "trackBar1"; -  
892 this.trackBar1.Size = new System.Drawing.Size(145, 33); -  
893 this.trackBar1.TabIndex = 1; -  
894 this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged); -  
895 // -  
896 // textBox4 -  
897 // -  
898 this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); -  
899 this.textBox4.Location = new System.Drawing.Point(46, 42); -  
900 this.textBox4.Name = "textBox4"; -  
901 this.textBox4.ReadOnly = true; -  
902 this.textBox4.Size = new System.Drawing.Size(145, 20); -  
903 this.textBox4.TabIndex = 2; -  
904 // -  
905 // SettingsForm 905 // SettingsForm
906 // 906 //
907 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 907 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
908 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 908 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
909 this.ClientSize = new System.Drawing.Size(552, 317); 909 this.ClientSize = new System.Drawing.Size(552, 317);
Line 922... Line 922...
922 this.tableLayoutPanel11.PerformLayout(); 922 this.tableLayoutPanel11.PerformLayout();
923 this.groupBox7.ResumeLayout(false); 923 this.groupBox7.ResumeLayout(false);
924 this.tableLayoutPanel13.ResumeLayout(false); 924 this.tableLayoutPanel13.ResumeLayout(false);
925 this.tableLayoutPanel13.PerformLayout(); 925 this.tableLayoutPanel13.PerformLayout();
926 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); 926 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
-   927 this.groupBox8.ResumeLayout(false);
-   928 this.tableLayoutPanel14.ResumeLayout(false);
-   929 this.tableLayoutPanel14.PerformLayout();
-   930 ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
927 this.tabPage1.ResumeLayout(false); 931 this.tabPage1.ResumeLayout(false);
928 this.tableLayoutPanel3.ResumeLayout(false); 932 this.tableLayoutPanel3.ResumeLayout(false);
929 this.groupBox1.ResumeLayout(false); 933 this.groupBox1.ResumeLayout(false);
930 this.tableLayoutPanel2.ResumeLayout(false); 934 this.tableLayoutPanel2.ResumeLayout(false);
931 this.tableLayoutPanel2.PerformLayout(); 935 this.tableLayoutPanel2.PerformLayout();
Line 943... Line 947...
943 this.tabPage4.ResumeLayout(false); 947 this.tabPage4.ResumeLayout(false);
944 this.tableLayoutPanel12.ResumeLayout(false); 948 this.tableLayoutPanel12.ResumeLayout(false);
945 this.tableLayoutPanel12.PerformLayout(); 949 this.tableLayoutPanel12.PerformLayout();
946 this.tableLayoutPanel8.ResumeLayout(false); 950 this.tableLayoutPanel8.ResumeLayout(false);
947 this.tableLayoutPanel9.ResumeLayout(false); 951 this.tableLayoutPanel9.ResumeLayout(false);
948 this.groupBox8.ResumeLayout(false); -  
949 this.tableLayoutPanel14.ResumeLayout(false); -  
950 this.tableLayoutPanel14.PerformLayout(); -  
951 ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); -  
952 this.ResumeLayout(false); 952 this.ResumeLayout(false);
Line 953... Line 953...
953   953  
Line 954... Line 954...
954 } 954 }