corrade-vassal

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 4  →  ?path2? @ 5
/Vassal/Vassal/VassalForm.Designer.cs
@@ -79,6 +79,9 @@
this.TopCollidersOwner = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TopCollidersPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.BatchRestartTab = new System.Windows.Forms.TabPage();
this.label3 = new System.Windows.Forms.Label();
this.RegionRestartDelayBox = new System.Windows.Forms.TextBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.BatchRestartButton = new System.Windows.Forms.Button();
this.BatchRestartGridView = new System.Windows.Forms.DataGridView();
this.BatchRestartRegionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -89,15 +92,15 @@
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.RegionTeleportGroup = new System.Windows.Forms.GroupBox();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.LoadedRegions = new System.Windows.Forms.ComboBox();
this.CurrentRegionName = new System.Windows.Forms.Label();
this.CurrentRegionAt = new System.Windows.Forms.Label();
this.ExportCSVDialog = new System.Windows.Forms.SaveFileDialog();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
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,11 +119,12 @@
this.TopCollidersTab.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).BeginInit();
this.BatchRestartTab.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).BeginInit();
this.statusStrip1.SuspendLayout();
this.RegionTeleportGroup.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
@@ -140,6 +144,7 @@
this.Tabs.Controls.Add(this.TopScriptsTab);
this.Tabs.Controls.Add(this.TopCollidersTab);
this.Tabs.Controls.Add(this.BatchRestartTab);
this.Tabs.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Tabs.Location = new System.Drawing.Point(13, 186);
this.Tabs.Name = "Tabs";
this.Tabs.SelectedIndex = 0;
@@ -158,10 +163,10 @@
this.OverviewTab.Controls.Add(this.groupBox4);
this.OverviewTab.Controls.Add(this.groupBox3);
this.OverviewTab.Controls.Add(this.groupBox2);
this.OverviewTab.Location = new System.Drawing.Point(4, 22);
this.OverviewTab.Location = new System.Drawing.Point(4, 25);
this.OverviewTab.Name = "OverviewTab";
this.OverviewTab.Padding = new System.Windows.Forms.Padding(3);
this.OverviewTab.Size = new System.Drawing.Size(671, 404);
this.OverviewTab.Size = new System.Drawing.Size(671, 401);
this.OverviewTab.TabIndex = 0;
this.OverviewTab.Text = "Overview";
this.OverviewTab.UseVisualStyleBackColor = true;
@@ -361,9 +366,9 @@
this.TopScriptsTab.Controls.Add(this.ReturnTopScriptsButton);
this.TopScriptsTab.Controls.Add(this.button3);
this.TopScriptsTab.Controls.Add(this.TopScriptsGridView);
this.TopScriptsTab.Location = new System.Drawing.Point(4, 22);
this.TopScriptsTab.Location = new System.Drawing.Point(4, 25);
this.TopScriptsTab.Name = "TopScriptsTab";
this.TopScriptsTab.Size = new System.Drawing.Size(671, 404);
this.TopScriptsTab.Size = new System.Drawing.Size(671, 401);
this.TopScriptsTab.TabIndex = 1;
this.TopScriptsTab.Text = "Top Scripts";
this.TopScriptsTab.UseVisualStyleBackColor = true;
@@ -373,7 +378,7 @@
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(5, 380);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(32, 13);
this.label1.Size = new System.Drawing.Size(36, 16);
this.label1.TabIndex = 7;
this.label1.Text = "Filter:";
//
@@ -381,7 +386,7 @@
//
this.TopScriptsFilter.Location = new System.Drawing.Point(43, 377);
this.TopScriptsFilter.Name = "TopScriptsFilter";
this.TopScriptsFilter.Size = new System.Drawing.Size(196, 20);
this.TopScriptsFilter.Size = new System.Drawing.Size(196, 22);
this.TopScriptsFilter.TabIndex = 6;
this.TopScriptsFilter.TextChanged += new System.EventHandler(this.RequestFilterTopScripts);
//
@@ -417,9 +422,11 @@
this.TopScriptsUUID,
this.TopScriptsOwner,
this.TopScriptsPosition});
this.TopScriptsGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TopScriptsGridView.Location = new System.Drawing.Point(4, 4);
this.TopScriptsGridView.Name = "TopScriptsGridView";
this.TopScriptsGridView.ReadOnly = true;
this.TopScriptsGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.TopScriptsGridView.Size = new System.Drawing.Size(663, 364);
this.TopScriptsGridView.TabIndex = 0;
//
@@ -465,9 +472,9 @@
this.TopCollidersTab.Controls.Add(this.ReturnTopCollidersButton);
this.TopCollidersTab.Controls.Add(this.button5);
this.TopCollidersTab.Controls.Add(this.TopCollidersGridView);
this.TopCollidersTab.Location = new System.Drawing.Point(4, 22);
this.TopCollidersTab.Location = new System.Drawing.Point(4, 25);
this.TopCollidersTab.Name = "TopCollidersTab";
this.TopCollidersTab.Size = new System.Drawing.Size(671, 404);
this.TopCollidersTab.Size = new System.Drawing.Size(671, 401);
this.TopCollidersTab.TabIndex = 2;
this.TopCollidersTab.Text = "Top Colliders";
this.TopCollidersTab.UseVisualStyleBackColor = true;
@@ -477,7 +484,7 @@
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(5, 380);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(32, 13);
this.label2.Size = new System.Drawing.Size(36, 16);
this.label2.TabIndex = 9;
this.label2.Text = "Filter:";
//
@@ -485,7 +492,7 @@
//
this.TopCollidersFilter.Location = new System.Drawing.Point(43, 377);
this.TopCollidersFilter.Name = "TopCollidersFilter";
this.TopCollidersFilter.Size = new System.Drawing.Size(196, 20);
this.TopCollidersFilter.Size = new System.Drawing.Size(196, 22);
this.TopCollidersFilter.TabIndex = 8;
this.TopCollidersFilter.TextChanged += new System.EventHandler(this.RequestFilterTopColliders);
//
@@ -521,8 +528,10 @@
this.TopCollidersUUID,
this.TopCollidersOwner,
this.TopCollidersPosition});
this.TopCollidersGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TopCollidersGridView.Location = new System.Drawing.Point(4, 4);
this.TopCollidersGridView.Name = "TopCollidersGridView";
this.TopCollidersGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.TopCollidersGridView.Size = new System.Drawing.Size(663, 364);
this.TopCollidersGridView.TabIndex = 0;
//
@@ -558,20 +567,51 @@
//
// BatchRestartTab
//
this.BatchRestartTab.Controls.Add(this.label3);
this.BatchRestartTab.Controls.Add(this.RegionRestartDelayBox);
this.BatchRestartTab.Controls.Add(this.pictureBox3);
this.BatchRestartTab.Controls.Add(this.BatchRestartButton);
this.BatchRestartTab.Controls.Add(this.BatchRestartGridView);
this.BatchRestartTab.Location = new System.Drawing.Point(4, 22);
this.BatchRestartTab.Location = new System.Drawing.Point(4, 25);
this.BatchRestartTab.Name = "BatchRestartTab";
this.BatchRestartTab.Size = new System.Drawing.Size(671, 404);
this.BatchRestartTab.Size = new System.Drawing.Size(671, 401);
this.BatchRestartTab.TabIndex = 3;
this.BatchRestartTab.Text = "Batch Restart";
this.BatchRestartTab.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(183, 378);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 16);
this.label3.TabIndex = 13;
this.label3.Text = "Restart Delay:";
//
// RegionRestartDelayBox
//
this.RegionRestartDelayBox.Location = new System.Drawing.Point(266, 375);
this.RegionRestartDelayBox.Name = "RegionRestartDelayBox";
this.RegionRestartDelayBox.Size = new System.Drawing.Size(72, 22);
this.RegionRestartDelayBox.TabIndex = 12;
//
// pictureBox3
//
this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Help;
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
this.pictureBox3.Location = new System.Drawing.Point(457, 375);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(20, 20);
this.pictureBox3.TabIndex = 11;
this.pictureBox3.TabStop = false;
this.toolTip1.SetToolTip(this.pictureBox3, resources.GetString("pictureBox3.ToolTip"));
//
// BatchRestartButton
//
this.BatchRestartButton.Location = new System.Drawing.Point(285, 374);
this.BatchRestartButton.Location = new System.Drawing.Point(344, 374);
this.BatchRestartButton.Name = "BatchRestartButton";
this.BatchRestartButton.Size = new System.Drawing.Size(95, 23);
this.BatchRestartButton.Size = new System.Drawing.Size(107, 23);
this.BatchRestartButton.TabIndex = 1;
this.BatchRestartButton.Text = "Batch Restart";
this.BatchRestartButton.UseVisualStyleBackColor = true;
@@ -586,9 +626,11 @@
this.BatchRestartGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.BatchRestartRegionName,
this.BatchRestartPosition});
this.BatchRestartGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BatchRestartGridView.Location = new System.Drawing.Point(4, 4);
this.BatchRestartGridView.Name = "BatchRestartGridView";
this.BatchRestartGridView.ReadOnly = true;
this.BatchRestartGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.BatchRestartGridView.Size = new System.Drawing.Size(663, 364);
this.BatchRestartGridView.TabIndex = 0;
//
@@ -663,6 +705,17 @@
this.RegionTeleportGroup.TabStop = false;
this.RegionTeleportGroup.Text = "Region Teleport";
//
// 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"));
//
// LoadedRegions
//
this.LoadedRegions.DisplayMember = "Text";
@@ -713,6 +766,18 @@
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Settings";
//
// 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.");
//
// Version
//
this.Version.AutoSize = true;
@@ -729,29 +794,6 @@
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);
@@ -800,12 +842,14 @@
this.TopCollidersTab.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).EndInit();
this.BatchRestartTab.ResumeLayout(false);
this.BatchRestartTab.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.RegionTeleportGroup.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -877,6 +921,9 @@
private ToolTip toolTip1;
private PictureBox pictureBox6;
private PictureBox pictureBox2;
private PictureBox pictureBox3;
private Label label3;
public TextBox RegionRestartDelayBox;
}
}