MobiusMapEditor/CnCTDRAMapEditor/MainForm.Designer.cs

886 lines
54 KiB
C#
Raw Normal View History

2020-09-11 23:46:04 +03:00
//
// Copyright 2020 Electronic Arts Inc.
//
// The Command & Conquer Map Editor and corresponding source code is free
// software: you can redistribute it and/or modify it under the terms of
// the GNU General Public License as published by the Free Software Foundation,
// either version 3 of the License, or (at your option) any later version.
// The Command & Conquer Map Editor and corresponding source code is distributed
// in the hope that it will be useful, but with permitted additional restrictions
// under Section 7 of the GPL. See the GNU General Public License in LICENSE.TXT
// distributed with this program. You should have received a copy of the
// GNU General Public License along with permitted additional restrictions
// with this program. If not, see https://github.com/electronicarts/CnC_Remastered_Collection
namespace MobiusEditor
{
partial class MainForm
{
/// <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))
{
activeTool?.Dispose();
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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fileNewMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fileOpenMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fileSaveMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fileSaveAsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
this.fileExportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.filePublishMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
this.fileRecentFilesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.fileExitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editUndoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editRedoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editClearUndoRedoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2020-09-11 23:46:04 +03:00
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.settingsMapSettingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.settingsTeamTypesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.settingsTriggersMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2022-09-01 13:05:49 +02:00
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolsPowerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2022-09-19 12:23:44 +02:00
this.toolsStorageMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolsRandomizeTilesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2022-09-01 13:05:49 +02:00
this.toolsExportImageMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2020-09-11 23:46:04 +03:00
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2022-09-01 13:05:49 +02:00
this.mapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewMapEnableAllMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewMapDisableAllMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewMapBuildingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewMapInfantryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewMapUnitsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewMapTerrainMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewMapOverlayMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewMapSmudgeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewLabelsEnableAllMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewIndicatorsEnableAllMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewIndicatorsDisableAllMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewIndicatorsBoundariesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewIndicatorsWaypointsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewIndicatorsCellTriggersMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewIndicatorsObjectTriggersMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewIndicatorsBuildingRebuildLabelsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewIndicatorsBuildingFakeLabelsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2020-09-11 23:46:04 +03:00
this.developerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.developerGenerateMapPreviewMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.developerGenerateMapPreviewDirectoryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.developerGoToINIMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.developerDebugShowOverlapCellsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mainStatusStrip = new System.Windows.Forms.StatusStrip();
this.toolStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.cellStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
2022-09-01 13:05:49 +02:00
this.copyrightStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
2020-09-11 23:46:04 +03:00
this.mouseToolTip = new System.Windows.Forms.ToolTip(this.components);
this.mainToolStrip = new System.Windows.Forms.ToolStrip();
this.mapToolStripButton = new MobiusEditor.Controls.ViewToolStripButton();
this.smudgeToolStripButton = new MobiusEditor.Controls.ViewToolStripButton();
this.overlayToolStripButton = new MobiusEditor.Controls.ViewToolStripButton();
this.terrainToolStripButton = new MobiusEditor.Controls.ViewToolStripButton();
this.infantryToolStripButton = new MobiusEditor.Controls.ViewToolStripButton();
this.unitToolStripButton = new MobiusEditor.Controls.ViewToolStripButton();
this.buildingToolStripButton = new MobiusEditor.Controls.ViewToolStripButton();
this.resourcesToolStripButton = new MobiusEditor.Controls.ViewToolStripButton();
this.wallsToolStripButton = new MobiusEditor.Controls.ViewToolStripButton();
this.waypointsToolStripButton = new MobiusEditor.Controls.ViewToolStripButton();
this.cellTriggersToolStripButton = new MobiusEditor.Controls.ViewToolStripButton();
2022-09-19 12:23:44 +02:00
this.selectToolStripButton = new MobiusEditor.Controls.ViewToolStripButton();
2020-09-11 23:46:04 +03:00
this.mapPanel = new MobiusEditor.Controls.MapPanel();
this.mainMenuStrip.SuspendLayout();
this.mainStatusStrip.SuspendLayout();
this.mainToolStrip.SuspendLayout();
this.SuspendLayout();
//
// mainMenuStrip
//
this.mainMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.editToolStripMenuItem,
this.settingsToolStripMenuItem,
2022-09-01 13:05:49 +02:00
this.toolsToolStripMenuItem,
2020-09-11 23:46:04 +03:00
this.viewToolStripMenuItem,
this.developerToolStripMenuItem});
this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
this.mainMenuStrip.Name = "mainMenuStrip";
2022-09-19 12:23:44 +02:00
this.mainMenuStrip.Size = new System.Drawing.Size(1008, 24);
2020-09-11 23:46:04 +03:00
this.mainMenuStrip.TabIndex = 1;
this.mainMenuStrip.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileNewMenuItem,
this.fileOpenMenuItem,
this.fileSaveMenuItem,
this.fileSaveAsMenuItem,
this.toolStripMenuItem4,
this.fileExportMenuItem,
this.filePublishMenuItem,
this.toolStripMenuItem3,
this.fileRecentFilesMenuItem,
this.toolStripMenuItem1,
this.fileExitMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
2022-09-01 13:05:49 +02:00
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
2020-09-11 23:46:04 +03:00
this.fileToolStripMenuItem.Text = "&File";
//
// fileNewMenuItem
//
this.fileNewMenuItem.Name = "fileNewMenuItem";
this.fileNewMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
2022-09-01 13:05:49 +02:00
this.fileNewMenuItem.Size = new System.Drawing.Size(195, 22);
2020-09-11 23:46:04 +03:00
this.fileNewMenuItem.Text = "&New...";
this.fileNewMenuItem.Click += new System.EventHandler(this.FileNewMenuItem_Click);
2020-09-11 23:46:04 +03:00
//
// fileOpenMenuItem
//
this.fileOpenMenuItem.Name = "fileOpenMenuItem";
this.fileOpenMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
2022-09-01 13:05:49 +02:00
this.fileOpenMenuItem.Size = new System.Drawing.Size(195, 22);
2020-09-11 23:46:04 +03:00
this.fileOpenMenuItem.Text = "&Open...";
this.fileOpenMenuItem.Click += new System.EventHandler(this.FileOpenMenuItem_Click);
2020-09-11 23:46:04 +03:00
//
// fileSaveMenuItem
//
this.fileSaveMenuItem.Name = "fileSaveMenuItem";
this.fileSaveMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
2022-09-01 13:05:49 +02:00
this.fileSaveMenuItem.Size = new System.Drawing.Size(195, 22);
2020-09-11 23:46:04 +03:00
this.fileSaveMenuItem.Text = "&Save";
this.fileSaveMenuItem.Click += new System.EventHandler(this.FileSaveMenuItem_Click);
2020-09-11 23:46:04 +03:00
//
// fileSaveAsMenuItem
//
this.fileSaveAsMenuItem.Name = "fileSaveAsMenuItem";
2022-09-01 13:05:49 +02:00
this.fileSaveAsMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.S)));
this.fileSaveAsMenuItem.Size = new System.Drawing.Size(195, 22);
2020-09-11 23:46:04 +03:00
this.fileSaveAsMenuItem.Text = "Save &As...";
this.fileSaveAsMenuItem.Click += new System.EventHandler(this.FileSaveAsMenuItem_Click);
2020-09-11 23:46:04 +03:00
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
2022-09-01 13:05:49 +02:00
this.toolStripMenuItem4.Size = new System.Drawing.Size(192, 6);
2020-09-11 23:46:04 +03:00
//
// fileExportMenuItem
//
this.fileExportMenuItem.Name = "fileExportMenuItem";
this.fileExportMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
2022-09-01 13:05:49 +02:00
this.fileExportMenuItem.Size = new System.Drawing.Size(195, 22);
2020-09-11 23:46:04 +03:00
this.fileExportMenuItem.Text = "&Export...";
this.fileExportMenuItem.Click += new System.EventHandler(this.FileExportMenuItem_Click);
2020-09-11 23:46:04 +03:00
//
// filePublishMenuItem
//
this.filePublishMenuItem.Name = "filePublishMenuItem";
this.filePublishMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
2022-09-01 13:05:49 +02:00
this.filePublishMenuItem.Size = new System.Drawing.Size(195, 22);
2020-09-11 23:46:04 +03:00
this.filePublishMenuItem.Text = "&Publish...";
this.filePublishMenuItem.Click += new System.EventHandler(this.filePublishMenuItem_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
2022-09-01 13:05:49 +02:00
this.toolStripMenuItem3.Size = new System.Drawing.Size(192, 6);
2020-09-11 23:46:04 +03:00
//
// fileRecentFilesMenuItem
//
this.fileRecentFilesMenuItem.Name = "fileRecentFilesMenuItem";
2022-09-01 13:05:49 +02:00
this.fileRecentFilesMenuItem.Size = new System.Drawing.Size(195, 22);
2020-09-11 23:46:04 +03:00
this.fileRecentFilesMenuItem.Text = "&Recent Files";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
2022-09-01 13:05:49 +02:00
this.toolStripMenuItem1.Size = new System.Drawing.Size(192, 6);
2020-09-11 23:46:04 +03:00
//
// fileExitMenuItem
//
this.fileExitMenuItem.Name = "fileExitMenuItem";
2022-09-01 13:05:49 +02:00
this.fileExitMenuItem.Size = new System.Drawing.Size(195, 22);
2020-09-11 23:46:04 +03:00
this.fileExitMenuItem.Text = "&Exit";
this.fileExitMenuItem.Click += new System.EventHandler(this.FileExitMenuItem_Click);
2020-09-11 23:46:04 +03:00
//
// editToolStripMenuItem
//
this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.editUndoMenuItem,
this.editRedoMenuItem,
this.editClearUndoRedoMenuItem});
2020-09-11 23:46:04 +03:00
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
2022-09-01 13:05:49 +02:00
this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
2020-09-11 23:46:04 +03:00
this.editToolStripMenuItem.Text = "&Edit";
//
// editUndoMenuItem
//
this.editUndoMenuItem.Name = "editUndoMenuItem";
this.editUndoMenuItem.ShortcutKeyDisplayString = "Ctrl + Z";
this.editUndoMenuItem.Size = new System.Drawing.Size(165, 22);
2020-09-11 23:46:04 +03:00
this.editUndoMenuItem.Text = "&Undo";
this.editUndoMenuItem.Click += new System.EventHandler(this.EditUndoMenuItem_Click);
2020-09-11 23:46:04 +03:00
//
// editRedoMenuItem
//
this.editRedoMenuItem.Name = "editRedoMenuItem";
this.editRedoMenuItem.ShortcutKeyDisplayString = "Ctrl + Y";
this.editRedoMenuItem.Size = new System.Drawing.Size(165, 22);
2020-09-11 23:46:04 +03:00
this.editRedoMenuItem.Text = "&Redo";
this.editRedoMenuItem.Click += new System.EventHandler(this.EditRedoMenuItem_Click);
2020-09-11 23:46:04 +03:00
//
// editClearUndoRedoMenuItem
//
this.editClearUndoRedoMenuItem.Name = "editClearUndoRedoMenuItem";
this.editClearUndoRedoMenuItem.Size = new System.Drawing.Size(165, 22);
this.editClearUndoRedoMenuItem.Text = "Clear Undo/Redo";
this.editClearUndoRedoMenuItem.Click += new System.EventHandler(this.EditClearUndoRedoMenuItem_Click);
//
2020-09-11 23:46:04 +03:00
// settingsToolStripMenuItem
//
this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.settingsMapSettingsMenuItem,
this.settingsTeamTypesMenuItem,
this.settingsTriggersMenuItem});
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
2022-09-01 13:05:49 +02:00
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
2020-09-11 23:46:04 +03:00
this.settingsToolStripMenuItem.Text = "&Settings";
//
// settingsMapSettingsMenuItem
//
this.settingsMapSettingsMenuItem.Name = "settingsMapSettingsMenuItem";
2022-09-01 13:05:49 +02:00
this.settingsMapSettingsMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.M)));
this.settingsMapSettingsMenuItem.Size = new System.Drawing.Size(197, 22);
2020-09-11 23:46:04 +03:00
this.settingsMapSettingsMenuItem.Text = "&Map Settings...";
this.settingsMapSettingsMenuItem.Click += new System.EventHandler(this.SettingsMapSettingsMenuItem_Click);
2020-09-11 23:46:04 +03:00
//
// settingsTeamTypesMenuItem
//
this.settingsTeamTypesMenuItem.Name = "settingsTeamTypesMenuItem";
2022-09-01 13:05:49 +02:00
this.settingsTeamTypesMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
this.settingsTeamTypesMenuItem.Size = new System.Drawing.Size(197, 22);
2020-09-11 23:46:04 +03:00
this.settingsTeamTypesMenuItem.Text = "&Team Types...";
this.settingsTeamTypesMenuItem.Click += new System.EventHandler(this.SettingsTeamTypesMenuItem_Click);
2020-09-11 23:46:04 +03:00
//
// settingsTriggersMenuItem
//
this.settingsTriggersMenuItem.Name = "settingsTriggersMenuItem";
2022-09-01 13:05:49 +02:00
this.settingsTriggersMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
this.settingsTriggersMenuItem.Size = new System.Drawing.Size(197, 22);
2020-09-11 23:46:04 +03:00
this.settingsTriggersMenuItem.Text = "T&riggers...";
this.settingsTriggersMenuItem.Click += new System.EventHandler(this.SettingsTriggersMenuItem_Click);
2020-09-11 23:46:04 +03:00
//
2022-09-01 13:05:49 +02:00
// toolsToolStripMenuItem
//
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolsPowerMenuItem,
this.toolsStorageMenuItem,
2022-09-19 12:23:44 +02:00
this.toolsRandomizeTilesMenuItem,
2022-09-01 13:05:49 +02:00
this.toolsExportImageMenuItem});
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
this.toolsToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
this.toolsToolStripMenuItem.Text = "Tools";
//
// toolsPowerMenuItem
//
this.toolsPowerMenuItem.Name = "toolsPowerMenuItem";
this.toolsPowerMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B)));
this.toolsPowerMenuItem.Size = new System.Drawing.Size(204, 22);
this.toolsPowerMenuItem.Text = "&Power Balance...";
this.toolsPowerMenuItem.Click += new System.EventHandler(this.ToolsPowerMenuItem_Click);
2022-09-01 13:05:49 +02:00
//
2022-09-19 12:23:44 +02:00
// toolsStorageMenuItem
//
this.toolsStorageMenuItem.Name = "toolsStorageMenuItem";
this.toolsStorageMenuItem.Size = new System.Drawing.Size(204, 22);
this.toolsStorageMenuItem.Text = "Silo Storage...";
this.toolsStorageMenuItem.Click += new System.EventHandler(this.ToolsStorageMenuItem_Click);
//
// toolsRandomizeTilesMenuItem
//
this.toolsRandomizeTilesMenuItem.Name = "toolsRandomizeTilesMenuItem";
this.toolsRandomizeTilesMenuItem.Size = new System.Drawing.Size(204, 22);
this.toolsRandomizeTilesMenuItem.Text = "Re-randomize tiles";
this.toolsRandomizeTilesMenuItem.Click += new System.EventHandler(this.ToolsRandomizeTilesMenuItem_Click);
//
2022-09-01 13:05:49 +02:00
// toolsExportImageMenuItem
//
this.toolsExportImageMenuItem.Name = "toolsExportImageMenuItem";
this.toolsExportImageMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I)));
this.toolsExportImageMenuItem.Size = new System.Drawing.Size(204, 22);
this.toolsExportImageMenuItem.Text = "&Export as Image...";
this.toolsExportImageMenuItem.Click += new System.EventHandler(this.ToolsExportImage_Click);
2022-09-01 13:05:49 +02:00
//
2020-09-11 23:46:04 +03:00
// viewToolStripMenuItem
//
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
2022-09-01 13:05:49 +02:00
this.mapToolStripMenuItem,
this.viewLabelsEnableAllMenuItem});
2020-09-11 23:46:04 +03:00
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
2022-09-01 13:05:49 +02:00
this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
2020-09-11 23:46:04 +03:00
this.viewToolStripMenuItem.Text = "&View";
//
2022-09-01 13:05:49 +02:00
// mapToolStripMenuItem
//
this.mapToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.viewMapEnableAllMenuItem,
this.viewMapDisableAllMenuItem,
this.viewMapBuildingsMenuItem,
this.viewMapInfantryMenuItem,
this.viewMapUnitsMenuItem,
this.viewMapTerrainMenuItem,
this.viewMapOverlayMenuItem,
this.viewMapSmudgeMenuItem});
this.mapToolStripMenuItem.Name = "mapToolStripMenuItem";
this.mapToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
2022-09-01 13:05:49 +02:00
this.mapToolStripMenuItem.Text = "&Map";
//
// viewMapEnableAllMenuItem
//
this.viewMapEnableAllMenuItem.Name = "viewMapEnableAllMenuItem";
this.viewMapEnableAllMenuItem.Size = new System.Drawing.Size(129, 22);
2022-09-01 13:05:49 +02:00
this.viewMapEnableAllMenuItem.Text = "Enable All";
this.viewMapEnableAllMenuItem.Click += new System.EventHandler(this.ViewMapEnableAllMenuItem_Click);
//
// viewMapDisableAllMenuItem
//
this.viewMapDisableAllMenuItem.Name = "viewMapDisableAllMenuItem";
this.viewMapDisableAllMenuItem.Size = new System.Drawing.Size(129, 22);
2022-09-01 13:05:49 +02:00
this.viewMapDisableAllMenuItem.Text = "Disable All";
this.viewMapDisableAllMenuItem.Click += new System.EventHandler(this.ViewMapDisableAllMenuItem_Click);
//
// viewMapBuildingsMenuItem
//
this.viewMapBuildingsMenuItem.Checked = true;
this.viewMapBuildingsMenuItem.CheckOnClick = true;
this.viewMapBuildingsMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.viewMapBuildingsMenuItem.Name = "viewMapBuildingsMenuItem";
this.viewMapBuildingsMenuItem.Size = new System.Drawing.Size(129, 22);
2022-09-01 13:05:49 +02:00
this.viewMapBuildingsMenuItem.Text = "&Buildings";
this.viewMapBuildingsMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
//
// viewMapInfantryMenuItem
//
this.viewMapInfantryMenuItem.Checked = true;
this.viewMapInfantryMenuItem.CheckOnClick = true;
this.viewMapInfantryMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.viewMapInfantryMenuItem.Name = "viewMapInfantryMenuItem";
this.viewMapInfantryMenuItem.Size = new System.Drawing.Size(129, 22);
2022-09-01 13:05:49 +02:00
this.viewMapInfantryMenuItem.Text = "&Infantry";
this.viewMapInfantryMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
//
// viewMapUnitsMenuItem
//
this.viewMapUnitsMenuItem.Checked = true;
this.viewMapUnitsMenuItem.CheckOnClick = true;
this.viewMapUnitsMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.viewMapUnitsMenuItem.Name = "viewMapUnitsMenuItem";
this.viewMapUnitsMenuItem.Size = new System.Drawing.Size(129, 22);
2022-09-01 13:05:49 +02:00
this.viewMapUnitsMenuItem.Text = "&Units";
this.viewMapUnitsMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
//
// viewMapTerrainMenuItem
//
this.viewMapTerrainMenuItem.Checked = true;
this.viewMapTerrainMenuItem.CheckOnClick = true;
this.viewMapTerrainMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.viewMapTerrainMenuItem.Name = "viewMapTerrainMenuItem";
this.viewMapTerrainMenuItem.Size = new System.Drawing.Size(129, 22);
2022-09-01 13:05:49 +02:00
this.viewMapTerrainMenuItem.Text = "&Terrain";
this.viewMapTerrainMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
//
// viewMapOverlayMenuItem
//
this.viewMapOverlayMenuItem.Checked = true;
this.viewMapOverlayMenuItem.CheckOnClick = true;
this.viewMapOverlayMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.viewMapOverlayMenuItem.Name = "viewMapOverlayMenuItem";
this.viewMapOverlayMenuItem.Size = new System.Drawing.Size(129, 22);
2022-09-01 13:05:49 +02:00
this.viewMapOverlayMenuItem.Text = "&Overlay";
this.viewMapOverlayMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
//
// viewMapSmudgeMenuItem
//
this.viewMapSmudgeMenuItem.Checked = true;
this.viewMapSmudgeMenuItem.CheckOnClick = true;
this.viewMapSmudgeMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.viewMapSmudgeMenuItem.Name = "viewMapSmudgeMenuItem";
this.viewMapSmudgeMenuItem.Size = new System.Drawing.Size(129, 22);
2022-09-01 13:05:49 +02:00
this.viewMapSmudgeMenuItem.Text = "&Smudge";
this.viewMapSmudgeMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
//
// viewLabelsEnableAllMenuItem
//
this.viewLabelsEnableAllMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.viewIndicatorsEnableAllMenuItem,
this.viewIndicatorsDisableAllMenuItem,
this.viewIndicatorsBoundariesMenuItem,
this.viewIndicatorsWaypointsMenuItem,
this.viewIndicatorsCellTriggersMenuItem,
this.viewIndicatorsObjectTriggersMenuItem,
this.viewIndicatorsBuildingRebuildLabelsMenuItem,
this.viewIndicatorsBuildingFakeLabelsMenuItem});
this.viewLabelsEnableAllMenuItem.Name = "viewLabelsEnableAllMenuItem";
this.viewLabelsEnableAllMenuItem.Size = new System.Drawing.Size(126, 22);
2022-09-01 13:05:49 +02:00
this.viewLabelsEnableAllMenuItem.Text = "&Indicators";
//
// viewIndicatorsEnableAllMenuItem
//
this.viewIndicatorsEnableAllMenuItem.Name = "viewIndicatorsEnableAllMenuItem";
this.viewIndicatorsEnableAllMenuItem.Size = new System.Drawing.Size(210, 22);
this.viewIndicatorsEnableAllMenuItem.Text = "Enable All";
this.viewIndicatorsEnableAllMenuItem.Click += new System.EventHandler(this.ViewIndicatorsEnableAllToolStripMenuItem_Click);
//
// viewIndicatorsDisableAllMenuItem
//
this.viewIndicatorsDisableAllMenuItem.Name = "viewIndicatorsDisableAllMenuItem";
this.viewIndicatorsDisableAllMenuItem.Size = new System.Drawing.Size(210, 22);
this.viewIndicatorsDisableAllMenuItem.Text = "Disable All";
this.viewIndicatorsDisableAllMenuItem.Click += new System.EventHandler(this.ViewIndicatorsDisableAllToolStripMenuItem_Click);
//
// viewIndicatorsBoundariesMenuItem
//
this.viewIndicatorsBoundariesMenuItem.Checked = true;
this.viewIndicatorsBoundariesMenuItem.CheckOnClick = true;
this.viewIndicatorsBoundariesMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.viewIndicatorsBoundariesMenuItem.Name = "viewIndicatorsBoundariesMenuItem";
this.viewIndicatorsBoundariesMenuItem.Size = new System.Drawing.Size(210, 22);
this.viewIndicatorsBoundariesMenuItem.Text = "&Map Boundaries";
this.viewIndicatorsBoundariesMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
//
// viewIndicatorsWaypointsMenuItem
//
this.viewIndicatorsWaypointsMenuItem.Checked = true;
this.viewIndicatorsWaypointsMenuItem.CheckOnClick = true;
this.viewIndicatorsWaypointsMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.viewIndicatorsWaypointsMenuItem.Name = "viewIndicatorsWaypointsMenuItem";
this.viewIndicatorsWaypointsMenuItem.Size = new System.Drawing.Size(210, 22);
this.viewIndicatorsWaypointsMenuItem.Text = "&Waypoints";
this.viewIndicatorsWaypointsMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
//
// viewIndicatorsCellTriggersMenuItem
//
this.viewIndicatorsCellTriggersMenuItem.Checked = true;
this.viewIndicatorsCellTriggersMenuItem.CheckOnClick = true;
this.viewIndicatorsCellTriggersMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.viewIndicatorsCellTriggersMenuItem.Name = "viewIndicatorsCellTriggersMenuItem";
this.viewIndicatorsCellTriggersMenuItem.Size = new System.Drawing.Size(210, 22);
this.viewIndicatorsCellTriggersMenuItem.Text = "&Cell Triggers";
this.viewIndicatorsCellTriggersMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
//
// viewIndicatorsObjectTriggersMenuItem
//
this.viewIndicatorsObjectTriggersMenuItem.Checked = true;
this.viewIndicatorsObjectTriggersMenuItem.CheckOnClick = true;
this.viewIndicatorsObjectTriggersMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.viewIndicatorsObjectTriggersMenuItem.Name = "viewIndicatorsObjectTriggersMenuItem";
this.viewIndicatorsObjectTriggersMenuItem.Size = new System.Drawing.Size(210, 22);
this.viewIndicatorsObjectTriggersMenuItem.Text = "Object T&riggers";
this.viewIndicatorsObjectTriggersMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
//
// viewIndicatorsBuildingRebuildLabelsMenuItem
//
this.viewIndicatorsBuildingRebuildLabelsMenuItem.Checked = true;
this.viewIndicatorsBuildingRebuildLabelsMenuItem.CheckOnClick = true;
this.viewIndicatorsBuildingRebuildLabelsMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.viewIndicatorsBuildingRebuildLabelsMenuItem.Name = "viewIndicatorsBuildingRebuildLabelsMenuItem";
this.viewIndicatorsBuildingRebuildLabelsMenuItem.Size = new System.Drawing.Size(210, 22);
this.viewIndicatorsBuildingRebuildLabelsMenuItem.Text = "Building R&ebuild Priorities";
this.viewIndicatorsBuildingRebuildLabelsMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
//
// viewIndicatorsBuildingFakeLabelsMenuItem
//
this.viewIndicatorsBuildingFakeLabelsMenuItem.Checked = true;
this.viewIndicatorsBuildingFakeLabelsMenuItem.CheckOnClick = true;
this.viewIndicatorsBuildingFakeLabelsMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.viewIndicatorsBuildingFakeLabelsMenuItem.Name = "viewIndicatorsBuildingFakeLabelsMenuItem";
this.viewIndicatorsBuildingFakeLabelsMenuItem.Size = new System.Drawing.Size(210, 22);
this.viewIndicatorsBuildingFakeLabelsMenuItem.Text = "Building &Fake Labels";
this.viewIndicatorsBuildingFakeLabelsMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
2020-09-11 23:46:04 +03:00
//
// developerToolStripMenuItem
//
this.developerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.developerGenerateMapPreviewMenuItem,
this.developerGoToINIMenuItem,
this.toolStripMenuItem2,
this.debugToolStripMenuItem});
this.developerToolStripMenuItem.Name = "developerToolStripMenuItem";
2022-09-01 13:05:49 +02:00
this.developerToolStripMenuItem.Size = new System.Drawing.Size(72, 20);
2020-09-11 23:46:04 +03:00
this.developerToolStripMenuItem.Text = "&Developer";
//
// developerGenerateMapPreviewMenuItem
//
this.developerGenerateMapPreviewMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.developerGenerateMapPreviewDirectoryMenuItem});
this.developerGenerateMapPreviewMenuItem.Name = "developerGenerateMapPreviewMenuItem";
2022-09-01 13:05:49 +02:00
this.developerGenerateMapPreviewMenuItem.Size = new System.Drawing.Size(192, 22);
2020-09-11 23:46:04 +03:00
this.developerGenerateMapPreviewMenuItem.Text = "&Generate map preview";
this.developerGenerateMapPreviewMenuItem.Click += new System.EventHandler(this.developerGenerateMapPreviewMenuItem_Click);
//
// developerGenerateMapPreviewDirectoryMenuItem
//
this.developerGenerateMapPreviewDirectoryMenuItem.Name = "developerGenerateMapPreviewDirectoryMenuItem";
this.developerGenerateMapPreviewDirectoryMenuItem.Size = new System.Drawing.Size(131, 22);
2020-09-11 23:46:04 +03:00
this.developerGenerateMapPreviewDirectoryMenuItem.Text = "&Directory...";
this.developerGenerateMapPreviewDirectoryMenuItem.Click += new System.EventHandler(this.developerGenerateMapPreviewDirectoryMenuItem_Click);
//
// developerGoToINIMenuItem
//
this.developerGoToINIMenuItem.Name = "developerGoToINIMenuItem";
2022-09-01 13:05:49 +02:00
this.developerGoToINIMenuItem.Size = new System.Drawing.Size(192, 22);
2020-09-11 23:46:04 +03:00
this.developerGoToINIMenuItem.Text = "Go to &INI";
this.developerGoToINIMenuItem.Click += new System.EventHandler(this.developerGoToINIMenuItem_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
2022-09-01 13:05:49 +02:00
this.toolStripMenuItem2.Size = new System.Drawing.Size(189, 6);
2020-09-11 23:46:04 +03:00
//
// debugToolStripMenuItem
//
this.debugToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.developerDebugShowOverlapCellsMenuItem});
this.debugToolStripMenuItem.Name = "debugToolStripMenuItem";
2022-09-01 13:05:49 +02:00
this.debugToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
2020-09-11 23:46:04 +03:00
this.debugToolStripMenuItem.Text = "&Debug";
//
// developerDebugShowOverlapCellsMenuItem
//
this.developerDebugShowOverlapCellsMenuItem.CheckOnClick = true;
this.developerDebugShowOverlapCellsMenuItem.Name = "developerDebugShowOverlapCellsMenuItem";
2022-09-01 13:05:49 +02:00
this.developerDebugShowOverlapCellsMenuItem.Size = new System.Drawing.Size(173, 22);
2020-09-11 23:46:04 +03:00
this.developerDebugShowOverlapCellsMenuItem.Text = "Show &Overlap cells";
this.developerDebugShowOverlapCellsMenuItem.CheckedChanged += new System.EventHandler(this.developerDebugShowOverlapCellsMenuItem_CheckedChanged);
//
// mainStatusStrip
//
this.mainStatusStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
this.mainStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStatusLabel,
this.cellStatusLabel,
this.copyrightStatusLabel});
2022-09-19 12:23:44 +02:00
this.mainStatusStrip.Location = new System.Drawing.Point(0, 539);
2020-09-11 23:46:04 +03:00
this.mainStatusStrip.Name = "mainStatusStrip";
2022-09-01 13:05:49 +02:00
this.mainStatusStrip.Padding = new System.Windows.Forms.Padding(2, 0, 14, 0);
2022-09-19 12:23:44 +02:00
this.mainStatusStrip.Size = new System.Drawing.Size(1008, 22);
2020-09-11 23:46:04 +03:00
this.mainStatusStrip.TabIndex = 2;
this.mainStatusStrip.Text = "statusStrip1";
//
// toolStatusLabel
//
this.toolStatusLabel.Name = "toolStatusLabel";
2022-09-01 13:05:49 +02:00
this.toolStatusLabel.Size = new System.Drawing.Size(0, 17);
2020-09-11 23:46:04 +03:00
//
// cellStatusLabel
//
this.cellStatusLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
this.cellStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.cellStatusLabel.Name = "cellStatusLabel";
2022-09-01 13:05:49 +02:00
this.cellStatusLabel.Size = new System.Drawing.Size(4, 17);
//
// copyrightStatusLabel
//
this.copyrightStatusLabel.Name = "copyrightStatusLabel";
2022-09-19 12:23:44 +02:00
this.copyrightStatusLabel.Size = new System.Drawing.Size(988, 17);
2022-09-01 13:05:49 +02:00
this.copyrightStatusLabel.Spring = true;
this.copyrightStatusLabel.Text = "©2020 Electronic Arts Inc.";
this.copyrightStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
2020-09-11 23:46:04 +03:00
//
// mainToolStrip
//
this.mainToolStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
this.mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mapToolStripButton,
this.smudgeToolStripButton,
this.overlayToolStripButton,
this.terrainToolStripButton,
this.infantryToolStripButton,
this.unitToolStripButton,
this.buildingToolStripButton,
this.resourcesToolStripButton,
this.wallsToolStripButton,
this.waypointsToolStripButton,
2022-09-19 12:23:44 +02:00
this.cellTriggersToolStripButton,
this.selectToolStripButton});
2022-09-01 13:05:49 +02:00
this.mainToolStrip.Location = new System.Drawing.Point(0, 24);
2020-09-11 23:46:04 +03:00
this.mainToolStrip.Name = "mainToolStrip";
this.mainToolStrip.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
2022-09-19 12:23:44 +02:00
this.mainToolStrip.Size = new System.Drawing.Size(1008, 31);
2020-09-11 23:46:04 +03:00
this.mainToolStrip.TabIndex = 3;
this.mainToolStrip.Text = "toolStrip1";
this.mainToolStrip.MouseMove += new System.Windows.Forms.MouseEventHandler(this.mainToolStrip_MouseMove);
//
// mapToolStripButton
//
this.mapToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("mapToolStripButton.Image")));
this.mapToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.mapToolStripButton.Name = "mapToolStripButton";
2022-09-01 13:05:49 +02:00
this.mapToolStripButton.Size = new System.Drawing.Size(59, 28);
2020-09-11 23:46:04 +03:00
this.mapToolStripButton.Text = "Map";
2022-09-01 13:05:49 +02:00
this.mapToolStripButton.ToolType = MobiusEditor.Interface.ToolType.Map;
2020-09-11 23:46:04 +03:00
this.mapToolStripButton.Click += new System.EventHandler(this.mainToolStripButton_Click);
//
// smudgeToolStripButton
//
this.smudgeToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("smudgeToolStripButton.Image")));
this.smudgeToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.smudgeToolStripButton.Name = "smudgeToolStripButton";
2022-09-01 13:05:49 +02:00
this.smudgeToolStripButton.Size = new System.Drawing.Size(79, 28);
2020-09-11 23:46:04 +03:00
this.smudgeToolStripButton.Text = "Smudge";
2022-09-01 13:05:49 +02:00
this.smudgeToolStripButton.ToolType = MobiusEditor.Interface.ToolType.Smudge;
2020-09-11 23:46:04 +03:00
this.smudgeToolStripButton.Click += new System.EventHandler(this.mainToolStripButton_Click);
//
// overlayToolStripButton
//
this.overlayToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("overlayToolStripButton.Image")));
this.overlayToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.overlayToolStripButton.Name = "overlayToolStripButton";
2022-09-01 13:05:49 +02:00
this.overlayToolStripButton.Size = new System.Drawing.Size(75, 28);
2020-09-11 23:46:04 +03:00
this.overlayToolStripButton.Text = "Overlay";
2022-09-01 13:05:49 +02:00
this.overlayToolStripButton.ToolType = MobiusEditor.Interface.ToolType.Overlay;
2020-09-11 23:46:04 +03:00
this.overlayToolStripButton.Click += new System.EventHandler(this.mainToolStripButton_Click);
//
// terrainToolStripButton
//
this.terrainToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("terrainToolStripButton.Image")));
this.terrainToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.terrainToolStripButton.Name = "terrainToolStripButton";
2022-09-01 13:05:49 +02:00
this.terrainToolStripButton.Size = new System.Drawing.Size(70, 28);
2020-09-11 23:46:04 +03:00
this.terrainToolStripButton.Text = "Terrain";
2022-09-01 13:05:49 +02:00
this.terrainToolStripButton.ToolType = MobiusEditor.Interface.ToolType.Terrain;
2020-09-11 23:46:04 +03:00
this.terrainToolStripButton.Click += new System.EventHandler(this.mainToolStripButton_Click);
//
// infantryToolStripButton
//
this.infantryToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("infantryToolStripButton.Image")));
this.infantryToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.infantryToolStripButton.Name = "infantryToolStripButton";
2022-09-01 13:05:49 +02:00
this.infantryToolStripButton.Size = new System.Drawing.Size(76, 28);
2020-09-11 23:46:04 +03:00
this.infantryToolStripButton.Text = "Infantry";
2022-09-01 13:05:49 +02:00
this.infantryToolStripButton.ToolType = MobiusEditor.Interface.ToolType.Infantry;
2020-09-11 23:46:04 +03:00
this.infantryToolStripButton.Click += new System.EventHandler(this.mainToolStripButton_Click);
//
// unitToolStripButton
//
this.unitToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("unitToolStripButton.Image")));
this.unitToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.unitToolStripButton.Name = "unitToolStripButton";
2022-09-01 13:05:49 +02:00
this.unitToolStripButton.Size = new System.Drawing.Size(62, 28);
2020-09-11 23:46:04 +03:00
this.unitToolStripButton.Text = "Units";
2022-09-01 13:05:49 +02:00
this.unitToolStripButton.ToolType = MobiusEditor.Interface.ToolType.Unit;
2020-09-11 23:46:04 +03:00
this.unitToolStripButton.Click += new System.EventHandler(this.mainToolStripButton_Click);
//
// buildingToolStripButton
//
this.buildingToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("buildingToolStripButton.Image")));
this.buildingToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.buildingToolStripButton.Name = "buildingToolStripButton";
2022-09-01 13:05:49 +02:00
this.buildingToolStripButton.Size = new System.Drawing.Size(88, 28);
2020-09-11 23:46:04 +03:00
this.buildingToolStripButton.Text = "Structures";
2022-09-01 13:05:49 +02:00
this.buildingToolStripButton.ToolType = MobiusEditor.Interface.ToolType.Building;
2020-09-11 23:46:04 +03:00
this.buildingToolStripButton.Click += new System.EventHandler(this.mainToolStripButton_Click);
//
// resourcesToolStripButton
//
this.resourcesToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("resourcesToolStripButton.Image")));
this.resourcesToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.resourcesToolStripButton.Name = "resourcesToolStripButton";
2022-09-01 13:05:49 +02:00
this.resourcesToolStripButton.Size = new System.Drawing.Size(88, 28);
2020-09-11 23:46:04 +03:00
this.resourcesToolStripButton.Text = "Resources";
2022-09-01 13:05:49 +02:00
this.resourcesToolStripButton.ToolType = MobiusEditor.Interface.ToolType.Resources;
2020-09-11 23:46:04 +03:00
this.resourcesToolStripButton.Click += new System.EventHandler(this.mainToolStripButton_Click);
//
// wallsToolStripButton
//
this.wallsToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("wallsToolStripButton.Image")));
this.wallsToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.wallsToolStripButton.Name = "wallsToolStripButton";
2022-09-01 13:05:49 +02:00
this.wallsToolStripButton.Size = new System.Drawing.Size(63, 28);
2020-09-11 23:46:04 +03:00
this.wallsToolStripButton.Text = "Walls";
2022-09-01 13:05:49 +02:00
this.wallsToolStripButton.ToolType = MobiusEditor.Interface.ToolType.Wall;
2020-09-11 23:46:04 +03:00
this.wallsToolStripButton.Click += new System.EventHandler(this.mainToolStripButton_Click);
//
// waypointsToolStripButton
//
this.waypointsToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("waypointsToolStripButton.Image")));
this.waypointsToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.waypointsToolStripButton.Name = "waypointsToolStripButton";
2022-09-01 13:05:49 +02:00
this.waypointsToolStripButton.Size = new System.Drawing.Size(91, 28);
2020-09-11 23:46:04 +03:00
this.waypointsToolStripButton.Text = "Waypoints";
2022-09-01 13:05:49 +02:00
this.waypointsToolStripButton.ToolType = MobiusEditor.Interface.ToolType.Waypoint;
2020-09-11 23:46:04 +03:00
this.waypointsToolStripButton.Click += new System.EventHandler(this.mainToolStripButton_Click);
//
// cellTriggersToolStripButton
//
this.cellTriggersToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("cellTriggersToolStripButton.Image")));
this.cellTriggersToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.cellTriggersToolStripButton.Name = "cellTriggersToolStripButton";
2022-09-01 13:05:49 +02:00
this.cellTriggersToolStripButton.Size = new System.Drawing.Size(99, 28);
2020-09-11 23:46:04 +03:00
this.cellTriggersToolStripButton.Text = "Cell Triggers";
2022-09-01 13:05:49 +02:00
this.cellTriggersToolStripButton.ToolType = MobiusEditor.Interface.ToolType.CellTrigger;
2020-09-11 23:46:04 +03:00
this.cellTriggersToolStripButton.Click += new System.EventHandler(this.mainToolStripButton_Click);
//
2022-09-19 12:23:44 +02:00
// selectToolStripButton
//
this.selectToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("selectToolStripButton.Image")));
this.selectToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.selectToolStripButton.Name = "selectToolStripButton";
this.selectToolStripButton.Size = new System.Drawing.Size(66, 28);
this.selectToolStripButton.Text = "Select";
this.selectToolStripButton.ToolType = MobiusEditor.Interface.ToolType.Select;
this.selectToolStripButton.Visible = false;
//
2020-09-11 23:46:04 +03:00
// mapPanel
//
this.mapPanel.AllowDrop = true;
2020-09-11 23:46:04 +03:00
this.mapPanel.BackColor = System.Drawing.Color.Black;
this.mapPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.mapPanel.FocusOnMouseEnter = true;
2022-09-01 13:05:49 +02:00
this.mapPanel.Location = new System.Drawing.Point(0, 55);
2020-09-11 23:46:04 +03:00
this.mapPanel.MapImage = null;
2022-09-01 13:05:49 +02:00
this.mapPanel.MaxZoom = 8D;
this.mapPanel.MinZoom = 1D;
2020-09-11 23:46:04 +03:00
this.mapPanel.Name = "mapPanel";
2022-09-19 12:23:44 +02:00
this.mapPanel.Size = new System.Drawing.Size(1008, 484);
2022-09-01 13:05:49 +02:00
this.mapPanel.SmoothScale = false;
2020-09-11 23:46:04 +03:00
this.mapPanel.TabIndex = 4;
2022-09-01 13:05:49 +02:00
this.mapPanel.Zoom = 1D;
this.mapPanel.ZoomStep = 1D;
this.mapPanel.DragDrop += new System.Windows.Forms.DragEventHandler(this.MapPanel_DragDrop);
this.mapPanel.DragEnter += new System.Windows.Forms.DragEventHandler(this.MapPanel_DragEnter);
this.mapPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MapPanel_MouseMove);
//
2020-09-11 23:46:04 +03:00
// MainForm
//
2022-09-01 13:05:49 +02:00
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
2020-09-11 23:46:04 +03:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2022-09-19 12:23:44 +02:00
this.ClientSize = new System.Drawing.Size(1008, 561);
2020-09-11 23:46:04 +03:00
this.Controls.Add(this.mapPanel);
this.Controls.Add(this.mainToolStrip);
this.Controls.Add(this.mainStatusStrip);
this.Controls.Add(this.mainMenuStrip);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.MainMenuStrip = this.mainMenuStrip;
this.Name = "MainForm";
this.Text = "CnC TDRA Map Editor";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
2022-09-01 13:05:49 +02:00
this.Shown += new System.EventHandler(this.MainForm_Shown);
2020-09-11 23:46:04 +03:00
this.mainMenuStrip.ResumeLayout(false);
this.mainMenuStrip.PerformLayout();
this.mainStatusStrip.ResumeLayout(false);
this.mainStatusStrip.PerformLayout();
this.mainToolStrip.ResumeLayout(false);
this.mainToolStrip.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip mainMenuStrip;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fileOpenMenuItem;
private System.Windows.Forms.StatusStrip mainStatusStrip;
private System.Windows.Forms.ToolStripStatusLabel cellStatusLabel;
private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fileSaveAsMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem fileExitMenuItem;
private System.Windows.Forms.ToolStripMenuItem fileNewMenuItem;
private System.Windows.Forms.ToolStripMenuItem developerToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem developerGenerateMapPreviewMenuItem;
private System.Windows.Forms.ToolStripMenuItem fileExportMenuItem;
private System.Windows.Forms.ToolStripMenuItem developerGenerateMapPreviewDirectoryMenuItem;
private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem settingsMapSettingsMenuItem;
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem editUndoMenuItem;
private System.Windows.Forms.ToolStripMenuItem editRedoMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem developerDebugShowOverlapCellsMenuItem;
private System.Windows.Forms.ToolStripMenuItem filePublishMenuItem;
private System.Windows.Forms.ToolTip mouseToolTip;
private System.Windows.Forms.ToolStrip mainToolStrip;
private MobiusEditor.Controls.ViewToolStripButton mapToolStripButton;
private MobiusEditor.Controls.ViewToolStripButton smudgeToolStripButton;
private MobiusEditor.Controls.ViewToolStripButton overlayToolStripButton;
private MobiusEditor.Controls.ViewToolStripButton terrainToolStripButton;
private MobiusEditor.Controls.ViewToolStripButton infantryToolStripButton;
private MobiusEditor.Controls.ViewToolStripButton unitToolStripButton;
private MobiusEditor.Controls.ViewToolStripButton buildingToolStripButton;
private MobiusEditor.Controls.ViewToolStripButton resourcesToolStripButton;
private MobiusEditor.Controls.ViewToolStripButton wallsToolStripButton;
private MobiusEditor.Controls.ViewToolStripButton waypointsToolStripButton;
2020-09-11 23:46:04 +03:00
private Controls.MapPanel mapPanel;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem fileRecentFilesMenuItem;
private System.Windows.Forms.ToolStripMenuItem fileSaveMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
private System.Windows.Forms.ToolStripMenuItem developerGoToINIMenuItem;
private MobiusEditor.Controls.ViewToolStripButton cellTriggersToolStripButton;
2020-09-11 23:46:04 +03:00
private System.Windows.Forms.ToolStripMenuItem settingsTeamTypesMenuItem;
private System.Windows.Forms.ToolStripMenuItem settingsTriggersMenuItem;
2022-09-01 13:05:49 +02:00
private System.Windows.Forms.ToolStripMenuItem mapToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewMapTerrainMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewMapOverlayMenuItem;
2020-09-11 23:46:04 +03:00
private System.Windows.Forms.ToolStripStatusLabel toolStatusLabel;
private System.Windows.Forms.ToolStripStatusLabel copyrightStatusLabel;
2022-09-01 13:05:49 +02:00
private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolsPowerMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolsExportImageMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewMapBuildingsMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewMapUnitsMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewMapInfantryMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewMapSmudgeMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewMapEnableAllMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewLabelsEnableAllMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsEnableAllMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsDisableAllMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsBoundariesMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsObjectTriggersMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsBuildingRebuildLabelsMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsBuildingFakeLabelsMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewMapDisableAllMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsWaypointsMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsCellTriggersMenuItem;
private System.Windows.Forms.ToolStripMenuItem editClearUndoRedoMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolsStorageMenuItem;
2022-09-19 12:23:44 +02:00
private System.Windows.Forms.ToolStripMenuItem toolsRandomizeTilesMenuItem;
private Controls.ViewToolStripButton selectToolStripButton;
2020-09-11 23:46:04 +03:00
}
}