namespace W4Gui { partial class Main { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.mainMenuStrip = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mainTabControl = new System.Windows.Forms.TabControl(); this.weaponsPage = new System.Windows.Forms.TabPage(); this.weaponSplitContainer = new System.Windows.Forms.SplitContainer(); this.weaponList = new System.Windows.Forms.ListBox(); this.weaponClusterTabControl = new System.Windows.Forms.TabControl(); this.mainWeaponPage = new System.Windows.Forms.TabPage(); this.weaponPanel = new W4Gui.WeaponsPanel(); this.clustersPage = new System.Windows.Forms.TabPage(); this.clusterPanel = new W4Gui.WeaponsPanel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel(); this.label21 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.mainMenuStrip.SuspendLayout(); this.mainTabControl.SuspendLayout(); this.weaponsPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.weaponSplitContainer)).BeginInit(); this.weaponSplitContainer.Panel1.SuspendLayout(); this.weaponSplitContainer.Panel2.SuspendLayout(); this.weaponSplitContainer.SuspendLayout(); this.weaponClusterTabControl.SuspendLayout(); this.mainWeaponPage.SuspendLayout(); this.clustersPage.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel11.SuspendLayout(); this.SuspendLayout(); // // mainMenuStrip // this.mainMenuStrip.BackColor = System.Drawing.SystemColors.Control; this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem}); this.mainMenuStrip.Location = new System.Drawing.Point(0, 0); this.mainMenuStrip.Name = "mainMenuStrip"; this.mainMenuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.mainMenuStrip.Size = new System.Drawing.Size(947, 24); this.mainMenuStrip.TabIndex = 0; this.mainMenuStrip.Text = "Menu Strip"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.saveToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "File"; // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.openToolStripMenuItem.Text = "Open"; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Enabled = false; this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.saveToolStripMenuItem.Text = "Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // mainTabControl // this.mainTabControl.Controls.Add(this.weaponsPage); this.mainTabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.mainTabControl.Enabled = false; this.mainTabControl.HotTrack = true; this.mainTabControl.Location = new System.Drawing.Point(0, 24); this.mainTabControl.Name = "mainTabControl"; this.mainTabControl.SelectedIndex = 0; this.mainTabControl.Size = new System.Drawing.Size(947, 735); this.mainTabControl.TabIndex = 1; // // weaponsPage // this.weaponsPage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.weaponsPage.Controls.Add(this.weaponSplitContainer); this.weaponsPage.Location = new System.Drawing.Point(4, 24); this.weaponsPage.Name = "weaponsPage"; this.weaponsPage.Padding = new System.Windows.Forms.Padding(3); this.weaponsPage.Size = new System.Drawing.Size(939, 707); this.weaponsPage.TabIndex = 0; this.weaponsPage.Text = "Weapons"; this.weaponsPage.UseVisualStyleBackColor = true; // // weaponSplitContainer // this.weaponSplitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.weaponSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.weaponSplitContainer.Location = new System.Drawing.Point(3, 3); this.weaponSplitContainer.Name = "weaponSplitContainer"; // // weaponSplitContainer.Panel1 // this.weaponSplitContainer.Panel1.Controls.Add(this.weaponList); // // weaponSplitContainer.Panel2 // this.weaponSplitContainer.Panel2.Controls.Add(this.weaponClusterTabControl); this.weaponSplitContainer.Size = new System.Drawing.Size(929, 697); this.weaponSplitContainer.SplitterDistance = 308; this.weaponSplitContainer.TabIndex = 0; // // weaponList // this.weaponList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.weaponList.Dock = System.Windows.Forms.DockStyle.Fill; this.weaponList.FormattingEnabled = true; this.weaponList.ItemHeight = 15; this.weaponList.Location = new System.Drawing.Point(0, 0); this.weaponList.Name = "weaponList"; this.weaponList.Size = new System.Drawing.Size(304, 693); this.weaponList.TabIndex = 0; this.weaponList.SelectedIndexChanged += new System.EventHandler(this.weaponList_SelectedIndexChanged); // // weaponClusterTabControl // this.weaponClusterTabControl.Controls.Add(this.mainWeaponPage); this.weaponClusterTabControl.Controls.Add(this.clustersPage); this.weaponClusterTabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.weaponClusterTabControl.HotTrack = true; this.weaponClusterTabControl.Location = new System.Drawing.Point(0, 0); this.weaponClusterTabControl.Name = "weaponClusterTabControl"; this.weaponClusterTabControl.SelectedIndex = 0; this.weaponClusterTabControl.Size = new System.Drawing.Size(613, 693); this.weaponClusterTabControl.TabIndex = 0; // // mainWeaponPage // this.mainWeaponPage.BackColor = System.Drawing.Color.LightGray; this.mainWeaponPage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.mainWeaponPage.Controls.Add(this.weaponPanel); this.mainWeaponPage.Location = new System.Drawing.Point(4, 24); this.mainWeaponPage.Name = "mainWeaponPage"; this.mainWeaponPage.Padding = new System.Windows.Forms.Padding(3); this.mainWeaponPage.Size = new System.Drawing.Size(605, 665); this.mainWeaponPage.TabIndex = 0; this.mainWeaponPage.Text = "Main Weapon"; // // weaponPanel // this.weaponPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.weaponPanel.Location = new System.Drawing.Point(3, 3); this.weaponPanel.Name = "weaponPanel"; this.weaponPanel.Size = new System.Drawing.Size(595, 655); this.weaponPanel.TabIndex = 0; // // clustersPage // this.clustersPage.BackColor = System.Drawing.Color.LightGray; this.clustersPage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.clustersPage.Controls.Add(this.clusterPanel); this.clustersPage.Location = new System.Drawing.Point(4, 24); this.clustersPage.Name = "clustersPage"; this.clustersPage.Padding = new System.Windows.Forms.Padding(3); this.clustersPage.Size = new System.Drawing.Size(192, 72); this.clustersPage.TabIndex = 1; this.clustersPage.Text = "Clusters"; // // clusterPanel // this.clusterPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.clusterPanel.Location = new System.Drawing.Point(3, 3); this.clusterPanel.Name = "clusterPanel"; this.clusterPanel.Size = new System.Drawing.Size(182, 62); this.clusterPanel.TabIndex = 1; // // groupBox1 // this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(200, 100); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; // // tableLayoutPanel1 // this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset; this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1); this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.Size = new System.Drawing.Size(200, 100); this.tableLayoutPanel1.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label1.Location = new System.Drawing.Point(5, 4); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(83, 94); this.label1.TabIndex = 7; this.label1.Text = "Weapon Type:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // comboBox1 // this.comboBox1.DisplayMember = "0"; this.comboBox1.Dock = System.Windows.Forms.DockStyle.Top; this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "Air Strike", "Launched", "Thrown"}); this.comboBox1.Location = new System.Drawing.Point(96, 7); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(651, 23); this.comboBox1.TabIndex = 6; // // tableLayoutPanel11 // this.tableLayoutPanel11.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset; this.tableLayoutPanel11.ColumnCount = 2; this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel11.Controls.Add(this.label21, 0, 4); this.tableLayoutPanel11.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel11.Name = "tableLayoutPanel11"; this.tableLayoutPanel11.RowCount = 5; this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel11.Size = new System.Drawing.Size(200, 100); this.tableLayoutPanel11.TabIndex = 0; // // label21 // this.label21.AutoSize = true; this.label21.Dock = System.Windows.Forms.DockStyle.Fill; this.label21.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label21.Location = new System.Drawing.Point(5, 90); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(117, 20); this.label21.TabIndex = 14; this.label21.Text = "Max Throw Strength:"; this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label22 // this.label22.AutoSize = true; this.label22.Dock = System.Windows.Forms.DockStyle.Fill; this.label22.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label22.Location = new System.Drawing.Point(5, 8); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(117, 15); this.label22.TabIndex = 13; this.label22.Text = "Blast DMG Radius:"; this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.LightGray; this.ClientSize = new System.Drawing.Size(947, 759); this.Controls.Add(this.mainTabControl); this.Controls.Add(this.mainMenuStrip); this.MainMenuStrip = this.mainMenuStrip; this.Name = "Main"; this.Text = "Worms 4: Mayhem! (Save Editor)"; this.Load += new System.EventHandler(this.W4Gui_Load); this.mainMenuStrip.ResumeLayout(false); this.mainMenuStrip.PerformLayout(); this.mainTabControl.ResumeLayout(false); this.weaponsPage.ResumeLayout(false); this.weaponSplitContainer.Panel1.ResumeLayout(false); this.weaponSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.weaponSplitContainer)).EndInit(); this.weaponSplitContainer.ResumeLayout(false); this.weaponClusterTabControl.ResumeLayout(false); this.mainWeaponPage.ResumeLayout(false); this.clustersPage.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tableLayoutPanel11.ResumeLayout(false); this.tableLayoutPanel11.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private MenuStrip mainMenuStrip; private ToolStripMenuItem fileToolStripMenuItem; private ToolStripMenuItem openToolStripMenuItem; private ToolStripMenuItem saveToolStripMenuItem; private TabControl mainTabControl; private TabPage weaponsPage; private SplitContainer weaponSplitContainer; private ListBox weaponList; private TabControl weaponClusterTabControl; private TabPage mainWeaponPage; private TabPage clustersPage; private GroupBox groupBox1; private TableLayoutPanel tableLayoutPanel1; private Label label1; private ComboBox comboBox1; private TableLayoutPanel tableLayoutPanel11; private Label label21; private Label label22; private WeaponsPanel weaponPanel; private WeaponsPanel clusterPanel; } }