corrade-vassal – Diff between revs 4 and 5

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 4 Rev 5
Line 95... Line 95...
95 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); 95 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
96 this.pictureBox1 = new System.Windows.Forms.PictureBox(); 96 this.pictureBox1 = new System.Windows.Forms.PictureBox();
97 this.pictureBox2 = new System.Windows.Forms.PictureBox(); 97 this.pictureBox2 = new System.Windows.Forms.PictureBox();
98 this.pictureBox3 = new System.Windows.Forms.PictureBox(); 98 this.pictureBox3 = new System.Windows.Forms.PictureBox();
99 this.pictureBox4 = new System.Windows.Forms.PictureBox(); 99 this.pictureBox4 = new System.Windows.Forms.PictureBox();
-   100 this.groupBox6 = new System.Windows.Forms.GroupBox();
-   101 this.RegionRestartDelay = new System.Windows.Forms.TextBox();
-   102 this.pictureBox5 = new System.Windows.Forms.PictureBox();
100 this.tabControl1.SuspendLayout(); 103 this.tabControl1.SuspendLayout();
101 this.tabPage1.SuspendLayout(); 104 this.tabPage1.SuspendLayout();
102 this.groupBox5.SuspendLayout(); 105 this.groupBox5.SuspendLayout();
103 this.groupBox4.SuspendLayout(); 106 this.groupBox4.SuspendLayout();
104 this.groupBox3.SuspendLayout(); 107 this.groupBox3.SuspendLayout();
Line 128... Line 131...
128 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); 131 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
129 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 132 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
130 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); 133 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
131 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); 134 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
132 ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); 135 ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
-   136 this.groupBox6.SuspendLayout();
-   137 ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
133 this.SuspendLayout(); 138 this.SuspendLayout();
134 // 139 //
135 // tabControl1 140 // tabControl1
136 // 141 //
137 this.tabControl1.Controls.Add(this.tabPage1); 142 this.tabControl1.Controls.Add(this.tabPage1);
Line 143... Line 148...
143 this.tabControl1.Size = new System.Drawing.Size(679, 358); 148 this.tabControl1.Size = new System.Drawing.Size(679, 358);
144 this.tabControl1.TabIndex = 0; 149 this.tabControl1.TabIndex = 0;
145 // 150 //
146 // tabPage1 151 // tabPage1
147 // 152 //
-   153 this.tabPage1.Controls.Add(this.groupBox6);
148 this.tabPage1.Controls.Add(this.groupBox5); 154 this.tabPage1.Controls.Add(this.groupBox5);
149 this.tabPage1.Controls.Add(this.groupBox4); 155 this.tabPage1.Controls.Add(this.groupBox4);
150 this.tabPage1.Controls.Add(this.groupBox3); 156 this.tabPage1.Controls.Add(this.groupBox3);
151 this.tabPage1.Controls.Add(this.groupBox2); 157 this.tabPage1.Controls.Add(this.groupBox2);
152 this.tabPage1.Controls.Add(this.groupBox1); 158 this.tabPage1.Controls.Add(this.groupBox1);
Line 873... Line 879...
873 this.pictureBox4.TabIndex = 15; 879 this.pictureBox4.TabIndex = 15;
874 this.pictureBox4.TabStop = false; 880 this.pictureBox4.TabStop = false;
875 this.toolTip1.SetToolTip(this.pictureBox4, "This represents the time in milliseconds\r\nbefore Corrade considers that it was no" + 881 this.toolTip1.SetToolTip(this.pictureBox4, "This represents the time in milliseconds\r\nbefore Corrade considers that it was no" +
876 "t\r\nable to pull data for the current region."); 882 "t\r\nable to pull data for the current region.");
877 // 883 //
-   884 // groupBox6
-   885 //
-   886 this.groupBox6.Controls.Add(this.pictureBox5);
-   887 this.groupBox6.Controls.Add(this.RegionRestartDelay);
-   888 this.groupBox6.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-   889 this.groupBox6.Location = new System.Drawing.Point(6, 126);
-   890 this.groupBox6.Name = "groupBox6";
-   891 this.groupBox6.Size = new System.Drawing.Size(200, 50);
-   892 this.groupBox6.TabIndex = 5;
-   893 this.groupBox6.TabStop = false;
-   894 this.groupBox6.Text = "Region Restart Delay";
-   895 //
-   896 // RegionRestartDelay
-   897 //
-   898 this.RegionRestartDelay.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-   899 this.RegionRestartDelay.Location = new System.Drawing.Point(7, 19);
-   900 this.RegionRestartDelay.Name = "RegionRestartDelay";
-   901 this.RegionRestartDelay.Size = new System.Drawing.Size(161, 20);
-   902 this.RegionRestartDelay.TabIndex = 0;
-   903 //
-   904 // pictureBox5
-   905 //
-   906 this.pictureBox5.Cursor = System.Windows.Forms.Cursors.Help;
-   907 this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
-   908 this.pictureBox5.Location = new System.Drawing.Point(174, 19);
-   909 this.pictureBox5.Name = "pictureBox5";
-   910 this.pictureBox5.Size = new System.Drawing.Size(20, 20);
-   911 this.pictureBox5.TabIndex = 13;
-   912 this.pictureBox5.TabStop = false;
-   913 this.toolTip1.SetToolTip(this.pictureBox5, "Enter the group password that Vassal\r\nwill use to authenticate to Corrade.");
-   914 //
878 // SettingsForm 915 // SettingsForm
879 // 916 //
880 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 917 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
881 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 918 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
882 this.ClientSize = new System.Drawing.Size(704, 431); 919 this.ClientSize = new System.Drawing.Size(704, 431);
Line 888... Line 925...
888 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 925 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
889 this.MaximizeBox = false; 926 this.MaximizeBox = false;
890 this.MaximumSize = new System.Drawing.Size(720, 470); 927 this.MaximumSize = new System.Drawing.Size(720, 470);
891 this.Name = "SettingsForm"; 928 this.Name = "SettingsForm";
892 this.Text = "Vassal Settings"; 929 this.Text = "Vassal Settings";
-   930 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SettingsFormClosing);
893 this.Shown += new System.EventHandler(this.SettingsFormShown); 931 this.Shown += new System.EventHandler(this.SettingsFormShown);
894 this.tabControl1.ResumeLayout(false); 932 this.tabControl1.ResumeLayout(false);
895 this.tabPage1.ResumeLayout(false); 933 this.tabPage1.ResumeLayout(false);
896 this.groupBox5.ResumeLayout(false); 934 this.groupBox5.ResumeLayout(false);
897 this.groupBox5.PerformLayout(); 935 this.groupBox5.PerformLayout();
Line 929... Line 967...
929 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); 967 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
930 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 968 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
931 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); 969 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
932 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); 970 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
933 ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); 971 ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
-   972 this.groupBox6.ResumeLayout(false);
-   973 this.groupBox6.PerformLayout();
-   974 ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
934 this.ResumeLayout(false); 975 this.ResumeLayout(false);
935 this.PerformLayout(); 976 this.PerformLayout();
Line 936... Line 977...
936   977  
Line 1003... Line 1044...
1003 private System.Windows.Forms.ToolTip toolTip1; 1044 private System.Windows.Forms.ToolTip toolTip1;
1004 private System.Windows.Forms.PictureBox pictureBox4; 1045 private System.Windows.Forms.PictureBox pictureBox4;
1005 private System.Windows.Forms.PictureBox pictureBox3; 1046 private System.Windows.Forms.PictureBox pictureBox3;
1006 private System.Windows.Forms.PictureBox pictureBox2; 1047 private System.Windows.Forms.PictureBox pictureBox2;
1007 private System.Windows.Forms.PictureBox pictureBox1; 1048 private System.Windows.Forms.PictureBox pictureBox1;
-   1049 private System.Windows.Forms.GroupBox groupBox6;
-   1050 private System.Windows.Forms.PictureBox pictureBox5;
-   1051 private System.Windows.Forms.TextBox RegionRestartDelay;
1008 } 1052 }
1009 } 1053 }
1010   1054