using W4Gui.Tabs; using W4Gui.Tabs.VariablesTab; 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main)); 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.schemeTab = new System.Windows.Forms.TabPage(); this.schemesPage = new W4Gui.Tabs.SchemeTab(); this.highscoreTab = new System.Windows.Forms.TabPage(); this.highscoresPage = new W4Gui.Tabs.HighscoresTab(); this.unlockItemsTab = new System.Windows.Forms.TabPage(); this.unlockableItemsPanel = new W4Gui.Tabs.UnlockableItemsTab(); this.inputTab = new System.Windows.Forms.TabPage(); this.inputEventMappingsPanel = new W4Gui.Tabs.InputEventMappingTab(); this.statsTab = new System.Windows.Forms.TabPage(); this.awardsTab = new System.Windows.Forms.TabPage(); this.awardPanel = new W4Gui.Tabs.AwardTab(); this.variablesTab = new System.Windows.Forms.TabPage(); this.variablesPage = new W4Gui.Tabs.VariablesTab.VariablesTabs(); this.mainMenuStrip.SuspendLayout(); this.mainTabControl.SuspendLayout(); this.weaponTab.SuspendLayout(); this.teamTab.SuspendLayout(); this.schemeTab.SuspendLayout(); this.highscoreTab.SuspendLayout(); this.unlockItemsTab.SuspendLayout(); this.inputTab.SuspendLayout(); this.awardsTab.SuspendLayout(); this.variablesTab.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(913, 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"; this.convertToPS2ToolStripMenuItem.Click += new System.EventHandler(this.convertToPS2ToolStripMenuItem_Click); // // 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.Controls.Add(this.schemeTab); this.mainTabControl.Controls.Add(this.highscoreTab); this.mainTabControl.Controls.Add(this.unlockItemsTab); this.mainTabControl.Controls.Add(this.inputTab); this.mainTabControl.Controls.Add(this.statsTab); this.mainTabControl.Controls.Add(this.awardsTab); this.mainTabControl.Controls.Add(this.variablesTab); 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(913, 537); this.mainTabControl.TabIndex = 1; this.mainTabControl.SelectedIndexChanged += new System.EventHandler(this.mainTabControl_SelectedIndexChanged); // // 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(905, 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(895, 499); this.weaponPage.TabIndex = 0; // // teamTab // this.teamTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.teamTab.Controls.Add(this.teamsPage); this.teamTab.Location = new System.Drawing.Point(4, 24); this.teamTab.Name = "teamTab"; this.teamTab.Padding = new System.Windows.Forms.Padding(3); 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(3, 3); this.teamsPage.Name = "teamsPage"; this.teamsPage.Size = new System.Drawing.Size(182, 62); this.teamsPage.TabIndex = 0; // // schemeTab // this.schemeTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.schemeTab.Controls.Add(this.schemesPage); this.schemeTab.Location = new System.Drawing.Point(4, 24); this.schemeTab.Name = "schemeTab"; this.schemeTab.Padding = new System.Windows.Forms.Padding(3); this.schemeTab.Size = new System.Drawing.Size(192, 72); this.schemeTab.TabIndex = 3; this.schemeTab.Text = "Schemes"; this.schemeTab.UseVisualStyleBackColor = true; // // schemesPage // this.schemesPage.Dock = System.Windows.Forms.DockStyle.Fill; this.schemesPage.Location = new System.Drawing.Point(3, 3); this.schemesPage.Name = "schemesPage"; this.schemesPage.Size = new System.Drawing.Size(182, 62); this.schemesPage.TabIndex = 0; // // highscoreTab // this.highscoreTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.highscoreTab.Controls.Add(this.highscoresPage); this.highscoreTab.Location = new System.Drawing.Point(4, 24); this.highscoreTab.Name = "highscoreTab"; this.highscoreTab.Padding = new System.Windows.Forms.Padding(3); this.highscoreTab.Size = new System.Drawing.Size(192, 72); this.highscoreTab.TabIndex = 2; this.highscoreTab.Text = "Highscores"; this.highscoreTab.UseVisualStyleBackColor = true; // // highscoresPage // this.highscoresPage.Dock = System.Windows.Forms.DockStyle.Fill; this.highscoresPage.Location = new System.Drawing.Point(3, 3); this.highscoresPage.Name = "highscoresPage"; this.highscoresPage.Size = new System.Drawing.Size(182, 62); this.highscoresPage.TabIndex = 0; // // unlockItemsTab // this.unlockItemsTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.unlockItemsTab.Controls.Add(this.unlockableItemsPanel); this.unlockItemsTab.Location = new System.Drawing.Point(4, 24); this.unlockItemsTab.Name = "unlockItemsTab"; this.unlockItemsTab.Padding = new System.Windows.Forms.Padding(3); this.unlockItemsTab.Size = new System.Drawing.Size(192, 72); this.unlockItemsTab.TabIndex = 6; this.unlockItemsTab.Text = "Unlockable Items"; this.unlockItemsTab.UseVisualStyleBackColor = true; // // unlockableItemsPanel // this.unlockableItemsPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.unlockableItemsPanel.Location = new System.Drawing.Point(3, 3); this.unlockableItemsPanel.Name = "unlockableItemsPanel"; this.unlockableItemsPanel.Size = new System.Drawing.Size(182, 62); this.unlockableItemsPanel.TabIndex = 0; // // inputTab // this.inputTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.inputTab.Controls.Add(this.inputEventMappingsPanel); this.inputTab.Location = new System.Drawing.Point(4, 24); this.inputTab.Name = "inputTab"; this.inputTab.Padding = new System.Windows.Forms.Padding(3); this.inputTab.Size = new System.Drawing.Size(192, 72); this.inputTab.TabIndex = 4; this.inputTab.Text = "Input Settings"; this.inputTab.UseVisualStyleBackColor = true; // // inputEventMappingsPanel // this.inputEventMappingsPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.inputEventMappingsPanel.Location = new System.Drawing.Point(3, 3); this.inputEventMappingsPanel.Name = "inputEventMappingsPanel"; this.inputEventMappingsPanel.Size = new System.Drawing.Size(182, 62); this.inputEventMappingsPanel.TabIndex = 0; // // statsTab // this.statsTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.statsTab.Location = new System.Drawing.Point(4, 24); this.statsTab.Name = "statsTab"; this.statsTab.Padding = new System.Windows.Forms.Padding(3); this.statsTab.Size = new System.Drawing.Size(192, 72); this.statsTab.TabIndex = 7; this.statsTab.Text = "Statistics"; this.statsTab.UseVisualStyleBackColor = true; // // awardsTab // this.awardsTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.awardsTab.Controls.Add(this.awardPanel); this.awardsTab.Location = new System.Drawing.Point(4, 24); this.awardsTab.Name = "awardsTab"; this.awardsTab.Padding = new System.Windows.Forms.Padding(3); this.awardsTab.Size = new System.Drawing.Size(192, 72); this.awardsTab.TabIndex = 8; this.awardsTab.Text = "Awards"; this.awardsTab.UseVisualStyleBackColor = true; // // awardPanel // this.awardPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.awardPanel.Location = new System.Drawing.Point(3, 3); this.awardPanel.Name = "awardPanel"; this.awardPanel.Size = new System.Drawing.Size(182, 62); this.awardPanel.TabIndex = 0; // // variablesTab // this.variablesTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.variablesTab.Controls.Add(this.variablesPage); this.variablesTab.Location = new System.Drawing.Point(4, 24); this.variablesTab.Name = "variablesTab"; this.variablesTab.Padding = new System.Windows.Forms.Padding(3); this.variablesTab.Size = new System.Drawing.Size(192, 72); this.variablesTab.TabIndex = 5; this.variablesTab.Text = "Variables"; this.variablesTab.UseVisualStyleBackColor = true; // // variablesPage // this.variablesPage.BackColor = System.Drawing.SystemColors.Control; this.variablesPage.Dock = System.Windows.Forms.DockStyle.Fill; this.variablesPage.Location = new System.Drawing.Point(3, 3); this.variablesPage.Name = "variablesPage"; this.variablesPage.Size = new System.Drawing.Size(182, 62); this.variablesPage.TabIndex = 0; // // 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(913, 561); this.Controls.Add(this.mainTabControl); this.Controls.Add(this.mainMenuStrip); this.DoubleBuffered = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 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.schemeTab.ResumeLayout(false); this.highscoreTab.ResumeLayout(false); this.unlockItemsTab.ResumeLayout(false); this.inputTab.ResumeLayout(false); this.awardsTab.ResumeLayout(false); this.variablesTab.ResumeLayout(false); 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 WeaponsTab weaponPage; private ToolStripMenuItem convertToolStripMenuItem; private ToolStripMenuItem convertToPS2ToolStripMenuItem; private ToolStripMenuItem convertToXboxToolStripMenuItem; private ToolStripMenuItem extractAllXomContainersToolStripMenuItem; private TabPage teamTab; private TeamsTab teamsPage; private TabPage schemeTab; private TabPage highscoreTab; private TabPage inputTab; private TabPage variablesTab; private HighscoresTab highscoresPage; private SchemeTab schemesPage; private TabPage unlockItemsTab; private VariablesTabs variablesPage; private UnlockableItemsTab unlockableItemsPanel; private TabPage statsTab; private TabPage awardsTab; private AwardTab awardPanel; private InputEventMappingTab inputEventMappingsPanel; } }