corrade-vassal

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 4  →  ?path2? @ 5
/Vassal/Vassal/SettingsForm.Designer.cs
@@ -97,6 +97,9 @@
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.RegionRestartDelay = new System.Windows.Forms.TextBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox5.SuspendLayout();
@@ -130,6 +133,8 @@
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
this.groupBox6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
this.SuspendLayout();
//
// tabControl1
@@ -145,6 +150,7 @@
//
// tabPage1
//
this.tabPage1.Controls.Add(this.groupBox6);
this.tabPage1.Controls.Add(this.groupBox5);
this.tabPage1.Controls.Add(this.groupBox4);
this.tabPage1.Controls.Add(this.groupBox3);
@@ -875,6 +881,37 @@
this.toolTip1.SetToolTip(this.pictureBox4, "This represents the time in milliseconds\r\nbefore Corrade considers that it was no" +
"t\r\nable to pull data for the current region.");
//
// groupBox6
//
this.groupBox6.Controls.Add(this.pictureBox5);
this.groupBox6.Controls.Add(this.RegionRestartDelay);
this.groupBox6.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox6.Location = new System.Drawing.Point(6, 126);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(200, 50);
this.groupBox6.TabIndex = 5;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "Region Restart Delay";
//
// RegionRestartDelay
//
this.RegionRestartDelay.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.RegionRestartDelay.Location = new System.Drawing.Point(7, 19);
this.RegionRestartDelay.Name = "RegionRestartDelay";
this.RegionRestartDelay.Size = new System.Drawing.Size(161, 20);
this.RegionRestartDelay.TabIndex = 0;
//
// pictureBox5
//
this.pictureBox5.Cursor = System.Windows.Forms.Cursors.Help;
this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
this.pictureBox5.Location = new System.Drawing.Point(174, 19);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(20, 20);
this.pictureBox5.TabIndex = 13;
this.pictureBox5.TabStop = false;
this.toolTip1.SetToolTip(this.pictureBox5, "Enter the group password that Vassal\r\nwill use to authenticate to Corrade.");
//
// SettingsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -890,6 +927,7 @@
this.MaximumSize = new System.Drawing.Size(720, 470);
this.Name = "SettingsForm";
this.Text = "Vassal Settings";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SettingsFormClosing);
this.Shown += new System.EventHandler(this.SettingsFormShown);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
@@ -931,6 +969,9 @@
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
 
@@ -1005,5 +1046,8 @@
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.PictureBox pictureBox5;
private System.Windows.Forms.TextBox RegionRestartDelay;
}
}