mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-13 15:36:14 -05:00
4893 lines
295 KiB
C#
4893 lines
295 KiB
C#
namespace DSPRE
|
|
{
|
|
partial class MainProgram
|
|
{
|
|
/// <summary>
|
|
/// Variabile di proGettazione necessaria.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Pulire le risorse in uso.
|
|
/// </summary>
|
|
/// <param name="disposing">ha valore true se le risorse gestite devono essere eliminate, false in caso contrario.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Codice generato da Progettazione Windows Form
|
|
|
|
/// <summary>
|
|
/// Metodo necessario per il supporto della finestra di proGettazione. Non modificare
|
|
/// il contenuto del metodo con l'editor di codice.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainProgram));
|
|
this.mainTabControl = new System.Windows.Forms.TabControl();
|
|
this.headerEditorTabPage = new System.Windows.Forms.TabPage();
|
|
this.removeLastHeaderBTN = new System.Windows.Forms.Button();
|
|
this.addHeaderBTN = new System.Windows.Forms.Button();
|
|
this.worldmapCoordsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.worldmapCoordsPasteButton = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.worldmapCoordsCopyButton = new System.Windows.Forms.Button();
|
|
this.worldmapYCoordUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label36 = new System.Windows.Forms.Label();
|
|
this.worldmapXCoordUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.groupBox18 = new System.Windows.Forms.GroupBox();
|
|
this.openWildEditorWithIdButton = new System.Windows.Forms.Button();
|
|
this.pasteWildEncountersButton = new System.Windows.Forms.Button();
|
|
this.wildPokeUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.copyWildEncountersButton = new System.Windows.Forms.Button();
|
|
this.importHeaderFromFileButton = new System.Windows.Forms.Button();
|
|
this.exportHeaderToFileButton = new System.Windows.Forms.Button();
|
|
this.pasteHeaderButton = new System.Windows.Forms.Button();
|
|
this.groupBox10 = new System.Windows.Forms.GroupBox();
|
|
this.pasteTextsButton = new System.Windows.Forms.Button();
|
|
this.openMessageFileButton = new System.Windows.Forms.Button();
|
|
this.copyTextsButton = new System.Windows.Forms.Button();
|
|
this.pasteEventsButton = new System.Windows.Forms.Button();
|
|
this.textFileUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.copyEventsButton = new System.Windows.Forms.Button();
|
|
this.textLabel = new System.Windows.Forms.Label();
|
|
this.openEventsButton = new System.Windows.Forms.Button();
|
|
this.eventLabel = new System.Windows.Forms.Label();
|
|
this.eventFileUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.pasteAreaDataButton = new System.Windows.Forms.Button();
|
|
this.copyAreaDataButton = new System.Windows.Forms.Button();
|
|
this.pasteMatrixButton = new System.Windows.Forms.Button();
|
|
this.openAreaDataButton = new System.Windows.Forms.Button();
|
|
this.copyMatrixButton = new System.Windows.Forms.Button();
|
|
this.openMatrixButton = new System.Windows.Forms.Button();
|
|
this.areaDataLabel = new System.Windows.Forms.Label();
|
|
this.areaDataUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.matrixLabel = new System.Windows.Forms.Label();
|
|
this.matrixUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.groupBox9 = new System.Windows.Forms.GroupBox();
|
|
this.resetButton = new System.Windows.Forms.Button();
|
|
this.searchHeaderButton = new System.Windows.Forms.Button();
|
|
this.searchLocationTextBox = new System.Windows.Forms.TextBox();
|
|
this.copyHeaderButton = new System.Windows.Forms.Button();
|
|
this.areaIconPictureBox = new System.Windows.Forms.PictureBox();
|
|
this.areaImageLabel = new System.Windows.Forms.Label();
|
|
this.nameGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.internalNameLenLabel = new System.Windows.Forms.Label();
|
|
this.pasteLocationNameButton = new System.Windows.Forms.Button();
|
|
this.copyLocationNameButton = new System.Windows.Forms.Button();
|
|
this.pasteInternalNameButton = new System.Windows.Forms.Button();
|
|
this.copyInternalNameButton = new System.Windows.Forms.Button();
|
|
this.pasteAreaIconButton = new System.Windows.Forms.Button();
|
|
this.copyAreaIconButton = new System.Windows.Forms.Button();
|
|
this.pasteAreaSettingsButton = new System.Windows.Forms.Button();
|
|
this.areaSettingsLabel = new System.Windows.Forms.Label();
|
|
this.copyAreaSettingsButton = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.internalNameBox = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.areaIconComboBox = new System.Windows.Forms.ComboBox();
|
|
this.areaSettingsComboBox = new System.Windows.Forms.ComboBox();
|
|
this.locationNameComboBox = new System.Windows.Forms.ComboBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.cameraUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.weatherUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.musicNightUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.musicDayUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.pasteCameraAngleButton = new System.Windows.Forms.Button();
|
|
this.copyCameraAngleButton = new System.Windows.Forms.Button();
|
|
this.pasteWeatherButton = new System.Windows.Forms.Button();
|
|
this.copyWeatherButton = new System.Windows.Forms.Button();
|
|
this.pasteMusicNightButton = new System.Windows.Forms.Button();
|
|
this.copyMusicNightButton = new System.Windows.Forms.Button();
|
|
this.pasteMusicDayButton = new System.Windows.Forms.Button();
|
|
this.copyMusicDayButton = new System.Windows.Forms.Button();
|
|
this.weatherComboBox = new System.Windows.Forms.ComboBox();
|
|
this.musicNightComboBox = new System.Windows.Forms.ComboBox();
|
|
this.weatherLabel = new System.Windows.Forms.Label();
|
|
this.cameraLabel = new System.Windows.Forms.Label();
|
|
this.musicNightLabel = new System.Windows.Forms.Label();
|
|
this.cameraComboBox = new System.Windows.Forms.ComboBox();
|
|
this.musicDayLabel = new System.Windows.Forms.Label();
|
|
this.musicDayComboBox = new System.Windows.Forms.ComboBox();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.pasteLevelScriptsButton = new System.Windows.Forms.Button();
|
|
this.copyLevelScriptsButton = new System.Windows.Forms.Button();
|
|
this.pasteScriptsButton = new System.Windows.Forms.Button();
|
|
this.copyScriptsButton = new System.Windows.Forms.Button();
|
|
this.levelScriptUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.openLevelScriptButton = new System.Windows.Forms.Button();
|
|
this.levelScriptLabel = new System.Windows.Forms.Label();
|
|
this.openScriptButton = new System.Windows.Forms.Button();
|
|
this.scriptLabel = new System.Windows.Forms.Label();
|
|
this.scriptFileUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.headerListBox = new System.Windows.Forms.ListBox();
|
|
this.saveHeaderButton = new System.Windows.Forms.Button();
|
|
this.flagsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.followModeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.johtoRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.kantoRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.followModeLabel = new System.Windows.Forms.Label();
|
|
this.pasteMapSettingsButton = new System.Windows.Forms.Button();
|
|
this.battleBackgroundLabel = new System.Windows.Forms.Label();
|
|
this.copyFlagsButton = new System.Windows.Forms.Button();
|
|
this.battleBackgroundUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.flag3CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.flag2CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.flag1CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.flag0CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.flag6CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.flag5CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.flag4CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.cameraPicLabel = new System.Windows.Forms.Label();
|
|
this.cameraPictureBox = new System.Windows.Forms.PictureBox();
|
|
this.weatherPicLabel = new System.Windows.Forms.Label();
|
|
this.weatherPictureBox = new System.Windows.Forms.PictureBox();
|
|
this.matrixEditorTabPage = new System.Windows.Forms.TabPage();
|
|
this.matrixEditor = new DSPRE.Editors.MatrixEditor();
|
|
this.mapEditorTabPage = new System.Windows.Forms.TabPage();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.mapScreenshotButton = new System.Windows.Forms.Button();
|
|
this.wireframeCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.radio3D = new System.Windows.Forms.RadioButton();
|
|
this.radio2D = new System.Windows.Forms.RadioButton();
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.addMapFileButton = new System.Windows.Forms.Button();
|
|
this.locateCurrentMapBin = new System.Windows.Forms.Button();
|
|
this.removeMapFileButton = new System.Windows.Forms.Button();
|
|
this.replaceMapBinButton = new System.Windows.Forms.Button();
|
|
this.exportCurrentMapBinButton = new System.Windows.Forms.Button();
|
|
this.saveMapButton = new System.Windows.Forms.Button();
|
|
this.mapRenderPanel = new System.Windows.Forms.Panel();
|
|
this.mapOpenGlControl = new Tao.Platform.Windows.SimpleOpenGlControl();
|
|
this.movPictureBox = new System.Windows.Forms.PictureBox();
|
|
this.label26 = new System.Windows.Forms.Label();
|
|
this.buildTextureComboBox = new System.Windows.Forms.ComboBox();
|
|
this.mapFileLabel = new System.Windows.Forms.Label();
|
|
this.mapTextureComboBox = new System.Windows.Forms.ComboBox();
|
|
this.mapTextureLabel = new System.Windows.Forms.Label();
|
|
this.selectMapComboBox = new System.Windows.Forms.ComboBox();
|
|
this.mapPartsTabControl = new System.Windows.Forms.TabControl();
|
|
this.buildingsTabPage = new System.Windows.Forms.TabPage();
|
|
this.groupBox33 = new System.Windows.Forms.GroupBox();
|
|
this.yRotDegBldUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.xRotDegBldUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.zRotDegBldUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.yRotBuildUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.xRotBuildUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.zRotBuildUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.yLabel = new System.Windows.Forms.Label();
|
|
this.lockXZgroupbox = new System.Windows.Forms.GroupBox();
|
|
this.bldPlaceLockXcheckbox = new System.Windows.Forms.CheckBox();
|
|
this.bldPlaceLockZcheckbox = new System.Windows.Forms.CheckBox();
|
|
this.zLabel = new System.Windows.Forms.Label();
|
|
this.xLabel = new System.Windows.Forms.Label();
|
|
this.bldRoundGroupbox = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.bldRoundDecmil = new System.Windows.Forms.RadioButton();
|
|
this.bldRoundCentMil = new System.Windows.Forms.RadioButton();
|
|
this.bldRoundWhole = new System.Windows.Forms.RadioButton();
|
|
this.bldRoundDec = new System.Windows.Forms.RadioButton();
|
|
this.bldRoundCent = new System.Windows.Forms.RadioButton();
|
|
this.bldRoundMil = new System.Windows.Forms.RadioButton();
|
|
this.bldPlaceWithMouseCheckbox = new System.Windows.Forms.CheckBox();
|
|
this.importBuildingsButton = new System.Windows.Forms.Button();
|
|
this.groupBox20 = new System.Windows.Forms.GroupBox();
|
|
this.interiorbldRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.exteriorbldRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.buildIndexComboBox = new System.Windows.Forms.ComboBox();
|
|
this.groupBox19 = new System.Windows.Forms.GroupBox();
|
|
this.buildingHeightUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.buildingWidthUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.buildingLengthUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.duplicateBuildingButton = new System.Windows.Forms.Button();
|
|
this.exportBuildingsButton = new System.Windows.Forms.Button();
|
|
this.removeBuildingButton = new System.Windows.Forms.Button();
|
|
this.addBuildingButton = new System.Windows.Forms.Button();
|
|
this.buildPositionGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.yBuildUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.xBuildUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.zBuildUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.buildingsListBox = new System.Windows.Forms.ListBox();
|
|
this.permissionsTabPage = new System.Windows.Forms.TabPage();
|
|
this.transparencyBar = new System.Windows.Forms.TrackBar();
|
|
this.scanUnusedCollisionTypesButton = new System.Windows.Forms.Button();
|
|
this.clearCurrentButton = new System.Windows.Forms.Button();
|
|
this.typeLabel = new System.Windows.Forms.Label();
|
|
this.collisionLabel = new System.Windows.Forms.Label();
|
|
this.typeGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.knownTypesRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.valueTypeRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.typePainterUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.collisionTypePainterComboBox = new System.Windows.Forms.ComboBox();
|
|
this.typePainterPictureBox = new System.Windows.Forms.PictureBox();
|
|
this.collisionGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.collisionPainterComboBox = new System.Windows.Forms.ComboBox();
|
|
this.collisionPainterPictureBox = new System.Windows.Forms.PictureBox();
|
|
this.selectCollisionPanel = new System.Windows.Forms.Panel();
|
|
this.collisionPictureBox = new System.Windows.Forms.PictureBox();
|
|
this.selectTypePanel = new System.Windows.Forms.Panel();
|
|
this.typePictureBox = new System.Windows.Forms.PictureBox();
|
|
this.ImportMovButton = new System.Windows.Forms.Button();
|
|
this.exportMovButton = new System.Windows.Forms.Button();
|
|
this.modelTabPage = new System.Windows.Forms.TabPage();
|
|
this.glbExportButton = new System.Windows.Forms.Button();
|
|
this.daeExportButton = new System.Windows.Forms.Button();
|
|
this.embedTexturesInMapModelCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.modelSizeLBL = new System.Windows.Forms.Label();
|
|
this.nsbmdSizeLabel = new System.Windows.Forms.Label();
|
|
this.unsupported3DModelEditLBL = new System.Windows.Forms.Label();
|
|
this.importMapButton = new System.Windows.Forms.Button();
|
|
this.exportMapButton = new System.Windows.Forms.Button();
|
|
this.terrainTabPage = new System.Windows.Forms.TabPage();
|
|
this.terrainSizeLBL = new System.Windows.Forms.Label();
|
|
this.terrainDataLBL = new System.Windows.Forms.Label();
|
|
this.unsupportedBDHCEditLBL = new System.Windows.Forms.Label();
|
|
this.bdhcImportButton = new System.Windows.Forms.Button();
|
|
this.bdhcExportButton = new System.Windows.Forms.Button();
|
|
this.bgsTabPage = new System.Windows.Forms.TabPage();
|
|
this.blankBGSButton = new System.Windows.Forms.Button();
|
|
this.BGSSizeLBL = new System.Windows.Forms.Label();
|
|
this.bgsDataLBL = new System.Windows.Forms.Label();
|
|
this.unsupportedBGSEditLBL = new System.Windows.Forms.Label();
|
|
this.soundPlatesImportButton = new System.Windows.Forms.Button();
|
|
this.soundPlatesExportButton = new System.Windows.Forms.Button();
|
|
this.nsbtxEditorTabPage = new System.Windows.Forms.TabPage();
|
|
this.nsbtxEditor = new DSPRE.Editors.NsbtxEditor();
|
|
this.eventEditorTabPage = new System.Windows.Forms.TabPage();
|
|
this.eventEditor = new DSPRE.Editors.EventEditor();
|
|
this.tabPageScriptEditor = new System.Windows.Forms.TabPage();
|
|
this.scriptEditorPoppedOutLabel = new System.Windows.Forms.Label();
|
|
this.popoutScriptEditorButton = new System.Windows.Forms.Button();
|
|
this.scriptEditor = new DSPRE.Editors.ScriptEditor();
|
|
this.tabPageLevelScriptEditor = new System.Windows.Forms.TabPage();
|
|
this.LSEditorPoppedOutLabel = new System.Windows.Forms.Label();
|
|
this.popoutLevelScriptEditorButton = new System.Windows.Forms.Button();
|
|
this.levelScriptEditor = new DSPRE.Editors.LevelScriptEditor();
|
|
this.textEditorTabPage = new System.Windows.Forms.TabPage();
|
|
this.textEditorPoppedOutLabel = new System.Windows.Forms.Label();
|
|
this.popoutTextEditorButton = new System.Windows.Forms.Button();
|
|
this.textEditor = new DSPRE.Editors.TextEditor();
|
|
this.cameraEditorTabPage = new System.Windows.Forms.TabPage();
|
|
this.cameraEditor = new DSPRE.Editors.CameraEditor();
|
|
this.trainerEditorTabPage = new System.Windows.Forms.TabPage();
|
|
this.trainerEditorPoppedOutLabel = new System.Windows.Forms.Label();
|
|
this.popoutTrainerEditorButton = new System.Windows.Forms.Button();
|
|
this.trainerEditor = new DSPRE.Editors.TrainerEditor();
|
|
this.tableEditorTabPage = new System.Windows.Forms.TabPage();
|
|
this.tableEditor = new DSPRE.Editors.TableEditor();
|
|
this.tabPageEncountersEditor = new System.Windows.Forms.TabPage();
|
|
this.encountersEditor = new DSPRE.Editors.EncountersEditor();
|
|
this.mainTabImageList = new System.Windows.Forms.ImageList(this.components);
|
|
this.gameIcon = new System.Windows.Forms.PictureBox();
|
|
this.languageLabel = new System.Windows.Forms.Label();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.openROMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.openFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveROMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.romToolboxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.headerSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.addressHelperToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.scriptCommandsDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.diamondAndPearlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.platinumToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.heartGoldAndSoulSilverToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.NarcUtilityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.buildFomFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.unpackToFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.listBasedBatchRenameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.listBasedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contentBasedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.listBuilderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.fromCEnumToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.fromFolderContentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.nSBMDUtilityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.texturizeNSBMDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.untexturizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.extractNSBTXFromNSBMDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.exportScriptDatabaseJSONToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.generateCSVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menuViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.essentialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.simpleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.advancedStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.fullViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.otherEditorsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.personalDataEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.overlayEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.spawnEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.moveDataEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.flyWarpEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.itemEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.overworldEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tradeEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.aboutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar();
|
|
this.mainToolStrip = new System.Windows.Forms.ToolStrip();
|
|
this.loadRomButton = new System.Windows.Forms.ToolStripButton();
|
|
this.readDataFromFolderButton = new System.Windows.Forms.ToolStripButton();
|
|
this.saveRomButton = new System.Windows.Forms.ToolStripButton();
|
|
this.separator_AfterOpenSave = new System.Windows.Forms.ToolStripSeparator();
|
|
this.unpackAllButton = new System.Windows.Forms.ToolStripButton();
|
|
this.updateMapNarcsButton = new System.Windows.Forms.ToolStripButton();
|
|
this.separator_afterFolderUnpackers = new System.Windows.Forms.ToolStripSeparator();
|
|
this.buildNarcFromFolderToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.unpackNARCtoFolderToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.separator_afterNarcUtils = new System.Windows.Forms.ToolStripSeparator();
|
|
this.listBasedBatchRenameToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.contentBasedBatchRenameToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.separator_afterRenameUtils = new System.Windows.Forms.ToolStripSeparator();
|
|
this.enumBasedListBuilderToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.folderBasedListBuilderToolStriButton = new System.Windows.Forms.ToolStripButton();
|
|
this.separator_afterListUtils = new System.Windows.Forms.ToolStripSeparator();
|
|
this.nsbmdAddTexButton = new System.Windows.Forms.ToolStripButton();
|
|
this.nsbmdRemoveTexButton = new System.Windows.Forms.ToolStripButton();
|
|
this.nsbmdExportTexButton = new System.Windows.Forms.ToolStripButton();
|
|
this.separator_afterNsbmdUtils = new System.Windows.Forms.ToolStripSeparator();
|
|
this.buildingEditorButton = new System.Windows.Forms.ToolStripButton();
|
|
this.wildEditorButton = new System.Windows.Forms.ToolStripButton();
|
|
this.scriptCommandsButton = new System.Windows.Forms.ToolStripButton();
|
|
this.romToolboxToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.headerSearchToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.spawnEditorToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
this.separator_afterMiscButtons = new System.Windows.Forms.ToolStripSeparator();
|
|
this.weatherMapEditor = new System.Windows.Forms.ToolStripButton();
|
|
this.versionLabel = new System.Windows.Forms.Label();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.mainTabControl.SuspendLayout();
|
|
this.headerEditorTabPage.SuspendLayout();
|
|
this.worldmapCoordsGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.worldmapYCoordUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.worldmapXCoordUpDown)).BeginInit();
|
|
this.groupBox18.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.wildPokeUpDown)).BeginInit();
|
|
this.groupBox10.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.textFileUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.eventFileUpDown)).BeginInit();
|
|
this.groupBox4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.areaDataUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.matrixUpDown)).BeginInit();
|
|
this.groupBox9.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.areaIconPictureBox)).BeginInit();
|
|
this.nameGroupBox.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.cameraUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.weatherUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.musicNightUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.musicDayUpDown)).BeginInit();
|
|
this.groupBox3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.levelScriptUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.scriptFileUpDown)).BeginInit();
|
|
this.flagsGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.battleBackgroundUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cameraPictureBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.weatherPictureBox)).BeginInit();
|
|
this.matrixEditorTabPage.SuspendLayout();
|
|
this.mapEditorTabPage.SuspendLayout();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
this.mapRenderPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.movPictureBox)).BeginInit();
|
|
this.mapPartsTabControl.SuspendLayout();
|
|
this.buildingsTabPage.SuspendLayout();
|
|
this.groupBox33.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.yRotDegBldUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xRotDegBldUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.zRotDegBldUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.yRotBuildUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xRotBuildUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.zRotBuildUpDown)).BeginInit();
|
|
this.lockXZgroupbox.SuspendLayout();
|
|
this.bldRoundGroupbox.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.groupBox20.SuspendLayout();
|
|
this.groupBox19.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.buildingHeightUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.buildingWidthUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.buildingLengthUpDown)).BeginInit();
|
|
this.buildPositionGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.yBuildUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xBuildUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.zBuildUpDown)).BeginInit();
|
|
this.permissionsTabPage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.transparencyBar)).BeginInit();
|
|
this.typeGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.typePainterUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.typePainterPictureBox)).BeginInit();
|
|
this.collisionGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.collisionPainterPictureBox)).BeginInit();
|
|
this.selectCollisionPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.collisionPictureBox)).BeginInit();
|
|
this.selectTypePanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.typePictureBox)).BeginInit();
|
|
this.modelTabPage.SuspendLayout();
|
|
this.terrainTabPage.SuspendLayout();
|
|
this.bgsTabPage.SuspendLayout();
|
|
this.nsbtxEditorTabPage.SuspendLayout();
|
|
this.eventEditorTabPage.SuspendLayout();
|
|
this.tabPageScriptEditor.SuspendLayout();
|
|
this.tabPageLevelScriptEditor.SuspendLayout();
|
|
this.textEditorTabPage.SuspendLayout();
|
|
this.cameraEditorTabPage.SuspendLayout();
|
|
this.trainerEditorTabPage.SuspendLayout();
|
|
this.tableEditorTabPage.SuspendLayout();
|
|
this.tabPageEncountersEditor.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gameIcon)).BeginInit();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.mainToolStrip.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// mainTabControl
|
|
//
|
|
this.mainTabControl.AllowDrop = true;
|
|
this.mainTabControl.Controls.Add(this.headerEditorTabPage);
|
|
this.mainTabControl.Controls.Add(this.matrixEditorTabPage);
|
|
this.mainTabControl.Controls.Add(this.mapEditorTabPage);
|
|
this.mainTabControl.Controls.Add(this.nsbtxEditorTabPage);
|
|
this.mainTabControl.Controls.Add(this.eventEditorTabPage);
|
|
this.mainTabControl.Controls.Add(this.tabPageScriptEditor);
|
|
this.mainTabControl.Controls.Add(this.tabPageLevelScriptEditor);
|
|
this.mainTabControl.Controls.Add(this.textEditorTabPage);
|
|
this.mainTabControl.Controls.Add(this.cameraEditorTabPage);
|
|
this.mainTabControl.Controls.Add(this.trainerEditorTabPage);
|
|
this.mainTabControl.Controls.Add(this.tableEditorTabPage);
|
|
this.mainTabControl.Controls.Add(this.tabPageEncountersEditor);
|
|
this.mainTabControl.ImageList = this.mainTabImageList;
|
|
this.mainTabControl.Location = new System.Drawing.Point(11, 72);
|
|
this.mainTabControl.Name = "mainTabControl";
|
|
this.mainTabControl.SelectedIndex = 0;
|
|
this.mainTabControl.Size = new System.Drawing.Size(1193, 702);
|
|
this.mainTabControl.TabIndex = 5;
|
|
this.mainTabControl.Visible = false;
|
|
this.mainTabControl.SelectedIndexChanged += new System.EventHandler(this.mainTabControl_SelectedIndexChanged);
|
|
//
|
|
// headerEditorTabPage
|
|
//
|
|
this.headerEditorTabPage.BackColor = System.Drawing.SystemColors.Window;
|
|
this.headerEditorTabPage.Controls.Add(this.removeLastHeaderBTN);
|
|
this.headerEditorTabPage.Controls.Add(this.addHeaderBTN);
|
|
this.headerEditorTabPage.Controls.Add(this.worldmapCoordsGroupBox);
|
|
this.headerEditorTabPage.Controls.Add(this.groupBox18);
|
|
this.headerEditorTabPage.Controls.Add(this.importHeaderFromFileButton);
|
|
this.headerEditorTabPage.Controls.Add(this.exportHeaderToFileButton);
|
|
this.headerEditorTabPage.Controls.Add(this.pasteHeaderButton);
|
|
this.headerEditorTabPage.Controls.Add(this.groupBox10);
|
|
this.headerEditorTabPage.Controls.Add(this.groupBox4);
|
|
this.headerEditorTabPage.Controls.Add(this.groupBox9);
|
|
this.headerEditorTabPage.Controls.Add(this.copyHeaderButton);
|
|
this.headerEditorTabPage.Controls.Add(this.areaIconPictureBox);
|
|
this.headerEditorTabPage.Controls.Add(this.areaImageLabel);
|
|
this.headerEditorTabPage.Controls.Add(this.nameGroupBox);
|
|
this.headerEditorTabPage.Controls.Add(this.groupBox2);
|
|
this.headerEditorTabPage.Controls.Add(this.groupBox3);
|
|
this.headerEditorTabPage.Controls.Add(this.headerListBox);
|
|
this.headerEditorTabPage.Controls.Add(this.saveHeaderButton);
|
|
this.headerEditorTabPage.Controls.Add(this.flagsGroupBox);
|
|
this.headerEditorTabPage.Controls.Add(this.cameraPicLabel);
|
|
this.headerEditorTabPage.Controls.Add(this.cameraPictureBox);
|
|
this.headerEditorTabPage.Controls.Add(this.weatherPicLabel);
|
|
this.headerEditorTabPage.Controls.Add(this.weatherPictureBox);
|
|
this.headerEditorTabPage.ImageIndex = 0;
|
|
this.headerEditorTabPage.Location = new System.Drawing.Point(4, 23);
|
|
this.headerEditorTabPage.Name = "headerEditorTabPage";
|
|
this.headerEditorTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.headerEditorTabPage.Size = new System.Drawing.Size(1185, 675);
|
|
this.headerEditorTabPage.TabIndex = 0;
|
|
this.headerEditorTabPage.Text = "Header Editor";
|
|
//
|
|
// removeLastHeaderBTN
|
|
//
|
|
this.removeLastHeaderBTN.Enabled = false;
|
|
this.removeLastHeaderBTN.Image = global::DSPRE.Properties.Resources.deleteIcon;
|
|
this.removeLastHeaderBTN.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.removeLastHeaderBTN.Location = new System.Drawing.Point(13, 578);
|
|
this.removeLastHeaderBTN.Name = "removeLastHeaderBTN";
|
|
this.removeLastHeaderBTN.Size = new System.Drawing.Size(214, 26);
|
|
this.removeLastHeaderBTN.TabIndex = 52;
|
|
this.removeLastHeaderBTN.Text = "Remove Last";
|
|
this.removeLastHeaderBTN.UseVisualStyleBackColor = true;
|
|
this.removeLastHeaderBTN.Click += new System.EventHandler(this.removeLastHeaderBTN_Click);
|
|
//
|
|
// addHeaderBTN
|
|
//
|
|
this.addHeaderBTN.Enabled = false;
|
|
this.addHeaderBTN.Image = global::DSPRE.Properties.Resources.addIcon;
|
|
this.addHeaderBTN.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.addHeaderBTN.Location = new System.Drawing.Point(13, 552);
|
|
this.addHeaderBTN.Name = "addHeaderBTN";
|
|
this.addHeaderBTN.Size = new System.Drawing.Size(214, 26);
|
|
this.addHeaderBTN.TabIndex = 48;
|
|
this.addHeaderBTN.Text = "Add Header";
|
|
this.addHeaderBTN.UseVisualStyleBackColor = true;
|
|
this.addHeaderBTN.Click += new System.EventHandler(this.addHeaderBTN_Click);
|
|
//
|
|
// worldmapCoordsGroupBox
|
|
//
|
|
this.worldmapCoordsGroupBox.Controls.Add(this.worldmapCoordsPasteButton);
|
|
this.worldmapCoordsGroupBox.Controls.Add(this.label1);
|
|
this.worldmapCoordsGroupBox.Controls.Add(this.worldmapCoordsCopyButton);
|
|
this.worldmapCoordsGroupBox.Controls.Add(this.worldmapYCoordUpDown);
|
|
this.worldmapCoordsGroupBox.Controls.Add(this.label36);
|
|
this.worldmapCoordsGroupBox.Controls.Add(this.worldmapXCoordUpDown);
|
|
this.worldmapCoordsGroupBox.Enabled = false;
|
|
this.worldmapCoordsGroupBox.Location = new System.Drawing.Point(238, 468);
|
|
this.worldmapCoordsGroupBox.Name = "worldmapCoordsGroupBox";
|
|
this.worldmapCoordsGroupBox.Size = new System.Drawing.Size(84, 136);
|
|
this.worldmapCoordsGroupBox.TabIndex = 34;
|
|
this.worldmapCoordsGroupBox.TabStop = false;
|
|
this.worldmapCoordsGroupBox.Text = "Worldmap";
|
|
//
|
|
// worldmapCoordsPasteButton
|
|
//
|
|
this.worldmapCoordsPasteButton.Enabled = false;
|
|
this.worldmapCoordsPasteButton.Image = ((System.Drawing.Image)(resources.GetObject("worldmapCoordsPasteButton.Image")));
|
|
this.worldmapCoordsPasteButton.Location = new System.Drawing.Point(43, 93);
|
|
this.worldmapCoordsPasteButton.Name = "worldmapCoordsPasteButton";
|
|
this.worldmapCoordsPasteButton.Size = new System.Drawing.Size(35, 37);
|
|
this.worldmapCoordsPasteButton.TabIndex = 49;
|
|
this.worldmapCoordsPasteButton.UseVisualStyleBackColor = true;
|
|
this.worldmapCoordsPasteButton.Click += new System.EventHandler(this.worldmapCoordsPasteButton_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(22, 52);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(14, 13);
|
|
this.label1.TabIndex = 27;
|
|
this.label1.Text = "Y";
|
|
//
|
|
// worldmapCoordsCopyButton
|
|
//
|
|
this.worldmapCoordsCopyButton.Image = ((System.Drawing.Image)(resources.GetObject("worldmapCoordsCopyButton.Image")));
|
|
this.worldmapCoordsCopyButton.Location = new System.Drawing.Point(6, 93);
|
|
this.worldmapCoordsCopyButton.Name = "worldmapCoordsCopyButton";
|
|
this.worldmapCoordsCopyButton.Size = new System.Drawing.Size(35, 37);
|
|
this.worldmapCoordsCopyButton.TabIndex = 50;
|
|
this.worldmapCoordsCopyButton.UseVisualStyleBackColor = true;
|
|
this.worldmapCoordsCopyButton.Click += new System.EventHandler(this.worldmapCoordsCopyButton_Click);
|
|
//
|
|
// worldmapYCoordUpDown
|
|
//
|
|
this.worldmapYCoordUpDown.Location = new System.Drawing.Point(25, 67);
|
|
this.worldmapYCoordUpDown.Maximum = new decimal(new int[] {
|
|
63,
|
|
0,
|
|
0,
|
|
0});
|
|
this.worldmapYCoordUpDown.Name = "worldmapYCoordUpDown";
|
|
this.worldmapYCoordUpDown.Size = new System.Drawing.Size(38, 20);
|
|
this.worldmapYCoordUpDown.TabIndex = 26;
|
|
this.worldmapYCoordUpDown.ValueChanged += new System.EventHandler(this.worldmapYCoordUpDown_ValueChanged);
|
|
//
|
|
// label36
|
|
//
|
|
this.label36.AutoSize = true;
|
|
this.label36.Location = new System.Drawing.Point(22, 14);
|
|
this.label36.Name = "label36";
|
|
this.label36.Size = new System.Drawing.Size(14, 13);
|
|
this.label36.TabIndex = 25;
|
|
this.label36.Text = "X";
|
|
//
|
|
// worldmapXCoordUpDown
|
|
//
|
|
this.worldmapXCoordUpDown.Location = new System.Drawing.Point(25, 29);
|
|
this.worldmapXCoordUpDown.Maximum = new decimal(new int[] {
|
|
63,
|
|
0,
|
|
0,
|
|
0});
|
|
this.worldmapXCoordUpDown.Name = "worldmapXCoordUpDown";
|
|
this.worldmapXCoordUpDown.Size = new System.Drawing.Size(38, 20);
|
|
this.worldmapXCoordUpDown.TabIndex = 24;
|
|
this.worldmapXCoordUpDown.ValueChanged += new System.EventHandler(this.worldmapXCoordUpDown_ValueChanged);
|
|
//
|
|
// groupBox18
|
|
//
|
|
this.groupBox18.Controls.Add(this.openWildEditorWithIdButton);
|
|
this.groupBox18.Controls.Add(this.pasteWildEncountersButton);
|
|
this.groupBox18.Controls.Add(this.wildPokeUpDown);
|
|
this.groupBox18.Controls.Add(this.copyWildEncountersButton);
|
|
this.groupBox18.Location = new System.Drawing.Point(806, 12);
|
|
this.groupBox18.Name = "groupBox18";
|
|
this.groupBox18.Size = new System.Drawing.Size(94, 140);
|
|
this.groupBox18.TabIndex = 51;
|
|
this.groupBox18.TabStop = false;
|
|
this.groupBox18.Text = "Wild Pokémon";
|
|
//
|
|
// openWildEditorWithIdButton
|
|
//
|
|
this.openWildEditorWithIdButton.Location = new System.Drawing.Point(10, 46);
|
|
this.openWildEditorWithIdButton.Name = "openWildEditorWithIdButton";
|
|
this.openWildEditorWithIdButton.Size = new System.Drawing.Size(73, 41);
|
|
this.openWildEditorWithIdButton.TabIndex = 24;
|
|
this.openWildEditorWithIdButton.Text = "Open Editor";
|
|
this.openWildEditorWithIdButton.UseVisualStyleBackColor = true;
|
|
this.openWildEditorWithIdButton.Click += new System.EventHandler(this.openWildEditorWithIdButtonClick);
|
|
//
|
|
// pasteWildEncountersButton
|
|
//
|
|
this.pasteWildEncountersButton.Enabled = false;
|
|
this.pasteWildEncountersButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteWildEncountersButton.Image")));
|
|
this.pasteWildEncountersButton.Location = new System.Drawing.Point(48, 91);
|
|
this.pasteWildEncountersButton.Name = "pasteWildEncountersButton";
|
|
this.pasteWildEncountersButton.Size = new System.Drawing.Size(35, 37);
|
|
this.pasteWildEncountersButton.TabIndex = 42;
|
|
this.pasteWildEncountersButton.UseVisualStyleBackColor = true;
|
|
this.pasteWildEncountersButton.Click += new System.EventHandler(this.pasteWildEncountersButton_Click);
|
|
//
|
|
// wildPokeUpDown
|
|
//
|
|
this.wildPokeUpDown.Location = new System.Drawing.Point(11, 20);
|
|
this.wildPokeUpDown.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.wildPokeUpDown.Name = "wildPokeUpDown";
|
|
this.wildPokeUpDown.Size = new System.Drawing.Size(72, 20);
|
|
this.wildPokeUpDown.TabIndex = 24;
|
|
this.wildPokeUpDown.ValueChanged += new System.EventHandler(this.wildPokeUpDown_ValueChanged);
|
|
//
|
|
// copyWildEncountersButton
|
|
//
|
|
this.copyWildEncountersButton.Image = ((System.Drawing.Image)(resources.GetObject("copyWildEncountersButton.Image")));
|
|
this.copyWildEncountersButton.Location = new System.Drawing.Point(10, 91);
|
|
this.copyWildEncountersButton.Name = "copyWildEncountersButton";
|
|
this.copyWildEncountersButton.Size = new System.Drawing.Size(35, 37);
|
|
this.copyWildEncountersButton.TabIndex = 41;
|
|
this.copyWildEncountersButton.UseVisualStyleBackColor = true;
|
|
this.copyWildEncountersButton.Click += new System.EventHandler(this.copyWildEncountersButton_Click);
|
|
//
|
|
// importHeaderFromFileButton
|
|
//
|
|
this.importHeaderFromFileButton.Image = global::DSPRE.Properties.Resources.importArrow;
|
|
this.importHeaderFromFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.importHeaderFromFileButton.Location = new System.Drawing.Point(912, 518);
|
|
this.importHeaderFromFileButton.Name = "importHeaderFromFileButton";
|
|
this.importHeaderFromFileButton.Size = new System.Drawing.Size(74, 40);
|
|
this.importHeaderFromFileButton.TabIndex = 50;
|
|
this.importHeaderFromFileButton.Text = "Import";
|
|
this.importHeaderFromFileButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.toolTip1.SetToolTip(this.importHeaderFromFileButton, "Import header from file, replacing the current header");
|
|
this.importHeaderFromFileButton.UseVisualStyleBackColor = true;
|
|
this.importHeaderFromFileButton.Click += new System.EventHandler(this.importHeaderFromFileButton_Click);
|
|
//
|
|
// exportHeaderToFileButton
|
|
//
|
|
this.exportHeaderToFileButton.Image = global::DSPRE.Properties.Resources.exportArrow;
|
|
this.exportHeaderToFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.exportHeaderToFileButton.Location = new System.Drawing.Point(992, 518);
|
|
this.exportHeaderToFileButton.Name = "exportHeaderToFileButton";
|
|
this.exportHeaderToFileButton.Size = new System.Drawing.Size(74, 40);
|
|
this.exportHeaderToFileButton.TabIndex = 49;
|
|
this.exportHeaderToFileButton.Text = "Export";
|
|
this.exportHeaderToFileButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.toolTip1.SetToolTip(this.exportHeaderToFileButton, "Export current header to file");
|
|
this.exportHeaderToFileButton.UseVisualStyleBackColor = true;
|
|
this.exportHeaderToFileButton.Click += new System.EventHandler(this.exportHeaderToFileButton_Click);
|
|
//
|
|
// pasteHeaderButton
|
|
//
|
|
this.pasteHeaderButton.Enabled = false;
|
|
this.pasteHeaderButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteHeaderButton.Image")));
|
|
this.pasteHeaderButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.pasteHeaderButton.Location = new System.Drawing.Point(992, 563);
|
|
this.pasteHeaderButton.Name = "pasteHeaderButton";
|
|
this.pasteHeaderButton.Size = new System.Drawing.Size(74, 40);
|
|
this.pasteHeaderButton.TabIndex = 37;
|
|
this.pasteHeaderButton.Text = "Paste";
|
|
this.pasteHeaderButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.toolTip1.SetToolTip(this.pasteHeaderButton, "Replace current header with the copied one");
|
|
this.pasteHeaderButton.UseVisualStyleBackColor = true;
|
|
this.pasteHeaderButton.Click += new System.EventHandler(this.pasteHeaderButton_Click);
|
|
//
|
|
// groupBox10
|
|
//
|
|
this.groupBox10.Controls.Add(this.pasteTextsButton);
|
|
this.groupBox10.Controls.Add(this.openMessageFileButton);
|
|
this.groupBox10.Controls.Add(this.copyTextsButton);
|
|
this.groupBox10.Controls.Add(this.pasteEventsButton);
|
|
this.groupBox10.Controls.Add(this.textFileUpDown);
|
|
this.groupBox10.Controls.Add(this.copyEventsButton);
|
|
this.groupBox10.Controls.Add(this.textLabel);
|
|
this.groupBox10.Controls.Add(this.openEventsButton);
|
|
this.groupBox10.Controls.Add(this.eventLabel);
|
|
this.groupBox10.Controls.Add(this.eventFileUpDown);
|
|
this.groupBox10.Location = new System.Drawing.Point(238, 389);
|
|
this.groupBox10.Name = "groupBox10";
|
|
this.groupBox10.Size = new System.Drawing.Size(662, 76);
|
|
this.groupBox10.TabIndex = 31;
|
|
this.groupBox10.TabStop = false;
|
|
this.groupBox10.Text = "Events && Texts";
|
|
//
|
|
// pasteTextsButton
|
|
//
|
|
this.pasteTextsButton.Enabled = false;
|
|
this.pasteTextsButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteTextsButton.Image")));
|
|
this.pasteTextsButton.Location = new System.Drawing.Point(616, 28);
|
|
this.pasteTextsButton.Name = "pasteTextsButton";
|
|
this.pasteTextsButton.Size = new System.Drawing.Size(35, 37);
|
|
this.pasteTextsButton.TabIndex = 33;
|
|
this.pasteTextsButton.UseVisualStyleBackColor = true;
|
|
this.pasteTextsButton.Click += new System.EventHandler(this.pasteTextsButton_Click);
|
|
//
|
|
// openMessageFileButton
|
|
//
|
|
this.openMessageFileButton.Location = new System.Drawing.Point(495, 27);
|
|
this.openMessageFileButton.Name = "openMessageFileButton";
|
|
this.openMessageFileButton.Size = new System.Drawing.Size(79, 40);
|
|
this.openMessageFileButton.TabIndex = 46;
|
|
this.openMessageFileButton.Text = "Open &Texts";
|
|
this.openMessageFileButton.UseVisualStyleBackColor = true;
|
|
this.openMessageFileButton.Click += new System.EventHandler(this.openTextArchiveButton_Click);
|
|
//
|
|
// copyTextsButton
|
|
//
|
|
this.copyTextsButton.Image = ((System.Drawing.Image)(resources.GetObject("copyTextsButton.Image")));
|
|
this.copyTextsButton.Location = new System.Drawing.Point(578, 29);
|
|
this.copyTextsButton.Name = "copyTextsButton";
|
|
this.copyTextsButton.Size = new System.Drawing.Size(35, 37);
|
|
this.copyTextsButton.TabIndex = 32;
|
|
this.copyTextsButton.UseVisualStyleBackColor = true;
|
|
this.copyTextsButton.Click += new System.EventHandler(this.copyTextsButton_Click);
|
|
//
|
|
// pasteEventsButton
|
|
//
|
|
this.pasteEventsButton.Enabled = false;
|
|
this.pasteEventsButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteEventsButton.Image")));
|
|
this.pasteEventsButton.Location = new System.Drawing.Point(252, 29);
|
|
this.pasteEventsButton.Name = "pasteEventsButton";
|
|
this.pasteEventsButton.Size = new System.Drawing.Size(35, 37);
|
|
this.pasteEventsButton.TabIndex = 31;
|
|
this.pasteEventsButton.UseVisualStyleBackColor = true;
|
|
this.pasteEventsButton.Click += new System.EventHandler(this.pasteEventsButton_Click);
|
|
//
|
|
// textFileUpDown
|
|
//
|
|
this.textFileUpDown.Location = new System.Drawing.Point(376, 36);
|
|
this.textFileUpDown.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.textFileUpDown.Name = "textFileUpDown";
|
|
this.textFileUpDown.Size = new System.Drawing.Size(107, 20);
|
|
this.textFileUpDown.TabIndex = 47;
|
|
this.textFileUpDown.ValueChanged += new System.EventHandler(this.textFileUpDown_ValueChanged);
|
|
//
|
|
// copyEventsButton
|
|
//
|
|
this.copyEventsButton.Image = ((System.Drawing.Image)(resources.GetObject("copyEventsButton.Image")));
|
|
this.copyEventsButton.Location = new System.Drawing.Point(215, 29);
|
|
this.copyEventsButton.Name = "copyEventsButton";
|
|
this.copyEventsButton.Size = new System.Drawing.Size(35, 37);
|
|
this.copyEventsButton.TabIndex = 30;
|
|
this.copyEventsButton.UseVisualStyleBackColor = true;
|
|
this.copyEventsButton.Click += new System.EventHandler(this.copyEventsButton_Click);
|
|
//
|
|
// textLabel
|
|
//
|
|
this.textLabel.AutoSize = true;
|
|
this.textLabel.Location = new System.Drawing.Point(374, 20);
|
|
this.textLabel.Name = "textLabel";
|
|
this.textLabel.Size = new System.Drawing.Size(80, 13);
|
|
this.textLabel.TabIndex = 45;
|
|
this.textLabel.Text = "Text Archive #:";
|
|
//
|
|
// openEventsButton
|
|
//
|
|
this.openEventsButton.Location = new System.Drawing.Point(133, 28);
|
|
this.openEventsButton.Name = "openEventsButton";
|
|
this.openEventsButton.Size = new System.Drawing.Size(79, 40);
|
|
this.openEventsButton.TabIndex = 44;
|
|
this.openEventsButton.Text = "Open &Events";
|
|
this.openEventsButton.UseVisualStyleBackColor = true;
|
|
this.openEventsButton.Click += new System.EventHandler(this.openEventsButton_Click);
|
|
//
|
|
// eventLabel
|
|
//
|
|
this.eventLabel.AutoSize = true;
|
|
this.eventLabel.Location = new System.Drawing.Point(12, 20);
|
|
this.eventLabel.Name = "eventLabel";
|
|
this.eventLabel.Size = new System.Drawing.Size(67, 13);
|
|
this.eventLabel.TabIndex = 43;
|
|
this.eventLabel.Text = "Event File #:";
|
|
//
|
|
// eventFileUpDown
|
|
//
|
|
this.eventFileUpDown.Location = new System.Drawing.Point(14, 39);
|
|
this.eventFileUpDown.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.eventFileUpDown.Name = "eventFileUpDown";
|
|
this.eventFileUpDown.Size = new System.Drawing.Size(107, 20);
|
|
this.eventFileUpDown.TabIndex = 42;
|
|
this.eventFileUpDown.ValueChanged += new System.EventHandler(this.eventFileUpDown_ValueChanged);
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.pasteAreaDataButton);
|
|
this.groupBox4.Controls.Add(this.copyAreaDataButton);
|
|
this.groupBox4.Controls.Add(this.pasteMatrixButton);
|
|
this.groupBox4.Controls.Add(this.openAreaDataButton);
|
|
this.groupBox4.Controls.Add(this.copyMatrixButton);
|
|
this.groupBox4.Controls.Add(this.openMatrixButton);
|
|
this.groupBox4.Controls.Add(this.areaDataLabel);
|
|
this.groupBox4.Controls.Add(this.areaDataUpDown);
|
|
this.groupBox4.Controls.Add(this.matrixLabel);
|
|
this.groupBox4.Controls.Add(this.matrixUpDown);
|
|
this.groupBox4.Location = new System.Drawing.Point(615, 468);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(285, 136);
|
|
this.groupBox4.TabIndex = 31;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Map matrix && Tileset";
|
|
//
|
|
// pasteAreaDataButton
|
|
//
|
|
this.pasteAreaDataButton.Enabled = false;
|
|
this.pasteAreaDataButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteAreaDataButton.Image")));
|
|
this.pasteAreaDataButton.Location = new System.Drawing.Point(239, 87);
|
|
this.pasteAreaDataButton.Name = "pasteAreaDataButton";
|
|
this.pasteAreaDataButton.Size = new System.Drawing.Size(35, 37);
|
|
this.pasteAreaDataButton.TabIndex = 33;
|
|
this.pasteAreaDataButton.UseVisualStyleBackColor = true;
|
|
this.pasteAreaDataButton.Click += new System.EventHandler(this.pasteAreaDataButton_Click);
|
|
//
|
|
// copyAreaDataButton
|
|
//
|
|
this.copyAreaDataButton.Image = ((System.Drawing.Image)(resources.GetObject("copyAreaDataButton.Image")));
|
|
this.copyAreaDataButton.Location = new System.Drawing.Point(201, 87);
|
|
this.copyAreaDataButton.Name = "copyAreaDataButton";
|
|
this.copyAreaDataButton.Size = new System.Drawing.Size(35, 37);
|
|
this.copyAreaDataButton.TabIndex = 32;
|
|
this.copyAreaDataButton.UseVisualStyleBackColor = true;
|
|
this.copyAreaDataButton.Click += new System.EventHandler(this.copyAreaDataButton_Click);
|
|
//
|
|
// pasteMatrixButton
|
|
//
|
|
this.pasteMatrixButton.Enabled = false;
|
|
this.pasteMatrixButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteMatrixButton.Image")));
|
|
this.pasteMatrixButton.Location = new System.Drawing.Point(239, 29);
|
|
this.pasteMatrixButton.Name = "pasteMatrixButton";
|
|
this.pasteMatrixButton.Size = new System.Drawing.Size(35, 37);
|
|
this.pasteMatrixButton.TabIndex = 31;
|
|
this.pasteMatrixButton.UseVisualStyleBackColor = true;
|
|
this.pasteMatrixButton.Click += new System.EventHandler(this.pasteMatrixButton_Click);
|
|
//
|
|
// openAreaDataButton
|
|
//
|
|
this.openAreaDataButton.Location = new System.Drawing.Point(118, 85);
|
|
this.openAreaDataButton.Name = "openAreaDataButton";
|
|
this.openAreaDataButton.Size = new System.Drawing.Size(79, 40);
|
|
this.openAreaDataButton.TabIndex = 28;
|
|
this.openAreaDataButton.Text = "Open &Area Data";
|
|
this.openAreaDataButton.UseVisualStyleBackColor = true;
|
|
this.openAreaDataButton.Click += new System.EventHandler(this.openAreaDataButton_Click);
|
|
//
|
|
// copyMatrixButton
|
|
//
|
|
this.copyMatrixButton.Image = ((System.Drawing.Image)(resources.GetObject("copyMatrixButton.Image")));
|
|
this.copyMatrixButton.Location = new System.Drawing.Point(201, 29);
|
|
this.copyMatrixButton.Name = "copyMatrixButton";
|
|
this.copyMatrixButton.Size = new System.Drawing.Size(35, 37);
|
|
this.copyMatrixButton.TabIndex = 30;
|
|
this.copyMatrixButton.UseVisualStyleBackColor = true;
|
|
this.copyMatrixButton.Click += new System.EventHandler(this.copyMatrixButton_Click);
|
|
//
|
|
// openMatrixButton
|
|
//
|
|
this.openMatrixButton.Location = new System.Drawing.Point(118, 28);
|
|
this.openMatrixButton.Name = "openMatrixButton";
|
|
this.openMatrixButton.Size = new System.Drawing.Size(79, 39);
|
|
this.openMatrixButton.TabIndex = 27;
|
|
this.openMatrixButton.Text = "Open &Matrix";
|
|
this.openMatrixButton.UseVisualStyleBackColor = true;
|
|
this.openMatrixButton.Click += new System.EventHandler(this.openMatrixButton_Click);
|
|
//
|
|
// areaDataLabel
|
|
//
|
|
this.areaDataLabel.AutoSize = true;
|
|
this.areaDataLabel.Location = new System.Drawing.Point(10, 80);
|
|
this.areaDataLabel.Name = "areaDataLabel";
|
|
this.areaDataLabel.Size = new System.Drawing.Size(56, 13);
|
|
this.areaDataLabel.TabIndex = 27;
|
|
this.areaDataLabel.Text = "Area data:";
|
|
//
|
|
// areaDataUpDown
|
|
//
|
|
this.areaDataUpDown.Location = new System.Drawing.Point(13, 98);
|
|
this.areaDataUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.areaDataUpDown.Name = "areaDataUpDown";
|
|
this.areaDataUpDown.Size = new System.Drawing.Size(93, 20);
|
|
this.areaDataUpDown.TabIndex = 26;
|
|
this.areaDataUpDown.ValueChanged += new System.EventHandler(this.areaDataUpDown_ValueChanged);
|
|
//
|
|
// matrixLabel
|
|
//
|
|
this.matrixLabel.AutoSize = true;
|
|
this.matrixLabel.Location = new System.Drawing.Point(10, 23);
|
|
this.matrixLabel.Name = "matrixLabel";
|
|
this.matrixLabel.Size = new System.Drawing.Size(53, 13);
|
|
this.matrixLabel.TabIndex = 25;
|
|
this.matrixLabel.Text = "Matrix no.";
|
|
//
|
|
// matrixUpDown
|
|
//
|
|
this.matrixUpDown.Location = new System.Drawing.Point(13, 40);
|
|
this.matrixUpDown.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.matrixUpDown.Name = "matrixUpDown";
|
|
this.matrixUpDown.Size = new System.Drawing.Size(93, 20);
|
|
this.matrixUpDown.TabIndex = 24;
|
|
this.matrixUpDown.ValueChanged += new System.EventHandler(this.matrixUpDown_ValueChanged);
|
|
//
|
|
// groupBox9
|
|
//
|
|
this.groupBox9.Controls.Add(this.resetButton);
|
|
this.groupBox9.Controls.Add(this.searchHeaderButton);
|
|
this.groupBox9.Controls.Add(this.searchLocationTextBox);
|
|
this.groupBox9.Location = new System.Drawing.Point(13, 12);
|
|
this.groupBox9.Name = "groupBox9";
|
|
this.groupBox9.Size = new System.Drawing.Size(214, 49);
|
|
this.groupBox9.TabIndex = 29;
|
|
this.groupBox9.TabStop = false;
|
|
this.groupBox9.Text = "Search Location Name:";
|
|
//
|
|
// resetButton
|
|
//
|
|
this.resetButton.Location = new System.Drawing.Point(161, 17);
|
|
this.resetButton.Name = "resetButton";
|
|
this.resetButton.Size = new System.Drawing.Size(47, 23);
|
|
this.resetButton.TabIndex = 2;
|
|
this.resetButton.Text = "Reset";
|
|
this.resetButton.UseVisualStyleBackColor = true;
|
|
this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
|
|
//
|
|
// searchHeaderButton
|
|
//
|
|
this.searchHeaderButton.Location = new System.Drawing.Point(131, 17);
|
|
this.searchHeaderButton.Name = "searchHeaderButton";
|
|
this.searchHeaderButton.Size = new System.Drawing.Size(29, 23);
|
|
this.searchHeaderButton.TabIndex = 1;
|
|
this.searchHeaderButton.Text = "Go";
|
|
this.searchHeaderButton.UseVisualStyleBackColor = true;
|
|
this.searchHeaderButton.Click += new System.EventHandler(this.searchHeaderButton_Click);
|
|
//
|
|
// searchLocationTextBox
|
|
//
|
|
this.searchLocationTextBox.Location = new System.Drawing.Point(8, 19);
|
|
this.searchLocationTextBox.Name = "searchLocationTextBox";
|
|
this.searchLocationTextBox.Size = new System.Drawing.Size(119, 20);
|
|
this.searchLocationTextBox.TabIndex = 0;
|
|
this.searchLocationTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.searchHeaderTextBox_KeyPress);
|
|
//
|
|
// copyHeaderButton
|
|
//
|
|
this.copyHeaderButton.Image = ((System.Drawing.Image)(resources.GetObject("copyHeaderButton.Image")));
|
|
this.copyHeaderButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.copyHeaderButton.Location = new System.Drawing.Point(912, 563);
|
|
this.copyHeaderButton.Name = "copyHeaderButton";
|
|
this.copyHeaderButton.Size = new System.Drawing.Size(74, 40);
|
|
this.copyHeaderButton.TabIndex = 36;
|
|
this.copyHeaderButton.Text = "Copy";
|
|
this.copyHeaderButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.toolTip1.SetToolTip(this.copyHeaderButton, "Copy entire header");
|
|
this.copyHeaderButton.UseVisualStyleBackColor = true;
|
|
this.copyHeaderButton.Click += new System.EventHandler(this.copyHeaderButton_Click);
|
|
//
|
|
// areaIconPictureBox
|
|
//
|
|
this.areaIconPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.areaIconPictureBox.Location = new System.Drawing.Point(912, 28);
|
|
this.areaIconPictureBox.Name = "areaIconPictureBox";
|
|
this.areaIconPictureBox.Size = new System.Drawing.Size(256, 55);
|
|
this.areaIconPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.areaIconPictureBox.TabIndex = 35;
|
|
this.areaIconPictureBox.TabStop = false;
|
|
//
|
|
// areaImageLabel
|
|
//
|
|
this.areaImageLabel.AutoSize = true;
|
|
this.areaImageLabel.Location = new System.Drawing.Point(909, 13);
|
|
this.areaImageLabel.Name = "areaImageLabel";
|
|
this.areaImageLabel.Size = new System.Drawing.Size(52, 13);
|
|
this.areaImageLabel.TabIndex = 34;
|
|
this.areaImageLabel.Text = "Area icon";
|
|
//
|
|
// nameGroupBox
|
|
//
|
|
this.nameGroupBox.Controls.Add(this.internalNameLenLabel);
|
|
this.nameGroupBox.Controls.Add(this.pasteLocationNameButton);
|
|
this.nameGroupBox.Controls.Add(this.copyLocationNameButton);
|
|
this.nameGroupBox.Controls.Add(this.pasteInternalNameButton);
|
|
this.nameGroupBox.Controls.Add(this.copyInternalNameButton);
|
|
this.nameGroupBox.Controls.Add(this.pasteAreaIconButton);
|
|
this.nameGroupBox.Controls.Add(this.copyAreaIconButton);
|
|
this.nameGroupBox.Controls.Add(this.pasteAreaSettingsButton);
|
|
this.nameGroupBox.Controls.Add(this.areaSettingsLabel);
|
|
this.nameGroupBox.Controls.Add(this.copyAreaSettingsButton);
|
|
this.nameGroupBox.Controls.Add(this.label3);
|
|
this.nameGroupBox.Controls.Add(this.label14);
|
|
this.nameGroupBox.Controls.Add(this.internalNameBox);
|
|
this.nameGroupBox.Controls.Add(this.label2);
|
|
this.nameGroupBox.Controls.Add(this.areaIconComboBox);
|
|
this.nameGroupBox.Controls.Add(this.areaSettingsComboBox);
|
|
this.nameGroupBox.Controls.Add(this.locationNameComboBox);
|
|
this.nameGroupBox.Location = new System.Drawing.Point(238, 12);
|
|
this.nameGroupBox.Name = "nameGroupBox";
|
|
this.nameGroupBox.Size = new System.Drawing.Size(562, 140);
|
|
this.nameGroupBox.TabIndex = 28;
|
|
this.nameGroupBox.TabStop = false;
|
|
this.nameGroupBox.Text = "Location Info";
|
|
//
|
|
// internalNameLenLabel
|
|
//
|
|
this.internalNameLenLabel.ForeColor = System.Drawing.Color.Green;
|
|
this.internalNameLenLabel.Location = new System.Drawing.Point(434, 41);
|
|
this.internalNameLenLabel.Name = "internalNameLenLabel";
|
|
this.internalNameLenLabel.Size = new System.Drawing.Size(32, 16);
|
|
this.internalNameLenLabel.TabIndex = 44;
|
|
this.internalNameLenLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// pasteLocationNameButton
|
|
//
|
|
this.pasteLocationNameButton.Enabled = false;
|
|
this.pasteLocationNameButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteLocationNameButton.Image")));
|
|
this.pasteLocationNameButton.Location = new System.Drawing.Point(215, 32);
|
|
this.pasteLocationNameButton.Name = "pasteLocationNameButton";
|
|
this.pasteLocationNameButton.Size = new System.Drawing.Size(35, 37);
|
|
this.pasteLocationNameButton.TabIndex = 43;
|
|
this.pasteLocationNameButton.UseVisualStyleBackColor = true;
|
|
this.pasteLocationNameButton.Click += new System.EventHandler(this.pasteLocationNameButton_Click);
|
|
//
|
|
// copyLocationNameButton
|
|
//
|
|
this.copyLocationNameButton.Image = global::DSPRE.Properties.Resources.copyIcon;
|
|
this.copyLocationNameButton.Location = new System.Drawing.Point(178, 32);
|
|
this.copyLocationNameButton.Name = "copyLocationNameButton";
|
|
this.copyLocationNameButton.Size = new System.Drawing.Size(35, 37);
|
|
this.copyLocationNameButton.TabIndex = 42;
|
|
this.copyLocationNameButton.UseVisualStyleBackColor = true;
|
|
this.copyLocationNameButton.Click += new System.EventHandler(this.copyLocationNameButton_Click);
|
|
//
|
|
// pasteInternalNameButton
|
|
//
|
|
this.pasteInternalNameButton.Enabled = false;
|
|
this.pasteInternalNameButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteInternalNameButton.Image")));
|
|
this.pasteInternalNameButton.Location = new System.Drawing.Point(511, 31);
|
|
this.pasteInternalNameButton.Name = "pasteInternalNameButton";
|
|
this.pasteInternalNameButton.Size = new System.Drawing.Size(35, 37);
|
|
this.pasteInternalNameButton.TabIndex = 41;
|
|
this.pasteInternalNameButton.UseVisualStyleBackColor = true;
|
|
this.pasteInternalNameButton.Click += new System.EventHandler(this.pasteInternalNameButton_Click);
|
|
//
|
|
// copyInternalNameButton
|
|
//
|
|
this.copyInternalNameButton.Image = ((System.Drawing.Image)(resources.GetObject("copyInternalNameButton.Image")));
|
|
this.copyInternalNameButton.Location = new System.Drawing.Point(474, 31);
|
|
this.copyInternalNameButton.Name = "copyInternalNameButton";
|
|
this.copyInternalNameButton.Size = new System.Drawing.Size(35, 37);
|
|
this.copyInternalNameButton.TabIndex = 40;
|
|
this.copyInternalNameButton.UseVisualStyleBackColor = true;
|
|
this.copyInternalNameButton.Click += new System.EventHandler(this.copyInternalNameButton_Click);
|
|
//
|
|
// pasteAreaIconButton
|
|
//
|
|
this.pasteAreaIconButton.Enabled = false;
|
|
this.pasteAreaIconButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteAreaIconButton.Image")));
|
|
this.pasteAreaIconButton.Location = new System.Drawing.Point(511, 91);
|
|
this.pasteAreaIconButton.Name = "pasteAreaIconButton";
|
|
this.pasteAreaIconButton.Size = new System.Drawing.Size(35, 37);
|
|
this.pasteAreaIconButton.TabIndex = 39;
|
|
this.pasteAreaIconButton.UseVisualStyleBackColor = true;
|
|
this.pasteAreaIconButton.Click += new System.EventHandler(this.pasteAreaIconButton_Click);
|
|
//
|
|
// copyAreaIconButton
|
|
//
|
|
this.copyAreaIconButton.Image = ((System.Drawing.Image)(resources.GetObject("copyAreaIconButton.Image")));
|
|
this.copyAreaIconButton.Location = new System.Drawing.Point(474, 91);
|
|
this.copyAreaIconButton.Name = "copyAreaIconButton";
|
|
this.copyAreaIconButton.Size = new System.Drawing.Size(35, 37);
|
|
this.copyAreaIconButton.TabIndex = 38;
|
|
this.copyAreaIconButton.UseVisualStyleBackColor = true;
|
|
this.copyAreaIconButton.Click += new System.EventHandler(this.copyAreaIconButton_Click);
|
|
//
|
|
// pasteAreaSettingsButton
|
|
//
|
|
this.pasteAreaSettingsButton.Enabled = false;
|
|
this.pasteAreaSettingsButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteAreaSettingsButton.Image")));
|
|
this.pasteAreaSettingsButton.Location = new System.Drawing.Point(215, 91);
|
|
this.pasteAreaSettingsButton.Name = "pasteAreaSettingsButton";
|
|
this.pasteAreaSettingsButton.Size = new System.Drawing.Size(35, 37);
|
|
this.pasteAreaSettingsButton.TabIndex = 37;
|
|
this.pasteAreaSettingsButton.UseVisualStyleBackColor = true;
|
|
this.pasteAreaSettingsButton.Click += new System.EventHandler(this.pasteAreaSettingsButton_Click);
|
|
//
|
|
// areaSettingsLabel
|
|
//
|
|
this.areaSettingsLabel.AutoSize = true;
|
|
this.areaSettingsLabel.Location = new System.Drawing.Point(11, 86);
|
|
this.areaSettingsLabel.Name = "areaSettingsLabel";
|
|
this.areaSettingsLabel.Size = new System.Drawing.Size(73, 13);
|
|
this.areaSettingsLabel.TabIndex = 27;
|
|
this.areaSettingsLabel.Text = "Area Settings:";
|
|
//
|
|
// copyAreaSettingsButton
|
|
//
|
|
this.copyAreaSettingsButton.Image = ((System.Drawing.Image)(resources.GetObject("copyAreaSettingsButton.Image")));
|
|
this.copyAreaSettingsButton.Location = new System.Drawing.Point(178, 91);
|
|
this.copyAreaSettingsButton.Name = "copyAreaSettingsButton";
|
|
this.copyAreaSettingsButton.Size = new System.Drawing.Size(35, 37);
|
|
this.copyAreaSettingsButton.TabIndex = 36;
|
|
this.copyAreaSettingsButton.UseVisualStyleBackColor = true;
|
|
this.copyAreaSettingsButton.Click += new System.EventHandler(this.copyAreaSettingsButton_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(11, 24);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(79, 13);
|
|
this.label3.TabIndex = 28;
|
|
this.label3.Text = "Location Name";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(307, 24);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(71, 13);
|
|
this.label14.TabIndex = 27;
|
|
this.label14.Text = "Internal name";
|
|
//
|
|
// internalNameBox
|
|
//
|
|
this.internalNameBox.Location = new System.Drawing.Point(310, 40);
|
|
this.internalNameBox.MaxLength = 16;
|
|
this.internalNameBox.Name = "internalNameBox";
|
|
this.internalNameBox.Size = new System.Drawing.Size(157, 20);
|
|
this.internalNameBox.TabIndex = 6;
|
|
this.internalNameBox.TextChanged += new System.EventHandler(this.internalNameBox_TextChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(307, 86);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(55, 13);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "Area icon:";
|
|
//
|
|
// areaIconComboBox
|
|
//
|
|
this.areaIconComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.areaIconComboBox.FormattingEnabled = true;
|
|
this.areaIconComboBox.IntegralHeight = false;
|
|
this.areaIconComboBox.Location = new System.Drawing.Point(310, 102);
|
|
this.areaIconComboBox.Name = "areaIconComboBox";
|
|
this.areaIconComboBox.Size = new System.Drawing.Size(157, 21);
|
|
this.areaIconComboBox.TabIndex = 3;
|
|
this.areaIconComboBox.SelectedIndexChanged += new System.EventHandler(this.areaIconComboBox_SelectedIndexChanged);
|
|
//
|
|
// areaSettingsComboBox
|
|
//
|
|
this.areaSettingsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.areaSettingsComboBox.FormattingEnabled = true;
|
|
this.areaSettingsComboBox.IntegralHeight = false;
|
|
this.areaSettingsComboBox.Location = new System.Drawing.Point(14, 102);
|
|
this.areaSettingsComboBox.Name = "areaSettingsComboBox";
|
|
this.areaSettingsComboBox.Size = new System.Drawing.Size(157, 21);
|
|
this.areaSettingsComboBox.TabIndex = 1;
|
|
this.areaSettingsComboBox.SelectedIndexChanged += new System.EventHandler(this.areaSettingsComboBox_SelectedIndexChanged);
|
|
//
|
|
// locationNameComboBox
|
|
//
|
|
this.locationNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.locationNameComboBox.FormattingEnabled = true;
|
|
this.locationNameComboBox.Location = new System.Drawing.Point(14, 40);
|
|
this.locationNameComboBox.Name = "locationNameComboBox";
|
|
this.locationNameComboBox.Size = new System.Drawing.Size(157, 21);
|
|
this.locationNameComboBox.TabIndex = 0;
|
|
this.locationNameComboBox.SelectedIndexChanged += new System.EventHandler(this.mapNameComboBox_SelectedIndexChanged);
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.BackColor = System.Drawing.SystemColors.Window;
|
|
this.groupBox2.Controls.Add(this.cameraUpDown);
|
|
this.groupBox2.Controls.Add(this.weatherUpDown);
|
|
this.groupBox2.Controls.Add(this.musicNightUpDown);
|
|
this.groupBox2.Controls.Add(this.musicDayUpDown);
|
|
this.groupBox2.Controls.Add(this.pasteCameraAngleButton);
|
|
this.groupBox2.Controls.Add(this.copyCameraAngleButton);
|
|
this.groupBox2.Controls.Add(this.pasteWeatherButton);
|
|
this.groupBox2.Controls.Add(this.copyWeatherButton);
|
|
this.groupBox2.Controls.Add(this.pasteMusicNightButton);
|
|
this.groupBox2.Controls.Add(this.copyMusicNightButton);
|
|
this.groupBox2.Controls.Add(this.pasteMusicDayButton);
|
|
this.groupBox2.Controls.Add(this.copyMusicDayButton);
|
|
this.groupBox2.Controls.Add(this.weatherComboBox);
|
|
this.groupBox2.Controls.Add(this.musicNightComboBox);
|
|
this.groupBox2.Controls.Add(this.weatherLabel);
|
|
this.groupBox2.Controls.Add(this.cameraLabel);
|
|
this.groupBox2.Controls.Add(this.musicNightLabel);
|
|
this.groupBox2.Controls.Add(this.cameraComboBox);
|
|
this.groupBox2.Controls.Add(this.musicDayLabel);
|
|
this.groupBox2.Controls.Add(this.musicDayComboBox);
|
|
this.groupBox2.Location = new System.Drawing.Point(238, 157);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(662, 149);
|
|
this.groupBox2.TabIndex = 29;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Appearance && Sound";
|
|
//
|
|
// cameraUpDown
|
|
//
|
|
this.cameraUpDown.Location = new System.Drawing.Point(376, 108);
|
|
this.cameraUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.cameraUpDown.Name = "cameraUpDown";
|
|
this.cameraUpDown.Size = new System.Drawing.Size(45, 20);
|
|
this.cameraUpDown.TabIndex = 41;
|
|
this.cameraUpDown.ValueChanged += new System.EventHandler(this.cameraUpDown_ValueChanged);
|
|
//
|
|
// weatherUpDown
|
|
//
|
|
this.weatherUpDown.Location = new System.Drawing.Point(14, 108);
|
|
this.weatherUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.weatherUpDown.Name = "weatherUpDown";
|
|
this.weatherUpDown.Size = new System.Drawing.Size(45, 20);
|
|
this.weatherUpDown.TabIndex = 40;
|
|
this.weatherUpDown.ValueChanged += new System.EventHandler(this.weatherUpDown_ValueChanged);
|
|
//
|
|
// musicNightUpDown
|
|
//
|
|
this.musicNightUpDown.Location = new System.Drawing.Point(376, 40);
|
|
this.musicNightUpDown.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.musicNightUpDown.Name = "musicNightUpDown";
|
|
this.musicNightUpDown.Size = new System.Drawing.Size(45, 20);
|
|
this.musicNightUpDown.TabIndex = 39;
|
|
this.musicNightUpDown.ValueChanged += new System.EventHandler(this.musicNightUpDown_ValueChanged);
|
|
//
|
|
// musicDayUpDown
|
|
//
|
|
this.musicDayUpDown.Location = new System.Drawing.Point(14, 41);
|
|
this.musicDayUpDown.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.musicDayUpDown.Name = "musicDayUpDown";
|
|
this.musicDayUpDown.Size = new System.Drawing.Size(45, 20);
|
|
this.musicDayUpDown.TabIndex = 38;
|
|
this.musicDayUpDown.ValueChanged += new System.EventHandler(this.musicDayUpDown_ValueChanged);
|
|
//
|
|
// pasteCameraAngleButton
|
|
//
|
|
this.pasteCameraAngleButton.Enabled = false;
|
|
this.pasteCameraAngleButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteCameraAngleButton.Image")));
|
|
this.pasteCameraAngleButton.Location = new System.Drawing.Point(616, 97);
|
|
this.pasteCameraAngleButton.Name = "pasteCameraAngleButton";
|
|
this.pasteCameraAngleButton.Size = new System.Drawing.Size(35, 37);
|
|
this.pasteCameraAngleButton.TabIndex = 37;
|
|
this.pasteCameraAngleButton.UseVisualStyleBackColor = true;
|
|
this.pasteCameraAngleButton.Click += new System.EventHandler(this.pasteCameraAngleButton_Click);
|
|
//
|
|
// copyCameraAngleButton
|
|
//
|
|
this.copyCameraAngleButton.Image = ((System.Drawing.Image)(resources.GetObject("copyCameraAngleButton.Image")));
|
|
this.copyCameraAngleButton.Location = new System.Drawing.Point(578, 97);
|
|
this.copyCameraAngleButton.Name = "copyCameraAngleButton";
|
|
this.copyCameraAngleButton.Size = new System.Drawing.Size(35, 37);
|
|
this.copyCameraAngleButton.TabIndex = 36;
|
|
this.copyCameraAngleButton.UseVisualStyleBackColor = true;
|
|
this.copyCameraAngleButton.Click += new System.EventHandler(this.copyCameraAngleButton_Click);
|
|
//
|
|
// pasteWeatherButton
|
|
//
|
|
this.pasteWeatherButton.Enabled = false;
|
|
this.pasteWeatherButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteWeatherButton.Image")));
|
|
this.pasteWeatherButton.Location = new System.Drawing.Point(252, 99);
|
|
this.pasteWeatherButton.Name = "pasteWeatherButton";
|
|
this.pasteWeatherButton.Size = new System.Drawing.Size(35, 37);
|
|
this.pasteWeatherButton.TabIndex = 35;
|
|
this.pasteWeatherButton.UseVisualStyleBackColor = true;
|
|
this.pasteWeatherButton.Click += new System.EventHandler(this.pasteWeatherButton_Click);
|
|
//
|
|
// copyWeatherButton
|
|
//
|
|
this.copyWeatherButton.Image = ((System.Drawing.Image)(resources.GetObject("copyWeatherButton.Image")));
|
|
this.copyWeatherButton.Location = new System.Drawing.Point(215, 99);
|
|
this.copyWeatherButton.Name = "copyWeatherButton";
|
|
this.copyWeatherButton.Size = new System.Drawing.Size(35, 37);
|
|
this.copyWeatherButton.TabIndex = 34;
|
|
this.copyWeatherButton.UseVisualStyleBackColor = true;
|
|
this.copyWeatherButton.Click += new System.EventHandler(this.copyWeatherButton_Click);
|
|
//
|
|
// pasteMusicNightButton
|
|
//
|
|
this.pasteMusicNightButton.Enabled = false;
|
|
this.pasteMusicNightButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteMusicNightButton.Image")));
|
|
this.pasteMusicNightButton.Location = new System.Drawing.Point(616, 31);
|
|
this.pasteMusicNightButton.Name = "pasteMusicNightButton";
|
|
this.pasteMusicNightButton.Size = new System.Drawing.Size(35, 37);
|
|
this.pasteMusicNightButton.TabIndex = 33;
|
|
this.pasteMusicNightButton.UseVisualStyleBackColor = true;
|
|
this.pasteMusicNightButton.Click += new System.EventHandler(this.pasteMusicNightButton_Click);
|
|
//
|
|
// copyMusicNightButton
|
|
//
|
|
this.copyMusicNightButton.Image = ((System.Drawing.Image)(resources.GetObject("copyMusicNightButton.Image")));
|
|
this.copyMusicNightButton.Location = new System.Drawing.Point(578, 31);
|
|
this.copyMusicNightButton.Name = "copyMusicNightButton";
|
|
this.copyMusicNightButton.Size = new System.Drawing.Size(35, 37);
|
|
this.copyMusicNightButton.TabIndex = 32;
|
|
this.copyMusicNightButton.UseVisualStyleBackColor = true;
|
|
this.copyMusicNightButton.Click += new System.EventHandler(this.copyMusicNightButton_Click);
|
|
//
|
|
// pasteMusicDayButton
|
|
//
|
|
this.pasteMusicDayButton.Enabled = false;
|
|
this.pasteMusicDayButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteMusicDayButton.Image")));
|
|
this.pasteMusicDayButton.Location = new System.Drawing.Point(252, 32);
|
|
this.pasteMusicDayButton.Name = "pasteMusicDayButton";
|
|
this.pasteMusicDayButton.Size = new System.Drawing.Size(35, 37);
|
|
this.pasteMusicDayButton.TabIndex = 31;
|
|
this.pasteMusicDayButton.UseVisualStyleBackColor = true;
|
|
this.pasteMusicDayButton.Click += new System.EventHandler(this.pasteMusicDayButton_Click);
|
|
//
|
|
// copyMusicDayButton
|
|
//
|
|
this.copyMusicDayButton.Image = ((System.Drawing.Image)(resources.GetObject("copyMusicDayButton.Image")));
|
|
this.copyMusicDayButton.Location = new System.Drawing.Point(215, 32);
|
|
this.copyMusicDayButton.Name = "copyMusicDayButton";
|
|
this.copyMusicDayButton.Size = new System.Drawing.Size(35, 37);
|
|
this.copyMusicDayButton.TabIndex = 30;
|
|
this.copyMusicDayButton.UseVisualStyleBackColor = true;
|
|
this.copyMusicDayButton.Click += new System.EventHandler(this.copyMusicDayButton_Click);
|
|
//
|
|
// weatherComboBox
|
|
//
|
|
this.weatherComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.weatherComboBox.FormattingEnabled = true;
|
|
this.weatherComboBox.IntegralHeight = false;
|
|
this.weatherComboBox.Location = new System.Drawing.Point(65, 107);
|
|
this.weatherComboBox.MaxDropDownItems = 20;
|
|
this.weatherComboBox.Name = "weatherComboBox";
|
|
this.weatherComboBox.Size = new System.Drawing.Size(145, 21);
|
|
this.weatherComboBox.TabIndex = 26;
|
|
this.weatherComboBox.SelectedIndexChanged += new System.EventHandler(this.weatherComboBox_SelectedIndexChanged);
|
|
//
|
|
// musicNightComboBox
|
|
//
|
|
this.musicNightComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.musicNightComboBox.FormattingEnabled = true;
|
|
this.musicNightComboBox.IntegralHeight = false;
|
|
this.musicNightComboBox.Location = new System.Drawing.Point(427, 39);
|
|
this.musicNightComboBox.MaxDropDownItems = 20;
|
|
this.musicNightComboBox.Name = "musicNightComboBox";
|
|
this.musicNightComboBox.Size = new System.Drawing.Size(145, 21);
|
|
this.musicNightComboBox.TabIndex = 25;
|
|
this.musicNightComboBox.SelectedIndexChanged += new System.EventHandler(this.musicNightComboBox_SelectedIndexChanged);
|
|
//
|
|
// weatherLabel
|
|
//
|
|
this.weatherLabel.AutoSize = true;
|
|
this.weatherLabel.Location = new System.Drawing.Point(11, 88);
|
|
this.weatherLabel.Name = "weatherLabel";
|
|
this.weatherLabel.Size = new System.Drawing.Size(51, 13);
|
|
this.weatherLabel.TabIndex = 12;
|
|
this.weatherLabel.Text = "Weather:";
|
|
//
|
|
// cameraLabel
|
|
//
|
|
this.cameraLabel.AutoSize = true;
|
|
this.cameraLabel.Location = new System.Drawing.Point(373, 88);
|
|
this.cameraLabel.Name = "cameraLabel";
|
|
this.cameraLabel.Size = new System.Drawing.Size(76, 13);
|
|
this.cameraLabel.TabIndex = 10;
|
|
this.cameraLabel.Text = "Camera Angle:";
|
|
//
|
|
// musicNightLabel
|
|
//
|
|
this.musicNightLabel.AutoSize = true;
|
|
this.musicNightLabel.Location = new System.Drawing.Point(373, 21);
|
|
this.musicNightLabel.Name = "musicNightLabel";
|
|
this.musicNightLabel.Size = new System.Drawing.Size(72, 13);
|
|
this.musicNightLabel.TabIndex = 8;
|
|
this.musicNightLabel.Text = "Music (Night):";
|
|
//
|
|
// cameraComboBox
|
|
//
|
|
this.cameraComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cameraComboBox.FormattingEnabled = true;
|
|
this.cameraComboBox.Location = new System.Drawing.Point(427, 107);
|
|
this.cameraComboBox.Name = "cameraComboBox";
|
|
this.cameraComboBox.Size = new System.Drawing.Size(145, 21);
|
|
this.cameraComboBox.TabIndex = 9;
|
|
this.cameraComboBox.SelectedIndexChanged += new System.EventHandler(this.cameraComboBox_SelectedIndexChanged);
|
|
//
|
|
// musicDayLabel
|
|
//
|
|
this.musicDayLabel.AutoSize = true;
|
|
this.musicDayLabel.Location = new System.Drawing.Point(11, 22);
|
|
this.musicDayLabel.Name = "musicDayLabel";
|
|
this.musicDayLabel.Size = new System.Drawing.Size(66, 13);
|
|
this.musicDayLabel.TabIndex = 6;
|
|
this.musicDayLabel.Text = "Music (Day):";
|
|
//
|
|
// musicDayComboBox
|
|
//
|
|
this.musicDayComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.musicDayComboBox.FormattingEnabled = true;
|
|
this.musicDayComboBox.IntegralHeight = false;
|
|
this.musicDayComboBox.Location = new System.Drawing.Point(65, 40);
|
|
this.musicDayComboBox.MaxDropDownItems = 20;
|
|
this.musicDayComboBox.Name = "musicDayComboBox";
|
|
this.musicDayComboBox.Size = new System.Drawing.Size(145, 21);
|
|
this.musicDayComboBox.TabIndex = 0;
|
|
this.musicDayComboBox.SelectedIndexChanged += new System.EventHandler(this.musicDayComboBox_SelectedIndexChanged);
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.pasteLevelScriptsButton);
|
|
this.groupBox3.Controls.Add(this.copyLevelScriptsButton);
|
|
this.groupBox3.Controls.Add(this.pasteScriptsButton);
|
|
this.groupBox3.Controls.Add(this.copyScriptsButton);
|
|
this.groupBox3.Controls.Add(this.levelScriptUpDown);
|
|
this.groupBox3.Controls.Add(this.openLevelScriptButton);
|
|
this.groupBox3.Controls.Add(this.levelScriptLabel);
|
|
this.groupBox3.Controls.Add(this.openScriptButton);
|
|
this.groupBox3.Controls.Add(this.scriptLabel);
|
|
this.groupBox3.Controls.Add(this.scriptFileUpDown);
|
|
this.groupBox3.Location = new System.Drawing.Point(238, 310);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(662, 76);
|
|
this.groupBox3.TabIndex = 30;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Scripts";
|
|
//
|
|
// pasteLevelScriptsButton
|
|
//
|
|
this.pasteLevelScriptsButton.Enabled = false;
|
|
this.pasteLevelScriptsButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteLevelScriptsButton.Image")));
|
|
this.pasteLevelScriptsButton.Location = new System.Drawing.Point(616, 30);
|
|
this.pasteLevelScriptsButton.Name = "pasteLevelScriptsButton";
|
|
this.pasteLevelScriptsButton.Size = new System.Drawing.Size(35, 37);
|
|
this.pasteLevelScriptsButton.TabIndex = 29;
|
|
this.pasteLevelScriptsButton.UseVisualStyleBackColor = true;
|
|
this.pasteLevelScriptsButton.Click += new System.EventHandler(this.pasteLevelScriptsButton_Click);
|
|
//
|
|
// copyLevelScriptsButton
|
|
//
|
|
this.copyLevelScriptsButton.Image = ((System.Drawing.Image)(resources.GetObject("copyLevelScriptsButton.Image")));
|
|
this.copyLevelScriptsButton.Location = new System.Drawing.Point(578, 30);
|
|
this.copyLevelScriptsButton.Name = "copyLevelScriptsButton";
|
|
this.copyLevelScriptsButton.Size = new System.Drawing.Size(35, 37);
|
|
this.copyLevelScriptsButton.TabIndex = 28;
|
|
this.copyLevelScriptsButton.UseVisualStyleBackColor = true;
|
|
this.copyLevelScriptsButton.Click += new System.EventHandler(this.copyLevelScriptsButton_Click);
|
|
//
|
|
// pasteScriptsButton
|
|
//
|
|
this.pasteScriptsButton.Enabled = false;
|
|
this.pasteScriptsButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteScriptsButton.Image")));
|
|
this.pasteScriptsButton.Location = new System.Drawing.Point(252, 30);
|
|
this.pasteScriptsButton.Name = "pasteScriptsButton";
|
|
this.pasteScriptsButton.Size = new System.Drawing.Size(35, 37);
|
|
this.pasteScriptsButton.TabIndex = 27;
|
|
this.pasteScriptsButton.UseVisualStyleBackColor = true;
|
|
this.pasteScriptsButton.Click += new System.EventHandler(this.pasteScriptsButton_Click);
|
|
//
|
|
// copyScriptsButton
|
|
//
|
|
this.copyScriptsButton.Image = ((System.Drawing.Image)(resources.GetObject("copyScriptsButton.Image")));
|
|
this.copyScriptsButton.Location = new System.Drawing.Point(215, 30);
|
|
this.copyScriptsButton.Name = "copyScriptsButton";
|
|
this.copyScriptsButton.Size = new System.Drawing.Size(35, 37);
|
|
this.copyScriptsButton.TabIndex = 26;
|
|
this.copyScriptsButton.UseVisualStyleBackColor = true;
|
|
this.copyScriptsButton.Click += new System.EventHandler(this.copyScriptsButton_Click);
|
|
//
|
|
// levelScriptUpDown
|
|
//
|
|
this.levelScriptUpDown.Location = new System.Drawing.Point(377, 39);
|
|
this.levelScriptUpDown.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.levelScriptUpDown.Name = "levelScriptUpDown";
|
|
this.levelScriptUpDown.Size = new System.Drawing.Size(107, 20);
|
|
this.levelScriptUpDown.TabIndex = 25;
|
|
this.levelScriptUpDown.ValueChanged += new System.EventHandler(this.levelScriptUpDown_ValueChanged);
|
|
//
|
|
// openLevelScriptButton
|
|
//
|
|
this.openLevelScriptButton.Location = new System.Drawing.Point(495, 28);
|
|
this.openLevelScriptButton.Name = "openLevelScriptButton";
|
|
this.openLevelScriptButton.Size = new System.Drawing.Size(79, 40);
|
|
this.openLevelScriptButton.TabIndex = 17;
|
|
this.openLevelScriptButton.Text = "Open Level Scripts";
|
|
this.openLevelScriptButton.UseVisualStyleBackColor = true;
|
|
this.openLevelScriptButton.Click += new System.EventHandler(this.openLevelScriptButton_Click);
|
|
//
|
|
// levelScriptLabel
|
|
//
|
|
this.levelScriptLabel.AutoSize = true;
|
|
this.levelScriptLabel.Location = new System.Drawing.Point(374, 21);
|
|
this.levelScriptLabel.Name = "levelScriptLabel";
|
|
this.levelScriptLabel.Size = new System.Drawing.Size(95, 13);
|
|
this.levelScriptLabel.TabIndex = 16;
|
|
this.levelScriptLabel.Text = "Level Script File #:";
|
|
//
|
|
// openScriptButton
|
|
//
|
|
this.openScriptButton.Location = new System.Drawing.Point(133, 28);
|
|
this.openScriptButton.Name = "openScriptButton";
|
|
this.openScriptButton.Size = new System.Drawing.Size(79, 40);
|
|
this.openScriptButton.TabIndex = 14;
|
|
this.openScriptButton.Text = "Open &Scripts";
|
|
this.openScriptButton.UseVisualStyleBackColor = true;
|
|
this.openScriptButton.Click += new System.EventHandler(this.openScriptButton_Click);
|
|
//
|
|
// scriptLabel
|
|
//
|
|
this.scriptLabel.AutoSize = true;
|
|
this.scriptLabel.Location = new System.Drawing.Point(12, 21);
|
|
this.scriptLabel.Name = "scriptLabel";
|
|
this.scriptLabel.Size = new System.Drawing.Size(66, 13);
|
|
this.scriptLabel.TabIndex = 13;
|
|
this.scriptLabel.Text = "Script File #:";
|
|
//
|
|
// scriptFileUpDown
|
|
//
|
|
this.scriptFileUpDown.Location = new System.Drawing.Point(14, 39);
|
|
this.scriptFileUpDown.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.scriptFileUpDown.Name = "scriptFileUpDown";
|
|
this.scriptFileUpDown.Size = new System.Drawing.Size(107, 20);
|
|
this.scriptFileUpDown.TabIndex = 0;
|
|
this.scriptFileUpDown.ValueChanged += new System.EventHandler(this.scriptFileUpDown_ValueChanged);
|
|
//
|
|
// headerListBox
|
|
//
|
|
this.headerListBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.headerListBox.FormattingEnabled = true;
|
|
this.headerListBox.ItemHeight = 15;
|
|
this.headerListBox.Location = new System.Drawing.Point(13, 67);
|
|
this.headerListBox.Name = "headerListBox";
|
|
this.headerListBox.Size = new System.Drawing.Size(214, 454);
|
|
this.headerListBox.TabIndex = 2;
|
|
this.headerListBox.SelectedValueChanged += new System.EventHandler(this.headerListBox_SelectedValueChanged);
|
|
this.headerListBox.Leave += new System.EventHandler(this.headerListBox_Leave);
|
|
//
|
|
// saveHeaderButton
|
|
//
|
|
this.saveHeaderButton.Image = global::DSPRE.Properties.Resources.save_rom;
|
|
this.saveHeaderButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.saveHeaderButton.Location = new System.Drawing.Point(1072, 517);
|
|
this.saveHeaderButton.Name = "saveHeaderButton";
|
|
this.saveHeaderButton.Size = new System.Drawing.Size(96, 86);
|
|
this.saveHeaderButton.TabIndex = 33;
|
|
this.saveHeaderButton.Text = "Save &This Header";
|
|
this.saveHeaderButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.saveHeaderButton.UseVisualStyleBackColor = true;
|
|
this.saveHeaderButton.Click += new System.EventHandler(this.saveHeaderButton_Click);
|
|
//
|
|
// flagsGroupBox
|
|
//
|
|
this.flagsGroupBox.Controls.Add(this.followModeComboBox);
|
|
this.flagsGroupBox.Controls.Add(this.johtoRadioButton);
|
|
this.flagsGroupBox.Controls.Add(this.kantoRadioButton);
|
|
this.flagsGroupBox.Controls.Add(this.followModeLabel);
|
|
this.flagsGroupBox.Controls.Add(this.pasteMapSettingsButton);
|
|
this.flagsGroupBox.Controls.Add(this.battleBackgroundLabel);
|
|
this.flagsGroupBox.Controls.Add(this.copyFlagsButton);
|
|
this.flagsGroupBox.Controls.Add(this.battleBackgroundUpDown);
|
|
this.flagsGroupBox.Controls.Add(this.flag3CheckBox);
|
|
this.flagsGroupBox.Controls.Add(this.flag2CheckBox);
|
|
this.flagsGroupBox.Controls.Add(this.flag1CheckBox);
|
|
this.flagsGroupBox.Controls.Add(this.flag0CheckBox);
|
|
this.flagsGroupBox.Controls.Add(this.flag6CheckBox);
|
|
this.flagsGroupBox.Controls.Add(this.flag5CheckBox);
|
|
this.flagsGroupBox.Controls.Add(this.flag4CheckBox);
|
|
this.flagsGroupBox.Location = new System.Drawing.Point(328, 468);
|
|
this.flagsGroupBox.Name = "flagsGroupBox";
|
|
this.flagsGroupBox.Size = new System.Drawing.Size(281, 136);
|
|
this.flagsGroupBox.TabIndex = 32;
|
|
this.flagsGroupBox.TabStop = false;
|
|
this.flagsGroupBox.Text = "Map Settings";
|
|
//
|
|
// followModeComboBox
|
|
//
|
|
this.followModeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.followModeComboBox.FormattingEnabled = true;
|
|
this.followModeComboBox.IntegralHeight = false;
|
|
this.followModeComboBox.Items.AddRange(new object[] {
|
|
"Unallowed",
|
|
"Small only",
|
|
"All"});
|
|
this.followModeComboBox.Location = new System.Drawing.Point(153, 29);
|
|
this.followModeComboBox.MaxDropDownItems = 20;
|
|
this.followModeComboBox.Name = "followModeComboBox";
|
|
this.followModeComboBox.Size = new System.Drawing.Size(76, 21);
|
|
this.followModeComboBox.TabIndex = 57;
|
|
this.followModeComboBox.Visible = false;
|
|
this.followModeComboBox.SelectedIndexChanged += new System.EventHandler(this.followModeComboBox_SelectedIndexChanged);
|
|
//
|
|
// johtoRadioButton
|
|
//
|
|
this.johtoRadioButton.AutoSize = true;
|
|
this.johtoRadioButton.Location = new System.Drawing.Point(148, 105);
|
|
this.johtoRadioButton.Name = "johtoRadioButton";
|
|
this.johtoRadioButton.Size = new System.Drawing.Size(51, 17);
|
|
this.johtoRadioButton.TabIndex = 60;
|
|
this.johtoRadioButton.TabStop = true;
|
|
this.johtoRadioButton.Text = "Johto";
|
|
this.johtoRadioButton.UseVisualStyleBackColor = true;
|
|
this.johtoRadioButton.Visible = false;
|
|
//
|
|
// kantoRadioButton
|
|
//
|
|
this.kantoRadioButton.AutoSize = true;
|
|
this.kantoRadioButton.Location = new System.Drawing.Point(92, 105);
|
|
this.kantoRadioButton.Name = "kantoRadioButton";
|
|
this.kantoRadioButton.Size = new System.Drawing.Size(53, 17);
|
|
this.kantoRadioButton.TabIndex = 59;
|
|
this.kantoRadioButton.TabStop = true;
|
|
this.kantoRadioButton.Text = "Kanto";
|
|
this.kantoRadioButton.UseVisualStyleBackColor = true;
|
|
this.kantoRadioButton.Visible = false;
|
|
this.kantoRadioButton.CheckedChanged += new System.EventHandler(this.kantoRadioButton_CheckedChanged);
|
|
//
|
|
// followModeLabel
|
|
//
|
|
this.followModeLabel.AutoSize = true;
|
|
this.followModeLabel.Location = new System.Drawing.Point(150, 13);
|
|
this.followModeLabel.Name = "followModeLabel";
|
|
this.followModeLabel.Size = new System.Drawing.Size(102, 13);
|
|
this.followModeLabel.TabIndex = 58;
|
|
this.followModeLabel.Text = "Following Pokemon:";
|
|
this.followModeLabel.Visible = false;
|
|
//
|
|
// pasteMapSettingsButton
|
|
//
|
|
this.pasteMapSettingsButton.Enabled = false;
|
|
this.pasteMapSettingsButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteMapSettingsButton.Image")));
|
|
this.pasteMapSettingsButton.Location = new System.Drawing.Point(239, 74);
|
|
this.pasteMapSettingsButton.Name = "pasteMapSettingsButton";
|
|
this.pasteMapSettingsButton.Size = new System.Drawing.Size(35, 37);
|
|
this.pasteMapSettingsButton.TabIndex = 52;
|
|
this.pasteMapSettingsButton.UseVisualStyleBackColor = true;
|
|
this.pasteMapSettingsButton.Click += new System.EventHandler(this.pasteMapSettingsButton_Click);
|
|
//
|
|
// battleBackgroundLabel
|
|
//
|
|
this.battleBackgroundLabel.AutoSize = true;
|
|
this.battleBackgroundLabel.Location = new System.Drawing.Point(151, 58);
|
|
this.battleBackgroundLabel.Name = "battleBackgroundLabel";
|
|
this.battleBackgroundLabel.Size = new System.Drawing.Size(52, 13);
|
|
this.battleBackgroundLabel.TabIndex = 37;
|
|
this.battleBackgroundLabel.Text = "Battle BG";
|
|
//
|
|
// copyFlagsButton
|
|
//
|
|
this.copyFlagsButton.Image = ((System.Drawing.Image)(resources.GetObject("copyFlagsButton.Image")));
|
|
this.copyFlagsButton.Location = new System.Drawing.Point(239, 31);
|
|
this.copyFlagsButton.Name = "copyFlagsButton";
|
|
this.copyFlagsButton.Size = new System.Drawing.Size(35, 37);
|
|
this.copyFlagsButton.TabIndex = 53;
|
|
this.copyFlagsButton.UseVisualStyleBackColor = true;
|
|
this.copyFlagsButton.Click += new System.EventHandler(this.copyMapSettingsButton_Click);
|
|
//
|
|
// battleBackgroundUpDown
|
|
//
|
|
this.battleBackgroundUpDown.Location = new System.Drawing.Point(154, 73);
|
|
this.battleBackgroundUpDown.Maximum = new decimal(new int[] {
|
|
31,
|
|
0,
|
|
0,
|
|
0});
|
|
this.battleBackgroundUpDown.Name = "battleBackgroundUpDown";
|
|
this.battleBackgroundUpDown.Size = new System.Drawing.Size(75, 20);
|
|
this.battleBackgroundUpDown.TabIndex = 36;
|
|
this.battleBackgroundUpDown.ValueChanged += new System.EventHandler(this.battleBackgroundUpDown_ValueChanged);
|
|
//
|
|
// flag3CheckBox
|
|
//
|
|
this.flag3CheckBox.AutoSize = true;
|
|
this.flag3CheckBox.Location = new System.Drawing.Point(11, 26);
|
|
this.flag3CheckBox.Name = "flag3CheckBox";
|
|
this.flag3CheckBox.Size = new System.Drawing.Size(39, 17);
|
|
this.flag3CheckBox.TabIndex = 28;
|
|
this.flag3CheckBox.Text = "Fly";
|
|
this.flag3CheckBox.UseVisualStyleBackColor = true;
|
|
this.flag3CheckBox.CheckedChanged += new System.EventHandler(this.headerFlagsCheckBoxes_CheckedChanged);
|
|
//
|
|
// flag2CheckBox
|
|
//
|
|
this.flag2CheckBox.AutoSize = true;
|
|
this.flag2CheckBox.Location = new System.Drawing.Point(11, 53);
|
|
this.flag2CheckBox.Name = "flag2CheckBox";
|
|
this.flag2CheckBox.Size = new System.Drawing.Size(76, 17);
|
|
this.flag2CheckBox.TabIndex = 29;
|
|
this.flag2CheckBox.Text = "Esc. Rope";
|
|
this.flag2CheckBox.UseVisualStyleBackColor = true;
|
|
this.flag2CheckBox.CheckedChanged += new System.EventHandler(this.headerFlagsCheckBoxes_CheckedChanged);
|
|
//
|
|
// flag1CheckBox
|
|
//
|
|
this.flag1CheckBox.AutoSize = true;
|
|
this.flag1CheckBox.Location = new System.Drawing.Point(11, 79);
|
|
this.flag1CheckBox.Name = "flag1CheckBox";
|
|
this.flag1CheckBox.Size = new System.Drawing.Size(46, 17);
|
|
this.flag1CheckBox.TabIndex = 30;
|
|
this.flag1CheckBox.Text = "Run";
|
|
this.flag1CheckBox.UseVisualStyleBackColor = true;
|
|
this.flag1CheckBox.CheckedChanged += new System.EventHandler(this.headerFlagsCheckBoxes_CheckedChanged);
|
|
//
|
|
// flag0CheckBox
|
|
//
|
|
this.flag0CheckBox.AutoSize = true;
|
|
this.flag0CheckBox.Location = new System.Drawing.Point(11, 105);
|
|
this.flag0CheckBox.Name = "flag0CheckBox";
|
|
this.flag0CheckBox.Size = new System.Drawing.Size(60, 17);
|
|
this.flag0CheckBox.TabIndex = 31;
|
|
this.flag0CheckBox.Text = "Bicycle";
|
|
this.flag0CheckBox.UseVisualStyleBackColor = true;
|
|
this.flag0CheckBox.CheckedChanged += new System.EventHandler(this.headerFlagsCheckBoxes_CheckedChanged);
|
|
//
|
|
// flag6CheckBox
|
|
//
|
|
this.flag6CheckBox.AutoSize = true;
|
|
this.flag6CheckBox.Location = new System.Drawing.Point(92, 28);
|
|
this.flag6CheckBox.Name = "flag6CheckBox";
|
|
this.flag6CheckBox.Size = new System.Drawing.Size(15, 14);
|
|
this.flag6CheckBox.TabIndex = 35;
|
|
this.flag6CheckBox.UseVisualStyleBackColor = true;
|
|
this.flag6CheckBox.Visible = false;
|
|
this.flag6CheckBox.CheckedChanged += new System.EventHandler(this.headerFlagsCheckBoxes_CheckedChanged);
|
|
//
|
|
// flag5CheckBox
|
|
//
|
|
this.flag5CheckBox.AutoSize = true;
|
|
this.flag5CheckBox.Location = new System.Drawing.Point(92, 54);
|
|
this.flag5CheckBox.Name = "flag5CheckBox";
|
|
this.flag5CheckBox.Size = new System.Drawing.Size(15, 14);
|
|
this.flag5CheckBox.TabIndex = 32;
|
|
this.flag5CheckBox.UseVisualStyleBackColor = true;
|
|
this.flag5CheckBox.Visible = false;
|
|
this.flag5CheckBox.CheckedChanged += new System.EventHandler(this.headerFlagsCheckBoxes_CheckedChanged);
|
|
//
|
|
// flag4CheckBox
|
|
//
|
|
this.flag4CheckBox.AutoSize = true;
|
|
this.flag4CheckBox.Location = new System.Drawing.Point(92, 80);
|
|
this.flag4CheckBox.Name = "flag4CheckBox";
|
|
this.flag4CheckBox.Size = new System.Drawing.Size(15, 14);
|
|
this.flag4CheckBox.TabIndex = 33;
|
|
this.flag4CheckBox.UseVisualStyleBackColor = true;
|
|
this.flag4CheckBox.Visible = false;
|
|
this.flag4CheckBox.CheckedChanged += new System.EventHandler(this.headerFlagsCheckBoxes_CheckedChanged);
|
|
//
|
|
// cameraPicLabel
|
|
//
|
|
this.cameraPicLabel.AutoSize = true;
|
|
this.cameraPicLabel.Location = new System.Drawing.Point(909, 304);
|
|
this.cameraPicLabel.Name = "cameraPicLabel";
|
|
this.cameraPicLabel.Size = new System.Drawing.Size(72, 13);
|
|
this.cameraPicLabel.TabIndex = 3;
|
|
this.cameraPicLabel.Text = "Camera angle";
|
|
//
|
|
// cameraPictureBox
|
|
//
|
|
this.cameraPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.cameraPictureBox.Location = new System.Drawing.Point(912, 320);
|
|
this.cameraPictureBox.Name = "cameraPictureBox";
|
|
this.cameraPictureBox.Size = new System.Drawing.Size(256, 192);
|
|
this.cameraPictureBox.TabIndex = 2;
|
|
this.cameraPictureBox.TabStop = false;
|
|
//
|
|
// weatherPicLabel
|
|
//
|
|
this.weatherPicLabel.AutoSize = true;
|
|
this.weatherPicLabel.Location = new System.Drawing.Point(909, 90);
|
|
this.weatherPicLabel.Name = "weatherPicLabel";
|
|
this.weatherPicLabel.Size = new System.Drawing.Size(48, 13);
|
|
this.weatherPicLabel.TabIndex = 1;
|
|
this.weatherPicLabel.Text = "Weather";
|
|
//
|
|
// weatherPictureBox
|
|
//
|
|
this.weatherPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.weatherPictureBox.Location = new System.Drawing.Point(912, 106);
|
|
this.weatherPictureBox.Name = "weatherPictureBox";
|
|
this.weatherPictureBox.Size = new System.Drawing.Size(256, 192);
|
|
this.weatherPictureBox.TabIndex = 0;
|
|
this.weatherPictureBox.TabStop = false;
|
|
//
|
|
// matrixEditorTabPage
|
|
//
|
|
this.matrixEditorTabPage.BackColor = System.Drawing.SystemColors.Window;
|
|
this.matrixEditorTabPage.Controls.Add(this.matrixEditor);
|
|
this.matrixEditorTabPage.ImageIndex = 1;
|
|
this.matrixEditorTabPage.Location = new System.Drawing.Point(4, 23);
|
|
this.matrixEditorTabPage.Name = "matrixEditorTabPage";
|
|
this.matrixEditorTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.matrixEditorTabPage.Size = new System.Drawing.Size(1185, 675);
|
|
this.matrixEditorTabPage.TabIndex = 1;
|
|
this.matrixEditorTabPage.Text = "Matrix Editor";
|
|
//
|
|
// matrixEditor
|
|
//
|
|
this.matrixEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.matrixEditor.Location = new System.Drawing.Point(3, 3);
|
|
this.matrixEditor.matrixEditorIsReady = false;
|
|
this.matrixEditor.Name = "matrixEditor";
|
|
this.matrixEditor.Size = new System.Drawing.Size(1179, 669);
|
|
this.matrixEditor.TabIndex = 0;
|
|
//
|
|
// mapEditorTabPage
|
|
//
|
|
this.mapEditorTabPage.BackColor = System.Drawing.SystemColors.Window;
|
|
this.mapEditorTabPage.Controls.Add(this.flowLayoutPanel1);
|
|
this.mapEditorTabPage.Controls.Add(this.tableLayoutPanel3);
|
|
this.mapEditorTabPage.Controls.Add(this.mapRenderPanel);
|
|
this.mapEditorTabPage.Controls.Add(this.label26);
|
|
this.mapEditorTabPage.Controls.Add(this.buildTextureComboBox);
|
|
this.mapEditorTabPage.Controls.Add(this.mapFileLabel);
|
|
this.mapEditorTabPage.Controls.Add(this.mapTextureComboBox);
|
|
this.mapEditorTabPage.Controls.Add(this.mapTextureLabel);
|
|
this.mapEditorTabPage.Controls.Add(this.selectMapComboBox);
|
|
this.mapEditorTabPage.Controls.Add(this.mapPartsTabControl);
|
|
this.mapEditorTabPage.ImageIndex = 2;
|
|
this.mapEditorTabPage.Location = new System.Drawing.Point(4, 23);
|
|
this.mapEditorTabPage.Name = "mapEditorTabPage";
|
|
this.mapEditorTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.mapEditorTabPage.Size = new System.Drawing.Size(1185, 675);
|
|
this.mapEditorTabPage.TabIndex = 2;
|
|
this.mapEditorTabPage.Text = "Map Editor";
|
|
this.mapEditorTabPage.Enter += new System.EventHandler(this.mapEditorTabPage_Enter);
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.Controls.Add(this.mapScreenshotButton);
|
|
this.flowLayoutPanel1.Controls.Add(this.wireframeCheckBox);
|
|
this.flowLayoutPanel1.Controls.Add(this.radio3D);
|
|
this.flowLayoutPanel1.Controls.Add(this.radio2D);
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.BottomUp;
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(1134, 3);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(48, 669);
|
|
this.flowLayoutPanel1.TabIndex = 42;
|
|
//
|
|
// mapScreenshotButton
|
|
//
|
|
this.mapScreenshotButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.mapScreenshotButton.Image = global::DSPRE.Properties.Resources.cameraIcon;
|
|
this.mapScreenshotButton.Location = new System.Drawing.Point(3, 626);
|
|
this.mapScreenshotButton.Name = "mapScreenshotButton";
|
|
this.mapScreenshotButton.Size = new System.Drawing.Size(41, 40);
|
|
this.mapScreenshotButton.TabIndex = 39;
|
|
this.mapScreenshotButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.mapScreenshotButton.UseVisualStyleBackColor = true;
|
|
this.mapScreenshotButton.Click += new System.EventHandler(this.mapScreenshotButton_Click);
|
|
//
|
|
// wireframeCheckBox
|
|
//
|
|
this.wireframeCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.wireframeCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.wireframeCheckBox.AutoSize = true;
|
|
this.wireframeCheckBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.wireframeCheckBox.Location = new System.Drawing.Point(8, 597);
|
|
this.wireframeCheckBox.Name = "wireframeCheckBox";
|
|
this.wireframeCheckBox.Size = new System.Drawing.Size(31, 23);
|
|
this.wireframeCheckBox.TabIndex = 27;
|
|
this.wireframeCheckBox.Text = " W";
|
|
this.wireframeCheckBox.UseVisualStyleBackColor = true;
|
|
this.wireframeCheckBox.CheckedChanged += new System.EventHandler(this.wireframeCheckBox_CheckedChanged);
|
|
//
|
|
// radio3D
|
|
//
|
|
this.radio3D.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.radio3D.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.radio3D.AutoSize = true;
|
|
this.radio3D.Checked = true;
|
|
this.radio3D.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.radio3D.Location = new System.Drawing.Point(8, 568);
|
|
this.radio3D.Name = "radio3D";
|
|
this.radio3D.Size = new System.Drawing.Size(31, 23);
|
|
this.radio3D.TabIndex = 26;
|
|
this.radio3D.TabStop = true;
|
|
this.radio3D.Text = "3D";
|
|
this.radio3D.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.radio3D.UseVisualStyleBackColor = true;
|
|
//
|
|
// radio2D
|
|
//
|
|
this.radio2D.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.radio2D.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.radio2D.AutoSize = true;
|
|
this.radio2D.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.radio2D.Location = new System.Drawing.Point(8, 539);
|
|
this.radio2D.Name = "radio2D";
|
|
this.radio2D.Size = new System.Drawing.Size(31, 23);
|
|
this.radio2D.TabIndex = 25;
|
|
this.radio2D.Text = "2D";
|
|
this.radio2D.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.radio2D.UseVisualStyleBackColor = true;
|
|
this.radio2D.CheckedChanged += new System.EventHandler(this.radio2D_CheckedChanged);
|
|
//
|
|
// tableLayoutPanel3
|
|
//
|
|
this.tableLayoutPanel3.ColumnCount = 4;
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel3.Controls.Add(this.addMapFileButton, 0, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.locateCurrentMapBin, 3, 2);
|
|
this.tableLayoutPanel3.Controls.Add(this.removeMapFileButton, 2, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.replaceMapBinButton, 0, 1);
|
|
this.tableLayoutPanel3.Controls.Add(this.exportCurrentMapBinButton, 2, 1);
|
|
this.tableLayoutPanel3.Controls.Add(this.saveMapButton, 0, 2);
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(271, 486);
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
this.tableLayoutPanel3.RowCount = 3;
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(199, 129);
|
|
this.tableLayoutPanel3.TabIndex = 41;
|
|
//
|
|
// addMapFileButton
|
|
//
|
|
this.tableLayoutPanel3.SetColumnSpan(this.addMapFileButton, 2);
|
|
this.addMapFileButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.addMapFileButton.Image = ((System.Drawing.Image)(resources.GetObject("addMapFileButton.Image")));
|
|
this.addMapFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.addMapFileButton.Location = new System.Drawing.Point(3, 3);
|
|
this.addMapFileButton.Name = "addMapFileButton";
|
|
this.addMapFileButton.Size = new System.Drawing.Size(92, 37);
|
|
this.addMapFileButton.TabIndex = 36;
|
|
this.addMapFileButton.Text = "Add \r\nMap File";
|
|
this.addMapFileButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.addMapFileButton.UseVisualStyleBackColor = true;
|
|
this.addMapFileButton.Click += new System.EventHandler(this.addMapFileButton_Click);
|
|
//
|
|
// locateCurrentMapBin
|
|
//
|
|
this.locateCurrentMapBin.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.locateCurrentMapBin.Image = global::DSPRE.Properties.Resources.open_file;
|
|
this.locateCurrentMapBin.Location = new System.Drawing.Point(150, 89);
|
|
this.locateCurrentMapBin.Name = "locateCurrentMapBin";
|
|
this.locateCurrentMapBin.Size = new System.Drawing.Size(46, 37);
|
|
this.locateCurrentMapBin.TabIndex = 40;
|
|
this.locateCurrentMapBin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.locateCurrentMapBin.UseVisualStyleBackColor = true;
|
|
this.locateCurrentMapBin.Click += new System.EventHandler(this.locateCurrentMapBin_Click);
|
|
//
|
|
// removeMapFileButton
|
|
//
|
|
this.tableLayoutPanel3.SetColumnSpan(this.removeMapFileButton, 2);
|
|
this.removeMapFileButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.removeMapFileButton.Image = global::DSPRE.Properties.Resources.deleteIcon;
|
|
this.removeMapFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.removeMapFileButton.Location = new System.Drawing.Point(101, 3);
|
|
this.removeMapFileButton.Name = "removeMapFileButton";
|
|
this.removeMapFileButton.Size = new System.Drawing.Size(95, 37);
|
|
this.removeMapFileButton.TabIndex = 35;
|
|
this.removeMapFileButton.Text = "Remove \r\nLast Map";
|
|
this.removeMapFileButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.removeMapFileButton.UseVisualStyleBackColor = true;
|
|
this.removeMapFileButton.Click += new System.EventHandler(this.removeLastMapFileButton_Click);
|
|
//
|
|
// replaceMapBinButton
|
|
//
|
|
this.tableLayoutPanel3.SetColumnSpan(this.replaceMapBinButton, 2);
|
|
this.replaceMapBinButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.replaceMapBinButton.Image = ((System.Drawing.Image)(resources.GetObject("replaceMapBinButton.Image")));
|
|
this.replaceMapBinButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.replaceMapBinButton.Location = new System.Drawing.Point(3, 46);
|
|
this.replaceMapBinButton.Name = "replaceMapBinButton";
|
|
this.replaceMapBinButton.Size = new System.Drawing.Size(92, 37);
|
|
this.replaceMapBinButton.TabIndex = 37;
|
|
this.replaceMapBinButton.Text = "Replace \r\nMap BIN";
|
|
this.replaceMapBinButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.replaceMapBinButton.UseVisualStyleBackColor = true;
|
|
this.replaceMapBinButton.Click += new System.EventHandler(this.replaceMapBinButton_Click);
|
|
//
|
|
// exportCurrentMapBinButton
|
|
//
|
|
this.tableLayoutPanel3.SetColumnSpan(this.exportCurrentMapBinButton, 2);
|
|
this.exportCurrentMapBinButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.exportCurrentMapBinButton.Image = ((System.Drawing.Image)(resources.GetObject("exportCurrentMapBinButton.Image")));
|
|
this.exportCurrentMapBinButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.exportCurrentMapBinButton.Location = new System.Drawing.Point(101, 46);
|
|
this.exportCurrentMapBinButton.Name = "exportCurrentMapBinButton";
|
|
this.exportCurrentMapBinButton.Size = new System.Drawing.Size(95, 37);
|
|
this.exportCurrentMapBinButton.TabIndex = 38;
|
|
this.exportCurrentMapBinButton.Text = "Export \r\nMap BIN";
|
|
this.exportCurrentMapBinButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.exportCurrentMapBinButton.UseVisualStyleBackColor = true;
|
|
this.exportCurrentMapBinButton.Click += new System.EventHandler(this.exportCurrentMapBinButton_Click);
|
|
//
|
|
// saveMapButton
|
|
//
|
|
this.tableLayoutPanel3.SetColumnSpan(this.saveMapButton, 3);
|
|
this.saveMapButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.saveMapButton.Image = global::DSPRE.Properties.Resources.save_rom;
|
|
this.saveMapButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.saveMapButton.Location = new System.Drawing.Point(3, 89);
|
|
this.saveMapButton.Name = "saveMapButton";
|
|
this.saveMapButton.Size = new System.Drawing.Size(141, 37);
|
|
this.saveMapButton.TabIndex = 34;
|
|
this.saveMapButton.Text = "Save This\r\nMap BIN\r\n";
|
|
this.saveMapButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.saveMapButton.UseVisualStyleBackColor = true;
|
|
this.saveMapButton.Click += new System.EventHandler(this.saveMapButton_Click);
|
|
//
|
|
// mapRenderPanel
|
|
//
|
|
this.mapRenderPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.mapRenderPanel.Controls.Add(this.mapOpenGlControl);
|
|
this.mapRenderPanel.Controls.Add(this.movPictureBox);
|
|
this.mapRenderPanel.Location = new System.Drawing.Point(519, 3);
|
|
this.mapRenderPanel.Name = "mapRenderPanel";
|
|
this.mapRenderPanel.Size = new System.Drawing.Size(610, 610);
|
|
this.mapRenderPanel.TabIndex = 23;
|
|
//
|
|
// mapOpenGlControl
|
|
//
|
|
this.mapOpenGlControl.AccumBits = ((byte)(0));
|
|
this.mapOpenGlControl.AutoCheckErrors = false;
|
|
this.mapOpenGlControl.AutoFinish = false;
|
|
this.mapOpenGlControl.AutoMakeCurrent = true;
|
|
this.mapOpenGlControl.AutoSwapBuffers = true;
|
|
this.mapOpenGlControl.BackColor = System.Drawing.Color.Black;
|
|
this.mapOpenGlControl.ColorBits = ((byte)(32));
|
|
this.mapOpenGlControl.DepthBits = ((byte)(64));
|
|
this.mapOpenGlControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.mapOpenGlControl.ForeColor = System.Drawing.Color.Black;
|
|
this.mapOpenGlControl.Location = new System.Drawing.Point(0, 0);
|
|
this.mapOpenGlControl.Name = "mapOpenGlControl";
|
|
this.mapOpenGlControl.Size = new System.Drawing.Size(608, 608);
|
|
this.mapOpenGlControl.StencilBits = ((byte)(0));
|
|
this.mapOpenGlControl.TabIndex = 2;
|
|
this.mapOpenGlControl.Click += new System.EventHandler(this.mapOpenGlControl_Click);
|
|
this.mapOpenGlControl.KeyUp += new System.Windows.Forms.KeyEventHandler(this.mapOpenGlControl_KeyUp);
|
|
this.mapOpenGlControl.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.mapOpenGlControl_PreviewKeyDown);
|
|
//
|
|
// movPictureBox
|
|
//
|
|
this.movPictureBox.BackColor = System.Drawing.Color.White;
|
|
this.movPictureBox.Location = new System.Drawing.Point(0, 0);
|
|
this.movPictureBox.Name = "movPictureBox";
|
|
this.movPictureBox.Size = new System.Drawing.Size(608, 608);
|
|
this.movPictureBox.TabIndex = 3;
|
|
this.movPictureBox.TabStop = false;
|
|
this.movPictureBox.Click += new System.EventHandler(this.movPictureBox_Click);
|
|
this.movPictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.movPictureBox_MouseMove);
|
|
//
|
|
// label26
|
|
//
|
|
this.label26.AutoSize = true;
|
|
this.label26.Location = new System.Drawing.Point(16, 574);
|
|
this.label26.Name = "label26";
|
|
this.label26.Size = new System.Drawing.Size(84, 13);
|
|
this.label26.TabIndex = 33;
|
|
this.label26.Text = "Buildings texture";
|
|
//
|
|
// buildTextureComboBox
|
|
//
|
|
this.buildTextureComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.buildTextureComboBox.FormattingEnabled = true;
|
|
this.buildTextureComboBox.Location = new System.Drawing.Point(19, 588);
|
|
this.buildTextureComboBox.Name = "buildTextureComboBox";
|
|
this.buildTextureComboBox.Size = new System.Drawing.Size(233, 21);
|
|
this.buildTextureComboBox.TabIndex = 32;
|
|
this.buildTextureComboBox.SelectedIndexChanged += new System.EventHandler(this.buildTextureComboBox_SelectedIndexChanged);
|
|
//
|
|
// mapFileLabel
|
|
//
|
|
this.mapFileLabel.AutoSize = true;
|
|
this.mapFileLabel.Location = new System.Drawing.Point(16, 486);
|
|
this.mapFileLabel.Name = "mapFileLabel";
|
|
this.mapFileLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.mapFileLabel.TabIndex = 31;
|
|
this.mapFileLabel.Text = "Map file";
|
|
//
|
|
// mapTextureComboBox
|
|
//
|
|
this.mapTextureComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.mapTextureComboBox.FormattingEnabled = true;
|
|
this.mapTextureComboBox.Location = new System.Drawing.Point(19, 544);
|
|
this.mapTextureComboBox.Name = "mapTextureComboBox";
|
|
this.mapTextureComboBox.Size = new System.Drawing.Size(233, 21);
|
|
this.mapTextureComboBox.TabIndex = 30;
|
|
this.mapTextureComboBox.SelectedIndexChanged += new System.EventHandler(this.mapTextureComboBox_SelectedIndexChanged);
|
|
//
|
|
// mapTextureLabel
|
|
//
|
|
this.mapTextureLabel.AutoSize = true;
|
|
this.mapTextureLabel.Location = new System.Drawing.Point(16, 530);
|
|
this.mapTextureLabel.Name = "mapTextureLabel";
|
|
this.mapTextureLabel.Size = new System.Drawing.Size(63, 13);
|
|
this.mapTextureLabel.TabIndex = 29;
|
|
this.mapTextureLabel.Text = "Map texture";
|
|
//
|
|
// selectMapComboBox
|
|
//
|
|
this.selectMapComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.selectMapComboBox.FormattingEnabled = true;
|
|
this.selectMapComboBox.Location = new System.Drawing.Point(19, 500);
|
|
this.selectMapComboBox.Name = "selectMapComboBox";
|
|
this.selectMapComboBox.Size = new System.Drawing.Size(233, 21);
|
|
this.selectMapComboBox.TabIndex = 28;
|
|
this.selectMapComboBox.SelectedIndexChanged += new System.EventHandler(this.selectMapComboBox_SelectedIndexChanged);
|
|
//
|
|
// mapPartsTabControl
|
|
//
|
|
this.mapPartsTabControl.Controls.Add(this.buildingsTabPage);
|
|
this.mapPartsTabControl.Controls.Add(this.permissionsTabPage);
|
|
this.mapPartsTabControl.Controls.Add(this.modelTabPage);
|
|
this.mapPartsTabControl.Controls.Add(this.terrainTabPage);
|
|
this.mapPartsTabControl.Controls.Add(this.bgsTabPage);
|
|
this.mapPartsTabControl.Location = new System.Drawing.Point(15, 6);
|
|
this.mapPartsTabControl.Name = "mapPartsTabControl";
|
|
this.mapPartsTabControl.SelectedIndex = 0;
|
|
this.mapPartsTabControl.Size = new System.Drawing.Size(489, 476);
|
|
this.mapPartsTabControl.TabIndex = 24;
|
|
this.mapPartsTabControl.SelectedIndexChanged += new System.EventHandler(this.mapPartsTabControl_SelectedIndexChanged);
|
|
//
|
|
// buildingsTabPage
|
|
//
|
|
this.buildingsTabPage.Controls.Add(this.groupBox33);
|
|
this.buildingsTabPage.Controls.Add(this.yLabel);
|
|
this.buildingsTabPage.Controls.Add(this.lockXZgroupbox);
|
|
this.buildingsTabPage.Controls.Add(this.zLabel);
|
|
this.buildingsTabPage.Controls.Add(this.xLabel);
|
|
this.buildingsTabPage.Controls.Add(this.bldRoundGroupbox);
|
|
this.buildingsTabPage.Controls.Add(this.bldPlaceWithMouseCheckbox);
|
|
this.buildingsTabPage.Controls.Add(this.importBuildingsButton);
|
|
this.buildingsTabPage.Controls.Add(this.groupBox20);
|
|
this.buildingsTabPage.Controls.Add(this.groupBox19);
|
|
this.buildingsTabPage.Controls.Add(this.duplicateBuildingButton);
|
|
this.buildingsTabPage.Controls.Add(this.exportBuildingsButton);
|
|
this.buildingsTabPage.Controls.Add(this.removeBuildingButton);
|
|
this.buildingsTabPage.Controls.Add(this.addBuildingButton);
|
|
this.buildingsTabPage.Controls.Add(this.buildPositionGroupBox);
|
|
this.buildingsTabPage.Controls.Add(this.buildingsListBox);
|
|
this.buildingsTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.buildingsTabPage.Name = "buildingsTabPage";
|
|
this.buildingsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.buildingsTabPage.Size = new System.Drawing.Size(481, 450);
|
|
this.buildingsTabPage.TabIndex = 0;
|
|
this.buildingsTabPage.Text = "Buildings";
|
|
this.buildingsTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox33
|
|
//
|
|
this.groupBox33.Controls.Add(this.yRotDegBldUpDown);
|
|
this.groupBox33.Controls.Add(this.xRotDegBldUpDown);
|
|
this.groupBox33.Controls.Add(this.zRotDegBldUpDown);
|
|
this.groupBox33.Controls.Add(this.yRotBuildUpDown);
|
|
this.groupBox33.Controls.Add(this.xRotBuildUpDown);
|
|
this.groupBox33.Controls.Add(this.zRotBuildUpDown);
|
|
this.groupBox33.Enabled = false;
|
|
this.groupBox33.Location = new System.Drawing.Point(339, 141);
|
|
this.groupBox33.Name = "groupBox33";
|
|
this.groupBox33.Size = new System.Drawing.Size(131, 123);
|
|
this.groupBox33.TabIndex = 44;
|
|
this.groupBox33.TabStop = false;
|
|
this.groupBox33.Text = "Rotation";
|
|
//
|
|
// yRotDegBldUpDown
|
|
//
|
|
this.yRotDegBldUpDown.DecimalPlaces = 2;
|
|
this.yRotDegBldUpDown.Location = new System.Drawing.Point(66, 56);
|
|
this.yRotDegBldUpDown.Maximum = new decimal(new int[] {
|
|
360,
|
|
0,
|
|
0,
|
|
0});
|
|
this.yRotDegBldUpDown.Name = "yRotDegBldUpDown";
|
|
this.yRotDegBldUpDown.Size = new System.Drawing.Size(58, 20);
|
|
this.yRotDegBldUpDown.TabIndex = 27;
|
|
this.yRotDegBldUpDown.ValueChanged += new System.EventHandler(this.yRotDegBldUpDown_ValueChanged);
|
|
//
|
|
// xRotDegBldUpDown
|
|
//
|
|
this.xRotDegBldUpDown.DecimalPlaces = 2;
|
|
this.xRotDegBldUpDown.Location = new System.Drawing.Point(66, 20);
|
|
this.xRotDegBldUpDown.Maximum = new decimal(new int[] {
|
|
360,
|
|
0,
|
|
0,
|
|
0});
|
|
this.xRotDegBldUpDown.Name = "xRotDegBldUpDown";
|
|
this.xRotDegBldUpDown.Size = new System.Drawing.Size(58, 20);
|
|
this.xRotDegBldUpDown.TabIndex = 25;
|
|
this.xRotDegBldUpDown.ValueChanged += new System.EventHandler(this.xRotDegBldUpDown_ValueChanged);
|
|
//
|
|
// zRotDegBldUpDown
|
|
//
|
|
this.zRotDegBldUpDown.DecimalPlaces = 2;
|
|
this.zRotDegBldUpDown.Location = new System.Drawing.Point(66, 93);
|
|
this.zRotDegBldUpDown.Maximum = new decimal(new int[] {
|
|
360,
|
|
0,
|
|
0,
|
|
0});
|
|
this.zRotDegBldUpDown.Name = "zRotDegBldUpDown";
|
|
this.zRotDegBldUpDown.Size = new System.Drawing.Size(58, 20);
|
|
this.zRotDegBldUpDown.TabIndex = 26;
|
|
this.zRotDegBldUpDown.ValueChanged += new System.EventHandler(this.zRotDegBldUpDown_ValueChanged);
|
|
//
|
|
// yRotBuildUpDown
|
|
//
|
|
this.yRotBuildUpDown.Location = new System.Drawing.Point(6, 56);
|
|
this.yRotBuildUpDown.Maximum = new decimal(new int[] {
|
|
65536,
|
|
0,
|
|
0,
|
|
0});
|
|
this.yRotBuildUpDown.Name = "yRotBuildUpDown";
|
|
this.yRotBuildUpDown.Size = new System.Drawing.Size(56, 20);
|
|
this.yRotBuildUpDown.TabIndex = 24;
|
|
this.yRotBuildUpDown.ValueChanged += new System.EventHandler(this.yRotBuildUpDown_ValueChanged);
|
|
//
|
|
// xRotBuildUpDown
|
|
//
|
|
this.xRotBuildUpDown.Location = new System.Drawing.Point(6, 20);
|
|
this.xRotBuildUpDown.Maximum = new decimal(new int[] {
|
|
65536,
|
|
0,
|
|
0,
|
|
0});
|
|
this.xRotBuildUpDown.Name = "xRotBuildUpDown";
|
|
this.xRotBuildUpDown.Size = new System.Drawing.Size(56, 20);
|
|
this.xRotBuildUpDown.TabIndex = 22;
|
|
this.xRotBuildUpDown.ValueChanged += new System.EventHandler(this.xRotBuildUpDown_ValueChanged);
|
|
//
|
|
// zRotBuildUpDown
|
|
//
|
|
this.zRotBuildUpDown.Location = new System.Drawing.Point(6, 93);
|
|
this.zRotBuildUpDown.Maximum = new decimal(new int[] {
|
|
65536,
|
|
0,
|
|
0,
|
|
0});
|
|
this.zRotBuildUpDown.Name = "zRotBuildUpDown";
|
|
this.zRotBuildUpDown.Size = new System.Drawing.Size(56, 20);
|
|
this.zRotBuildUpDown.TabIndex = 23;
|
|
this.zRotBuildUpDown.ValueChanged += new System.EventHandler(this.zRotBuildUpDown_ValueChanged);
|
|
//
|
|
// yLabel
|
|
//
|
|
this.yLabel.AutoSize = true;
|
|
this.yLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.yLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.yLabel.Location = new System.Drawing.Point(183, 198);
|
|
this.yLabel.Name = "yLabel";
|
|
this.yLabel.Size = new System.Drawing.Size(15, 15);
|
|
this.yLabel.TabIndex = 10;
|
|
this.yLabel.Text = "Y";
|
|
//
|
|
// lockXZgroupbox
|
|
//
|
|
this.lockXZgroupbox.Controls.Add(this.bldPlaceLockXcheckbox);
|
|
this.lockXZgroupbox.Controls.Add(this.bldPlaceLockZcheckbox);
|
|
this.lockXZgroupbox.Enabled = false;
|
|
this.lockXZgroupbox.Location = new System.Drawing.Point(272, 271);
|
|
this.lockXZgroupbox.Name = "lockXZgroupbox";
|
|
this.lockXZgroupbox.Size = new System.Drawing.Size(154, 36);
|
|
this.lockXZgroupbox.TabIndex = 43;
|
|
this.lockXZgroupbox.TabStop = false;
|
|
//
|
|
// bldPlaceLockXcheckbox
|
|
//
|
|
this.bldPlaceLockXcheckbox.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.bldPlaceLockXcheckbox.AutoSize = true;
|
|
this.bldPlaceLockXcheckbox.Enabled = false;
|
|
this.bldPlaceLockXcheckbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.bldPlaceLockXcheckbox.ForeColor = System.Drawing.Color.Red;
|
|
this.bldPlaceLockXcheckbox.Location = new System.Drawing.Point(10, 9);
|
|
this.bldPlaceLockXcheckbox.Name = "bldPlaceLockXcheckbox";
|
|
this.bldPlaceLockXcheckbox.Size = new System.Drawing.Size(57, 23);
|
|
this.bldPlaceLockXcheckbox.TabIndex = 41;
|
|
this.bldPlaceLockXcheckbox.Text = "Lock X";
|
|
this.bldPlaceLockXcheckbox.UseVisualStyleBackColor = true;
|
|
this.bldPlaceLockXcheckbox.CheckedChanged += new System.EventHandler(this.bldPlaceLockXcheckbox_CheckedChanged);
|
|
//
|
|
// bldPlaceLockZcheckbox
|
|
//
|
|
this.bldPlaceLockZcheckbox.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.bldPlaceLockZcheckbox.AutoSize = true;
|
|
this.bldPlaceLockZcheckbox.Enabled = false;
|
|
this.bldPlaceLockZcheckbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.bldPlaceLockZcheckbox.ForeColor = System.Drawing.Color.Blue;
|
|
this.bldPlaceLockZcheckbox.Location = new System.Drawing.Point(85, 9);
|
|
this.bldPlaceLockZcheckbox.Name = "bldPlaceLockZcheckbox";
|
|
this.bldPlaceLockZcheckbox.Size = new System.Drawing.Size(57, 23);
|
|
this.bldPlaceLockZcheckbox.TabIndex = 42;
|
|
this.bldPlaceLockZcheckbox.Text = "Lock Z";
|
|
this.bldPlaceLockZcheckbox.UseVisualStyleBackColor = true;
|
|
this.bldPlaceLockZcheckbox.CheckedChanged += new System.EventHandler(this.bldPlaceLockZcheckbox_CheckedChanged);
|
|
//
|
|
// zLabel
|
|
//
|
|
this.zLabel.AutoSize = true;
|
|
this.zLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.zLabel.ForeColor = System.Drawing.Color.Blue;
|
|
this.zLabel.Location = new System.Drawing.Point(183, 233);
|
|
this.zLabel.Name = "zLabel";
|
|
this.zLabel.Size = new System.Drawing.Size(15, 15);
|
|
this.zLabel.TabIndex = 9;
|
|
this.zLabel.Text = "Z";
|
|
//
|
|
// xLabel
|
|
//
|
|
this.xLabel.AutoSize = true;
|
|
this.xLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.xLabel.ForeColor = System.Drawing.Color.Red;
|
|
this.xLabel.Location = new System.Drawing.Point(182, 162);
|
|
this.xLabel.Name = "xLabel";
|
|
this.xLabel.Size = new System.Drawing.Size(16, 15);
|
|
this.xLabel.TabIndex = 8;
|
|
this.xLabel.Text = "X";
|
|
//
|
|
// bldRoundGroupbox
|
|
//
|
|
this.bldRoundGroupbox.Controls.Add(this.tableLayoutPanel2);
|
|
this.bldRoundGroupbox.Enabled = false;
|
|
this.bldRoundGroupbox.Location = new System.Drawing.Point(195, 316);
|
|
this.bldRoundGroupbox.Name = "bldRoundGroupbox";
|
|
this.bldRoundGroupbox.Size = new System.Drawing.Size(269, 83);
|
|
this.bldRoundGroupbox.TabIndex = 40;
|
|
this.bldRoundGroupbox.TabStop = false;
|
|
this.bldRoundGroupbox.Text = "Round";
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.tableLayoutPanel2.ColumnCount = 3;
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel2.Controls.Add(this.bldRoundDecmil, 1, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.bldRoundCentMil, 2, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.bldRoundWhole, 0, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.bldRoundDec, 1, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.bldRoundCent, 2, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.bldRoundMil, 0, 1);
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
this.tableLayoutPanel2.RowCount = 2;
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(263, 64);
|
|
this.tableLayoutPanel2.TabIndex = 45;
|
|
//
|
|
// bldRoundDecmil
|
|
//
|
|
this.bldRoundDecmil.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.bldRoundDecmil.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.bldRoundDecmil.Location = new System.Drawing.Point(90, 35);
|
|
this.bldRoundDecmil.Name = "bldRoundDecmil";
|
|
this.bldRoundDecmil.Size = new System.Drawing.Size(81, 26);
|
|
this.bldRoundDecmil.TabIndex = 4;
|
|
this.bldRoundDecmil.Text = ".0001";
|
|
this.bldRoundDecmil.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.bldRoundDecmil.UseVisualStyleBackColor = true;
|
|
this.bldRoundDecmil.CheckedChanged += new System.EventHandler(this.bldRoundDecmil_CheckedChanged);
|
|
//
|
|
// bldRoundCentMil
|
|
//
|
|
this.bldRoundCentMil.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.bldRoundCentMil.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.bldRoundCentMil.Location = new System.Drawing.Point(177, 35);
|
|
this.bldRoundCentMil.Name = "bldRoundCentMil";
|
|
this.bldRoundCentMil.Size = new System.Drawing.Size(83, 26);
|
|
this.bldRoundCentMil.TabIndex = 5;
|
|
this.bldRoundCentMil.Text = ".00001";
|
|
this.bldRoundCentMil.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.bldRoundCentMil.UseVisualStyleBackColor = true;
|
|
this.bldRoundCentMil.CheckedChanged += new System.EventHandler(this.bldRoundCentMil_CheckedChanged);
|
|
//
|
|
// bldRoundWhole
|
|
//
|
|
this.bldRoundWhole.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.bldRoundWhole.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.bldRoundWhole.Location = new System.Drawing.Point(3, 3);
|
|
this.bldRoundWhole.Name = "bldRoundWhole";
|
|
this.bldRoundWhole.Size = new System.Drawing.Size(81, 26);
|
|
this.bldRoundWhole.TabIndex = 0;
|
|
this.bldRoundWhole.Text = "Whole";
|
|
this.bldRoundWhole.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.bldRoundWhole.UseVisualStyleBackColor = true;
|
|
this.bldRoundWhole.CheckedChanged += new System.EventHandler(this.bldRoundWhole_CheckedChanged);
|
|
//
|
|
// bldRoundDec
|
|
//
|
|
this.bldRoundDec.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.bldRoundDec.Checked = true;
|
|
this.bldRoundDec.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.bldRoundDec.Location = new System.Drawing.Point(90, 3);
|
|
this.bldRoundDec.Name = "bldRoundDec";
|
|
this.bldRoundDec.Size = new System.Drawing.Size(81, 26);
|
|
this.bldRoundDec.TabIndex = 1;
|
|
this.bldRoundDec.TabStop = true;
|
|
this.bldRoundDec.Text = ".1";
|
|
this.bldRoundDec.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.bldRoundDec.UseVisualStyleBackColor = true;
|
|
this.bldRoundDec.CheckedChanged += new System.EventHandler(this.bldRoundDec_CheckedChanged);
|
|
//
|
|
// bldRoundCent
|
|
//
|
|
this.bldRoundCent.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.bldRoundCent.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.bldRoundCent.Location = new System.Drawing.Point(177, 3);
|
|
this.bldRoundCent.Name = "bldRoundCent";
|
|
this.bldRoundCent.Size = new System.Drawing.Size(83, 26);
|
|
this.bldRoundCent.TabIndex = 2;
|
|
this.bldRoundCent.Text = ".01";
|
|
this.bldRoundCent.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.bldRoundCent.UseVisualStyleBackColor = true;
|
|
this.bldRoundCent.CheckedChanged += new System.EventHandler(this.bldRoundCent_CheckedChanged);
|
|
//
|
|
// bldRoundMil
|
|
//
|
|
this.bldRoundMil.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.bldRoundMil.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.bldRoundMil.Location = new System.Drawing.Point(3, 35);
|
|
this.bldRoundMil.Name = "bldRoundMil";
|
|
this.bldRoundMil.Size = new System.Drawing.Size(81, 26);
|
|
this.bldRoundMil.TabIndex = 3;
|
|
this.bldRoundMil.Text = ".001";
|
|
this.bldRoundMil.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.bldRoundMil.UseVisualStyleBackColor = true;
|
|
this.bldRoundMil.CheckedChanged += new System.EventHandler(this.bldRoundMil_CheckedChanged);
|
|
//
|
|
// bldPlaceWithMouseCheckbox
|
|
//
|
|
this.bldPlaceWithMouseCheckbox.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.bldPlaceWithMouseCheckbox.Enabled = false;
|
|
this.bldPlaceWithMouseCheckbox.Image = global::DSPRE.Properties.Resources.selectBldWithMouse;
|
|
this.bldPlaceWithMouseCheckbox.Location = new System.Drawing.Point(227, 271);
|
|
this.bldPlaceWithMouseCheckbox.Name = "bldPlaceWithMouseCheckbox";
|
|
this.bldPlaceWithMouseCheckbox.Size = new System.Drawing.Size(39, 40);
|
|
this.bldPlaceWithMouseCheckbox.TabIndex = 40;
|
|
this.bldPlaceWithMouseCheckbox.UseVisualStyleBackColor = true;
|
|
this.bldPlaceWithMouseCheckbox.CheckedChanged += new System.EventHandler(this.bldPlaceWithMouseCheckbox_CheckedChanged);
|
|
//
|
|
// importBuildingsButton
|
|
//
|
|
this.importBuildingsButton.Image = ((System.Drawing.Image)(resources.GetObject("importBuildingsButton.Image")));
|
|
this.importBuildingsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.importBuildingsButton.Location = new System.Drawing.Point(193, 11);
|
|
this.importBuildingsButton.Name = "importBuildingsButton";
|
|
this.importBuildingsButton.Size = new System.Drawing.Size(102, 40);
|
|
this.importBuildingsButton.TabIndex = 21;
|
|
this.importBuildingsButton.Text = "Import\r\nBuildings";
|
|
this.importBuildingsButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.importBuildingsButton.UseVisualStyleBackColor = true;
|
|
this.importBuildingsButton.Click += new System.EventHandler(this.importBuildingsButton_Click);
|
|
//
|
|
// groupBox20
|
|
//
|
|
this.groupBox20.Controls.Add(this.interiorbldRadioButton);
|
|
this.groupBox20.Controls.Add(this.exteriorbldRadioButton);
|
|
this.groupBox20.Controls.Add(this.buildIndexComboBox);
|
|
this.groupBox20.Location = new System.Drawing.Point(189, 57);
|
|
this.groupBox20.Name = "groupBox20";
|
|
this.groupBox20.Size = new System.Drawing.Size(284, 81);
|
|
this.groupBox20.TabIndex = 26;
|
|
this.groupBox20.TabStop = false;
|
|
this.groupBox20.Text = "Building Selector";
|
|
//
|
|
// interiorbldRadioButton
|
|
//
|
|
this.interiorbldRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.interiorbldRadioButton.AutoSize = true;
|
|
this.interiorbldRadioButton.Enabled = false;
|
|
this.interiorbldRadioButton.Location = new System.Drawing.Point(9, 18);
|
|
this.interiorbldRadioButton.Name = "interiorbldRadioButton";
|
|
this.interiorbldRadioButton.Size = new System.Drawing.Size(68, 23);
|
|
this.interiorbldRadioButton.TabIndex = 3;
|
|
this.interiorbldRadioButton.Text = "Interior List";
|
|
this.interiorbldRadioButton.UseVisualStyleBackColor = true;
|
|
this.interiorbldRadioButton.CheckedChanged += new System.EventHandler(this.interiorRadioButton_CheckedChanged);
|
|
//
|
|
// exteriorbldRadioButton
|
|
//
|
|
this.exteriorbldRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.exteriorbldRadioButton.AutoSize = true;
|
|
this.exteriorbldRadioButton.Checked = true;
|
|
this.exteriorbldRadioButton.Enabled = false;
|
|
this.exteriorbldRadioButton.Location = new System.Drawing.Point(83, 18);
|
|
this.exteriorbldRadioButton.Name = "exteriorbldRadioButton";
|
|
this.exteriorbldRadioButton.Size = new System.Drawing.Size(71, 23);
|
|
this.exteriorbldRadioButton.TabIndex = 4;
|
|
this.exteriorbldRadioButton.TabStop = true;
|
|
this.exteriorbldRadioButton.Text = "Exterior List";
|
|
this.exteriorbldRadioButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// buildIndexComboBox
|
|
//
|
|
this.buildIndexComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.buildIndexComboBox.FormattingEnabled = true;
|
|
this.buildIndexComboBox.Location = new System.Drawing.Point(9, 48);
|
|
this.buildIndexComboBox.Name = "buildIndexComboBox";
|
|
this.buildIndexComboBox.Size = new System.Drawing.Size(264, 21);
|
|
this.buildIndexComboBox.TabIndex = 1;
|
|
this.buildIndexComboBox.SelectedIndexChanged += new System.EventHandler(this.buildIndexComboBox_SelectedIndexChanged);
|
|
//
|
|
// groupBox19
|
|
//
|
|
this.groupBox19.Controls.Add(this.buildingHeightUpDown);
|
|
this.groupBox19.Controls.Add(this.buildingWidthUpDown);
|
|
this.groupBox19.Controls.Add(this.buildingLengthUpDown);
|
|
this.groupBox19.Location = new System.Drawing.Point(283, 141);
|
|
this.groupBox19.Name = "groupBox19";
|
|
this.groupBox19.Size = new System.Drawing.Size(53, 123);
|
|
this.groupBox19.TabIndex = 12;
|
|
this.groupBox19.TabStop = false;
|
|
this.groupBox19.Text = "Scale";
|
|
//
|
|
// buildingHeightUpDown
|
|
//
|
|
this.buildingHeightUpDown.Location = new System.Drawing.Point(4, 56);
|
|
this.buildingHeightUpDown.Name = "buildingHeightUpDown";
|
|
this.buildingHeightUpDown.Size = new System.Drawing.Size(43, 20);
|
|
this.buildingHeightUpDown.TabIndex = 24;
|
|
this.buildingHeightUpDown.ValueChanged += new System.EventHandler(this.buildingHeightUpDown_ValueChanged);
|
|
//
|
|
// buildingWidthUpDown
|
|
//
|
|
this.buildingWidthUpDown.Location = new System.Drawing.Point(4, 20);
|
|
this.buildingWidthUpDown.Name = "buildingWidthUpDown";
|
|
this.buildingWidthUpDown.Size = new System.Drawing.Size(43, 20);
|
|
this.buildingWidthUpDown.TabIndex = 22;
|
|
this.buildingWidthUpDown.ValueChanged += new System.EventHandler(this.buildingWidthUpDown_ValueChanged);
|
|
//
|
|
// buildingLengthUpDown
|
|
//
|
|
this.buildingLengthUpDown.Location = new System.Drawing.Point(4, 93);
|
|
this.buildingLengthUpDown.Name = "buildingLengthUpDown";
|
|
this.buildingLengthUpDown.Size = new System.Drawing.Size(43, 20);
|
|
this.buildingLengthUpDown.TabIndex = 23;
|
|
this.buildingLengthUpDown.ValueChanged += new System.EventHandler(this.buildingLengthUpDown_ValueChanged);
|
|
//
|
|
// duplicateBuildingButton
|
|
//
|
|
this.duplicateBuildingButton.Image = global::DSPRE.Properties.Resources.copyIcon_small;
|
|
this.duplicateBuildingButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.duplicateBuildingButton.Location = new System.Drawing.Point(352, 405);
|
|
this.duplicateBuildingButton.Name = "duplicateBuildingButton";
|
|
this.duplicateBuildingButton.Size = new System.Drawing.Size(80, 32);
|
|
this.duplicateBuildingButton.TabIndex = 25;
|
|
this.duplicateBuildingButton.Text = "Duplicate";
|
|
this.duplicateBuildingButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.duplicateBuildingButton.UseVisualStyleBackColor = true;
|
|
this.duplicateBuildingButton.Click += new System.EventHandler(this.duplicateBuildingButton_Click);
|
|
//
|
|
// exportBuildingsButton
|
|
//
|
|
this.exportBuildingsButton.Image = ((System.Drawing.Image)(resources.GetObject("exportBuildingsButton.Image")));
|
|
this.exportBuildingsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.exportBuildingsButton.Location = new System.Drawing.Point(298, 11);
|
|
this.exportBuildingsButton.Name = "exportBuildingsButton";
|
|
this.exportBuildingsButton.Size = new System.Drawing.Size(102, 40);
|
|
this.exportBuildingsButton.TabIndex = 20;
|
|
this.exportBuildingsButton.Text = "Export\r\nBuildings";
|
|
this.exportBuildingsButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.exportBuildingsButton.UseVisualStyleBackColor = true;
|
|
this.exportBuildingsButton.Click += new System.EventHandler(this.exportBuildingsButton_Click);
|
|
//
|
|
// removeBuildingButton
|
|
//
|
|
this.removeBuildingButton.Image = global::DSPRE.Properties.Resources.deleteIcon;
|
|
this.removeBuildingButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.removeBuildingButton.Location = new System.Drawing.Point(281, 405);
|
|
this.removeBuildingButton.Name = "removeBuildingButton";
|
|
this.removeBuildingButton.Size = new System.Drawing.Size(70, 32);
|
|
this.removeBuildingButton.TabIndex = 13;
|
|
this.removeBuildingButton.Text = "Delete";
|
|
this.removeBuildingButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.removeBuildingButton.UseVisualStyleBackColor = true;
|
|
this.removeBuildingButton.Click += new System.EventHandler(this.removeBuildingButton_Click);
|
|
//
|
|
// addBuildingButton
|
|
//
|
|
this.addBuildingButton.Image = ((System.Drawing.Image)(resources.GetObject("addBuildingButton.Image")));
|
|
this.addBuildingButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.addBuildingButton.Location = new System.Drawing.Point(224, 405);
|
|
this.addBuildingButton.Name = "addBuildingButton";
|
|
this.addBuildingButton.Size = new System.Drawing.Size(56, 32);
|
|
this.addBuildingButton.TabIndex = 12;
|
|
this.addBuildingButton.Text = "Add";
|
|
this.addBuildingButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.addBuildingButton.UseVisualStyleBackColor = true;
|
|
this.addBuildingButton.Click += new System.EventHandler(this.addBuildingButton_Click);
|
|
//
|
|
// buildPositionGroupBox
|
|
//
|
|
this.buildPositionGroupBox.Controls.Add(this.yBuildUpDown);
|
|
this.buildPositionGroupBox.Controls.Add(this.xBuildUpDown);
|
|
this.buildPositionGroupBox.Controls.Add(this.zBuildUpDown);
|
|
this.buildPositionGroupBox.Location = new System.Drawing.Point(198, 141);
|
|
this.buildPositionGroupBox.Name = "buildPositionGroupBox";
|
|
this.buildPositionGroupBox.Size = new System.Drawing.Size(81, 123);
|
|
this.buildPositionGroupBox.TabIndex = 11;
|
|
this.buildPositionGroupBox.TabStop = false;
|
|
this.buildPositionGroupBox.Text = "Position";
|
|
//
|
|
// yBuildUpDown
|
|
//
|
|
this.yBuildUpDown.DecimalPlaces = 5;
|
|
this.yBuildUpDown.Location = new System.Drawing.Point(6, 56);
|
|
this.yBuildUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.yBuildUpDown.Minimum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.yBuildUpDown.Name = "yBuildUpDown";
|
|
this.yBuildUpDown.Size = new System.Drawing.Size(69, 20);
|
|
this.yBuildUpDown.TabIndex = 7;
|
|
this.yBuildUpDown.ValueChanged += new System.EventHandler(this.yBuildUpDown_ValueChanged);
|
|
//
|
|
// xBuildUpDown
|
|
//
|
|
this.xBuildUpDown.DecimalPlaces = 5;
|
|
this.xBuildUpDown.Location = new System.Drawing.Point(6, 20);
|
|
this.xBuildUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.xBuildUpDown.Minimum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.xBuildUpDown.Name = "xBuildUpDown";
|
|
this.xBuildUpDown.Size = new System.Drawing.Size(69, 20);
|
|
this.xBuildUpDown.TabIndex = 5;
|
|
this.xBuildUpDown.ValueChanged += new System.EventHandler(this.xBuildUpDown_ValueChanged);
|
|
//
|
|
// zBuildUpDown
|
|
//
|
|
this.zBuildUpDown.DecimalPlaces = 5;
|
|
this.zBuildUpDown.Location = new System.Drawing.Point(6, 93);
|
|
this.zBuildUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.zBuildUpDown.Minimum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.zBuildUpDown.Name = "zBuildUpDown";
|
|
this.zBuildUpDown.Size = new System.Drawing.Size(69, 20);
|
|
this.zBuildUpDown.TabIndex = 6;
|
|
this.zBuildUpDown.ValueChanged += new System.EventHandler(this.zBuildUpDown_ValueChanged);
|
|
//
|
|
// buildingsListBox
|
|
//
|
|
this.buildingsListBox.FormattingEnabled = true;
|
|
this.buildingsListBox.Location = new System.Drawing.Point(9, 7);
|
|
this.buildingsListBox.Name = "buildingsListBox";
|
|
this.buildingsListBox.Size = new System.Drawing.Size(168, 433);
|
|
this.buildingsListBox.TabIndex = 0;
|
|
this.buildingsListBox.SelectedIndexChanged += new System.EventHandler(this.buildingsListBox_SelectedIndexChanged);
|
|
//
|
|
// permissionsTabPage
|
|
//
|
|
this.permissionsTabPage.Controls.Add(this.transparencyBar);
|
|
this.permissionsTabPage.Controls.Add(this.scanUnusedCollisionTypesButton);
|
|
this.permissionsTabPage.Controls.Add(this.clearCurrentButton);
|
|
this.permissionsTabPage.Controls.Add(this.typeLabel);
|
|
this.permissionsTabPage.Controls.Add(this.collisionLabel);
|
|
this.permissionsTabPage.Controls.Add(this.typeGroupBox);
|
|
this.permissionsTabPage.Controls.Add(this.collisionGroupBox);
|
|
this.permissionsTabPage.Controls.Add(this.selectCollisionPanel);
|
|
this.permissionsTabPage.Controls.Add(this.selectTypePanel);
|
|
this.permissionsTabPage.Controls.Add(this.ImportMovButton);
|
|
this.permissionsTabPage.Controls.Add(this.exportMovButton);
|
|
this.permissionsTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.permissionsTabPage.Name = "permissionsTabPage";
|
|
this.permissionsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.permissionsTabPage.Size = new System.Drawing.Size(481, 450);
|
|
this.permissionsTabPage.TabIndex = 1;
|
|
this.permissionsTabPage.Text = "Move Permissions";
|
|
this.permissionsTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// transparencyBar
|
|
//
|
|
this.transparencyBar.BackColor = System.Drawing.SystemColors.Menu;
|
|
this.transparencyBar.Location = new System.Drawing.Point(12, 391);
|
|
this.transparencyBar.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
|
|
this.transparencyBar.Maximum = 255;
|
|
this.transparencyBar.Name = "transparencyBar";
|
|
this.transparencyBar.Size = new System.Drawing.Size(445, 45);
|
|
this.transparencyBar.TabIndex = 42;
|
|
this.transparencyBar.TickFrequency = 255;
|
|
this.transparencyBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.transparencyBar.Scroll += new System.EventHandler(this.transparencyBar_Scroll);
|
|
//
|
|
// scanUnusedCollisionTypesButton
|
|
//
|
|
this.scanUnusedCollisionTypesButton.Image = global::DSPRE.Properties.Resources.SearchMiniIcon;
|
|
this.scanUnusedCollisionTypesButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.scanUnusedCollisionTypesButton.Location = new System.Drawing.Point(345, 108);
|
|
this.scanUnusedCollisionTypesButton.Name = "scanUnusedCollisionTypesButton";
|
|
this.scanUnusedCollisionTypesButton.Size = new System.Drawing.Size(111, 27);
|
|
this.scanUnusedCollisionTypesButton.TabIndex = 33;
|
|
this.scanUnusedCollisionTypesButton.Text = "Scan used types";
|
|
this.scanUnusedCollisionTypesButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.scanUnusedCollisionTypesButton.UseVisualStyleBackColor = true;
|
|
this.scanUnusedCollisionTypesButton.Click += new System.EventHandler(this.scanUsedCollisionTypesButton_Click);
|
|
//
|
|
// clearCurrentButton
|
|
//
|
|
this.clearCurrentButton.Location = new System.Drawing.Point(11, 134);
|
|
this.clearCurrentButton.Name = "clearCurrentButton";
|
|
this.clearCurrentButton.Size = new System.Drawing.Size(212, 23);
|
|
this.clearCurrentButton.TabIndex = 32;
|
|
this.clearCurrentButton.Text = "Clear current";
|
|
this.clearCurrentButton.UseVisualStyleBackColor = true;
|
|
this.clearCurrentButton.Click += new System.EventHandler(this.clearCurrentButton_Click);
|
|
//
|
|
// typeLabel
|
|
//
|
|
this.typeLabel.AutoSize = true;
|
|
this.typeLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
this.typeLabel.Location = new System.Drawing.Point(155, 9);
|
|
this.typeLabel.Name = "typeLabel";
|
|
this.typeLabel.Size = new System.Drawing.Size(31, 13);
|
|
this.typeLabel.TabIndex = 29;
|
|
this.typeLabel.Text = "Type";
|
|
//
|
|
// collisionLabel
|
|
//
|
|
this.collisionLabel.AutoSize = true;
|
|
this.collisionLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
this.collisionLabel.Location = new System.Drawing.Point(40, 9);
|
|
this.collisionLabel.Name = "collisionLabel";
|
|
this.collisionLabel.Size = new System.Drawing.Size(45, 13);
|
|
this.collisionLabel.TabIndex = 28;
|
|
this.collisionLabel.Text = "Collision";
|
|
//
|
|
// typeGroupBox
|
|
//
|
|
this.typeGroupBox.Controls.Add(this.knownTypesRadioButton);
|
|
this.typeGroupBox.Controls.Add(this.valueTypeRadioButton);
|
|
this.typeGroupBox.Controls.Add(this.typePainterUpDown);
|
|
this.typeGroupBox.Controls.Add(this.collisionTypePainterComboBox);
|
|
this.typeGroupBox.Controls.Add(this.typePainterPictureBox);
|
|
this.typeGroupBox.Enabled = false;
|
|
this.typeGroupBox.Location = new System.Drawing.Point(13, 272);
|
|
this.typeGroupBox.Name = "typeGroupBox";
|
|
this.typeGroupBox.Size = new System.Drawing.Size(444, 113);
|
|
this.typeGroupBox.TabIndex = 25;
|
|
this.typeGroupBox.TabStop = false;
|
|
this.typeGroupBox.Text = "Type Painter";
|
|
//
|
|
// knownTypesRadioButton
|
|
//
|
|
this.knownTypesRadioButton.AutoSize = true;
|
|
this.knownTypesRadioButton.Checked = true;
|
|
this.knownTypesRadioButton.Location = new System.Drawing.Point(135, 21);
|
|
this.knownTypesRadioButton.Name = "knownTypesRadioButton";
|
|
this.knownTypesRadioButton.Size = new System.Drawing.Size(90, 17);
|
|
this.knownTypesRadioButton.TabIndex = 5;
|
|
this.knownTypesRadioButton.TabStop = true;
|
|
this.knownTypesRadioButton.Text = "Known Types";
|
|
this.knownTypesRadioButton.UseVisualStyleBackColor = true;
|
|
this.knownTypesRadioButton.CheckedChanged += new System.EventHandler(this.typesRadioButton_CheckedChanged);
|
|
//
|
|
// valueTypeRadioButton
|
|
//
|
|
this.valueTypeRadioButton.AutoSize = true;
|
|
this.valueTypeRadioButton.Location = new System.Drawing.Point(341, 19);
|
|
this.valueTypeRadioButton.Name = "valueTypeRadioButton";
|
|
this.valueTypeRadioButton.Size = new System.Drawing.Size(52, 17);
|
|
this.valueTypeRadioButton.TabIndex = 4;
|
|
this.valueTypeRadioButton.Text = "Value";
|
|
this.valueTypeRadioButton.UseVisualStyleBackColor = true;
|
|
this.valueTypeRadioButton.CheckedChanged += new System.EventHandler(this.valueTypeRadioButton_CheckedChanged);
|
|
//
|
|
// typePainterUpDown
|
|
//
|
|
this.typePainterUpDown.Enabled = false;
|
|
this.typePainterUpDown.Hexadecimal = true;
|
|
this.typePainterUpDown.Location = new System.Drawing.Point(341, 45);
|
|
this.typePainterUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.typePainterUpDown.Name = "typePainterUpDown";
|
|
this.typePainterUpDown.Size = new System.Drawing.Size(78, 20);
|
|
this.typePainterUpDown.TabIndex = 3;
|
|
this.typePainterUpDown.ValueChanged += new System.EventHandler(this.typePainterUpDown_ValueChanged);
|
|
//
|
|
// collisionTypePainterComboBox
|
|
//
|
|
this.collisionTypePainterComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.collisionTypePainterComboBox.FormattingEnabled = true;
|
|
this.collisionTypePainterComboBox.IntegralHeight = false;
|
|
this.collisionTypePainterComboBox.Location = new System.Drawing.Point(135, 44);
|
|
this.collisionTypePainterComboBox.MaxDropDownItems = 10;
|
|
this.collisionTypePainterComboBox.Name = "collisionTypePainterComboBox";
|
|
this.collisionTypePainterComboBox.Size = new System.Drawing.Size(200, 21);
|
|
this.collisionTypePainterComboBox.TabIndex = 2;
|
|
this.collisionTypePainterComboBox.SelectedIndexChanged += new System.EventHandler(this.typePainterComboBox_SelectedIndexChanged);
|
|
//
|
|
// typePainterPictureBox
|
|
//
|
|
this.typePainterPictureBox.BackColor = System.Drawing.Color.White;
|
|
this.typePainterPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.typePainterPictureBox.Location = new System.Drawing.Point(18, 31);
|
|
this.typePainterPictureBox.Name = "typePainterPictureBox";
|
|
this.typePainterPictureBox.Size = new System.Drawing.Size(66, 64);
|
|
this.typePainterPictureBox.TabIndex = 1;
|
|
this.typePainterPictureBox.TabStop = false;
|
|
//
|
|
// collisionGroupBox
|
|
//
|
|
this.collisionGroupBox.Controls.Add(this.collisionPainterComboBox);
|
|
this.collisionGroupBox.Controls.Add(this.collisionPainterPictureBox);
|
|
this.collisionGroupBox.Location = new System.Drawing.Point(12, 167);
|
|
this.collisionGroupBox.Name = "collisionGroupBox";
|
|
this.collisionGroupBox.Size = new System.Drawing.Size(444, 99);
|
|
this.collisionGroupBox.TabIndex = 24;
|
|
this.collisionGroupBox.TabStop = false;
|
|
this.collisionGroupBox.Text = "Collision Painter";
|
|
//
|
|
// collisionPainterComboBox
|
|
//
|
|
this.collisionPainterComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.collisionPainterComboBox.FormattingEnabled = true;
|
|
this.collisionPainterComboBox.Location = new System.Drawing.Point(134, 23);
|
|
this.collisionPainterComboBox.Name = "collisionPainterComboBox";
|
|
this.collisionPainterComboBox.Size = new System.Drawing.Size(284, 21);
|
|
this.collisionPainterComboBox.TabIndex = 1;
|
|
this.collisionPainterComboBox.SelectedIndexChanged += new System.EventHandler(this.collisionPainterComboBox_SelectedIndexChange);
|
|
//
|
|
// collisionPainterPictureBox
|
|
//
|
|
this.collisionPainterPictureBox.BackColor = System.Drawing.Color.White;
|
|
this.collisionPainterPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.collisionPainterPictureBox.Location = new System.Drawing.Point(18, 23);
|
|
this.collisionPainterPictureBox.Name = "collisionPainterPictureBox";
|
|
this.collisionPainterPictureBox.Size = new System.Drawing.Size(66, 64);
|
|
this.collisionPainterPictureBox.TabIndex = 0;
|
|
this.collisionPainterPictureBox.TabStop = false;
|
|
//
|
|
// selectCollisionPanel
|
|
//
|
|
this.selectCollisionPanel.Controls.Add(this.collisionPictureBox);
|
|
this.selectCollisionPanel.Location = new System.Drawing.Point(10, 23);
|
|
this.selectCollisionPanel.Name = "selectCollisionPanel";
|
|
this.selectCollisionPanel.Size = new System.Drawing.Size(102, 102);
|
|
this.selectCollisionPanel.TabIndex = 30;
|
|
//
|
|
// collisionPictureBox
|
|
//
|
|
this.collisionPictureBox.BackColor = System.Drawing.Color.White;
|
|
this.collisionPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.collisionPictureBox.Location = new System.Drawing.Point(3, 3);
|
|
this.collisionPictureBox.Name = "collisionPictureBox";
|
|
this.collisionPictureBox.Size = new System.Drawing.Size(96, 96);
|
|
this.collisionPictureBox.TabIndex = 26;
|
|
this.collisionPictureBox.TabStop = false;
|
|
this.collisionPictureBox.Click += new System.EventHandler(this.collisionPictureBox_Click);
|
|
//
|
|
// selectTypePanel
|
|
//
|
|
this.selectTypePanel.Controls.Add(this.typePictureBox);
|
|
this.selectTypePanel.Location = new System.Drawing.Point(122, 23);
|
|
this.selectTypePanel.Name = "selectTypePanel";
|
|
this.selectTypePanel.Size = new System.Drawing.Size(102, 102);
|
|
this.selectTypePanel.TabIndex = 31;
|
|
//
|
|
// typePictureBox
|
|
//
|
|
this.typePictureBox.BackColor = System.Drawing.Color.White;
|
|
this.typePictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.typePictureBox.Location = new System.Drawing.Point(3, 3);
|
|
this.typePictureBox.Name = "typePictureBox";
|
|
this.typePictureBox.Size = new System.Drawing.Size(96, 96);
|
|
this.typePictureBox.TabIndex = 27;
|
|
this.typePictureBox.TabStop = false;
|
|
this.typePictureBox.Click += new System.EventHandler(this.typePictureBox_Click);
|
|
//
|
|
// ImportMovButton
|
|
//
|
|
this.ImportMovButton.Image = global::DSPRE.Properties.Resources.importArrow;
|
|
this.ImportMovButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.ImportMovButton.Location = new System.Drawing.Point(318, 22);
|
|
this.ImportMovButton.Name = "ImportMovButton";
|
|
this.ImportMovButton.Size = new System.Drawing.Size(138, 38);
|
|
this.ImportMovButton.TabIndex = 23;
|
|
this.ImportMovButton.Text = "Import Permissions";
|
|
this.ImportMovButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.ImportMovButton.UseVisualStyleBackColor = true;
|
|
this.ImportMovButton.Click += new System.EventHandler(this.importMovButton_Click);
|
|
//
|
|
// exportMovButton
|
|
//
|
|
this.exportMovButton.Image = global::DSPRE.Properties.Resources.exportArrow;
|
|
this.exportMovButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.exportMovButton.Location = new System.Drawing.Point(318, 64);
|
|
this.exportMovButton.Name = "exportMovButton";
|
|
this.exportMovButton.Size = new System.Drawing.Size(138, 38);
|
|
this.exportMovButton.TabIndex = 22;
|
|
this.exportMovButton.Text = "Export Permissions";
|
|
this.exportMovButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.exportMovButton.UseVisualStyleBackColor = true;
|
|
this.exportMovButton.Click += new System.EventHandler(this.exportMovButton_Click);
|
|
//
|
|
// modelTabPage
|
|
//
|
|
this.modelTabPage.Controls.Add(this.glbExportButton);
|
|
this.modelTabPage.Controls.Add(this.daeExportButton);
|
|
this.modelTabPage.Controls.Add(this.embedTexturesInMapModelCheckBox);
|
|
this.modelTabPage.Controls.Add(this.modelSizeLBL);
|
|
this.modelTabPage.Controls.Add(this.nsbmdSizeLabel);
|
|
this.modelTabPage.Controls.Add(this.unsupported3DModelEditLBL);
|
|
this.modelTabPage.Controls.Add(this.importMapButton);
|
|
this.modelTabPage.Controls.Add(this.exportMapButton);
|
|
this.modelTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.modelTabPage.Name = "modelTabPage";
|
|
this.modelTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.modelTabPage.Size = new System.Drawing.Size(481, 450);
|
|
this.modelTabPage.TabIndex = 2;
|
|
this.modelTabPage.Text = "3D Model";
|
|
this.modelTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// glbExportButton
|
|
//
|
|
this.glbExportButton.Image = global::DSPRE.Properties.Resources.exportArrow;
|
|
this.glbExportButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.glbExportButton.Location = new System.Drawing.Point(351, 156);
|
|
this.glbExportButton.Margin = new System.Windows.Forms.Padding(4);
|
|
this.glbExportButton.Name = "glbExportButton";
|
|
this.glbExportButton.Size = new System.Drawing.Size(120, 38);
|
|
this.glbExportButton.TabIndex = 31;
|
|
this.glbExportButton.Text = "Export GLB";
|
|
this.glbExportButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.glbExportButton.UseVisualStyleBackColor = true;
|
|
this.glbExportButton.Click += new System.EventHandler(this.glbExportButton_Click);
|
|
//
|
|
// daeExportButton
|
|
//
|
|
this.daeExportButton.Image = global::DSPRE.Properties.Resources.exportArrow;
|
|
this.daeExportButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.daeExportButton.Location = new System.Drawing.Point(351, 111);
|
|
this.daeExportButton.Name = "daeExportButton";
|
|
this.daeExportButton.Size = new System.Drawing.Size(120, 38);
|
|
this.daeExportButton.TabIndex = 30;
|
|
this.daeExportButton.Text = "Export DAE";
|
|
this.daeExportButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.daeExportButton.UseVisualStyleBackColor = true;
|
|
this.daeExportButton.Click += new System.EventHandler(this.daeExportButton_Click);
|
|
//
|
|
// embedTexturesInMapModelCheckBox
|
|
//
|
|
this.embedTexturesInMapModelCheckBox.AutoSize = true;
|
|
this.embedTexturesInMapModelCheckBox.Checked = true;
|
|
this.embedTexturesInMapModelCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.embedTexturesInMapModelCheckBox.Location = new System.Drawing.Point(284, 66);
|
|
this.embedTexturesInMapModelCheckBox.Name = "embedTexturesInMapModelCheckBox";
|
|
this.embedTexturesInMapModelCheckBox.Size = new System.Drawing.Size(68, 17);
|
|
this.embedTexturesInMapModelCheckBox.TabIndex = 29;
|
|
this.embedTexturesInMapModelCheckBox.Text = "Textured";
|
|
this.embedTexturesInMapModelCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// modelSizeLBL
|
|
//
|
|
this.modelSizeLBL.AutoSize = true;
|
|
this.modelSizeLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.modelSizeLBL.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.modelSizeLBL.Location = new System.Drawing.Point(104, 9);
|
|
this.modelSizeLBL.Name = "modelSizeLBL";
|
|
this.modelSizeLBL.Size = new System.Drawing.Size(97, 16);
|
|
this.modelSizeLBL.TabIndex = 28;
|
|
this.modelSizeLBL.Text = "ModelSizeTXT";
|
|
//
|
|
// nsbmdSizeLabel
|
|
//
|
|
this.nsbmdSizeLabel.AutoSize = true;
|
|
this.nsbmdSizeLabel.BackColor = System.Drawing.Color.Transparent;
|
|
this.nsbmdSizeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.nsbmdSizeLabel.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.nsbmdSizeLabel.Location = new System.Drawing.Point(6, 9);
|
|
this.nsbmdSizeLabel.Name = "nsbmdSizeLabel";
|
|
this.nsbmdSizeLabel.Size = new System.Drawing.Size(100, 16);
|
|
this.nsbmdSizeLabel.TabIndex = 27;
|
|
this.nsbmdSizeLabel.Text = "3D Model Size: ";
|
|
//
|
|
// unsupported3DModelEditLBL
|
|
//
|
|
this.unsupported3DModelEditLBL.AutoSize = true;
|
|
this.unsupported3DModelEditLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
|
|
this.unsupported3DModelEditLBL.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.unsupported3DModelEditLBL.Location = new System.Drawing.Point(132, 248);
|
|
this.unsupported3DModelEditLBL.Name = "unsupported3DModelEditLBL";
|
|
this.unsupported3DModelEditLBL.Size = new System.Drawing.Size(256, 48);
|
|
this.unsupported3DModelEditLBL.TabIndex = 26;
|
|
this.unsupported3DModelEditLBL.Text = "DSPRE cannot edit nor create 3D models.\r\nPlease use Blender, Sketchup, or \r\nTrifi" +
|
|
"ndo\'s Pokemon DS Map Studio.";
|
|
this.unsupported3DModelEditLBL.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// importMapButton
|
|
//
|
|
this.importMapButton.Image = global::DSPRE.Properties.Resources.importArrow;
|
|
this.importMapButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.importMapButton.Location = new System.Drawing.Point(351, 9);
|
|
this.importMapButton.Name = "importMapButton";
|
|
this.importMapButton.Size = new System.Drawing.Size(120, 38);
|
|
this.importMapButton.TabIndex = 25;
|
|
this.importMapButton.Text = "Import NSBMD";
|
|
this.importMapButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.importMapButton.UseVisualStyleBackColor = true;
|
|
this.importMapButton.Click += new System.EventHandler(this.importMapButton_Click);
|
|
//
|
|
// exportMapButton
|
|
//
|
|
this.exportMapButton.Image = global::DSPRE.Properties.Resources.exportArrow;
|
|
this.exportMapButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.exportMapButton.Location = new System.Drawing.Point(351, 54);
|
|
this.exportMapButton.Name = "exportMapButton";
|
|
this.exportMapButton.Size = new System.Drawing.Size(120, 38);
|
|
this.exportMapButton.TabIndex = 24;
|
|
this.exportMapButton.Text = "Export NSBMD";
|
|
this.exportMapButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.exportMapButton.UseVisualStyleBackColor = true;
|
|
this.exportMapButton.Click += new System.EventHandler(this.exportMapButton_Click);
|
|
//
|
|
// terrainTabPage
|
|
//
|
|
this.terrainTabPage.Controls.Add(this.terrainSizeLBL);
|
|
this.terrainTabPage.Controls.Add(this.terrainDataLBL);
|
|
this.terrainTabPage.Controls.Add(this.unsupportedBDHCEditLBL);
|
|
this.terrainTabPage.Controls.Add(this.bdhcImportButton);
|
|
this.terrainTabPage.Controls.Add(this.bdhcExportButton);
|
|
this.terrainTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.terrainTabPage.Name = "terrainTabPage";
|
|
this.terrainTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.terrainTabPage.Size = new System.Drawing.Size(481, 450);
|
|
this.terrainTabPage.TabIndex = 3;
|
|
this.terrainTabPage.Text = "Terrain Data";
|
|
this.terrainTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// terrainSizeLBL
|
|
//
|
|
this.terrainSizeLBL.AutoSize = true;
|
|
this.terrainSizeLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.terrainSizeLBL.Location = new System.Drawing.Point(124, 9);
|
|
this.terrainSizeLBL.Name = "terrainSizeLBL";
|
|
this.terrainSizeLBL.Size = new System.Drawing.Size(102, 16);
|
|
this.terrainSizeLBL.TabIndex = 30;
|
|
this.terrainSizeLBL.Text = "TerrainSizeTXT";
|
|
//
|
|
// terrainDataLBL
|
|
//
|
|
this.terrainDataLBL.AutoSize = true;
|
|
this.terrainDataLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.terrainDataLBL.Location = new System.Drawing.Point(6, 9);
|
|
this.terrainDataLBL.Name = "terrainDataLBL";
|
|
this.terrainDataLBL.Size = new System.Drawing.Size(117, 16);
|
|
this.terrainDataLBL.TabIndex = 29;
|
|
this.terrainDataLBL.Text = "Terrain Data Size: ";
|
|
//
|
|
// unsupportedBDHCEditLBL
|
|
//
|
|
this.unsupportedBDHCEditLBL.AutoSize = true;
|
|
this.unsupportedBDHCEditLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.unsupportedBDHCEditLBL.Location = new System.Drawing.Point(113, 257);
|
|
this.unsupportedBDHCEditLBL.Name = "unsupportedBDHCEditLBL";
|
|
this.unsupportedBDHCEditLBL.Size = new System.Drawing.Size(290, 32);
|
|
this.unsupportedBDHCEditLBL.TabIndex = 28;
|
|
this.unsupportedBDHCEditLBL.Text = "DSPRE cannot edit nor create BDHC data.\r\nPlease use Trifindo\'s Pokemon DS Map Stu" +
|
|
"dio.";
|
|
this.unsupportedBDHCEditLBL.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// bdhcImportButton
|
|
//
|
|
this.bdhcImportButton.Image = global::DSPRE.Properties.Resources.importArrow;
|
|
this.bdhcImportButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.bdhcImportButton.Location = new System.Drawing.Point(351, 9);
|
|
this.bdhcImportButton.Name = "bdhcImportButton";
|
|
this.bdhcImportButton.Size = new System.Drawing.Size(120, 38);
|
|
this.bdhcImportButton.TabIndex = 27;
|
|
this.bdhcImportButton.Text = "Import BDHC";
|
|
this.bdhcImportButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.bdhcImportButton.UseVisualStyleBackColor = true;
|
|
this.bdhcImportButton.Click += new System.EventHandler(this.bdhcImportButton_Click);
|
|
//
|
|
// bdhcExportButton
|
|
//
|
|
this.bdhcExportButton.Image = global::DSPRE.Properties.Resources.exportArrow;
|
|
this.bdhcExportButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.bdhcExportButton.Location = new System.Drawing.Point(351, 54);
|
|
this.bdhcExportButton.Name = "bdhcExportButton";
|
|
this.bdhcExportButton.Size = new System.Drawing.Size(120, 38);
|
|
this.bdhcExportButton.TabIndex = 26;
|
|
this.bdhcExportButton.Text = "Export BDHC";
|
|
this.bdhcExportButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.bdhcExportButton.UseVisualStyleBackColor = true;
|
|
this.bdhcExportButton.Click += new System.EventHandler(this.bdhcExportButton_Click);
|
|
//
|
|
// bgsTabPage
|
|
//
|
|
this.bgsTabPage.Controls.Add(this.blankBGSButton);
|
|
this.bgsTabPage.Controls.Add(this.BGSSizeLBL);
|
|
this.bgsTabPage.Controls.Add(this.bgsDataLBL);
|
|
this.bgsTabPage.Controls.Add(this.unsupportedBGSEditLBL);
|
|
this.bgsTabPage.Controls.Add(this.soundPlatesImportButton);
|
|
this.bgsTabPage.Controls.Add(this.soundPlatesExportButton);
|
|
this.bgsTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.bgsTabPage.Name = "bgsTabPage";
|
|
this.bgsTabPage.Size = new System.Drawing.Size(481, 450);
|
|
this.bgsTabPage.TabIndex = 4;
|
|
this.bgsTabPage.Text = "Sound Plates";
|
|
this.bgsTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// blankBGSButton
|
|
//
|
|
this.blankBGSButton.Image = global::DSPRE.Properties.Resources.muteIcon;
|
|
this.blankBGSButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.blankBGSButton.Location = new System.Drawing.Point(344, 112);
|
|
this.blankBGSButton.Name = "blankBGSButton";
|
|
this.blankBGSButton.Size = new System.Drawing.Size(120, 38);
|
|
this.blankBGSButton.TabIndex = 34;
|
|
this.blankBGSButton.Text = "Blank BGS";
|
|
this.blankBGSButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.blankBGSButton.UseVisualStyleBackColor = true;
|
|
this.blankBGSButton.Click += new System.EventHandler(this.soundPlatesBlankButton_Click);
|
|
//
|
|
// BGSSizeLBL
|
|
//
|
|
this.BGSSizeLBL.AutoSize = true;
|
|
this.BGSSizeLBL.BackColor = System.Drawing.Color.Transparent;
|
|
this.BGSSizeLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.BGSSizeLBL.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.BGSSizeLBL.Location = new System.Drawing.Point(73, 9);
|
|
this.BGSSizeLBL.Name = "BGSSizeLBL";
|
|
this.BGSSizeLBL.Size = new System.Drawing.Size(84, 16);
|
|
this.BGSSizeLBL.TabIndex = 33;
|
|
this.BGSSizeLBL.Text = "BGSSizeLBL";
|
|
//
|
|
// bgsDataLBL
|
|
//
|
|
this.bgsDataLBL.AutoSize = true;
|
|
this.bgsDataLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.bgsDataLBL.Location = new System.Drawing.Point(7, 9);
|
|
this.bgsDataLBL.Name = "bgsDataLBL";
|
|
this.bgsDataLBL.Size = new System.Drawing.Size(73, 16);
|
|
this.bgsDataLBL.TabIndex = 32;
|
|
this.bgsDataLBL.Text = "BGS Data: ";
|
|
//
|
|
// unsupportedBGSEditLBL
|
|
//
|
|
this.unsupportedBGSEditLBL.AutoSize = true;
|
|
this.unsupportedBGSEditLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.unsupportedBGSEditLBL.Location = new System.Drawing.Point(73, 266);
|
|
this.unsupportedBGSEditLBL.Name = "unsupportedBGSEditLBL";
|
|
this.unsupportedBGSEditLBL.Size = new System.Drawing.Size(338, 32);
|
|
this.unsupportedBGSEditLBL.TabIndex = 31;
|
|
this.unsupportedBGSEditLBL.Text = "DSPRE cannot edit nor create Background Sound Files.\r\nPlease use Trifindo\'s Pokem" +
|
|
"on DS Map Studio.\r\n";
|
|
this.unsupportedBGSEditLBL.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// soundPlatesImportButton
|
|
//
|
|
this.soundPlatesImportButton.Image = global::DSPRE.Properties.Resources.importArrow;
|
|
this.soundPlatesImportButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.soundPlatesImportButton.Location = new System.Drawing.Point(344, 10);
|
|
this.soundPlatesImportButton.Name = "soundPlatesImportButton";
|
|
this.soundPlatesImportButton.Size = new System.Drawing.Size(120, 38);
|
|
this.soundPlatesImportButton.TabIndex = 30;
|
|
this.soundPlatesImportButton.Text = "Import BGS";
|
|
this.soundPlatesImportButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.soundPlatesImportButton.UseVisualStyleBackColor = true;
|
|
this.soundPlatesImportButton.Click += new System.EventHandler(this.soundPlatesImportButton_Click);
|
|
//
|
|
// soundPlatesExportButton
|
|
//
|
|
this.soundPlatesExportButton.Image = global::DSPRE.Properties.Resources.exportArrow;
|
|
this.soundPlatesExportButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.soundPlatesExportButton.Location = new System.Drawing.Point(344, 55);
|
|
this.soundPlatesExportButton.Name = "soundPlatesExportButton";
|
|
this.soundPlatesExportButton.Size = new System.Drawing.Size(120, 38);
|
|
this.soundPlatesExportButton.TabIndex = 29;
|
|
this.soundPlatesExportButton.Text = "Export BGS";
|
|
this.soundPlatesExportButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.soundPlatesExportButton.UseVisualStyleBackColor = true;
|
|
this.soundPlatesExportButton.Click += new System.EventHandler(this.soundPlatesExportButton_Click);
|
|
//
|
|
// nsbtxEditorTabPage
|
|
//
|
|
this.nsbtxEditorTabPage.Controls.Add(this.nsbtxEditor);
|
|
this.nsbtxEditorTabPage.ImageIndex = 6;
|
|
this.nsbtxEditorTabPage.Location = new System.Drawing.Point(4, 23);
|
|
this.nsbtxEditorTabPage.Name = "nsbtxEditorTabPage";
|
|
this.nsbtxEditorTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.nsbtxEditorTabPage.Size = new System.Drawing.Size(1185, 675);
|
|
this.nsbtxEditorTabPage.TabIndex = 6;
|
|
this.nsbtxEditorTabPage.Text = "NSBTX Editor";
|
|
this.nsbtxEditorTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// nsbtxEditor
|
|
//
|
|
this.nsbtxEditor.Location = new System.Drawing.Point(-2, -2);
|
|
this.nsbtxEditor.Name = "nsbtxEditor";
|
|
this.nsbtxEditor.nsbtxEditorIsReady = false;
|
|
this.nsbtxEditor.Size = new System.Drawing.Size(1193, 646);
|
|
this.nsbtxEditor.TabIndex = 0;
|
|
//
|
|
// eventEditorTabPage
|
|
//
|
|
this.eventEditorTabPage.BackColor = System.Drawing.SystemColors.Window;
|
|
this.eventEditorTabPage.Controls.Add(this.eventEditor);
|
|
this.eventEditorTabPage.ImageIndex = 3;
|
|
this.eventEditorTabPage.Location = new System.Drawing.Point(4, 23);
|
|
this.eventEditorTabPage.Name = "eventEditorTabPage";
|
|
this.eventEditorTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.eventEditorTabPage.Size = new System.Drawing.Size(1185, 675);
|
|
this.eventEditorTabPage.TabIndex = 3;
|
|
this.eventEditorTabPage.Text = "Event Editor";
|
|
//
|
|
// eventEditor
|
|
//
|
|
this.eventEditor.BackColor = System.Drawing.SystemColors.Window;
|
|
this.eventEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.eventEditor.eventEditorIsReady = false;
|
|
this.eventEditor.Location = new System.Drawing.Point(3, 3);
|
|
this.eventEditor.Name = "eventEditor";
|
|
this.eventEditor.Padding = new System.Windows.Forms.Padding(3);
|
|
this.eventEditor.Size = new System.Drawing.Size(1179, 669);
|
|
this.eventEditor.TabIndex = 3;
|
|
//
|
|
// tabPageScriptEditor
|
|
//
|
|
this.tabPageScriptEditor.Controls.Add(this.scriptEditorPoppedOutLabel);
|
|
this.tabPageScriptEditor.Controls.Add(this.popoutScriptEditorButton);
|
|
this.tabPageScriptEditor.Controls.Add(this.scriptEditor);
|
|
this.tabPageScriptEditor.ImageIndex = 5;
|
|
this.tabPageScriptEditor.Location = new System.Drawing.Point(4, 23);
|
|
this.tabPageScriptEditor.Name = "tabPageScriptEditor";
|
|
this.tabPageScriptEditor.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPageScriptEditor.Size = new System.Drawing.Size(1185, 675);
|
|
this.tabPageScriptEditor.TabIndex = 10;
|
|
this.tabPageScriptEditor.Text = "Script Editor";
|
|
this.tabPageScriptEditor.UseVisualStyleBackColor = true;
|
|
//
|
|
// scriptEditorPoppedOutLabel
|
|
//
|
|
this.scriptEditorPoppedOutLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.scriptEditorPoppedOutLabel.AutoSize = true;
|
|
this.scriptEditorPoppedOutLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.scriptEditorPoppedOutLabel.Location = new System.Drawing.Point(423, 281);
|
|
this.scriptEditorPoppedOutLabel.Name = "scriptEditorPoppedOutLabel";
|
|
this.scriptEditorPoppedOutLabel.Size = new System.Drawing.Size(296, 24);
|
|
this.scriptEditorPoppedOutLabel.TabIndex = 4;
|
|
this.scriptEditorPoppedOutLabel.Text = "This editor is currently popped-out";
|
|
this.scriptEditorPoppedOutLabel.Visible = false;
|
|
//
|
|
// popoutScriptEditorButton
|
|
//
|
|
this.popoutScriptEditorButton.Image = global::DSPRE.Properties.Resources.popout;
|
|
this.popoutScriptEditorButton.Location = new System.Drawing.Point(1144, 634);
|
|
this.popoutScriptEditorButton.Name = "popoutScriptEditorButton";
|
|
this.popoutScriptEditorButton.Size = new System.Drawing.Size(35, 35);
|
|
this.popoutScriptEditorButton.TabIndex = 2;
|
|
this.popoutScriptEditorButton.UseVisualStyleBackColor = true;
|
|
this.popoutScriptEditorButton.Click += new System.EventHandler(this.popoutScriptEditorButton_Click);
|
|
//
|
|
// scriptEditor
|
|
//
|
|
this.scriptEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.scriptEditor.Location = new System.Drawing.Point(3, 3);
|
|
this.scriptEditor.Name = "scriptEditor";
|
|
this.scriptEditor.scriptEditorIsReady = false;
|
|
this.scriptEditor.Size = new System.Drawing.Size(1179, 669);
|
|
this.scriptEditor.TabIndex = 5;
|
|
//
|
|
// tabPageLevelScriptEditor
|
|
//
|
|
this.tabPageLevelScriptEditor.Controls.Add(this.LSEditorPoppedOutLabel);
|
|
this.tabPageLevelScriptEditor.Controls.Add(this.popoutLevelScriptEditorButton);
|
|
this.tabPageLevelScriptEditor.Controls.Add(this.levelScriptEditor);
|
|
this.tabPageLevelScriptEditor.ImageIndex = 5;
|
|
this.tabPageLevelScriptEditor.Location = new System.Drawing.Point(4, 23);
|
|
this.tabPageLevelScriptEditor.Name = "tabPageLevelScriptEditor";
|
|
this.tabPageLevelScriptEditor.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPageLevelScriptEditor.Size = new System.Drawing.Size(1185, 675);
|
|
this.tabPageLevelScriptEditor.TabIndex = 11;
|
|
this.tabPageLevelScriptEditor.Text = "Level Script Editor";
|
|
this.tabPageLevelScriptEditor.UseVisualStyleBackColor = true;
|
|
//
|
|
// LSEditorPoppedOutLabel
|
|
//
|
|
this.LSEditorPoppedOutLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.LSEditorPoppedOutLabel.AutoSize = true;
|
|
this.LSEditorPoppedOutLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.LSEditorPoppedOutLabel.Location = new System.Drawing.Point(423, 281);
|
|
this.LSEditorPoppedOutLabel.Name = "LSEditorPoppedOutLabel";
|
|
this.LSEditorPoppedOutLabel.Size = new System.Drawing.Size(296, 24);
|
|
this.LSEditorPoppedOutLabel.TabIndex = 3;
|
|
this.LSEditorPoppedOutLabel.Text = "This editor is currently popped-out";
|
|
this.LSEditorPoppedOutLabel.Visible = false;
|
|
//
|
|
// popoutLevelScriptEditorButton
|
|
//
|
|
this.popoutLevelScriptEditorButton.Image = global::DSPRE.Properties.Resources.popout;
|
|
this.popoutLevelScriptEditorButton.Location = new System.Drawing.Point(1144, 634);
|
|
this.popoutLevelScriptEditorButton.Name = "popoutLevelScriptEditorButton";
|
|
this.popoutLevelScriptEditorButton.Size = new System.Drawing.Size(35, 35);
|
|
this.popoutLevelScriptEditorButton.TabIndex = 2;
|
|
this.popoutLevelScriptEditorButton.UseVisualStyleBackColor = true;
|
|
this.popoutLevelScriptEditorButton.Click += new System.EventHandler(this.popoutLevelScriptEditorButton_Click);
|
|
//
|
|
// levelScriptEditor
|
|
//
|
|
this.levelScriptEditor.BackColor = System.Drawing.SystemColors.Control;
|
|
this.levelScriptEditor.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.levelScriptEditor.levelScriptEditorIsReady = false;
|
|
this.levelScriptEditor.Location = new System.Drawing.Point(3, 3);
|
|
this.levelScriptEditor.Margin = new System.Windows.Forms.Padding(4);
|
|
this.levelScriptEditor.Name = "levelScriptEditor";
|
|
this.levelScriptEditor.Size = new System.Drawing.Size(404, 669);
|
|
this.levelScriptEditor.TabIndex = 0;
|
|
//
|
|
// textEditorTabPage
|
|
//
|
|
this.textEditorTabPage.Controls.Add(this.textEditorPoppedOutLabel);
|
|
this.textEditorTabPage.Controls.Add(this.popoutTextEditorButton);
|
|
this.textEditorTabPage.Controls.Add(this.textEditor);
|
|
this.textEditorTabPage.ImageIndex = 4;
|
|
this.textEditorTabPage.Location = new System.Drawing.Point(4, 23);
|
|
this.textEditorTabPage.Name = "textEditorTabPage";
|
|
this.textEditorTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.textEditorTabPage.Size = new System.Drawing.Size(1185, 675);
|
|
this.textEditorTabPage.TabIndex = 5;
|
|
this.textEditorTabPage.Text = "Text Editor";
|
|
this.textEditorTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// textEditorPoppedOutLabel
|
|
//
|
|
this.textEditorPoppedOutLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textEditorPoppedOutLabel.AutoSize = true;
|
|
this.textEditorPoppedOutLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textEditorPoppedOutLabel.Location = new System.Drawing.Point(423, 281);
|
|
this.textEditorPoppedOutLabel.Name = "textEditorPoppedOutLabel";
|
|
this.textEditorPoppedOutLabel.Size = new System.Drawing.Size(296, 24);
|
|
this.textEditorPoppedOutLabel.TabIndex = 2;
|
|
this.textEditorPoppedOutLabel.Text = "This editor is currently popped-out";
|
|
this.textEditorPoppedOutLabel.Visible = false;
|
|
//
|
|
// popoutTextEditorButton
|
|
//
|
|
this.popoutTextEditorButton.Image = global::DSPRE.Properties.Resources.popout;
|
|
this.popoutTextEditorButton.Location = new System.Drawing.Point(1144, 634);
|
|
this.popoutTextEditorButton.Name = "popoutTextEditorButton";
|
|
this.popoutTextEditorButton.Size = new System.Drawing.Size(35, 35);
|
|
this.popoutTextEditorButton.TabIndex = 1;
|
|
this.popoutTextEditorButton.UseVisualStyleBackColor = true;
|
|
this.popoutTextEditorButton.Click += new System.EventHandler(this.popoutTextEditorButton_Click);
|
|
//
|
|
// textEditor
|
|
//
|
|
this.textEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.textEditor.Location = new System.Drawing.Point(3, 3);
|
|
this.textEditor.Name = "textEditor";
|
|
this.textEditor.Size = new System.Drawing.Size(1179, 669);
|
|
this.textEditor.TabIndex = 0;
|
|
this.textEditor.textEditorIsReady = false;
|
|
//
|
|
// cameraEditorTabPage
|
|
//
|
|
this.cameraEditorTabPage.Controls.Add(this.cameraEditor);
|
|
this.cameraEditorTabPage.ImageIndex = 7;
|
|
this.cameraEditorTabPage.Location = new System.Drawing.Point(4, 23);
|
|
this.cameraEditorTabPage.Name = "cameraEditorTabPage";
|
|
this.cameraEditorTabPage.Size = new System.Drawing.Size(1185, 675);
|
|
this.cameraEditorTabPage.TabIndex = 7;
|
|
this.cameraEditorTabPage.Text = "Camera Editor";
|
|
this.cameraEditorTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// cameraEditor
|
|
//
|
|
this.cameraEditor.cameraEditorIsReady = false;
|
|
this.cameraEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.cameraEditor.Location = new System.Drawing.Point(0, 0);
|
|
this.cameraEditor.Name = "cameraEditor";
|
|
this.cameraEditor.Size = new System.Drawing.Size(1185, 675);
|
|
this.cameraEditor.TabIndex = 0;
|
|
//
|
|
// trainerEditorTabPage
|
|
//
|
|
this.trainerEditorTabPage.Controls.Add(this.trainerEditorPoppedOutLabel);
|
|
this.trainerEditorTabPage.Controls.Add(this.popoutTrainerEditorButton);
|
|
this.trainerEditorTabPage.Controls.Add(this.trainerEditor);
|
|
this.trainerEditorTabPage.ImageIndex = 8;
|
|
this.trainerEditorTabPage.Location = new System.Drawing.Point(4, 23);
|
|
this.trainerEditorTabPage.Name = "trainerEditorTabPage";
|
|
this.trainerEditorTabPage.Size = new System.Drawing.Size(1185, 675);
|
|
this.trainerEditorTabPage.TabIndex = 8;
|
|
this.trainerEditorTabPage.Text = "Trainer Editor";
|
|
this.trainerEditorTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// trainerEditorPoppedOutLabel
|
|
//
|
|
this.trainerEditorPoppedOutLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.trainerEditorPoppedOutLabel.AutoSize = true;
|
|
this.trainerEditorPoppedOutLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.trainerEditorPoppedOutLabel.Location = new System.Drawing.Point(423, 281);
|
|
this.trainerEditorPoppedOutLabel.Name = "trainerEditorPoppedOutLabel";
|
|
this.trainerEditorPoppedOutLabel.Size = new System.Drawing.Size(296, 24);
|
|
this.trainerEditorPoppedOutLabel.TabIndex = 17;
|
|
this.trainerEditorPoppedOutLabel.Text = "This editor is currently popped-out";
|
|
this.trainerEditorPoppedOutLabel.Visible = false;
|
|
//
|
|
// popoutTrainerEditorButton
|
|
//
|
|
this.popoutTrainerEditorButton.Image = global::DSPRE.Properties.Resources.popout;
|
|
this.popoutTrainerEditorButton.Location = new System.Drawing.Point(1147, 637);
|
|
this.popoutTrainerEditorButton.Name = "popoutTrainerEditorButton";
|
|
this.popoutTrainerEditorButton.Size = new System.Drawing.Size(35, 35);
|
|
this.popoutTrainerEditorButton.TabIndex = 2;
|
|
this.popoutTrainerEditorButton.UseVisualStyleBackColor = true;
|
|
this.popoutTrainerEditorButton.Click += new System.EventHandler(this.popoutTrainerEditorButton_Click);
|
|
//
|
|
// trainerEditor
|
|
//
|
|
this.trainerEditor.Location = new System.Drawing.Point(-4, 5);
|
|
this.trainerEditor.Name = "trainerEditor";
|
|
this.trainerEditor.Size = new System.Drawing.Size(1193, 646);
|
|
this.trainerEditor.TabIndex = 0;
|
|
this.trainerEditor.trainerEditorIsReady = false;
|
|
//
|
|
// tableEditorTabPage
|
|
//
|
|
this.tableEditorTabPage.Controls.Add(this.tableEditor);
|
|
this.tableEditorTabPage.ImageIndex = 9;
|
|
this.tableEditorTabPage.Location = new System.Drawing.Point(4, 23);
|
|
this.tableEditorTabPage.Name = "tableEditorTabPage";
|
|
this.tableEditorTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tableEditorTabPage.Size = new System.Drawing.Size(1185, 675);
|
|
this.tableEditorTabPage.TabIndex = 9;
|
|
this.tableEditorTabPage.Text = "Table Editor";
|
|
this.tableEditorTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// tableEditor
|
|
//
|
|
this.tableEditor.battleTableEditorIsReady = false;
|
|
this.tableEditor.conditionnalMusicTableEditorIsReady = false;
|
|
this.tableEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableEditor.Location = new System.Drawing.Point(3, 3);
|
|
this.tableEditor.Name = "tableEditor";
|
|
this.tableEditor.Size = new System.Drawing.Size(1179, 669);
|
|
this.tableEditor.TabIndex = 0;
|
|
//
|
|
// tabPageEncountersEditor
|
|
//
|
|
this.tabPageEncountersEditor.Controls.Add(this.encountersEditor);
|
|
this.tabPageEncountersEditor.Location = new System.Drawing.Point(4, 23);
|
|
this.tabPageEncountersEditor.Name = "tabPageEncountersEditor";
|
|
this.tabPageEncountersEditor.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPageEncountersEditor.Size = new System.Drawing.Size(1185, 675);
|
|
this.tabPageEncountersEditor.TabIndex = 12;
|
|
this.tabPageEncountersEditor.Text = "Encounters";
|
|
this.tabPageEncountersEditor.UseVisualStyleBackColor = true;
|
|
//
|
|
// encountersEditor
|
|
//
|
|
this.encountersEditor.encounterEditorIsReady = false;
|
|
this.encountersEditor.Location = new System.Drawing.Point(0, 0);
|
|
this.encountersEditor.Name = "encountersEditor";
|
|
this.encountersEditor.Size = new System.Drawing.Size(1189, 675);
|
|
this.encountersEditor.TabIndex = 0;
|
|
//
|
|
// mainTabImageList
|
|
//
|
|
this.mainTabImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("mainTabImageList.ImageStream")));
|
|
this.mainTabImageList.TransparentColor = System.Drawing.Color.White;
|
|
this.mainTabImageList.Images.SetKeyName(0, "map_header.ico");
|
|
this.mainTabImageList.Images.SetKeyName(1, "matrix_editor.png");
|
|
this.mainTabImageList.Images.SetKeyName(2, "map_editor.png");
|
|
this.mainTabImageList.Images.SetKeyName(3, "event_editor.png");
|
|
this.mainTabImageList.Images.SetKeyName(4, "text_editor.png");
|
|
this.mainTabImageList.Images.SetKeyName(5, "script_editor.png");
|
|
this.mainTabImageList.Images.SetKeyName(6, "tileset_editor.png");
|
|
this.mainTabImageList.Images.SetKeyName(7, "gamecamera_editor.png");
|
|
this.mainTabImageList.Images.SetKeyName(8, "trainer_editor.png");
|
|
this.mainTabImageList.Images.SetKeyName(9, "tableEditor.png");
|
|
//
|
|
// gameIcon
|
|
//
|
|
this.gameIcon.ErrorImage = null;
|
|
this.gameIcon.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.gameIcon.InitialImage = null;
|
|
this.gameIcon.Location = new System.Drawing.Point(1167, 35);
|
|
this.gameIcon.Name = "gameIcon";
|
|
this.gameIcon.Size = new System.Drawing.Size(32, 32);
|
|
this.gameIcon.TabIndex = 8;
|
|
this.gameIcon.TabStop = false;
|
|
this.gameIcon.Paint += new System.Windows.Forms.PaintEventHandler(this.PaintGameIcon);
|
|
//
|
|
// languageLabel
|
|
//
|
|
this.languageLabel.AutoSize = true;
|
|
this.languageLabel.Location = new System.Drawing.Point(1042, 52);
|
|
this.languageLabel.Name = "languageLabel";
|
|
this.languageLabel.Size = new System.Drawing.Size(58, 13);
|
|
this.languageLabel.TabIndex = 10;
|
|
this.languageLabel.Text = "Language:";
|
|
this.languageLabel.Visible = false;
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.BackColor = System.Drawing.SystemColors.Window;
|
|
this.menuStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem,
|
|
this.aboutToolStripMenuItem,
|
|
this.menuViewToolStripMenuItem,
|
|
this.otherEditorsToolStripMenuItem,
|
|
this.aboutToolStripMenuItem1});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2);
|
|
this.menuStrip1.Size = new System.Drawing.Size(1230, 24);
|
|
this.menuStrip1.TabIndex = 12;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.openROMToolStripMenuItem,
|
|
this.openFolderToolStripMenuItem,
|
|
this.saveROMToolStripMenuItem,
|
|
this.settingsToolStripMenuItem});
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|
this.fileToolStripMenuItem.Text = "File";
|
|
//
|
|
// openROMToolStripMenuItem
|
|
//
|
|
this.openROMToolStripMenuItem.Image = global::DSPRE.Properties.Resources.open_rom;
|
|
this.openROMToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.openROMToolStripMenuItem.Name = "openROMToolStripMenuItem";
|
|
this.openROMToolStripMenuItem.Size = new System.Drawing.Size(155, 38);
|
|
this.openROMToolStripMenuItem.Text = "Open ROM";
|
|
this.openROMToolStripMenuItem.Click += new System.EventHandler(this.loadRom_Click);
|
|
//
|
|
// openFolderToolStripMenuItem
|
|
//
|
|
this.openFolderToolStripMenuItem.Image = global::DSPRE.Properties.Resources.open_file;
|
|
this.openFolderToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.openFolderToolStripMenuItem.Name = "openFolderToolStripMenuItem";
|
|
this.openFolderToolStripMenuItem.Size = new System.Drawing.Size(155, 38);
|
|
this.openFolderToolStripMenuItem.Text = "Open Folder";
|
|
this.openFolderToolStripMenuItem.Click += new System.EventHandler(this.readDataFromFolderButton_Click);
|
|
//
|
|
// saveROMToolStripMenuItem
|
|
//
|
|
this.saveROMToolStripMenuItem.Enabled = false;
|
|
this.saveROMToolStripMenuItem.Image = global::DSPRE.Properties.Resources.save_rom;
|
|
this.saveROMToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.saveROMToolStripMenuItem.Name = "saveROMToolStripMenuItem";
|
|
this.saveROMToolStripMenuItem.Size = new System.Drawing.Size(155, 38);
|
|
this.saveROMToolStripMenuItem.Text = "Save ROM";
|
|
this.saveROMToolStripMenuItem.Click += new System.EventHandler(this.saveRom_Click);
|
|
//
|
|
// settingsToolStripMenuItem
|
|
//
|
|
this.settingsToolStripMenuItem.Image = global::DSPRE.Properties.Resources.wrenchIcon;
|
|
this.settingsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
|
|
this.settingsToolStripMenuItem.RightToLeftAutoMirrorImage = true;
|
|
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(155, 38);
|
|
this.settingsToolStripMenuItem.Text = "Settings";
|
|
this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click);
|
|
//
|
|
// aboutToolStripMenuItem
|
|
//
|
|
this.aboutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.romToolboxToolStripMenuItem,
|
|
this.headerSearchToolStripMenuItem,
|
|
this.addressHelperToolStripMenuItem,
|
|
this.scriptCommandsDatabaseToolStripMenuItem,
|
|
this.NarcUtilityToolStripMenuItem,
|
|
this.listBasedBatchRenameToolStripMenuItem,
|
|
this.listBuilderToolStripMenuItem,
|
|
this.nSBMDUtilityToolStripMenuItem,
|
|
this.exportScriptDatabaseJSONToolStripMenuItem,
|
|
this.generateCSVToolStripMenuItem});
|
|
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
|
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
|
|
this.aboutToolStripMenuItem.Text = "Tools";
|
|
//
|
|
// romToolboxToolStripMenuItem
|
|
//
|
|
this.romToolboxToolStripMenuItem.Enabled = false;
|
|
this.romToolboxToolStripMenuItem.Name = "romToolboxToolStripMenuItem";
|
|
this.romToolboxToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
|
this.romToolboxToolStripMenuItem.Text = "Patch Toolbox";
|
|
this.romToolboxToolStripMenuItem.Click += new System.EventHandler(this.romToolBoxToolStripMenuItem_Click);
|
|
//
|
|
// headerSearchToolStripMenuItem
|
|
//
|
|
this.headerSearchToolStripMenuItem.Enabled = false;
|
|
this.headerSearchToolStripMenuItem.Name = "headerSearchToolStripMenuItem";
|
|
this.headerSearchToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
|
this.headerSearchToolStripMenuItem.Text = "Advanced Header Search";
|
|
this.headerSearchToolStripMenuItem.Click += new System.EventHandler(this.advancedHeaderSearchToolStripMenuItem_Click);
|
|
//
|
|
// addressHelperToolStripMenuItem
|
|
//
|
|
this.addressHelperToolStripMenuItem.Enabled = false;
|
|
this.addressHelperToolStripMenuItem.Name = "addressHelperToolStripMenuItem";
|
|
this.addressHelperToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
|
this.addressHelperToolStripMenuItem.Text = "Address Helper";
|
|
this.addressHelperToolStripMenuItem.Click += new System.EventHandler(this.addressHelperToolStripMenuItem_Click);
|
|
//
|
|
// scriptCommandsDatabaseToolStripMenuItem
|
|
//
|
|
this.scriptCommandsDatabaseToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.diamondAndPearlToolStripMenuItem,
|
|
this.platinumToolStripMenuItem,
|
|
this.heartGoldAndSoulSilverToolStripMenuItem});
|
|
this.scriptCommandsDatabaseToolStripMenuItem.Name = "scriptCommandsDatabaseToolStripMenuItem";
|
|
this.scriptCommandsDatabaseToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
|
this.scriptCommandsDatabaseToolStripMenuItem.Text = "Script Commands Database";
|
|
//
|
|
// diamondAndPearlToolStripMenuItem
|
|
//
|
|
this.diamondAndPearlToolStripMenuItem.Image = global::DSPRE.Properties.Resources.scriptDBIconDP;
|
|
this.diamondAndPearlToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.diamondAndPearlToolStripMenuItem.Name = "diamondAndPearlToolStripMenuItem";
|
|
this.diamondAndPearlToolStripMenuItem.Size = new System.Drawing.Size(211, 38);
|
|
this.diamondAndPearlToolStripMenuItem.Text = "Diamond && Pearl";
|
|
this.diamondAndPearlToolStripMenuItem.Click += new System.EventHandler(this.diamondAndPearlToolStripMenuItem_Click);
|
|
//
|
|
// platinumToolStripMenuItem
|
|
//
|
|
this.platinumToolStripMenuItem.Image = global::DSPRE.Properties.Resources.scriptDBIconPt;
|
|
this.platinumToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.platinumToolStripMenuItem.Name = "platinumToolStripMenuItem";
|
|
this.platinumToolStripMenuItem.Size = new System.Drawing.Size(211, 38);
|
|
this.platinumToolStripMenuItem.Text = "Platinum";
|
|
this.platinumToolStripMenuItem.Click += new System.EventHandler(this.platinumToolStripMenuItem_Click);
|
|
//
|
|
// heartGoldAndSoulSilverToolStripMenuItem
|
|
//
|
|
this.heartGoldAndSoulSilverToolStripMenuItem.Image = global::DSPRE.Properties.Resources.scriptDBIconHGSS;
|
|
this.heartGoldAndSoulSilverToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.heartGoldAndSoulSilverToolStripMenuItem.Name = "heartGoldAndSoulSilverToolStripMenuItem";
|
|
this.heartGoldAndSoulSilverToolStripMenuItem.Size = new System.Drawing.Size(211, 38);
|
|
this.heartGoldAndSoulSilverToolStripMenuItem.Text = "HeartGold && SoulSilver";
|
|
this.heartGoldAndSoulSilverToolStripMenuItem.Click += new System.EventHandler(this.heartGoldAndSoulSilverToolStripMenuItem_Click);
|
|
//
|
|
// NarcUtilityToolStripMenuItem
|
|
//
|
|
this.NarcUtilityToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.buildFomFolderToolStripMenuItem,
|
|
this.unpackToFolderToolStripMenuItem});
|
|
this.NarcUtilityToolStripMenuItem.Name = "NarcUtilityToolStripMenuItem";
|
|
this.NarcUtilityToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
|
this.NarcUtilityToolStripMenuItem.Text = "NARC Utility";
|
|
//
|
|
// buildFomFolderToolStripMenuItem
|
|
//
|
|
this.buildFomFolderToolStripMenuItem.Image = global::DSPRE.Properties.Resources.folderToNarcIcon;
|
|
this.buildFomFolderToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.buildFomFolderToolStripMenuItem.Name = "buildFomFolderToolStripMenuItem";
|
|
this.buildFomFolderToolStripMenuItem.Size = new System.Drawing.Size(214, 38);
|
|
this.buildFomFolderToolStripMenuItem.Text = "Build from Folder";
|
|
this.buildFomFolderToolStripMenuItem.Click += new System.EventHandler(this.buildFromFolderToolStripMenuItem_Click);
|
|
//
|
|
// unpackToFolderToolStripMenuItem
|
|
//
|
|
this.unpackToFolderToolStripMenuItem.Image = global::DSPRE.Properties.Resources.narcToFolderIcon;
|
|
this.unpackToFolderToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.unpackToFolderToolStripMenuItem.Name = "unpackToFolderToolStripMenuItem";
|
|
this.unpackToFolderToolStripMenuItem.Size = new System.Drawing.Size(214, 38);
|
|
this.unpackToFolderToolStripMenuItem.Text = "Unpack to Folder";
|
|
this.unpackToFolderToolStripMenuItem.Click += new System.EventHandler(this.unpackToFolderToolStripMenuItem_Click);
|
|
//
|
|
// listBasedBatchRenameToolStripMenuItem
|
|
//
|
|
this.listBasedBatchRenameToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.listBasedToolStripMenuItem,
|
|
this.contentBasedToolStripMenuItem});
|
|
this.listBasedBatchRenameToolStripMenuItem.Name = "listBasedBatchRenameToolStripMenuItem";
|
|
this.listBasedBatchRenameToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
|
this.listBasedBatchRenameToolStripMenuItem.Text = "Batch Rename Utility";
|
|
//
|
|
// listBasedToolStripMenuItem
|
|
//
|
|
this.listBasedToolStripMenuItem.Image = global::DSPRE.Properties.Resources.listbasedRenameIcon;
|
|
this.listBasedToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.listBasedToolStripMenuItem.Name = "listBasedToolStripMenuItem";
|
|
this.listBasedToolStripMenuItem.Size = new System.Drawing.Size(185, 38);
|
|
this.listBasedToolStripMenuItem.Text = "List-Based";
|
|
this.listBasedToolStripMenuItem.Click += new System.EventHandler(this.listBasedToolStripMenuItem_Click);
|
|
//
|
|
// contentBasedToolStripMenuItem
|
|
//
|
|
this.contentBasedToolStripMenuItem.Image = global::DSPRE.Properties.Resources.contentbasedRenameIcon;
|
|
this.contentBasedToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.contentBasedToolStripMenuItem.Name = "contentBasedToolStripMenuItem";
|
|
this.contentBasedToolStripMenuItem.Size = new System.Drawing.Size(185, 38);
|
|
this.contentBasedToolStripMenuItem.Text = "Content-Based";
|
|
this.contentBasedToolStripMenuItem.Click += new System.EventHandler(this.contentBasedToolStripMenuItem_Click);
|
|
//
|
|
// listBuilderToolStripMenuItem
|
|
//
|
|
this.listBuilderToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fromCEnumToolStripMenuItem,
|
|
this.fromFolderContentsToolStripMenuItem});
|
|
this.listBuilderToolStripMenuItem.Name = "listBuilderToolStripMenuItem";
|
|
this.listBuilderToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
|
this.listBuilderToolStripMenuItem.Text = "Folder-Based List Builder";
|
|
//
|
|
// fromCEnumToolStripMenuItem
|
|
//
|
|
this.fromCEnumToolStripMenuItem.Image = global::DSPRE.Properties.Resources.enumToListIcon;
|
|
this.fromCEnumToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.fromCEnumToolStripMenuItem.Name = "fromCEnumToolStripMenuItem";
|
|
this.fromCEnumToolStripMenuItem.Size = new System.Drawing.Size(237, 38);
|
|
this.fromCEnumToolStripMenuItem.Text = "From C Enum";
|
|
this.fromCEnumToolStripMenuItem.Click += new System.EventHandler(this.enumBasedListBuilderToolStripButton_Click);
|
|
//
|
|
// fromFolderContentsToolStripMenuItem
|
|
//
|
|
this.fromFolderContentsToolStripMenuItem.Image = global::DSPRE.Properties.Resources.folderToListIcon;
|
|
this.fromFolderContentsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.fromFolderContentsToolStripMenuItem.Name = "fromFolderContentsToolStripMenuItem";
|
|
this.fromFolderContentsToolStripMenuItem.Size = new System.Drawing.Size(237, 38);
|
|
this.fromFolderContentsToolStripMenuItem.Text = "From Folder Contents";
|
|
this.fromFolderContentsToolStripMenuItem.Click += new System.EventHandler(this.fromFolderContentsToolStripMenuItem_Click);
|
|
//
|
|
// nSBMDUtilityToolStripMenuItem
|
|
//
|
|
this.nSBMDUtilityToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.texturizeNSBMDToolStripMenuItem,
|
|
this.untexturizeToolStripMenuItem,
|
|
this.extractNSBTXFromNSBMDToolStripMenuItem});
|
|
this.nSBMDUtilityToolStripMenuItem.Name = "nSBMDUtilityToolStripMenuItem";
|
|
this.nSBMDUtilityToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
|
this.nSBMDUtilityToolStripMenuItem.Text = "NSBMD Utility";
|
|
//
|
|
// texturizeNSBMDToolStripMenuItem
|
|
//
|
|
this.texturizeNSBMDToolStripMenuItem.Image = global::DSPRE.Properties.Resources.addTextureToNSBMD;
|
|
this.texturizeNSBMDToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.texturizeNSBMDToolStripMenuItem.Name = "texturizeNSBMDToolStripMenuItem";
|
|
this.texturizeNSBMDToolStripMenuItem.Size = new System.Drawing.Size(251, 38);
|
|
this.texturizeNSBMDToolStripMenuItem.Text = "Add/Replace NSBMD textures";
|
|
this.texturizeNSBMDToolStripMenuItem.Click += new System.EventHandler(this.nsbmdAddTexButton_Click);
|
|
//
|
|
// untexturizeToolStripMenuItem
|
|
//
|
|
this.untexturizeToolStripMenuItem.Image = global::DSPRE.Properties.Resources.removeTextureNSBMD;
|
|
this.untexturizeToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.untexturizeToolStripMenuItem.Name = "untexturizeToolStripMenuItem";
|
|
this.untexturizeToolStripMenuItem.Size = new System.Drawing.Size(251, 38);
|
|
this.untexturizeToolStripMenuItem.Text = "Remove textures from NSBMD";
|
|
this.untexturizeToolStripMenuItem.Click += new System.EventHandler(this.nsbmdRemoveTexButton_Click);
|
|
//
|
|
// extractNSBTXFromNSBMDToolStripMenuItem
|
|
//
|
|
this.extractNSBTXFromNSBMDToolStripMenuItem.Image = global::DSPRE.Properties.Resources.saveTextureFromNSBMD;
|
|
this.extractNSBTXFromNSBMDToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.extractNSBTXFromNSBMDToolStripMenuItem.Name = "extractNSBTXFromNSBMDToolStripMenuItem";
|
|
this.extractNSBTXFromNSBMDToolStripMenuItem.Size = new System.Drawing.Size(251, 38);
|
|
this.extractNSBTXFromNSBMDToolStripMenuItem.Text = "Save textures from NSBMD";
|
|
this.extractNSBTXFromNSBMDToolStripMenuItem.Click += new System.EventHandler(this.nsbmdExportTexButton_Click);
|
|
//
|
|
// exportScriptDatabaseJSONToolStripMenuItem
|
|
//
|
|
this.exportScriptDatabaseJSONToolStripMenuItem.Name = "exportScriptDatabaseJSONToolStripMenuItem";
|
|
this.exportScriptDatabaseJSONToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
|
this.exportScriptDatabaseJSONToolStripMenuItem.Text = "Export ScriptDatabase JSON";
|
|
this.exportScriptDatabaseJSONToolStripMenuItem.Click += new System.EventHandler(this.exportScriptDatabaseJSONToolStripMenuItem_Click);
|
|
//
|
|
// generateCSVToolStripMenuItem
|
|
//
|
|
this.generateCSVToolStripMenuItem.Name = "generateCSVToolStripMenuItem";
|
|
this.generateCSVToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
|
this.generateCSVToolStripMenuItem.Text = "Generate CSV";
|
|
this.generateCSVToolStripMenuItem.Click += new System.EventHandler(this.generateCSVToolStripMenuItem_Click);
|
|
//
|
|
// menuViewToolStripMenuItem
|
|
//
|
|
this.menuViewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.essentialToolStripMenuItem,
|
|
this.simpleToolStripMenuItem,
|
|
this.advancedStripMenuItem,
|
|
this.fullViewToolStripMenuItem});
|
|
this.menuViewToolStripMenuItem.Name = "menuViewToolStripMenuItem";
|
|
this.menuViewToolStripMenuItem.Size = new System.Drawing.Size(78, 20);
|
|
this.menuViewToolStripMenuItem.Text = "Menu View";
|
|
//
|
|
// essentialToolStripMenuItem
|
|
//
|
|
this.essentialToolStripMenuItem.Name = "essentialToolStripMenuItem";
|
|
this.essentialToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
|
|
this.essentialToolStripMenuItem.Text = "Essential";
|
|
this.essentialToolStripMenuItem.MouseDown += new System.Windows.Forms.MouseEventHandler(this.simpleToolStripMenuItem_MouseDown);
|
|
//
|
|
// simpleToolStripMenuItem
|
|
//
|
|
this.simpleToolStripMenuItem.Name = "simpleToolStripMenuItem";
|
|
this.simpleToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
|
|
this.simpleToolStripMenuItem.Text = "Simple";
|
|
this.simpleToolStripMenuItem.MouseDown += new System.Windows.Forms.MouseEventHandler(this.simpleToolStripMenuItem_MouseDown);
|
|
//
|
|
// advancedStripMenuItem
|
|
//
|
|
this.advancedStripMenuItem.Checked = true;
|
|
this.advancedStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.advancedStripMenuItem.Name = "advancedStripMenuItem";
|
|
this.advancedStripMenuItem.Size = new System.Drawing.Size(127, 22);
|
|
this.advancedStripMenuItem.Text = "Advanced";
|
|
this.advancedStripMenuItem.MouseDown += new System.Windows.Forms.MouseEventHandler(this.simpleToolStripMenuItem_MouseDown);
|
|
//
|
|
// fullViewToolStripMenuItem
|
|
//
|
|
this.fullViewToolStripMenuItem.Name = "fullViewToolStripMenuItem";
|
|
this.fullViewToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
|
|
this.fullViewToolStripMenuItem.Text = "Complete";
|
|
this.fullViewToolStripMenuItem.MouseDown += new System.Windows.Forms.MouseEventHandler(this.simpleToolStripMenuItem_MouseDown);
|
|
//
|
|
// otherEditorsToolStripMenuItem
|
|
//
|
|
this.otherEditorsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.personalDataEditorToolStripMenuItem,
|
|
this.overlayEditorToolStripMenuItem,
|
|
this.spawnEditorToolStripMenuItem,
|
|
this.moveDataEditorToolStripMenuItem,
|
|
this.flyWarpEditorToolStripMenuItem,
|
|
this.itemEditorToolStripMenuItem,
|
|
this.overworldEditorToolStripMenuItem,
|
|
this.tradeEditorToolStripMenuItem});
|
|
this.otherEditorsToolStripMenuItem.Enabled = false;
|
|
this.otherEditorsToolStripMenuItem.Name = "otherEditorsToolStripMenuItem";
|
|
this.otherEditorsToolStripMenuItem.Size = new System.Drawing.Size(88, 20);
|
|
this.otherEditorsToolStripMenuItem.Text = "Other Editors";
|
|
//
|
|
// personalDataEditorToolStripMenuItem
|
|
//
|
|
this.personalDataEditorToolStripMenuItem.Name = "personalDataEditorToolStripMenuItem";
|
|
this.personalDataEditorToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
|
|
this.personalDataEditorToolStripMenuItem.Text = "Pokémon Editor";
|
|
this.personalDataEditorToolStripMenuItem.Click += new System.EventHandler(this.pokemonDataEditorToolStripMenuItem_Click);
|
|
//
|
|
// overlayEditorToolStripMenuItem
|
|
//
|
|
this.overlayEditorToolStripMenuItem.Name = "overlayEditorToolStripMenuItem";
|
|
this.overlayEditorToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
|
|
this.overlayEditorToolStripMenuItem.Text = "Overlay Editor";
|
|
this.overlayEditorToolStripMenuItem.Click += new System.EventHandler(this.overlayEditorToolStripMenuItem_Click);
|
|
//
|
|
// spawnEditorToolStripMenuItem
|
|
//
|
|
this.spawnEditorToolStripMenuItem.Name = "spawnEditorToolStripMenuItem";
|
|
this.spawnEditorToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
|
|
this.spawnEditorToolStripMenuItem.Text = "Spawn Point Editor";
|
|
this.spawnEditorToolStripMenuItem.Click += new System.EventHandler(this.spawnEditorToolStripButton_Click);
|
|
//
|
|
// moveDataEditorToolStripMenuItem
|
|
//
|
|
this.moveDataEditorToolStripMenuItem.Name = "moveDataEditorToolStripMenuItem";
|
|
this.moveDataEditorToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
|
|
this.moveDataEditorToolStripMenuItem.Text = "Move Data Editor";
|
|
this.moveDataEditorToolStripMenuItem.Click += new System.EventHandler(this.moveDataEditorToolStripMenuItem_Click);
|
|
//
|
|
// flyWarpEditorToolStripMenuItem
|
|
//
|
|
this.flyWarpEditorToolStripMenuItem.Name = "flyWarpEditorToolStripMenuItem";
|
|
this.flyWarpEditorToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
|
|
this.flyWarpEditorToolStripMenuItem.Text = "Fly Warp Editor";
|
|
this.flyWarpEditorToolStripMenuItem.Click += new System.EventHandler(this.flyWarpEditorToolStripMenuItem_Click);
|
|
//
|
|
// itemEditorToolStripMenuItem
|
|
//
|
|
this.itemEditorToolStripMenuItem.Name = "itemEditorToolStripMenuItem";
|
|
this.itemEditorToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
|
|
this.itemEditorToolStripMenuItem.Text = "Item Editor";
|
|
this.itemEditorToolStripMenuItem.Click += new System.EventHandler(this.itemEditorToolStripMenuItem_Click);
|
|
//
|
|
// overworldEditorToolStripMenuItem
|
|
//
|
|
this.overworldEditorToolStripMenuItem.Name = "overworldEditorToolStripMenuItem";
|
|
this.overworldEditorToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
|
|
this.overworldEditorToolStripMenuItem.Text = "Overworld Editor";
|
|
this.overworldEditorToolStripMenuItem.Click += new System.EventHandler(this.overworldEditorToolStripMenuItem_Click);
|
|
//
|
|
// tradeEditorToolStripMenuItem
|
|
//
|
|
this.tradeEditorToolStripMenuItem.Name = "tradeEditorToolStripMenuItem";
|
|
this.tradeEditorToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
|
|
this.tradeEditorToolStripMenuItem.Text = "Trade Editor";
|
|
this.tradeEditorToolStripMenuItem.Click += new System.EventHandler(this.tradeEditorToolStripMenuItem_Click);
|
|
//
|
|
// aboutToolStripMenuItem1
|
|
//
|
|
this.aboutToolStripMenuItem1.Name = "aboutToolStripMenuItem1";
|
|
this.aboutToolStripMenuItem1.Size = new System.Drawing.Size(52, 20);
|
|
this.aboutToolStripMenuItem1.Text = "About";
|
|
this.aboutToolStripMenuItem1.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.BackColor = System.Drawing.SystemColors.Control;
|
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.statusLabel,
|
|
this.toolStripProgressBar});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 816);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(1230, 22);
|
|
this.statusStrip1.TabIndex = 13;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// statusLabel
|
|
//
|
|
this.statusLabel.Name = "statusLabel";
|
|
this.statusLabel.Size = new System.Drawing.Size(39, 17);
|
|
this.statusLabel.Text = "Ready";
|
|
//
|
|
// toolStripProgressBar
|
|
//
|
|
this.toolStripProgressBar.Name = "toolStripProgressBar";
|
|
this.toolStripProgressBar.Size = new System.Drawing.Size(180, 16);
|
|
this.toolStripProgressBar.Visible = false;
|
|
//
|
|
// mainToolStrip
|
|
//
|
|
this.mainToolStrip.AllowMerge = false;
|
|
this.mainToolStrip.BackColor = System.Drawing.SystemColors.Menu;
|
|
this.mainToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
|
|
this.mainToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.loadRomButton,
|
|
this.readDataFromFolderButton,
|
|
this.saveRomButton,
|
|
this.separator_AfterOpenSave,
|
|
this.unpackAllButton,
|
|
this.updateMapNarcsButton,
|
|
this.separator_afterFolderUnpackers,
|
|
this.buildNarcFromFolderToolStripButton,
|
|
this.unpackNARCtoFolderToolStripButton,
|
|
this.separator_afterNarcUtils,
|
|
this.listBasedBatchRenameToolStripButton,
|
|
this.contentBasedBatchRenameToolStripButton,
|
|
this.separator_afterRenameUtils,
|
|
this.enumBasedListBuilderToolStripButton,
|
|
this.folderBasedListBuilderToolStriButton,
|
|
this.separator_afterListUtils,
|
|
this.nsbmdAddTexButton,
|
|
this.nsbmdRemoveTexButton,
|
|
this.nsbmdExportTexButton,
|
|
this.separator_afterNsbmdUtils,
|
|
this.buildingEditorButton,
|
|
this.wildEditorButton,
|
|
this.scriptCommandsButton,
|
|
this.romToolboxToolStripButton,
|
|
this.headerSearchToolStripButton,
|
|
this.spawnEditorToolStripButton,
|
|
this.separator_afterMiscButtons});
|
|
this.mainToolStrip.Location = new System.Drawing.Point(0, 24);
|
|
this.mainToolStrip.Name = "mainToolStrip";
|
|
this.mainToolStrip.Size = new System.Drawing.Size(1230, 44);
|
|
this.mainToolStrip.TabIndex = 16;
|
|
this.mainToolStrip.Text = "mainToolStrip";
|
|
//
|
|
// loadRomButton
|
|
//
|
|
this.loadRomButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.loadRomButton.Image = global::DSPRE.Properties.Resources.open_rom;
|
|
this.loadRomButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.loadRomButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.loadRomButton.Margin = new System.Windows.Forms.Padding(13, 6, 0, 2);
|
|
this.loadRomButton.Name = "loadRomButton";
|
|
this.loadRomButton.Size = new System.Drawing.Size(36, 36);
|
|
this.loadRomButton.Text = "Open ROM";
|
|
this.loadRomButton.Click += new System.EventHandler(this.loadRom_Click);
|
|
//
|
|
// readDataFromFolderButton
|
|
//
|
|
this.readDataFromFolderButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.readDataFromFolderButton.Image = global::DSPRE.Properties.Resources.open_file;
|
|
this.readDataFromFolderButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.readDataFromFolderButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.readDataFromFolderButton.Margin = new System.Windows.Forms.Padding(0, 6, 0, 2);
|
|
this.readDataFromFolderButton.Name = "readDataFromFolderButton";
|
|
this.readDataFromFolderButton.Size = new System.Drawing.Size(36, 36);
|
|
this.readDataFromFolderButton.Text = "Open Extracted Data";
|
|
this.readDataFromFolderButton.ToolTipText = "Open Extracted Data";
|
|
this.readDataFromFolderButton.Click += new System.EventHandler(this.readDataFromFolderButton_Click);
|
|
//
|
|
// saveRomButton
|
|
//
|
|
this.saveRomButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.saveRomButton.Enabled = false;
|
|
this.saveRomButton.Image = global::DSPRE.Properties.Resources.save_rom;
|
|
this.saveRomButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.saveRomButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.saveRomButton.Margin = new System.Windows.Forms.Padding(0, 6, 0, 2);
|
|
this.saveRomButton.Name = "saveRomButton";
|
|
this.saveRomButton.Size = new System.Drawing.Size(36, 36);
|
|
this.saveRomButton.Text = "Save ROM";
|
|
this.saveRomButton.Click += new System.EventHandler(this.saveRom_Click);
|
|
//
|
|
// separator_AfterOpenSave
|
|
//
|
|
this.separator_AfterOpenSave.Name = "separator_AfterOpenSave";
|
|
this.separator_AfterOpenSave.Size = new System.Drawing.Size(6, 44);
|
|
//
|
|
// unpackAllButton
|
|
//
|
|
this.unpackAllButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.unpackAllButton.Enabled = false;
|
|
this.unpackAllButton.Image = global::DSPRE.Properties.Resources.unpackAllIcon;
|
|
this.unpackAllButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.unpackAllButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.unpackAllButton.Margin = new System.Windows.Forms.Padding(0, 6, 0, 2);
|
|
this.unpackAllButton.Name = "unpackAllButton";
|
|
this.unpackAllButton.Size = new System.Drawing.Size(36, 36);
|
|
this.unpackAllButton.Text = "Unpack All Narcs";
|
|
this.unpackAllButton.Click += new System.EventHandler(this.unpackAllButton_Click);
|
|
//
|
|
// updateMapNarcsButton
|
|
//
|
|
this.updateMapNarcsButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.updateMapNarcsButton.Enabled = false;
|
|
this.updateMapNarcsButton.Image = global::DSPRE.Properties.Resources.unpackBuildingNarcsIcon;
|
|
this.updateMapNarcsButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.updateMapNarcsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.updateMapNarcsButton.Margin = new System.Windows.Forms.Padding(0, 6, 0, 2);
|
|
this.updateMapNarcsButton.Name = "updateMapNarcsButton";
|
|
this.updateMapNarcsButton.Size = new System.Drawing.Size(36, 36);
|
|
this.updateMapNarcsButton.Text = "Unpack Building NARCs";
|
|
this.updateMapNarcsButton.Click += new System.EventHandler(this.updateMapNarcsButton_Click);
|
|
//
|
|
// separator_afterFolderUnpackers
|
|
//
|
|
this.separator_afterFolderUnpackers.Name = "separator_afterFolderUnpackers";
|
|
this.separator_afterFolderUnpackers.Size = new System.Drawing.Size(6, 44);
|
|
//
|
|
// buildNarcFromFolderToolStripButton
|
|
//
|
|
this.buildNarcFromFolderToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buildNarcFromFolderToolStripButton.Image = global::DSPRE.Properties.Resources.folderToNarcIcon;
|
|
this.buildNarcFromFolderToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.buildNarcFromFolderToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buildNarcFromFolderToolStripButton.Margin = new System.Windows.Forms.Padding(2, 6, 2, 2);
|
|
this.buildNarcFromFolderToolStripButton.Name = "buildNarcFromFolderToolStripButton";
|
|
this.buildNarcFromFolderToolStripButton.Size = new System.Drawing.Size(68, 36);
|
|
this.buildNarcFromFolderToolStripButton.Text = "Build NARC from Folder";
|
|
this.buildNarcFromFolderToolStripButton.Click += new System.EventHandler(this.buildFromFolderToolStripMenuItem_Click);
|
|
//
|
|
// unpackNARCtoFolderToolStripButton
|
|
//
|
|
this.unpackNARCtoFolderToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.unpackNARCtoFolderToolStripButton.Image = global::DSPRE.Properties.Resources.narcToFolderIcon;
|
|
this.unpackNARCtoFolderToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.unpackNARCtoFolderToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.unpackNARCtoFolderToolStripButton.Margin = new System.Windows.Forms.Padding(2, 6, 2, 2);
|
|
this.unpackNARCtoFolderToolStripButton.Name = "unpackNARCtoFolderToolStripButton";
|
|
this.unpackNARCtoFolderToolStripButton.Size = new System.Drawing.Size(68, 36);
|
|
this.unpackNARCtoFolderToolStripButton.Text = "Unpack NARC to Folder";
|
|
this.unpackNARCtoFolderToolStripButton.Click += new System.EventHandler(this.unpackToFolderToolStripMenuItem_Click);
|
|
//
|
|
// separator_afterNarcUtils
|
|
//
|
|
this.separator_afterNarcUtils.Name = "separator_afterNarcUtils";
|
|
this.separator_afterNarcUtils.Size = new System.Drawing.Size(6, 44);
|
|
//
|
|
// listBasedBatchRenameToolStripButton
|
|
//
|
|
this.listBasedBatchRenameToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.listBasedBatchRenameToolStripButton.Image = global::DSPRE.Properties.Resources.listbasedRenameIcon;
|
|
this.listBasedBatchRenameToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.listBasedBatchRenameToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.listBasedBatchRenameToolStripButton.Margin = new System.Windows.Forms.Padding(2, 6, 3, 2);
|
|
this.listBasedBatchRenameToolStripButton.Name = "listBasedBatchRenameToolStripButton";
|
|
this.listBasedBatchRenameToolStripButton.Size = new System.Drawing.Size(52, 36);
|
|
this.listBasedBatchRenameToolStripButton.Text = "List-Based Batch Rename";
|
|
this.listBasedBatchRenameToolStripButton.Click += new System.EventHandler(this.listBasedToolStripMenuItem_Click);
|
|
//
|
|
// contentBasedBatchRenameToolStripButton
|
|
//
|
|
this.contentBasedBatchRenameToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.contentBasedBatchRenameToolStripButton.Image = global::DSPRE.Properties.Resources.contentbasedRenameIcon;
|
|
this.contentBasedBatchRenameToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.contentBasedBatchRenameToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.contentBasedBatchRenameToolStripButton.Margin = new System.Windows.Forms.Padding(3, 6, 2, 2);
|
|
this.contentBasedBatchRenameToolStripButton.Name = "contentBasedBatchRenameToolStripButton";
|
|
this.contentBasedBatchRenameToolStripButton.Size = new System.Drawing.Size(52, 36);
|
|
this.contentBasedBatchRenameToolStripButton.Text = "Content-Based Batch Rename";
|
|
this.contentBasedBatchRenameToolStripButton.Click += new System.EventHandler(this.contentBasedToolStripMenuItem_Click);
|
|
//
|
|
// separator_afterRenameUtils
|
|
//
|
|
this.separator_afterRenameUtils.Name = "separator_afterRenameUtils";
|
|
this.separator_afterRenameUtils.Size = new System.Drawing.Size(6, 44);
|
|
//
|
|
// enumBasedListBuilderToolStripButton
|
|
//
|
|
this.enumBasedListBuilderToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.enumBasedListBuilderToolStripButton.Image = global::DSPRE.Properties.Resources.enumToListIcon;
|
|
this.enumBasedListBuilderToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.enumBasedListBuilderToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.enumBasedListBuilderToolStripButton.Margin = new System.Windows.Forms.Padding(3, 6, 2, 2);
|
|
this.enumBasedListBuilderToolStripButton.Name = "enumBasedListBuilderToolStripButton";
|
|
this.enumBasedListBuilderToolStripButton.Size = new System.Drawing.Size(68, 36);
|
|
this.enumBasedListBuilderToolStripButton.Text = "Enum-Based List Builder";
|
|
this.enumBasedListBuilderToolStripButton.Click += new System.EventHandler(this.enumBasedListBuilderToolStripButton_Click);
|
|
//
|
|
// folderBasedListBuilderToolStriButton
|
|
//
|
|
this.folderBasedListBuilderToolStriButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.folderBasedListBuilderToolStriButton.Image = global::DSPRE.Properties.Resources.folderToListIcon;
|
|
this.folderBasedListBuilderToolStriButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.folderBasedListBuilderToolStriButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.folderBasedListBuilderToolStriButton.Margin = new System.Windows.Forms.Padding(2, 6, 3, 2);
|
|
this.folderBasedListBuilderToolStriButton.Name = "folderBasedListBuilderToolStriButton";
|
|
this.folderBasedListBuilderToolStriButton.Size = new System.Drawing.Size(68, 36);
|
|
this.folderBasedListBuilderToolStriButton.Text = "Folder-Based List Builder";
|
|
this.folderBasedListBuilderToolStriButton.Click += new System.EventHandler(this.fromFolderContentsToolStripMenuItem_Click);
|
|
//
|
|
// separator_afterListUtils
|
|
//
|
|
this.separator_afterListUtils.Name = "separator_afterListUtils";
|
|
this.separator_afterListUtils.Size = new System.Drawing.Size(6, 44);
|
|
//
|
|
// nsbmdAddTexButton
|
|
//
|
|
this.nsbmdAddTexButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.nsbmdAddTexButton.Image = global::DSPRE.Properties.Resources.addTextureToNSBMD;
|
|
this.nsbmdAddTexButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.nsbmdAddTexButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.nsbmdAddTexButton.Margin = new System.Windows.Forms.Padding(4, 6, 0, 2);
|
|
this.nsbmdAddTexButton.Name = "nsbmdAddTexButton";
|
|
this.nsbmdAddTexButton.Size = new System.Drawing.Size(36, 36);
|
|
this.nsbmdAddTexButton.Text = "Add texture to NSBMD";
|
|
this.nsbmdAddTexButton.ToolTipText = "Add textures to NSBMD";
|
|
this.nsbmdAddTexButton.Click += new System.EventHandler(this.nsbmdAddTexButton_Click);
|
|
//
|
|
// nsbmdRemoveTexButton
|
|
//
|
|
this.nsbmdRemoveTexButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.nsbmdRemoveTexButton.Image = global::DSPRE.Properties.Resources.removeTextureNSBMD;
|
|
this.nsbmdRemoveTexButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.nsbmdRemoveTexButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.nsbmdRemoveTexButton.Margin = new System.Windows.Forms.Padding(4, 6, 0, 2);
|
|
this.nsbmdRemoveTexButton.Name = "nsbmdRemoveTexButton";
|
|
this.nsbmdRemoveTexButton.Size = new System.Drawing.Size(36, 36);
|
|
this.nsbmdRemoveTexButton.Text = "Remove texture from NSBMD";
|
|
this.nsbmdRemoveTexButton.ToolTipText = "Remove textures from NSBMD";
|
|
this.nsbmdRemoveTexButton.Click += new System.EventHandler(this.nsbmdRemoveTexButton_Click);
|
|
//
|
|
// nsbmdExportTexButton
|
|
//
|
|
this.nsbmdExportTexButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.nsbmdExportTexButton.Image = global::DSPRE.Properties.Resources.saveTextureFromNSBMD;
|
|
this.nsbmdExportTexButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.nsbmdExportTexButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.nsbmdExportTexButton.Margin = new System.Windows.Forms.Padding(4, 6, 0, 2);
|
|
this.nsbmdExportTexButton.Name = "nsbmdExportTexButton";
|
|
this.nsbmdExportTexButton.Size = new System.Drawing.Size(36, 36);
|
|
this.nsbmdExportTexButton.Text = "Extract texture from NSBMD";
|
|
this.nsbmdExportTexButton.ToolTipText = "Extract textures from NSBMD";
|
|
this.nsbmdExportTexButton.Click += new System.EventHandler(this.nsbmdExportTexButton_Click);
|
|
//
|
|
// separator_afterNsbmdUtils
|
|
//
|
|
this.separator_afterNsbmdUtils.Name = "separator_afterNsbmdUtils";
|
|
this.separator_afterNsbmdUtils.Size = new System.Drawing.Size(6, 44);
|
|
//
|
|
// buildingEditorButton
|
|
//
|
|
this.buildingEditorButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buildingEditorButton.Enabled = false;
|
|
this.buildingEditorButton.Image = global::DSPRE.Properties.Resources.buildingEditorButton;
|
|
this.buildingEditorButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.buildingEditorButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buildingEditorButton.Margin = new System.Windows.Forms.Padding(4, 6, 0, 2);
|
|
this.buildingEditorButton.Name = "buildingEditorButton";
|
|
this.buildingEditorButton.Size = new System.Drawing.Size(36, 36);
|
|
this.buildingEditorButton.Text = "Buildings Editor";
|
|
this.buildingEditorButton.ToolTipText = "Building Editor";
|
|
this.buildingEditorButton.Click += new System.EventHandler(this.buildingEditorButton_Click);
|
|
//
|
|
// wildEditorButton
|
|
//
|
|
this.wildEditorButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.wildEditorButton.Enabled = false;
|
|
this.wildEditorButton.Image = global::DSPRE.Properties.Resources.wildEditorButton;
|
|
this.wildEditorButton.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.wildEditorButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.wildEditorButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.wildEditorButton.Margin = new System.Windows.Forms.Padding(4, 6, 0, 2);
|
|
this.wildEditorButton.Name = "wildEditorButton";
|
|
this.wildEditorButton.Size = new System.Drawing.Size(36, 36);
|
|
this.wildEditorButton.Text = "Wild Pokémon Editor";
|
|
this.wildEditorButton.Click += new System.EventHandler(this.wildEditorButton_Click);
|
|
//
|
|
// scriptCommandsButton
|
|
//
|
|
this.scriptCommandsButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.scriptCommandsButton.Enabled = false;
|
|
this.scriptCommandsButton.Image = global::DSPRE.Properties.Resources.scriptDBIcon;
|
|
this.scriptCommandsButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.scriptCommandsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.scriptCommandsButton.Margin = new System.Windows.Forms.Padding(4, 6, 0, 2);
|
|
this.scriptCommandsButton.Name = "scriptCommandsButton";
|
|
this.scriptCommandsButton.Size = new System.Drawing.Size(36, 36);
|
|
this.scriptCommandsButton.Text = "Script Commands Database";
|
|
this.scriptCommandsButton.Click += new System.EventHandler(this.scriptCommandsDatabaseToolStripButton_Click);
|
|
//
|
|
// romToolboxToolStripButton
|
|
//
|
|
this.romToolboxToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.romToolboxToolStripButton.Enabled = false;
|
|
this.romToolboxToolStripButton.Image = global::DSPRE.Properties.Resources.exploreKit;
|
|
this.romToolboxToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.romToolboxToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.romToolboxToolStripButton.Margin = new System.Windows.Forms.Padding(4, 6, 0, 2);
|
|
this.romToolboxToolStripButton.Name = "romToolboxToolStripButton";
|
|
this.romToolboxToolStripButton.Size = new System.Drawing.Size(36, 36);
|
|
this.romToolboxToolStripButton.Text = "Patch Toolbox";
|
|
this.romToolboxToolStripButton.ToolTipText = "Patch Toolbox";
|
|
this.romToolboxToolStripButton.Click += new System.EventHandler(this.romToolBoxToolStripMenuItem_Click);
|
|
//
|
|
// headerSearchToolStripButton
|
|
//
|
|
this.headerSearchToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.headerSearchToolStripButton.Enabled = false;
|
|
this.headerSearchToolStripButton.Image = global::DSPRE.Properties.Resources.wideLensImage;
|
|
this.headerSearchToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.headerSearchToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.headerSearchToolStripButton.Margin = new System.Windows.Forms.Padding(4, 6, 0, 2);
|
|
this.headerSearchToolStripButton.Name = "headerSearchToolStripButton";
|
|
this.headerSearchToolStripButton.Size = new System.Drawing.Size(36, 36);
|
|
this.headerSearchToolStripButton.Text = "Advanced Search (Experimental)";
|
|
this.headerSearchToolStripButton.ToolTipText = "Search Header by Property";
|
|
this.headerSearchToolStripButton.Click += new System.EventHandler(this.headerSearchToolStripButton_Click);
|
|
//
|
|
// spawnEditorToolStripButton
|
|
//
|
|
this.spawnEditorToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.spawnEditorToolStripButton.Enabled = false;
|
|
this.spawnEditorToolStripButton.Image = global::DSPRE.Properties.Resources.spawnCoordsMatrixeditorIcon;
|
|
this.spawnEditorToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.spawnEditorToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.spawnEditorToolStripButton.Margin = new System.Windows.Forms.Padding(4, 6, 0, 2);
|
|
this.spawnEditorToolStripButton.Name = "spawnEditorToolStripButton";
|
|
this.spawnEditorToolStripButton.Size = new System.Drawing.Size(57, 36);
|
|
this.spawnEditorToolStripButton.Text = "Spawn Point Editor";
|
|
this.spawnEditorToolStripButton.Click += new System.EventHandler(this.spawnEditorToolStripButton_Click);
|
|
//
|
|
// separator_afterMiscButtons
|
|
//
|
|
this.separator_afterMiscButtons.Name = "separator_afterMiscButtons";
|
|
this.separator_afterMiscButtons.Size = new System.Drawing.Size(6, 44);
|
|
//
|
|
// weatherMapEditor
|
|
//
|
|
this.weatherMapEditor.Name = "weatherMapEditor";
|
|
this.weatherMapEditor.Size = new System.Drawing.Size(23, 23);
|
|
//
|
|
// versionLabel
|
|
//
|
|
this.versionLabel.AutoSize = true;
|
|
this.versionLabel.Location = new System.Drawing.Point(1042, 36);
|
|
this.versionLabel.Name = "versionLabel";
|
|
this.versionLabel.Size = new System.Drawing.Size(35, 13);
|
|
this.versionLabel.TabIndex = 9;
|
|
this.versionLabel.Text = "ROM:";
|
|
this.versionLabel.Visible = false;
|
|
//
|
|
// MainProgram
|
|
//
|
|
this.AllowDrop = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1230, 838);
|
|
this.Controls.Add(this.versionLabel);
|
|
this.Controls.Add(this.languageLabel);
|
|
this.Controls.Add(this.gameIcon);
|
|
this.Controls.Add(this.mainToolStrip);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.mainTabControl);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.MaximizeBox = false;
|
|
this.Name = "MainProgram";
|
|
this.Text = "DS Pokémon Rom Editor Reloaded 1.11.1 (Nømura, AdAstra/LD3005, Mixone)";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainProgram_FormClosing);
|
|
this.Shown += new System.EventHandler(this.MainProgram_Shown);
|
|
this.mainTabControl.ResumeLayout(false);
|
|
this.headerEditorTabPage.ResumeLayout(false);
|
|
this.headerEditorTabPage.PerformLayout();
|
|
this.worldmapCoordsGroupBox.ResumeLayout(false);
|
|
this.worldmapCoordsGroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.worldmapYCoordUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.worldmapXCoordUpDown)).EndInit();
|
|
this.groupBox18.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.wildPokeUpDown)).EndInit();
|
|
this.groupBox10.ResumeLayout(false);
|
|
this.groupBox10.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.textFileUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.eventFileUpDown)).EndInit();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox4.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.areaDataUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.matrixUpDown)).EndInit();
|
|
this.groupBox9.ResumeLayout(false);
|
|
this.groupBox9.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.areaIconPictureBox)).EndInit();
|
|
this.nameGroupBox.ResumeLayout(false);
|
|
this.nameGroupBox.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.cameraUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.weatherUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.musicNightUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.musicDayUpDown)).EndInit();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.levelScriptUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.scriptFileUpDown)).EndInit();
|
|
this.flagsGroupBox.ResumeLayout(false);
|
|
this.flagsGroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.battleBackgroundUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cameraPictureBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.weatherPictureBox)).EndInit();
|
|
this.matrixEditorTabPage.ResumeLayout(false);
|
|
this.mapEditorTabPage.ResumeLayout(false);
|
|
this.mapEditorTabPage.PerformLayout();
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
this.flowLayoutPanel1.PerformLayout();
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
this.mapRenderPanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.movPictureBox)).EndInit();
|
|
this.mapPartsTabControl.ResumeLayout(false);
|
|
this.buildingsTabPage.ResumeLayout(false);
|
|
this.buildingsTabPage.PerformLayout();
|
|
this.groupBox33.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.yRotDegBldUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xRotDegBldUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.zRotDegBldUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.yRotBuildUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xRotBuildUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.zRotBuildUpDown)).EndInit();
|
|
this.lockXZgroupbox.ResumeLayout(false);
|
|
this.lockXZgroupbox.PerformLayout();
|
|
this.bldRoundGroupbox.ResumeLayout(false);
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.groupBox20.ResumeLayout(false);
|
|
this.groupBox20.PerformLayout();
|
|
this.groupBox19.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.buildingHeightUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.buildingWidthUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.buildingLengthUpDown)).EndInit();
|
|
this.buildPositionGroupBox.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.yBuildUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xBuildUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.zBuildUpDown)).EndInit();
|
|
this.permissionsTabPage.ResumeLayout(false);
|
|
this.permissionsTabPage.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.transparencyBar)).EndInit();
|
|
this.typeGroupBox.ResumeLayout(false);
|
|
this.typeGroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.typePainterUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.typePainterPictureBox)).EndInit();
|
|
this.collisionGroupBox.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.collisionPainterPictureBox)).EndInit();
|
|
this.selectCollisionPanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.collisionPictureBox)).EndInit();
|
|
this.selectTypePanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.typePictureBox)).EndInit();
|
|
this.modelTabPage.ResumeLayout(false);
|
|
this.modelTabPage.PerformLayout();
|
|
this.terrainTabPage.ResumeLayout(false);
|
|
this.terrainTabPage.PerformLayout();
|
|
this.bgsTabPage.ResumeLayout(false);
|
|
this.bgsTabPage.PerformLayout();
|
|
this.nsbtxEditorTabPage.ResumeLayout(false);
|
|
this.eventEditorTabPage.ResumeLayout(false);
|
|
this.tabPageScriptEditor.ResumeLayout(false);
|
|
this.tabPageScriptEditor.PerformLayout();
|
|
this.tabPageLevelScriptEditor.ResumeLayout(false);
|
|
this.tabPageLevelScriptEditor.PerformLayout();
|
|
this.textEditorTabPage.ResumeLayout(false);
|
|
this.textEditorTabPage.PerformLayout();
|
|
this.cameraEditorTabPage.ResumeLayout(false);
|
|
this.trainerEditorTabPage.ResumeLayout(false);
|
|
this.trainerEditorTabPage.PerformLayout();
|
|
this.tableEditorTabPage.ResumeLayout(false);
|
|
this.tabPageEncountersEditor.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gameIcon)).EndInit();
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.mainToolStrip.ResumeLayout(false);
|
|
this.mainToolStrip.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.PictureBox gameIcon;
|
|
private System.Windows.Forms.Label languageLabel;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem openROMToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem saveROMToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
|
|
private System.Windows.Forms.Button saveMapButton;
|
|
private System.Windows.Forms.Label label26;
|
|
private System.Windows.Forms.Label mapFileLabel;
|
|
private System.Windows.Forms.Label mapTextureLabel;
|
|
private System.Windows.Forms.TabControl mapPartsTabControl;
|
|
private System.Windows.Forms.TabPage buildingsTabPage;
|
|
private System.Windows.Forms.Button importBuildingsButton;
|
|
private System.Windows.Forms.Button exportBuildingsButton;
|
|
private System.Windows.Forms.Button removeBuildingButton;
|
|
private System.Windows.Forms.Button addBuildingButton;
|
|
private System.Windows.Forms.GroupBox buildPositionGroupBox;
|
|
private System.Windows.Forms.Label yLabel;
|
|
private System.Windows.Forms.Label zLabel;
|
|
private System.Windows.Forms.Label xLabel;
|
|
private System.Windows.Forms.NumericUpDown yBuildUpDown;
|
|
private System.Windows.Forms.NumericUpDown zBuildUpDown;
|
|
private System.Windows.Forms.NumericUpDown xBuildUpDown;
|
|
private System.Windows.Forms.ComboBox buildIndexComboBox;
|
|
private System.Windows.Forms.ListBox buildingsListBox;
|
|
private System.Windows.Forms.TabPage permissionsTabPage;
|
|
private System.Windows.Forms.Button ImportMovButton;
|
|
private System.Windows.Forms.Button exportMovButton;
|
|
private System.Windows.Forms.TabPage modelTabPage;
|
|
private System.Windows.Forms.Label unsupported3DModelEditLBL;
|
|
private System.Windows.Forms.Button importMapButton;
|
|
private System.Windows.Forms.Button exportMapButton;
|
|
private System.Windows.Forms.TabPage terrainTabPage;
|
|
private System.Windows.Forms.Label unsupportedBDHCEditLBL;
|
|
private System.Windows.Forms.Button bdhcImportButton;
|
|
private System.Windows.Forms.Button bdhcExportButton;
|
|
private System.Windows.Forms.RadioButton radio3D;
|
|
private System.Windows.Forms.RadioButton radio2D;
|
|
private System.Windows.Forms.CheckBox wireframeCheckBox;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.PictureBox collisionPictureBox;
|
|
private System.Windows.Forms.PictureBox typePictureBox;
|
|
private System.Windows.Forms.Label typeLabel;
|
|
private System.Windows.Forms.Label collisionLabel;
|
|
private System.Windows.Forms.Panel selectCollisionPanel;
|
|
private System.Windows.Forms.Panel selectTypePanel;
|
|
private System.Windows.Forms.ImageList mainTabImageList;
|
|
private System.Windows.Forms.ToolStripButton loadRomButton;
|
|
private System.Windows.Forms.ToolStripButton saveRomButton;
|
|
private System.Windows.Forms.ToolStrip mainToolStrip;
|
|
private System.Windows.Forms.Label versionLabel;
|
|
private System.Windows.Forms.ToolStripSeparator separator_afterNsbmdUtils;
|
|
private System.Windows.Forms.Button clearCurrentButton;
|
|
private System.Windows.Forms.GroupBox typeGroupBox;
|
|
private System.Windows.Forms.GroupBox collisionGroupBox;
|
|
private System.Windows.Forms.PictureBox collisionPainterPictureBox;
|
|
private System.Windows.Forms.PictureBox typePainterPictureBox;
|
|
private System.Windows.Forms.ComboBox collisionPainterComboBox;
|
|
private System.Windows.Forms.NumericUpDown typePainterUpDown;
|
|
private System.Windows.Forms.ComboBox collisionTypePainterComboBox;
|
|
private System.Windows.Forms.RadioButton knownTypesRadioButton;
|
|
private System.Windows.Forms.RadioButton valueTypeRadioButton;
|
|
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem romToolboxToolStripMenuItem;
|
|
private System.Windows.Forms.Panel mapRenderPanel;
|
|
private System.Windows.Forms.PictureBox movPictureBox;
|
|
private System.Windows.Forms.ToolStripButton wildEditorButton;
|
|
private System.Windows.Forms.Button importTextFileButton;
|
|
private System.Windows.Forms.NumericUpDown buildingHeightUpDown;
|
|
private System.Windows.Forms.NumericUpDown buildingLengthUpDown;
|
|
private System.Windows.Forms.NumericUpDown buildingWidthUpDown;
|
|
private System.Windows.Forms.ToolStripButton romToolboxToolStripButton;
|
|
private System.Windows.Forms.Button removeMapFileButton;
|
|
private System.Windows.Forms.Button addMapFileButton;
|
|
private System.Windows.Forms.GroupBox groupBox10;
|
|
private System.Windows.Forms.Button openMessageFileButton;
|
|
private System.Windows.Forms.NumericUpDown textFileUpDown;
|
|
private System.Windows.Forms.Label textLabel;
|
|
private System.Windows.Forms.Button openEventsButton;
|
|
private System.Windows.Forms.Label eventLabel;
|
|
private System.Windows.Forms.NumericUpDown eventFileUpDown;
|
|
private System.Windows.Forms.GroupBox groupBox9;
|
|
private System.Windows.Forms.Button resetButton;
|
|
private System.Windows.Forms.Button searchHeaderButton;
|
|
private System.Windows.Forms.TextBox searchLocationTextBox;
|
|
private System.Windows.Forms.PictureBox areaIconPictureBox;
|
|
private System.Windows.Forms.Label areaImageLabel;
|
|
private System.Windows.Forms.GroupBox nameGroupBox;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Button openWildEditorWithIdButton;
|
|
private System.Windows.Forms.TextBox internalNameBox;
|
|
private System.Windows.Forms.NumericUpDown wildPokeUpDown;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox areaIconComboBox;
|
|
private System.Windows.Forms.Label areaSettingsLabel;
|
|
private System.Windows.Forms.ComboBox areaSettingsComboBox;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.ComboBox weatherComboBox;
|
|
private System.Windows.Forms.ComboBox musicNightComboBox;
|
|
private System.Windows.Forms.Label weatherLabel;
|
|
private System.Windows.Forms.Label cameraLabel;
|
|
private System.Windows.Forms.Label musicNightLabel;
|
|
private System.Windows.Forms.ComboBox cameraComboBox;
|
|
private System.Windows.Forms.Label musicDayLabel;
|
|
private System.Windows.Forms.ComboBox musicDayComboBox;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.NumericUpDown levelScriptUpDown;
|
|
private System.Windows.Forms.Button openLevelScriptButton;
|
|
private System.Windows.Forms.Label levelScriptLabel;
|
|
private System.Windows.Forms.Button openScriptButton;
|
|
private System.Windows.Forms.Label scriptLabel;
|
|
private System.Windows.Forms.Button saveHeaderButton;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.Button openAreaDataButton;
|
|
private System.Windows.Forms.Button openMatrixButton;
|
|
private System.Windows.Forms.Label areaDataLabel;
|
|
private System.Windows.Forms.NumericUpDown areaDataUpDown;
|
|
private System.Windows.Forms.Label matrixLabel;
|
|
private System.Windows.Forms.NumericUpDown matrixUpDown;
|
|
private System.Windows.Forms.GroupBox flagsGroupBox;
|
|
private System.Windows.Forms.CheckBox flag3CheckBox;
|
|
private System.Windows.Forms.CheckBox flag2CheckBox;
|
|
private System.Windows.Forms.CheckBox flag1CheckBox;
|
|
private System.Windows.Forms.CheckBox flag0CheckBox;
|
|
private System.Windows.Forms.CheckBox flag6CheckBox;
|
|
private System.Windows.Forms.CheckBox flag5CheckBox;
|
|
private System.Windows.Forms.CheckBox flag4CheckBox;
|
|
private System.Windows.Forms.Label cameraPicLabel;
|
|
private System.Windows.Forms.PictureBox cameraPictureBox;
|
|
private System.Windows.Forms.Label weatherPicLabel;
|
|
private System.Windows.Forms.PictureBox weatherPictureBox;
|
|
private System.Windows.Forms.ToolStripButton buildingEditorButton;
|
|
private System.Windows.Forms.ToolStripButton unpackAllButton;
|
|
private System.Windows.Forms.Button pasteHeaderButton;
|
|
private System.Windows.Forms.Button copyHeaderButton;
|
|
private System.Windows.Forms.Button pasteScriptsButton;
|
|
private System.Windows.Forms.Button copyScriptsButton;
|
|
private System.Windows.Forms.Button pasteTextsButton;
|
|
private System.Windows.Forms.Button copyTextsButton;
|
|
private System.Windows.Forms.Button pasteEventsButton;
|
|
private System.Windows.Forms.Button copyEventsButton;
|
|
private System.Windows.Forms.Button pasteLevelScriptsButton;
|
|
private System.Windows.Forms.Button copyLevelScriptsButton;
|
|
private System.Windows.Forms.Button pasteAreaDataButton;
|
|
private System.Windows.Forms.Button copyAreaDataButton;
|
|
private System.Windows.Forms.Button pasteMatrixButton;
|
|
private System.Windows.Forms.Button copyMatrixButton;
|
|
private System.Windows.Forms.Button pasteWeatherButton;
|
|
private System.Windows.Forms.Button copyWeatherButton;
|
|
private System.Windows.Forms.Button pasteMusicNightButton;
|
|
private System.Windows.Forms.Button copyMusicNightButton;
|
|
private System.Windows.Forms.Button pasteMusicDayButton;
|
|
private System.Windows.Forms.Button copyMusicDayButton;
|
|
private System.Windows.Forms.Button pasteAreaSettingsButton;
|
|
private System.Windows.Forms.Button copyAreaSettingsButton;
|
|
private System.Windows.Forms.Button pasteLocationNameButton;
|
|
private System.Windows.Forms.Button copyLocationNameButton;
|
|
private System.Windows.Forms.Button pasteInternalNameButton;
|
|
private System.Windows.Forms.Button copyInternalNameButton;
|
|
private System.Windows.Forms.Button pasteAreaIconButton;
|
|
private System.Windows.Forms.Button copyAreaIconButton;
|
|
private System.Windows.Forms.Button pasteCameraAngleButton;
|
|
private System.Windows.Forms.Button copyCameraAngleButton;
|
|
private System.Windows.Forms.NumericUpDown musicDayUpDown;
|
|
private System.Windows.Forms.NumericUpDown musicNightUpDown;
|
|
private System.Windows.Forms.NumericUpDown weatherUpDown;
|
|
private System.Windows.Forms.Button pasteWildEncountersButton;
|
|
private System.Windows.Forms.Button copyWildEncountersButton;
|
|
private System.Windows.Forms.Button importHeaderFromFileButton;
|
|
private System.Windows.Forms.Button exportHeaderToFileButton;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.GroupBox groupBox18;
|
|
private System.Windows.Forms.ToolStripButton updateMapNarcsButton;
|
|
private System.Windows.Forms.Button duplicateBuildingButton;
|
|
private System.Windows.Forms.Button replaceMapBinButton;
|
|
private System.Windows.Forms.GroupBox worldmapCoordsGroupBox;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.NumericUpDown worldmapYCoordUpDown;
|
|
private System.Windows.Forms.Label label36;
|
|
private System.Windows.Forms.NumericUpDown worldmapXCoordUpDown;
|
|
private System.Windows.Forms.Button worldmapCoordsPasteButton;
|
|
private System.Windows.Forms.Button worldmapCoordsCopyButton;
|
|
private System.Windows.Forms.Button pasteMapSettingsButton;
|
|
private System.Windows.Forms.Button copyFlagsButton;
|
|
private System.Windows.Forms.ToolStripButton headerSearchToolStripButton;
|
|
private System.Windows.Forms.Label battleBackgroundLabel;
|
|
private System.Windows.Forms.NumericUpDown battleBackgroundUpDown;
|
|
private System.Windows.Forms.Label internalNameLenLabel;
|
|
private System.Windows.Forms.GroupBox groupBox19;
|
|
private System.Windows.Forms.GroupBox groupBox20;
|
|
private System.Windows.Forms.TabPage bgsTabPage;
|
|
private System.Windows.Forms.Label unsupportedBGSEditLBL;
|
|
private System.Windows.Forms.Button soundPlatesImportButton;
|
|
private System.Windows.Forms.Button soundPlatesExportButton;
|
|
private System.Windows.Forms.Label modelSizeLBL;
|
|
private System.Windows.Forms.Label nsbmdSizeLabel;
|
|
private System.Windows.Forms.Label terrainSizeLBL;
|
|
private System.Windows.Forms.Label terrainDataLBL;
|
|
private System.Windows.Forms.Label BGSSizeLBL;
|
|
private System.Windows.Forms.Label bgsDataLBL;
|
|
private System.Windows.Forms.ToolStripMenuItem headerSearchToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator separator_afterRenameUtils;
|
|
private System.Windows.Forms.ToolStripSeparator separator_AfterOpenSave;
|
|
private System.Windows.Forms.Button exportCurrentMapBinButton;
|
|
private System.Windows.Forms.ToolStripButton scriptCommandsButton;
|
|
private System.Windows.Forms.ToolStripMenuItem scriptCommandsDatabaseToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem diamondAndPearlToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem platinumToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem heartGoldAndSoulSilverToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripButton spawnEditorToolStripButton;
|
|
private System.Windows.Forms.ToolStripButton nsbmdExportTexButton;
|
|
private System.Windows.Forms.ToolStripButton nsbmdRemoveTexButton;
|
|
private System.Windows.Forms.ToolStripButton nsbmdAddTexButton;
|
|
private System.Windows.Forms.ToolStripSeparator separator_afterMiscButtons;
|
|
private System.Windows.Forms.CheckBox embedTexturesInMapModelCheckBox;
|
|
private System.Windows.Forms.GroupBox bldRoundGroupbox;
|
|
private System.Windows.Forms.RadioButton bldRoundDecmil;
|
|
private System.Windows.Forms.RadioButton bldRoundMil;
|
|
private System.Windows.Forms.RadioButton bldRoundCent;
|
|
private System.Windows.Forms.RadioButton bldRoundDec;
|
|
private System.Windows.Forms.RadioButton bldRoundWhole;
|
|
private System.Windows.Forms.CheckBox bldPlaceLockZcheckbox;
|
|
private System.Windows.Forms.CheckBox bldPlaceLockXcheckbox;
|
|
private System.Windows.Forms.RadioButton bldRoundCentMil;
|
|
private System.Windows.Forms.CheckBox bldPlaceWithMouseCheckbox;
|
|
private System.Windows.Forms.GroupBox lockXZgroupbox;
|
|
private System.Windows.Forms.Button blankBGSButton;
|
|
private System.Windows.Forms.Button removeLastHeaderBTN;
|
|
private System.Windows.Forms.Button addHeaderBTN;
|
|
private System.Windows.Forms.NumericUpDown cameraUpDown;
|
|
private DSPRE.InputComboBox partyMove6_1ComboBox;
|
|
private DSPRE.InputComboBox partyMove6_2ComboBox;
|
|
private DSPRE.InputComboBox partyMove6_3ComboBox;
|
|
private DSPRE.InputComboBox partyMove6_4ComboBox;
|
|
private DSPRE.InputComboBox partyItem6ComboBox;
|
|
private DSPRE.InputComboBox partyPokemon6ComboBox;
|
|
private DSPRE.InputComboBox partyMove5_1ComboBox;
|
|
private DSPRE.InputComboBox partyMove5_2ComboBox;
|
|
private DSPRE.InputComboBox partyMove5_3ComboBox;
|
|
private DSPRE.InputComboBox partyMove5_4ComboBox;
|
|
private DSPRE.InputComboBox partyItem5ComboBox;
|
|
private DSPRE.InputComboBox partyPokemon5ComboBox;
|
|
private DSPRE.InputComboBox partyMove4_1ComboBox;
|
|
private DSPRE.InputComboBox partyMove4_2ComboBox;
|
|
private DSPRE.InputComboBox partyMove4_3ComboBox;
|
|
private DSPRE.InputComboBox partyMove4_4ComboBox;
|
|
private DSPRE.InputComboBox partyItem4ComboBox;
|
|
private DSPRE.InputComboBox partyPokemon4ComboBox;
|
|
private DSPRE.InputComboBox partyMove3_1ComboBox;
|
|
private DSPRE.InputComboBox partyMove3_2ComboBox;
|
|
private DSPRE.InputComboBox partyMove3_3ComboBox;
|
|
private DSPRE.InputComboBox partyMove3_4ComboBox;
|
|
private DSPRE.InputComboBox partyItem3ComboBox;
|
|
private DSPRE.InputComboBox partyPokemon3ComboBox;
|
|
private DSPRE.InputComboBox partyMove2_1ComboBox;
|
|
private DSPRE.InputComboBox partyMove2_2ComboBox;
|
|
private DSPRE.InputComboBox partyMove2_3ComboBox;
|
|
private DSPRE.InputComboBox partyMove2_4ComboBox;
|
|
private DSPRE.InputComboBox partyItem2ComboBox;
|
|
private DSPRE.InputComboBox partyPokemon2ComboBox;
|
|
private DSPRE.InputComboBox partyMove1_1ComboBox;
|
|
private DSPRE.InputComboBox partyMove1_2ComboBox;
|
|
private DSPRE.InputComboBox partyMove1_3ComboBox;
|
|
private DSPRE.InputComboBox partyMove1_4ComboBox;
|
|
private DSPRE.InputComboBox partyItem1ComboBox;
|
|
private DSPRE.InputComboBox partyPokemon1ComboBox;
|
|
private DSPRE.InputComboBox trainerItem4ComboBox;
|
|
private DSPRE.InputComboBox trainerItem3ComboBox;
|
|
private DSPRE.InputComboBox trainerItem2ComboBox;
|
|
private DSPRE.InputComboBox trainerItem1ComboBox;
|
|
private DSPRE.InputComboBox trainerComboBox;
|
|
private System.Windows.Forms.ComboBox followModeComboBox;
|
|
private System.Windows.Forms.RadioButton johtoRadioButton;
|
|
private System.Windows.Forms.RadioButton kantoRadioButton;
|
|
private System.Windows.Forms.Label followModeLabel;
|
|
private System.Windows.Forms.ToolStripButton readDataFromFolderButton;
|
|
private System.Windows.Forms.Button mapScreenshotButton;
|
|
private System.Windows.Forms.ToolStripMenuItem openFolderToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem NarcUtilityToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem unpackToFolderToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem buildFomFolderToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem listBasedBatchRenameToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem listBasedToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem contentBasedToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator separator_afterFolderUnpackers;
|
|
private System.Windows.Forms.ToolStripButton listBasedBatchRenameToolStripButton;
|
|
private System.Windows.Forms.ToolStripButton contentBasedBatchRenameToolStripButton;
|
|
private System.Windows.Forms.ToolStripButton unpackNARCtoFolderToolStripButton;
|
|
private System.Windows.Forms.ToolStripButton buildNarcFromFolderToolStripButton;
|
|
private System.Windows.Forms.ToolStripSeparator separator_afterNarcUtils;
|
|
private System.Windows.Forms.ToolStripMenuItem listBuilderToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem fromCEnumToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem fromFolderContentsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripButton folderBasedListBuilderToolStriButton;
|
|
private System.Windows.Forms.ToolStripButton enumBasedListBuilderToolStripButton;
|
|
private System.Windows.Forms.ToolStripSeparator separator_afterListUtils;
|
|
private System.Windows.Forms.ToolStripMenuItem menuViewToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem essentialToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem simpleToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem fullViewToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem nSBMDUtilityToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem texturizeNSBMDToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem untexturizeToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem extractNSBTXFromNSBMDToolStripMenuItem;
|
|
private System.Windows.Forms.Button locateCurrentMapBin;
|
|
private System.Windows.Forms.Button daeExportButton;
|
|
private System.Windows.Forms.GroupBox groupBox33;
|
|
private System.Windows.Forms.NumericUpDown yRotDegBldUpDown;
|
|
private System.Windows.Forms.NumericUpDown xRotDegBldUpDown;
|
|
private System.Windows.Forms.NumericUpDown zRotDegBldUpDown;
|
|
private System.Windows.Forms.NumericUpDown yRotBuildUpDown;
|
|
private System.Windows.Forms.NumericUpDown xRotBuildUpDown;
|
|
private System.Windows.Forms.NumericUpDown zRotBuildUpDown;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
private System.Windows.Forms.ToolStripMenuItem advancedStripMenuItem;
|
|
private System.Windows.Forms.Button glbExportButton;
|
|
private System.Windows.Forms.ToolStripMenuItem otherEditorsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem personalDataEditorToolStripMenuItem;
|
|
public System.Windows.Forms.ToolStripStatusLabel statusLabel;
|
|
public System.Windows.Forms.ToolStripProgressBar toolStripProgressBar;
|
|
public System.Windows.Forms.TabPage tabPageScriptEditor;
|
|
public System.Windows.Forms.TabPage tabPageLevelScriptEditor;
|
|
public Editors.ScriptEditor scriptEditor;
|
|
public DSPRE.Editors.LevelScriptEditor levelScriptEditor;
|
|
public System.Windows.Forms.TabControl mainTabControl;
|
|
public System.Windows.Forms.NumericUpDown scriptFileUpDown;
|
|
public System.Windows.Forms.TabPage tabPageEncountersEditor;
|
|
private System.Windows.Forms.Button scanUnusedCollisionTypesButton;
|
|
private System.Windows.Forms.ToolStripMenuItem overlayEditorToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem spawnEditorToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem moveDataEditorToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripButton weatherMapEditor;
|
|
private System.Windows.Forms.TrackBar transparencyBar;
|
|
private System.Windows.Forms.ToolStripMenuItem addressHelperToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem exportScriptDatabaseJSONToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem overworldEditorToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem generateCSVToolStripMenuItem;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.ToolStripMenuItem flyWarpEditorToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem itemEditorToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem tradeEditorToolStripMenuItem;
|
|
private System.Windows.Forms.Button popoutTextEditorButton;
|
|
private System.Windows.Forms.Label textEditorPoppedOutLabel;
|
|
private System.Windows.Forms.Button popoutLevelScriptEditorButton;
|
|
private System.Windows.Forms.Label LSEditorPoppedOutLabel;
|
|
public Editors.TextEditor textEditor;
|
|
public System.Windows.Forms.TabPage textEditorTabPage;
|
|
private System.Windows.Forms.Button popoutScriptEditorButton;
|
|
private System.Windows.Forms.Label scriptEditorPoppedOutLabel;
|
|
public Editors.CameraEditor cameraEditor;
|
|
public System.Windows.Forms.TabPage cameraEditorTabPage;
|
|
public System.Windows.Forms.ComboBox locationNameComboBox;
|
|
public System.Windows.Forms.ListBox headerListBox;
|
|
public Editors.TableEditor tableEditor;
|
|
public System.Windows.Forms.TabPage tableEditorTabPage;
|
|
public Editors.TrainerEditor trainerEditor;
|
|
public System.Windows.Forms.TabPage trainerEditorTabPage;
|
|
private System.Windows.Forms.Button popoutTrainerEditorButton;
|
|
private System.Windows.Forms.Label trainerEditorPoppedOutLabel;
|
|
public System.Windows.Forms.ComboBox mapTextureComboBox;
|
|
public System.Windows.Forms.ComboBox buildTextureComboBox;
|
|
public Editors.NsbtxEditor nsbtxEditor;
|
|
public System.Windows.Forms.TabPage nsbtxEditorTabPage;
|
|
public Editors.EventEditor eventEditor;
|
|
public System.Windows.Forms.TabPage eventEditorTabPage;
|
|
public System.Windows.Forms.TabPage headerEditorTabPage;
|
|
public Tao.Platform.Windows.SimpleOpenGlControl mapOpenGlControl;
|
|
public System.Windows.Forms.ComboBox selectMapComboBox;
|
|
public System.Windows.Forms.TabPage mapEditorTabPage;
|
|
public System.Windows.Forms.RadioButton interiorbldRadioButton;
|
|
public System.Windows.Forms.RadioButton exteriorbldRadioButton;
|
|
public Editors.MatrixEditor matrixEditor;
|
|
public System.Windows.Forms.TabPage matrixEditorTabPage;
|
|
}
|
|
}
|
|
|