corrade-vassal

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 3  →  ?path2? @ 4
/Vassal/Vassal/VassalForm.Designer.cs
@@ -33,6 +33,7 @@
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Vassal));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.Tabs = new System.Windows.Forms.TabControl();
@@ -94,6 +95,9 @@
this.ExportCSVDialog = new System.Windows.Forms.SaveFileDialog();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.Version = new System.Windows.Forms.Label();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.Tabs.SuspendLayout();
this.OverviewTab.SuspendLayout();
@@ -116,6 +120,8 @@
this.statusStrip1.SuspendLayout();
this.RegionTeleportGroup.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
@@ -184,7 +190,7 @@
//
this.groupBox9.Controls.Add(this.Objects);
this.groupBox9.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox9.Location = new System.Drawing.Point(531, 206);
this.groupBox9.Location = new System.Drawing.Point(531, 96);
this.groupBox9.Name = "groupBox9";
this.groupBox9.Size = new System.Drawing.Size(107, 49);
this.groupBox9.TabIndex = 8;
@@ -194,10 +200,10 @@
// Objects
//
this.Objects.AutoSize = true;
this.Objects.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Objects.Location = new System.Drawing.Point(9, 22);
this.Objects.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Objects.Location = new System.Drawing.Point(9, 21);
this.Objects.Name = "Objects";
this.Objects.Size = new System.Drawing.Size(25, 13);
this.Objects.Size = new System.Drawing.Size(32, 18);
this.Objects.TabIndex = 0;
this.Objects.Text = " ";
//
@@ -205,7 +211,7 @@
//
this.groupBox8.Controls.Add(this.ScriptTime);
this.groupBox8.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox8.Location = new System.Drawing.Point(418, 206);
this.groupBox8.Location = new System.Drawing.Point(531, 206);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(107, 49);
this.groupBox8.TabIndex = 7;
@@ -215,10 +221,10 @@
// ScriptTime
//
this.ScriptTime.AutoSize = true;
this.ScriptTime.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ScriptTime.Location = new System.Drawing.Point(12, 22);
this.ScriptTime.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ScriptTime.Location = new System.Drawing.Point(12, 21);
this.ScriptTime.Name = "ScriptTime";
this.ScriptTime.Size = new System.Drawing.Size(25, 13);
this.ScriptTime.Size = new System.Drawing.Size(32, 18);
this.ScriptTime.TabIndex = 0;
this.ScriptTime.Text = " ";
//
@@ -226,7 +232,7 @@
//
this.groupBox7.Controls.Add(this.ActiveScripts);
this.groupBox7.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox7.Location = new System.Drawing.Point(531, 261);
this.groupBox7.Location = new System.Drawing.Point(418, 206);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(107, 49);
this.groupBox7.TabIndex = 6;
@@ -236,10 +242,10 @@
// ActiveScripts
//
this.ActiveScripts.AutoSize = true;
this.ActiveScripts.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ActiveScripts.Location = new System.Drawing.Point(9, 22);
this.ActiveScripts.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ActiveScripts.Location = new System.Drawing.Point(9, 21);
this.ActiveScripts.Name = "ActiveScripts";
this.ActiveScripts.Size = new System.Drawing.Size(25, 13);
this.ActiveScripts.Size = new System.Drawing.Size(32, 18);
this.ActiveScripts.TabIndex = 0;
this.ActiveScripts.Text = " ";
//
@@ -257,10 +263,10 @@
// PhysicsFPS
//
this.PhysicsFPS.AutoSize = true;
this.PhysicsFPS.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.PhysicsFPS.Location = new System.Drawing.Point(9, 22);
this.PhysicsFPS.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.PhysicsFPS.Location = new System.Drawing.Point(9, 21);
this.PhysicsFPS.Name = "PhysicsFPS";
this.PhysicsFPS.Size = new System.Drawing.Size(25, 13);
this.PhysicsFPS.Size = new System.Drawing.Size(32, 18);
this.PhysicsFPS.TabIndex = 0;
this.PhysicsFPS.Text = " ";
//
@@ -278,10 +284,10 @@
// FPS
//
this.FPS.AutoSize = true;
this.FPS.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FPS.Location = new System.Drawing.Point(12, 22);
this.FPS.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FPS.Location = new System.Drawing.Point(12, 21);
this.FPS.Name = "FPS";
this.FPS.Size = new System.Drawing.Size(25, 13);
this.FPS.Size = new System.Drawing.Size(32, 18);
this.FPS.TabIndex = 0;
this.FPS.Text = " ";
//
@@ -289,7 +295,7 @@
//
this.groupBox4.Controls.Add(this.Dilation);
this.groupBox4.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox4.Location = new System.Drawing.Point(531, 96);
this.groupBox4.Location = new System.Drawing.Point(531, 261);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(107, 49);
this.groupBox4.TabIndex = 3;
@@ -299,10 +305,10 @@
// Dilation
//
this.Dilation.AutoSize = true;
this.Dilation.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Dilation.Location = new System.Drawing.Point(9, 22);
this.Dilation.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Dilation.Location = new System.Drawing.Point(9, 21);
this.Dilation.Name = "Dilation";
this.Dilation.Size = new System.Drawing.Size(25, 13);
this.Dilation.Size = new System.Drawing.Size(32, 18);
this.Dilation.TabIndex = 0;
this.Dilation.Text = " ";
//
@@ -320,10 +326,10 @@
// LastLag
//
this.LastLag.AutoSize = true;
this.LastLag.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.LastLag.Location = new System.Drawing.Point(12, 22);
this.LastLag.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.LastLag.Location = new System.Drawing.Point(12, 21);
this.LastLag.Name = "LastLag";
this.LastLag.Size = new System.Drawing.Size(25, 13);
this.LastLag.Size = new System.Drawing.Size(32, 18);
this.LastLag.TabIndex = 0;
this.LastLag.Text = " ";
//
@@ -341,10 +347,10 @@
// Agents
//
this.Agents.AutoSize = true;
this.Agents.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Agents.Location = new System.Drawing.Point(12, 22);
this.Agents.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Agents.Location = new System.Drawing.Point(12, 21);
this.Agents.Name = "Agents";
this.Agents.Size = new System.Drawing.Size(25, 13);
this.Agents.Size = new System.Drawing.Size(32, 18);
this.Agents.TabIndex = 0;
this.Agents.Text = " ";
//
@@ -646,6 +652,7 @@
//
// RegionTeleportGroup
//
this.RegionTeleportGroup.Controls.Add(this.pictureBox6);
this.RegionTeleportGroup.Controls.Add(this.button2);
this.RegionTeleportGroup.Controls.Add(this.LoadedRegions);
this.RegionTeleportGroup.Font = new System.Drawing.Font("Palatino Linotype", 8.25F);
@@ -696,6 +703,7 @@
//
// groupBox1
//
this.groupBox1.Controls.Add(this.pictureBox2);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F);
this.groupBox1.Location = new System.Drawing.Point(500, 12);
@@ -715,6 +723,35 @@
this.Version.TabIndex = 9;
this.Version.Text = " ";
//
// toolTip1
//
this.toolTip1.AutoPopDelay = 32767;
this.toolTip1.InitialDelay = 500;
this.toolTip1.ReshowDelay = 100;
//
// pictureBox6
//
this.pictureBox6.Cursor = System.Windows.Forms.Cursors.Help;
this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
this.pictureBox6.Location = new System.Drawing.Point(68, 51);
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.Size = new System.Drawing.Size(20, 20);
this.pictureBox6.TabIndex = 10;
this.pictureBox6.TabStop = false;
this.toolTip1.SetToolTip(this.pictureBox6, resources.GetString("pictureBox6.ToolTip"));
//
// pictureBox2
//
this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Help;
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(78, 25);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(20, 20);
this.pictureBox2.TabIndex = 11;
this.pictureBox2.TabStop = false;
this.toolTip1.SetToolTip(this.pictureBox2, "Before Vassal can work, Vassal must be\r\nconfigured by using the \"Settings...\"\r\nbu" +
"tton and configuring Vassal.");
//
// Vassal
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -768,6 +805,8 @@
this.statusStrip1.PerformLayout();
this.RegionTeleportGroup.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
 
@@ -835,6 +874,9 @@
private DataGridViewTextBoxColumn BatchRestartPosition;
private GroupBox groupBox1;
private Label Version;
private ToolTip toolTip1;
private PictureBox pictureBox6;
private PictureBox pictureBox2;
}
}