mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-23 21:37:12 -05:00
656 lines
38 KiB
C#
656 lines
38 KiB
C#
namespace DSPRE.Editors
|
||
{
|
||
partial class NsbtxEditor
|
||
{
|
||
/// <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(NsbtxEditor));
|
||
this.texturesLabel = new System.Windows.Forms.Label();
|
||
this.removeAreaDataButton = new System.Windows.Forms.Button();
|
||
this.removeNSBTXButton = new System.Windows.Forms.Button();
|
||
this.importNSBTXButton = new System.Windows.Forms.Button();
|
||
this.saveAreaDataButton = new System.Windows.Forms.Button();
|
||
this.locateCurrentNsbtx = new System.Windows.Forms.Button();
|
||
this.addNSBTXButton = new System.Windows.Forms.Button();
|
||
this.buildingsTilesetRadioButton = new System.Windows.Forms.RadioButton();
|
||
this.outdoorAreaRadioButton = new System.Windows.Forms.RadioButton();
|
||
this.exportNSBTXButton = new System.Windows.Forms.Button();
|
||
this.palettesLabel = new System.Windows.Forms.Label();
|
||
this.palettesListBox = new System.Windows.Forms.ListBox();
|
||
this.texturesListBox = new System.Windows.Forms.ListBox();
|
||
this.mapTilesetRadioButton = new System.Windows.Forms.RadioButton();
|
||
this.indoorAreaRadioButton = new System.Windows.Forms.RadioButton();
|
||
this.areaTypeGroupbox = new System.Windows.Forms.GroupBox();
|
||
this.areaDataDynamicTexturesNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.texturePacksListBox = new System.Windows.Forms.ListBox();
|
||
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
||
this.tableLayoutPanel37 = new System.Windows.Forms.TableLayoutPanel();
|
||
this.groupBox35 = new System.Windows.Forms.GroupBox();
|
||
this.tableLayoutPanel38 = new System.Windows.Forms.TableLayoutPanel();
|
||
this.scalingLabel = new System.Windows.Forms.Label();
|
||
this.scalingTrackBar = new System.Windows.Forms.TrackBar();
|
||
this.repositionImageButton = new System.Windows.Forms.Button();
|
||
this.invertDragCheckbox = new System.Windows.Forms.CheckBox();
|
||
this.areaDataGroupBox = new System.Windows.Forms.GroupBox();
|
||
this.locateCurrentAreaData = new System.Windows.Forms.Button();
|
||
this.exportAreaDataButton = new System.Windows.Forms.Button();
|
||
this.importAreaDataButton = new System.Windows.Forms.Button();
|
||
this.addAreaDataButton = new System.Windows.Forms.Button();
|
||
this.label35 = new System.Windows.Forms.Label();
|
||
this.label34 = new System.Windows.Forms.Label();
|
||
this.areaDataLightTypeComboBox = new System.Windows.Forms.ComboBox();
|
||
this.label33 = new System.Windows.Forms.Label();
|
||
this.areaDataMapTilesetUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.label32 = new System.Windows.Forms.Label();
|
||
this.areaDataBuildingTilesetUpDown = new System.Windows.Forms.NumericUpDown();
|
||
this.selectAreaDataListBox = new System.Windows.Forms.ListBox();
|
||
this.texturePictureBox = new DSPRE.OffsetPictureBox();
|
||
this.areaTypeGroupbox.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.areaDataDynamicTexturesNumericUpDown)).BeginInit();
|
||
this.groupBox7.SuspendLayout();
|
||
this.tableLayoutPanel37.SuspendLayout();
|
||
this.groupBox35.SuspendLayout();
|
||
this.tableLayoutPanel38.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.scalingTrackBar)).BeginInit();
|
||
this.areaDataGroupBox.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.areaDataMapTilesetUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.areaDataBuildingTilesetUpDown)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.texturePictureBox)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// texturesLabel
|
||
//
|
||
this.texturesLabel.AutoSize = true;
|
||
this.texturesLabel.Location = new System.Drawing.Point(237, 68);
|
||
this.texturesLabel.Name = "texturesLabel";
|
||
this.texturesLabel.Size = new System.Drawing.Size(48, 13);
|
||
this.texturesLabel.TabIndex = 5;
|
||
this.texturesLabel.Text = "Textures";
|
||
//
|
||
// removeAreaDataButton
|
||
//
|
||
this.removeAreaDataButton.Image = ((System.Drawing.Image)(resources.GetObject("removeAreaDataButton.Image")));
|
||
this.removeAreaDataButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.removeAreaDataButton.Location = new System.Drawing.Point(395, 23);
|
||
this.removeAreaDataButton.Name = "removeAreaDataButton";
|
||
this.removeAreaDataButton.Size = new System.Drawing.Size(107, 45);
|
||
this.removeAreaDataButton.TabIndex = 14;
|
||
this.removeAreaDataButton.Text = "Remove Last";
|
||
this.removeAreaDataButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.removeAreaDataButton.UseVisualStyleBackColor = true;
|
||
this.removeAreaDataButton.Click += new System.EventHandler(this.removeAreaDataButton_Click);
|
||
//
|
||
// removeNSBTXButton
|
||
//
|
||
this.removeNSBTXButton.Image = ((System.Drawing.Image)(resources.GetObject("removeNSBTXButton.Image")));
|
||
this.removeNSBTXButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.removeNSBTXButton.Location = new System.Drawing.Point(331, 18);
|
||
this.removeNSBTXButton.Name = "removeNSBTXButton";
|
||
this.removeNSBTXButton.Size = new System.Drawing.Size(94, 44);
|
||
this.removeNSBTXButton.TabIndex = 11;
|
||
this.removeNSBTXButton.Text = "Remove Last";
|
||
this.removeNSBTXButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.removeNSBTXButton.UseVisualStyleBackColor = true;
|
||
this.removeNSBTXButton.Click += new System.EventHandler(this.removeNSBTXButton_Click);
|
||
//
|
||
// importNSBTXButton
|
||
//
|
||
this.importNSBTXButton.Image = ((System.Drawing.Image)(resources.GetObject("importNSBTXButton.Image")));
|
||
this.importNSBTXButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.importNSBTXButton.Location = new System.Drawing.Point(21, 18);
|
||
this.importNSBTXButton.Name = "importNSBTXButton";
|
||
this.importNSBTXButton.Size = new System.Drawing.Size(100, 44);
|
||
this.importNSBTXButton.TabIndex = 8;
|
||
this.importNSBTXButton.Text = "&Replace\r\nSelected...";
|
||
this.importNSBTXButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.importNSBTXButton.UseVisualStyleBackColor = true;
|
||
this.importNSBTXButton.Click += new System.EventHandler(this.importNSBTXButton_Click);
|
||
//
|
||
// saveAreaDataButton
|
||
//
|
||
this.saveAreaDataButton.Image = global::DSPRE.Properties.Resources.save_rom;
|
||
this.saveAreaDataButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.saveAreaDataButton.Location = new System.Drawing.Point(177, 23);
|
||
this.saveAreaDataButton.Name = "saveAreaDataButton";
|
||
this.saveAreaDataButton.Size = new System.Drawing.Size(107, 45);
|
||
this.saveAreaDataButton.TabIndex = 12;
|
||
this.saveAreaDataButton.Text = "&Save \r\nArea Data";
|
||
this.saveAreaDataButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.saveAreaDataButton.UseVisualStyleBackColor = true;
|
||
this.saveAreaDataButton.Click += new System.EventHandler(this.saveAreaDataButton_Click);
|
||
//
|
||
// locateCurrentNsbtx
|
||
//
|
||
this.locateCurrentNsbtx.Image = global::DSPRE.Properties.Resources.open_file;
|
||
this.locateCurrentNsbtx.Location = new System.Drawing.Point(438, 20);
|
||
this.locateCurrentNsbtx.Name = "locateCurrentNsbtx";
|
||
this.locateCurrentNsbtx.Size = new System.Drawing.Size(42, 40);
|
||
this.locateCurrentNsbtx.TabIndex = 41;
|
||
this.locateCurrentNsbtx.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.locateCurrentNsbtx.UseVisualStyleBackColor = true;
|
||
this.locateCurrentNsbtx.Click += new System.EventHandler(this.locateCurrentNsbtx_Click);
|
||
//
|
||
// addNSBTXButton
|
||
//
|
||
this.addNSBTXButton.Image = ((System.Drawing.Image)(resources.GetObject("addNSBTXButton.Image")));
|
||
this.addNSBTXButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.addNSBTXButton.Location = new System.Drawing.Point(240, 18);
|
||
this.addNSBTXButton.Name = "addNSBTXButton";
|
||
this.addNSBTXButton.Size = new System.Drawing.Size(88, 44);
|
||
this.addNSBTXButton.TabIndex = 10;
|
||
this.addNSBTXButton.Text = "Add NSBTX";
|
||
this.addNSBTXButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.addNSBTXButton.UseVisualStyleBackColor = true;
|
||
this.addNSBTXButton.Click += new System.EventHandler(this.addNSBTXButton_Click);
|
||
//
|
||
// buildingsTilesetRadioButton
|
||
//
|
||
this.buildingsTilesetRadioButton.AutoSize = true;
|
||
this.buildingsTilesetRadioButton.Location = new System.Drawing.Point(115, 66);
|
||
this.buildingsTilesetRadioButton.Name = "buildingsTilesetRadioButton";
|
||
this.buildingsTilesetRadioButton.Size = new System.Drawing.Size(106, 17);
|
||
this.buildingsTilesetRadioButton.TabIndex = 2;
|
||
this.buildingsTilesetRadioButton.Text = "Buildings NSBTX";
|
||
this.buildingsTilesetRadioButton.UseVisualStyleBackColor = true;
|
||
this.buildingsTilesetRadioButton.CheckedChanged += new System.EventHandler(this.buildingsTilesetRadioButton_CheckedChanged);
|
||
//
|
||
// outdoorAreaRadioButton
|
||
//
|
||
this.outdoorAreaRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
|
||
this.outdoorAreaRadioButton.Checked = true;
|
||
this.outdoorAreaRadioButton.Location = new System.Drawing.Point(80, 19);
|
||
this.outdoorAreaRadioButton.Name = "outdoorAreaRadioButton";
|
||
this.outdoorAreaRadioButton.Size = new System.Drawing.Size(61, 25);
|
||
this.outdoorAreaRadioButton.TabIndex = 1;
|
||
this.outdoorAreaRadioButton.TabStop = true;
|
||
this.outdoorAreaRadioButton.Text = "Outdoor";
|
||
this.outdoorAreaRadioButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.outdoorAreaRadioButton.UseVisualStyleBackColor = true;
|
||
//
|
||
// exportNSBTXButton
|
||
//
|
||
this.exportNSBTXButton.Image = ((System.Drawing.Image)(resources.GetObject("exportNSBTXButton.Image")));
|
||
this.exportNSBTXButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.exportNSBTXButton.Location = new System.Drawing.Point(125, 18);
|
||
this.exportNSBTXButton.Name = "exportNSBTXButton";
|
||
this.exportNSBTXButton.Size = new System.Drawing.Size(92, 44);
|
||
this.exportNSBTXButton.TabIndex = 9;
|
||
this.exportNSBTXButton.Text = "&Export\r\nSelected";
|
||
this.exportNSBTXButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.exportNSBTXButton.UseVisualStyleBackColor = true;
|
||
this.exportNSBTXButton.Click += new System.EventHandler(this.exportNSBTXButton_Click);
|
||
//
|
||
// palettesLabel
|
||
//
|
||
this.palettesLabel.AutoSize = true;
|
||
this.palettesLabel.Location = new System.Drawing.Point(435, 68);
|
||
this.palettesLabel.Name = "palettesLabel";
|
||
this.palettesLabel.Size = new System.Drawing.Size(45, 13);
|
||
this.palettesLabel.TabIndex = 6;
|
||
this.palettesLabel.Text = "Palettes";
|
||
//
|
||
// palettesListBox
|
||
//
|
||
this.palettesListBox.FormattingEnabled = true;
|
||
this.palettesListBox.Location = new System.Drawing.Point(438, 84);
|
||
this.palettesListBox.Name = "palettesListBox";
|
||
this.palettesListBox.Size = new System.Drawing.Size(185, 498);
|
||
this.palettesListBox.TabIndex = 4;
|
||
this.palettesListBox.SelectedIndexChanged += new System.EventHandler(this.palettesListBox_SelectedIndexChanged);
|
||
//
|
||
// texturesListBox
|
||
//
|
||
this.texturesListBox.FormattingEnabled = true;
|
||
this.texturesListBox.Location = new System.Drawing.Point(240, 84);
|
||
this.texturesListBox.Name = "texturesListBox";
|
||
this.texturesListBox.Size = new System.Drawing.Size(185, 498);
|
||
this.texturesListBox.TabIndex = 3;
|
||
this.texturesListBox.SelectedIndexChanged += new System.EventHandler(this.texturesListBox_SelectedIndexChanged);
|
||
//
|
||
// mapTilesetRadioButton
|
||
//
|
||
this.mapTilesetRadioButton.AutoSize = true;
|
||
this.mapTilesetRadioButton.Checked = true;
|
||
this.mapTilesetRadioButton.Location = new System.Drawing.Point(21, 66);
|
||
this.mapTilesetRadioButton.Name = "mapTilesetRadioButton";
|
||
this.mapTilesetRadioButton.Size = new System.Drawing.Size(90, 17);
|
||
this.mapTilesetRadioButton.TabIndex = 1;
|
||
this.mapTilesetRadioButton.TabStop = true;
|
||
this.mapTilesetRadioButton.Text = "Maps NSBTX";
|
||
this.mapTilesetRadioButton.UseVisualStyleBackColor = true;
|
||
this.mapTilesetRadioButton.CheckedChanged += new System.EventHandler(this.mapTilesetRadioButton_CheckedChanged);
|
||
//
|
||
// indoorAreaRadioButton
|
||
//
|
||
this.indoorAreaRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
|
||
this.indoorAreaRadioButton.Location = new System.Drawing.Point(13, 19);
|
||
this.indoorAreaRadioButton.Name = "indoorAreaRadioButton";
|
||
this.indoorAreaRadioButton.Size = new System.Drawing.Size(61, 25);
|
||
this.indoorAreaRadioButton.TabIndex = 0;
|
||
this.indoorAreaRadioButton.Text = "Indoor";
|
||
this.indoorAreaRadioButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.indoorAreaRadioButton.UseVisualStyleBackColor = true;
|
||
this.indoorAreaRadioButton.CheckedChanged += new System.EventHandler(this.indoorAreaRadioButton_CheckedChanged);
|
||
//
|
||
// areaTypeGroupbox
|
||
//
|
||
this.areaTypeGroupbox.Controls.Add(this.outdoorAreaRadioButton);
|
||
this.areaTypeGroupbox.Controls.Add(this.indoorAreaRadioButton);
|
||
this.areaTypeGroupbox.Enabled = false;
|
||
this.areaTypeGroupbox.Location = new System.Drawing.Point(188, 185);
|
||
this.areaTypeGroupbox.Name = "areaTypeGroupbox";
|
||
this.areaTypeGroupbox.Size = new System.Drawing.Size(154, 52);
|
||
this.areaTypeGroupbox.TabIndex = 15;
|
||
this.areaTypeGroupbox.TabStop = false;
|
||
this.areaTypeGroupbox.Text = "Area Type";
|
||
//
|
||
// areaDataDynamicTexturesNumericUpDown
|
||
//
|
||
this.areaDataDynamicTexturesNumericUpDown.Enabled = false;
|
||
this.areaDataDynamicTexturesNumericUpDown.Location = new System.Drawing.Point(400, 157);
|
||
this.areaDataDynamicTexturesNumericUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.areaDataDynamicTexturesNumericUpDown.Name = "areaDataDynamicTexturesNumericUpDown";
|
||
this.areaDataDynamicTexturesNumericUpDown.Size = new System.Drawing.Size(82, 20);
|
||
this.areaDataDynamicTexturesNumericUpDown.TabIndex = 7;
|
||
this.areaDataDynamicTexturesNumericUpDown.ValueChanged += new System.EventHandler(this.areaDataDynamicTexturesUpDown_ValueChanged);
|
||
//
|
||
// texturePacksListBox
|
||
//
|
||
this.texturePacksListBox.FormattingEnabled = true;
|
||
this.texturePacksListBox.Location = new System.Drawing.Point(21, 84);
|
||
this.texturePacksListBox.Name = "texturePacksListBox";
|
||
this.texturePacksListBox.Size = new System.Drawing.Size(196, 498);
|
||
this.texturePacksListBox.TabIndex = 0;
|
||
this.texturePacksListBox.SelectedIndexChanged += new System.EventHandler(this.texturePacksListBox_SelectedIndexChanged);
|
||
//
|
||
// groupBox7
|
||
//
|
||
this.groupBox7.Controls.Add(this.texturePictureBox);
|
||
this.groupBox7.Controls.Add(this.tableLayoutPanel37);
|
||
this.groupBox7.Controls.Add(this.locateCurrentNsbtx);
|
||
this.groupBox7.Controls.Add(this.removeNSBTXButton);
|
||
this.groupBox7.Controls.Add(this.areaDataGroupBox);
|
||
this.groupBox7.Controls.Add(this.addNSBTXButton);
|
||
this.groupBox7.Controls.Add(this.exportNSBTXButton);
|
||
this.groupBox7.Controls.Add(this.importNSBTXButton);
|
||
this.groupBox7.Controls.Add(this.palettesLabel);
|
||
this.groupBox7.Controls.Add(this.texturesLabel);
|
||
this.groupBox7.Controls.Add(this.palettesListBox);
|
||
this.groupBox7.Controls.Add(this.texturesListBox);
|
||
this.groupBox7.Controls.Add(this.buildingsTilesetRadioButton);
|
||
this.groupBox7.Controls.Add(this.mapTilesetRadioButton);
|
||
this.groupBox7.Controls.Add(this.texturePacksListBox);
|
||
this.groupBox7.Location = new System.Drawing.Point(10, 8);
|
||
this.groupBox7.Name = "groupBox7";
|
||
this.groupBox7.Size = new System.Drawing.Size(1171, 599);
|
||
this.groupBox7.TabIndex = 2;
|
||
this.groupBox7.TabStop = false;
|
||
this.groupBox7.Text = "Texture Packs";
|
||
//
|
||
// tableLayoutPanel37
|
||
//
|
||
this.tableLayoutPanel37.ColumnCount = 1;
|
||
this.tableLayoutPanel37.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||
this.tableLayoutPanel37.Controls.Add(this.groupBox35, 0, 2);
|
||
this.tableLayoutPanel37.Controls.Add(this.repositionImageButton, 0, 0);
|
||
this.tableLayoutPanel37.Controls.Add(this.invertDragCheckbox, 0, 1);
|
||
this.tableLayoutPanel37.Location = new System.Drawing.Point(1007, 52);
|
||
this.tableLayoutPanel37.Name = "tableLayoutPanel37";
|
||
this.tableLayoutPanel37.RowCount = 3;
|
||
this.tableLayoutPanel37.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||
this.tableLayoutPanel37.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||
this.tableLayoutPanel37.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||
this.tableLayoutPanel37.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||
this.tableLayoutPanel37.Size = new System.Drawing.Size(85, 256);
|
||
this.tableLayoutPanel37.TabIndex = 42;
|
||
//
|
||
// groupBox35
|
||
//
|
||
this.groupBox35.Controls.Add(this.tableLayoutPanel38);
|
||
this.groupBox35.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.groupBox35.Location = new System.Drawing.Point(3, 78);
|
||
this.groupBox35.Name = "groupBox35";
|
||
this.groupBox35.Padding = new System.Windows.Forms.Padding(4);
|
||
this.groupBox35.Size = new System.Drawing.Size(79, 178);
|
||
this.groupBox35.TabIndex = 23;
|
||
this.groupBox35.TabStop = false;
|
||
this.groupBox35.Text = "Scaling";
|
||
//
|
||
// tableLayoutPanel38
|
||
//
|
||
this.tableLayoutPanel38.AutoSize = true;
|
||
this.tableLayoutPanel38.ColumnCount = 2;
|
||
this.tableLayoutPanel38.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
||
this.tableLayoutPanel38.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
||
this.tableLayoutPanel38.Controls.Add(this.scalingLabel, 1, 0);
|
||
this.tableLayoutPanel38.Controls.Add(this.scalingTrackBar, 0, 0);
|
||
this.tableLayoutPanel38.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.tableLayoutPanel38.Location = new System.Drawing.Point(4, 17);
|
||
this.tableLayoutPanel38.Name = "tableLayoutPanel38";
|
||
this.tableLayoutPanel38.Padding = new System.Windows.Forms.Padding(4);
|
||
this.tableLayoutPanel38.RowCount = 1;
|
||
this.tableLayoutPanel38.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||
this.tableLayoutPanel38.Size = new System.Drawing.Size(71, 157);
|
||
this.tableLayoutPanel38.TabIndex = 0;
|
||
//
|
||
// scalingLabel
|
||
//
|
||
this.scalingLabel.AutoSize = true;
|
||
this.scalingLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.scalingLabel.Location = new System.Drawing.Point(40, 4);
|
||
this.scalingLabel.Name = "scalingLabel";
|
||
this.scalingLabel.Size = new System.Drawing.Size(24, 149);
|
||
this.scalingLabel.TabIndex = 3;
|
||
this.scalingLabel.Text = "x1";
|
||
this.scalingLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// scalingTrackBar
|
||
//
|
||
this.scalingTrackBar.AutoSize = false;
|
||
this.scalingTrackBar.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.scalingTrackBar.LargeChange = 1;
|
||
this.scalingTrackBar.Location = new System.Drawing.Point(7, 7);
|
||
this.scalingTrackBar.Maximum = 5;
|
||
this.scalingTrackBar.Minimum = -1;
|
||
this.scalingTrackBar.Name = "scalingTrackBar";
|
||
this.scalingTrackBar.Orientation = System.Windows.Forms.Orientation.Vertical;
|
||
this.scalingTrackBar.Size = new System.Drawing.Size(27, 143);
|
||
this.scalingTrackBar.TabIndex = 2;
|
||
this.scalingTrackBar.Scroll += new System.EventHandler(this.scalingTrackBar_Scroll);
|
||
//
|
||
// repositionImageButton
|
||
//
|
||
this.repositionImageButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.repositionImageButton.Location = new System.Drawing.Point(3, 3);
|
||
this.repositionImageButton.Name = "repositionImageButton";
|
||
this.repositionImageButton.Size = new System.Drawing.Size(79, 40);
|
||
this.repositionImageButton.TabIndex = 21;
|
||
this.repositionImageButton.Text = "Reposition";
|
||
this.repositionImageButton.UseVisualStyleBackColor = true;
|
||
this.repositionImageButton.Click += new System.EventHandler(this.repositionImageButton_Click);
|
||
//
|
||
// invertDragCheckbox
|
||
//
|
||
this.invertDragCheckbox.Appearance = System.Windows.Forms.Appearance.Button;
|
||
this.invertDragCheckbox.AutoSize = true;
|
||
this.invertDragCheckbox.Checked = true;
|
||
this.invertDragCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.invertDragCheckbox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.invertDragCheckbox.Location = new System.Drawing.Point(3, 49);
|
||
this.invertDragCheckbox.Name = "invertDragCheckbox";
|
||
this.invertDragCheckbox.Size = new System.Drawing.Size(79, 23);
|
||
this.invertDragCheckbox.TabIndex = 22;
|
||
this.invertDragCheckbox.Text = "Invert Drag";
|
||
this.invertDragCheckbox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.invertDragCheckbox.UseVisualStyleBackColor = true;
|
||
this.invertDragCheckbox.CheckedChanged += new System.EventHandler(this.invertDragCheckbox_CheckedChanged);
|
||
//
|
||
// areaDataGroupBox
|
||
//
|
||
this.areaDataGroupBox.Controls.Add(this.locateCurrentAreaData);
|
||
this.areaDataGroupBox.Controls.Add(this.exportAreaDataButton);
|
||
this.areaDataGroupBox.Controls.Add(this.areaTypeGroupbox);
|
||
this.areaDataGroupBox.Controls.Add(this.importAreaDataButton);
|
||
this.areaDataGroupBox.Controls.Add(this.removeAreaDataButton);
|
||
this.areaDataGroupBox.Controls.Add(this.addAreaDataButton);
|
||
this.areaDataGroupBox.Controls.Add(this.saveAreaDataButton);
|
||
this.areaDataGroupBox.Controls.Add(this.label35);
|
||
this.areaDataGroupBox.Controls.Add(this.areaDataDynamicTexturesNumericUpDown);
|
||
this.areaDataGroupBox.Controls.Add(this.label34);
|
||
this.areaDataGroupBox.Controls.Add(this.areaDataLightTypeComboBox);
|
||
this.areaDataGroupBox.Controls.Add(this.label33);
|
||
this.areaDataGroupBox.Controls.Add(this.areaDataMapTilesetUpDown);
|
||
this.areaDataGroupBox.Controls.Add(this.label32);
|
||
this.areaDataGroupBox.Controls.Add(this.areaDataBuildingTilesetUpDown);
|
||
this.areaDataGroupBox.Controls.Add(this.selectAreaDataListBox);
|
||
this.areaDataGroupBox.Location = new System.Drawing.Point(641, 333);
|
||
this.areaDataGroupBox.Name = "areaDataGroupBox";
|
||
this.areaDataGroupBox.Size = new System.Drawing.Size(511, 249);
|
||
this.areaDataGroupBox.TabIndex = 0;
|
||
this.areaDataGroupBox.TabStop = false;
|
||
this.areaDataGroupBox.Text = "Area Data";
|
||
//
|
||
// locateCurrentAreaData
|
||
//
|
||
this.locateCurrentAreaData.Image = global::DSPRE.Properties.Resources.open_file;
|
||
this.locateCurrentAreaData.Location = new System.Drawing.Point(395, 74);
|
||
this.locateCurrentAreaData.Name = "locateCurrentAreaData";
|
||
this.locateCurrentAreaData.Size = new System.Drawing.Size(42, 40);
|
||
this.locateCurrentAreaData.TabIndex = 42;
|
||
this.locateCurrentAreaData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.locateCurrentAreaData.UseVisualStyleBackColor = true;
|
||
//
|
||
// exportAreaDataButton
|
||
//
|
||
this.exportAreaDataButton.Image = ((System.Drawing.Image)(resources.GetObject("exportAreaDataButton.Image")));
|
||
this.exportAreaDataButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.exportAreaDataButton.Location = new System.Drawing.Point(177, 72);
|
||
this.exportAreaDataButton.Name = "exportAreaDataButton";
|
||
this.exportAreaDataButton.Size = new System.Drawing.Size(107, 45);
|
||
this.exportAreaDataButton.TabIndex = 13;
|
||
this.exportAreaDataButton.Text = "Export \r\nSelected";
|
||
this.exportAreaDataButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.exportAreaDataButton.UseVisualStyleBackColor = true;
|
||
this.exportAreaDataButton.Click += new System.EventHandler(this.exportAreaDataButton_Click);
|
||
//
|
||
// importAreaDataButton
|
||
//
|
||
this.importAreaDataButton.Image = ((System.Drawing.Image)(resources.GetObject("importAreaDataButton.Image")));
|
||
this.importAreaDataButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.importAreaDataButton.Location = new System.Drawing.Point(286, 72);
|
||
this.importAreaDataButton.Name = "importAreaDataButton";
|
||
this.importAreaDataButton.Size = new System.Drawing.Size(107, 45);
|
||
this.importAreaDataButton.TabIndex = 12;
|
||
this.importAreaDataButton.Text = "Import and\r\nReplace";
|
||
this.importAreaDataButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.importAreaDataButton.UseVisualStyleBackColor = true;
|
||
this.importAreaDataButton.Click += new System.EventHandler(this.importAreaDataButton_Click);
|
||
//
|
||
// addAreaDataButton
|
||
//
|
||
this.addAreaDataButton.Image = ((System.Drawing.Image)(resources.GetObject("addAreaDataButton.Image")));
|
||
this.addAreaDataButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.addAreaDataButton.Location = new System.Drawing.Point(286, 23);
|
||
this.addAreaDataButton.Name = "addAreaDataButton";
|
||
this.addAreaDataButton.Size = new System.Drawing.Size(107, 45);
|
||
this.addAreaDataButton.TabIndex = 13;
|
||
this.addAreaDataButton.Text = "Add Area Data";
|
||
this.addAreaDataButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.addAreaDataButton.UseVisualStyleBackColor = true;
|
||
this.addAreaDataButton.Click += new System.EventHandler(this.addAreaDataButton_Click);
|
||
//
|
||
// label35
|
||
//
|
||
this.label35.AutoSize = true;
|
||
this.label35.Location = new System.Drawing.Point(397, 141);
|
||
this.label35.Name = "label35";
|
||
this.label35.Size = new System.Drawing.Size(76, 13);
|
||
this.label35.TabIndex = 8;
|
||
this.label35.Text = "Global NSBTA";
|
||
//
|
||
// label34
|
||
//
|
||
this.label34.AutoSize = true;
|
||
this.label34.Location = new System.Drawing.Point(352, 191);
|
||
this.label34.Name = "label34";
|
||
this.label34.Size = new System.Drawing.Size(53, 13);
|
||
this.label34.TabIndex = 6;
|
||
this.label34.Text = "Light type";
|
||
//
|
||
// areaDataLightTypeComboBox
|
||
//
|
||
this.areaDataLightTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.areaDataLightTypeComboBox.FormattingEnabled = true;
|
||
this.areaDataLightTypeComboBox.Location = new System.Drawing.Point(355, 207);
|
||
this.areaDataLightTypeComboBox.Name = "areaDataLightTypeComboBox";
|
||
this.areaDataLightTypeComboBox.Size = new System.Drawing.Size(137, 21);
|
||
this.areaDataLightTypeComboBox.TabIndex = 5;
|
||
this.areaDataLightTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.areaDataLightTypeComboBox_SelectedIndexChanged);
|
||
//
|
||
// label33
|
||
//
|
||
this.label33.AutoSize = true;
|
||
this.label33.Location = new System.Drawing.Point(187, 141);
|
||
this.label33.Name = "label33";
|
||
this.label33.Size = new System.Drawing.Size(72, 13);
|
||
this.label33.TabIndex = 4;
|
||
this.label33.Text = "Map Textures";
|
||
//
|
||
// areaDataMapTilesetUpDown
|
||
//
|
||
this.areaDataMapTilesetUpDown.Location = new System.Drawing.Point(191, 157);
|
||
this.areaDataMapTilesetUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.areaDataMapTilesetUpDown.Name = "areaDataMapTilesetUpDown";
|
||
this.areaDataMapTilesetUpDown.Size = new System.Drawing.Size(82, 20);
|
||
this.areaDataMapTilesetUpDown.TabIndex = 3;
|
||
this.areaDataMapTilesetUpDown.ValueChanged += new System.EventHandler(this.areaDataMapTilesetUpDown_ValueChanged);
|
||
//
|
||
// label32
|
||
//
|
||
this.label32.AutoSize = true;
|
||
this.label32.Location = new System.Drawing.Point(293, 141);
|
||
this.label32.Name = "label32";
|
||
this.label32.Size = new System.Drawing.Size(88, 13);
|
||
this.label32.TabIndex = 2;
|
||
this.label32.Text = "Building Textures";
|
||
//
|
||
// areaDataBuildingTilesetUpDown
|
||
//
|
||
this.areaDataBuildingTilesetUpDown.Location = new System.Drawing.Point(296, 157);
|
||
this.areaDataBuildingTilesetUpDown.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.areaDataBuildingTilesetUpDown.Name = "areaDataBuildingTilesetUpDown";
|
||
this.areaDataBuildingTilesetUpDown.Size = new System.Drawing.Size(82, 20);
|
||
this.areaDataBuildingTilesetUpDown.TabIndex = 1;
|
||
this.areaDataBuildingTilesetUpDown.ValueChanged += new System.EventHandler(this.areaDataBuildingTilesetUpDown_ValueChanged);
|
||
//
|
||
// selectAreaDataListBox
|
||
//
|
||
this.selectAreaDataListBox.FormattingEnabled = true;
|
||
this.selectAreaDataListBox.Location = new System.Drawing.Point(12, 24);
|
||
this.selectAreaDataListBox.Name = "selectAreaDataListBox";
|
||
this.selectAreaDataListBox.Size = new System.Drawing.Size(156, 212);
|
||
this.selectAreaDataListBox.TabIndex = 0;
|
||
this.selectAreaDataListBox.SelectedIndexChanged += new System.EventHandler(this.selectAreaDataListBox_SelectedIndexChanged);
|
||
//
|
||
// texturePictureBox
|
||
//
|
||
this.texturePictureBox.BackColor = System.Drawing.Color.White;
|
||
this.texturePictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.texturePictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.texturePictureBox.Image = global::DSPRE.Properties.Resources.alphabgCheckerboard;
|
||
this.texturePictureBox.invertDrag = true;
|
||
this.texturePictureBox.Location = new System.Drawing.Point(745, 52);
|
||
this.texturePictureBox.Name = "texturePictureBox";
|
||
this.texturePictureBox.Size = new System.Drawing.Size(256, 256);
|
||
this.texturePictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.texturePictureBox.TabIndex = 43;
|
||
this.texturePictureBox.TabStop = false;
|
||
//
|
||
// NsbtxEditor
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Controls.Add(this.groupBox7);
|
||
this.Name = "NsbtxEditor";
|
||
this.Size = new System.Drawing.Size(1193, 646);
|
||
this.areaTypeGroupbox.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.areaDataDynamicTexturesNumericUpDown)).EndInit();
|
||
this.groupBox7.ResumeLayout(false);
|
||
this.groupBox7.PerformLayout();
|
||
this.tableLayoutPanel37.ResumeLayout(false);
|
||
this.tableLayoutPanel37.PerformLayout();
|
||
this.groupBox35.ResumeLayout(false);
|
||
this.groupBox35.PerformLayout();
|
||
this.tableLayoutPanel38.ResumeLayout(false);
|
||
this.tableLayoutPanel38.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.scalingTrackBar)).EndInit();
|
||
this.areaDataGroupBox.ResumeLayout(false);
|
||
this.areaDataGroupBox.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.areaDataMapTilesetUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.areaDataBuildingTilesetUpDown)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.texturePictureBox)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label texturesLabel;
|
||
private System.Windows.Forms.Button removeAreaDataButton;
|
||
private System.Windows.Forms.Button removeNSBTXButton;
|
||
private System.Windows.Forms.Button importNSBTXButton;
|
||
private System.Windows.Forms.Button saveAreaDataButton;
|
||
private System.Windows.Forms.Button locateCurrentNsbtx;
|
||
private System.Windows.Forms.Button addNSBTXButton;
|
||
private System.Windows.Forms.RadioButton buildingsTilesetRadioButton;
|
||
private System.Windows.Forms.RadioButton outdoorAreaRadioButton;
|
||
private System.Windows.Forms.Button exportNSBTXButton;
|
||
private System.Windows.Forms.Label palettesLabel;
|
||
private System.Windows.Forms.RadioButton indoorAreaRadioButton;
|
||
private System.Windows.Forms.GroupBox areaTypeGroupbox;
|
||
private System.Windows.Forms.NumericUpDown areaDataDynamicTexturesNumericUpDown;
|
||
private System.Windows.Forms.GroupBox groupBox7;
|
||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel37;
|
||
private System.Windows.Forms.GroupBox groupBox35;
|
||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel38;
|
||
private System.Windows.Forms.Label scalingLabel;
|
||
private System.Windows.Forms.TrackBar scalingTrackBar;
|
||
private System.Windows.Forms.Button repositionImageButton;
|
||
private System.Windows.Forms.CheckBox invertDragCheckbox;
|
||
private System.Windows.Forms.GroupBox areaDataGroupBox;
|
||
private System.Windows.Forms.Button locateCurrentAreaData;
|
||
private System.Windows.Forms.Button exportAreaDataButton;
|
||
private System.Windows.Forms.Button importAreaDataButton;
|
||
private System.Windows.Forms.Button addAreaDataButton;
|
||
private System.Windows.Forms.Label label35;
|
||
private System.Windows.Forms.Label label34;
|
||
private System.Windows.Forms.ComboBox areaDataLightTypeComboBox;
|
||
private System.Windows.Forms.Label label33;
|
||
private System.Windows.Forms.Label label32;
|
||
private OffsetPictureBox texturePictureBox;
|
||
public System.Windows.Forms.ListBox selectAreaDataListBox;
|
||
public System.Windows.Forms.ListBox texturesListBox;
|
||
public System.Windows.Forms.ListBox palettesListBox;
|
||
public System.Windows.Forms.ListBox texturePacksListBox;
|
||
public System.Windows.Forms.RadioButton mapTilesetRadioButton;
|
||
public System.Windows.Forms.NumericUpDown areaDataMapTilesetUpDown;
|
||
public System.Windows.Forms.NumericUpDown areaDataBuildingTilesetUpDown;
|
||
}
|
||
}
|