2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// Copyright 2020 Electronic Arts Inc.
|
|
|
|
|
//
|
2023-06-09 11:44:39 +02:00
|
|
|
|
// 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,
|
2020-09-11 23:46:04 +03:00
|
|
|
|
// either version 3 of the License, or (at your option) any later version.
|
2024-01-31 13:25:32 +01:00
|
|
|
|
//
|
2023-06-09 11:44:39 +02:00
|
|
|
|
// 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
|
2020-09-11 23:46:04 +03:00
|
|
|
|
// 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();
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.fileNewFromImageMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2020-09-11 23:46:04 +03:00
|
|
|
|
this.fileOpenMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-10-18 18:05:23 +02:00
|
|
|
|
this.FileOpenFromMixMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2020-09-11 23:46:04 +03:00
|
|
|
|
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();
|
2022-09-10 02:47:12 +02:00
|
|
|
|
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();
|
2022-11-09 17:40:51 +01:00
|
|
|
|
this.statisticsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolsStatsGameObjectsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolsStatsPowerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolsStatsStorageMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-02-28 22:50:23 +01:00
|
|
|
|
this.toolsOptionsBoundsObstructFillMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.toolsOptionsSafeDraggingMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-03-01 17:27:21 +01:00
|
|
|
|
this.toolsOptionsRandomizeDragPlaceMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.toolsOptionsPlacementGridMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-03-19 00:06:21 +01:00
|
|
|
|
this.toolsOptionsOutlineAllCratesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-04-07 11:11:28 +02:00
|
|
|
|
this.toolsOptionsCratesOnTopMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2022-09-19 12:23:44 +02:00
|
|
|
|
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();
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.viewLayersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-03-16 19:03:14 +01:00
|
|
|
|
this.viewLayersEnableAllMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.viewLayersDisableAllMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewLayersBuildingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewLayersInfantryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewLayersUnitsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewLayersTerrainMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewLayersOverlayMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewLayersSmudgeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewLayersWaypointsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2022-10-02 12:40:55 +02:00
|
|
|
|
this.viewIndicatorsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2022-09-01 13:05:49 +02:00
|
|
|
|
this.viewIndicatorsEnableAllMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewIndicatorsDisableAllMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-03-18 01:42:43 +01:00
|
|
|
|
this.viewIndicatorsMapBoundariesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2022-09-01 13:05:49 +02:00
|
|
|
|
this.viewIndicatorsWaypointsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2022-10-02 12:40:55 +02:00
|
|
|
|
this.viewIndicatorsFootballAreaMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2022-09-01 13:05:49 +02:00
|
|
|
|
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();
|
2023-06-21 12:18:49 +02:00
|
|
|
|
this.viewIndicatorsOutlinesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-03-16 19:03:14 +01:00
|
|
|
|
this.viewExtraIndicatorsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewExtraIndicatorsMapSymmetryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewExtraIndicatorsMapGridMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2024-07-29 10:08:56 +02:00
|
|
|
|
this.viewExtraIndicatorsLandTypesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2024-06-26 22:18:38 +02:00
|
|
|
|
this.viewExtraIndicatorsPlacedObjectsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-03-16 23:38:21 +01:00
|
|
|
|
this.viewExtraIndicatorsWaypointRevealRadiusMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-06-28 01:00:35 +02:00
|
|
|
|
this.viewExtraIndicatorsEffectAreaRadiusMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewZoomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewZoomInMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewZoomOutMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewZoomResetMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewZoomToBoundsMenuItem = 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();
|
2022-10-02 12:40:55 +02:00
|
|
|
|
this.developerDebugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2020-09-11 23:46:04 +03:00
|
|
|
|
this.developerDebugShowOverlapCellsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-10-18 18:05:23 +02:00
|
|
|
|
this.infoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.InfoAboutMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.InfoWebsiteMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.InfoCheckForUpdatesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2020-09-11 23:46:04 +03:00
|
|
|
|
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();
|
2024-06-26 22:18:38 +02:00
|
|
|
|
this.mapPanel = new MobiusEditor.Controls.MapPanel();
|
2020-09-14 18:13:57 +03:00
|
|
|
|
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.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,
|
2023-10-18 18:05:23 +02:00
|
|
|
|
this.developerToolStripMenuItem,
|
|
|
|
|
this.infoToolStripMenuItem});
|
2020-09-11 23:46:04 +03:00
|
|
|
|
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,
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.fileNewFromImageMenuItem,
|
2020-09-11 23:46:04 +03:00
|
|
|
|
this.fileOpenMenuItem,
|
Prepared for migration to using external ini data for all settings.
* Added support for fan-added theaters available in CnCNet: Snow for TD; Desert, Jungle, Barren and Cave for RA. These only work in classic mode, if their theater mix files are found in the configured classic files folder.
* Mouse zoom is now disabled during drag-scroll operations, since it invariably messed up the position calculations.
* Map templates, Smudge and Overlay are no longer restricted to specific theaters; if they exist in a theater, they are allowed.
* Theater-sensitive civilian buildings are no longer restricted to specific theaters; if they exist in a theater, they are allowed. Military buildings, incuding the theater-sensitive Misile Silo and Pillbox in RA, are always usable, no matter whether the theater has graphics for them.
* On Interior maps, the "ConvertRaObsoleteClear" logic will now generate spots of passable terrain outside the map border on any point where passable terrain touches the border, to allow potential reinforcements to enter the map there.
* Removed all hardcoded special code per vehicle and per building, in preparation for exporting all editor settings to ini.
2023-08-25 18:12:35 +02:00
|
|
|
|
this.FileOpenFromMixMenuItem,
|
2020-09-11 23:46:04 +03:00
|
|
|
|
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";
|
2022-07-08 22:27:50 +02:00
|
|
|
|
this.fileNewMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.fileNewMenuItem.Size = new System.Drawing.Size(214, 22);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
this.fileNewMenuItem.Text = "&New...";
|
2022-09-08 09:55:29 +02:00
|
|
|
|
this.fileNewMenuItem.Click += new System.EventHandler(this.FileNewMenuItem_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
2023-01-10 19:58:20 +01:00
|
|
|
|
// fileNewFromImageMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.fileNewFromImageMenuItem.Name = "fileNewFromImageMenuItem";
|
|
|
|
|
this.fileNewFromImageMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
|
|
|
|
|
this.fileNewFromImageMenuItem.Size = new System.Drawing.Size(214, 22);
|
2024-04-15 19:40:38 +02:00
|
|
|
|
this.fileNewFromImageMenuItem.Text = "New from im&age...";
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.fileNewFromImageMenuItem.Click += new System.EventHandler(this.FileNewFromImageMenuItem_Click);
|
|
|
|
|
//
|
2020-09-11 23:46:04 +03:00
|
|
|
|
// fileOpenMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.fileOpenMenuItem.Name = "fileOpenMenuItem";
|
2022-07-08 22:27:50 +02:00
|
|
|
|
this.fileOpenMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.fileOpenMenuItem.Size = new System.Drawing.Size(214, 22);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
this.fileOpenMenuItem.Text = "&Open...";
|
2022-09-08 09:55:29 +02:00
|
|
|
|
this.fileOpenMenuItem.Click += new System.EventHandler(this.FileOpenMenuItem_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
2023-10-18 18:05:23 +02:00
|
|
|
|
// FileOpenFromMixMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.FileOpenFromMixMenuItem.Name = "FileOpenFromMixMenuItem";
|
|
|
|
|
this.FileOpenFromMixMenuItem.Size = new System.Drawing.Size(214, 22);
|
2024-05-29 20:40:42 +02:00
|
|
|
|
this.FileOpenFromMixMenuItem.Text = "Open from &Mix";
|
2023-10-18 18:05:23 +02:00
|
|
|
|
//
|
2020-09-11 23:46:04 +03:00
|
|
|
|
// fileSaveMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.fileSaveMenuItem.Name = "fileSaveMenuItem";
|
2022-07-08 22:27:50 +02:00
|
|
|
|
this.fileSaveMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.fileSaveMenuItem.Size = new System.Drawing.Size(214, 22);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
this.fileSaveMenuItem.Text = "&Save";
|
2022-09-08 09:55:29 +02:00
|
|
|
|
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)));
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.fileSaveAsMenuItem.Size = new System.Drawing.Size(214, 22);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
this.fileSaveAsMenuItem.Text = "Save &As...";
|
2022-09-08 09:55:29 +02:00
|
|
|
|
this.fileSaveAsMenuItem.Click += new System.EventHandler(this.FileSaveAsMenuItem_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem4
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.toolStripMenuItem4.Size = new System.Drawing.Size(211, 6);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// fileExportMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.fileExportMenuItem.Name = "fileExportMenuItem";
|
2022-07-08 22:27:50 +02:00
|
|
|
|
this.fileExportMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.fileExportMenuItem.Size = new System.Drawing.Size(214, 22);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
this.fileExportMenuItem.Text = "&Export...";
|
2022-09-08 09:55:29 +02:00
|
|
|
|
this.fileExportMenuItem.Click += new System.EventHandler(this.FileExportMenuItem_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// filePublishMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.filePublishMenuItem.Name = "filePublishMenuItem";
|
2022-07-08 22:27:50 +02:00
|
|
|
|
this.filePublishMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.filePublishMenuItem.Size = new System.Drawing.Size(214, 22);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
this.filePublishMenuItem.Text = "&Publish...";
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.filePublishMenuItem.Click += new System.EventHandler(this.FilePublishMenuItem_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem3
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.toolStripMenuItem3.Size = new System.Drawing.Size(211, 6);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// fileRecentFilesMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.fileRecentFilesMenuItem.Name = "fileRecentFilesMenuItem";
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.fileRecentFilesMenuItem.Size = new System.Drawing.Size(214, 22);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
this.fileRecentFilesMenuItem.Text = "&Recent Files";
|
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(211, 6);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// fileExitMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.fileExitMenuItem.Name = "fileExitMenuItem";
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.fileExitMenuItem.Size = new System.Drawing.Size(214, 22);
|
2022-10-13 18:45:23 +02:00
|
|
|
|
this.fileExitMenuItem.Text = "E&xit";
|
2022-09-08 09:55:29 +02:00
|
|
|
|
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,
|
2022-09-08 09:55:29 +02:00
|
|
|
|
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";
|
2024-04-15 19:40:38 +02:00
|
|
|
|
this.editUndoMenuItem.Size = new System.Drawing.Size(165, 22);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
this.editUndoMenuItem.Text = "&Undo";
|
2022-09-08 09:55:29 +02:00
|
|
|
|
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";
|
2024-04-15 19:40:38 +02:00
|
|
|
|
this.editRedoMenuItem.Size = new System.Drawing.Size(165, 22);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
this.editRedoMenuItem.Text = "&Redo";
|
2022-09-08 09:55:29 +02:00
|
|
|
|
this.editRedoMenuItem.Click += new System.EventHandler(this.EditRedoMenuItem_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
2022-09-10 02:47:12 +02:00
|
|
|
|
// editClearUndoRedoMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.editClearUndoRedoMenuItem.Name = "editClearUndoRedoMenuItem";
|
2024-04-15 19:40:38 +02:00
|
|
|
|
this.editClearUndoRedoMenuItem.Size = new System.Drawing.Size(165, 22);
|
2022-09-10 02:47:12 +02:00
|
|
|
|
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,
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.settingsTriggersMenuItem});
|
2020-09-11 23:46:04 +03:00
|
|
|
|
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...";
|
2022-09-08 09:55:29 +02:00
|
|
|
|
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...";
|
2022-09-08 09:55:29 +02:00
|
|
|
|
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...";
|
2022-09-08 09:55:29 +02:00
|
|
|
|
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[] {
|
2022-10-13 18:45:23 +02:00
|
|
|
|
this.statisticsToolStripMenuItem,
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.optionsToolStripMenuItem,
|
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);
|
2022-10-13 18:45:23 +02:00
|
|
|
|
this.toolsToolStripMenuItem.Text = "&Tools";
|
2022-09-19 12:23:44 +02:00
|
|
|
|
//
|
2022-11-09 17:40:51 +01:00
|
|
|
|
// statisticsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.statisticsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.toolsStatsGameObjectsMenuItem,
|
|
|
|
|
this.toolsStatsPowerMenuItem,
|
|
|
|
|
this.toolsStatsStorageMenuItem});
|
|
|
|
|
this.statisticsToolStripMenuItem.Name = "statisticsToolStripMenuItem";
|
|
|
|
|
this.statisticsToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
|
|
|
|
|
this.statisticsToolStripMenuItem.Text = "&Statistics";
|
|
|
|
|
//
|
|
|
|
|
// toolsStatsGameObjectsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.toolsStatsGameObjectsMenuItem.Name = "toolsStatsGameObjectsMenuItem";
|
|
|
|
|
this.toolsStatsGameObjectsMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B)));
|
|
|
|
|
this.toolsStatsGameObjectsMenuItem.Size = new System.Drawing.Size(205, 22);
|
2023-03-01 17:27:21 +01:00
|
|
|
|
this.toolsStatsGameObjectsMenuItem.Text = "&Map Objects...";
|
2022-11-09 17:40:51 +01:00
|
|
|
|
this.toolsStatsGameObjectsMenuItem.Click += new System.EventHandler(this.ToolsStatsGameObjectsMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolsStatsPowerMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.toolsStatsPowerMenuItem.Name = "toolsStatsPowerMenuItem";
|
|
|
|
|
this.toolsStatsPowerMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W)));
|
|
|
|
|
this.toolsStatsPowerMenuItem.Size = new System.Drawing.Size(205, 22);
|
|
|
|
|
this.toolsStatsPowerMenuItem.Text = "&Power Balance...";
|
|
|
|
|
this.toolsStatsPowerMenuItem.Click += new System.EventHandler(this.ToolsStatsPowerMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolsStatsStorageMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.toolsStatsStorageMenuItem.Name = "toolsStatsStorageMenuItem";
|
|
|
|
|
this.toolsStatsStorageMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
|
|
|
|
|
this.toolsStatsStorageMenuItem.Size = new System.Drawing.Size(205, 22);
|
|
|
|
|
this.toolsStatsStorageMenuItem.Text = "&Silo Storage...";
|
|
|
|
|
this.toolsStatsStorageMenuItem.Click += new System.EventHandler(this.ToolsStatsStorageMenuItem_Click);
|
|
|
|
|
//
|
2023-02-24 22:08:01 +01:00
|
|
|
|
// optionsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2023-02-28 22:50:23 +01:00
|
|
|
|
this.toolsOptionsBoundsObstructFillMenuItem,
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.toolsOptionsSafeDraggingMenuItem,
|
2023-03-01 17:27:21 +01:00
|
|
|
|
this.toolsOptionsRandomizeDragPlaceMenuItem,
|
|
|
|
|
this.toolsOptionsPlacementGridMenuItem,
|
2023-03-19 00:06:21 +01:00
|
|
|
|
this.toolsOptionsOutlineAllCratesMenuItem,
|
2023-03-01 17:27:21 +01:00
|
|
|
|
this.toolsOptionsCratesOnTopMenuItem});
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
|
|
|
|
|
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
|
|
|
|
|
this.optionsToolStripMenuItem.Text = "Options";
|
|
|
|
|
//
|
2023-02-28 22:50:23 +01:00
|
|
|
|
// toolsOptionsBoundsObstructFillMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.toolsOptionsBoundsObstructFillMenuItem.Checked = true;
|
|
|
|
|
this.toolsOptionsBoundsObstructFillMenuItem.CheckOnClick = true;
|
|
|
|
|
this.toolsOptionsBoundsObstructFillMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.toolsOptionsBoundsObstructFillMenuItem.Name = "toolsOptionsBoundsObstructFillMenuItem";
|
2023-03-19 00:06:21 +01:00
|
|
|
|
this.toolsOptionsBoundsObstructFillMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.toolsOptionsBoundsObstructFillMenuItem.Text = "Flood fill is obstructed by map bounds";
|
2023-03-01 17:27:21 +01:00
|
|
|
|
this.toolsOptionsBoundsObstructFillMenuItem.Click += new System.EventHandler(this.ToolsOptionsBoundsObstructFillMenuItem_CheckedChanged);
|
2023-02-28 22:50:23 +01:00
|
|
|
|
//
|
2023-02-24 22:08:01 +01:00
|
|
|
|
// toolsOptionsSafeDraggingMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.toolsOptionsSafeDraggingMenuItem.Checked = true;
|
|
|
|
|
this.toolsOptionsSafeDraggingMenuItem.CheckOnClick = true;
|
|
|
|
|
this.toolsOptionsSafeDraggingMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.toolsOptionsSafeDraggingMenuItem.Name = "toolsOptionsSafeDraggingMenuItem";
|
2023-03-19 00:06:21 +01:00
|
|
|
|
this.toolsOptionsSafeDraggingMenuItem.Size = new System.Drawing.Size(293, 22);
|
2023-02-28 22:50:23 +01:00
|
|
|
|
this.toolsOptionsSafeDraggingMenuItem.Text = "Drag-place map tiles without smearing";
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.toolsOptionsSafeDraggingMenuItem.CheckStateChanged += new System.EventHandler(this.ToolsOptionsSafeDraggingMenuItem_CheckedChanged);
|
|
|
|
|
//
|
2023-03-01 17:27:21 +01:00
|
|
|
|
// toolsOptionsRandomizeDragPlaceMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.toolsOptionsRandomizeDragPlaceMenuItem.Checked = true;
|
|
|
|
|
this.toolsOptionsRandomizeDragPlaceMenuItem.CheckOnClick = true;
|
|
|
|
|
this.toolsOptionsRandomizeDragPlaceMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.toolsOptionsRandomizeDragPlaceMenuItem.Name = "toolsOptionsRandomizeDragPlaceMenuItem";
|
2023-03-19 00:06:21 +01:00
|
|
|
|
this.toolsOptionsRandomizeDragPlaceMenuItem.Size = new System.Drawing.Size(293, 22);
|
2023-03-01 17:27:21 +01:00
|
|
|
|
this.toolsOptionsRandomizeDragPlaceMenuItem.Text = "Randomize drag-placed map tiles";
|
|
|
|
|
this.toolsOptionsRandomizeDragPlaceMenuItem.CheckStateChanged += new System.EventHandler(this.ToolsOptionsRandomizeDragPlaceMenuItem_CheckedChanged);
|
|
|
|
|
//
|
2023-02-24 22:08:01 +01:00
|
|
|
|
// toolsOptionsPlacementGridMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.toolsOptionsPlacementGridMenuItem.Checked = true;
|
|
|
|
|
this.toolsOptionsPlacementGridMenuItem.CheckOnClick = true;
|
|
|
|
|
this.toolsOptionsPlacementGridMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.toolsOptionsPlacementGridMenuItem.Name = "toolsOptionsPlacementGridMenuItem";
|
2023-03-19 00:06:21 +01:00
|
|
|
|
this.toolsOptionsPlacementGridMenuItem.Size = new System.Drawing.Size(293, 22);
|
2023-02-28 22:50:23 +01:00
|
|
|
|
this.toolsOptionsPlacementGridMenuItem.Text = "Show &grid while placing / moving";
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.toolsOptionsPlacementGridMenuItem.CheckedChanged += new System.EventHandler(this.ToolsOptionsPlacementGridMenuItem_CheckedChanged);
|
|
|
|
|
//
|
2023-03-19 00:06:21 +01:00
|
|
|
|
// toolsOptionsOutlineAllCratesMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.toolsOptionsOutlineAllCratesMenuItem.CheckOnClick = true;
|
|
|
|
|
this.toolsOptionsOutlineAllCratesMenuItem.Name = "toolsOptionsOutlineAllCratesMenuItem";
|
|
|
|
|
this.toolsOptionsOutlineAllCratesMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.toolsOptionsOutlineAllCratesMenuItem.Text = "Show crate outline indicators on all crates";
|
|
|
|
|
this.toolsOptionsOutlineAllCratesMenuItem.Click += new System.EventHandler(this.toolsOptionsOutlineAllCratesMenuItem_Click);
|
|
|
|
|
//
|
2023-04-07 11:11:28 +02:00
|
|
|
|
// toolsOptionsCratesOnTopMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.toolsOptionsCratesOnTopMenuItem.CheckOnClick = true;
|
|
|
|
|
this.toolsOptionsCratesOnTopMenuItem.Name = "toolsOptionsCratesOnTopMenuItem";
|
|
|
|
|
this.toolsOptionsCratesOnTopMenuItem.Size = new System.Drawing.Size(293, 22);
|
|
|
|
|
this.toolsOptionsCratesOnTopMenuItem.Text = "Show crates on top of other objects";
|
|
|
|
|
this.toolsOptionsCratesOnTopMenuItem.CheckedChanged += new System.EventHandler(this.ToolsOptionsCratesOnTopMenuItem_CheckedChanged);
|
|
|
|
|
//
|
2022-09-19 12:23:44 +02:00
|
|
|
|
// toolsRandomizeTilesMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.toolsRandomizeTilesMenuItem.Name = "toolsRandomizeTilesMenuItem";
|
|
|
|
|
this.toolsRandomizeTilesMenuItem.Size = new System.Drawing.Size(204, 22);
|
2022-10-13 18:45:23 +02:00
|
|
|
|
this.toolsRandomizeTilesMenuItem.Text = "&Re-randomize tiles";
|
2022-09-19 12:23:44 +02:00
|
|
|
|
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...";
|
2022-09-08 09:55:29 +02:00
|
|
|
|
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[] {
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.viewLayersToolStripMenuItem,
|
2023-03-16 19:03:14 +01:00
|
|
|
|
this.viewIndicatorsToolStripMenuItem,
|
2023-06-28 01:00:35 +02:00
|
|
|
|
this.viewExtraIndicatorsToolStripMenuItem,
|
|
|
|
|
this.viewZoomToolStripMenuItem});
|
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";
|
|
|
|
|
//
|
2023-02-24 22:08:01 +01:00
|
|
|
|
// viewLayersToolStripMenuItem
|
2022-09-01 13:05:49 +02:00
|
|
|
|
//
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.viewLayersToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2023-03-16 19:03:14 +01:00
|
|
|
|
this.viewLayersEnableAllMenuItem,
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.viewLayersDisableAllMenuItem,
|
|
|
|
|
this.viewLayersBuildingsMenuItem,
|
|
|
|
|
this.viewLayersInfantryMenuItem,
|
|
|
|
|
this.viewLayersUnitsMenuItem,
|
|
|
|
|
this.viewLayersTerrainMenuItem,
|
|
|
|
|
this.viewLayersOverlayMenuItem,
|
|
|
|
|
this.viewLayersSmudgeMenuItem,
|
|
|
|
|
this.viewLayersWaypointsMenuItem});
|
|
|
|
|
this.viewLayersToolStripMenuItem.Name = "viewLayersToolStripMenuItem";
|
2024-06-26 22:18:38 +02:00
|
|
|
|
this.viewLayersToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.viewLayersToolStripMenuItem.Text = "&Layers";
|
2022-09-01 13:05:49 +02:00
|
|
|
|
//
|
2023-03-16 19:03:14 +01:00
|
|
|
|
// viewLayersEnableAllMenuItem
|
2022-09-01 13:05:49 +02:00
|
|
|
|
//
|
2023-03-16 19:03:14 +01:00
|
|
|
|
this.viewLayersEnableAllMenuItem.Name = "viewLayersEnableAllMenuItem";
|
2024-04-15 19:40:38 +02:00
|
|
|
|
this.viewLayersEnableAllMenuItem.Size = new System.Drawing.Size(130, 22);
|
2023-03-16 19:03:14 +01:00
|
|
|
|
this.viewLayersEnableAllMenuItem.Text = "Enable all";
|
|
|
|
|
this.viewLayersEnableAllMenuItem.Click += new System.EventHandler(this.ViewLayersEnableAllMenuItem_Click);
|
2022-09-01 13:05:49 +02:00
|
|
|
|
//
|
2023-02-24 22:08:01 +01:00
|
|
|
|
// viewLayersDisableAllMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewLayersDisableAllMenuItem.Name = "viewLayersDisableAllMenuItem";
|
2024-04-15 19:40:38 +02:00
|
|
|
|
this.viewLayersDisableAllMenuItem.Size = new System.Drawing.Size(130, 22);
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.viewLayersDisableAllMenuItem.Text = "Disable all";
|
2023-03-16 19:03:14 +01:00
|
|
|
|
this.viewLayersDisableAllMenuItem.Click += new System.EventHandler(this.ViewLayersDisableAllMenuItem_Click);
|
2023-02-24 22:08:01 +01:00
|
|
|
|
//
|
|
|
|
|
// viewLayersBuildingsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewLayersBuildingsMenuItem.Checked = true;
|
|
|
|
|
this.viewLayersBuildingsMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewLayersBuildingsMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.viewLayersBuildingsMenuItem.Name = "viewLayersBuildingsMenuItem";
|
2024-04-15 19:40:38 +02:00
|
|
|
|
this.viewLayersBuildingsMenuItem.Size = new System.Drawing.Size(130, 22);
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.viewLayersBuildingsMenuItem.Text = "&Buildings";
|
|
|
|
|
this.viewLayersBuildingsMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// viewLayersInfantryMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewLayersInfantryMenuItem.Checked = true;
|
|
|
|
|
this.viewLayersInfantryMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewLayersInfantryMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.viewLayersInfantryMenuItem.Name = "viewLayersInfantryMenuItem";
|
2024-04-15 19:40:38 +02:00
|
|
|
|
this.viewLayersInfantryMenuItem.Size = new System.Drawing.Size(130, 22);
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.viewLayersInfantryMenuItem.Text = "&Infantry";
|
|
|
|
|
this.viewLayersInfantryMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// viewLayersUnitsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewLayersUnitsMenuItem.Checked = true;
|
|
|
|
|
this.viewLayersUnitsMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewLayersUnitsMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.viewLayersUnitsMenuItem.Name = "viewLayersUnitsMenuItem";
|
2024-04-15 19:40:38 +02:00
|
|
|
|
this.viewLayersUnitsMenuItem.Size = new System.Drawing.Size(130, 22);
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.viewLayersUnitsMenuItem.Text = "&Units";
|
|
|
|
|
this.viewLayersUnitsMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// viewLayersTerrainMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewLayersTerrainMenuItem.Checked = true;
|
|
|
|
|
this.viewLayersTerrainMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewLayersTerrainMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.viewLayersTerrainMenuItem.Name = "viewLayersTerrainMenuItem";
|
2024-04-15 19:40:38 +02:00
|
|
|
|
this.viewLayersTerrainMenuItem.Size = new System.Drawing.Size(130, 22);
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.viewLayersTerrainMenuItem.Text = "&Terrain";
|
|
|
|
|
this.viewLayersTerrainMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// viewLayersOverlayMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewLayersOverlayMenuItem.Checked = true;
|
|
|
|
|
this.viewLayersOverlayMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewLayersOverlayMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.viewLayersOverlayMenuItem.Name = "viewLayersOverlayMenuItem";
|
2024-04-15 19:40:38 +02:00
|
|
|
|
this.viewLayersOverlayMenuItem.Size = new System.Drawing.Size(130, 22);
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.viewLayersOverlayMenuItem.Text = "&Overlay";
|
|
|
|
|
this.viewLayersOverlayMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// viewLayersSmudgeMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewLayersSmudgeMenuItem.Checked = true;
|
|
|
|
|
this.viewLayersSmudgeMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewLayersSmudgeMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.viewLayersSmudgeMenuItem.Name = "viewLayersSmudgeMenuItem";
|
2024-04-15 19:40:38 +02:00
|
|
|
|
this.viewLayersSmudgeMenuItem.Size = new System.Drawing.Size(130, 22);
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.viewLayersSmudgeMenuItem.Text = "&Smudge";
|
|
|
|
|
this.viewLayersSmudgeMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// viewLayersWaypointsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewLayersWaypointsMenuItem.Checked = true;
|
|
|
|
|
this.viewLayersWaypointsMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewLayersWaypointsMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.viewLayersWaypointsMenuItem.Name = "viewLayersWaypointsMenuItem";
|
2024-04-15 19:40:38 +02:00
|
|
|
|
this.viewLayersWaypointsMenuItem.Size = new System.Drawing.Size(130, 22);
|
2023-02-24 22:08:01 +01:00
|
|
|
|
this.viewLayersWaypointsMenuItem.Text = "&Waypoints";
|
|
|
|
|
this.viewLayersWaypointsMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
2022-09-22 01:26:46 +02:00
|
|
|
|
//
|
2022-10-02 12:40:55 +02:00
|
|
|
|
// viewIndicatorsToolStripMenuItem
|
2022-09-01 13:05:49 +02:00
|
|
|
|
//
|
2022-10-02 12:40:55 +02:00
|
|
|
|
this.viewIndicatorsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2022-09-01 13:05:49 +02:00
|
|
|
|
this.viewIndicatorsEnableAllMenuItem,
|
|
|
|
|
this.viewIndicatorsDisableAllMenuItem,
|
2023-03-16 23:38:21 +01:00
|
|
|
|
this.viewIndicatorsMapBoundariesMenuItem,
|
2022-09-01 13:05:49 +02:00
|
|
|
|
this.viewIndicatorsWaypointsMenuItem,
|
2022-09-25 12:11:59 +02:00
|
|
|
|
this.viewIndicatorsFootballAreaMenuItem,
|
2022-09-01 13:05:49 +02:00
|
|
|
|
this.viewIndicatorsCellTriggersMenuItem,
|
|
|
|
|
this.viewIndicatorsObjectTriggersMenuItem,
|
|
|
|
|
this.viewIndicatorsBuildingRebuildLabelsMenuItem,
|
2023-03-18 01:42:43 +01:00
|
|
|
|
this.viewIndicatorsBuildingFakeLabelsMenuItem,
|
2023-06-21 12:18:49 +02:00
|
|
|
|
this.viewIndicatorsOutlinesMenuItem});
|
2022-10-02 12:40:55 +02:00
|
|
|
|
this.viewIndicatorsToolStripMenuItem.Name = "viewIndicatorsToolStripMenuItem";
|
2024-06-26 22:18:38 +02:00
|
|
|
|
this.viewIndicatorsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
2022-10-02 12:40:55 +02:00
|
|
|
|
this.viewIndicatorsToolStripMenuItem.Text = "&Indicators";
|
2022-09-01 13:05:49 +02:00
|
|
|
|
//
|
|
|
|
|
// viewIndicatorsEnableAllMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewIndicatorsEnableAllMenuItem.Name = "viewIndicatorsEnableAllMenuItem";
|
2023-06-21 12:18:49 +02:00
|
|
|
|
this.viewIndicatorsEnableAllMenuItem.Size = new System.Drawing.Size(238, 22);
|
2022-09-25 12:11:59 +02:00
|
|
|
|
this.viewIndicatorsEnableAllMenuItem.Text = "Enable all";
|
2022-09-01 13:05:49 +02:00
|
|
|
|
this.viewIndicatorsEnableAllMenuItem.Click += new System.EventHandler(this.ViewIndicatorsEnableAllToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// viewIndicatorsDisableAllMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewIndicatorsDisableAllMenuItem.Name = "viewIndicatorsDisableAllMenuItem";
|
2023-06-21 12:18:49 +02:00
|
|
|
|
this.viewIndicatorsDisableAllMenuItem.Size = new System.Drawing.Size(238, 22);
|
2022-09-25 12:11:59 +02:00
|
|
|
|
this.viewIndicatorsDisableAllMenuItem.Text = "Disable all";
|
2022-09-01 13:05:49 +02:00
|
|
|
|
this.viewIndicatorsDisableAllMenuItem.Click += new System.EventHandler(this.ViewIndicatorsDisableAllToolStripMenuItem_Click);
|
|
|
|
|
//
|
2023-03-18 01:42:43 +01:00
|
|
|
|
// viewIndicatorsMapBoundariesMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewIndicatorsMapBoundariesMenuItem.Checked = true;
|
|
|
|
|
this.viewIndicatorsMapBoundariesMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewIndicatorsMapBoundariesMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.viewIndicatorsMapBoundariesMenuItem.Name = "viewIndicatorsMapBoundariesMenuItem";
|
2023-06-21 12:18:49 +02:00
|
|
|
|
this.viewIndicatorsMapBoundariesMenuItem.Size = new System.Drawing.Size(238, 22);
|
2023-03-18 01:42:43 +01:00
|
|
|
|
this.viewIndicatorsMapBoundariesMenuItem.Text = "&Map boundaries";
|
|
|
|
|
this.viewIndicatorsMapBoundariesMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
|
|
|
|
//
|
2022-09-01 13:05:49 +02:00
|
|
|
|
// viewIndicatorsWaypointsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewIndicatorsWaypointsMenuItem.Checked = true;
|
|
|
|
|
this.viewIndicatorsWaypointsMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewIndicatorsWaypointsMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.viewIndicatorsWaypointsMenuItem.Name = "viewIndicatorsWaypointsMenuItem";
|
2023-06-21 12:18:49 +02:00
|
|
|
|
this.viewIndicatorsWaypointsMenuItem.Size = new System.Drawing.Size(238, 22);
|
2022-09-22 01:26:46 +02:00
|
|
|
|
this.viewIndicatorsWaypointsMenuItem.Text = "&Waypoint labels";
|
2022-09-01 13:05:49 +02:00
|
|
|
|
this.viewIndicatorsWaypointsMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
|
|
|
|
//
|
2022-10-02 12:40:55 +02:00
|
|
|
|
// viewIndicatorsFootballAreaMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewIndicatorsFootballAreaMenuItem.Checked = true;
|
|
|
|
|
this.viewIndicatorsFootballAreaMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewIndicatorsFootballAreaMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.viewIndicatorsFootballAreaMenuItem.Name = "viewIndicatorsFootballAreaMenuItem";
|
2023-06-21 12:18:49 +02:00
|
|
|
|
this.viewIndicatorsFootballAreaMenuItem.Size = new System.Drawing.Size(238, 22);
|
2022-11-14 23:13:32 +01:00
|
|
|
|
this.viewIndicatorsFootballAreaMenuItem.Text = "Football &goal areas";
|
2022-10-02 12:40:55 +02:00
|
|
|
|
this.viewIndicatorsFootballAreaMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
|
|
|
|
//
|
2022-09-01 13:05:49 +02:00
|
|
|
|
// viewIndicatorsCellTriggersMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewIndicatorsCellTriggersMenuItem.Checked = true;
|
|
|
|
|
this.viewIndicatorsCellTriggersMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewIndicatorsCellTriggersMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.viewIndicatorsCellTriggersMenuItem.Name = "viewIndicatorsCellTriggersMenuItem";
|
2023-06-21 12:18:49 +02:00
|
|
|
|
this.viewIndicatorsCellTriggersMenuItem.Size = new System.Drawing.Size(238, 22);
|
2022-09-25 12:11:59 +02:00
|
|
|
|
this.viewIndicatorsCellTriggersMenuItem.Text = "&Cell triggers";
|
2022-09-01 13:05:49 +02:00
|
|
|
|
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";
|
2023-06-21 12:18:49 +02:00
|
|
|
|
this.viewIndicatorsObjectTriggersMenuItem.Size = new System.Drawing.Size(238, 22);
|
2022-11-14 23:13:32 +01:00
|
|
|
|
this.viewIndicatorsObjectTriggersMenuItem.Text = "Object &triggers";
|
2022-09-01 13:05:49 +02:00
|
|
|
|
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";
|
2023-06-21 12:18:49 +02:00
|
|
|
|
this.viewIndicatorsBuildingRebuildLabelsMenuItem.Size = new System.Drawing.Size(238, 22);
|
2022-11-14 23:13:32 +01:00
|
|
|
|
this.viewIndicatorsBuildingRebuildLabelsMenuItem.Text = "Building &rebuild priorities";
|
2022-09-01 13:05:49 +02:00
|
|
|
|
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";
|
2023-06-21 12:18:49 +02:00
|
|
|
|
this.viewIndicatorsBuildingFakeLabelsMenuItem.Size = new System.Drawing.Size(238, 22);
|
2023-03-12 02:40:33 +01:00
|
|
|
|
this.viewIndicatorsBuildingFakeLabelsMenuItem.Text = "Building \'&fake\' labels";
|
2022-09-01 13:05:49 +02:00
|
|
|
|
this.viewIndicatorsBuildingFakeLabelsMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
2023-06-21 12:18:49 +02:00
|
|
|
|
// viewIndicatorsOutlinesMenuItem
|
2023-03-19 00:06:21 +01:00
|
|
|
|
//
|
2023-06-21 12:18:49 +02:00
|
|
|
|
this.viewIndicatorsOutlinesMenuItem.Checked = true;
|
|
|
|
|
this.viewIndicatorsOutlinesMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewIndicatorsOutlinesMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.viewIndicatorsOutlinesMenuItem.Name = "viewIndicatorsOutlinesMenuItem";
|
|
|
|
|
this.viewIndicatorsOutlinesMenuItem.Size = new System.Drawing.Size(238, 22);
|
|
|
|
|
this.viewIndicatorsOutlinesMenuItem.Text = "&Outlines on overlapped objects";
|
|
|
|
|
this.viewIndicatorsOutlinesMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
2023-03-19 00:06:21 +01:00
|
|
|
|
//
|
2023-03-16 19:03:14 +01:00
|
|
|
|
// viewExtraIndicatorsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewExtraIndicatorsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.viewExtraIndicatorsMapSymmetryMenuItem,
|
|
|
|
|
this.viewExtraIndicatorsMapGridMenuItem,
|
2024-07-29 10:08:56 +02:00
|
|
|
|
this.viewExtraIndicatorsLandTypesMenuItem,
|
2024-06-26 22:18:38 +02:00
|
|
|
|
this.viewExtraIndicatorsPlacedObjectsMenuItem,
|
2023-06-22 01:23:52 +02:00
|
|
|
|
this.viewExtraIndicatorsWaypointRevealRadiusMenuItem,
|
2023-06-28 01:00:35 +02:00
|
|
|
|
this.viewExtraIndicatorsEffectAreaRadiusMenuItem});
|
2023-03-16 19:03:14 +01:00
|
|
|
|
this.viewExtraIndicatorsToolStripMenuItem.Name = "viewExtraIndicatorsToolStripMenuItem";
|
2024-06-26 22:18:38 +02:00
|
|
|
|
this.viewExtraIndicatorsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
|
|
this.viewExtraIndicatorsToolStripMenuItem.Text = "&Extra indicators";
|
2023-03-16 19:03:14 +01:00
|
|
|
|
//
|
|
|
|
|
// viewExtraIndicatorsMapSymmetryMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewExtraIndicatorsMapSymmetryMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewExtraIndicatorsMapSymmetryMenuItem.Name = "viewExtraIndicatorsMapSymmetryMenuItem";
|
2023-06-28 01:00:35 +02:00
|
|
|
|
this.viewExtraIndicatorsMapSymmetryMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
|
|
|
|
|
this.viewExtraIndicatorsMapSymmetryMenuItem.Size = new System.Drawing.Size(224, 22);
|
2023-03-16 19:03:14 +01:00
|
|
|
|
this.viewExtraIndicatorsMapSymmetryMenuItem.Text = "Map &symmetry";
|
|
|
|
|
this.viewExtraIndicatorsMapSymmetryMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// viewExtraIndicatorsMapGridMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewExtraIndicatorsMapGridMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewExtraIndicatorsMapGridMenuItem.Name = "viewExtraIndicatorsMapGridMenuItem";
|
2023-06-28 13:33:27 +02:00
|
|
|
|
this.viewExtraIndicatorsMapGridMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F2;
|
2023-06-28 01:00:35 +02:00
|
|
|
|
this.viewExtraIndicatorsMapGridMenuItem.Size = new System.Drawing.Size(224, 22);
|
2023-03-16 19:03:14 +01:00
|
|
|
|
this.viewExtraIndicatorsMapGridMenuItem.Text = "Map &grid";
|
|
|
|
|
this.viewExtraIndicatorsMapGridMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
|
|
|
|
//
|
2024-07-29 10:08:56 +02:00
|
|
|
|
// viewExtraIndicatorsLandTypesMenuItem
|
2024-06-26 22:18:38 +02:00
|
|
|
|
//
|
2024-07-29 10:08:56 +02:00
|
|
|
|
this.viewExtraIndicatorsLandTypesMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewExtraIndicatorsLandTypesMenuItem.Name = "viewExtraIndicatorsLandTypesMenuItem";
|
|
|
|
|
this.viewExtraIndicatorsLandTypesMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F3;
|
|
|
|
|
this.viewExtraIndicatorsLandTypesMenuItem.Size = new System.Drawing.Size(224, 22);
|
|
|
|
|
this.viewExtraIndicatorsLandTypesMenuItem.Text = "Map land &types";
|
|
|
|
|
this.viewExtraIndicatorsLandTypesMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
2023-06-28 13:33:27 +02:00
|
|
|
|
//
|
2024-06-26 22:18:38 +02:00
|
|
|
|
// viewExtraIndicatorsPlacedObjectsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewExtraIndicatorsPlacedObjectsMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewExtraIndicatorsPlacedObjectsMenuItem.Name = "viewExtraIndicatorsPlacedObjectsMenuItem";
|
|
|
|
|
this.viewExtraIndicatorsPlacedObjectsMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F4;
|
|
|
|
|
this.viewExtraIndicatorsPlacedObjectsMenuItem.Size = new System.Drawing.Size(224, 22);
|
|
|
|
|
this.viewExtraIndicatorsPlacedObjectsMenuItem.Text = "&Occupied by objects";
|
|
|
|
|
this.viewExtraIndicatorsPlacedObjectsMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
2023-06-28 13:33:27 +02:00
|
|
|
|
//
|
2023-06-28 01:00:35 +02:00
|
|
|
|
// viewExtraIndicatorsWaypointRevealRadiusMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewExtraIndicatorsWaypointRevealRadiusMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewExtraIndicatorsWaypointRevealRadiusMenuItem.Name = "viewExtraIndicatorsWaypointRevealRadiusMenuItem";
|
2024-06-26 22:18:38 +02:00
|
|
|
|
this.viewExtraIndicatorsWaypointRevealRadiusMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
|
2023-06-28 01:00:35 +02:00
|
|
|
|
this.viewExtraIndicatorsWaypointRevealRadiusMenuItem.Size = new System.Drawing.Size(224, 22);
|
2024-06-26 22:18:38 +02:00
|
|
|
|
this.viewExtraIndicatorsWaypointRevealRadiusMenuItem.Text = "&Waypoint reveal radiuses";
|
2023-06-28 01:00:35 +02:00
|
|
|
|
this.viewExtraIndicatorsWaypointRevealRadiusMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
|
|
|
|
//
|
2023-03-16 23:38:21 +01:00
|
|
|
|
// viewExtraIndicatorsEffectAreaRadiusMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewExtraIndicatorsEffectAreaRadiusMenuItem.CheckOnClick = true;
|
|
|
|
|
this.viewExtraIndicatorsEffectAreaRadiusMenuItem.Name = "viewExtraIndicatorsEffectAreaRadiusMenuItem";
|
2024-06-26 22:18:38 +02:00
|
|
|
|
this.viewExtraIndicatorsEffectAreaRadiusMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F6;
|
2023-06-28 01:00:35 +02:00
|
|
|
|
this.viewExtraIndicatorsEffectAreaRadiusMenuItem.Size = new System.Drawing.Size(224, 22);
|
2024-06-26 22:18:38 +02:00
|
|
|
|
this.viewExtraIndicatorsEffectAreaRadiusMenuItem.Text = "Jam/gap &radiuses";
|
2023-03-16 23:38:21 +01:00
|
|
|
|
this.viewExtraIndicatorsEffectAreaRadiusMenuItem.CheckedChanged += new System.EventHandler(this.ViewMenuItem_CheckedChanged);
|
|
|
|
|
//
|
2023-06-28 01:00:35 +02:00
|
|
|
|
// viewZoomToolStripMenuItem
|
2023-03-16 23:38:21 +01:00
|
|
|
|
//
|
2023-06-28 01:00:35 +02:00
|
|
|
|
this.viewZoomToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.viewZoomInMenuItem,
|
|
|
|
|
this.viewZoomOutMenuItem,
|
|
|
|
|
this.viewZoomResetMenuItem,
|
|
|
|
|
this.viewZoomToBoundsMenuItem});
|
|
|
|
|
this.viewZoomToolStripMenuItem.Name = "viewZoomToolStripMenuItem";
|
2024-06-26 22:18:38 +02:00
|
|
|
|
this.viewZoomToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
2023-06-28 01:00:35 +02:00
|
|
|
|
this.viewZoomToolStripMenuItem.Text = "&Zoom";
|
|
|
|
|
//
|
|
|
|
|
// viewZoomInMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewZoomInMenuItem.Name = "viewZoomInMenuItem";
|
|
|
|
|
this.viewZoomInMenuItem.ShortcutKeyDisplayString = "+";
|
|
|
|
|
this.viewZoomInMenuItem.Size = new System.Drawing.Size(232, 22);
|
|
|
|
|
this.viewZoomInMenuItem.Text = "Zoom &In";
|
|
|
|
|
this.viewZoomInMenuItem.Click += new System.EventHandler(this.ViewZoomInMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// viewZoomOutMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewZoomOutMenuItem.Name = "viewZoomOutMenuItem";
|
|
|
|
|
this.viewZoomOutMenuItem.ShortcutKeyDisplayString = "-";
|
|
|
|
|
this.viewZoomOutMenuItem.Size = new System.Drawing.Size(232, 22);
|
|
|
|
|
this.viewZoomOutMenuItem.Text = "Zoom &Out";
|
|
|
|
|
this.viewZoomOutMenuItem.Click += new System.EventHandler(this.ViewZoomOutMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// viewZoomResetMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewZoomResetMenuItem.Name = "viewZoomResetMenuItem";
|
2023-07-20 01:07:00 +02:00
|
|
|
|
this.viewZoomResetMenuItem.ShortcutKeyDisplayString = "*";
|
2023-06-28 01:00:35 +02:00
|
|
|
|
this.viewZoomResetMenuItem.Size = new System.Drawing.Size(232, 22);
|
|
|
|
|
this.viewZoomResetMenuItem.Text = "&Reset zoom";
|
|
|
|
|
this.viewZoomResetMenuItem.Click += new System.EventHandler(this.ViewZoomResetMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// viewZoomToBoundsMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewZoomToBoundsMenuItem.Name = "viewZoomToBoundsMenuItem";
|
|
|
|
|
this.viewZoomToBoundsMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
|
|
|
|
|
this.viewZoomToBoundsMenuItem.Size = new System.Drawing.Size(232, 22);
|
|
|
|
|
this.viewZoomToBoundsMenuItem.Text = "Zoom to map boun&ds";
|
|
|
|
|
this.viewZoomToBoundsMenuItem.Click += new System.EventHandler(this.ViewZoomBoundsMenuItem_Click);
|
2023-03-16 23:38:21 +01:00
|
|
|
|
//
|
2020-09-11 23:46:04 +03:00
|
|
|
|
// developerToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.developerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.developerGenerateMapPreviewMenuItem,
|
|
|
|
|
this.developerGoToINIMenuItem,
|
|
|
|
|
this.toolStripMenuItem2,
|
2022-10-02 12:40:55 +02:00
|
|
|
|
this.developerDebugToolStripMenuItem});
|
2020-09-11 23:46:04 +03:00
|
|
|
|
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";
|
|
|
|
|
//
|
|
|
|
|
// developerGenerateMapPreviewDirectoryMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.developerGenerateMapPreviewDirectoryMenuItem.Name = "developerGenerateMapPreviewDirectoryMenuItem";
|
2022-09-10 02:47:12 +02:00
|
|
|
|
this.developerGenerateMapPreviewDirectoryMenuItem.Size = new System.Drawing.Size(131, 22);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
this.developerGenerateMapPreviewDirectoryMenuItem.Text = "&Directory...";
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.developerGenerateMapPreviewDirectoryMenuItem.Click += new System.EventHandler(this.DeveloperGenerateMapPreviewDirectoryMenuItem_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// 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";
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.developerGoToINIMenuItem.Click += new System.EventHandler(this.DeveloperGoToINIMenuItem_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// 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
|
|
|
|
//
|
2022-10-02 12:40:55 +02:00
|
|
|
|
// developerDebugToolStripMenuItem
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
2022-10-02 12:40:55 +02:00
|
|
|
|
this.developerDebugToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2020-09-11 23:46:04 +03:00
|
|
|
|
this.developerDebugShowOverlapCellsMenuItem});
|
2022-10-02 12:40:55 +02:00
|
|
|
|
this.developerDebugToolStripMenuItem.Name = "developerDebugToolStripMenuItem";
|
|
|
|
|
this.developerDebugToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
|
|
|
|
|
this.developerDebugToolStripMenuItem.Text = "&Debug";
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// 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";
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.developerDebugShowOverlapCellsMenuItem.CheckedChanged += new System.EventHandler(this.DeveloperDebugShowOverlapCellsMenuItem_CheckedChanged);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
2023-10-18 18:05:23 +02:00
|
|
|
|
// infoToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.infoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.InfoAboutMenuItem,
|
|
|
|
|
this.InfoWebsiteMenuItem,
|
|
|
|
|
this.InfoCheckForUpdatesMenuItem});
|
|
|
|
|
this.infoToolStripMenuItem.Name = "infoToolStripMenuItem";
|
|
|
|
|
this.infoToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
|
|
|
|
|
this.infoToolStripMenuItem.Text = "Info";
|
|
|
|
|
//
|
|
|
|
|
// InfoAboutMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.InfoAboutMenuItem.Name = "InfoAboutMenuItem";
|
|
|
|
|
this.InfoAboutMenuItem.Size = new System.Drawing.Size(221, 22);
|
|
|
|
|
this.InfoAboutMenuItem.Text = "About...";
|
|
|
|
|
this.InfoAboutMenuItem.Click += new System.EventHandler(this.InfoAboutMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// InfoWebsiteMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.InfoWebsiteMenuItem.Name = "InfoWebsiteMenuItem";
|
|
|
|
|
this.InfoWebsiteMenuItem.Size = new System.Drawing.Size(221, 22);
|
|
|
|
|
this.InfoWebsiteMenuItem.Text = "Project website on GitHub...";
|
|
|
|
|
this.InfoWebsiteMenuItem.Click += new System.EventHandler(this.InfoWebsiteMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// InfoCheckForUpdatesMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.InfoCheckForUpdatesMenuItem.Name = "InfoCheckForUpdatesMenuItem";
|
|
|
|
|
this.InfoCheckForUpdatesMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U)));
|
|
|
|
|
this.InfoCheckForUpdatesMenuItem.Size = new System.Drawing.Size(221, 22);
|
|
|
|
|
this.InfoCheckForUpdatesMenuItem.Text = "Check for updates...";
|
|
|
|
|
this.InfoCheckForUpdatesMenuItem.Click += new System.EventHandler(this.InfoCheckForUpdatesMenuItem_Click);
|
|
|
|
|
//
|
2020-09-11 23:46:04 +03:00
|
|
|
|
// 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";
|
2023-01-10 19:58:20 +01:00
|
|
|
|
this.mainToolStrip.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainToolStrip_MouseMove);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
2024-06-26 22:18:38 +02:00
|
|
|
|
// mapPanel
|
|
|
|
|
//
|
|
|
|
|
this.mapPanel.AllowDrop = true;
|
|
|
|
|
this.mapPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
|
|
|
|
this.mapPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.mapPanel.FocusOnMouseEnter = true;
|
|
|
|
|
this.mapPanel.Location = new System.Drawing.Point(0, 55);
|
|
|
|
|
this.mapPanel.MapImage = null;
|
|
|
|
|
this.mapPanel.MaxZoom = 8D;
|
|
|
|
|
this.mapPanel.MinZoom = 0.8D;
|
|
|
|
|
this.mapPanel.Name = "mapPanel";
|
|
|
|
|
this.mapPanel.Size = new System.Drawing.Size(1008, 484);
|
|
|
|
|
this.mapPanel.SuspendMouseZoom = false;
|
|
|
|
|
this.mapPanel.SuspendMouseZoomKeys = System.Windows.Forms.Keys.None;
|
|
|
|
|
this.mapPanel.TabIndex = 4;
|
|
|
|
|
this.mapPanel.Zoom = 1D;
|
|
|
|
|
this.mapPanel.ZoomStep = 1D;
|
|
|
|
|
this.mapPanel.PostRender += new System.EventHandler<MobiusEditor.Event.RenderEventArgs>(this.MapPanel_PostRender);
|
|
|
|
|
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
|
|
|
|
// 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;
|
2024-07-19 15:41:12 +02:00
|
|
|
|
this.mapToolStripButton.Click += new System.EventHandler(this.MainToolStripButton_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// 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;
|
2024-07-19 15:41:12 +02:00
|
|
|
|
this.smudgeToolStripButton.Click += new System.EventHandler(this.MainToolStripButton_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// 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;
|
2024-07-19 15:41:12 +02:00
|
|
|
|
this.overlayToolStripButton.Click += new System.EventHandler(this.MainToolStripButton_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// 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;
|
2024-07-19 15:41:12 +02:00
|
|
|
|
this.terrainToolStripButton.Click += new System.EventHandler(this.MainToolStripButton_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// 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;
|
2024-07-19 15:41:12 +02:00
|
|
|
|
this.infantryToolStripButton.Click += new System.EventHandler(this.MainToolStripButton_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// 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;
|
2024-07-19 15:41:12 +02:00
|
|
|
|
this.unitToolStripButton.Click += new System.EventHandler(this.MainToolStripButton_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// 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;
|
2024-07-19 15:41:12 +02:00
|
|
|
|
this.buildingToolStripButton.Click += new System.EventHandler(this.MainToolStripButton_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// 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;
|
2024-07-19 15:41:12 +02:00
|
|
|
|
this.resourcesToolStripButton.Click += new System.EventHandler(this.MainToolStripButton_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// 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;
|
2024-07-19 15:41:12 +02:00
|
|
|
|
this.wallsToolStripButton.Click += new System.EventHandler(this.MainToolStripButton_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// 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;
|
2024-07-19 15:41:12 +02:00
|
|
|
|
this.waypointsToolStripButton.Click += new System.EventHandler(this.MainToolStripButton_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
|
|
|
|
// 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;
|
2024-07-19 15:41:12 +02:00
|
|
|
|
this.cellTriggersToolStripButton.Click += new System.EventHandler(this.MainToolStripButton_Click);
|
2020-09-11 23:46:04 +03:00
|
|
|
|
//
|
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;
|
2024-07-19 15:41:12 +02:00
|
|
|
|
this.selectToolStripButton.Click += new System.EventHandler(this.MainToolStripButton_Click);
|
2022-09-08 09:55:29 +02:00
|
|
|
|
//
|
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);
|
2023-03-01 17:27:21 +01:00
|
|
|
|
this.Icon = global::MobiusEditor.Properties.Resources.GameIcon00;
|
2020-09-11 23:46:04 +03:00
|
|
|
|
this.KeyPreview = true;
|
|
|
|
|
this.MainMenuStrip = this.mainMenuStrip;
|
|
|
|
|
this.Name = "MainForm";
|
2023-06-21 12:18:49 +02:00
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
2020-09-11 23:46:04 +03:00
|
|
|
|
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);
|
2023-07-20 01:07:00 +02:00
|
|
|
|
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MainForm_KeyPress);
|
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;
|
2022-10-02 12:40:55 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem developerDebugToolStripMenuItem;
|
2020-09-11 23:46:04 +03:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem developerDebugShowOverlapCellsMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem filePublishMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolTip mouseToolTip;
|
|
|
|
|
private System.Windows.Forms.ToolStrip mainToolStrip;
|
2020-09-14 18:13:57 +03:00
|
|
|
|
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;
|
2024-01-31 13:25:32 +01:00
|
|
|
|
private MobiusEditor.Controls.ViewToolStripButton cellTriggersToolStripButton;
|
|
|
|
|
private MobiusEditor.Controls.ViewToolStripButton selectToolStripButton;
|
|
|
|
|
private MobiusEditor.Controls.MapPanel mapPanel;
|
2020-09-11 23:46:04 +03:00
|
|
|
|
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 System.Windows.Forms.ToolStripMenuItem settingsTeamTypesMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem settingsTriggersMenuItem;
|
2023-02-24 22:08:01 +01:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewLayersToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewLayersTerrainMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewLayersOverlayMenuItem;
|
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 toolsExportImageMenuItem;
|
2023-02-24 22:08:01 +01:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewLayersBuildingsMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewLayersUnitsMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewLayersInfantryMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewLayersSmudgeMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewLayersWaypointsMenuItem;
|
2023-03-16 19:03:14 +01:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewLayersEnableAllMenuItem;
|
2022-10-02 12:40:55 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsToolStripMenuItem;
|
2022-09-01 13:05:49 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsEnableAllMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsDisableAllMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsObjectTriggersMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsBuildingRebuildLabelsMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsBuildingFakeLabelsMenuItem;
|
2023-02-24 22:08:01 +01:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewLayersDisableAllMenuItem;
|
2022-09-01 13:05:49 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsWaypointsMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsCellTriggersMenuItem;
|
2022-09-08 09:55:29 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem editClearUndoRedoMenuItem;
|
2022-09-19 12:23:44 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolsRandomizeTilesMenuItem;
|
2022-09-25 12:11:59 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsFootballAreaMenuItem;
|
2022-10-13 18:45:23 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem statisticsToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolsStatsGameObjectsMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolsStatsPowerMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolsStatsStorageMenuItem;
|
2023-03-16 19:03:14 +01:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewExtraIndicatorsToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewExtraIndicatorsMapSymmetryMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewExtraIndicatorsMapGridMenuItem;
|
2023-01-10 19:58:20 +01:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem fileNewFromImageMenuItem;
|
2023-02-24 22:08:01 +01:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolsOptionsSafeDraggingMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolsOptionsPlacementGridMenuItem;
|
2023-02-28 22:50:23 +01:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolsOptionsBoundsObstructFillMenuItem;
|
2023-03-01 17:27:21 +01:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolsOptionsRandomizeDragPlaceMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolsOptionsCratesOnTopMenuItem;
|
2023-03-16 19:03:14 +01:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewExtraIndicatorsEffectAreaRadiusMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewExtraIndicatorsWaypointRevealRadiusMenuItem;
|
2023-03-16 23:38:21 +01:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsMapBoundariesMenuItem;
|
2023-06-21 12:18:49 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewIndicatorsOutlinesMenuItem;
|
2023-03-19 00:06:21 +01:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolsOptionsOutlineAllCratesMenuItem;
|
2024-07-29 10:08:56 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewExtraIndicatorsLandTypesMenuItem;
|
2023-06-28 01:00:35 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewZoomToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewZoomInMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewZoomOutMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewZoomResetMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewZoomToBoundsMenuItem;
|
Prepared for migration to using external ini data for all settings.
* Added support for fan-added theaters available in CnCNet: Snow for TD; Desert, Jungle, Barren and Cave for RA. These only work in classic mode, if their theater mix files are found in the configured classic files folder.
* Mouse zoom is now disabled during drag-scroll operations, since it invariably messed up the position calculations.
* Map templates, Smudge and Overlay are no longer restricted to specific theaters; if they exist in a theater, they are allowed.
* Theater-sensitive civilian buildings are no longer restricted to specific theaters; if they exist in a theater, they are allowed. Military buildings, incuding the theater-sensitive Misile Silo and Pillbox in RA, are always usable, no matter whether the theater has graphics for them.
* On Interior maps, the "ConvertRaObsoleteClear" logic will now generate spots of passable terrain outside the map border on any point where passable terrain touches the border, to allow potential reinforcements to enter the map there.
* Removed all hardcoded special code per vehicle and per building, in preparation for exporting all editor settings to ini.
2023-08-25 18:12:35 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem FileOpenFromMixMenuItem;
|
2023-10-18 18:05:23 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem infoToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem InfoAboutMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem InfoCheckForUpdatesMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem InfoWebsiteMenuItem;
|
2024-06-26 22:18:38 +02:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewExtraIndicatorsPlacedObjectsMenuItem;
|
2020-09-11 23:46:04 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|