mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-12 06:54:33 -05:00
2594 lines
142 KiB
C#
2594 lines
142 KiB
C#
namespace DSPRE.Editors
|
||
{
|
||
partial class EventEditor
|
||
{
|
||
/// <summary>
|
||
/// Variable nécessaire au concepteur.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Nettoyage des ressources utilisées.
|
||
/// </summary>
|
||
/// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Code généré par le Concepteur de composants
|
||
|
||
/// <summary>
|
||
/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
|
||
/// le contenu de cette méthode avec l'éditeur de code.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EventEditor));
|
||
this.locateCurrentEvFile = new System.Windows.Forms.Button();
|
||
this.groupBox21 = new System.Windows.Forms.GroupBox();
|
||
this.showTriggersCheckBox = new System.Windows.Forms.CheckBox();
|
||
this.showWarpsCheckBox = new System.Windows.Forms.CheckBox();
|
||
this.showOwsCheckBox = new System.Windows.Forms.CheckBox();
|
||
this.showSpawnablesCheckBox = new System.Windows.Forms.CheckBox();
|
||
this.eventAreaDataUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.eventMapTextureLabel = new System.Windows.Forms.Label();
|
||
this.RightClickLabel = new System.Windows.Forms.Label();
|
||
this.WheelClickLabel = new System.Windows.Forms.Label();
|
||
this.LeftClickLabel = new System.Windows.Forms.Label();
|
||
this.eventMatrixYUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.eventMatrixXUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.eventMatrixYLabel = new System.Windows.Forms.Label();
|
||
this.eventMatrixXLabel = new System.Windows.Forms.Label();
|
||
this.matrixNavigatorLabel = new System.Windows.Forms.Label();
|
||
this.eventMatrixPanel = new System.Windows.Forms.Panel();
|
||
this.eventMatrixPictureBox = new System.Windows.Forms.PictureBox();
|
||
this.selectEventComboBox = new System.Windows.Forms.ComboBox();
|
||
this.backgroundMapLabel = new System.Windows.Forms.Label();
|
||
this.eventMatrixUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.eventsTabControl = new System.Windows.Forms.TabControl();
|
||
this.signsTabPage = new System.Windows.Forms.TabPage();
|
||
this.spawnableTypeComboBox = new System.Windows.Forms.ComboBox();
|
||
this.label18 = new System.Windows.Forms.Label();
|
||
this.duplicateSpawnableButton = new System.Windows.Forms.Button();
|
||
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
||
this.goToSignButton = new System.Windows.Forms.Button();
|
||
this.signMatrixYLabel = new System.Windows.Forms.Label();
|
||
this.spawnableXMatrixUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.signMatrixXLabel = new System.Windows.Forms.Label();
|
||
this.spawnableYMatrixUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.signZLabel = new System.Windows.Forms.Label();
|
||
this.spawnablexMapUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.spawnableUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.signMapXLabel = new System.Windows.Forms.Label();
|
||
this.spawnableYMapUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.signMapYLabel = new System.Windows.Forms.Label();
|
||
this.removeSpawnableButton = new System.Windows.Forms.Button();
|
||
this.addSpawnableButton = new System.Windows.Forms.Button();
|
||
this.spawnableDirComboBox = new System.Windows.Forms.ComboBox();
|
||
this.signOrientationLabel = new System.Windows.Forms.Label();
|
||
this.signScriptNumberLabel = new System.Windows.Forms.Label();
|
||
this.spawnableScriptUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.spawnablesListBox = new System.Windows.Forms.ListBox();
|
||
this.overworldsTabPage = new System.Windows.Forms.TabPage();
|
||
this.sortOWsByIDDescButton = new System.Windows.Forms.Button();
|
||
this.sortOWsByIDAscButton = new System.Windows.Forms.Button();
|
||
this.groupBox22 = new System.Windows.Forms.GroupBox();
|
||
this.normalRadioButton = new System.Windows.Forms.RadioButton();
|
||
this.isTrainerRadioButton = new System.Windows.Forms.RadioButton();
|
||
this.isItemRadioButton = new System.Windows.Forms.RadioButton();
|
||
this.spriteIDlabel = new System.Windows.Forms.Label();
|
||
this.groupBox17 = new System.Windows.Forms.GroupBox();
|
||
this.button14 = new System.Windows.Forms.Button();
|
||
this.owYMatrixUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.label12 = new System.Windows.Forms.Label();
|
||
this.owXMatrixUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.label11 = new System.Windows.Forms.Label();
|
||
this.owMovementGroupBox = new System.Windows.Forms.GroupBox();
|
||
this.groupBox23 = new System.Windows.Forms.GroupBox();
|
||
this.label39 = new System.Windows.Forms.Label();
|
||
this.label20 = new System.Windows.Forms.Label();
|
||
this.owXRangeUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.owYRangeUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.owOrientationComboBox = new System.Windows.Forms.ComboBox();
|
||
this.owMovementComboBox = new System.Windows.Forms.ComboBox();
|
||
this.positionGroupBox = new System.Windows.Forms.GroupBox();
|
||
this.label13 = new System.Windows.Forms.Label();
|
||
this.owXMapUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.owZPositionUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.owXPositionLabel = new System.Windows.Forms.Label();
|
||
this.owYMapUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.label10 = new System.Windows.Forms.Label();
|
||
this.owSpecialGroupBox = new System.Windows.Forms.GroupBox();
|
||
this.itemsSelectorHelpBtn = new System.Windows.Forms.Button();
|
||
this.owPartnerTrainerCheckBox = new System.Windows.Forms.CheckBox();
|
||
this.owItemComboBox = new System.Windows.Forms.ComboBox();
|
||
this.owItemLabel = new System.Windows.Forms.Label();
|
||
this.owTrainerComboBox = new System.Windows.Forms.ComboBox();
|
||
this.owSightRangeLabel = new System.Windows.Forms.Label();
|
||
this.owSightRangeUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.owTrainerLabel = new System.Windows.Forms.Label();
|
||
this.owScriptLabel = new System.Windows.Forms.Label();
|
||
this.owScriptNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.owFlagLabel = new System.Windows.Forms.Label();
|
||
this.owFlagNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.owSpriteLabel = new System.Windows.Forms.Label();
|
||
this.owSpriteComboBox = new System.Windows.Forms.ComboBox();
|
||
this.owIDLabel = new System.Windows.Forms.Label();
|
||
this.owIDNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.duplicateOverworldsButton = new System.Windows.Forms.Button();
|
||
this.owSpritePictureBox = new System.Windows.Forms.PictureBox();
|
||
this.removeOverworldButton = new System.Windows.Forms.Button();
|
||
this.addOverworldButton = new System.Windows.Forms.Button();
|
||
this.overworldsListBox = new System.Windows.Forms.ListBox();
|
||
this.warpsTabPage = new System.Windows.Forms.TabPage();
|
||
this.duplicateWarpsButton = new System.Windows.Forms.Button();
|
||
this.groupBox11 = new System.Windows.Forms.GroupBox();
|
||
this.eventEditorHeaderLocationNameLabel = new System.Windows.Forms.Label();
|
||
this.eventEditorWarpHeaderListBox = new System.Windows.Forms.ListBox();
|
||
this.destinationWarpGoToButton = new System.Windows.Forms.Button();
|
||
this.warpAnchorUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.warpAnchorLabel = new System.Windows.Forms.Label();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.groupBox14 = new System.Windows.Forms.GroupBox();
|
||
this.goToWarpButton = new System.Windows.Forms.Button();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.warpXMatrixUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.label15 = new System.Windows.Forms.Label();
|
||
this.warpYMatrixUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.groupBox12 = new System.Windows.Forms.GroupBox();
|
||
this.warpXMapUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.label24 = new System.Windows.Forms.Label();
|
||
this.label25 = new System.Windows.Forms.Label();
|
||
this.warpYMapUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.warpZUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.label16 = new System.Windows.Forms.Label();
|
||
this.removeWarpButton = new System.Windows.Forms.Button();
|
||
this.addWarpButton = new System.Windows.Forms.Button();
|
||
this.warpsListBox = new System.Windows.Forms.ListBox();
|
||
this.triggersTabPage = new System.Windows.Forms.TabPage();
|
||
this.triggerLogicGroupBox = new System.Windows.Forms.GroupBox();
|
||
this.expectedVarValueTriggerUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.label19 = new System.Windows.Forms.Label();
|
||
this.triggerVariableWatchedUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.label28 = new System.Windows.Forms.Label();
|
||
this.triggerScriptUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.label27 = new System.Windows.Forms.Label();
|
||
this.groupBox16 = new System.Windows.Forms.GroupBox();
|
||
this.triggerLengthLabel = new System.Windows.Forms.Label();
|
||
this.triggerLengthUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.triggerWidthLabel = new System.Windows.Forms.Label();
|
||
this.triggerWidthUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.groupBox15 = new System.Windows.Forms.GroupBox();
|
||
this.triggerZLabel = new System.Windows.Forms.Label();
|
||
this.triggerXMapUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.triggerZUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.triggerMapXLabel = new System.Windows.Forms.Label();
|
||
this.triggerYMapUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.triggerYMapLabel = new System.Windows.Forms.Label();
|
||
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
||
this.goToTriggerButton = new System.Windows.Forms.Button();
|
||
this.triggerYMatrixLabel = new System.Windows.Forms.Label();
|
||
this.triggerXMatrixUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.triggerXMatrixLabel = new System.Windows.Forms.Label();
|
||
this.triggerYMatrixUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.duplicateTriggersButton = new System.Windows.Forms.Button();
|
||
this.removeTriggerButton = new System.Windows.Forms.Button();
|
||
this.addTriggerButton = new System.Windows.Forms.Button();
|
||
this.triggersListBox = new System.Windows.Forms.ListBox();
|
||
this.eventPanel = new System.Windows.Forms.Panel();
|
||
this.eventPictureBox = new System.Windows.Forms.PictureBox();
|
||
this.eventOpenGlControl = new Tao.Platform.Windows.SimpleOpenGlControl();
|
||
this.rightClickPicture = new System.Windows.Forms.PictureBox();
|
||
this.wheelClickPicture = new System.Windows.Forms.PictureBox();
|
||
this.LeftClickPicture = new System.Windows.Forms.PictureBox();
|
||
this.removeEventFileButton = new System.Windows.Forms.Button();
|
||
this.addEventFileButton = new System.Windows.Forms.Button();
|
||
this.eventShiftRightButton = new System.Windows.Forms.Button();
|
||
this.eventShiftLeftButton = new System.Windows.Forms.Button();
|
||
this.eventShiftUpButton = new System.Windows.Forms.Button();
|
||
this.eventShiftDownButton = new System.Windows.Forms.Button();
|
||
this.exportEventFileButton = new System.Windows.Forms.Button();
|
||
this.importEventFileButton = new System.Windows.Forms.Button();
|
||
this.saveEventsButton = new System.Windows.Forms.Button();
|
||
this.screenshotButton = new System.Windows.Forms.Button();
|
||
this.groupBox21.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.eventAreaDataUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.eventMatrixYUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.eventMatrixXUpDown)).BeginInit();
|
||
this.eventMatrixPanel.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.eventMatrixPictureBox)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.eventMatrixUpDown)).BeginInit();
|
||
this.eventsTabControl.SuspendLayout();
|
||
this.signsTabPage.SuspendLayout();
|
||
this.groupBox5.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.spawnableXMatrixUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.spawnableYMatrixUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.spawnablexMapUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.spawnableUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.spawnableYMapUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.spawnableScriptUpDown)).BeginInit();
|
||
this.overworldsTabPage.SuspendLayout();
|
||
this.groupBox22.SuspendLayout();
|
||
this.groupBox17.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.owYMatrixUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.owXMatrixUpDown)).BeginInit();
|
||
this.owMovementGroupBox.SuspendLayout();
|
||
this.groupBox23.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.owXRangeUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.owYRangeUpDown)).BeginInit();
|
||
this.positionGroupBox.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.owXMapUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.owZPositionUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.owYMapUpDown)).BeginInit();
|
||
this.owSpecialGroupBox.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.owSightRangeUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.owScriptNumericUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.owFlagNumericUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.owIDNumericUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.owSpritePictureBox)).BeginInit();
|
||
this.warpsTabPage.SuspendLayout();
|
||
this.groupBox11.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.warpAnchorUpDown)).BeginInit();
|
||
this.groupBox1.SuspendLayout();
|
||
this.groupBox14.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.warpXMatrixUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.warpYMatrixUpDown)).BeginInit();
|
||
this.groupBox12.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.warpXMapUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.warpYMapUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.warpZUpDown)).BeginInit();
|
||
this.triggersTabPage.SuspendLayout();
|
||
this.triggerLogicGroupBox.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.expectedVarValueTriggerUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerVariableWatchedUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerScriptUpDown)).BeginInit();
|
||
this.groupBox16.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerLengthUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerWidthUpDown)).BeginInit();
|
||
this.groupBox15.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerXMapUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerZUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerYMapUpDown)).BeginInit();
|
||
this.groupBox6.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerXMatrixUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerYMatrixUpDown)).BeginInit();
|
||
this.eventPanel.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.eventPictureBox)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.rightClickPicture)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.wheelClickPicture)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.LeftClickPicture)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// locateCurrentEvFile
|
||
//
|
||
this.locateCurrentEvFile.Image = global::DSPRE.Properties.Resources.open_file;
|
||
this.locateCurrentEvFile.Location = new System.Drawing.Point(461, 14);
|
||
this.locateCurrentEvFile.Name = "locateCurrentEvFile";
|
||
this.locateCurrentEvFile.Size = new System.Drawing.Size(42, 40);
|
||
this.locateCurrentEvFile.TabIndex = 62;
|
||
this.locateCurrentEvFile.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.locateCurrentEvFile.UseVisualStyleBackColor = true;
|
||
//
|
||
// groupBox21
|
||
//
|
||
this.groupBox21.Controls.Add(this.showTriggersCheckBox);
|
||
this.groupBox21.Controls.Add(this.showWarpsCheckBox);
|
||
this.groupBox21.Controls.Add(this.showOwsCheckBox);
|
||
this.groupBox21.Controls.Add(this.showSpawnablesCheckBox);
|
||
this.groupBox21.Controls.Add(this.eventAreaDataUpDown);
|
||
this.groupBox21.Controls.Add(this.eventMapTextureLabel);
|
||
this.groupBox21.Location = new System.Drawing.Point(463, 477);
|
||
this.groupBox21.Name = "groupBox21";
|
||
this.groupBox21.Size = new System.Drawing.Size(128, 135);
|
||
this.groupBox21.TabIndex = 61;
|
||
this.groupBox21.TabStop = false;
|
||
this.groupBox21.Text = "Renderer Settings";
|
||
//
|
||
// showTriggersCheckBox
|
||
//
|
||
this.showTriggersCheckBox.AutoSize = true;
|
||
this.showTriggersCheckBox.Checked = true;
|
||
this.showTriggersCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.showTriggersCheckBox.Location = new System.Drawing.Point(9, 86);
|
||
this.showTriggersCheckBox.Name = "showTriggersCheckBox";
|
||
this.showTriggersCheckBox.Size = new System.Drawing.Size(94, 17);
|
||
this.showTriggersCheckBox.TabIndex = 44;
|
||
this.showTriggersCheckBox.Text = "Show Triggers";
|
||
this.showTriggersCheckBox.UseVisualStyleBackColor = true;
|
||
this.showTriggersCheckBox.CheckedChanged += new System.EventHandler(this.showEventsCheckBoxes_CheckedChanged);
|
||
//
|
||
// showWarpsCheckBox
|
||
//
|
||
this.showWarpsCheckBox.AutoSize = true;
|
||
this.showWarpsCheckBox.Checked = true;
|
||
this.showWarpsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.showWarpsCheckBox.Location = new System.Drawing.Point(9, 64);
|
||
this.showWarpsCheckBox.Name = "showWarpsCheckBox";
|
||
this.showWarpsCheckBox.Size = new System.Drawing.Size(87, 17);
|
||
this.showWarpsCheckBox.TabIndex = 43;
|
||
this.showWarpsCheckBox.Text = "Show Warps";
|
||
this.showWarpsCheckBox.UseVisualStyleBackColor = true;
|
||
this.showWarpsCheckBox.CheckedChanged += new System.EventHandler(this.showEventsCheckBoxes_CheckedChanged);
|
||
//
|
||
// showOwsCheckBox
|
||
//
|
||
this.showOwsCheckBox.AutoSize = true;
|
||
this.showOwsCheckBox.Checked = true;
|
||
this.showOwsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.showOwsCheckBox.Location = new System.Drawing.Point(9, 42);
|
||
this.showOwsCheckBox.Name = "showOwsCheckBox";
|
||
this.showOwsCheckBox.Size = new System.Drawing.Size(109, 17);
|
||
this.showOwsCheckBox.TabIndex = 42;
|
||
this.showOwsCheckBox.Text = "Show Overworlds";
|
||
this.showOwsCheckBox.UseVisualStyleBackColor = true;
|
||
this.showOwsCheckBox.CheckedChanged += new System.EventHandler(this.showEventsCheckBoxes_CheckedChanged);
|
||
//
|
||
// showSpawnablesCheckBox
|
||
//
|
||
this.showSpawnablesCheckBox.AutoSize = true;
|
||
this.showSpawnablesCheckBox.Checked = true;
|
||
this.showSpawnablesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.showSpawnablesCheckBox.Location = new System.Drawing.Point(9, 20);
|
||
this.showSpawnablesCheckBox.Name = "showSpawnablesCheckBox";
|
||
this.showSpawnablesCheckBox.Size = new System.Drawing.Size(114, 17);
|
||
this.showSpawnablesCheckBox.TabIndex = 41;
|
||
this.showSpawnablesCheckBox.Text = "Show Spawnables";
|
||
this.showSpawnablesCheckBox.UseVisualStyleBackColor = true;
|
||
this.showSpawnablesCheckBox.CheckedChanged += new System.EventHandler(this.showEventsCheckBoxes_CheckedChanged);
|
||
//
|
||
// eventAreaDataUpDown
|
||
//
|
||
this.eventAreaDataUpDown.Location = new System.Drawing.Point(9, 108);
|
||
this.eventAreaDataUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.eventAreaDataUpDown.Name = "eventAreaDataUpDown";
|
||
this.eventAreaDataUpDown.Size = new System.Drawing.Size(40, 20);
|
||
this.eventAreaDataUpDown.TabIndex = 30;
|
||
this.eventAreaDataUpDown.ValueChanged += new System.EventHandler(this.eventAreaDataUpDown_ValueChanged);
|
||
//
|
||
// eventMapTextureLabel
|
||
//
|
||
this.eventMapTextureLabel.AutoSize = true;
|
||
this.eventMapTextureLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.eventMapTextureLabel.Location = new System.Drawing.Point(51, 110);
|
||
this.eventMapTextureLabel.Name = "eventMapTextureLabel";
|
||
this.eventMapTextureLabel.Size = new System.Drawing.Size(70, 15);
|
||
this.eventMapTextureLabel.TabIndex = 31;
|
||
this.eventMapTextureLabel.Text = "Area Data";
|
||
//
|
||
// RightClickLabel
|
||
//
|
||
this.RightClickLabel.AutoSize = true;
|
||
this.RightClickLabel.Location = new System.Drawing.Point(469, 458);
|
||
this.RightClickLabel.Name = "RightClickLabel";
|
||
this.RightClickLabel.Size = new System.Drawing.Size(37, 13);
|
||
this.RightClickLabel.TabIndex = 60;
|
||
this.RightClickLabel.Text = "Select";
|
||
//
|
||
// WheelClickLabel
|
||
//
|
||
this.WheelClickLabel.AutoSize = true;
|
||
this.WheelClickLabel.Location = new System.Drawing.Point(555, 458);
|
||
this.WheelClickLabel.Name = "WheelClickLabel";
|
||
this.WheelClickLabel.Size = new System.Drawing.Size(33, 13);
|
||
this.WheelClickLabel.TabIndex = 58;
|
||
this.WheelClickLabel.Text = "Warp";
|
||
//
|
||
// LeftClickLabel
|
||
//
|
||
this.LeftClickLabel.AutoSize = true;
|
||
this.LeftClickLabel.Location = new System.Drawing.Point(513, 458);
|
||
this.LeftClickLabel.Name = "LeftClickLabel";
|
||
this.LeftClickLabel.Size = new System.Drawing.Size(34, 13);
|
||
this.LeftClickLabel.TabIndex = 57;
|
||
this.LeftClickLabel.Text = "Move";
|
||
//
|
||
// eventMatrixYUpDown
|
||
//
|
||
this.eventMatrixYUpDown.Location = new System.Drawing.Point(466, 173);
|
||
this.eventMatrixYUpDown.Name = "eventMatrixYUpDown";
|
||
this.eventMatrixYUpDown.Size = new System.Drawing.Size(40, 20);
|
||
this.eventMatrixYUpDown.TabIndex = 52;
|
||
this.eventMatrixYUpDown.ValueChanged += new System.EventHandler(this.eventMatrixCoordsUpDown_ValueChanged);
|
||
//
|
||
// eventMatrixXUpDown
|
||
//
|
||
this.eventMatrixXUpDown.Location = new System.Drawing.Point(466, 147);
|
||
this.eventMatrixXUpDown.Name = "eventMatrixXUpDown";
|
||
this.eventMatrixXUpDown.Size = new System.Drawing.Size(40, 20);
|
||
this.eventMatrixXUpDown.TabIndex = 51;
|
||
this.eventMatrixXUpDown.ValueChanged += new System.EventHandler(this.eventMatrixCoordsUpDown_ValueChanged);
|
||
//
|
||
// eventMatrixYLabel
|
||
//
|
||
this.eventMatrixYLabel.AutoSize = true;
|
||
this.eventMatrixYLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.eventMatrixYLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
|
||
this.eventMatrixYLabel.Location = new System.Drawing.Point(512, 174);
|
||
this.eventMatrixYLabel.Name = "eventMatrixYLabel";
|
||
this.eventMatrixYLabel.Size = new System.Drawing.Size(60, 13);
|
||
this.eventMatrixYLabel.TabIndex = 50;
|
||
this.eventMatrixYLabel.Text = "Current Y";
|
||
//
|
||
// eventMatrixXLabel
|
||
//
|
||
this.eventMatrixXLabel.AutoSize = true;
|
||
this.eventMatrixXLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.eventMatrixXLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||
this.eventMatrixXLabel.Location = new System.Drawing.Point(512, 149);
|
||
this.eventMatrixXLabel.Name = "eventMatrixXLabel";
|
||
this.eventMatrixXLabel.Size = new System.Drawing.Size(60, 13);
|
||
this.eventMatrixXLabel.TabIndex = 49;
|
||
this.eventMatrixXLabel.Text = "Current X";
|
||
//
|
||
// matrixNavigatorLabel
|
||
//
|
||
this.matrixNavigatorLabel.AutoSize = true;
|
||
this.matrixNavigatorLabel.Location = new System.Drawing.Point(8, 68);
|
||
this.matrixNavigatorLabel.Name = "matrixNavigatorLabel";
|
||
this.matrixNavigatorLabel.Size = new System.Drawing.Size(84, 13);
|
||
this.matrixNavigatorLabel.TabIndex = 48;
|
||
this.matrixNavigatorLabel.Text = "Matrix Navigator";
|
||
//
|
||
// eventMatrixPanel
|
||
//
|
||
this.eventMatrixPanel.AutoScroll = true;
|
||
this.eventMatrixPanel.BackColor = System.Drawing.SystemColors.Menu;
|
||
this.eventMatrixPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
||
this.eventMatrixPanel.Controls.Add(this.eventMatrixPictureBox);
|
||
this.eventMatrixPanel.Location = new System.Drawing.Point(9, 82);
|
||
this.eventMatrixPanel.Name = "eventMatrixPanel";
|
||
this.eventMatrixPanel.Size = new System.Drawing.Size(448, 149);
|
||
this.eventMatrixPanel.TabIndex = 47;
|
||
//
|
||
// eventMatrixPictureBox
|
||
//
|
||
this.eventMatrixPictureBox.Location = new System.Drawing.Point(0, -1);
|
||
this.eventMatrixPictureBox.Name = "eventMatrixPictureBox";
|
||
this.eventMatrixPictureBox.Size = new System.Drawing.Size(440, 150);
|
||
this.eventMatrixPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.eventMatrixPictureBox.TabIndex = 46;
|
||
this.eventMatrixPictureBox.TabStop = false;
|
||
this.eventMatrixPictureBox.Click += new System.EventHandler(this.eventMatrixPictureBox_Click);
|
||
//
|
||
// selectEventComboBox
|
||
//
|
||
this.selectEventComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.selectEventComboBox.FormattingEnabled = true;
|
||
this.selectEventComboBox.Location = new System.Drawing.Point(10, 11);
|
||
this.selectEventComboBox.Name = "selectEventComboBox";
|
||
this.selectEventComboBox.Size = new System.Drawing.Size(164, 21);
|
||
this.selectEventComboBox.TabIndex = 41;
|
||
this.selectEventComboBox.SelectedIndexChanged += new System.EventHandler(this.selectEventComboBox_SelectedIndexChanged);
|
||
//
|
||
// backgroundMapLabel
|
||
//
|
||
this.backgroundMapLabel.AutoSize = true;
|
||
this.backgroundMapLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.backgroundMapLabel.Location = new System.Drawing.Point(510, 103);
|
||
this.backgroundMapLabel.Name = "backgroundMapLabel";
|
||
this.backgroundMapLabel.Size = new System.Drawing.Size(79, 15);
|
||
this.backgroundMapLabel.TabIndex = 29;
|
||
this.backgroundMapLabel.Text = "Map Matrix";
|
||
//
|
||
// eventMatrixUpDown
|
||
//
|
||
this.eventMatrixUpDown.Location = new System.Drawing.Point(466, 101);
|
||
this.eventMatrixUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.eventMatrixUpDown.Name = "eventMatrixUpDown";
|
||
this.eventMatrixUpDown.Size = new System.Drawing.Size(40, 20);
|
||
this.eventMatrixUpDown.TabIndex = 28;
|
||
this.eventMatrixUpDown.ValueChanged += new System.EventHandler(this.eventMatrixUpDown_ValueChanged);
|
||
//
|
||
// eventsTabControl
|
||
//
|
||
this.eventsTabControl.Controls.Add(this.signsTabPage);
|
||
this.eventsTabControl.Controls.Add(this.overworldsTabPage);
|
||
this.eventsTabControl.Controls.Add(this.warpsTabPage);
|
||
this.eventsTabControl.Controls.Add(this.triggersTabPage);
|
||
this.eventsTabControl.Location = new System.Drawing.Point(9, 236);
|
||
this.eventsTabControl.Name = "eventsTabControl";
|
||
this.eventsTabControl.SelectedIndex = 0;
|
||
this.eventsTabControl.Size = new System.Drawing.Size(452, 378);
|
||
this.eventsTabControl.TabIndex = 25;
|
||
this.eventsTabControl.SelectedIndexChanged += new System.EventHandler(this.eventsTabControl_SelectedIndexChanged);
|
||
//
|
||
// signsTabPage
|
||
//
|
||
this.signsTabPage.Controls.Add(this.spawnableTypeComboBox);
|
||
this.signsTabPage.Controls.Add(this.label18);
|
||
this.signsTabPage.Controls.Add(this.duplicateSpawnableButton);
|
||
this.signsTabPage.Controls.Add(this.groupBox5);
|
||
this.signsTabPage.Controls.Add(this.removeSpawnableButton);
|
||
this.signsTabPage.Controls.Add(this.addSpawnableButton);
|
||
this.signsTabPage.Controls.Add(this.spawnableDirComboBox);
|
||
this.signsTabPage.Controls.Add(this.signOrientationLabel);
|
||
this.signsTabPage.Controls.Add(this.signScriptNumberLabel);
|
||
this.signsTabPage.Controls.Add(this.spawnableScriptUpDown);
|
||
this.signsTabPage.Controls.Add(this.spawnablesListBox);
|
||
this.signsTabPage.Location = new System.Drawing.Point(4, 22);
|
||
this.signsTabPage.Name = "signsTabPage";
|
||
this.signsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
||
this.signsTabPage.Size = new System.Drawing.Size(444, 352);
|
||
this.signsTabPage.TabIndex = 0;
|
||
this.signsTabPage.Text = "Spawnables";
|
||
this.signsTabPage.UseVisualStyleBackColor = true;
|
||
//
|
||
// spawnableTypeComboBox
|
||
//
|
||
this.spawnableTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.spawnableTypeComboBox.FormattingEnabled = true;
|
||
this.spawnableTypeComboBox.Location = new System.Drawing.Point(229, 71);
|
||
this.spawnableTypeComboBox.Name = "spawnableTypeComboBox";
|
||
this.spawnableTypeComboBox.Size = new System.Drawing.Size(205, 21);
|
||
this.spawnableTypeComboBox.TabIndex = 25;
|
||
this.spawnableTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.spawnableTypeComboBox_SelectedIndexChanged);
|
||
//
|
||
// label18
|
||
//
|
||
this.label18.AutoSize = true;
|
||
this.label18.Location = new System.Drawing.Point(226, 55);
|
||
this.label18.Name = "label18";
|
||
this.label18.Size = new System.Drawing.Size(87, 13);
|
||
this.label18.TabIndex = 24;
|
||
this.label18.Text = "Spawnable Type";
|
||
//
|
||
// duplicateSpawnableButton
|
||
//
|
||
this.duplicateSpawnableButton.Image = global::DSPRE.Properties.Resources.copyIcon_small;
|
||
this.duplicateSpawnableButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.duplicateSpawnableButton.Location = new System.Drawing.Point(139, 318);
|
||
this.duplicateSpawnableButton.Name = "duplicateSpawnableButton";
|
||
this.duplicateSpawnableButton.Size = new System.Drawing.Size(79, 28);
|
||
this.duplicateSpawnableButton.TabIndex = 23;
|
||
this.duplicateSpawnableButton.Text = "Duplicate";
|
||
this.duplicateSpawnableButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.duplicateSpawnableButton.UseVisualStyleBackColor = true;
|
||
this.duplicateSpawnableButton.Click += new System.EventHandler(this.duplicateSpawnableButton_Click);
|
||
//
|
||
// groupBox5
|
||
//
|
||
this.groupBox5.Controls.Add(this.goToSignButton);
|
||
this.groupBox5.Controls.Add(this.signMatrixYLabel);
|
||
this.groupBox5.Controls.Add(this.spawnableXMatrixUpDown);
|
||
this.groupBox5.Controls.Add(this.signMatrixXLabel);
|
||
this.groupBox5.Controls.Add(this.spawnableYMatrixUpDown);
|
||
this.groupBox5.Controls.Add(this.signZLabel);
|
||
this.groupBox5.Controls.Add(this.spawnablexMapUpDown);
|
||
this.groupBox5.Controls.Add(this.spawnableUpDown);
|
||
this.groupBox5.Controls.Add(this.signMapXLabel);
|
||
this.groupBox5.Controls.Add(this.spawnableYMapUpDown);
|
||
this.groupBox5.Controls.Add(this.signMapYLabel);
|
||
this.groupBox5.Location = new System.Drawing.Point(229, 150);
|
||
this.groupBox5.Name = "groupBox5";
|
||
this.groupBox5.Size = new System.Drawing.Size(205, 190);
|
||
this.groupBox5.TabIndex = 22;
|
||
this.groupBox5.TabStop = false;
|
||
this.groupBox5.Text = "Position";
|
||
//
|
||
// goToSignButton
|
||
//
|
||
this.goToSignButton.Image = global::DSPRE.Properties.Resources.goToSpawnable;
|
||
this.goToSignButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.goToSignButton.Location = new System.Drawing.Point(30, 137);
|
||
this.goToSignButton.Name = "goToSignButton";
|
||
this.goToSignButton.Size = new System.Drawing.Size(141, 39);
|
||
this.goToSignButton.TabIndex = 20;
|
||
this.goToSignButton.Text = "Find this Spawnable";
|
||
this.goToSignButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.goToSignButton.UseVisualStyleBackColor = true;
|
||
this.goToSignButton.Click += new System.EventHandler(this.centerEventViewOnSelectedEvent_Click);
|
||
//
|
||
// signMatrixYLabel
|
||
//
|
||
this.signMatrixYLabel.AutoSize = true;
|
||
this.signMatrixYLabel.Location = new System.Drawing.Point(25, 107);
|
||
this.signMatrixYLabel.Name = "signMatrixYLabel";
|
||
this.signMatrixYLabel.Size = new System.Drawing.Size(45, 13);
|
||
this.signMatrixYLabel.TabIndex = 19;
|
||
this.signMatrixYLabel.Text = "Matrix Y";
|
||
//
|
||
// spawnableXMatrixUpDown
|
||
//
|
||
this.spawnableXMatrixUpDown.Location = new System.Drawing.Point(74, 74);
|
||
this.spawnableXMatrixUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.spawnableXMatrixUpDown.Name = "spawnableXMatrixUpDown";
|
||
this.spawnableXMatrixUpDown.Size = new System.Drawing.Size(101, 20);
|
||
this.spawnableXMatrixUpDown.TabIndex = 16;
|
||
this.spawnableXMatrixUpDown.ValueChanged += new System.EventHandler(this.spawnableMatrixXUpDown_ValueChanged);
|
||
//
|
||
// signMatrixXLabel
|
||
//
|
||
this.signMatrixXLabel.AutoSize = true;
|
||
this.signMatrixXLabel.Location = new System.Drawing.Point(25, 76);
|
||
this.signMatrixXLabel.Name = "signMatrixXLabel";
|
||
this.signMatrixXLabel.Size = new System.Drawing.Size(45, 13);
|
||
this.signMatrixXLabel.TabIndex = 17;
|
||
this.signMatrixXLabel.Text = "Matrix X";
|
||
//
|
||
// spawnableYMatrixUpDown
|
||
//
|
||
this.spawnableYMatrixUpDown.Location = new System.Drawing.Point(74, 104);
|
||
this.spawnableYMatrixUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.spawnableYMatrixUpDown.Name = "spawnableYMatrixUpDown";
|
||
this.spawnableYMatrixUpDown.Size = new System.Drawing.Size(101, 20);
|
||
this.spawnableYMatrixUpDown.TabIndex = 18;
|
||
this.spawnableYMatrixUpDown.ValueChanged += new System.EventHandler(this.spawnableMatrixYUpDown_ValueChanged);
|
||
//
|
||
// signZLabel
|
||
//
|
||
this.signZLabel.AutoSize = true;
|
||
this.signZLabel.Location = new System.Drawing.Point(137, 22);
|
||
this.signZLabel.Name = "signZLabel";
|
||
this.signZLabel.Size = new System.Drawing.Size(38, 13);
|
||
this.signZLabel.TabIndex = 15;
|
||
this.signZLabel.Text = "Map Z";
|
||
//
|
||
// spawnablexMapUpDown
|
||
//
|
||
this.spawnablexMapUpDown.Location = new System.Drawing.Point(28, 38);
|
||
this.spawnablexMapUpDown.Maximum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
0});
|
||
this.spawnablexMapUpDown.Minimum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.spawnablexMapUpDown.Name = "spawnablexMapUpDown";
|
||
this.spawnablexMapUpDown.Size = new System.Drawing.Size(36, 20);
|
||
this.spawnablexMapUpDown.TabIndex = 10;
|
||
this.spawnablexMapUpDown.ValueChanged += new System.EventHandler(this.spawnableMapXUpDown_ValueChanged);
|
||
//
|
||
// spawnableUpDown
|
||
//
|
||
this.spawnableUpDown.Location = new System.Drawing.Point(138, 38);
|
||
this.spawnableUpDown.Maximum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
0});
|
||
this.spawnableUpDown.Minimum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.spawnableUpDown.Name = "spawnableUpDown";
|
||
this.spawnableUpDown.Size = new System.Drawing.Size(36, 20);
|
||
this.spawnableUpDown.TabIndex = 14;
|
||
this.spawnableUpDown.ValueChanged += new System.EventHandler(this.spawnableZUpDown_ValueChanged);
|
||
//
|
||
// signMapXLabel
|
||
//
|
||
this.signMapXLabel.AutoSize = true;
|
||
this.signMapXLabel.Location = new System.Drawing.Point(27, 22);
|
||
this.signMapXLabel.Name = "signMapXLabel";
|
||
this.signMapXLabel.Size = new System.Drawing.Size(38, 13);
|
||
this.signMapXLabel.TabIndex = 11;
|
||
this.signMapXLabel.Text = "Map X";
|
||
//
|
||
// spawnableYMapUpDown
|
||
//
|
||
this.spawnableYMapUpDown.Location = new System.Drawing.Point(83, 38);
|
||
this.spawnableYMapUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.spawnableYMapUpDown.Name = "spawnableYMapUpDown";
|
||
this.spawnableYMapUpDown.Size = new System.Drawing.Size(36, 20);
|
||
this.spawnableYMapUpDown.TabIndex = 12;
|
||
this.spawnableYMapUpDown.ValueChanged += new System.EventHandler(this.spawnableMapYUpDown_ValueChanged);
|
||
//
|
||
// signMapYLabel
|
||
//
|
||
this.signMapYLabel.AutoSize = true;
|
||
this.signMapYLabel.Location = new System.Drawing.Point(82, 22);
|
||
this.signMapYLabel.Name = "signMapYLabel";
|
||
this.signMapYLabel.Size = new System.Drawing.Size(38, 13);
|
||
this.signMapYLabel.TabIndex = 13;
|
||
this.signMapYLabel.Text = "Map Y";
|
||
//
|
||
// removeSpawnableButton
|
||
//
|
||
this.removeSpawnableButton.Image = ((System.Drawing.Image)(resources.GetObject("removeSpawnableButton.Image")));
|
||
this.removeSpawnableButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.removeSpawnableButton.Location = new System.Drawing.Point(68, 317);
|
||
this.removeSpawnableButton.Name = "removeSpawnableButton";
|
||
this.removeSpawnableButton.Size = new System.Drawing.Size(67, 28);
|
||
this.removeSpawnableButton.TabIndex = 8;
|
||
this.removeSpawnableButton.Text = "Delete";
|
||
this.removeSpawnableButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.removeSpawnableButton.UseVisualStyleBackColor = true;
|
||
this.removeSpawnableButton.Click += new System.EventHandler(this.removeSpawnableButton_Click);
|
||
//
|
||
// addSpawnableButton
|
||
//
|
||
this.addSpawnableButton.Image = ((System.Drawing.Image)(resources.GetObject("addSpawnableButton.Image")));
|
||
this.addSpawnableButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.addSpawnableButton.Location = new System.Drawing.Point(10, 317);
|
||
this.addSpawnableButton.Name = "addSpawnableButton";
|
||
this.addSpawnableButton.Size = new System.Drawing.Size(54, 28);
|
||
this.addSpawnableButton.TabIndex = 7;
|
||
this.addSpawnableButton.Text = "Add";
|
||
this.addSpawnableButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.addSpawnableButton.UseVisualStyleBackColor = true;
|
||
this.addSpawnableButton.Click += new System.EventHandler(this.addSpawnableButton_Click);
|
||
//
|
||
// spawnableDirComboBox
|
||
//
|
||
this.spawnableDirComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.spawnableDirComboBox.FormattingEnabled = true;
|
||
this.spawnableDirComboBox.Location = new System.Drawing.Point(229, 121);
|
||
this.spawnableDirComboBox.Name = "spawnableDirComboBox";
|
||
this.spawnableDirComboBox.Size = new System.Drawing.Size(205, 21);
|
||
this.spawnableDirComboBox.TabIndex = 6;
|
||
this.spawnableDirComboBox.SelectedIndexChanged += new System.EventHandler(this.spawnableDirComboBox_SelectedIndexChanged);
|
||
//
|
||
// signOrientationLabel
|
||
//
|
||
this.signOrientationLabel.AutoSize = true;
|
||
this.signOrientationLabel.Location = new System.Drawing.Point(226, 105);
|
||
this.signOrientationLabel.Name = "signOrientationLabel";
|
||
this.signOrientationLabel.Size = new System.Drawing.Size(89, 13);
|
||
this.signOrientationLabel.TabIndex = 5;
|
||
this.signOrientationLabel.Text = "Activation Criteria";
|
||
//
|
||
// signScriptNumberLabel
|
||
//
|
||
this.signScriptNumberLabel.AutoSize = true;
|
||
this.signScriptNumberLabel.Location = new System.Drawing.Point(224, 25);
|
||
this.signScriptNumberLabel.Name = "signScriptNumberLabel";
|
||
this.signScriptNumberLabel.Size = new System.Drawing.Size(87, 13);
|
||
this.signScriptNumberLabel.TabIndex = 4;
|
||
this.signScriptNumberLabel.Text = "Script to activate";
|
||
//
|
||
// spawnableScriptUpDown
|
||
//
|
||
this.spawnableScriptUpDown.Location = new System.Drawing.Point(325, 22);
|
||
this.spawnableScriptUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.spawnableScriptUpDown.Name = "spawnableScriptUpDown";
|
||
this.spawnableScriptUpDown.Size = new System.Drawing.Size(108, 20);
|
||
this.spawnableScriptUpDown.TabIndex = 3;
|
||
this.spawnableScriptUpDown.ValueChanged += new System.EventHandler(this.spawnableScriptUpDown_ValueChanged);
|
||
//
|
||
// spawnablesListBox
|
||
//
|
||
this.spawnablesListBox.FormattingEnabled = true;
|
||
this.spawnablesListBox.Location = new System.Drawing.Point(10, 11);
|
||
this.spawnablesListBox.Name = "spawnablesListBox";
|
||
this.spawnablesListBox.Size = new System.Drawing.Size(208, 303);
|
||
this.spawnablesListBox.TabIndex = 0;
|
||
this.spawnablesListBox.SelectedIndexChanged += new System.EventHandler(this.spawnablesListBox_SelectedIndexChanged);
|
||
//
|
||
// overworldsTabPage
|
||
//
|
||
this.overworldsTabPage.Controls.Add(this.sortOWsByIDDescButton);
|
||
this.overworldsTabPage.Controls.Add(this.sortOWsByIDAscButton);
|
||
this.overworldsTabPage.Controls.Add(this.groupBox22);
|
||
this.overworldsTabPage.Controls.Add(this.spriteIDlabel);
|
||
this.overworldsTabPage.Controls.Add(this.groupBox17);
|
||
this.overworldsTabPage.Controls.Add(this.owMovementGroupBox);
|
||
this.overworldsTabPage.Controls.Add(this.positionGroupBox);
|
||
this.overworldsTabPage.Controls.Add(this.owSpecialGroupBox);
|
||
this.overworldsTabPage.Controls.Add(this.owScriptLabel);
|
||
this.overworldsTabPage.Controls.Add(this.owScriptNumericUpDown);
|
||
this.overworldsTabPage.Controls.Add(this.owFlagLabel);
|
||
this.overworldsTabPage.Controls.Add(this.owFlagNumericUpDown);
|
||
this.overworldsTabPage.Controls.Add(this.owSpriteLabel);
|
||
this.overworldsTabPage.Controls.Add(this.owSpriteComboBox);
|
||
this.overworldsTabPage.Controls.Add(this.owIDLabel);
|
||
this.overworldsTabPage.Controls.Add(this.owIDNumericUpDown);
|
||
this.overworldsTabPage.Controls.Add(this.duplicateOverworldsButton);
|
||
this.overworldsTabPage.Controls.Add(this.owSpritePictureBox);
|
||
this.overworldsTabPage.Controls.Add(this.removeOverworldButton);
|
||
this.overworldsTabPage.Controls.Add(this.addOverworldButton);
|
||
this.overworldsTabPage.Controls.Add(this.overworldsListBox);
|
||
this.overworldsTabPage.Location = new System.Drawing.Point(4, 22);
|
||
this.overworldsTabPage.Name = "overworldsTabPage";
|
||
this.overworldsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
||
this.overworldsTabPage.Size = new System.Drawing.Size(444, 352);
|
||
this.overworldsTabPage.TabIndex = 1;
|
||
this.overworldsTabPage.Text = "Overworlds";
|
||
this.overworldsTabPage.UseVisualStyleBackColor = true;
|
||
//
|
||
// sortOWsByIDDescButton
|
||
//
|
||
this.sortOWsByIDDescButton.Image = global::DSPRE.Properties.Resources.sortDescending;
|
||
this.sortOWsByIDDescButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.sortOWsByIDDescButton.Location = new System.Drawing.Point(102, 9);
|
||
this.sortOWsByIDDescButton.Name = "sortOWsByIDDescButton";
|
||
this.sortOWsByIDDescButton.Size = new System.Drawing.Size(86, 28);
|
||
this.sortOWsByIDDescButton.TabIndex = 30;
|
||
this.sortOWsByIDDescButton.Text = "Sort Desc";
|
||
this.sortOWsByIDDescButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.sortOWsByIDDescButton.UseVisualStyleBackColor = true;
|
||
this.sortOWsByIDDescButton.Click += new System.EventHandler(this.sortOWsByIDDescButton_Click);
|
||
//
|
||
// sortOWsByIDAscButton
|
||
//
|
||
this.sortOWsByIDAscButton.Image = global::DSPRE.Properties.Resources.sortAscending;
|
||
this.sortOWsByIDAscButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.sortOWsByIDAscButton.Location = new System.Drawing.Point(8, 9);
|
||
this.sortOWsByIDAscButton.Name = "sortOWsByIDAscButton";
|
||
this.sortOWsByIDAscButton.Size = new System.Drawing.Size(86, 28);
|
||
this.sortOWsByIDAscButton.TabIndex = 29;
|
||
this.sortOWsByIDAscButton.Text = "Sort Asc";
|
||
this.sortOWsByIDAscButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.sortOWsByIDAscButton.UseVisualStyleBackColor = true;
|
||
this.sortOWsByIDAscButton.Click += new System.EventHandler(this.sortOWsByIDAscButton_Click);
|
||
//
|
||
// groupBox22
|
||
//
|
||
this.groupBox22.Controls.Add(this.normalRadioButton);
|
||
this.groupBox22.Controls.Add(this.isTrainerRadioButton);
|
||
this.groupBox22.Controls.Add(this.isItemRadioButton);
|
||
this.groupBox22.Location = new System.Drawing.Point(197, 98);
|
||
this.groupBox22.Name = "groupBox22";
|
||
this.groupBox22.Size = new System.Drawing.Size(162, 45);
|
||
this.groupBox22.TabIndex = 28;
|
||
this.groupBox22.TabStop = false;
|
||
this.groupBox22.Text = "Overworld Properties";
|
||
//
|
||
// normalRadioButton
|
||
//
|
||
this.normalRadioButton.AutoSize = true;
|
||
this.normalRadioButton.Checked = true;
|
||
this.normalRadioButton.Location = new System.Drawing.Point(6, 19);
|
||
this.normalRadioButton.Name = "normalRadioButton";
|
||
this.normalRadioButton.Size = new System.Drawing.Size(51, 17);
|
||
this.normalRadioButton.TabIndex = 15;
|
||
this.normalRadioButton.TabStop = true;
|
||
this.normalRadioButton.Text = "None";
|
||
this.normalRadioButton.UseVisualStyleBackColor = true;
|
||
this.normalRadioButton.CheckedChanged += new System.EventHandler(this.OWTypeChanged);
|
||
//
|
||
// isTrainerRadioButton
|
||
//
|
||
this.isTrainerRadioButton.AutoSize = true;
|
||
this.isTrainerRadioButton.Location = new System.Drawing.Point(57, 19);
|
||
this.isTrainerRadioButton.Name = "isTrainerRadioButton";
|
||
this.isTrainerRadioButton.Size = new System.Drawing.Size(58, 17);
|
||
this.isTrainerRadioButton.TabIndex = 16;
|
||
this.isTrainerRadioButton.Text = "Trainer";
|
||
this.isTrainerRadioButton.UseVisualStyleBackColor = true;
|
||
this.isTrainerRadioButton.CheckedChanged += new System.EventHandler(this.OWTypeChanged);
|
||
//
|
||
// isItemRadioButton
|
||
//
|
||
this.isItemRadioButton.AutoSize = true;
|
||
this.isItemRadioButton.Location = new System.Drawing.Point(115, 19);
|
||
this.isItemRadioButton.Name = "isItemRadioButton";
|
||
this.isItemRadioButton.Size = new System.Drawing.Size(45, 17);
|
||
this.isItemRadioButton.TabIndex = 21;
|
||
this.isItemRadioButton.Text = "Item";
|
||
this.isItemRadioButton.UseVisualStyleBackColor = true;
|
||
this.isItemRadioButton.CheckedChanged += new System.EventHandler(this.OWTypeChanged);
|
||
//
|
||
// spriteIDlabel
|
||
//
|
||
this.spriteIDlabel.AutoSize = true;
|
||
this.spriteIDlabel.Location = new System.Drawing.Point(359, 122);
|
||
this.spriteIDlabel.Name = "spriteIDlabel";
|
||
this.spriteIDlabel.Size = new System.Drawing.Size(0, 13);
|
||
this.spriteIDlabel.TabIndex = 27;
|
||
//
|
||
// groupBox17
|
||
//
|
||
this.groupBox17.Controls.Add(this.button14);
|
||
this.groupBox17.Controls.Add(this.owYMatrixUpDown);
|
||
this.groupBox17.Controls.Add(this.label12);
|
||
this.groupBox17.Controls.Add(this.owXMatrixUpDown);
|
||
this.groupBox17.Controls.Add(this.label11);
|
||
this.groupBox17.Location = new System.Drawing.Point(9, 287);
|
||
this.groupBox17.Name = "groupBox17";
|
||
this.groupBox17.Size = new System.Drawing.Size(179, 59);
|
||
this.groupBox17.TabIndex = 20;
|
||
this.groupBox17.TabStop = false;
|
||
this.groupBox17.Text = "Global Coordinates [Matrix]";
|
||
//
|
||
// button14
|
||
//
|
||
this.button14.Image = global::DSPRE.Properties.Resources.goToOW;
|
||
this.button14.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.button14.Location = new System.Drawing.Point(108, 15);
|
||
this.button14.Name = "button14";
|
||
this.button14.Size = new System.Drawing.Size(63, 39);
|
||
this.button14.TabIndex = 5;
|
||
this.button14.Text = "Find";
|
||
this.button14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.button14.UseVisualStyleBackColor = true;
|
||
this.button14.Click += new System.EventHandler(this.centerEventViewOnSelectedEvent_Click);
|
||
//
|
||
// owYMatrixUpDown
|
||
//
|
||
this.owYMatrixUpDown.Location = new System.Drawing.Point(67, 25);
|
||
this.owYMatrixUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.owYMatrixUpDown.Name = "owYMatrixUpDown";
|
||
this.owYMatrixUpDown.Size = new System.Drawing.Size(35, 20);
|
||
this.owYMatrixUpDown.TabIndex = 6;
|
||
this.owYMatrixUpDown.ValueChanged += new System.EventHandler(this.owYMatrixUpDown_ValueChanged);
|
||
//
|
||
// label12
|
||
//
|
||
this.label12.AutoSize = true;
|
||
this.label12.Location = new System.Drawing.Point(3, 27);
|
||
this.label12.Name = "label12";
|
||
this.label12.Size = new System.Drawing.Size(14, 13);
|
||
this.label12.TabIndex = 5;
|
||
this.label12.Text = "X";
|
||
//
|
||
// owXMatrixUpDown
|
||
//
|
||
this.owXMatrixUpDown.Location = new System.Drawing.Point(18, 24);
|
||
this.owXMatrixUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.owXMatrixUpDown.Name = "owXMatrixUpDown";
|
||
this.owXMatrixUpDown.Size = new System.Drawing.Size(33, 20);
|
||
this.owXMatrixUpDown.TabIndex = 4;
|
||
this.owXMatrixUpDown.ValueChanged += new System.EventHandler(this.owXMatrixUpDown_ValueChanged);
|
||
//
|
||
// label11
|
||
//
|
||
this.label11.AutoSize = true;
|
||
this.label11.Location = new System.Drawing.Point(54, 28);
|
||
this.label11.Name = "label11";
|
||
this.label11.Size = new System.Drawing.Size(14, 13);
|
||
this.label11.TabIndex = 7;
|
||
this.label11.Text = "Y";
|
||
//
|
||
// owMovementGroupBox
|
||
//
|
||
this.owMovementGroupBox.Controls.Add(this.groupBox23);
|
||
this.owMovementGroupBox.Controls.Add(this.label4);
|
||
this.owMovementGroupBox.Controls.Add(this.owOrientationComboBox);
|
||
this.owMovementGroupBox.Controls.Add(this.owMovementComboBox);
|
||
this.owMovementGroupBox.Location = new System.Drawing.Point(197, 256);
|
||
this.owMovementGroupBox.Name = "owMovementGroupBox";
|
||
this.owMovementGroupBox.Size = new System.Drawing.Size(232, 90);
|
||
this.owMovementGroupBox.TabIndex = 18;
|
||
this.owMovementGroupBox.TabStop = false;
|
||
this.owMovementGroupBox.Text = "Movement";
|
||
//
|
||
// groupBox23
|
||
//
|
||
this.groupBox23.Controls.Add(this.label39);
|
||
this.groupBox23.Controls.Add(this.label20);
|
||
this.groupBox23.Controls.Add(this.owXRangeUpDown);
|
||
this.groupBox23.Controls.Add(this.owYRangeUpDown);
|
||
this.groupBox23.Location = new System.Drawing.Point(99, 41);
|
||
this.groupBox23.Name = "groupBox23";
|
||
this.groupBox23.Size = new System.Drawing.Size(123, 45);
|
||
this.groupBox23.TabIndex = 7;
|
||
this.groupBox23.TabStop = false;
|
||
this.groupBox23.Text = "Movement Range";
|
||
//
|
||
// label39
|
||
//
|
||
this.label39.AutoSize = true;
|
||
this.label39.Location = new System.Drawing.Point(63, 20);
|
||
this.label39.Name = "label39";
|
||
this.label39.Size = new System.Drawing.Size(14, 13);
|
||
this.label39.TabIndex = 4;
|
||
this.label39.Text = "Y";
|
||
//
|
||
// label20
|
||
//
|
||
this.label20.AutoSize = true;
|
||
this.label20.Location = new System.Drawing.Point(4, 20);
|
||
this.label20.Name = "label20";
|
||
this.label20.Size = new System.Drawing.Size(14, 13);
|
||
this.label20.TabIndex = 3;
|
||
this.label20.Text = "X";
|
||
//
|
||
// owXRangeUpDown
|
||
//
|
||
this.owXRangeUpDown.Location = new System.Drawing.Point(18, 17);
|
||
this.owXRangeUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.owXRangeUpDown.Name = "owXRangeUpDown";
|
||
this.owXRangeUpDown.Size = new System.Drawing.Size(38, 20);
|
||
this.owXRangeUpDown.TabIndex = 1;
|
||
this.owXRangeUpDown.ValueChanged += new System.EventHandler(this.owXRangeUpDown_ValueChanged);
|
||
//
|
||
// owYRangeUpDown
|
||
//
|
||
this.owYRangeUpDown.Location = new System.Drawing.Point(77, 17);
|
||
this.owYRangeUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.owYRangeUpDown.Name = "owYRangeUpDown";
|
||
this.owYRangeUpDown.Size = new System.Drawing.Size(38, 20);
|
||
this.owYRangeUpDown.TabIndex = 2;
|
||
this.owYRangeUpDown.ValueChanged += new System.EventHandler(this.owYRangeUpDown_ValueChanged);
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(8, 46);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(80, 13);
|
||
this.label4.TabIndex = 6;
|
||
this.label4.Text = "First Orientation";
|
||
//
|
||
// owOrientationComboBox
|
||
//
|
||
this.owOrientationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.owOrientationComboBox.FormattingEnabled = true;
|
||
this.owOrientationComboBox.Items.AddRange(new object[] {
|
||
"Up",
|
||
"Down",
|
||
"Left",
|
||
"Right"});
|
||
this.owOrientationComboBox.Location = new System.Drawing.Point(11, 61);
|
||
this.owOrientationComboBox.Name = "owOrientationComboBox";
|
||
this.owOrientationComboBox.Size = new System.Drawing.Size(82, 21);
|
||
this.owOrientationComboBox.TabIndex = 5;
|
||
this.owOrientationComboBox.SelectedIndexChanged += new System.EventHandler(this.owOrientationComboBox_SelectedIndexChanged);
|
||
//
|
||
// owMovementComboBox
|
||
//
|
||
this.owMovementComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.owMovementComboBox.FormattingEnabled = true;
|
||
this.owMovementComboBox.Location = new System.Drawing.Point(11, 16);
|
||
this.owMovementComboBox.Name = "owMovementComboBox";
|
||
this.owMovementComboBox.Size = new System.Drawing.Size(211, 21);
|
||
this.owMovementComboBox.TabIndex = 0;
|
||
this.owMovementComboBox.SelectedIndexChanged += new System.EventHandler(this.owMovementComboBox_SelectedIndexChanged);
|
||
//
|
||
// positionGroupBox
|
||
//
|
||
this.positionGroupBox.Controls.Add(this.label13);
|
||
this.positionGroupBox.Controls.Add(this.owXMapUpDown);
|
||
this.positionGroupBox.Controls.Add(this.owZPositionUpDown);
|
||
this.positionGroupBox.Controls.Add(this.owXPositionLabel);
|
||
this.positionGroupBox.Controls.Add(this.owYMapUpDown);
|
||
this.positionGroupBox.Controls.Add(this.label10);
|
||
this.positionGroupBox.Location = new System.Drawing.Point(8, 231);
|
||
this.positionGroupBox.Name = "positionGroupBox";
|
||
this.positionGroupBox.Size = new System.Drawing.Size(180, 57);
|
||
this.positionGroupBox.TabIndex = 19;
|
||
this.positionGroupBox.TabStop = false;
|
||
this.positionGroupBox.Text = "Local Coordinates [Map]";
|
||
//
|
||
// label13
|
||
//
|
||
this.label13.AutoSize = true;
|
||
this.label13.Location = new System.Drawing.Point(122, 27);
|
||
this.label13.Name = "label13";
|
||
this.label13.Size = new System.Drawing.Size(14, 13);
|
||
this.label13.TabIndex = 9;
|
||
this.label13.Text = "Z";
|
||
//
|
||
// owXMapUpDown
|
||
//
|
||
this.owXMapUpDown.Location = new System.Drawing.Point(18, 24);
|
||
this.owXMapUpDown.Maximum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
0});
|
||
this.owXMapUpDown.Minimum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.owXMapUpDown.Name = "owXMapUpDown";
|
||
this.owXMapUpDown.Size = new System.Drawing.Size(35, 20);
|
||
this.owXMapUpDown.TabIndex = 0;
|
||
this.owXMapUpDown.ValueChanged += new System.EventHandler(this.owXMapUpDown_ValueChanged);
|
||
//
|
||
// owZPositionUpDown
|
||
//
|
||
this.owZPositionUpDown.Location = new System.Drawing.Point(136, 24);
|
||
this.owZPositionUpDown.Maximum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
0});
|
||
this.owZPositionUpDown.Minimum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.owZPositionUpDown.Name = "owZPositionUpDown";
|
||
this.owZPositionUpDown.Size = new System.Drawing.Size(35, 20);
|
||
this.owZPositionUpDown.TabIndex = 8;
|
||
this.owZPositionUpDown.ValueChanged += new System.EventHandler(this.owZPositionUpDown_ValueChanged);
|
||
//
|
||
// owXPositionLabel
|
||
//
|
||
this.owXPositionLabel.AutoSize = true;
|
||
this.owXPositionLabel.Location = new System.Drawing.Point(3, 27);
|
||
this.owXPositionLabel.Name = "owXPositionLabel";
|
||
this.owXPositionLabel.Size = new System.Drawing.Size(14, 13);
|
||
this.owXPositionLabel.TabIndex = 1;
|
||
this.owXPositionLabel.Text = "X";
|
||
//
|
||
// owYMapUpDown
|
||
//
|
||
this.owYMapUpDown.Location = new System.Drawing.Point(77, 24);
|
||
this.owYMapUpDown.Maximum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
0});
|
||
this.owYMapUpDown.Minimum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.owYMapUpDown.Name = "owYMapUpDown";
|
||
this.owYMapUpDown.Size = new System.Drawing.Size(35, 20);
|
||
this.owYMapUpDown.TabIndex = 2;
|
||
this.owYMapUpDown.ValueChanged += new System.EventHandler(this.owYMapUpDown_ValueChanged);
|
||
//
|
||
// label10
|
||
//
|
||
this.label10.AutoSize = true;
|
||
this.label10.Location = new System.Drawing.Point(63, 27);
|
||
this.label10.Name = "label10";
|
||
this.label10.Size = new System.Drawing.Size(14, 13);
|
||
this.label10.TabIndex = 3;
|
||
this.label10.Text = "Y";
|
||
//
|
||
// owSpecialGroupBox
|
||
//
|
||
this.owSpecialGroupBox.Controls.Add(this.itemsSelectorHelpBtn);
|
||
this.owSpecialGroupBox.Controls.Add(this.owPartnerTrainerCheckBox);
|
||
this.owSpecialGroupBox.Controls.Add(this.owItemComboBox);
|
||
this.owSpecialGroupBox.Controls.Add(this.owItemLabel);
|
||
this.owSpecialGroupBox.Controls.Add(this.owTrainerComboBox);
|
||
this.owSpecialGroupBox.Controls.Add(this.owSightRangeLabel);
|
||
this.owSpecialGroupBox.Controls.Add(this.owSightRangeUpDown);
|
||
this.owSpecialGroupBox.Controls.Add(this.owTrainerLabel);
|
||
this.owSpecialGroupBox.Enabled = false;
|
||
this.owSpecialGroupBox.Location = new System.Drawing.Point(197, 150);
|
||
this.owSpecialGroupBox.Name = "owSpecialGroupBox";
|
||
this.owSpecialGroupBox.Size = new System.Drawing.Size(232, 102);
|
||
this.owSpecialGroupBox.TabIndex = 14;
|
||
this.owSpecialGroupBox.TabStop = false;
|
||
this.owSpecialGroupBox.Text = "Special Settings";
|
||
//
|
||
// itemsSelectorHelpBtn
|
||
//
|
||
this.itemsSelectorHelpBtn.Image = global::DSPRE.Properties.Resources.questionMark;
|
||
this.itemsSelectorHelpBtn.Location = new System.Drawing.Point(194, 67);
|
||
this.itemsSelectorHelpBtn.Name = "itemsSelectorHelpBtn";
|
||
this.itemsSelectorHelpBtn.Size = new System.Drawing.Size(28, 29);
|
||
this.itemsSelectorHelpBtn.TabIndex = 45;
|
||
this.itemsSelectorHelpBtn.UseVisualStyleBackColor = true;
|
||
this.itemsSelectorHelpBtn.Click += new System.EventHandler(this.itemsSelectorHelpBtn_Click);
|
||
//
|
||
// owPartnerTrainerCheckBox
|
||
//
|
||
this.owPartnerTrainerCheckBox.AutoSize = true;
|
||
this.owPartnerTrainerCheckBox.Location = new System.Drawing.Point(168, 49);
|
||
this.owPartnerTrainerCheckBox.Name = "owPartnerTrainerCheckBox";
|
||
this.owPartnerTrainerCheckBox.Size = new System.Drawing.Size(60, 17);
|
||
this.owPartnerTrainerCheckBox.TabIndex = 7;
|
||
this.owPartnerTrainerCheckBox.Text = "Partner";
|
||
this.owPartnerTrainerCheckBox.UseVisualStyleBackColor = true;
|
||
this.owPartnerTrainerCheckBox.CheckedChanged += new System.EventHandler(this.owPartnerTrainerCheckBox_CheckedChanged);
|
||
//
|
||
// owItemComboBox
|
||
//
|
||
this.owItemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.owItemComboBox.FormattingEnabled = true;
|
||
this.owItemComboBox.Location = new System.Drawing.Point(49, 72);
|
||
this.owItemComboBox.Name = "owItemComboBox";
|
||
this.owItemComboBox.Size = new System.Drawing.Size(142, 21);
|
||
this.owItemComboBox.TabIndex = 6;
|
||
this.owItemComboBox.SelectedIndexChanged += new System.EventHandler(this.owItemComboBox_SelectedIndexChanged);
|
||
//
|
||
// owItemLabel
|
||
//
|
||
this.owItemLabel.AutoSize = true;
|
||
this.owItemLabel.Enabled = false;
|
||
this.owItemLabel.Location = new System.Drawing.Point(7, 78);
|
||
this.owItemLabel.Name = "owItemLabel";
|
||
this.owItemLabel.Size = new System.Drawing.Size(27, 13);
|
||
this.owItemLabel.TabIndex = 5;
|
||
this.owItemLabel.Text = "Item";
|
||
//
|
||
// owTrainerComboBox
|
||
//
|
||
this.owTrainerComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.owTrainerComboBox.Enabled = false;
|
||
this.owTrainerComboBox.FormattingEnabled = true;
|
||
this.owTrainerComboBox.Location = new System.Drawing.Point(49, 19);
|
||
this.owTrainerComboBox.Name = "owTrainerComboBox";
|
||
this.owTrainerComboBox.Size = new System.Drawing.Size(173, 21);
|
||
this.owTrainerComboBox.TabIndex = 4;
|
||
this.owTrainerComboBox.SelectedIndexChanged += new System.EventHandler(this.owTrainerComboBox_SelectedIndexChanged);
|
||
//
|
||
// owSightRangeLabel
|
||
//
|
||
this.owSightRangeLabel.AutoSize = true;
|
||
this.owSightRangeLabel.Enabled = false;
|
||
this.owSightRangeLabel.Location = new System.Drawing.Point(6, 50);
|
||
this.owSightRangeLabel.Name = "owSightRangeLabel";
|
||
this.owSightRangeLabel.Size = new System.Drawing.Size(97, 13);
|
||
this.owSightRangeLabel.TabIndex = 3;
|
||
this.owSightRangeLabel.Text = "Sight Range (Tiles)";
|
||
//
|
||
// owSightRangeUpDown
|
||
//
|
||
this.owSightRangeUpDown.Enabled = false;
|
||
this.owSightRangeUpDown.Location = new System.Drawing.Point(108, 46);
|
||
this.owSightRangeUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.owSightRangeUpDown.Name = "owSightRangeUpDown";
|
||
this.owSightRangeUpDown.Size = new System.Drawing.Size(48, 20);
|
||
this.owSightRangeUpDown.TabIndex = 2;
|
||
this.owSightRangeUpDown.ValueChanged += new System.EventHandler(this.owSightRangeUpDown_ValueChanged);
|
||
//
|
||
// owTrainerLabel
|
||
//
|
||
this.owTrainerLabel.AutoSize = true;
|
||
this.owTrainerLabel.Enabled = false;
|
||
this.owTrainerLabel.Location = new System.Drawing.Point(5, 22);
|
||
this.owTrainerLabel.Name = "owTrainerLabel";
|
||
this.owTrainerLabel.Size = new System.Drawing.Size(40, 13);
|
||
this.owTrainerLabel.TabIndex = 1;
|
||
this.owTrainerLabel.Text = "Trainer";
|
||
//
|
||
// owScriptLabel
|
||
//
|
||
this.owScriptLabel.AutoSize = true;
|
||
this.owScriptLabel.Location = new System.Drawing.Point(365, 6);
|
||
this.owScriptLabel.Name = "owScriptLabel";
|
||
this.owScriptLabel.Size = new System.Drawing.Size(34, 13);
|
||
this.owScriptLabel.TabIndex = 13;
|
||
this.owScriptLabel.Text = "Script";
|
||
//
|
||
// owScriptNumericUpDown
|
||
//
|
||
this.owScriptNumericUpDown.Location = new System.Drawing.Point(368, 22);
|
||
this.owScriptNumericUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.owScriptNumericUpDown.Name = "owScriptNumericUpDown";
|
||
this.owScriptNumericUpDown.Size = new System.Drawing.Size(54, 20);
|
||
this.owScriptNumericUpDown.TabIndex = 12;
|
||
this.owScriptNumericUpDown.ValueChanged += new System.EventHandler(this.owScriptNumericUpDown_ValueChanged);
|
||
//
|
||
// owFlagLabel
|
||
//
|
||
this.owFlagLabel.AutoSize = true;
|
||
this.owFlagLabel.Location = new System.Drawing.Point(283, 6);
|
||
this.owFlagLabel.Name = "owFlagLabel";
|
||
this.owFlagLabel.Size = new System.Drawing.Size(27, 13);
|
||
this.owFlagLabel.TabIndex = 11;
|
||
this.owFlagLabel.Text = "Flag";
|
||
//
|
||
// owFlagNumericUpDown
|
||
//
|
||
this.owFlagNumericUpDown.Location = new System.Drawing.Point(286, 22);
|
||
this.owFlagNumericUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.owFlagNumericUpDown.Name = "owFlagNumericUpDown";
|
||
this.owFlagNumericUpDown.Size = new System.Drawing.Size(60, 20);
|
||
this.owFlagNumericUpDown.TabIndex = 10;
|
||
this.owFlagNumericUpDown.ValueChanged += new System.EventHandler(this.owFlagNumericUpDown_ValueChanged);
|
||
//
|
||
// owSpriteLabel
|
||
//
|
||
this.owSpriteLabel.AutoSize = true;
|
||
this.owSpriteLabel.Location = new System.Drawing.Point(197, 51);
|
||
this.owSpriteLabel.Name = "owSpriteLabel";
|
||
this.owSpriteLabel.Size = new System.Drawing.Size(45, 13);
|
||
this.owSpriteLabel.TabIndex = 9;
|
||
this.owSpriteLabel.Text = "Entry ID";
|
||
//
|
||
// owSpriteComboBox
|
||
//
|
||
this.owSpriteComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.owSpriteComboBox.FormattingEnabled = true;
|
||
this.owSpriteComboBox.Location = new System.Drawing.Point(200, 67);
|
||
this.owSpriteComboBox.Name = "owSpriteComboBox";
|
||
this.owSpriteComboBox.Size = new System.Drawing.Size(159, 21);
|
||
this.owSpriteComboBox.TabIndex = 8;
|
||
this.owSpriteComboBox.SelectedIndexChanged += new System.EventHandler(this.owSpriteComboBox_SelectedIndexChanged);
|
||
//
|
||
// owIDLabel
|
||
//
|
||
this.owIDLabel.AutoSize = true;
|
||
this.owIDLabel.Location = new System.Drawing.Point(198, 6);
|
||
this.owIDLabel.Name = "owIDLabel";
|
||
this.owIDLabel.Size = new System.Drawing.Size(58, 13);
|
||
this.owIDLabel.TabIndex = 7;
|
||
this.owIDLabel.Text = "ID Number";
|
||
//
|
||
// owIDNumericUpDown
|
||
//
|
||
this.owIDNumericUpDown.Location = new System.Drawing.Point(201, 22);
|
||
this.owIDNumericUpDown.Maximum = new decimal(new int[] {
|
||
255,
|
||
0,
|
||
0,
|
||
0});
|
||
this.owIDNumericUpDown.Name = "owIDNumericUpDown";
|
||
this.owIDNumericUpDown.Size = new System.Drawing.Size(63, 20);
|
||
this.owIDNumericUpDown.TabIndex = 6;
|
||
this.owIDNumericUpDown.ValueChanged += new System.EventHandler(this.owIDNumericUpDown_ValueChanged);
|
||
//
|
||
// duplicateOverworldsButton
|
||
//
|
||
this.duplicateOverworldsButton.Image = global::DSPRE.Properties.Resources.copyIcon_small;
|
||
this.duplicateOverworldsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.duplicateOverworldsButton.Location = new System.Drawing.Point(116, 202);
|
||
this.duplicateOverworldsButton.Name = "duplicateOverworldsButton";
|
||
this.duplicateOverworldsButton.Size = new System.Drawing.Size(72, 25);
|
||
this.duplicateOverworldsButton.TabIndex = 26;
|
||
this.duplicateOverworldsButton.Text = "Duplicate";
|
||
this.duplicateOverworldsButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.duplicateOverworldsButton.UseVisualStyleBackColor = true;
|
||
this.duplicateOverworldsButton.Click += new System.EventHandler(this.duplicateOverworldsButton_Click);
|
||
//
|
||
// owSpritePictureBox
|
||
//
|
||
this.owSpritePictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||
this.owSpritePictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.owSpritePictureBox.Location = new System.Drawing.Point(367, 53);
|
||
this.owSpritePictureBox.Name = "owSpritePictureBox";
|
||
this.owSpritePictureBox.Size = new System.Drawing.Size(66, 66);
|
||
this.owSpritePictureBox.TabIndex = 20;
|
||
this.owSpritePictureBox.TabStop = false;
|
||
//
|
||
// removeOverworldButton
|
||
//
|
||
this.removeOverworldButton.Image = global::DSPRE.Properties.Resources.deleteIcon;
|
||
this.removeOverworldButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.removeOverworldButton.Location = new System.Drawing.Point(56, 202);
|
||
this.removeOverworldButton.Name = "removeOverworldButton";
|
||
this.removeOverworldButton.Size = new System.Drawing.Size(60, 25);
|
||
this.removeOverworldButton.TabIndex = 5;
|
||
this.removeOverworldButton.Text = "Delete";
|
||
this.removeOverworldButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.removeOverworldButton.UseVisualStyleBackColor = true;
|
||
this.removeOverworldButton.Click += new System.EventHandler(this.removeOverworldButton_Click);
|
||
//
|
||
// addOverworldButton
|
||
//
|
||
this.addOverworldButton.Image = global::DSPRE.Properties.Resources.addIcon;
|
||
this.addOverworldButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.addOverworldButton.Location = new System.Drawing.Point(8, 202);
|
||
this.addOverworldButton.Name = "addOverworldButton";
|
||
this.addOverworldButton.Size = new System.Drawing.Size(48, 25);
|
||
this.addOverworldButton.TabIndex = 4;
|
||
this.addOverworldButton.Text = "Add";
|
||
this.addOverworldButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.addOverworldButton.UseVisualStyleBackColor = true;
|
||
this.addOverworldButton.Click += new System.EventHandler(this.addOverworldButton_Click);
|
||
//
|
||
// overworldsListBox
|
||
//
|
||
this.overworldsListBox.FormattingEnabled = true;
|
||
this.overworldsListBox.Location = new System.Drawing.Point(8, 41);
|
||
this.overworldsListBox.Name = "overworldsListBox";
|
||
this.overworldsListBox.Size = new System.Drawing.Size(180, 160);
|
||
this.overworldsListBox.TabIndex = 3;
|
||
this.overworldsListBox.SelectedIndexChanged += new System.EventHandler(this.overworldsListBox_SelectedIndexChanged);
|
||
//
|
||
// warpsTabPage
|
||
//
|
||
this.warpsTabPage.Controls.Add(this.duplicateWarpsButton);
|
||
this.warpsTabPage.Controls.Add(this.groupBox11);
|
||
this.warpsTabPage.Controls.Add(this.groupBox1);
|
||
this.warpsTabPage.Controls.Add(this.removeWarpButton);
|
||
this.warpsTabPage.Controls.Add(this.addWarpButton);
|
||
this.warpsTabPage.Controls.Add(this.warpsListBox);
|
||
this.warpsTabPage.Location = new System.Drawing.Point(4, 22);
|
||
this.warpsTabPage.Name = "warpsTabPage";
|
||
this.warpsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
||
this.warpsTabPage.Size = new System.Drawing.Size(444, 352);
|
||
this.warpsTabPage.TabIndex = 2;
|
||
this.warpsTabPage.Text = "Warps";
|
||
this.warpsTabPage.UseVisualStyleBackColor = true;
|
||
//
|
||
// duplicateWarpsButton
|
||
//
|
||
this.duplicateWarpsButton.Image = global::DSPRE.Properties.Resources.copyIcon_small;
|
||
this.duplicateWarpsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.duplicateWarpsButton.Location = new System.Drawing.Point(112, 308);
|
||
this.duplicateWarpsButton.Name = "duplicateWarpsButton";
|
||
this.duplicateWarpsButton.Size = new System.Drawing.Size(74, 32);
|
||
this.duplicateWarpsButton.TabIndex = 23;
|
||
this.duplicateWarpsButton.Text = "Duplicate";
|
||
this.duplicateWarpsButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.duplicateWarpsButton.UseVisualStyleBackColor = true;
|
||
this.duplicateWarpsButton.Click += new System.EventHandler(this.duplicateWarpsButton_Click);
|
||
//
|
||
// groupBox11
|
||
//
|
||
this.groupBox11.Controls.Add(this.eventEditorHeaderLocationNameLabel);
|
||
this.groupBox11.Controls.Add(this.eventEditorWarpHeaderListBox);
|
||
this.groupBox11.Controls.Add(this.destinationWarpGoToButton);
|
||
this.groupBox11.Controls.Add(this.warpAnchorUpDown);
|
||
this.groupBox11.Controls.Add(this.warpAnchorLabel);
|
||
this.groupBox11.Location = new System.Drawing.Point(193, 193);
|
||
this.groupBox11.Name = "groupBox11";
|
||
this.groupBox11.Size = new System.Drawing.Size(242, 150);
|
||
this.groupBox11.TabIndex = 22;
|
||
this.groupBox11.TabStop = false;
|
||
this.groupBox11.Text = "Destination";
|
||
//
|
||
// eventEditorHeaderLocationNameLabel
|
||
//
|
||
this.eventEditorHeaderLocationNameLabel.Location = new System.Drawing.Point(135, 20);
|
||
this.eventEditorHeaderLocationNameLabel.Name = "eventEditorHeaderLocationNameLabel";
|
||
this.eventEditorHeaderLocationNameLabel.Size = new System.Drawing.Size(97, 35);
|
||
this.eventEditorHeaderLocationNameLabel.TabIndex = 31;
|
||
this.eventEditorHeaderLocationNameLabel.Text = "LOCATION NAME";
|
||
//
|
||
// eventEditorWarpHeaderListBox
|
||
//
|
||
this.eventEditorWarpHeaderListBox.FormattingEnabled = true;
|
||
this.eventEditorWarpHeaderListBox.Location = new System.Drawing.Point(7, 20);
|
||
this.eventEditorWarpHeaderListBox.Name = "eventEditorWarpHeaderListBox";
|
||
this.eventEditorWarpHeaderListBox.Size = new System.Drawing.Size(125, 121);
|
||
this.eventEditorWarpHeaderListBox.TabIndex = 30;
|
||
this.eventEditorWarpHeaderListBox.SelectedIndexChanged += new System.EventHandler(this.eventEditorWarpHeaderListBox_SelectedIndexChanged);
|
||
//
|
||
// destinationWarpGoToButton
|
||
//
|
||
this.destinationWarpGoToButton.Image = global::DSPRE.Properties.Resources.warpGo;
|
||
this.destinationWarpGoToButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.destinationWarpGoToButton.Location = new System.Drawing.Point(138, 98);
|
||
this.destinationWarpGoToButton.Name = "destinationWarpGoToButton";
|
||
this.destinationWarpGoToButton.Size = new System.Drawing.Size(94, 41);
|
||
this.destinationWarpGoToButton.TabIndex = 26;
|
||
this.destinationWarpGoToButton.Text = "Test\r\nWarp";
|
||
this.destinationWarpGoToButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.destinationWarpGoToButton.UseVisualStyleBackColor = true;
|
||
this.destinationWarpGoToButton.Click += new System.EventHandler(this.goToWarpDestination_Click);
|
||
//
|
||
// warpAnchorUpDown
|
||
//
|
||
this.warpAnchorUpDown.Location = new System.Drawing.Point(138, 73);
|
||
this.warpAnchorUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.warpAnchorUpDown.Name = "warpAnchorUpDown";
|
||
this.warpAnchorUpDown.Size = new System.Drawing.Size(94, 20);
|
||
this.warpAnchorUpDown.TabIndex = 29;
|
||
this.warpAnchorUpDown.ValueChanged += new System.EventHandler(this.warpAnchorUpDown_ValueChanged);
|
||
//
|
||
// warpAnchorLabel
|
||
//
|
||
this.warpAnchorLabel.AutoSize = true;
|
||
this.warpAnchorLabel.Location = new System.Drawing.Point(159, 57);
|
||
this.warpAnchorLabel.Name = "warpAnchorLabel";
|
||
this.warpAnchorLabel.Size = new System.Drawing.Size(47, 13);
|
||
this.warpAnchorLabel.TabIndex = 27;
|
||
this.warpAnchorLabel.Text = "Hook ID";
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.groupBox14);
|
||
this.groupBox1.Controls.Add(this.groupBox12);
|
||
this.groupBox1.Location = new System.Drawing.Point(193, 6);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(242, 182);
|
||
this.groupBox1.TabIndex = 21;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "Start coordinates";
|
||
//
|
||
// groupBox14
|
||
//
|
||
this.groupBox14.Controls.Add(this.goToWarpButton);
|
||
this.groupBox14.Controls.Add(this.label9);
|
||
this.groupBox14.Controls.Add(this.warpXMatrixUpDown);
|
||
this.groupBox14.Controls.Add(this.label15);
|
||
this.groupBox14.Controls.Add(this.warpYMatrixUpDown);
|
||
this.groupBox14.Location = new System.Drawing.Point(9, 74);
|
||
this.groupBox14.Name = "groupBox14";
|
||
this.groupBox14.Size = new System.Drawing.Size(223, 97);
|
||
this.groupBox14.TabIndex = 23;
|
||
this.groupBox14.TabStop = false;
|
||
this.groupBox14.Text = "Matrix coordinates";
|
||
//
|
||
// goToWarpButton
|
||
//
|
||
this.goToWarpButton.Image = global::DSPRE.Properties.Resources.goToWarp;
|
||
this.goToWarpButton.ImageAlign = System.Drawing.ContentAlignment.BottomRight;
|
||
this.goToWarpButton.Location = new System.Drawing.Point(63, 51);
|
||
this.goToWarpButton.Name = "goToWarpButton";
|
||
this.goToWarpButton.Size = new System.Drawing.Size(102, 39);
|
||
this.goToWarpButton.TabIndex = 25;
|
||
this.goToWarpButton.Text = "Go to start \r\ncoordinates";
|
||
this.goToWarpButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.goToWarpButton.UseVisualStyleBackColor = true;
|
||
this.goToWarpButton.Click += new System.EventHandler(this.centerEventViewOnSelectedEvent_Click);
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.AutoSize = true;
|
||
this.label9.Location = new System.Drawing.Point(117, 27);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(38, 13);
|
||
this.label9.TabIndex = 24;
|
||
this.label9.Text = "Mat. Y";
|
||
//
|
||
// warpXMatrixUpDown
|
||
//
|
||
this.warpXMatrixUpDown.Location = new System.Drawing.Point(49, 23);
|
||
this.warpXMatrixUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.warpXMatrixUpDown.Name = "warpXMatrixUpDown";
|
||
this.warpXMatrixUpDown.Size = new System.Drawing.Size(47, 20);
|
||
this.warpXMatrixUpDown.TabIndex = 21;
|
||
this.warpXMatrixUpDown.ValueChanged += new System.EventHandler(this.warpMatrixXUpDown_ValueChanged);
|
||
//
|
||
// label15
|
||
//
|
||
this.label15.AutoSize = true;
|
||
this.label15.Location = new System.Drawing.Point(10, 27);
|
||
this.label15.Name = "label15";
|
||
this.label15.Size = new System.Drawing.Size(38, 13);
|
||
this.label15.TabIndex = 22;
|
||
this.label15.Text = "Mat. X";
|
||
//
|
||
// warpYMatrixUpDown
|
||
//
|
||
this.warpYMatrixUpDown.Location = new System.Drawing.Point(157, 23);
|
||
this.warpYMatrixUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.warpYMatrixUpDown.Name = "warpYMatrixUpDown";
|
||
this.warpYMatrixUpDown.Size = new System.Drawing.Size(47, 20);
|
||
this.warpYMatrixUpDown.TabIndex = 23;
|
||
this.warpYMatrixUpDown.ValueChanged += new System.EventHandler(this.warpMatrixYUpDown_ValueChanged);
|
||
//
|
||
// groupBox12
|
||
//
|
||
this.groupBox12.Controls.Add(this.warpXMapUpDown);
|
||
this.groupBox12.Controls.Add(this.label24);
|
||
this.groupBox12.Controls.Add(this.label25);
|
||
this.groupBox12.Controls.Add(this.warpYMapUpDown);
|
||
this.groupBox12.Controls.Add(this.warpZUpDown);
|
||
this.groupBox12.Controls.Add(this.label16);
|
||
this.groupBox12.Location = new System.Drawing.Point(9, 19);
|
||
this.groupBox12.Name = "groupBox12";
|
||
this.groupBox12.Size = new System.Drawing.Size(223, 49);
|
||
this.groupBox12.TabIndex = 22;
|
||
this.groupBox12.TabStop = false;
|
||
this.groupBox12.Text = "Map coordinates";
|
||
//
|
||
// warpXMapUpDown
|
||
//
|
||
this.warpXMapUpDown.Location = new System.Drawing.Point(25, 19);
|
||
this.warpXMapUpDown.Maximum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
0});
|
||
this.warpXMapUpDown.Minimum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.warpXMapUpDown.Name = "warpXMapUpDown";
|
||
this.warpXMapUpDown.Size = new System.Drawing.Size(34, 20);
|
||
this.warpXMapUpDown.TabIndex = 10;
|
||
this.warpXMapUpDown.ValueChanged += new System.EventHandler(this.warpXMapUpDown_ValueChanged);
|
||
//
|
||
// label24
|
||
//
|
||
this.label24.AutoSize = true;
|
||
this.label24.Location = new System.Drawing.Point(86, 22);
|
||
this.label24.Name = "label24";
|
||
this.label24.Size = new System.Drawing.Size(14, 13);
|
||
this.label24.TabIndex = 21;
|
||
this.label24.Text = "Y";
|
||
//
|
||
// label25
|
||
//
|
||
this.label25.AutoSize = true;
|
||
this.label25.Location = new System.Drawing.Point(10, 22);
|
||
this.label25.Name = "label25";
|
||
this.label25.Size = new System.Drawing.Size(14, 13);
|
||
this.label25.TabIndex = 13;
|
||
this.label25.Text = "X";
|
||
//
|
||
// warpYMapUpDown
|
||
//
|
||
this.warpYMapUpDown.Location = new System.Drawing.Point(100, 19);
|
||
this.warpYMapUpDown.Maximum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
0});
|
||
this.warpYMapUpDown.Minimum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.warpYMapUpDown.Name = "warpYMapUpDown";
|
||
this.warpYMapUpDown.Size = new System.Drawing.Size(34, 20);
|
||
this.warpYMapUpDown.TabIndex = 12;
|
||
this.warpYMapUpDown.ValueChanged += new System.EventHandler(this.warpYMapUpDown_ValueChanged);
|
||
//
|
||
// warpZUpDown
|
||
//
|
||
this.warpZUpDown.Location = new System.Drawing.Point(175, 19);
|
||
this.warpZUpDown.Maximum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
0});
|
||
this.warpZUpDown.Minimum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.warpZUpDown.Name = "warpZUpDown";
|
||
this.warpZUpDown.Size = new System.Drawing.Size(34, 20);
|
||
this.warpZUpDown.TabIndex = 14;
|
||
this.warpZUpDown.ValueChanged += new System.EventHandler(this.warpZUpDown_ValueChanged);
|
||
//
|
||
// label16
|
||
//
|
||
this.label16.AutoSize = true;
|
||
this.label16.Location = new System.Drawing.Point(160, 22);
|
||
this.label16.Name = "label16";
|
||
this.label16.Size = new System.Drawing.Size(14, 13);
|
||
this.label16.TabIndex = 15;
|
||
this.label16.Text = "Z";
|
||
//
|
||
// removeWarpButton
|
||
//
|
||
this.removeWarpButton.Image = global::DSPRE.Properties.Resources.deleteIcon;
|
||
this.removeWarpButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.removeWarpButton.Location = new System.Drawing.Point(60, 308);
|
||
this.removeWarpButton.Name = "removeWarpButton";
|
||
this.removeWarpButton.Size = new System.Drawing.Size(52, 32);
|
||
this.removeWarpButton.TabIndex = 10;
|
||
this.removeWarpButton.Text = "Rem";
|
||
this.removeWarpButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.removeWarpButton.UseVisualStyleBackColor = true;
|
||
this.removeWarpButton.Click += new System.EventHandler(this.removeWarpButton_Click);
|
||
//
|
||
// addWarpButton
|
||
//
|
||
this.addWarpButton.Image = global::DSPRE.Properties.Resources.addIcon;
|
||
this.addWarpButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.addWarpButton.Location = new System.Drawing.Point(8, 308);
|
||
this.addWarpButton.Name = "addWarpButton";
|
||
this.addWarpButton.Size = new System.Drawing.Size(52, 32);
|
||
this.addWarpButton.TabIndex = 9;
|
||
this.addWarpButton.Text = "Add";
|
||
this.addWarpButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.addWarpButton.UseVisualStyleBackColor = true;
|
||
this.addWarpButton.Click += new System.EventHandler(this.addWarpButton_Click);
|
||
//
|
||
// warpsListBox
|
||
//
|
||
this.warpsListBox.FormattingEnabled = true;
|
||
this.warpsListBox.Location = new System.Drawing.Point(9, 12);
|
||
this.warpsListBox.Name = "warpsListBox";
|
||
this.warpsListBox.Size = new System.Drawing.Size(177, 290);
|
||
this.warpsListBox.TabIndex = 4;
|
||
this.warpsListBox.SelectedIndexChanged += new System.EventHandler(this.warpsListBox_SelectedIndexChanged);
|
||
//
|
||
// triggersTabPage
|
||
//
|
||
this.triggersTabPage.Controls.Add(this.triggerLogicGroupBox);
|
||
this.triggersTabPage.Controls.Add(this.groupBox16);
|
||
this.triggersTabPage.Controls.Add(this.groupBox15);
|
||
this.triggersTabPage.Controls.Add(this.groupBox6);
|
||
this.triggersTabPage.Controls.Add(this.duplicateTriggersButton);
|
||
this.triggersTabPage.Controls.Add(this.removeTriggerButton);
|
||
this.triggersTabPage.Controls.Add(this.addTriggerButton);
|
||
this.triggersTabPage.Controls.Add(this.triggersListBox);
|
||
this.triggersTabPage.Location = new System.Drawing.Point(4, 22);
|
||
this.triggersTabPage.Name = "triggersTabPage";
|
||
this.triggersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
||
this.triggersTabPage.Size = new System.Drawing.Size(444, 352);
|
||
this.triggersTabPage.TabIndex = 3;
|
||
this.triggersTabPage.Text = "Triggers";
|
||
this.triggersTabPage.UseVisualStyleBackColor = true;
|
||
//
|
||
// triggerLogicGroupBox
|
||
//
|
||
this.triggerLogicGroupBox.Controls.Add(this.expectedVarValueTriggerUpDown);
|
||
this.triggerLogicGroupBox.Controls.Add(this.label19);
|
||
this.triggerLogicGroupBox.Controls.Add(this.triggerVariableWatchedUpDown);
|
||
this.triggerLogicGroupBox.Controls.Add(this.label28);
|
||
this.triggerLogicGroupBox.Controls.Add(this.triggerScriptUpDown);
|
||
this.triggerLogicGroupBox.Controls.Add(this.label27);
|
||
this.triggerLogicGroupBox.Location = new System.Drawing.Point(225, 9);
|
||
this.triggerLogicGroupBox.Name = "triggerLogicGroupBox";
|
||
this.triggerLogicGroupBox.Size = new System.Drawing.Size(200, 108);
|
||
this.triggerLogicGroupBox.TabIndex = 39;
|
||
this.triggerLogicGroupBox.TabStop = false;
|
||
this.triggerLogicGroupBox.Text = "Logic";
|
||
//
|
||
// expectedVarValueTriggerUpDown
|
||
//
|
||
this.expectedVarValueTriggerUpDown.Location = new System.Drawing.Point(112, 36);
|
||
this.expectedVarValueTriggerUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.expectedVarValueTriggerUpDown.Name = "expectedVarValueTriggerUpDown";
|
||
this.expectedVarValueTriggerUpDown.Size = new System.Drawing.Size(71, 20);
|
||
this.expectedVarValueTriggerUpDown.TabIndex = 37;
|
||
this.expectedVarValueTriggerUpDown.ValueChanged += new System.EventHandler(this.expectedVarValueTriggerUpDown_ValueChanged);
|
||
//
|
||
// label19
|
||
//
|
||
this.label19.AutoSize = true;
|
||
this.label19.Location = new System.Drawing.Point(107, 20);
|
||
this.label19.Name = "label19";
|
||
this.label19.Size = new System.Drawing.Size(82, 13);
|
||
this.label19.TabIndex = 38;
|
||
this.label19.Text = "Expected Value";
|
||
//
|
||
// triggerVariableWatchedUpDown
|
||
//
|
||
this.triggerVariableWatchedUpDown.Location = new System.Drawing.Point(17, 36);
|
||
this.triggerVariableWatchedUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.triggerVariableWatchedUpDown.Name = "triggerVariableWatchedUpDown";
|
||
this.triggerVariableWatchedUpDown.Size = new System.Drawing.Size(71, 20);
|
||
this.triggerVariableWatchedUpDown.TabIndex = 26;
|
||
this.triggerVariableWatchedUpDown.ValueChanged += new System.EventHandler(this.triggerVariableWatchedUpDown_ValueChanged);
|
||
//
|
||
// label28
|
||
//
|
||
this.label28.AutoSize = true;
|
||
this.label28.Location = new System.Drawing.Point(9, 20);
|
||
this.label28.Name = "label28";
|
||
this.label28.Size = new System.Drawing.Size(89, 13);
|
||
this.label28.TabIndex = 27;
|
||
this.label28.Text = "Variable watched";
|
||
//
|
||
// triggerScriptUpDown
|
||
//
|
||
this.triggerScriptUpDown.Location = new System.Drawing.Point(68, 77);
|
||
this.triggerScriptUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.triggerScriptUpDown.Name = "triggerScriptUpDown";
|
||
this.triggerScriptUpDown.Size = new System.Drawing.Size(66, 20);
|
||
this.triggerScriptUpDown.TabIndex = 23;
|
||
this.triggerScriptUpDown.ValueChanged += new System.EventHandler(this.triggerScriptUpDown_ValueChanged);
|
||
//
|
||
// label27
|
||
//
|
||
this.label27.AutoSize = true;
|
||
this.label27.Location = new System.Drawing.Point(58, 62);
|
||
this.label27.Name = "label27";
|
||
this.label27.Size = new System.Drawing.Size(78, 13);
|
||
this.label27.TabIndex = 24;
|
||
this.label27.Text = "Script to trigger";
|
||
//
|
||
// groupBox16
|
||
//
|
||
this.groupBox16.Controls.Add(this.triggerLengthLabel);
|
||
this.groupBox16.Controls.Add(this.triggerLengthUpDown);
|
||
this.groupBox16.Controls.Add(this.triggerWidthLabel);
|
||
this.groupBox16.Controls.Add(this.triggerWidthUpDown);
|
||
this.groupBox16.Location = new System.Drawing.Point(225, 119);
|
||
this.groupBox16.Name = "groupBox16";
|
||
this.groupBox16.Size = new System.Drawing.Size(200, 67);
|
||
this.groupBox16.TabIndex = 33;
|
||
this.groupBox16.TabStop = false;
|
||
this.groupBox16.Text = "Trigger Size";
|
||
//
|
||
// triggerLengthLabel
|
||
//
|
||
this.triggerLengthLabel.AutoSize = true;
|
||
this.triggerLengthLabel.Location = new System.Drawing.Point(116, 19);
|
||
this.triggerLengthLabel.Name = "triggerLengthLabel";
|
||
this.triggerLengthLabel.Size = new System.Drawing.Size(56, 13);
|
||
this.triggerLengthLabel.TabIndex = 35;
|
||
this.triggerLengthLabel.Text = "Length [Y]";
|
||
//
|
||
// triggerLengthUpDown
|
||
//
|
||
this.triggerLengthUpDown.Location = new System.Drawing.Point(119, 36);
|
||
this.triggerLengthUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.triggerLengthUpDown.Name = "triggerLengthUpDown";
|
||
this.triggerLengthUpDown.Size = new System.Drawing.Size(64, 20);
|
||
this.triggerLengthUpDown.TabIndex = 34;
|
||
this.triggerLengthUpDown.ValueChanged += new System.EventHandler(this.triggerLengthUpDown_ValueChanged);
|
||
//
|
||
// triggerWidthLabel
|
||
//
|
||
this.triggerWidthLabel.AutoSize = true;
|
||
this.triggerWidthLabel.Location = new System.Drawing.Point(15, 19);
|
||
this.triggerWidthLabel.Name = "triggerWidthLabel";
|
||
this.triggerWidthLabel.Size = new System.Drawing.Size(51, 13);
|
||
this.triggerWidthLabel.TabIndex = 33;
|
||
this.triggerWidthLabel.Text = "Width [X]";
|
||
//
|
||
// triggerWidthUpDown
|
||
//
|
||
this.triggerWidthUpDown.Location = new System.Drawing.Point(18, 36);
|
||
this.triggerWidthUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.triggerWidthUpDown.Name = "triggerWidthUpDown";
|
||
this.triggerWidthUpDown.Size = new System.Drawing.Size(62, 20);
|
||
this.triggerWidthUpDown.TabIndex = 32;
|
||
this.triggerWidthUpDown.ValueChanged += new System.EventHandler(this.triggerWidthUpDown_ValueChanged);
|
||
//
|
||
// groupBox15
|
||
//
|
||
this.groupBox15.Controls.Add(this.triggerZLabel);
|
||
this.groupBox15.Controls.Add(this.triggerXMapUpDown);
|
||
this.groupBox15.Controls.Add(this.triggerZUpDown);
|
||
this.groupBox15.Controls.Add(this.triggerMapXLabel);
|
||
this.groupBox15.Controls.Add(this.triggerYMapUpDown);
|
||
this.groupBox15.Controls.Add(this.triggerYMapLabel);
|
||
this.groupBox15.Location = new System.Drawing.Point(225, 191);
|
||
this.groupBox15.Name = "groupBox15";
|
||
this.groupBox15.Size = new System.Drawing.Size(200, 54);
|
||
this.groupBox15.TabIndex = 32;
|
||
this.groupBox15.TabStop = false;
|
||
this.groupBox15.Text = "Map Coordinates";
|
||
//
|
||
// triggerZLabel
|
||
//
|
||
this.triggerZLabel.AutoSize = true;
|
||
this.triggerZLabel.Location = new System.Drawing.Point(141, 27);
|
||
this.triggerZLabel.Name = "triggerZLabel";
|
||
this.triggerZLabel.Size = new System.Drawing.Size(14, 13);
|
||
this.triggerZLabel.TabIndex = 21;
|
||
this.triggerZLabel.Text = "Z";
|
||
//
|
||
// triggerXMapUpDown
|
||
//
|
||
this.triggerXMapUpDown.Location = new System.Drawing.Point(28, 23);
|
||
this.triggerXMapUpDown.Maximum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
0});
|
||
this.triggerXMapUpDown.Minimum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.triggerXMapUpDown.Name = "triggerXMapUpDown";
|
||
this.triggerXMapUpDown.Size = new System.Drawing.Size(34, 20);
|
||
this.triggerXMapUpDown.TabIndex = 16;
|
||
this.triggerXMapUpDown.ValueChanged += new System.EventHandler(this.triggerXMapUpDown_ValueChanged);
|
||
//
|
||
// triggerZUpDown
|
||
//
|
||
this.triggerZUpDown.Location = new System.Drawing.Point(156, 23);
|
||
this.triggerZUpDown.Maximum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
0});
|
||
this.triggerZUpDown.Minimum = new decimal(new int[] {
|
||
32768,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.triggerZUpDown.Name = "triggerZUpDown";
|
||
this.triggerZUpDown.Size = new System.Drawing.Size(34, 20);
|
||
this.triggerZUpDown.TabIndex = 20;
|
||
this.triggerZUpDown.ValueChanged += new System.EventHandler(this.triggerZUpDown_ValueChanged);
|
||
//
|
||
// triggerMapXLabel
|
||
//
|
||
this.triggerMapXLabel.AutoSize = true;
|
||
this.triggerMapXLabel.Location = new System.Drawing.Point(11, 27);
|
||
this.triggerMapXLabel.Name = "triggerMapXLabel";
|
||
this.triggerMapXLabel.Size = new System.Drawing.Size(14, 13);
|
||
this.triggerMapXLabel.TabIndex = 17;
|
||
this.triggerMapXLabel.Text = "X";
|
||
//
|
||
// triggerYMapUpDown
|
||
//
|
||
this.triggerYMapUpDown.Location = new System.Drawing.Point(91, 23);
|
||
this.triggerYMapUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.triggerYMapUpDown.Name = "triggerYMapUpDown";
|
||
this.triggerYMapUpDown.Size = new System.Drawing.Size(34, 20);
|
||
this.triggerYMapUpDown.TabIndex = 18;
|
||
this.triggerYMapUpDown.ValueChanged += new System.EventHandler(this.triggerYMapUpDown_ValueChanged);
|
||
//
|
||
// triggerYMapLabel
|
||
//
|
||
this.triggerYMapLabel.AutoSize = true;
|
||
this.triggerYMapLabel.Location = new System.Drawing.Point(76, 27);
|
||
this.triggerYMapLabel.Name = "triggerYMapLabel";
|
||
this.triggerYMapLabel.Size = new System.Drawing.Size(14, 13);
|
||
this.triggerYMapLabel.TabIndex = 19;
|
||
this.triggerYMapLabel.Text = "Y";
|
||
//
|
||
// groupBox6
|
||
//
|
||
this.groupBox6.Controls.Add(this.goToTriggerButton);
|
||
this.groupBox6.Controls.Add(this.triggerYMatrixLabel);
|
||
this.groupBox6.Controls.Add(this.triggerXMatrixUpDown);
|
||
this.groupBox6.Controls.Add(this.triggerXMatrixLabel);
|
||
this.groupBox6.Controls.Add(this.triggerYMatrixUpDown);
|
||
this.groupBox6.Location = new System.Drawing.Point(225, 248);
|
||
this.groupBox6.Name = "groupBox6";
|
||
this.groupBox6.Size = new System.Drawing.Size(200, 94);
|
||
this.groupBox6.TabIndex = 25;
|
||
this.groupBox6.TabStop = false;
|
||
this.groupBox6.Text = "Matrix Coordinates";
|
||
//
|
||
// goToTriggerButton
|
||
//
|
||
this.goToTriggerButton.Image = global::DSPRE.Properties.Resources.goToTrigger;
|
||
this.goToTriggerButton.ImageAlign = System.Drawing.ContentAlignment.BottomRight;
|
||
this.goToTriggerButton.Location = new System.Drawing.Point(44, 47);
|
||
this.goToTriggerButton.Name = "goToTriggerButton";
|
||
this.goToTriggerButton.Size = new System.Drawing.Size(120, 39);
|
||
this.goToTriggerButton.TabIndex = 20;
|
||
this.goToTriggerButton.Text = "Find this trigger";
|
||
this.goToTriggerButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.goToTriggerButton.UseVisualStyleBackColor = true;
|
||
this.goToTriggerButton.Click += new System.EventHandler(this.centerEventViewOnSelectedEvent_Click);
|
||
//
|
||
// triggerYMatrixLabel
|
||
//
|
||
this.triggerYMatrixLabel.AutoSize = true;
|
||
this.triggerYMatrixLabel.Location = new System.Drawing.Point(105, 24);
|
||
this.triggerYMatrixLabel.Name = "triggerYMatrixLabel";
|
||
this.triggerYMatrixLabel.Size = new System.Drawing.Size(45, 13);
|
||
this.triggerYMatrixLabel.TabIndex = 19;
|
||
this.triggerYMatrixLabel.Text = "Matrix Y";
|
||
//
|
||
// triggerXMatrixUpDown
|
||
//
|
||
this.triggerXMatrixUpDown.Location = new System.Drawing.Point(52, 21);
|
||
this.triggerXMatrixUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.triggerXMatrixUpDown.Name = "triggerXMatrixUpDown";
|
||
this.triggerXMatrixUpDown.Size = new System.Drawing.Size(37, 20);
|
||
this.triggerXMatrixUpDown.TabIndex = 16;
|
||
this.triggerXMatrixUpDown.ValueChanged += new System.EventHandler(this.triggerXMatrixUpDown_ValueChanged);
|
||
//
|
||
// triggerXMatrixLabel
|
||
//
|
||
this.triggerXMatrixLabel.AutoSize = true;
|
||
this.triggerXMatrixLabel.Location = new System.Drawing.Point(6, 24);
|
||
this.triggerXMatrixLabel.Name = "triggerXMatrixLabel";
|
||
this.triggerXMatrixLabel.Size = new System.Drawing.Size(45, 13);
|
||
this.triggerXMatrixLabel.TabIndex = 17;
|
||
this.triggerXMatrixLabel.Text = "Matrix X";
|
||
//
|
||
// triggerYMatrixUpDown
|
||
//
|
||
this.triggerYMatrixUpDown.Location = new System.Drawing.Point(152, 21);
|
||
this.triggerYMatrixUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.triggerYMatrixUpDown.Name = "triggerYMatrixUpDown";
|
||
this.triggerYMatrixUpDown.Size = new System.Drawing.Size(37, 20);
|
||
this.triggerYMatrixUpDown.TabIndex = 18;
|
||
this.triggerYMatrixUpDown.ValueChanged += new System.EventHandler(this.triggerYMatrixUpDown_ValueChanged);
|
||
//
|
||
// duplicateTriggersButton
|
||
//
|
||
this.duplicateTriggersButton.Image = global::DSPRE.Properties.Resources.copyIcon_small;
|
||
this.duplicateTriggersButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.duplicateTriggersButton.Location = new System.Drawing.Point(130, 308);
|
||
this.duplicateTriggersButton.Name = "duplicateTriggersButton";
|
||
this.duplicateTriggersButton.Size = new System.Drawing.Size(74, 32);
|
||
this.duplicateTriggersButton.TabIndex = 36;
|
||
this.duplicateTriggersButton.Text = "Duplicate";
|
||
this.duplicateTriggersButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.duplicateTriggersButton.UseVisualStyleBackColor = true;
|
||
this.duplicateTriggersButton.Click += new System.EventHandler(this.duplicateTriggersButton_Click);
|
||
//
|
||
// removeTriggerButton
|
||
//
|
||
this.removeTriggerButton.Image = global::DSPRE.Properties.Resources.deleteIcon;
|
||
this.removeTriggerButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.removeTriggerButton.Location = new System.Drawing.Point(66, 308);
|
||
this.removeTriggerButton.Name = "removeTriggerButton";
|
||
this.removeTriggerButton.Size = new System.Drawing.Size(63, 32);
|
||
this.removeTriggerButton.TabIndex = 10;
|
||
this.removeTriggerButton.Text = "Delete";
|
||
this.removeTriggerButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.removeTriggerButton.UseVisualStyleBackColor = true;
|
||
this.removeTriggerButton.Click += new System.EventHandler(this.removeTriggerButton_Click);
|
||
//
|
||
// addTriggerButton
|
||
//
|
||
this.addTriggerButton.Image = global::DSPRE.Properties.Resources.addIcon;
|
||
this.addTriggerButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.addTriggerButton.Location = new System.Drawing.Point(14, 308);
|
||
this.addTriggerButton.Name = "addTriggerButton";
|
||
this.addTriggerButton.Size = new System.Drawing.Size(51, 32);
|
||
this.addTriggerButton.TabIndex = 9;
|
||
this.addTriggerButton.Text = "Add";
|
||
this.addTriggerButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.addTriggerButton.UseVisualStyleBackColor = true;
|
||
this.addTriggerButton.Click += new System.EventHandler(this.addTriggerButton_Click);
|
||
//
|
||
// triggersListBox
|
||
//
|
||
this.triggersListBox.FormattingEnabled = true;
|
||
this.triggersListBox.Location = new System.Drawing.Point(14, 12);
|
||
this.triggersListBox.Name = "triggersListBox";
|
||
this.triggersListBox.Size = new System.Drawing.Size(190, 290);
|
||
this.triggersListBox.TabIndex = 4;
|
||
this.triggersListBox.SelectedIndexChanged += new System.EventHandler(this.triggersListBox_SelectedIndexChanged);
|
||
//
|
||
// eventPanel
|
||
//
|
||
this.eventPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.eventPanel.Controls.Add(this.eventPictureBox);
|
||
this.eventPanel.Controls.Add(this.eventOpenGlControl);
|
||
this.eventPanel.Location = new System.Drawing.Point(601, 39);
|
||
this.eventPanel.Name = "eventPanel";
|
||
this.eventPanel.Size = new System.Drawing.Size(546, 546);
|
||
this.eventPanel.TabIndex = 24;
|
||
//
|
||
// eventPictureBox
|
||
//
|
||
this.eventPictureBox.BackColor = System.Drawing.Color.White;
|
||
this.eventPictureBox.Location = new System.Drawing.Point(0, 0);
|
||
this.eventPictureBox.Name = "eventPictureBox";
|
||
this.eventPictureBox.Size = new System.Drawing.Size(544, 544);
|
||
this.eventPictureBox.TabIndex = 3;
|
||
this.eventPictureBox.TabStop = false;
|
||
this.eventPictureBox.Click += new System.EventHandler(this.eventPictureBox_Click);
|
||
this.eventPictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.eventPictureBox_MouseMove);
|
||
//
|
||
// eventOpenGlControl
|
||
//
|
||
this.eventOpenGlControl.AccumBits = ((byte)(0));
|
||
this.eventOpenGlControl.AutoCheckErrors = false;
|
||
this.eventOpenGlControl.AutoFinish = false;
|
||
this.eventOpenGlControl.AutoMakeCurrent = true;
|
||
this.eventOpenGlControl.AutoSwapBuffers = true;
|
||
this.eventOpenGlControl.BackColor = System.Drawing.Color.Black;
|
||
this.eventOpenGlControl.ColorBits = ((byte)(32));
|
||
this.eventOpenGlControl.DepthBits = ((byte)(64));
|
||
this.eventOpenGlControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.eventOpenGlControl.ForeColor = System.Drawing.Color.Black;
|
||
this.eventOpenGlControl.Location = new System.Drawing.Point(0, 0);
|
||
this.eventOpenGlControl.Name = "eventOpenGlControl";
|
||
this.eventOpenGlControl.Size = new System.Drawing.Size(544, 544);
|
||
this.eventOpenGlControl.StencilBits = ((byte)(0));
|
||
this.eventOpenGlControl.TabIndex = 2;
|
||
this.eventOpenGlControl.Load += new System.EventHandler(this.eventOpenGlControl_Load);
|
||
//
|
||
// rightClickPicture
|
||
//
|
||
this.rightClickPicture.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.rightClickPicture.Image = global::DSPRE.Properties.Resources.RightClick;
|
||
this.rightClickPicture.ImageLocation = "";
|
||
this.rightClickPicture.Location = new System.Drawing.Point(476, 417);
|
||
this.rightClickPicture.Name = "rightClickPicture";
|
||
this.rightClickPicture.Size = new System.Drawing.Size(38, 38);
|
||
this.rightClickPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.rightClickPicture.TabIndex = 59;
|
||
this.rightClickPicture.TabStop = false;
|
||
//
|
||
// wheelClickPicture
|
||
//
|
||
this.wheelClickPicture.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.wheelClickPicture.Image = global::DSPRE.Properties.Resources.WheelClick;
|
||
this.wheelClickPicture.ImageLocation = "";
|
||
this.wheelClickPicture.Location = new System.Drawing.Point(561, 417);
|
||
this.wheelClickPicture.Name = "wheelClickPicture";
|
||
this.wheelClickPicture.Size = new System.Drawing.Size(38, 38);
|
||
this.wheelClickPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.wheelClickPicture.TabIndex = 56;
|
||
this.wheelClickPicture.TabStop = false;
|
||
//
|
||
// LeftClickPicture
|
||
//
|
||
this.LeftClickPicture.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.LeftClickPicture.Image = global::DSPRE.Properties.Resources.LeftClick;
|
||
this.LeftClickPicture.ImageLocation = "";
|
||
this.LeftClickPicture.Location = new System.Drawing.Point(521, 417);
|
||
this.LeftClickPicture.Name = "LeftClickPicture";
|
||
this.LeftClickPicture.Size = new System.Drawing.Size(38, 38);
|
||
this.LeftClickPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.LeftClickPicture.TabIndex = 55;
|
||
this.LeftClickPicture.TabStop = false;
|
||
//
|
||
// removeEventFileButton
|
||
//
|
||
this.removeEventFileButton.Image = ((System.Drawing.Image)(resources.GetObject("removeEventFileButton.Image")));
|
||
this.removeEventFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.removeEventFileButton.Location = new System.Drawing.Point(354, 36);
|
||
this.removeEventFileButton.Name = "removeEventFileButton";
|
||
this.removeEventFileButton.Size = new System.Drawing.Size(101, 25);
|
||
this.removeEventFileButton.TabIndex = 54;
|
||
this.removeEventFileButton.Text = "Remove Last";
|
||
this.removeEventFileButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.removeEventFileButton.UseVisualStyleBackColor = true;
|
||
this.removeEventFileButton.Click += new System.EventHandler(this.removeEventFileButton_Click);
|
||
//
|
||
// addEventFileButton
|
||
//
|
||
this.addEventFileButton.Image = ((System.Drawing.Image)(resources.GetObject("addEventFileButton.Image")));
|
||
this.addEventFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.addEventFileButton.Location = new System.Drawing.Point(354, 9);
|
||
this.addEventFileButton.Name = "addEventFileButton";
|
||
this.addEventFileButton.Size = new System.Drawing.Size(101, 25);
|
||
this.addEventFileButton.TabIndex = 53;
|
||
this.addEventFileButton.Text = "Add Event File";
|
||
this.addEventFileButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.addEventFileButton.UseVisualStyleBackColor = true;
|
||
this.addEventFileButton.Click += new System.EventHandler(this.addEventFileButton_Click);
|
||
//
|
||
// eventShiftRightButton
|
||
//
|
||
this.eventShiftRightButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||
this.eventShiftRightButton.Image = global::DSPRE.Properties.Resources.arrowright;
|
||
this.eventShiftRightButton.Location = new System.Drawing.Point(1152, 233);
|
||
this.eventShiftRightButton.Name = "eventShiftRightButton";
|
||
this.eventShiftRightButton.Size = new System.Drawing.Size(25, 156);
|
||
this.eventShiftRightButton.TabIndex = 45;
|
||
this.eventShiftRightButton.UseVisualStyleBackColor = true;
|
||
this.eventShiftRightButton.Click += new System.EventHandler(this.eventShiftRightButton_Click);
|
||
//
|
||
// eventShiftLeftButton
|
||
//
|
||
this.eventShiftLeftButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||
this.eventShiftLeftButton.Image = global::DSPRE.Properties.Resources.arrowleft;
|
||
this.eventShiftLeftButton.Location = new System.Drawing.Point(570, 233);
|
||
this.eventShiftLeftButton.Name = "eventShiftLeftButton";
|
||
this.eventShiftLeftButton.Size = new System.Drawing.Size(25, 156);
|
||
this.eventShiftLeftButton.TabIndex = 44;
|
||
this.eventShiftLeftButton.UseVisualStyleBackColor = true;
|
||
this.eventShiftLeftButton.Click += new System.EventHandler(this.eventShiftLeftButton_Click);
|
||
//
|
||
// eventShiftUpButton
|
||
//
|
||
this.eventShiftUpButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||
this.eventShiftUpButton.Image = global::DSPRE.Properties.Resources.arrowup;
|
||
this.eventShiftUpButton.Location = new System.Drawing.Point(795, 8);
|
||
this.eventShiftUpButton.Name = "eventShiftUpButton";
|
||
this.eventShiftUpButton.Size = new System.Drawing.Size(156, 25);
|
||
this.eventShiftUpButton.TabIndex = 43;
|
||
this.eventShiftUpButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
||
this.eventShiftUpButton.UseVisualStyleBackColor = true;
|
||
this.eventShiftUpButton.Click += new System.EventHandler(this.eventShiftUpButton_Click);
|
||
//
|
||
// eventShiftDownButton
|
||
//
|
||
this.eventShiftDownButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||
this.eventShiftDownButton.Image = global::DSPRE.Properties.Resources.arrowdown;
|
||
this.eventShiftDownButton.Location = new System.Drawing.Point(795, 589);
|
||
this.eventShiftDownButton.Name = "eventShiftDownButton";
|
||
this.eventShiftDownButton.Size = new System.Drawing.Size(156, 25);
|
||
this.eventShiftDownButton.TabIndex = 42;
|
||
this.eventShiftDownButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
||
this.eventShiftDownButton.UseVisualStyleBackColor = true;
|
||
this.eventShiftDownButton.Click += new System.EventHandler(this.eventShiftDownButton_Click);
|
||
//
|
||
// exportEventFileButton
|
||
//
|
||
this.exportEventFileButton.Image = global::DSPRE.Properties.Resources.exportArrow;
|
||
this.exportEventFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.exportEventFileButton.Location = new System.Drawing.Point(266, 9);
|
||
this.exportEventFileButton.Name = "exportEventFileButton";
|
||
this.exportEventFileButton.Size = new System.Drawing.Size(84, 52);
|
||
this.exportEventFileButton.TabIndex = 36;
|
||
this.exportEventFileButton.Text = "Export";
|
||
this.exportEventFileButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.exportEventFileButton.UseVisualStyleBackColor = true;
|
||
this.exportEventFileButton.Click += new System.EventHandler(this.exportEventFileButton_Click);
|
||
//
|
||
// importEventFileButton
|
||
//
|
||
this.importEventFileButton.Image = global::DSPRE.Properties.Resources.importArrow;
|
||
this.importEventFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.importEventFileButton.Location = new System.Drawing.Point(178, 9);
|
||
this.importEventFileButton.Name = "importEventFileButton";
|
||
this.importEventFileButton.Size = new System.Drawing.Size(84, 52);
|
||
this.importEventFileButton.TabIndex = 35;
|
||
this.importEventFileButton.Text = "Import";
|
||
this.importEventFileButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.importEventFileButton.UseVisualStyleBackColor = true;
|
||
this.importEventFileButton.Click += new System.EventHandler(this.importEventFileButton_Click);
|
||
//
|
||
// saveEventsButton
|
||
//
|
||
this.saveEventsButton.Image = global::DSPRE.Properties.Resources.saveButton;
|
||
this.saveEventsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.saveEventsButton.Location = new System.Drawing.Point(9, 36);
|
||
this.saveEventsButton.Name = "saveEventsButton";
|
||
this.saveEventsButton.Size = new System.Drawing.Size(166, 25);
|
||
this.saveEventsButton.TabIndex = 34;
|
||
this.saveEventsButton.Text = "Save Event File";
|
||
this.saveEventsButton.UseVisualStyleBackColor = true;
|
||
this.saveEventsButton.Click += new System.EventHandler(this.saveEventsButton_Click);
|
||
//
|
||
// screenshotButton
|
||
//
|
||
this.screenshotButton.Image = global::DSPRE.Properties.Resources.cameraIcon;
|
||
this.screenshotButton.Location = new System.Drawing.Point(555, 39);
|
||
this.screenshotButton.Name = "screenshotButton";
|
||
this.screenshotButton.Size = new System.Drawing.Size(41, 41);
|
||
this.screenshotButton.TabIndex = 63;
|
||
this.screenshotButton.Text = "S";
|
||
this.screenshotButton.UseVisualStyleBackColor = true;
|
||
this.screenshotButton.Click += new System.EventHandler(this.screenshotButton_Click);
|
||
//
|
||
// EventEditor
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.SystemColors.Window;
|
||
this.Controls.Add(this.rightClickPicture);
|
||
this.Controls.Add(this.wheelClickPicture);
|
||
this.Controls.Add(this.LeftClickPicture);
|
||
this.Controls.Add(this.screenshotButton);
|
||
this.Controls.Add(this.locateCurrentEvFile);
|
||
this.Controls.Add(this.groupBox21);
|
||
this.Controls.Add(this.RightClickLabel);
|
||
this.Controls.Add(this.WheelClickLabel);
|
||
this.Controls.Add(this.LeftClickLabel);
|
||
this.Controls.Add(this.eventMatrixYUpDown);
|
||
this.Controls.Add(this.eventMatrixXUpDown);
|
||
this.Controls.Add(this.eventMatrixYLabel);
|
||
this.Controls.Add(this.eventMatrixXLabel);
|
||
this.Controls.Add(this.matrixNavigatorLabel);
|
||
this.Controls.Add(this.eventMatrixPanel);
|
||
this.Controls.Add(this.selectEventComboBox);
|
||
this.Controls.Add(this.backgroundMapLabel);
|
||
this.Controls.Add(this.eventMatrixUpDown);
|
||
this.Controls.Add(this.eventsTabControl);
|
||
this.Controls.Add(this.eventPanel);
|
||
this.Controls.Add(this.removeEventFileButton);
|
||
this.Controls.Add(this.addEventFileButton);
|
||
this.Controls.Add(this.eventShiftRightButton);
|
||
this.Controls.Add(this.eventShiftLeftButton);
|
||
this.Controls.Add(this.eventShiftUpButton);
|
||
this.Controls.Add(this.eventShiftDownButton);
|
||
this.Controls.Add(this.exportEventFileButton);
|
||
this.Controls.Add(this.importEventFileButton);
|
||
this.Controls.Add(this.saveEventsButton);
|
||
this.Location = new System.Drawing.Point(4, 23);
|
||
this.Name = "EventEditor";
|
||
this.Padding = new System.Windows.Forms.Padding(3);
|
||
this.Size = new System.Drawing.Size(1193, 619);
|
||
this.groupBox21.ResumeLayout(false);
|
||
this.groupBox21.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.eventAreaDataUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.eventMatrixYUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.eventMatrixXUpDown)).EndInit();
|
||
this.eventMatrixPanel.ResumeLayout(false);
|
||
this.eventMatrixPanel.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.eventMatrixPictureBox)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.eventMatrixUpDown)).EndInit();
|
||
this.eventsTabControl.ResumeLayout(false);
|
||
this.signsTabPage.ResumeLayout(false);
|
||
this.signsTabPage.PerformLayout();
|
||
this.groupBox5.ResumeLayout(false);
|
||
this.groupBox5.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.spawnableXMatrixUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.spawnableYMatrixUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.spawnablexMapUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.spawnableUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.spawnableYMapUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.spawnableScriptUpDown)).EndInit();
|
||
this.overworldsTabPage.ResumeLayout(false);
|
||
this.overworldsTabPage.PerformLayout();
|
||
this.groupBox22.ResumeLayout(false);
|
||
this.groupBox22.PerformLayout();
|
||
this.groupBox17.ResumeLayout(false);
|
||
this.groupBox17.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.owYMatrixUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.owXMatrixUpDown)).EndInit();
|
||
this.owMovementGroupBox.ResumeLayout(false);
|
||
this.owMovementGroupBox.PerformLayout();
|
||
this.groupBox23.ResumeLayout(false);
|
||
this.groupBox23.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.owXRangeUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.owYRangeUpDown)).EndInit();
|
||
this.positionGroupBox.ResumeLayout(false);
|
||
this.positionGroupBox.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.owXMapUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.owZPositionUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.owYMapUpDown)).EndInit();
|
||
this.owSpecialGroupBox.ResumeLayout(false);
|
||
this.owSpecialGroupBox.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.owSightRangeUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.owScriptNumericUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.owFlagNumericUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.owIDNumericUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.owSpritePictureBox)).EndInit();
|
||
this.warpsTabPage.ResumeLayout(false);
|
||
this.groupBox11.ResumeLayout(false);
|
||
this.groupBox11.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.warpAnchorUpDown)).EndInit();
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox14.ResumeLayout(false);
|
||
this.groupBox14.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.warpXMatrixUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.warpYMatrixUpDown)).EndInit();
|
||
this.groupBox12.ResumeLayout(false);
|
||
this.groupBox12.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.warpXMapUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.warpYMapUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.warpZUpDown)).EndInit();
|
||
this.triggersTabPage.ResumeLayout(false);
|
||
this.triggerLogicGroupBox.ResumeLayout(false);
|
||
this.triggerLogicGroupBox.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.expectedVarValueTriggerUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerVariableWatchedUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerScriptUpDown)).EndInit();
|
||
this.groupBox16.ResumeLayout(false);
|
||
this.groupBox16.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerLengthUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerWidthUpDown)).EndInit();
|
||
this.groupBox15.ResumeLayout(false);
|
||
this.groupBox15.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerXMapUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerZUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerYMapUpDown)).EndInit();
|
||
this.groupBox6.ResumeLayout(false);
|
||
this.groupBox6.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerXMatrixUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.triggerYMatrixUpDown)).EndInit();
|
||
this.eventPanel.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.eventPictureBox)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.rightClickPicture)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.wheelClickPicture)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.LeftClickPicture)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Button locateCurrentEvFile;
|
||
private System.Windows.Forms.GroupBox groupBox21;
|
||
private System.Windows.Forms.CheckBox showTriggersCheckBox;
|
||
private System.Windows.Forms.CheckBox showWarpsCheckBox;
|
||
private System.Windows.Forms.CheckBox showOwsCheckBox;
|
||
private System.Windows.Forms.CheckBox showSpawnablesCheckBox;
|
||
public System.Windows.Forms.NumericUpDown eventAreaDataUpDown;
|
||
private System.Windows.Forms.Label eventMapTextureLabel;
|
||
private System.Windows.Forms.Label RightClickLabel;
|
||
private System.Windows.Forms.Label WheelClickLabel;
|
||
private System.Windows.Forms.Label LeftClickLabel;
|
||
private System.Windows.Forms.NumericUpDown eventMatrixYUpDown;
|
||
private System.Windows.Forms.NumericUpDown eventMatrixXUpDown;
|
||
private System.Windows.Forms.Label eventMatrixYLabel;
|
||
private System.Windows.Forms.Label eventMatrixXLabel;
|
||
private System.Windows.Forms.Label matrixNavigatorLabel;
|
||
private System.Windows.Forms.Panel eventMatrixPanel;
|
||
private System.Windows.Forms.PictureBox eventMatrixPictureBox;
|
||
private System.Windows.Forms.Label backgroundMapLabel;
|
||
private System.Windows.Forms.TabControl eventsTabControl;
|
||
private System.Windows.Forms.TabPage signsTabPage;
|
||
private System.Windows.Forms.ComboBox spawnableTypeComboBox;
|
||
private System.Windows.Forms.Label label18;
|
||
private System.Windows.Forms.Button duplicateSpawnableButton;
|
||
private System.Windows.Forms.GroupBox groupBox5;
|
||
private System.Windows.Forms.Button goToSignButton;
|
||
private System.Windows.Forms.Label signMatrixYLabel;
|
||
private System.Windows.Forms.NumericUpDown spawnableXMatrixUpDown;
|
||
private System.Windows.Forms.Label signMatrixXLabel;
|
||
private System.Windows.Forms.NumericUpDown spawnableYMatrixUpDown;
|
||
private System.Windows.Forms.Label signZLabel;
|
||
private System.Windows.Forms.NumericUpDown spawnablexMapUpDown;
|
||
private System.Windows.Forms.NumericUpDown spawnableUpDown;
|
||
private System.Windows.Forms.Label signMapXLabel;
|
||
private System.Windows.Forms.NumericUpDown spawnableYMapUpDown;
|
||
private System.Windows.Forms.Label signMapYLabel;
|
||
private System.Windows.Forms.Button removeSpawnableButton;
|
||
private System.Windows.Forms.Button addSpawnableButton;
|
||
private System.Windows.Forms.ComboBox spawnableDirComboBox;
|
||
private System.Windows.Forms.Label signOrientationLabel;
|
||
private System.Windows.Forms.Label signScriptNumberLabel;
|
||
private System.Windows.Forms.NumericUpDown spawnableScriptUpDown;
|
||
private System.Windows.Forms.ListBox spawnablesListBox;
|
||
private System.Windows.Forms.TabPage overworldsTabPage;
|
||
private System.Windows.Forms.Button sortOWsByIDDescButton;
|
||
private System.Windows.Forms.Button sortOWsByIDAscButton;
|
||
private System.Windows.Forms.GroupBox groupBox22;
|
||
private System.Windows.Forms.RadioButton normalRadioButton;
|
||
private System.Windows.Forms.RadioButton isTrainerRadioButton;
|
||
private System.Windows.Forms.RadioButton isItemRadioButton;
|
||
private System.Windows.Forms.Label spriteIDlabel;
|
||
private System.Windows.Forms.GroupBox groupBox17;
|
||
private System.Windows.Forms.Button button14;
|
||
private System.Windows.Forms.NumericUpDown owYMatrixUpDown;
|
||
private System.Windows.Forms.Label label12;
|
||
private System.Windows.Forms.NumericUpDown owXMatrixUpDown;
|
||
private System.Windows.Forms.Label label11;
|
||
private System.Windows.Forms.GroupBox owMovementGroupBox;
|
||
private System.Windows.Forms.GroupBox groupBox23;
|
||
private System.Windows.Forms.Label label39;
|
||
private System.Windows.Forms.Label label20;
|
||
private System.Windows.Forms.NumericUpDown owXRangeUpDown;
|
||
private System.Windows.Forms.NumericUpDown owYRangeUpDown;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.ComboBox owOrientationComboBox;
|
||
private System.Windows.Forms.ComboBox owMovementComboBox;
|
||
private System.Windows.Forms.GroupBox positionGroupBox;
|
||
private System.Windows.Forms.Label label13;
|
||
private System.Windows.Forms.NumericUpDown owXMapUpDown;
|
||
private System.Windows.Forms.NumericUpDown owZPositionUpDown;
|
||
private System.Windows.Forms.Label owXPositionLabel;
|
||
private System.Windows.Forms.NumericUpDown owYMapUpDown;
|
||
private System.Windows.Forms.Label label10;
|
||
private System.Windows.Forms.GroupBox owSpecialGroupBox;
|
||
private System.Windows.Forms.CheckBox owPartnerTrainerCheckBox;
|
||
private System.Windows.Forms.Label owItemLabel;
|
||
public System.Windows.Forms.ComboBox owTrainerComboBox;
|
||
private System.Windows.Forms.Label owSightRangeLabel;
|
||
private System.Windows.Forms.NumericUpDown owSightRangeUpDown;
|
||
private System.Windows.Forms.Label owTrainerLabel;
|
||
private System.Windows.Forms.Label owScriptLabel;
|
||
private System.Windows.Forms.NumericUpDown owScriptNumericUpDown;
|
||
private System.Windows.Forms.Label owFlagLabel;
|
||
private System.Windows.Forms.NumericUpDown owFlagNumericUpDown;
|
||
private System.Windows.Forms.Label owSpriteLabel;
|
||
private System.Windows.Forms.ComboBox owSpriteComboBox;
|
||
private System.Windows.Forms.Label owIDLabel;
|
||
private System.Windows.Forms.NumericUpDown owIDNumericUpDown;
|
||
private System.Windows.Forms.Button duplicateOverworldsButton;
|
||
private System.Windows.Forms.PictureBox owSpritePictureBox;
|
||
private System.Windows.Forms.Button removeOverworldButton;
|
||
private System.Windows.Forms.Button addOverworldButton;
|
||
private System.Windows.Forms.ListBox overworldsListBox;
|
||
private System.Windows.Forms.TabPage warpsTabPage;
|
||
private System.Windows.Forms.Button duplicateWarpsButton;
|
||
private System.Windows.Forms.GroupBox groupBox11;
|
||
private System.Windows.Forms.Label eventEditorHeaderLocationNameLabel;
|
||
private System.Windows.Forms.Button destinationWarpGoToButton;
|
||
private System.Windows.Forms.NumericUpDown warpAnchorUpDown;
|
||
private System.Windows.Forms.Label warpAnchorLabel;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.GroupBox groupBox14;
|
||
private System.Windows.Forms.Button goToWarpButton;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.NumericUpDown warpXMatrixUpDown;
|
||
private System.Windows.Forms.Label label15;
|
||
private System.Windows.Forms.NumericUpDown warpYMatrixUpDown;
|
||
private System.Windows.Forms.GroupBox groupBox12;
|
||
private System.Windows.Forms.NumericUpDown warpXMapUpDown;
|
||
private System.Windows.Forms.Label label24;
|
||
private System.Windows.Forms.Label label25;
|
||
private System.Windows.Forms.NumericUpDown warpYMapUpDown;
|
||
private System.Windows.Forms.NumericUpDown warpZUpDown;
|
||
private System.Windows.Forms.Label label16;
|
||
private System.Windows.Forms.Button removeWarpButton;
|
||
private System.Windows.Forms.Button addWarpButton;
|
||
private System.Windows.Forms.ListBox warpsListBox;
|
||
private System.Windows.Forms.TabPage triggersTabPage;
|
||
private System.Windows.Forms.GroupBox triggerLogicGroupBox;
|
||
private System.Windows.Forms.NumericUpDown expectedVarValueTriggerUpDown;
|
||
private System.Windows.Forms.Label label19;
|
||
private System.Windows.Forms.NumericUpDown triggerVariableWatchedUpDown;
|
||
private System.Windows.Forms.Label label28;
|
||
private System.Windows.Forms.NumericUpDown triggerScriptUpDown;
|
||
private System.Windows.Forms.Label label27;
|
||
private System.Windows.Forms.GroupBox groupBox16;
|
||
private System.Windows.Forms.Label triggerLengthLabel;
|
||
private System.Windows.Forms.NumericUpDown triggerLengthUpDown;
|
||
private System.Windows.Forms.Label triggerWidthLabel;
|
||
private System.Windows.Forms.NumericUpDown triggerWidthUpDown;
|
||
private System.Windows.Forms.GroupBox groupBox15;
|
||
private System.Windows.Forms.Label triggerZLabel;
|
||
private System.Windows.Forms.NumericUpDown triggerXMapUpDown;
|
||
private System.Windows.Forms.NumericUpDown triggerZUpDown;
|
||
private System.Windows.Forms.Label triggerMapXLabel;
|
||
private System.Windows.Forms.NumericUpDown triggerYMapUpDown;
|
||
private System.Windows.Forms.Label triggerYMapLabel;
|
||
private System.Windows.Forms.GroupBox groupBox6;
|
||
private System.Windows.Forms.Button goToTriggerButton;
|
||
private System.Windows.Forms.Label triggerYMatrixLabel;
|
||
private System.Windows.Forms.NumericUpDown triggerXMatrixUpDown;
|
||
private System.Windows.Forms.Label triggerXMatrixLabel;
|
||
private System.Windows.Forms.NumericUpDown triggerYMatrixUpDown;
|
||
private System.Windows.Forms.Button duplicateTriggersButton;
|
||
private System.Windows.Forms.Button removeTriggerButton;
|
||
private System.Windows.Forms.Button addTriggerButton;
|
||
private System.Windows.Forms.ListBox triggersListBox;
|
||
private System.Windows.Forms.Panel eventPanel;
|
||
private System.Windows.Forms.PictureBox eventPictureBox;
|
||
private System.Windows.Forms.PictureBox rightClickPicture;
|
||
private System.Windows.Forms.PictureBox wheelClickPicture;
|
||
private System.Windows.Forms.PictureBox LeftClickPicture;
|
||
private System.Windows.Forms.Button removeEventFileButton;
|
||
private System.Windows.Forms.Button addEventFileButton;
|
||
private System.Windows.Forms.Button eventShiftRightButton;
|
||
private System.Windows.Forms.Button eventShiftLeftButton;
|
||
private System.Windows.Forms.Button eventShiftUpButton;
|
||
private System.Windows.Forms.Button eventShiftDownButton;
|
||
private System.Windows.Forms.Button exportEventFileButton;
|
||
private System.Windows.Forms.Button importEventFileButton;
|
||
private System.Windows.Forms.Button saveEventsButton;
|
||
public Tao.Platform.Windows.SimpleOpenGlControl eventOpenGlControl;
|
||
public System.Windows.Forms.ComboBox selectEventComboBox;
|
||
public System.Windows.Forms.Button itemsSelectorHelpBtn;
|
||
public System.Windows.Forms.ComboBox owItemComboBox;
|
||
public System.Windows.Forms.NumericUpDown eventMatrixUpDown;
|
||
public System.Windows.Forms.ListBox eventEditorWarpHeaderListBox;
|
||
private System.Windows.Forms.Button screenshotButton;
|
||
}
|
||
}
|