Worms4Editor/W4Gui/Main.Designer.cs

319 lines
16 KiB
C#

using W4Gui.Tabs;
namespace W4Gui
{
partial class Main
{
/// <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 Windows Form 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()
{
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.convertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.convertToPS2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.convertToXboxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.extractAllXomContainersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mainTabControl = new System.Windows.Forms.TabControl();
this.weaponTab = new System.Windows.Forms.TabPage();
this.weaponPage = new W4Gui.Tabs.WeaponsTab();
this.teamTab = new System.Windows.Forms.TabPage();
this.teamsPage = new W4Gui.Tabs.TeamsTab();
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.weaponTab.SuspendLayout();
this.teamTab.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.convertToolStripMenuItem});
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(876, 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(103, 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(103, 22);
this.saveToolStripMenuItem.Text = "Save";
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
//
// convertToolStripMenuItem
//
this.convertToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.convertToPS2ToolStripMenuItem,
this.convertToXboxToolStripMenuItem,
this.extractAllXomContainersToolStripMenuItem});
this.convertToolStripMenuItem.Enabled = false;
this.convertToolStripMenuItem.Name = "convertToolStripMenuItem";
this.convertToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
this.convertToolStripMenuItem.Text = "Convert";
//
// convertToPS2ToolStripMenuItem
//
this.convertToPS2ToolStripMenuItem.Name = "convertToPS2ToolStripMenuItem";
this.convertToPS2ToolStripMenuItem.Size = new System.Drawing.Size(211, 22);
this.convertToPS2ToolStripMenuItem.Text = "Convert to PS2";
//
// convertToXboxToolStripMenuItem
//
this.convertToXboxToolStripMenuItem.Name = "convertToXboxToolStripMenuItem";
this.convertToXboxToolStripMenuItem.Size = new System.Drawing.Size(211, 22);
this.convertToXboxToolStripMenuItem.Text = "Convert to Xbox";
//
// extractAllXomContainersToolStripMenuItem
//
this.extractAllXomContainersToolStripMenuItem.Name = "extractAllXomContainersToolStripMenuItem";
this.extractAllXomContainersToolStripMenuItem.Size = new System.Drawing.Size(211, 22);
this.extractAllXomContainersToolStripMenuItem.Text = "Extract All XomContainers";
this.extractAllXomContainersToolStripMenuItem.Click += new System.EventHandler(this.extractAllXomContainersToolStripMenuItem_Click);
//
// mainTabControl
//
this.mainTabControl.Controls.Add(this.weaponTab);
this.mainTabControl.Controls.Add(this.teamTab);
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(876, 537);
this.mainTabControl.TabIndex = 1;
//
// weaponTab
//
this.weaponTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.weaponTab.Controls.Add(this.weaponPage);
this.weaponTab.Location = new System.Drawing.Point(4, 24);
this.weaponTab.Name = "weaponTab";
this.weaponTab.Padding = new System.Windows.Forms.Padding(3);
this.weaponTab.Size = new System.Drawing.Size(868, 509);
this.weaponTab.TabIndex = 0;
this.weaponTab.Text = "Weapons";
this.weaponTab.UseVisualStyleBackColor = true;
//
// weaponPage
//
this.weaponPage.Dock = System.Windows.Forms.DockStyle.Fill;
this.weaponPage.Location = new System.Drawing.Point(3, 3);
this.weaponPage.Name = "weaponPage";
this.weaponPage.Size = new System.Drawing.Size(858, 499);
this.weaponPage.TabIndex = 0;
//
// teamTab
//
this.teamTab.Controls.Add(this.teamsPage);
this.teamTab.Location = new System.Drawing.Point(4, 24);
this.teamTab.Name = "teamTab";
this.teamTab.Size = new System.Drawing.Size(192, 72);
this.teamTab.TabIndex = 1;
this.teamTab.Text = "Teams";
this.teamTab.UseVisualStyleBackColor = true;
//
// teamsPage
//
this.teamsPage.Dock = System.Windows.Forms.DockStyle.Fill;
this.teamsPage.Location = new System.Drawing.Point(0, 0);
this.teamsPage.Name = "teamsPage";
this.teamsPage.Size = new System.Drawing.Size(192, 72);
this.teamsPage.TabIndex = 0;
//
// 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(876, 561);
this.Controls.Add(this.mainTabControl);
this.Controls.Add(this.mainMenuStrip);
this.DoubleBuffered = true;
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.weaponTab.ResumeLayout(false);
this.teamTab.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 weaponTab;
private GroupBox groupBox1;
private TableLayoutPanel tableLayoutPanel1;
private Label label1;
private ComboBox comboBox1;
private TableLayoutPanel tableLayoutPanel11;
private Label label21;
private Label label22;
private WeaponsTab weaponPage;
private ToolStripMenuItem convertToolStripMenuItem;
private ToolStripMenuItem convertToPS2ToolStripMenuItem;
private ToolStripMenuItem convertToXboxToolStripMenuItem;
private ToolStripMenuItem extractAllXomContainersToolStripMenuItem;
private TabPage teamTab;
private TeamsTab teamsPage;
}
}