Worms4Editor/W4Gui/Components/WeaponsPanel.Designer.cs

986 lines
52 KiB
C#

namespace W4Gui.Components
{
partial class WeaponsPanel
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WeaponsPanel));
this.weaponTabsControl = new System.Windows.Forms.TabControl();
this.generalTab = new System.Windows.Forms.TabPage();
this.generalTable = new System.Windows.Forms.TableLayoutPanel();
this.selDetonation = new System.Windows.Forms.ComboBox();
this.lblDetonation = new System.Windows.Forms.Label();
this.lblFuseTime = new System.Windows.Forms.Label();
this.selRetreatTime = new W4Gui.Components.IntUpDown();
this.lblRetreatTime = new System.Windows.Forms.Label();
this.lblWeapType = new System.Windows.Forms.Label();
this.lblWeapName = new System.Windows.Forms.Label();
this.selFuseTime = new W4Gui.Components.IntUpDown();
this.selType = new System.Windows.Forms.ComboBox();
this.selName = new System.Windows.Forms.TextBox();
this.lblGeneralHint = new System.Windows.Forms.Label();
this.powerTab = new System.Windows.Forms.TabPage();
this.powerTable = new System.Windows.Forms.TableLayoutPanel();
this.lblPowerHint = new System.Windows.Forms.Label();
this.lblMaxThrowStr = new System.Windows.Forms.Label();
this.lblBlastDmgRad = new System.Windows.Forms.Label();
this.selLandDmgRad = new W4Gui.Components.FloatUpDown();
this.lblLandDmgRad = new System.Windows.Forms.Label();
this.selWormDmgMag = new W4Gui.Components.FloatUpDown();
this.lblWormDmgStr = new System.Windows.Forms.Label();
this.lblWormDmgRad = new System.Windows.Forms.Label();
this.selWormDmgRad = new W4Gui.Components.FloatUpDown();
this.selBlastDmgRad = new W4Gui.Components.FloatUpDown();
this.selMaxThrowStr = new W4Gui.Components.FloatUpDown();
this.clusterTab = new System.Windows.Forms.TabPage();
this.clusterTable = new System.Windows.Forms.TableLayoutPanel();
this.lblClustersHint = new System.Windows.Forms.Label();
this.selClusterMaxSpeed = new W4Gui.Components.FloatUpDown();
this.lblClusterSpeedMax = new System.Windows.Forms.Label();
this.selClusterSpread = new W4Gui.Components.FloatUpDown();
this.lblClusterSpread = new System.Windows.Forms.Label();
this.lblNumCluster = new System.Windows.Forms.Label();
this.selNumCluster = new W4Gui.Components.IntUpDown();
this.technicalTab = new System.Windows.Forms.TabPage();
this.technicalTable = new System.Windows.Forms.TableLayoutPanel();
this.lblTechnicalHint = new System.Windows.Forms.Label();
this.lblGraphicsResIds = new System.Windows.Forms.Label();
this.lblGraphicsLocIds = new System.Windows.Forms.Label();
this.selLaunchFx = new System.Windows.Forms.TextBox();
this.selArielFx = new System.Windows.Forms.TextBox();
this.selDetonationFx = new System.Windows.Forms.TextBox();
this.lblDetonationFx = new System.Windows.Forms.Label();
this.lblArielFx = new System.Windows.Forms.Label();
this.lblLaunchFx = new System.Windows.Forms.Label();
this.selCollisionRad = new W4Gui.Components.FloatUpDown();
this.lblColRad = new System.Windows.Forms.Label();
this.selPayloadId = new W4Gui.Components.IntUpDown();
this.lblPayloadId = new System.Windows.Forms.Label();
this.selGraphicalResoures = new W4Gui.Components.StringList();
this.selGraphicalLocators = new W4Gui.Components.StringList();
this.togglesTab = new System.Windows.Forms.TabPage();
this.togglesTable = new System.Windows.Forms.TableLayoutPanel();
this.selHoming = new System.Windows.Forms.CheckBox();
this.selPowerUpLaunch = new System.Windows.Forms.CheckBox();
this.selAdvancedHoming = new System.Windows.Forms.CheckBox();
this.selFireOnGround = new System.Windows.Forms.CheckBox();
this.selPoison = new System.Windows.Forms.CheckBox();
this.selWindEffected = new System.Windows.Forms.CheckBox();
this.weaponTabsControl.SuspendLayout();
this.generalTab.SuspendLayout();
this.generalTable.SuspendLayout();
this.powerTab.SuspendLayout();
this.powerTable.SuspendLayout();
this.clusterTab.SuspendLayout();
this.clusterTable.SuspendLayout();
this.technicalTab.SuspendLayout();
this.technicalTable.SuspendLayout();
this.togglesTab.SuspendLayout();
this.togglesTable.SuspendLayout();
this.SuspendLayout();
//
// weaponTabsControl
//
this.weaponTabsControl.Controls.Add(this.generalTab);
this.weaponTabsControl.Controls.Add(this.powerTab);
this.weaponTabsControl.Controls.Add(this.clusterTab);
this.weaponTabsControl.Controls.Add(this.technicalTab);
this.weaponTabsControl.Controls.Add(this.togglesTab);
this.weaponTabsControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.weaponTabsControl.Location = new System.Drawing.Point(0, 0);
this.weaponTabsControl.Name = "weaponTabsControl";
this.weaponTabsControl.SelectedIndex = 0;
this.weaponTabsControl.Size = new System.Drawing.Size(653, 428);
this.weaponTabsControl.TabIndex = 9;
//
// generalTab
//
this.generalTab.AutoScroll = true;
this.generalTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.generalTab.Controls.Add(this.generalTable);
this.generalTab.Location = new System.Drawing.Point(4, 24);
this.generalTab.Name = "generalTab";
this.generalTab.Padding = new System.Windows.Forms.Padding(3);
this.generalTab.Size = new System.Drawing.Size(645, 400);
this.generalTab.TabIndex = 1;
this.generalTab.Text = "General";
this.generalTab.UseVisualStyleBackColor = true;
//
// generalTable
//
this.generalTable.AutoSize = true;
this.generalTable.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
this.generalTable.ColumnCount = 2;
this.generalTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.generalTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.generalTable.Controls.Add(this.selDetonation, 1, 1);
this.generalTable.Controls.Add(this.lblDetonation, 0, 1);
this.generalTable.Controls.Add(this.lblFuseTime, 0, 4);
this.generalTable.Controls.Add(this.selRetreatTime, 1, 3);
this.generalTable.Controls.Add(this.lblRetreatTime, 0, 3);
this.generalTable.Controls.Add(this.lblWeapType, 0, 2);
this.generalTable.Controls.Add(this.lblWeapName, 0, 0);
this.generalTable.Controls.Add(this.selFuseTime, 1, 4);
this.generalTable.Controls.Add(this.selType, 1, 2);
this.generalTable.Controls.Add(this.selName, 1, 0);
this.generalTable.Controls.Add(this.lblGeneralHint, 1, 5);
this.generalTable.Dock = System.Windows.Forms.DockStyle.Top;
this.generalTable.Location = new System.Drawing.Point(3, 3);
this.generalTable.Name = "generalTable";
this.generalTable.RowCount = 6;
this.generalTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.generalTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.generalTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.generalTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.generalTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.generalTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.generalTable.Size = new System.Drawing.Size(635, 234);
this.generalTable.TabIndex = 6;
//
// selDetonation
//
this.selDetonation.Dock = System.Windows.Forms.DockStyle.Top;
this.selDetonation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.selDetonation.FormattingEnabled = true;
this.selDetonation.Items.AddRange(new object[] {
"Impact",
"Fuse",
"User",
"Stops Moving"});
this.selDetonation.Location = new System.Drawing.Point(90, 36);
this.selDetonation.Name = "selDetonation";
this.selDetonation.Size = new System.Drawing.Size(540, 23);
this.selDetonation.TabIndex = 17;
//
// lblDetonation
//
this.lblDetonation.AutoSize = true;
this.lblDetonation.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblDetonation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblDetonation.Location = new System.Drawing.Point(5, 33);
this.lblDetonation.Name = "lblDetonation";
this.lblDetonation.Size = new System.Drawing.Size(77, 29);
this.lblDetonation.TabIndex = 16;
this.lblDetonation.Text = "Detonation:";
this.lblDetonation.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblFuseTime
//
this.lblFuseTime.AutoSize = true;
this.lblFuseTime.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblFuseTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblFuseTime.Location = new System.Drawing.Point(5, 126);
this.lblFuseTime.Name = "lblFuseTime";
this.lblFuseTime.Size = new System.Drawing.Size(77, 29);
this.lblFuseTime.TabIndex = 13;
this.lblFuseTime.Text = "Fuse Time:";
this.lblFuseTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selRetreatTime
//
this.selRetreatTime.AutoSize = true;
this.selRetreatTime.Dock = System.Windows.Forms.DockStyle.Top;
this.selRetreatTime.Location = new System.Drawing.Point(90, 98);
this.selRetreatTime.Name = "selRetreatTime";
this.selRetreatTime.Size = new System.Drawing.Size(540, 23);
this.selRetreatTime.TabIndex = 11;
this.selRetreatTime.Text = "0";
this.selRetreatTime.Value = 0;
//
// lblRetreatTime
//
this.lblRetreatTime.AutoSize = true;
this.lblRetreatTime.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblRetreatTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblRetreatTime.Location = new System.Drawing.Point(5, 95);
this.lblRetreatTime.Name = "lblRetreatTime";
this.lblRetreatTime.Size = new System.Drawing.Size(77, 29);
this.lblRetreatTime.TabIndex = 10;
this.lblRetreatTime.Text = "Retreat Time:";
this.lblRetreatTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblWeapType
//
this.lblWeapType.AutoSize = true;
this.lblWeapType.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblWeapType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblWeapType.Location = new System.Drawing.Point(5, 64);
this.lblWeapType.Name = "lblWeapType";
this.lblWeapType.Size = new System.Drawing.Size(77, 29);
this.lblWeapType.TabIndex = 7;
this.lblWeapType.Text = "Type:";
this.lblWeapType.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblWeapName
//
this.lblWeapName.AutoSize = true;
this.lblWeapName.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblWeapName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblWeapName.Location = new System.Drawing.Point(5, 2);
this.lblWeapName.Name = "lblWeapName";
this.lblWeapName.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lblWeapName.Size = new System.Drawing.Size(77, 29);
this.lblWeapName.TabIndex = 0;
this.lblWeapName.Text = "Name:";
this.lblWeapName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selFuseTime
//
this.selFuseTime.AutoSize = true;
this.selFuseTime.Dock = System.Windows.Forms.DockStyle.Top;
this.selFuseTime.Location = new System.Drawing.Point(90, 129);
this.selFuseTime.Name = "selFuseTime";
this.selFuseTime.Size = new System.Drawing.Size(540, 23);
this.selFuseTime.TabIndex = 12;
this.selFuseTime.Text = "0";
this.selFuseTime.Value = 0;
//
// selType
//
this.selType.Dock = System.Windows.Forms.DockStyle.Top;
this.selType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.selType.FormattingEnabled = true;
this.selType.Items.AddRange(new object[] {
"Air Strike",
"Launched",
"Thrown"});
this.selType.Location = new System.Drawing.Point(90, 67);
this.selType.Name = "selType";
this.selType.Size = new System.Drawing.Size(540, 23);
this.selType.TabIndex = 14;
//
// selName
//
this.selName.Dock = System.Windows.Forms.DockStyle.Fill;
this.selName.Location = new System.Drawing.Point(90, 5);
this.selName.Name = "selName";
this.selName.PlaceholderText = "Weapon Name";
this.selName.Size = new System.Drawing.Size(540, 23);
this.selName.TabIndex = 1;
//
// lblGeneralHint
//
this.lblGeneralHint.AutoSize = true;
this.lblGeneralHint.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblGeneralHint.Location = new System.Drawing.Point(90, 157);
this.lblGeneralHint.Name = "lblGeneralHint";
this.lblGeneralHint.Size = new System.Drawing.Size(540, 75);
this.lblGeneralHint.TabIndex = 15;
this.lblGeneralHint.Text = "* Fuse Time of -1 is user controllable timer\r\n\r\n* Retreat time of -1 is use game " +
"styles retreat time.\r\n\r\n\r\n";
//
// powerTab
//
this.powerTab.AutoScroll = true;
this.powerTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.powerTab.Controls.Add(this.powerTable);
this.powerTab.Location = new System.Drawing.Point(4, 24);
this.powerTab.Name = "powerTab";
this.powerTab.Padding = new System.Windows.Forms.Padding(3);
this.powerTab.Size = new System.Drawing.Size(645, 400);
this.powerTab.TabIndex = 2;
this.powerTab.Text = "Power";
this.powerTab.UseVisualStyleBackColor = true;
//
// powerTable
//
this.powerTable.AutoSize = true;
this.powerTable.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
this.powerTable.ColumnCount = 2;
this.powerTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.powerTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.powerTable.Controls.Add(this.lblPowerHint, 2, 5);
this.powerTable.Controls.Add(this.lblMaxThrowStr, 0, 4);
this.powerTable.Controls.Add(this.lblBlastDmgRad, 0, 3);
this.powerTable.Controls.Add(this.selLandDmgRad, 1, 2);
this.powerTable.Controls.Add(this.lblLandDmgRad, 0, 2);
this.powerTable.Controls.Add(this.selWormDmgMag, 1, 1);
this.powerTable.Controls.Add(this.lblWormDmgStr, 0, 1);
this.powerTable.Controls.Add(this.lblWormDmgRad, 0, 0);
this.powerTable.Controls.Add(this.selWormDmgRad, 1, 0);
this.powerTable.Controls.Add(this.selBlastDmgRad, 1, 3);
this.powerTable.Controls.Add(this.selMaxThrowStr, 1, 4);
this.powerTable.Dock = System.Windows.Forms.DockStyle.Top;
this.powerTable.Location = new System.Drawing.Point(3, 3);
this.powerTable.Name = "powerTable";
this.powerTable.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.powerTable.RowCount = 6;
this.powerTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.powerTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.powerTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.powerTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.powerTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.powerTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.powerTable.Size = new System.Drawing.Size(641, 255);
this.powerTable.TabIndex = 6;
//
// lblPowerHint
//
this.lblPowerHint.AutoSize = true;
this.lblPowerHint.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblPowerHint.Location = new System.Drawing.Point(137, 160);
this.lblPowerHint.Name = "lblPowerHint";
this.lblPowerHint.Size = new System.Drawing.Size(496, 90);
this.lblPowerHint.TabIndex = 16;
this.lblPowerHint.Text = resources.GetString("lblPowerHint.Text");
//
// lblMaxThrowStr
//
this.lblMaxThrowStr.AutoSize = true;
this.lblMaxThrowStr.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblMaxThrowStr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblMaxThrowStr.Location = new System.Drawing.Point(8, 129);
this.lblMaxThrowStr.Name = "lblMaxThrowStr";
this.lblMaxThrowStr.Size = new System.Drawing.Size(121, 29);
this.lblMaxThrowStr.TabIndex = 14;
this.lblMaxThrowStr.Text = "Max Throw Strength:";
this.lblMaxThrowStr.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblBlastDmgRad
//
this.lblBlastDmgRad.AutoSize = true;
this.lblBlastDmgRad.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblBlastDmgRad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblBlastDmgRad.Location = new System.Drawing.Point(8, 98);
this.lblBlastDmgRad.Name = "lblBlastDmgRad";
this.lblBlastDmgRad.Size = new System.Drawing.Size(121, 29);
this.lblBlastDmgRad.TabIndex = 13;
this.lblBlastDmgRad.Text = "Blast DMG Radius:";
this.lblBlastDmgRad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selLandDmgRad
//
this.selLandDmgRad.Dock = System.Windows.Forms.DockStyle.Top;
this.selLandDmgRad.Location = new System.Drawing.Point(137, 70);
this.selLandDmgRad.Name = "selLandDmgRad";
this.selLandDmgRad.Size = new System.Drawing.Size(496, 23);
this.selLandDmgRad.TabIndex = 11;
this.selLandDmgRad.Text = "0.0";
this.selLandDmgRad.Value = 0F;
//
// lblLandDmgRad
//
this.lblLandDmgRad.AutoSize = true;
this.lblLandDmgRad.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblLandDmgRad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblLandDmgRad.Location = new System.Drawing.Point(8, 67);
this.lblLandDmgRad.Name = "lblLandDmgRad";
this.lblLandDmgRad.Size = new System.Drawing.Size(121, 29);
this.lblLandDmgRad.TabIndex = 10;
this.lblLandDmgRad.Text = "Land DMG Radius:";
this.lblLandDmgRad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selWormDmgMag
//
this.selWormDmgMag.Dock = System.Windows.Forms.DockStyle.Top;
this.selWormDmgMag.Location = new System.Drawing.Point(137, 39);
this.selWormDmgMag.Name = "selWormDmgMag";
this.selWormDmgMag.Size = new System.Drawing.Size(496, 23);
this.selWormDmgMag.TabIndex = 9;
this.selWormDmgMag.Text = "0.0";
this.selWormDmgMag.Value = 0F;
//
// lblWormDmgStr
//
this.lblWormDmgStr.AutoSize = true;
this.lblWormDmgStr.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblWormDmgStr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblWormDmgStr.Location = new System.Drawing.Point(8, 36);
this.lblWormDmgStr.Name = "lblWormDmgStr";
this.lblWormDmgStr.Size = new System.Drawing.Size(121, 29);
this.lblWormDmgStr.TabIndex = 7;
this.lblWormDmgStr.Text = "Worm DMG Strength:";
this.lblWormDmgStr.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblWormDmgRad
//
this.lblWormDmgRad.AutoSize = true;
this.lblWormDmgRad.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblWormDmgRad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblWormDmgRad.Location = new System.Drawing.Point(8, 5);
this.lblWormDmgRad.Name = "lblWormDmgRad";
this.lblWormDmgRad.Size = new System.Drawing.Size(121, 29);
this.lblWormDmgRad.TabIndex = 0;
this.lblWormDmgRad.Text = "Worm DMG Radius:";
this.lblWormDmgRad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selWormDmgRad
//
this.selWormDmgRad.Dock = System.Windows.Forms.DockStyle.Top;
this.selWormDmgRad.Location = new System.Drawing.Point(137, 8);
this.selWormDmgRad.Name = "selWormDmgRad";
this.selWormDmgRad.Size = new System.Drawing.Size(496, 23);
this.selWormDmgRad.TabIndex = 8;
this.selWormDmgRad.Text = "0.0";
this.selWormDmgRad.Value = 0F;
//
// selBlastDmgRad
//
this.selBlastDmgRad.Dock = System.Windows.Forms.DockStyle.Top;
this.selBlastDmgRad.Location = new System.Drawing.Point(137, 101);
this.selBlastDmgRad.Name = "selBlastDmgRad";
this.selBlastDmgRad.Size = new System.Drawing.Size(496, 23);
this.selBlastDmgRad.TabIndex = 12;
this.selBlastDmgRad.Text = "0.0";
this.selBlastDmgRad.Value = 0F;
//
// selMaxThrowStr
//
this.selMaxThrowStr.Dock = System.Windows.Forms.DockStyle.Top;
this.selMaxThrowStr.Location = new System.Drawing.Point(137, 132);
this.selMaxThrowStr.Name = "selMaxThrowStr";
this.selMaxThrowStr.Size = new System.Drawing.Size(496, 23);
this.selMaxThrowStr.TabIndex = 15;
this.selMaxThrowStr.Text = "0.0";
this.selMaxThrowStr.Value = 0F;
//
// clusterTab
//
this.clusterTab.AutoScroll = true;
this.clusterTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.clusterTab.Controls.Add(this.clusterTable);
this.clusterTab.Location = new System.Drawing.Point(4, 24);
this.clusterTab.Name = "clusterTab";
this.clusterTab.Padding = new System.Windows.Forms.Padding(3);
this.clusterTab.Size = new System.Drawing.Size(645, 400);
this.clusterTab.TabIndex = 3;
this.clusterTab.Text = "Clusters";
this.clusterTab.UseVisualStyleBackColor = true;
//
// clusterTable
//
this.clusterTable.AutoSize = true;
this.clusterTable.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
this.clusterTable.ColumnCount = 2;
this.clusterTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.clusterTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.clusterTable.Controls.Add(this.lblClustersHint, 1, 3);
this.clusterTable.Controls.Add(this.selClusterMaxSpeed, 1, 2);
this.clusterTable.Controls.Add(this.lblClusterSpeedMax, 0, 2);
this.clusterTable.Controls.Add(this.selClusterSpread, 1, 1);
this.clusterTable.Controls.Add(this.lblClusterSpread, 0, 1);
this.clusterTable.Controls.Add(this.lblNumCluster, 0, 0);
this.clusterTable.Controls.Add(this.selNumCluster, 1, 0);
this.clusterTable.Dock = System.Windows.Forms.DockStyle.Top;
this.clusterTable.Location = new System.Drawing.Point(3, 3);
this.clusterTable.Name = "clusterTable";
this.clusterTable.RowCount = 4;
this.clusterTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.clusterTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.clusterTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.clusterTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.clusterTable.Size = new System.Drawing.Size(635, 247);
this.clusterTable.TabIndex = 6;
//
// lblClustersHint
//
this.lblClustersHint.AutoSize = true;
this.lblClustersHint.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblClustersHint.Location = new System.Drawing.Point(126, 95);
this.lblClustersHint.Name = "lblClustersHint";
this.lblClustersHint.Size = new System.Drawing.Size(504, 150);
this.lblClustersHint.TabIndex = 17;
this.lblClustersHint.Text = resources.GetString("lblClustersHint.Text");
//
// selClusterMaxSpeed
//
this.selClusterMaxSpeed.Dock = System.Windows.Forms.DockStyle.Top;
this.selClusterMaxSpeed.Location = new System.Drawing.Point(126, 67);
this.selClusterMaxSpeed.Name = "selClusterMaxSpeed";
this.selClusterMaxSpeed.Size = new System.Drawing.Size(504, 23);
this.selClusterMaxSpeed.TabIndex = 11;
this.selClusterMaxSpeed.Text = "0.0";
this.selClusterMaxSpeed.Value = 0F;
//
// lblClusterSpeedMax
//
this.lblClusterSpeedMax.AutoSize = true;
this.lblClusterSpeedMax.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblClusterSpeedMax.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblClusterSpeedMax.Location = new System.Drawing.Point(5, 64);
this.lblClusterSpeedMax.Name = "lblClusterSpeedMax";
this.lblClusterSpeedMax.Size = new System.Drawing.Size(113, 29);
this.lblClusterSpeedMax.TabIndex = 10;
this.lblClusterSpeedMax.Text = "Cluster Max Speed:";
this.lblClusterSpeedMax.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selClusterSpread
//
this.selClusterSpread.Dock = System.Windows.Forms.DockStyle.Top;
this.selClusterSpread.Location = new System.Drawing.Point(126, 36);
this.selClusterSpread.Name = "selClusterSpread";
this.selClusterSpread.Size = new System.Drawing.Size(504, 23);
this.selClusterSpread.TabIndex = 9;
this.selClusterSpread.Text = "0.0";
this.selClusterSpread.Value = 0F;
//
// lblClusterSpread
//
this.lblClusterSpread.AutoSize = true;
this.lblClusterSpread.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblClusterSpread.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblClusterSpread.Location = new System.Drawing.Point(5, 33);
this.lblClusterSpread.Name = "lblClusterSpread";
this.lblClusterSpread.Size = new System.Drawing.Size(113, 29);
this.lblClusterSpread.TabIndex = 7;
this.lblClusterSpread.Text = "Cluster Spread:";
this.lblClusterSpread.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblNumCluster
//
this.lblNumCluster.AutoSize = true;
this.lblNumCluster.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblNumCluster.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblNumCluster.Location = new System.Drawing.Point(5, 2);
this.lblNumCluster.Name = "lblNumCluster";
this.lblNumCluster.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lblNumCluster.Size = new System.Drawing.Size(113, 29);
this.lblNumCluster.TabIndex = 0;
this.lblNumCluster.Text = "Number of Clusters:";
this.lblNumCluster.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selNumCluster
//
this.selNumCluster.Dock = System.Windows.Forms.DockStyle.Top;
this.selNumCluster.Location = new System.Drawing.Point(126, 5);
this.selNumCluster.Name = "selNumCluster";
this.selNumCluster.Size = new System.Drawing.Size(504, 23);
this.selNumCluster.TabIndex = 8;
this.selNumCluster.Text = "0";
this.selNumCluster.Value = 0;
//
// technicalTab
//
this.technicalTab.AutoScroll = true;
this.technicalTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.technicalTab.Controls.Add(this.technicalTable);
this.technicalTab.Location = new System.Drawing.Point(4, 24);
this.technicalTab.Name = "technicalTab";
this.technicalTab.Size = new System.Drawing.Size(645, 400);
this.technicalTab.TabIndex = 4;
this.technicalTab.Text = "Technical";
this.technicalTab.UseVisualStyleBackColor = true;
//
// technicalTable
//
this.technicalTable.AutoSize = true;
this.technicalTable.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
this.technicalTable.ColumnCount = 2;
this.technicalTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.technicalTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.technicalTable.Controls.Add(this.lblTechnicalHint, 1, 7);
this.technicalTable.Controls.Add(this.lblGraphicsResIds, 0, 5);
this.technicalTable.Controls.Add(this.lblGraphicsLocIds, 0, 6);
this.technicalTable.Controls.Add(this.selLaunchFx, 1, 2);
this.technicalTable.Controls.Add(this.selArielFx, 2, 3);
this.technicalTable.Controls.Add(this.selDetonationFx, 1, 4);
this.technicalTable.Controls.Add(this.lblDetonationFx, 0, 4);
this.technicalTable.Controls.Add(this.lblArielFx, 0, 3);
this.technicalTable.Controls.Add(this.lblLaunchFx, 0, 2);
this.technicalTable.Controls.Add(this.selCollisionRad, 1, 1);
this.technicalTable.Controls.Add(this.lblColRad, 0, 1);
this.technicalTable.Controls.Add(this.selPayloadId, 1, 0);
this.technicalTable.Controls.Add(this.lblPayloadId, 0, 0);
this.technicalTable.Controls.Add(this.selGraphicalResoures, 1, 5);
this.technicalTable.Controls.Add(this.selGraphicalLocators, 1, 6);
this.technicalTable.Dock = System.Windows.Forms.DockStyle.Top;
this.technicalTable.Location = new System.Drawing.Point(0, 0);
this.technicalTable.Name = "technicalTable";
this.technicalTable.Padding = new System.Windows.Forms.Padding(3);
this.technicalTable.RowCount = 8;
this.technicalTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.technicalTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.technicalTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.technicalTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.technicalTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.technicalTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.technicalTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.technicalTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.technicalTable.Size = new System.Drawing.Size(624, 625);
this.technicalTable.TabIndex = 6;
//
// lblTechnicalHint
//
this.lblTechnicalHint.AutoSize = true;
this.lblTechnicalHint.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblTechnicalHint.Location = new System.Drawing.Point(132, 545);
this.lblTechnicalHint.Name = "lblTechnicalHint";
this.lblTechnicalHint.Size = new System.Drawing.Size(484, 75);
this.lblTechnicalHint.TabIndex = 24;
this.lblTechnicalHint.Text = "* This is information on what graphics to load when your weapon used\r\n\r\n* EDITING" +
" THIS HAS A VERY HIGH CHANCE TO CRASH THE GAME\r\n\r\n\r\n";
//
// lblGraphicsResIds
//
this.lblGraphicsResIds.AutoSize = true;
this.lblGraphicsResIds.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblGraphicsResIds.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblGraphicsResIds.Location = new System.Drawing.Point(8, 160);
this.lblGraphicsResIds.Name = "lblGraphicsResIds";
this.lblGraphicsResIds.Size = new System.Drawing.Size(116, 185);
this.lblGraphicsResIds.TabIndex = 23;
this.lblGraphicsResIds.Text = "Graphical Resources:";
this.lblGraphicsResIds.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblGraphicsLocIds
//
this.lblGraphicsLocIds.AutoSize = true;
this.lblGraphicsLocIds.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblGraphicsLocIds.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblGraphicsLocIds.Location = new System.Drawing.Point(8, 347);
this.lblGraphicsLocIds.Name = "lblGraphicsLocIds";
this.lblGraphicsLocIds.Size = new System.Drawing.Size(116, 196);
this.lblGraphicsLocIds.TabIndex = 22;
this.lblGraphicsLocIds.Text = "Graphical Locators:";
this.lblGraphicsLocIds.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selLaunchFx
//
this.selLaunchFx.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
this.selLaunchFx.Dock = System.Windows.Forms.DockStyle.Top;
this.selLaunchFx.Location = new System.Drawing.Point(132, 70);
this.selLaunchFx.Name = "selLaunchFx";
this.selLaunchFx.PlaceholderText = "Launch FX";
this.selLaunchFx.Size = new System.Drawing.Size(484, 23);
this.selLaunchFx.TabIndex = 19;
//
// selArielFx
//
this.selArielFx.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
this.selArielFx.Dock = System.Windows.Forms.DockStyle.Top;
this.selArielFx.Location = new System.Drawing.Point(132, 101);
this.selArielFx.Name = "selArielFx";
this.selArielFx.PlaceholderText = "Ariel FX";
this.selArielFx.Size = new System.Drawing.Size(484, 23);
this.selArielFx.TabIndex = 18;
//
// selDetonationFx
//
this.selDetonationFx.Dock = System.Windows.Forms.DockStyle.Top;
this.selDetonationFx.Location = new System.Drawing.Point(132, 132);
this.selDetonationFx.Name = "selDetonationFx";
this.selDetonationFx.PlaceholderText = "Detonation FX";
this.selDetonationFx.Size = new System.Drawing.Size(484, 23);
this.selDetonationFx.TabIndex = 17;
//
// lblDetonationFx
//
this.lblDetonationFx.AutoSize = true;
this.lblDetonationFx.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblDetonationFx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblDetonationFx.Location = new System.Drawing.Point(8, 129);
this.lblDetonationFx.Name = "lblDetonationFx";
this.lblDetonationFx.Size = new System.Drawing.Size(116, 29);
this.lblDetonationFx.TabIndex = 16;
this.lblDetonationFx.Text = "Detonation Effect:";
this.lblDetonationFx.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblArielFx
//
this.lblArielFx.AutoSize = true;
this.lblArielFx.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblArielFx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblArielFx.Location = new System.Drawing.Point(8, 98);
this.lblArielFx.Name = "lblArielFx";
this.lblArielFx.Size = new System.Drawing.Size(116, 29);
this.lblArielFx.TabIndex = 15;
this.lblArielFx.Text = "Ariel Effect:";
this.lblArielFx.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblLaunchFx
//
this.lblLaunchFx.AutoSize = true;
this.lblLaunchFx.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblLaunchFx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblLaunchFx.Location = new System.Drawing.Point(8, 67);
this.lblLaunchFx.Name = "lblLaunchFx";
this.lblLaunchFx.Size = new System.Drawing.Size(116, 29);
this.lblLaunchFx.TabIndex = 14;
this.lblLaunchFx.Text = "Launch Effect:";
this.lblLaunchFx.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selCollisionRad
//
this.selCollisionRad.Dock = System.Windows.Forms.DockStyle.Top;
this.selCollisionRad.Location = new System.Drawing.Point(132, 39);
this.selCollisionRad.Name = "selCollisionRad";
this.selCollisionRad.Size = new System.Drawing.Size(484, 23);
this.selCollisionRad.TabIndex = 13;
this.selCollisionRad.Text = "0.0";
this.selCollisionRad.Value = 0F;
//
// lblColRad
//
this.lblColRad.AutoSize = true;
this.lblColRad.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblColRad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblColRad.Location = new System.Drawing.Point(8, 36);
this.lblColRad.Name = "lblColRad";
this.lblColRad.Size = new System.Drawing.Size(116, 29);
this.lblColRad.TabIndex = 12;
this.lblColRad.Text = "Collison Radius:";
this.lblColRad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selPayloadId
//
this.selPayloadId.Dock = System.Windows.Forms.DockStyle.Top;
this.selPayloadId.Location = new System.Drawing.Point(132, 8);
this.selPayloadId.Name = "selPayloadId";
this.selPayloadId.Size = new System.Drawing.Size(484, 23);
this.selPayloadId.TabIndex = 11;
this.selPayloadId.Text = "0";
this.selPayloadId.Value = 0;
//
// lblPayloadId
//
this.lblPayloadId.AutoSize = true;
this.lblPayloadId.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblPayloadId.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblPayloadId.Location = new System.Drawing.Point(8, 5);
this.lblPayloadId.Name = "lblPayloadId";
this.lblPayloadId.Size = new System.Drawing.Size(116, 29);
this.lblPayloadId.TabIndex = 10;
this.lblPayloadId.Text = "Payload ID:";
this.lblPayloadId.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selGraphicalResoures
//
this.selGraphicalResoures.Dock = System.Windows.Forms.DockStyle.Fill;
this.selGraphicalResoures.Location = new System.Drawing.Point(132, 163);
this.selGraphicalResoures.Name = "selGraphicalResoures";
this.selGraphicalResoures.Size = new System.Drawing.Size(484, 179);
this.selGraphicalResoures.TabIndex = 25;
//
// selGraphicalLocators
//
this.selGraphicalLocators.Dock = System.Windows.Forms.DockStyle.Fill;
this.selGraphicalLocators.Location = new System.Drawing.Point(132, 350);
this.selGraphicalLocators.Name = "selGraphicalLocators";
this.selGraphicalLocators.Size = new System.Drawing.Size(484, 190);
this.selGraphicalLocators.TabIndex = 26;
//
// togglesTab
//
this.togglesTab.AutoScroll = true;
this.togglesTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.togglesTab.Controls.Add(this.togglesTable);
this.togglesTab.Location = new System.Drawing.Point(4, 24);
this.togglesTab.Name = "togglesTab";
this.togglesTab.Size = new System.Drawing.Size(645, 400);
this.togglesTab.TabIndex = 5;
this.togglesTab.Text = "Toggles";
this.togglesTab.UseVisualStyleBackColor = true;
//
// togglesTable
//
this.togglesTable.AutoSize = true;
this.togglesTable.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
this.togglesTable.ColumnCount = 2;
this.togglesTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.togglesTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.togglesTable.Controls.Add(this.selHoming, 0, 0);
this.togglesTable.Controls.Add(this.selPowerUpLaunch, 0, 2);
this.togglesTable.Controls.Add(this.selAdvancedHoming, 1, 0);
this.togglesTable.Controls.Add(this.selFireOnGround, 1, 2);
this.togglesTable.Controls.Add(this.selPoison, 0, 1);
this.togglesTable.Controls.Add(this.selWindEffected, 1, 1);
this.togglesTable.Dock = System.Windows.Forms.DockStyle.Top;
this.togglesTable.Location = new System.Drawing.Point(0, 0);
this.togglesTable.Name = "togglesTable";
this.togglesTable.Padding = new System.Windows.Forms.Padding(3);
this.togglesTable.RowCount = 3;
this.togglesTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.togglesTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.togglesTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.togglesTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.togglesTable.Size = new System.Drawing.Size(641, 89);
this.togglesTable.TabIndex = 7;
//
// selHoming
//
this.selHoming.AutoSize = true;
this.selHoming.Dock = System.Windows.Forms.DockStyle.Fill;
this.selHoming.Location = new System.Drawing.Point(8, 8);
this.selHoming.Name = "selHoming";
this.selHoming.Size = new System.Drawing.Size(308, 19);
this.selHoming.TabIndex = 0;
this.selHoming.Text = "Homing";
this.selHoming.UseVisualStyleBackColor = true;
//
// selPowerUpLaunch
//
this.selPowerUpLaunch.AutoSize = true;
this.selPowerUpLaunch.Dock = System.Windows.Forms.DockStyle.Fill;
this.selPowerUpLaunch.Location = new System.Drawing.Point(8, 62);
this.selPowerUpLaunch.Name = "selPowerUpLaunch";
this.selPowerUpLaunch.Size = new System.Drawing.Size(308, 19);
this.selPowerUpLaunch.TabIndex = 5;
this.selPowerUpLaunch.Text = "Power Up Launch";
this.selPowerUpLaunch.UseVisualStyleBackColor = true;
//
// selAdvancedHoming
//
this.selAdvancedHoming.AutoSize = true;
this.selAdvancedHoming.Dock = System.Windows.Forms.DockStyle.Fill;
this.selAdvancedHoming.Location = new System.Drawing.Point(324, 8);
this.selAdvancedHoming.Name = "selAdvancedHoming";
this.selAdvancedHoming.Size = new System.Drawing.Size(309, 19);
this.selAdvancedHoming.TabIndex = 1;
this.selAdvancedHoming.Text = "Advanced Homing";
this.selAdvancedHoming.UseVisualStyleBackColor = true;
//
// selFireOnGround
//
this.selFireOnGround.AutoSize = true;
this.selFireOnGround.Dock = System.Windows.Forms.DockStyle.Fill;
this.selFireOnGround.Location = new System.Drawing.Point(324, 62);
this.selFireOnGround.Name = "selFireOnGround";
this.selFireOnGround.Size = new System.Drawing.Size(309, 19);
this.selFireOnGround.TabIndex = 3;
this.selFireOnGround.Text = "Fire On Ground";
this.selFireOnGround.UseVisualStyleBackColor = true;
//
// selPoison
//
this.selPoison.AutoSize = true;
this.selPoison.Dock = System.Windows.Forms.DockStyle.Fill;
this.selPoison.Location = new System.Drawing.Point(8, 35);
this.selPoison.Name = "selPoison";
this.selPoison.Size = new System.Drawing.Size(308, 19);
this.selPoison.TabIndex = 4;
this.selPoison.Text = "Poison";
this.selPoison.UseVisualStyleBackColor = true;
//
// selWindEffected
//
this.selWindEffected.AutoSize = true;
this.selWindEffected.Dock = System.Windows.Forms.DockStyle.Fill;
this.selWindEffected.Location = new System.Drawing.Point(324, 35);
this.selWindEffected.Name = "selWindEffected";
this.selWindEffected.Size = new System.Drawing.Size(309, 19);
this.selWindEffected.TabIndex = 2;
this.selWindEffected.Text = "Wind Effected";
this.selWindEffected.UseVisualStyleBackColor = true;
//
// WeaponsPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.weaponTabsControl);
this.Name = "WeaponsPanel";
this.Size = new System.Drawing.Size(653, 428);
this.weaponTabsControl.ResumeLayout(false);
this.generalTab.ResumeLayout(false);
this.generalTab.PerformLayout();
this.generalTable.ResumeLayout(false);
this.generalTable.PerformLayout();
this.powerTab.ResumeLayout(false);
this.powerTab.PerformLayout();
this.powerTable.ResumeLayout(false);
this.powerTable.PerformLayout();
this.clusterTab.ResumeLayout(false);
this.clusterTab.PerformLayout();
this.clusterTable.ResumeLayout(false);
this.clusterTable.PerformLayout();
this.technicalTab.ResumeLayout(false);
this.technicalTab.PerformLayout();
this.technicalTable.ResumeLayout(false);
this.technicalTable.PerformLayout();
this.togglesTab.ResumeLayout(false);
this.togglesTab.PerformLayout();
this.togglesTable.ResumeLayout(false);
this.togglesTable.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private TabControl weaponTabsControl;
private TabPage generalTab;
private TableLayoutPanel generalTable;
private ComboBox selDetonation;
private Label lblFuseTime;
private IntUpDown selRetreatTime;
private Label lblRetreatTime;
private Label lblWeapType;
private Label lblWeapName;
private IntUpDown selFuseTime;
private ComboBox selType;
private TextBox selName;
private Label lblGeneralHint;
private TabPage powerTab;
private TableLayoutPanel powerTable;
private Label lblPowerHint;
private Label lblMaxThrowStr;
private Label lblBlastDmgRad;
private FloatUpDown selLandDmgRad;
private Label lblLandDmgRad;
private FloatUpDown selWormDmgMag;
private Label lblWormDmgStr;
private Label lblWormDmgRad;
private FloatUpDown selWormDmgRad;
private FloatUpDown selBlastDmgRad;
private FloatUpDown selMaxThrowStr;
private TabPage clusterTab;
private TableLayoutPanel clusterTable;
private Label lblClustersHint;
private FloatUpDown selClusterMaxSpeed;
private Label lblClusterSpeedMax;
private FloatUpDown selClusterSpread;
private Label lblClusterSpread;
private Label lblNumCluster;
private IntUpDown selNumCluster;
private TabPage technicalTab;
private TabPage togglesTab;
private TableLayoutPanel togglesTable;
private CheckBox selHoming;
private CheckBox selPowerUpLaunch;
private CheckBox selAdvancedHoming;
private CheckBox selFireOnGround;
private CheckBox selPoison;
private CheckBox selWindEffected;
private TableLayoutPanel technicalTable;
private Label lblTechnicalHint;
private Label lblGraphicsResIds;
private Label lblGraphicsLocIds;
private TextBox selLaunchFx;
private TextBox selArielFx;
private TextBox selDetonationFx;
private Label lblDetonationFx;
private Label lblArielFx;
private Label lblLaunchFx;
private FloatUpDown selCollisionRad;
private Label lblColRad;
private IntUpDown selPayloadId;
private Label lblPayloadId;
private StringList selGraphicalResoures;
private StringList selGraphicalLocators;
private Label lblDetonation;
}
}