mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-26 19:56:47 -05:00
2110 lines
95 KiB
C#
2110 lines
95 KiB
C#
namespace pk3DS.WinForms;
|
|
|
|
sealed partial class OWSE
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.CB_LocationID = new System.Windows.Forms.ComboBox();
|
|
this.L_Location = new System.Windows.Forms.Label();
|
|
this.RTB_ZD = new System.Windows.Forms.RichTextBox();
|
|
this.tb_Zone = new System.Windows.Forms.TabControl();
|
|
this.tb_ZoneData = new System.Windows.Forms.TabPage();
|
|
this.L_MapInfoTabData = new System.Windows.Forms.Label();
|
|
this.tb_OWSC = new System.Windows.Forms.TabPage();
|
|
this.B_ResetOverworlds = new System.Windows.Forms.Button();
|
|
this.CHK_EditRAW = new System.Windows.Forms.CheckBox();
|
|
this.NUD_UnkCount = new System.Windows.Forms.NumericUpDown();
|
|
this.L_Unk = new System.Windows.Forms.Label();
|
|
this.L_OWEntities = new System.Windows.Forms.Label();
|
|
this.NUD_TrigCount = new System.Windows.Forms.NumericUpDown();
|
|
this.L_TriggerCount = new System.Windows.Forms.Label();
|
|
this.NUD_WarpCount = new System.Windows.Forms.NumericUpDown();
|
|
this.L_WarpCount = new System.Windows.Forms.Label();
|
|
this.NUD_FurnCount = new System.Windows.Forms.NumericUpDown();
|
|
this.L_FurnitureCount = new System.Windows.Forms.Label();
|
|
this.tc_OWSC = new System.Windows.Forms.TabControl();
|
|
this.tb_Furniture = new System.Windows.Forms.TabPage();
|
|
this.GB_F = new System.Windows.Forms.GroupBox();
|
|
this.B_ResetFurniture = new System.Windows.Forms.Button();
|
|
this.NUD_FWY = new System.Windows.Forms.NumericUpDown();
|
|
this.L_FWY = new System.Windows.Forms.Label();
|
|
this.NUD_FWX = new System.Windows.Forms.NumericUpDown();
|
|
this.L_FWX = new System.Windows.Forms.Label();
|
|
this.NUD_FY = new System.Windows.Forms.NumericUpDown();
|
|
this.L_FY = new System.Windows.Forms.Label();
|
|
this.NUD_FX = new System.Windows.Forms.NumericUpDown();
|
|
this.L_FX = new System.Windows.Forms.Label();
|
|
this.RTB_F = new System.Windows.Forms.RichTextBox();
|
|
this.NUD_FE = new System.Windows.Forms.NumericUpDown();
|
|
this.L_FE = new System.Windows.Forms.Label();
|
|
this.tb_NPC = new System.Windows.Forms.TabPage();
|
|
this.GB_N = new System.Windows.Forms.GroupBox();
|
|
this.B_ResetNPC = new System.Windows.Forms.Button();
|
|
this.NUD_NMove2 = new System.Windows.Forms.NumericUpDown();
|
|
this.L_Move2 = new System.Windows.Forms.Label();
|
|
this.NUD_NMove1 = new System.Windows.Forms.NumericUpDown();
|
|
this.L_Move1 = new System.Windows.Forms.Label();
|
|
this.TB_Leash = new System.Windows.Forms.TextBox();
|
|
this.L_LeashInfo = new System.Windows.Forms.Label();
|
|
this.L_NDeg = new System.Windows.Forms.Label();
|
|
this.TB_NDeg = new System.Windows.Forms.TextBox();
|
|
this.NUD_NRange = new System.Windows.Forms.NumericUpDown();
|
|
this.L_Range = new System.Windows.Forms.Label();
|
|
this.L_ModelAsHex = new System.Windows.Forms.Label();
|
|
this.NUD_NFlag = new System.Windows.Forms.NumericUpDown();
|
|
this.L_NFlag = new System.Windows.Forms.Label();
|
|
this.NUD_NScript = new System.Windows.Forms.NumericUpDown();
|
|
this.L_NScript = new System.Windows.Forms.Label();
|
|
this.NUD_NFace = new System.Windows.Forms.NumericUpDown();
|
|
this.L_NFaceDirection = new System.Windows.Forms.Label();
|
|
this.NUD_NY = new System.Windows.Forms.NumericUpDown();
|
|
this.L_NY = new System.Windows.Forms.Label();
|
|
this.NUD_NX = new System.Windows.Forms.NumericUpDown();
|
|
this.L_NX = new System.Windows.Forms.Label();
|
|
this.NUD_NModel = new System.Windows.Forms.NumericUpDown();
|
|
this.L_NModel = new System.Windows.Forms.Label();
|
|
this.RTB_N = new System.Windows.Forms.RichTextBox();
|
|
this.NUD_NID = new System.Windows.Forms.NumericUpDown();
|
|
this.L_NID = new System.Windows.Forms.Label();
|
|
this.NUD_NE = new System.Windows.Forms.NumericUpDown();
|
|
this.L_NE = new System.Windows.Forms.Label();
|
|
this.tb_Warp = new System.Windows.Forms.TabPage();
|
|
this.GB_W = new System.Windows.Forms.GroupBox();
|
|
this.B_ResetWarp = new System.Windows.Forms.Button();
|
|
this.L_WpY = new System.Windows.Forms.Label();
|
|
this.L_WpX = new System.Windows.Forms.Label();
|
|
this.NUD_WY = new System.Windows.Forms.NumericUpDown();
|
|
this.L_WY = new System.Windows.Forms.Label();
|
|
this.NUD_WX = new System.Windows.Forms.NumericUpDown();
|
|
this.L_WX = new System.Windows.Forms.Label();
|
|
this.RTB_W = new System.Windows.Forms.RichTextBox();
|
|
this.L_WarpDest = new System.Windows.Forms.Label();
|
|
this.L_DestMap = new System.Windows.Forms.Label();
|
|
this.NUD_WTile = new System.Windows.Forms.NumericUpDown();
|
|
this.L_DestWarpTile = new System.Windows.Forms.Label();
|
|
this.NUD_WMap = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_WE = new System.Windows.Forms.NumericUpDown();
|
|
this.L_WE = new System.Windows.Forms.Label();
|
|
this.tb_Trigger1 = new System.Windows.Forms.TabPage();
|
|
this.GB_T1 = new System.Windows.Forms.GroupBox();
|
|
this.B_ResetTrigger1 = new System.Windows.Forms.Button();
|
|
this.NUD_T1Y = new System.Windows.Forms.NumericUpDown();
|
|
this.L_T1Y = new System.Windows.Forms.Label();
|
|
this.NUD_T1X = new System.Windows.Forms.NumericUpDown();
|
|
this.L_T1X = new System.Windows.Forms.Label();
|
|
this.RTB_T1 = new System.Windows.Forms.RichTextBox();
|
|
this.NUD_TE = new System.Windows.Forms.NumericUpDown();
|
|
this.L_TE = new System.Windows.Forms.Label();
|
|
this.tb_Trigger2 = new System.Windows.Forms.TabPage();
|
|
this.GB_T2 = new System.Windows.Forms.GroupBox();
|
|
this.B_ResetTrigger2 = new System.Windows.Forms.Button();
|
|
this.NUD_T2Y = new System.Windows.Forms.NumericUpDown();
|
|
this.L_T2Y = new System.Windows.Forms.Label();
|
|
this.NUD_T2X = new System.Windows.Forms.NumericUpDown();
|
|
this.L_T2X = new System.Windows.Forms.Label();
|
|
this.RTB_T2 = new System.Windows.Forms.RichTextBox();
|
|
this.NUD_UE = new System.Windows.Forms.NumericUpDown();
|
|
this.L_UE = new System.Windows.Forms.Label();
|
|
this.tb_Script = new System.Windows.Forms.TabPage();
|
|
this.RTB_OSP = new System.Windows.Forms.RichTextBox();
|
|
this.RTB_OS = new System.Windows.Forms.RichTextBox();
|
|
this.L_OWSCDesc = new System.Windows.Forms.Label();
|
|
this.RTB_OWSCMD = new System.Windows.Forms.RichTextBox();
|
|
this.NUD_NPCCount = new System.Windows.Forms.NumericUpDown();
|
|
this.L_NPCCount = new System.Windows.Forms.Label();
|
|
this.tb_MSC = new System.Windows.Forms.TabPage();
|
|
this.RTB_MSP = new System.Windows.Forms.RichTextBox();
|
|
this.RTB_MSCMD = new System.Windows.Forms.RichTextBox();
|
|
this.L_MSSCDesc = new System.Windows.Forms.Label();
|
|
this.RTB_MS = new System.Windows.Forms.RichTextBox();
|
|
this.tb_Encounters = new System.Windows.Forms.TabPage();
|
|
this.L_Encounters = new System.Windows.Forms.Label();
|
|
this.tb_File5 = new System.Windows.Forms.TabPage();
|
|
this.L_File5TabData = new System.Windows.Forms.Label();
|
|
this.tb_RAW = new System.Windows.Forms.TabPage();
|
|
this.L_ZD = new System.Windows.Forms.Label();
|
|
this.L_File3 = new System.Windows.Forms.Label();
|
|
this.L_ZDMaster = new System.Windows.Forms.Label();
|
|
this.L_File5 = new System.Windows.Forms.Label();
|
|
this.L_File4 = new System.Windows.Forms.Label();
|
|
this.L_File2 = new System.Windows.Forms.Label();
|
|
this.L_File1 = new System.Windows.Forms.Label();
|
|
this.RTB_ZDMaster = new System.Windows.Forms.RichTextBox();
|
|
this.RTB_File5 = new System.Windows.Forms.RichTextBox();
|
|
this.RTB_OWSC = new System.Windows.Forms.RichTextBox();
|
|
this.RTB_Encounter = new System.Windows.Forms.RichTextBox();
|
|
this.RTB_MapSC = new System.Windows.Forms.RichTextBox();
|
|
this.tb_Dev = new System.Windows.Forms.TabPage();
|
|
this.B_DumpZD = new System.Windows.Forms.Button();
|
|
this.L_DeComp = new System.Windows.Forms.Label();
|
|
this.RTB_CompressedScript = new System.Windows.Forms.RichTextBox();
|
|
this.RTB_DecompressedScript = new System.Windows.Forms.RichTextBox();
|
|
this.L_Comp = new System.Windows.Forms.Label();
|
|
this.B_DumpMaps = new System.Windows.Forms.Button();
|
|
this.B_DumpUnk = new System.Windows.Forms.Button();
|
|
this.B_DumpTrigger = new System.Windows.Forms.Button();
|
|
this.B_DumpWarp = new System.Windows.Forms.Button();
|
|
this.B_DumpNPC = new System.Windows.Forms.Button();
|
|
this.B_DumpFurniture = new System.Windows.Forms.Button();
|
|
this.B_Map = new System.Windows.Forms.Button();
|
|
this.L_ZDPreview = new System.Windows.Forms.Label();
|
|
this.B_HLCMD = new System.Windows.Forms.Button();
|
|
this.tb_Zone.SuspendLayout();
|
|
this.tb_ZoneData.SuspendLayout();
|
|
this.tb_OWSC.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_UnkCount)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_TrigCount)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_WarpCount)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FurnCount)).BeginInit();
|
|
this.tc_OWSC.SuspendLayout();
|
|
this.tb_Furniture.SuspendLayout();
|
|
this.GB_F.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FWY)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FWX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FY)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FE)).BeginInit();
|
|
this.tb_NPC.SuspendLayout();
|
|
this.GB_N.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NMove2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NMove1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NRange)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NFlag)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NScript)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NFace)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NY)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NModel)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NID)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NE)).BeginInit();
|
|
this.tb_Warp.SuspendLayout();
|
|
this.GB_W.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_WY)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_WX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_WTile)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_WMap)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_WE)).BeginInit();
|
|
this.tb_Trigger1.SuspendLayout();
|
|
this.GB_T1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_T1Y)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_T1X)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_TE)).BeginInit();
|
|
this.tb_Trigger2.SuspendLayout();
|
|
this.GB_T2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_T2Y)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_T2X)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_UE)).BeginInit();
|
|
this.tb_Script.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NPCCount)).BeginInit();
|
|
this.tb_MSC.SuspendLayout();
|
|
this.tb_Encounters.SuspendLayout();
|
|
this.tb_File5.SuspendLayout();
|
|
this.tb_RAW.SuspendLayout();
|
|
this.tb_Dev.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// CB_LocationID
|
|
//
|
|
this.CB_LocationID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_LocationID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_LocationID.Enabled = false;
|
|
this.CB_LocationID.FormattingEnabled = true;
|
|
this.CB_LocationID.Location = new System.Drawing.Point(46, 5);
|
|
this.CB_LocationID.Name = "CB_LocationID";
|
|
this.CB_LocationID.Size = new System.Drawing.Size(164, 21);
|
|
this.CB_LocationID.TabIndex = 407;
|
|
this.CB_LocationID.SelectedIndexChanged += new System.EventHandler(this.CB_LocationID_SelectedIndexChanged);
|
|
//
|
|
// L_Location
|
|
//
|
|
this.L_Location.AutoSize = true;
|
|
this.L_Location.Location = new System.Drawing.Point(12, 8);
|
|
this.L_Location.Name = "L_Location";
|
|
this.L_Location.Size = new System.Drawing.Size(28, 13);
|
|
this.L_Location.TabIndex = 411;
|
|
this.L_Location.Text = "Loc:";
|
|
//
|
|
// RTB_ZD
|
|
//
|
|
this.RTB_ZD.Font = new System.Drawing.Font("Courier New", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_ZD.Location = new System.Drawing.Point(217, 3);
|
|
this.RTB_ZD.Name = "RTB_ZD";
|
|
this.RTB_ZD.ReadOnly = true;
|
|
this.RTB_ZD.Size = new System.Drawing.Size(266, 36);
|
|
this.RTB_ZD.TabIndex = 412;
|
|
this.RTB_ZD.Text = "00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF";
|
|
//
|
|
// tb_Zone
|
|
//
|
|
this.tb_Zone.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tb_Zone.Controls.Add(this.tb_ZoneData);
|
|
this.tb_Zone.Controls.Add(this.tb_OWSC);
|
|
this.tb_Zone.Controls.Add(this.tb_MSC);
|
|
this.tb_Zone.Controls.Add(this.tb_Encounters);
|
|
this.tb_Zone.Controls.Add(this.tb_File5);
|
|
this.tb_Zone.Controls.Add(this.tb_RAW);
|
|
this.tb_Zone.Controls.Add(this.tb_Dev);
|
|
this.tb_Zone.Location = new System.Drawing.Point(12, 32);
|
|
this.tb_Zone.Name = "tb_Zone";
|
|
this.tb_Zone.SelectedIndex = 0;
|
|
this.tb_Zone.Size = new System.Drawing.Size(494, 497);
|
|
this.tb_Zone.TabIndex = 417;
|
|
//
|
|
// tb_ZoneData
|
|
//
|
|
this.tb_ZoneData.Controls.Add(this.L_MapInfoTabData);
|
|
this.tb_ZoneData.Location = new System.Drawing.Point(4, 22);
|
|
this.tb_ZoneData.Name = "tb_ZoneData";
|
|
this.tb_ZoneData.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tb_ZoneData.Size = new System.Drawing.Size(486, 471);
|
|
this.tb_ZoneData.TabIndex = 0;
|
|
this.tb_ZoneData.Text = "ZoneData";
|
|
this.tb_ZoneData.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_MapInfoTabData
|
|
//
|
|
this.L_MapInfoTabData.AutoSize = true;
|
|
this.L_MapInfoTabData.Location = new System.Drawing.Point(26, 26);
|
|
this.L_MapInfoTabData.Name = "L_MapInfoTabData";
|
|
this.L_MapInfoTabData.Size = new System.Drawing.Size(227, 13);
|
|
this.L_MapInfoTabData.TabIndex = 2;
|
|
this.L_MapInfoTabData.Text = "Functionality unknown. See RAW tab for data.";
|
|
//
|
|
// tb_OWSC
|
|
//
|
|
this.tb_OWSC.Controls.Add(this.B_ResetOverworlds);
|
|
this.tb_OWSC.Controls.Add(this.CHK_EditRAW);
|
|
this.tb_OWSC.Controls.Add(this.NUD_UnkCount);
|
|
this.tb_OWSC.Controls.Add(this.L_Unk);
|
|
this.tb_OWSC.Controls.Add(this.L_OWEntities);
|
|
this.tb_OWSC.Controls.Add(this.NUD_TrigCount);
|
|
this.tb_OWSC.Controls.Add(this.L_TriggerCount);
|
|
this.tb_OWSC.Controls.Add(this.NUD_WarpCount);
|
|
this.tb_OWSC.Controls.Add(this.L_WarpCount);
|
|
this.tb_OWSC.Controls.Add(this.NUD_FurnCount);
|
|
this.tb_OWSC.Controls.Add(this.L_FurnitureCount);
|
|
this.tb_OWSC.Controls.Add(this.tc_OWSC);
|
|
this.tb_OWSC.Controls.Add(this.NUD_NPCCount);
|
|
this.tb_OWSC.Controls.Add(this.L_NPCCount);
|
|
this.tb_OWSC.Location = new System.Drawing.Point(4, 22);
|
|
this.tb_OWSC.Name = "tb_OWSC";
|
|
this.tb_OWSC.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tb_OWSC.Size = new System.Drawing.Size(486, 471);
|
|
this.tb_OWSC.TabIndex = 1;
|
|
this.tb_OWSC.Text = "OW & SC";
|
|
this.tb_OWSC.UseVisualStyleBackColor = true;
|
|
//
|
|
// B_ResetOverworlds
|
|
//
|
|
this.B_ResetOverworlds.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.B_ResetOverworlds.Location = new System.Drawing.Point(413, 157);
|
|
this.B_ResetOverworlds.Name = "B_ResetOverworlds";
|
|
this.B_ResetOverworlds.Size = new System.Drawing.Size(62, 42);
|
|
this.B_ResetOverworlds.TabIndex = 467;
|
|
this.B_ResetOverworlds.Text = "Reset\r\nAll";
|
|
this.B_ResetOverworlds.UseVisualStyleBackColor = true;
|
|
this.B_ResetOverworlds.Click += new System.EventHandler(this.B_ResetOverworlds_Click);
|
|
//
|
|
// CHK_EditRAW
|
|
//
|
|
this.CHK_EditRAW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CHK_EditRAW.AutoSize = true;
|
|
this.CHK_EditRAW.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_EditRAW.Location = new System.Drawing.Point(380, 134);
|
|
this.CHK_EditRAW.Name = "CHK_EditRAW";
|
|
this.CHK_EditRAW.Size = new System.Drawing.Size(95, 17);
|
|
this.CHK_EditRAW.TabIndex = 430;
|
|
this.CHK_EditRAW.Text = "Edit Raw Data";
|
|
this.CHK_EditRAW.UseVisualStyleBackColor = true;
|
|
this.CHK_EditRAW.CheckedChanged += new System.EventHandler(this.ChangeRAWCheck);
|
|
//
|
|
// NUD_UnkCount
|
|
//
|
|
this.NUD_UnkCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.NUD_UnkCount.Location = new System.Drawing.Point(422, 108);
|
|
this.NUD_UnkCount.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_UnkCount.Name = "NUD_UnkCount";
|
|
this.NUD_UnkCount.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_UnkCount.TabIndex = 428;
|
|
this.NUD_UnkCount.ValueChanged += new System.EventHandler(this.ChangeUnkCount);
|
|
//
|
|
// L_Unk
|
|
//
|
|
this.L_Unk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.L_Unk.Location = new System.Drawing.Point(350, 108);
|
|
this.L_Unk.Name = "L_Unk";
|
|
this.L_Unk.Size = new System.Drawing.Size(66, 15);
|
|
this.L_Unk.TabIndex = 429;
|
|
this.L_Unk.Text = "Unk:";
|
|
this.L_Unk.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_OWEntities
|
|
//
|
|
this.L_OWEntities.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.L_OWEntities.AutoSize = true;
|
|
this.L_OWEntities.Location = new System.Drawing.Point(357, 13);
|
|
this.L_OWEntities.Name = "L_OWEntities";
|
|
this.L_OWEntities.Size = new System.Drawing.Size(118, 13);
|
|
this.L_OWEntities.TabIndex = 423;
|
|
this.L_OWEntities.Text = "Overworld Entity Count:";
|
|
//
|
|
// NUD_TrigCount
|
|
//
|
|
this.NUD_TrigCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.NUD_TrigCount.Location = new System.Drawing.Point(422, 88);
|
|
this.NUD_TrigCount.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_TrigCount.Name = "NUD_TrigCount";
|
|
this.NUD_TrigCount.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_TrigCount.TabIndex = 421;
|
|
this.NUD_TrigCount.ValueChanged += new System.EventHandler(this.ChangeTriggerCount);
|
|
//
|
|
// L_TriggerCount
|
|
//
|
|
this.L_TriggerCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.L_TriggerCount.Location = new System.Drawing.Point(350, 88);
|
|
this.L_TriggerCount.Name = "L_TriggerCount";
|
|
this.L_TriggerCount.Size = new System.Drawing.Size(66, 15);
|
|
this.L_TriggerCount.TabIndex = 422;
|
|
this.L_TriggerCount.Text = "Trigger:";
|
|
this.L_TriggerCount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_WarpCount
|
|
//
|
|
this.NUD_WarpCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.NUD_WarpCount.Location = new System.Drawing.Point(422, 68);
|
|
this.NUD_WarpCount.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_WarpCount.Name = "NUD_WarpCount";
|
|
this.NUD_WarpCount.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_WarpCount.TabIndex = 419;
|
|
this.NUD_WarpCount.ValueChanged += new System.EventHandler(this.ChangeWarpCount);
|
|
//
|
|
// L_WarpCount
|
|
//
|
|
this.L_WarpCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.L_WarpCount.Location = new System.Drawing.Point(350, 68);
|
|
this.L_WarpCount.Name = "L_WarpCount";
|
|
this.L_WarpCount.Size = new System.Drawing.Size(66, 15);
|
|
this.L_WarpCount.TabIndex = 420;
|
|
this.L_WarpCount.Text = "Warp:";
|
|
this.L_WarpCount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_FurnCount
|
|
//
|
|
this.NUD_FurnCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.NUD_FurnCount.Location = new System.Drawing.Point(422, 28);
|
|
this.NUD_FurnCount.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_FurnCount.Name = "NUD_FurnCount";
|
|
this.NUD_FurnCount.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_FurnCount.TabIndex = 417;
|
|
this.NUD_FurnCount.ValueChanged += new System.EventHandler(this.ChangeFurnitureCount);
|
|
//
|
|
// L_FurnitureCount
|
|
//
|
|
this.L_FurnitureCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.L_FurnitureCount.Location = new System.Drawing.Point(350, 28);
|
|
this.L_FurnitureCount.Name = "L_FurnitureCount";
|
|
this.L_FurnitureCount.Size = new System.Drawing.Size(66, 15);
|
|
this.L_FurnitureCount.TabIndex = 418;
|
|
this.L_FurnitureCount.Text = "Furniture:";
|
|
this.L_FurnitureCount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// tc_OWSC
|
|
//
|
|
this.tc_OWSC.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tc_OWSC.Controls.Add(this.tb_Furniture);
|
|
this.tc_OWSC.Controls.Add(this.tb_NPC);
|
|
this.tc_OWSC.Controls.Add(this.tb_Warp);
|
|
this.tc_OWSC.Controls.Add(this.tb_Trigger1);
|
|
this.tc_OWSC.Controls.Add(this.tb_Trigger2);
|
|
this.tc_OWSC.Controls.Add(this.tb_Script);
|
|
this.tc_OWSC.Location = new System.Drawing.Point(6, 6);
|
|
this.tc_OWSC.Name = "tc_OWSC";
|
|
this.tc_OWSC.SelectedIndex = 0;
|
|
this.tc_OWSC.Size = new System.Drawing.Size(345, 462);
|
|
this.tc_OWSC.TabIndex = 415;
|
|
//
|
|
// tb_Furniture
|
|
//
|
|
this.tb_Furniture.Controls.Add(this.GB_F);
|
|
this.tb_Furniture.Controls.Add(this.NUD_FE);
|
|
this.tb_Furniture.Controls.Add(this.L_FE);
|
|
this.tb_Furniture.Location = new System.Drawing.Point(4, 22);
|
|
this.tb_Furniture.Name = "tb_Furniture";
|
|
this.tb_Furniture.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tb_Furniture.Size = new System.Drawing.Size(337, 436);
|
|
this.tb_Furniture.TabIndex = 0;
|
|
this.tb_Furniture.Text = "Furniture";
|
|
this.tb_Furniture.UseVisualStyleBackColor = true;
|
|
//
|
|
// GB_F
|
|
//
|
|
this.GB_F.Controls.Add(this.B_ResetFurniture);
|
|
this.GB_F.Controls.Add(this.NUD_FWY);
|
|
this.GB_F.Controls.Add(this.L_FWY);
|
|
this.GB_F.Controls.Add(this.NUD_FWX);
|
|
this.GB_F.Controls.Add(this.L_FWX);
|
|
this.GB_F.Controls.Add(this.NUD_FY);
|
|
this.GB_F.Controls.Add(this.L_FY);
|
|
this.GB_F.Controls.Add(this.NUD_FX);
|
|
this.GB_F.Controls.Add(this.L_FX);
|
|
this.GB_F.Controls.Add(this.RTB_F);
|
|
this.GB_F.Location = new System.Drawing.Point(6, 40);
|
|
this.GB_F.Name = "GB_F";
|
|
this.GB_F.Size = new System.Drawing.Size(325, 323);
|
|
this.GB_F.TabIndex = 437;
|
|
this.GB_F.TabStop = false;
|
|
this.GB_F.Text = "Info:";
|
|
//
|
|
// B_ResetFurniture
|
|
//
|
|
this.B_ResetFurniture.Location = new System.Drawing.Point(257, 275);
|
|
this.B_ResetFurniture.Name = "B_ResetFurniture";
|
|
this.B_ResetFurniture.Size = new System.Drawing.Size(62, 42);
|
|
this.B_ResetFurniture.TabIndex = 470;
|
|
this.B_ResetFurniture.Text = "Reset\r\nFurniture";
|
|
this.B_ResetFurniture.UseVisualStyleBackColor = true;
|
|
this.B_ResetFurniture.Click += new System.EventHandler(this.B_ResetFurniture_Click);
|
|
//
|
|
// NUD_FWY
|
|
//
|
|
this.NUD_FWY.Location = new System.Drawing.Point(125, 216);
|
|
this.NUD_FWY.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_FWY.Name = "NUD_FWY";
|
|
this.NUD_FWY.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_FWY.TabIndex = 469;
|
|
//
|
|
// L_FWY
|
|
//
|
|
this.L_FWY.Location = new System.Drawing.Point(43, 216);
|
|
this.L_FWY.Name = "L_FWY";
|
|
this.L_FWY.Size = new System.Drawing.Size(76, 16);
|
|
this.L_FWY.TabIndex = 468;
|
|
this.L_FWY.Text = "FwY:";
|
|
this.L_FWY.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_FWX
|
|
//
|
|
this.NUD_FWX.Location = new System.Drawing.Point(125, 190);
|
|
this.NUD_FWX.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_FWX.Name = "NUD_FWX";
|
|
this.NUD_FWX.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_FWX.TabIndex = 467;
|
|
//
|
|
// L_FWX
|
|
//
|
|
this.L_FWX.Location = new System.Drawing.Point(43, 190);
|
|
this.L_FWX.Name = "L_FWX";
|
|
this.L_FWX.Size = new System.Drawing.Size(76, 16);
|
|
this.L_FWX.TabIndex = 466;
|
|
this.L_FWX.Text = "FwX:";
|
|
this.L_FWX.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_FY
|
|
//
|
|
this.NUD_FY.Location = new System.Drawing.Point(125, 164);
|
|
this.NUD_FY.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_FY.Name = "NUD_FY";
|
|
this.NUD_FY.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_FY.TabIndex = 463;
|
|
//
|
|
// L_FY
|
|
//
|
|
this.L_FY.Location = new System.Drawing.Point(43, 164);
|
|
this.L_FY.Name = "L_FY";
|
|
this.L_FY.Size = new System.Drawing.Size(76, 16);
|
|
this.L_FY.TabIndex = 462;
|
|
this.L_FY.Text = "Y Coordinate:";
|
|
this.L_FY.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_FX
|
|
//
|
|
this.NUD_FX.Location = new System.Drawing.Point(125, 138);
|
|
this.NUD_FX.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_FX.Name = "NUD_FX";
|
|
this.NUD_FX.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_FX.TabIndex = 461;
|
|
//
|
|
// L_FX
|
|
//
|
|
this.L_FX.Location = new System.Drawing.Point(43, 138);
|
|
this.L_FX.Name = "L_FX";
|
|
this.L_FX.Size = new System.Drawing.Size(76, 16);
|
|
this.L_FX.TabIndex = 460;
|
|
this.L_FX.Text = "X Coordinate:";
|
|
this.L_FX.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// RTB_F
|
|
//
|
|
this.RTB_F.Font = new System.Drawing.Font("Courier New", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_F.Location = new System.Drawing.Point(6, 275);
|
|
this.RTB_F.Name = "RTB_F";
|
|
this.RTB_F.Size = new System.Drawing.Size(245, 42);
|
|
this.RTB_F.TabIndex = 425;
|
|
this.RTB_F.Text = "00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF 00 11 22 33 44 55 66 77 88 99 AA " +
|
|
"BB CC DD EE FF 00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF ";
|
|
this.RTB_F.Visible = false;
|
|
this.RTB_F.TextChanged += new System.EventHandler(this.ChangeRAW_F);
|
|
//
|
|
// NUD_FE
|
|
//
|
|
this.NUD_FE.Location = new System.Drawing.Point(75, 11);
|
|
this.NUD_FE.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_FE.Name = "NUD_FE";
|
|
this.NUD_FE.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_FE.TabIndex = 423;
|
|
this.NUD_FE.ValueChanged += new System.EventHandler(this.ChangeFurniture);
|
|
//
|
|
// L_FE
|
|
//
|
|
this.L_FE.Location = new System.Drawing.Point(3, 11);
|
|
this.L_FE.Name = "L_FE";
|
|
this.L_FE.Size = new System.Drawing.Size(66, 15);
|
|
this.L_FE.TabIndex = 424;
|
|
this.L_FE.Text = "Entry:";
|
|
this.L_FE.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// tb_NPC
|
|
//
|
|
this.tb_NPC.Controls.Add(this.GB_N);
|
|
this.tb_NPC.Controls.Add(this.NUD_NE);
|
|
this.tb_NPC.Controls.Add(this.L_NE);
|
|
this.tb_NPC.Location = new System.Drawing.Point(4, 22);
|
|
this.tb_NPC.Name = "tb_NPC";
|
|
this.tb_NPC.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tb_NPC.Size = new System.Drawing.Size(337, 436);
|
|
this.tb_NPC.TabIndex = 1;
|
|
this.tb_NPC.Text = "NPC";
|
|
this.tb_NPC.UseVisualStyleBackColor = true;
|
|
//
|
|
// GB_N
|
|
//
|
|
this.GB_N.Controls.Add(this.B_ResetNPC);
|
|
this.GB_N.Controls.Add(this.NUD_NMove2);
|
|
this.GB_N.Controls.Add(this.L_Move2);
|
|
this.GB_N.Controls.Add(this.NUD_NMove1);
|
|
this.GB_N.Controls.Add(this.L_Move1);
|
|
this.GB_N.Controls.Add(this.TB_Leash);
|
|
this.GB_N.Controls.Add(this.L_LeashInfo);
|
|
this.GB_N.Controls.Add(this.L_NDeg);
|
|
this.GB_N.Controls.Add(this.TB_NDeg);
|
|
this.GB_N.Controls.Add(this.NUD_NRange);
|
|
this.GB_N.Controls.Add(this.L_Range);
|
|
this.GB_N.Controls.Add(this.L_ModelAsHex);
|
|
this.GB_N.Controls.Add(this.NUD_NFlag);
|
|
this.GB_N.Controls.Add(this.L_NFlag);
|
|
this.GB_N.Controls.Add(this.NUD_NScript);
|
|
this.GB_N.Controls.Add(this.L_NScript);
|
|
this.GB_N.Controls.Add(this.NUD_NFace);
|
|
this.GB_N.Controls.Add(this.L_NFaceDirection);
|
|
this.GB_N.Controls.Add(this.NUD_NY);
|
|
this.GB_N.Controls.Add(this.L_NY);
|
|
this.GB_N.Controls.Add(this.NUD_NX);
|
|
this.GB_N.Controls.Add(this.L_NX);
|
|
this.GB_N.Controls.Add(this.NUD_NModel);
|
|
this.GB_N.Controls.Add(this.L_NModel);
|
|
this.GB_N.Controls.Add(this.RTB_N);
|
|
this.GB_N.Controls.Add(this.NUD_NID);
|
|
this.GB_N.Controls.Add(this.L_NID);
|
|
this.GB_N.Location = new System.Drawing.Point(6, 40);
|
|
this.GB_N.Name = "GB_N";
|
|
this.GB_N.Size = new System.Drawing.Size(325, 323);
|
|
this.GB_N.TabIndex = 436;
|
|
this.GB_N.TabStop = false;
|
|
this.GB_N.Text = "Info:";
|
|
//
|
|
// B_ResetNPC
|
|
//
|
|
this.B_ResetNPC.Location = new System.Drawing.Point(257, 275);
|
|
this.B_ResetNPC.Name = "B_ResetNPC";
|
|
this.B_ResetNPC.Size = new System.Drawing.Size(62, 42);
|
|
this.B_ResetNPC.TabIndex = 458;
|
|
this.B_ResetNPC.Text = "Reset\r\nNPC";
|
|
this.B_ResetNPC.UseVisualStyleBackColor = true;
|
|
this.B_ResetNPC.Click += new System.EventHandler(this.B_ResetNPC_Click);
|
|
//
|
|
// NUD_NMove2
|
|
//
|
|
this.NUD_NMove2.Location = new System.Drawing.Point(234, 146);
|
|
this.NUD_NMove2.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_NMove2.Name = "NUD_NMove2";
|
|
this.NUD_NMove2.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_NMove2.TabIndex = 457;
|
|
//
|
|
// L_Move2
|
|
//
|
|
this.L_Move2.Location = new System.Drawing.Point(152, 146);
|
|
this.L_Move2.Name = "L_Move2";
|
|
this.L_Move2.Size = new System.Drawing.Size(76, 16);
|
|
this.L_Move2.TabIndex = 456;
|
|
this.L_Move2.Text = "Move2:";
|
|
this.L_Move2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_NMove1
|
|
//
|
|
this.NUD_NMove1.Location = new System.Drawing.Point(234, 120);
|
|
this.NUD_NMove1.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_NMove1.Name = "NUD_NMove1";
|
|
this.NUD_NMove1.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_NMove1.TabIndex = 455;
|
|
//
|
|
// L_Move1
|
|
//
|
|
this.L_Move1.Location = new System.Drawing.Point(152, 120);
|
|
this.L_Move1.Name = "L_Move1";
|
|
this.L_Move1.Size = new System.Drawing.Size(76, 16);
|
|
this.L_Move1.TabIndex = 454;
|
|
this.L_Move1.Text = "Move1:";
|
|
this.L_Move1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_Leash
|
|
//
|
|
this.TB_Leash.Location = new System.Drawing.Point(93, 250);
|
|
this.TB_Leash.Name = "TB_Leash";
|
|
this.TB_Leash.ReadOnly = true;
|
|
this.TB_Leash.Size = new System.Drawing.Size(158, 20);
|
|
this.TB_Leash.TabIndex = 453;
|
|
//
|
|
// L_LeashInfo
|
|
//
|
|
this.L_LeashInfo.Location = new System.Drawing.Point(11, 251);
|
|
this.L_LeashInfo.Name = "L_LeashInfo";
|
|
this.L_LeashInfo.Size = new System.Drawing.Size(76, 16);
|
|
this.L_LeashInfo.TabIndex = 452;
|
|
this.L_LeashInfo.Text = "Leash Info:";
|
|
this.L_LeashInfo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_NDeg
|
|
//
|
|
this.L_NDeg.Location = new System.Drawing.Point(11, 225);
|
|
this.L_NDeg.Name = "L_NDeg";
|
|
this.L_NDeg.Size = new System.Drawing.Size(76, 16);
|
|
this.L_NDeg.TabIndex = 451;
|
|
this.L_NDeg.Text = "Degrees (?):";
|
|
this.L_NDeg.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_NDeg
|
|
//
|
|
this.TB_NDeg.Location = new System.Drawing.Point(93, 224);
|
|
this.TB_NDeg.Name = "TB_NDeg";
|
|
this.TB_NDeg.ReadOnly = true;
|
|
this.TB_NDeg.Size = new System.Drawing.Size(53, 20);
|
|
this.TB_NDeg.TabIndex = 437;
|
|
//
|
|
// NUD_NRange
|
|
//
|
|
this.NUD_NRange.Location = new System.Drawing.Point(93, 146);
|
|
this.NUD_NRange.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_NRange.Name = "NUD_NRange";
|
|
this.NUD_NRange.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_NRange.TabIndex = 450;
|
|
//
|
|
// L_Range
|
|
//
|
|
this.L_Range.Location = new System.Drawing.Point(11, 146);
|
|
this.L_Range.Name = "L_Range";
|
|
this.L_Range.Size = new System.Drawing.Size(76, 16);
|
|
this.L_Range.TabIndex = 449;
|
|
this.L_Range.Text = "Sight Range:";
|
|
this.L_Range.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_ModelAsHex
|
|
//
|
|
this.L_ModelAsHex.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.L_ModelAsHex.AutoSize = true;
|
|
this.L_ModelAsHex.Location = new System.Drawing.Point(152, 44);
|
|
this.L_ModelAsHex.Name = "L_ModelAsHex";
|
|
this.L_ModelAsHex.Size = new System.Drawing.Size(29, 13);
|
|
this.L_ModelAsHex.TabIndex = 448;
|
|
this.L_ModelAsHex.Text = "HEX";
|
|
//
|
|
// NUD_NFlag
|
|
//
|
|
this.NUD_NFlag.Location = new System.Drawing.Point(93, 68);
|
|
this.NUD_NFlag.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_NFlag.Name = "NUD_NFlag";
|
|
this.NUD_NFlag.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_NFlag.TabIndex = 447;
|
|
//
|
|
// L_NFlag
|
|
//
|
|
this.L_NFlag.Location = new System.Drawing.Point(11, 68);
|
|
this.L_NFlag.Name = "L_NFlag";
|
|
this.L_NFlag.Size = new System.Drawing.Size(76, 16);
|
|
this.L_NFlag.TabIndex = 446;
|
|
this.L_NFlag.Text = "Spawn Flag:";
|
|
this.L_NFlag.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_NScript
|
|
//
|
|
this.NUD_NScript.Location = new System.Drawing.Point(93, 94);
|
|
this.NUD_NScript.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_NScript.Name = "NUD_NScript";
|
|
this.NUD_NScript.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_NScript.TabIndex = 445;
|
|
//
|
|
// L_NScript
|
|
//
|
|
this.L_NScript.Location = new System.Drawing.Point(11, 94);
|
|
this.L_NScript.Name = "L_NScript";
|
|
this.L_NScript.Size = new System.Drawing.Size(76, 16);
|
|
this.L_NScript.TabIndex = 444;
|
|
this.L_NScript.Text = "Script:";
|
|
this.L_NScript.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_NFace
|
|
//
|
|
this.NUD_NFace.Location = new System.Drawing.Point(93, 120);
|
|
this.NUD_NFace.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_NFace.Name = "NUD_NFace";
|
|
this.NUD_NFace.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_NFace.TabIndex = 443;
|
|
//
|
|
// L_NFaceDirection
|
|
//
|
|
this.L_NFaceDirection.Location = new System.Drawing.Point(11, 120);
|
|
this.L_NFaceDirection.Name = "L_NFaceDirection";
|
|
this.L_NFaceDirection.Size = new System.Drawing.Size(76, 16);
|
|
this.L_NFaceDirection.TabIndex = 442;
|
|
this.L_NFaceDirection.Text = "Facing:";
|
|
this.L_NFaceDirection.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_NY
|
|
//
|
|
this.NUD_NY.Location = new System.Drawing.Point(93, 198);
|
|
this.NUD_NY.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_NY.Name = "NUD_NY";
|
|
this.NUD_NY.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_NY.TabIndex = 441;
|
|
//
|
|
// L_NY
|
|
//
|
|
this.L_NY.Location = new System.Drawing.Point(11, 198);
|
|
this.L_NY.Name = "L_NY";
|
|
this.L_NY.Size = new System.Drawing.Size(76, 16);
|
|
this.L_NY.TabIndex = 440;
|
|
this.L_NY.Text = "Y Coordinate:";
|
|
this.L_NY.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_NX
|
|
//
|
|
this.NUD_NX.Location = new System.Drawing.Point(93, 172);
|
|
this.NUD_NX.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_NX.Name = "NUD_NX";
|
|
this.NUD_NX.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_NX.TabIndex = 439;
|
|
//
|
|
// L_NX
|
|
//
|
|
this.L_NX.Location = new System.Drawing.Point(11, 172);
|
|
this.L_NX.Name = "L_NX";
|
|
this.L_NX.Size = new System.Drawing.Size(76, 16);
|
|
this.L_NX.TabIndex = 438;
|
|
this.L_NX.Text = "X Coordinate:";
|
|
this.L_NX.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_NModel
|
|
//
|
|
this.NUD_NModel.Location = new System.Drawing.Point(93, 42);
|
|
this.NUD_NModel.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_NModel.Name = "NUD_NModel";
|
|
this.NUD_NModel.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_NModel.TabIndex = 437;
|
|
this.NUD_NModel.ValueChanged += new System.EventHandler(this.ChangeNPC_Model);
|
|
//
|
|
// L_NModel
|
|
//
|
|
this.L_NModel.Location = new System.Drawing.Point(11, 42);
|
|
this.L_NModel.Name = "L_NModel";
|
|
this.L_NModel.Size = new System.Drawing.Size(76, 16);
|
|
this.L_NModel.TabIndex = 436;
|
|
this.L_NModel.Text = "Model:";
|
|
this.L_NModel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// RTB_N
|
|
//
|
|
this.RTB_N.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.RTB_N.Font = new System.Drawing.Font("Courier New", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_N.Location = new System.Drawing.Point(6, 275);
|
|
this.RTB_N.Name = "RTB_N";
|
|
this.RTB_N.Size = new System.Drawing.Size(245, 42);
|
|
this.RTB_N.TabIndex = 414;
|
|
this.RTB_N.Text = "00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF 00 11 22 33 44 55 66 77 88 99 AA " +
|
|
"BB CC DD EE FF 00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF ";
|
|
this.RTB_N.Visible = false;
|
|
this.RTB_N.TextChanged += new System.EventHandler(this.ChangeRAW_N);
|
|
//
|
|
// NUD_NID
|
|
//
|
|
this.NUD_NID.Location = new System.Drawing.Point(93, 16);
|
|
this.NUD_NID.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_NID.Name = "NUD_NID";
|
|
this.NUD_NID.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_NID.TabIndex = 435;
|
|
this.NUD_NID.ValueChanged += new System.EventHandler(this.ChangeNPC_ID);
|
|
//
|
|
// L_NID
|
|
//
|
|
this.L_NID.Location = new System.Drawing.Point(11, 16);
|
|
this.L_NID.Name = "L_NID";
|
|
this.L_NID.Size = new System.Drawing.Size(76, 16);
|
|
this.L_NID.TabIndex = 433;
|
|
this.L_NID.Text = "Entity ID:";
|
|
this.L_NID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_NE
|
|
//
|
|
this.NUD_NE.Location = new System.Drawing.Point(75, 11);
|
|
this.NUD_NE.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_NE.Name = "NUD_NE";
|
|
this.NUD_NE.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_NE.TabIndex = 425;
|
|
this.NUD_NE.ValueChanged += new System.EventHandler(this.ChangeNPC);
|
|
//
|
|
// L_NE
|
|
//
|
|
this.L_NE.Location = new System.Drawing.Point(3, 11);
|
|
this.L_NE.Name = "L_NE";
|
|
this.L_NE.Size = new System.Drawing.Size(66, 15);
|
|
this.L_NE.TabIndex = 426;
|
|
this.L_NE.Text = "Entry:";
|
|
this.L_NE.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// tb_Warp
|
|
//
|
|
this.tb_Warp.Controls.Add(this.GB_W);
|
|
this.tb_Warp.Controls.Add(this.NUD_WE);
|
|
this.tb_Warp.Controls.Add(this.L_WE);
|
|
this.tb_Warp.Location = new System.Drawing.Point(4, 22);
|
|
this.tb_Warp.Name = "tb_Warp";
|
|
this.tb_Warp.Size = new System.Drawing.Size(337, 436);
|
|
this.tb_Warp.TabIndex = 2;
|
|
this.tb_Warp.Text = "Warp";
|
|
this.tb_Warp.UseVisualStyleBackColor = true;
|
|
//
|
|
// GB_W
|
|
//
|
|
this.GB_W.Controls.Add(this.B_ResetWarp);
|
|
this.GB_W.Controls.Add(this.L_WpY);
|
|
this.GB_W.Controls.Add(this.L_WpX);
|
|
this.GB_W.Controls.Add(this.NUD_WY);
|
|
this.GB_W.Controls.Add(this.L_WY);
|
|
this.GB_W.Controls.Add(this.NUD_WX);
|
|
this.GB_W.Controls.Add(this.L_WX);
|
|
this.GB_W.Controls.Add(this.RTB_W);
|
|
this.GB_W.Controls.Add(this.L_WarpDest);
|
|
this.GB_W.Controls.Add(this.L_DestMap);
|
|
this.GB_W.Controls.Add(this.NUD_WTile);
|
|
this.GB_W.Controls.Add(this.L_DestWarpTile);
|
|
this.GB_W.Controls.Add(this.NUD_WMap);
|
|
this.GB_W.Location = new System.Drawing.Point(6, 40);
|
|
this.GB_W.Name = "GB_W";
|
|
this.GB_W.Size = new System.Drawing.Size(325, 323);
|
|
this.GB_W.TabIndex = 438;
|
|
this.GB_W.TabStop = false;
|
|
this.GB_W.Text = "Info:";
|
|
//
|
|
// B_ResetWarp
|
|
//
|
|
this.B_ResetWarp.Location = new System.Drawing.Point(256, 275);
|
|
this.B_ResetWarp.Name = "B_ResetWarp";
|
|
this.B_ResetWarp.Size = new System.Drawing.Size(62, 42);
|
|
this.B_ResetWarp.TabIndex = 466;
|
|
this.B_ResetWarp.Text = "Reset\r\nWarp";
|
|
this.B_ResetWarp.UseVisualStyleBackColor = true;
|
|
this.B_ResetWarp.Click += new System.EventHandler(this.B_ResetWarp_Click);
|
|
//
|
|
// L_WpY
|
|
//
|
|
this.L_WpY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.L_WpY.AutoSize = true;
|
|
this.L_WpY.Location = new System.Drawing.Point(253, 191);
|
|
this.L_WpY.Name = "L_WpY";
|
|
this.L_WpY.Size = new System.Drawing.Size(31, 13);
|
|
this.L_WpY.TabIndex = 465;
|
|
this.L_WpY.Text = "#/18";
|
|
//
|
|
// L_WpX
|
|
//
|
|
this.L_WpX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.L_WpX.AutoSize = true;
|
|
this.L_WpX.Location = new System.Drawing.Point(253, 165);
|
|
this.L_WpX.Name = "L_WpX";
|
|
this.L_WpX.Size = new System.Drawing.Size(31, 13);
|
|
this.L_WpX.TabIndex = 464;
|
|
this.L_WpX.Text = "#/18";
|
|
//
|
|
// NUD_WY
|
|
//
|
|
this.NUD_WY.Increment = new decimal(new int[] {
|
|
18,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_WY.Location = new System.Drawing.Point(125, 189);
|
|
this.NUD_WY.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_WY.Name = "NUD_WY";
|
|
this.NUD_WY.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_WY.TabIndex = 463;
|
|
this.NUD_WY.ValueChanged += new System.EventHandler(this.ChangeWarp_Y);
|
|
//
|
|
// L_WY
|
|
//
|
|
this.L_WY.Location = new System.Drawing.Point(43, 189);
|
|
this.L_WY.Name = "L_WY";
|
|
this.L_WY.Size = new System.Drawing.Size(76, 16);
|
|
this.L_WY.TabIndex = 462;
|
|
this.L_WY.Text = "Y Coordinate:";
|
|
this.L_WY.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_WX
|
|
//
|
|
this.NUD_WX.Increment = new decimal(new int[] {
|
|
18,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_WX.Location = new System.Drawing.Point(125, 163);
|
|
this.NUD_WX.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_WX.Name = "NUD_WX";
|
|
this.NUD_WX.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_WX.TabIndex = 461;
|
|
this.NUD_WX.ValueChanged += new System.EventHandler(this.ChangeWarp_X);
|
|
//
|
|
// L_WX
|
|
//
|
|
this.L_WX.Location = new System.Drawing.Point(43, 163);
|
|
this.L_WX.Name = "L_WX";
|
|
this.L_WX.Size = new System.Drawing.Size(76, 16);
|
|
this.L_WX.TabIndex = 460;
|
|
this.L_WX.Text = "X Coordinate:";
|
|
this.L_WX.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// RTB_W
|
|
//
|
|
this.RTB_W.Font = new System.Drawing.Font("Courier New", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_W.Location = new System.Drawing.Point(6, 275);
|
|
this.RTB_W.Name = "RTB_W";
|
|
this.RTB_W.Size = new System.Drawing.Size(245, 42);
|
|
this.RTB_W.TabIndex = 425;
|
|
this.RTB_W.Text = "00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF 00 11 22 33 44 55 66 77 88 99 AA " +
|
|
"BB CC DD EE FF 00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF ";
|
|
this.RTB_W.Visible = false;
|
|
this.RTB_W.TextChanged += new System.EventHandler(this.ChangeRAW_W);
|
|
//
|
|
// L_WarpDest
|
|
//
|
|
this.L_WarpDest.Location = new System.Drawing.Point(58, 31);
|
|
this.L_WarpDest.Name = "L_WarpDest";
|
|
this.L_WarpDest.Size = new System.Drawing.Size(120, 15);
|
|
this.L_WarpDest.TabIndex = 432;
|
|
this.L_WarpDest.Text = "Dest:";
|
|
this.L_WarpDest.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.L_WarpDest.DoubleClick += new System.EventHandler(this.DclickDestMap);
|
|
//
|
|
// L_DestMap
|
|
//
|
|
this.L_DestMap.Location = new System.Drawing.Point(-1, 50);
|
|
this.L_DestMap.Name = "L_DestMap";
|
|
this.L_DestMap.Size = new System.Drawing.Size(120, 15);
|
|
this.L_DestMap.TabIndex = 428;
|
|
this.L_DestMap.Text = "Destination Map:";
|
|
this.L_DestMap.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_WTile
|
|
//
|
|
this.NUD_WTile.Location = new System.Drawing.Point(125, 70);
|
|
this.NUD_WTile.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_WTile.Name = "NUD_WTile";
|
|
this.NUD_WTile.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_WTile.TabIndex = 431;
|
|
//
|
|
// L_DestWarpTile
|
|
//
|
|
this.L_DestWarpTile.Location = new System.Drawing.Point(-1, 71);
|
|
this.L_DestWarpTile.Name = "L_DestWarpTile";
|
|
this.L_DestWarpTile.Size = new System.Drawing.Size(120, 15);
|
|
this.L_DestWarpTile.TabIndex = 429;
|
|
this.L_DestWarpTile.Text = "Destination WarpTile:";
|
|
this.L_DestWarpTile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_WMap
|
|
//
|
|
this.NUD_WMap.Location = new System.Drawing.Point(125, 49);
|
|
this.NUD_WMap.Maximum = new decimal(new int[] {
|
|
999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_WMap.Name = "NUD_WMap";
|
|
this.NUD_WMap.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_WMap.TabIndex = 430;
|
|
//
|
|
// NUD_WE
|
|
//
|
|
this.NUD_WE.Location = new System.Drawing.Point(75, 11);
|
|
this.NUD_WE.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_WE.Name = "NUD_WE";
|
|
this.NUD_WE.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_WE.TabIndex = 425;
|
|
this.NUD_WE.ValueChanged += new System.EventHandler(this.ChangeWarp);
|
|
//
|
|
// L_WE
|
|
//
|
|
this.L_WE.Location = new System.Drawing.Point(3, 11);
|
|
this.L_WE.Name = "L_WE";
|
|
this.L_WE.Size = new System.Drawing.Size(66, 15);
|
|
this.L_WE.TabIndex = 426;
|
|
this.L_WE.Text = "Entry:";
|
|
this.L_WE.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// tb_Trigger1
|
|
//
|
|
this.tb_Trigger1.Controls.Add(this.GB_T1);
|
|
this.tb_Trigger1.Controls.Add(this.NUD_TE);
|
|
this.tb_Trigger1.Controls.Add(this.L_TE);
|
|
this.tb_Trigger1.Location = new System.Drawing.Point(4, 22);
|
|
this.tb_Trigger1.Name = "tb_Trigger1";
|
|
this.tb_Trigger1.Size = new System.Drawing.Size(337, 436);
|
|
this.tb_Trigger1.TabIndex = 3;
|
|
this.tb_Trigger1.Text = "Trigger1";
|
|
this.tb_Trigger1.UseVisualStyleBackColor = true;
|
|
//
|
|
// GB_T1
|
|
//
|
|
this.GB_T1.Controls.Add(this.B_ResetTrigger1);
|
|
this.GB_T1.Controls.Add(this.NUD_T1Y);
|
|
this.GB_T1.Controls.Add(this.L_T1Y);
|
|
this.GB_T1.Controls.Add(this.NUD_T1X);
|
|
this.GB_T1.Controls.Add(this.L_T1X);
|
|
this.GB_T1.Controls.Add(this.RTB_T1);
|
|
this.GB_T1.Location = new System.Drawing.Point(6, 40);
|
|
this.GB_T1.Name = "GB_T1";
|
|
this.GB_T1.Size = new System.Drawing.Size(325, 323);
|
|
this.GB_T1.TabIndex = 439;
|
|
this.GB_T1.TabStop = false;
|
|
this.GB_T1.Text = "Info:";
|
|
//
|
|
// B_ResetTrigger1
|
|
//
|
|
this.B_ResetTrigger1.Location = new System.Drawing.Point(257, 275);
|
|
this.B_ResetTrigger1.Name = "B_ResetTrigger1";
|
|
this.B_ResetTrigger1.Size = new System.Drawing.Size(62, 42);
|
|
this.B_ResetTrigger1.TabIndex = 467;
|
|
this.B_ResetTrigger1.Text = "Reset\r\nTrigger1";
|
|
this.B_ResetTrigger1.UseVisualStyleBackColor = true;
|
|
this.B_ResetTrigger1.Click += new System.EventHandler(this.B_ResetTrigger1_Click);
|
|
//
|
|
// NUD_T1Y
|
|
//
|
|
this.NUD_T1Y.Location = new System.Drawing.Point(143, 164);
|
|
this.NUD_T1Y.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_T1Y.Name = "NUD_T1Y";
|
|
this.NUD_T1Y.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_T1Y.TabIndex = 445;
|
|
//
|
|
// L_T1Y
|
|
//
|
|
this.L_T1Y.Location = new System.Drawing.Point(61, 164);
|
|
this.L_T1Y.Name = "L_T1Y";
|
|
this.L_T1Y.Size = new System.Drawing.Size(76, 16);
|
|
this.L_T1Y.TabIndex = 444;
|
|
this.L_T1Y.Text = "Y Coordinate:";
|
|
this.L_T1Y.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_T1X
|
|
//
|
|
this.NUD_T1X.Location = new System.Drawing.Point(143, 138);
|
|
this.NUD_T1X.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_T1X.Name = "NUD_T1X";
|
|
this.NUD_T1X.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_T1X.TabIndex = 443;
|
|
//
|
|
// L_T1X
|
|
//
|
|
this.L_T1X.Location = new System.Drawing.Point(61, 138);
|
|
this.L_T1X.Name = "L_T1X";
|
|
this.L_T1X.Size = new System.Drawing.Size(76, 16);
|
|
this.L_T1X.TabIndex = 442;
|
|
this.L_T1X.Text = "X Coordinate:";
|
|
this.L_T1X.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// RTB_T1
|
|
//
|
|
this.RTB_T1.Font = new System.Drawing.Font("Courier New", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_T1.Location = new System.Drawing.Point(6, 275);
|
|
this.RTB_T1.Name = "RTB_T1";
|
|
this.RTB_T1.Size = new System.Drawing.Size(245, 42);
|
|
this.RTB_T1.TabIndex = 425;
|
|
this.RTB_T1.Text = "00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF 00 11 22 33 44 55 66 77 88 99 AA " +
|
|
"BB CC DD EE FF 00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF ";
|
|
this.RTB_T1.Visible = false;
|
|
this.RTB_T1.TextChanged += new System.EventHandler(this.ChangeRAW_T1);
|
|
//
|
|
// NUD_TE
|
|
//
|
|
this.NUD_TE.Location = new System.Drawing.Point(75, 11);
|
|
this.NUD_TE.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_TE.Name = "NUD_TE";
|
|
this.NUD_TE.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_TE.TabIndex = 425;
|
|
this.NUD_TE.ValueChanged += new System.EventHandler(this.ChangeTrigger1);
|
|
//
|
|
// L_TE
|
|
//
|
|
this.L_TE.Location = new System.Drawing.Point(3, 11);
|
|
this.L_TE.Name = "L_TE";
|
|
this.L_TE.Size = new System.Drawing.Size(66, 15);
|
|
this.L_TE.TabIndex = 426;
|
|
this.L_TE.Text = "Entry:";
|
|
this.L_TE.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// tb_Trigger2
|
|
//
|
|
this.tb_Trigger2.Controls.Add(this.GB_T2);
|
|
this.tb_Trigger2.Controls.Add(this.NUD_UE);
|
|
this.tb_Trigger2.Controls.Add(this.L_UE);
|
|
this.tb_Trigger2.Location = new System.Drawing.Point(4, 22);
|
|
this.tb_Trigger2.Name = "tb_Trigger2";
|
|
this.tb_Trigger2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tb_Trigger2.Size = new System.Drawing.Size(337, 436);
|
|
this.tb_Trigger2.TabIndex = 5;
|
|
this.tb_Trigger2.Text = "Trigger2";
|
|
this.tb_Trigger2.UseVisualStyleBackColor = true;
|
|
//
|
|
// GB_T2
|
|
//
|
|
this.GB_T2.Controls.Add(this.B_ResetTrigger2);
|
|
this.GB_T2.Controls.Add(this.NUD_T2Y);
|
|
this.GB_T2.Controls.Add(this.L_T2Y);
|
|
this.GB_T2.Controls.Add(this.NUD_T2X);
|
|
this.GB_T2.Controls.Add(this.L_T2X);
|
|
this.GB_T2.Controls.Add(this.RTB_T2);
|
|
this.GB_T2.Location = new System.Drawing.Point(6, 40);
|
|
this.GB_T2.Name = "GB_T2";
|
|
this.GB_T2.Size = new System.Drawing.Size(325, 323);
|
|
this.GB_T2.TabIndex = 440;
|
|
this.GB_T2.TabStop = false;
|
|
this.GB_T2.Text = "Info:";
|
|
//
|
|
// B_ResetTrigger2
|
|
//
|
|
this.B_ResetTrigger2.Location = new System.Drawing.Point(257, 275);
|
|
this.B_ResetTrigger2.Name = "B_ResetTrigger2";
|
|
this.B_ResetTrigger2.Size = new System.Drawing.Size(62, 42);
|
|
this.B_ResetTrigger2.TabIndex = 467;
|
|
this.B_ResetTrigger2.Text = "Reset\r\nTrigger2";
|
|
this.B_ResetTrigger2.UseVisualStyleBackColor = true;
|
|
this.B_ResetTrigger2.Click += new System.EventHandler(this.B_ResetTrigger2_Click);
|
|
//
|
|
// NUD_T2Y
|
|
//
|
|
this.NUD_T2Y.Location = new System.Drawing.Point(143, 164);
|
|
this.NUD_T2Y.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_T2Y.Name = "NUD_T2Y";
|
|
this.NUD_T2Y.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_T2Y.TabIndex = 445;
|
|
//
|
|
// L_T2Y
|
|
//
|
|
this.L_T2Y.Location = new System.Drawing.Point(61, 164);
|
|
this.L_T2Y.Name = "L_T2Y";
|
|
this.L_T2Y.Size = new System.Drawing.Size(76, 16);
|
|
this.L_T2Y.TabIndex = 444;
|
|
this.L_T2Y.Text = "Y Coordinate:";
|
|
this.L_T2Y.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_T2X
|
|
//
|
|
this.NUD_T2X.Location = new System.Drawing.Point(143, 138);
|
|
this.NUD_T2X.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_T2X.Name = "NUD_T2X";
|
|
this.NUD_T2X.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_T2X.TabIndex = 443;
|
|
//
|
|
// L_T2X
|
|
//
|
|
this.L_T2X.Location = new System.Drawing.Point(61, 138);
|
|
this.L_T2X.Name = "L_T2X";
|
|
this.L_T2X.Size = new System.Drawing.Size(76, 16);
|
|
this.L_T2X.TabIndex = 442;
|
|
this.L_T2X.Text = "X Coordinate:";
|
|
this.L_T2X.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// RTB_T2
|
|
//
|
|
this.RTB_T2.Font = new System.Drawing.Font("Courier New", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_T2.Location = new System.Drawing.Point(6, 275);
|
|
this.RTB_T2.Name = "RTB_T2";
|
|
this.RTB_T2.Size = new System.Drawing.Size(245, 42);
|
|
this.RTB_T2.TabIndex = 425;
|
|
this.RTB_T2.Text = "00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF 00 11 22 33 44 55 66 77 88 99 AA " +
|
|
"BB CC DD EE FF 00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF ";
|
|
this.RTB_T2.Visible = false;
|
|
this.RTB_T2.TextChanged += new System.EventHandler(this.ChangeRAW_T2);
|
|
//
|
|
// NUD_UE
|
|
//
|
|
this.NUD_UE.Location = new System.Drawing.Point(75, 11);
|
|
this.NUD_UE.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_UE.Name = "NUD_UE";
|
|
this.NUD_UE.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_UE.TabIndex = 427;
|
|
this.NUD_UE.ValueChanged += new System.EventHandler(this.ChangeTrigger2);
|
|
//
|
|
// L_UE
|
|
//
|
|
this.L_UE.Location = new System.Drawing.Point(3, 11);
|
|
this.L_UE.Name = "L_UE";
|
|
this.L_UE.Size = new System.Drawing.Size(66, 15);
|
|
this.L_UE.TabIndex = 428;
|
|
this.L_UE.Text = "Entry:";
|
|
this.L_UE.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// tb_Script
|
|
//
|
|
this.tb_Script.Controls.Add(this.RTB_OSP);
|
|
this.tb_Script.Controls.Add(this.RTB_OS);
|
|
this.tb_Script.Controls.Add(this.L_OWSCDesc);
|
|
this.tb_Script.Controls.Add(this.RTB_OWSCMD);
|
|
this.tb_Script.Location = new System.Drawing.Point(4, 22);
|
|
this.tb_Script.Name = "tb_Script";
|
|
this.tb_Script.Size = new System.Drawing.Size(337, 436);
|
|
this.tb_Script.TabIndex = 4;
|
|
this.tb_Script.Text = "Script";
|
|
this.tb_Script.UseVisualStyleBackColor = true;
|
|
//
|
|
// RTB_OSP
|
|
//
|
|
this.RTB_OSP.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.RTB_OSP.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_OSP.Location = new System.Drawing.Point(6, 234);
|
|
this.RTB_OSP.Name = "RTB_OSP";
|
|
this.RTB_OSP.ReadOnly = true;
|
|
this.RTB_OSP.Size = new System.Drawing.Size(331, 202);
|
|
this.RTB_OSP.TabIndex = 425;
|
|
this.RTB_OSP.Text = "Parse Output";
|
|
//
|
|
// RTB_OS
|
|
//
|
|
this.RTB_OS.Font = new System.Drawing.Font("Courier New", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_OS.Location = new System.Drawing.Point(97, 3);
|
|
this.RTB_OS.Name = "RTB_OS";
|
|
this.RTB_OS.ReadOnly = true;
|
|
this.RTB_OS.Size = new System.Drawing.Size(85, 225);
|
|
this.RTB_OS.TabIndex = 424;
|
|
this.RTB_OS.Text = "Raw Data";
|
|
//
|
|
// L_OWSCDesc
|
|
//
|
|
this.L_OWSCDesc.AutoSize = true;
|
|
this.L_OWSCDesc.Location = new System.Drawing.Point(188, 3);
|
|
this.L_OWSCDesc.Name = "L_OWSCDesc";
|
|
this.L_OWSCDesc.Size = new System.Drawing.Size(75, 13);
|
|
this.L_OWSCDesc.TabIndex = 423;
|
|
this.L_OWSCDesc.Text = "Script Analysis";
|
|
//
|
|
// RTB_OWSCMD
|
|
//
|
|
this.RTB_OWSCMD.Font = new System.Drawing.Font("Courier New", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_OWSCMD.Location = new System.Drawing.Point(6, 3);
|
|
this.RTB_OWSCMD.Name = "RTB_OWSCMD";
|
|
this.RTB_OWSCMD.ReadOnly = true;
|
|
this.RTB_OWSCMD.Size = new System.Drawing.Size(85, 225);
|
|
this.RTB_OWSCMD.TabIndex = 422;
|
|
this.RTB_OWSCMD.Text = "Script CMDs";
|
|
//
|
|
// NUD_NPCCount
|
|
//
|
|
this.NUD_NPCCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.NUD_NPCCount.Location = new System.Drawing.Point(422, 48);
|
|
this.NUD_NPCCount.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_NPCCount.Name = "NUD_NPCCount";
|
|
this.NUD_NPCCount.Size = new System.Drawing.Size(53, 20);
|
|
this.NUD_NPCCount.TabIndex = 415;
|
|
this.NUD_NPCCount.ValueChanged += new System.EventHandler(this.ChangeNPCCount);
|
|
//
|
|
// L_NPCCount
|
|
//
|
|
this.L_NPCCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.L_NPCCount.Location = new System.Drawing.Point(350, 48);
|
|
this.L_NPCCount.Name = "L_NPCCount";
|
|
this.L_NPCCount.Size = new System.Drawing.Size(66, 15);
|
|
this.L_NPCCount.TabIndex = 416;
|
|
this.L_NPCCount.Text = "NPC:";
|
|
this.L_NPCCount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// tb_MSC
|
|
//
|
|
this.tb_MSC.Controls.Add(this.RTB_MSP);
|
|
this.tb_MSC.Controls.Add(this.RTB_MSCMD);
|
|
this.tb_MSC.Controls.Add(this.L_MSSCDesc);
|
|
this.tb_MSC.Controls.Add(this.RTB_MS);
|
|
this.tb_MSC.Location = new System.Drawing.Point(4, 22);
|
|
this.tb_MSC.Name = "tb_MSC";
|
|
this.tb_MSC.Size = new System.Drawing.Size(486, 471);
|
|
this.tb_MSC.TabIndex = 2;
|
|
this.tb_MSC.Text = "Map SC";
|
|
this.tb_MSC.UseVisualStyleBackColor = true;
|
|
//
|
|
// RTB_MSP
|
|
//
|
|
this.RTB_MSP.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.RTB_MSP.Font = new System.Drawing.Font("Courier New", 8.25F);
|
|
this.RTB_MSP.Location = new System.Drawing.Point(3, 234);
|
|
this.RTB_MSP.Name = "RTB_MSP";
|
|
this.RTB_MSP.ReadOnly = true;
|
|
this.RTB_MSP.Size = new System.Drawing.Size(483, 237);
|
|
this.RTB_MSP.TabIndex = 428;
|
|
this.RTB_MSP.Text = "Parse Output";
|
|
//
|
|
// RTB_MSCMD
|
|
//
|
|
this.RTB_MSCMD.Font = new System.Drawing.Font("Courier New", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_MSCMD.Location = new System.Drawing.Point(3, 3);
|
|
this.RTB_MSCMD.Name = "RTB_MSCMD";
|
|
this.RTB_MSCMD.ReadOnly = true;
|
|
this.RTB_MSCMD.Size = new System.Drawing.Size(85, 225);
|
|
this.RTB_MSCMD.TabIndex = 427;
|
|
this.RTB_MSCMD.Text = "Script CMDs";
|
|
//
|
|
// L_MSSCDesc
|
|
//
|
|
this.L_MSSCDesc.AutoSize = true;
|
|
this.L_MSSCDesc.Location = new System.Drawing.Point(185, 3);
|
|
this.L_MSSCDesc.Name = "L_MSSCDesc";
|
|
this.L_MSSCDesc.Size = new System.Drawing.Size(75, 13);
|
|
this.L_MSSCDesc.TabIndex = 426;
|
|
this.L_MSSCDesc.Text = "Script Analysis";
|
|
//
|
|
// RTB_MS
|
|
//
|
|
this.RTB_MS.Font = new System.Drawing.Font("Courier New", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_MS.Location = new System.Drawing.Point(94, 3);
|
|
this.RTB_MS.Name = "RTB_MS";
|
|
this.RTB_MS.ReadOnly = true;
|
|
this.RTB_MS.Size = new System.Drawing.Size(85, 225);
|
|
this.RTB_MS.TabIndex = 425;
|
|
this.RTB_MS.Text = "Raw Data";
|
|
//
|
|
// tb_Encounters
|
|
//
|
|
this.tb_Encounters.Controls.Add(this.L_Encounters);
|
|
this.tb_Encounters.Location = new System.Drawing.Point(4, 22);
|
|
this.tb_Encounters.Name = "tb_Encounters";
|
|
this.tb_Encounters.Size = new System.Drawing.Size(486, 471);
|
|
this.tb_Encounters.TabIndex = 3;
|
|
this.tb_Encounters.Text = "Encounters";
|
|
this.tb_Encounters.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_Encounters
|
|
//
|
|
this.L_Encounters.AutoSize = true;
|
|
this.L_Encounters.Location = new System.Drawing.Point(26, 26);
|
|
this.L_Encounters.Name = "L_Encounters";
|
|
this.L_Encounters.Size = new System.Drawing.Size(241, 13);
|
|
this.L_Encounters.TabIndex = 0;
|
|
this.L_Encounters.Text = "Encounters are handled in the regular Wild Editor.";
|
|
//
|
|
// tb_File5
|
|
//
|
|
this.tb_File5.Controls.Add(this.L_File5TabData);
|
|
this.tb_File5.Location = new System.Drawing.Point(4, 22);
|
|
this.tb_File5.Name = "tb_File5";
|
|
this.tb_File5.Size = new System.Drawing.Size(486, 471);
|
|
this.tb_File5.TabIndex = 4;
|
|
this.tb_File5.Text = "File 5";
|
|
this.tb_File5.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_File5TabData
|
|
//
|
|
this.L_File5TabData.AutoSize = true;
|
|
this.L_File5TabData.Location = new System.Drawing.Point(26, 26);
|
|
this.L_File5TabData.Name = "L_File5TabData";
|
|
this.L_File5TabData.Size = new System.Drawing.Size(227, 13);
|
|
this.L_File5TabData.TabIndex = 1;
|
|
this.L_File5TabData.Text = "Functionality unknown. See RAW tab for data.";
|
|
//
|
|
// tb_RAW
|
|
//
|
|
this.tb_RAW.Controls.Add(this.L_ZD);
|
|
this.tb_RAW.Controls.Add(this.L_File3);
|
|
this.tb_RAW.Controls.Add(this.L_ZDMaster);
|
|
this.tb_RAW.Controls.Add(this.L_File5);
|
|
this.tb_RAW.Controls.Add(this.L_File4);
|
|
this.tb_RAW.Controls.Add(this.L_File2);
|
|
this.tb_RAW.Controls.Add(this.L_File1);
|
|
this.tb_RAW.Controls.Add(this.RTB_ZDMaster);
|
|
this.tb_RAW.Controls.Add(this.RTB_ZD);
|
|
this.tb_RAW.Controls.Add(this.RTB_File5);
|
|
this.tb_RAW.Controls.Add(this.RTB_OWSC);
|
|
this.tb_RAW.Controls.Add(this.RTB_Encounter);
|
|
this.tb_RAW.Controls.Add(this.RTB_MapSC);
|
|
this.tb_RAW.Location = new System.Drawing.Point(4, 22);
|
|
this.tb_RAW.Name = "tb_RAW";
|
|
this.tb_RAW.Size = new System.Drawing.Size(486, 471);
|
|
this.tb_RAW.TabIndex = 5;
|
|
this.tb_RAW.Text = "RAW";
|
|
this.tb_RAW.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_ZD
|
|
//
|
|
this.L_ZD.AutoSize = true;
|
|
this.L_ZD.Font = new System.Drawing.Font("Courier New", 8.25F);
|
|
this.L_ZD.Location = new System.Drawing.Point(140, 346);
|
|
this.L_ZD.Name = "L_ZD";
|
|
this.L_ZD.Size = new System.Drawing.Size(35, 28);
|
|
this.L_ZD.TabIndex = 430;
|
|
this.L_ZD.Text = "X: ~\r\nY: ~";
|
|
//
|
|
// L_File3
|
|
//
|
|
this.L_File3.Location = new System.Drawing.Point(70, 83);
|
|
this.L_File3.Name = "L_File3";
|
|
this.L_File3.Size = new System.Drawing.Size(141, 23);
|
|
this.L_File3.TabIndex = 429;
|
|
this.L_File3.Text = "Map Environment [3]:";
|
|
this.L_File3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_ZDMaster
|
|
//
|
|
this.L_ZDMaster.Location = new System.Drawing.Point(-4, 277);
|
|
this.L_ZDMaster.Name = "L_ZDMaster";
|
|
this.L_ZDMaster.Size = new System.Drawing.Size(141, 23);
|
|
this.L_ZDMaster.TabIndex = 428;
|
|
this.L_ZDMaster.Text = "Master ZoneData Table:";
|
|
this.L_ZDMaster.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_File5
|
|
//
|
|
this.L_File5.Location = new System.Drawing.Point(70, 167);
|
|
this.L_File5.Name = "L_File5";
|
|
this.L_File5.Size = new System.Drawing.Size(141, 23);
|
|
this.L_File5.TabIndex = 427;
|
|
this.L_File5.Text = "Unknown [5]:";
|
|
this.L_File5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_File4
|
|
//
|
|
this.L_File4.Location = new System.Drawing.Point(70, 125);
|
|
this.L_File4.Name = "L_File4";
|
|
this.L_File4.Size = new System.Drawing.Size(141, 23);
|
|
this.L_File4.TabIndex = 426;
|
|
this.L_File4.Text = "Encounter Data [4]:";
|
|
this.L_File4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_File2
|
|
//
|
|
this.L_File2.Location = new System.Drawing.Point(70, 41);
|
|
this.L_File2.Name = "L_File2";
|
|
this.L_File2.Size = new System.Drawing.Size(141, 23);
|
|
this.L_File2.TabIndex = 424;
|
|
this.L_File2.Text = "Overworlds [2]:";
|
|
this.L_File2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_File1
|
|
//
|
|
this.L_File1.Location = new System.Drawing.Point(70, -1);
|
|
this.L_File1.Name = "L_File1";
|
|
this.L_File1.Size = new System.Drawing.Size(141, 23);
|
|
this.L_File1.TabIndex = 423;
|
|
this.L_File1.Text = "ZoneData [1]:";
|
|
this.L_File1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// RTB_ZDMaster
|
|
//
|
|
this.RTB_ZDMaster.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_ZDMaster.Location = new System.Drawing.Point(143, 279);
|
|
this.RTB_ZDMaster.Name = "RTB_ZDMaster";
|
|
this.RTB_ZDMaster.ReadOnly = true;
|
|
this.RTB_ZDMaster.Size = new System.Drawing.Size(340, 64);
|
|
this.RTB_ZDMaster.TabIndex = 422;
|
|
this.RTB_ZDMaster.Text = "00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF 00 11 22 33 44 55 66 77 88 99 AA " +
|
|
"BB CC DD EE FF 00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF 00 11 22 33 44 55" +
|
|
" 66 77 88 99 AA BB CC DD EE FF";
|
|
//
|
|
// RTB_File5
|
|
//
|
|
this.RTB_File5.Font = new System.Drawing.Font("Courier New", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_File5.Location = new System.Drawing.Point(217, 171);
|
|
this.RTB_File5.Name = "RTB_File5";
|
|
this.RTB_File5.ReadOnly = true;
|
|
this.RTB_File5.Size = new System.Drawing.Size(266, 36);
|
|
this.RTB_File5.TabIndex = 421;
|
|
this.RTB_File5.Text = "00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF";
|
|
//
|
|
// RTB_OWSC
|
|
//
|
|
this.RTB_OWSC.Font = new System.Drawing.Font("Courier New", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_OWSC.Location = new System.Drawing.Point(217, 45);
|
|
this.RTB_OWSC.Name = "RTB_OWSC";
|
|
this.RTB_OWSC.ReadOnly = true;
|
|
this.RTB_OWSC.Size = new System.Drawing.Size(266, 36);
|
|
this.RTB_OWSC.TabIndex = 418;
|
|
this.RTB_OWSC.Text = "00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF";
|
|
//
|
|
// RTB_Encounter
|
|
//
|
|
this.RTB_Encounter.Font = new System.Drawing.Font("Courier New", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_Encounter.Location = new System.Drawing.Point(217, 129);
|
|
this.RTB_Encounter.Name = "RTB_Encounter";
|
|
this.RTB_Encounter.ReadOnly = true;
|
|
this.RTB_Encounter.Size = new System.Drawing.Size(266, 36);
|
|
this.RTB_Encounter.TabIndex = 420;
|
|
this.RTB_Encounter.Text = "00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF";
|
|
//
|
|
// RTB_MapSC
|
|
//
|
|
this.RTB_MapSC.Font = new System.Drawing.Font("Courier New", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_MapSC.Location = new System.Drawing.Point(217, 87);
|
|
this.RTB_MapSC.Name = "RTB_MapSC";
|
|
this.RTB_MapSC.ReadOnly = true;
|
|
this.RTB_MapSC.Size = new System.Drawing.Size(266, 36);
|
|
this.RTB_MapSC.TabIndex = 419;
|
|
this.RTB_MapSC.Text = "00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF";
|
|
//
|
|
// tb_Dev
|
|
//
|
|
this.tb_Dev.Controls.Add(this.B_DumpZD);
|
|
this.tb_Dev.Controls.Add(this.L_DeComp);
|
|
this.tb_Dev.Controls.Add(this.RTB_CompressedScript);
|
|
this.tb_Dev.Controls.Add(this.RTB_DecompressedScript);
|
|
this.tb_Dev.Controls.Add(this.L_Comp);
|
|
this.tb_Dev.Controls.Add(this.B_DumpMaps);
|
|
this.tb_Dev.Controls.Add(this.B_DumpUnk);
|
|
this.tb_Dev.Controls.Add(this.B_DumpTrigger);
|
|
this.tb_Dev.Controls.Add(this.B_DumpWarp);
|
|
this.tb_Dev.Controls.Add(this.B_DumpNPC);
|
|
this.tb_Dev.Controls.Add(this.B_DumpFurniture);
|
|
this.tb_Dev.Location = new System.Drawing.Point(4, 22);
|
|
this.tb_Dev.Name = "tb_Dev";
|
|
this.tb_Dev.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tb_Dev.Size = new System.Drawing.Size(486, 471);
|
|
this.tb_Dev.TabIndex = 7;
|
|
this.tb_Dev.Text = "Dev";
|
|
this.tb_Dev.UseVisualStyleBackColor = true;
|
|
//
|
|
// B_DumpZD
|
|
//
|
|
this.B_DumpZD.Location = new System.Drawing.Point(149, 51);
|
|
this.B_DumpZD.Name = "B_DumpZD";
|
|
this.B_DumpZD.Size = new System.Drawing.Size(89, 39);
|
|
this.B_DumpZD.TabIndex = 431;
|
|
this.B_DumpZD.Text = "Dump all ZD";
|
|
this.B_DumpZD.UseVisualStyleBackColor = true;
|
|
this.B_DumpZD.Click += new System.EventHandler(this.B_DumpZD_Click);
|
|
//
|
|
// L_DeComp
|
|
//
|
|
this.L_DeComp.AutoSize = true;
|
|
this.L_DeComp.Location = new System.Drawing.Point(395, 224);
|
|
this.L_DeComp.Name = "L_DeComp";
|
|
this.L_DeComp.Size = new System.Drawing.Size(78, 13);
|
|
this.L_DeComp.TabIndex = 430;
|
|
this.L_DeComp.Text = "Decompressed";
|
|
//
|
|
// RTB_CompressedScript
|
|
//
|
|
this.RTB_CompressedScript.Font = new System.Drawing.Font("Courier New", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_CompressedScript.Location = new System.Drawing.Point(304, 240);
|
|
this.RTB_CompressedScript.Name = "RTB_CompressedScript";
|
|
this.RTB_CompressedScript.Size = new System.Drawing.Size(85, 225);
|
|
this.RTB_CompressedScript.TabIndex = 429;
|
|
this.RTB_CompressedScript.Text = "Script CMDs";
|
|
this.RTB_CompressedScript.TextChanged += new System.EventHandler(this.PasteScript);
|
|
//
|
|
// RTB_DecompressedScript
|
|
//
|
|
this.RTB_DecompressedScript.Font = new System.Drawing.Font("Courier New", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB_DecompressedScript.Location = new System.Drawing.Point(395, 240);
|
|
this.RTB_DecompressedScript.Name = "RTB_DecompressedScript";
|
|
this.RTB_DecompressedScript.ReadOnly = true;
|
|
this.RTB_DecompressedScript.Size = new System.Drawing.Size(85, 225);
|
|
this.RTB_DecompressedScript.TabIndex = 428;
|
|
this.RTB_DecompressedScript.Text = "Raw Data";
|
|
//
|
|
// L_Comp
|
|
//
|
|
this.L_Comp.AutoSize = true;
|
|
this.L_Comp.Location = new System.Drawing.Point(301, 224);
|
|
this.L_Comp.Name = "L_Comp";
|
|
this.L_Comp.Size = new System.Drawing.Size(65, 13);
|
|
this.L_Comp.TabIndex = 426;
|
|
this.L_Comp.Text = "Compressed";
|
|
//
|
|
// B_DumpMaps
|
|
//
|
|
this.B_DumpMaps.Location = new System.Drawing.Point(149, 6);
|
|
this.B_DumpMaps.Name = "B_DumpMaps";
|
|
this.B_DumpMaps.Size = new System.Drawing.Size(89, 39);
|
|
this.B_DumpMaps.TabIndex = 425;
|
|
this.B_DumpMaps.Text = "Dump all Maps";
|
|
this.B_DumpMaps.UseVisualStyleBackColor = true;
|
|
this.B_DumpMaps.Click += new System.EventHandler(this.B_DumpMaps_Click);
|
|
//
|
|
// B_DumpUnk
|
|
//
|
|
this.B_DumpUnk.Location = new System.Drawing.Point(6, 186);
|
|
this.B_DumpUnk.Name = "B_DumpUnk";
|
|
this.B_DumpUnk.Size = new System.Drawing.Size(89, 39);
|
|
this.B_DumpUnk.TabIndex = 424;
|
|
this.B_DumpUnk.Text = "Dump all\r\nUnk";
|
|
this.B_DumpUnk.UseVisualStyleBackColor = true;
|
|
this.B_DumpUnk.Click += new System.EventHandler(this.B_DumpUnk_Click);
|
|
//
|
|
// B_DumpTrigger
|
|
//
|
|
this.B_DumpTrigger.Location = new System.Drawing.Point(6, 141);
|
|
this.B_DumpTrigger.Name = "B_DumpTrigger";
|
|
this.B_DumpTrigger.Size = new System.Drawing.Size(89, 39);
|
|
this.B_DumpTrigger.TabIndex = 423;
|
|
this.B_DumpTrigger.Text = "Dump all\r\nTriggers";
|
|
this.B_DumpTrigger.UseVisualStyleBackColor = true;
|
|
this.B_DumpTrigger.Click += new System.EventHandler(this.B_DumpTrigger_Click);
|
|
//
|
|
// B_DumpWarp
|
|
//
|
|
this.B_DumpWarp.Location = new System.Drawing.Point(6, 96);
|
|
this.B_DumpWarp.Name = "B_DumpWarp";
|
|
this.B_DumpWarp.Size = new System.Drawing.Size(89, 39);
|
|
this.B_DumpWarp.TabIndex = 422;
|
|
this.B_DumpWarp.Text = "Dump all\r\nWarp Bytes";
|
|
this.B_DumpWarp.UseVisualStyleBackColor = true;
|
|
this.B_DumpWarp.Click += new System.EventHandler(this.B_DumpWarp_Click);
|
|
//
|
|
// B_DumpNPC
|
|
//
|
|
this.B_DumpNPC.Location = new System.Drawing.Point(6, 51);
|
|
this.B_DumpNPC.Name = "B_DumpNPC";
|
|
this.B_DumpNPC.Size = new System.Drawing.Size(89, 39);
|
|
this.B_DumpNPC.TabIndex = 421;
|
|
this.B_DumpNPC.Text = "Dump all\r\nNPC Bytes";
|
|
this.B_DumpNPC.UseVisualStyleBackColor = true;
|
|
this.B_DumpNPC.Click += new System.EventHandler(this.B_DumpNPC_Click);
|
|
//
|
|
// B_DumpFurniture
|
|
//
|
|
this.B_DumpFurniture.Location = new System.Drawing.Point(6, 6);
|
|
this.B_DumpFurniture.Name = "B_DumpFurniture";
|
|
this.B_DumpFurniture.Size = new System.Drawing.Size(89, 39);
|
|
this.B_DumpFurniture.TabIndex = 420;
|
|
this.B_DumpFurniture.Text = "Dump all\r\nFurniture Bytes";
|
|
this.B_DumpFurniture.UseVisualStyleBackColor = true;
|
|
this.B_DumpFurniture.Click += new System.EventHandler(this.B_DumpFurniture_Click);
|
|
//
|
|
// B_Map
|
|
//
|
|
this.B_Map.Location = new System.Drawing.Point(318, 5);
|
|
this.B_Map.Name = "B_Map";
|
|
this.B_Map.Size = new System.Drawing.Size(89, 23);
|
|
this.B_Map.TabIndex = 420;
|
|
this.B_Map.Text = "Show Map";
|
|
this.B_Map.UseVisualStyleBackColor = true;
|
|
this.B_Map.Click += new System.EventHandler(this.B_Map_Click);
|
|
//
|
|
// L_ZDPreview
|
|
//
|
|
this.L_ZDPreview.AutoSize = true;
|
|
this.L_ZDPreview.Location = new System.Drawing.Point(216, 3);
|
|
this.L_ZDPreview.Name = "L_ZDPreview";
|
|
this.L_ZDPreview.Size = new System.Drawing.Size(50, 26);
|
|
this.L_ZDPreview.TabIndex = 418;
|
|
this.L_ZDPreview.Text = "Text File:\r\nMap File:";
|
|
//
|
|
// B_HLCMD
|
|
//
|
|
this.B_HLCMD.Location = new System.Drawing.Point(413, 5);
|
|
this.B_HLCMD.Name = "B_HLCMD";
|
|
this.B_HLCMD.Size = new System.Drawing.Size(89, 23);
|
|
this.B_HLCMD.TabIndex = 419;
|
|
this.B_HLCMD.Text = "HL **CMD**";
|
|
this.B_HLCMD.UseVisualStyleBackColor = true;
|
|
this.B_HLCMD.Click += new System.EventHandler(this.B_HLCMD_Click);
|
|
//
|
|
// OWSE
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(514, 537);
|
|
this.Controls.Add(this.B_Map);
|
|
this.Controls.Add(this.B_HLCMD);
|
|
this.Controls.Add(this.L_ZDPreview);
|
|
this.Controls.Add(this.tb_Zone);
|
|
this.Controls.Add(this.L_Location);
|
|
this.Controls.Add(this.CB_LocationID);
|
|
this.MaximizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(530, 575);
|
|
this.Name = "OWSE";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Overworld Editor";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ClosingForm);
|
|
this.tb_Zone.ResumeLayout(false);
|
|
this.tb_ZoneData.ResumeLayout(false);
|
|
this.tb_ZoneData.PerformLayout();
|
|
this.tb_OWSC.ResumeLayout(false);
|
|
this.tb_OWSC.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_UnkCount)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_TrigCount)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_WarpCount)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FurnCount)).EndInit();
|
|
this.tc_OWSC.ResumeLayout(false);
|
|
this.tb_Furniture.ResumeLayout(false);
|
|
this.GB_F.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FWY)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FWX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FY)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FE)).EndInit();
|
|
this.tb_NPC.ResumeLayout(false);
|
|
this.GB_N.ResumeLayout(false);
|
|
this.GB_N.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NMove2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NMove1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NRange)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NFlag)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NScript)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NFace)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NY)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NModel)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NID)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NE)).EndInit();
|
|
this.tb_Warp.ResumeLayout(false);
|
|
this.GB_W.ResumeLayout(false);
|
|
this.GB_W.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_WY)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_WX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_WTile)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_WMap)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_WE)).EndInit();
|
|
this.tb_Trigger1.ResumeLayout(false);
|
|
this.GB_T1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_T1Y)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_T1X)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_TE)).EndInit();
|
|
this.tb_Trigger2.ResumeLayout(false);
|
|
this.GB_T2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_T2Y)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_T2X)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_UE)).EndInit();
|
|
this.tb_Script.ResumeLayout(false);
|
|
this.tb_Script.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_NPCCount)).EndInit();
|
|
this.tb_MSC.ResumeLayout(false);
|
|
this.tb_MSC.PerformLayout();
|
|
this.tb_Encounters.ResumeLayout(false);
|
|
this.tb_Encounters.PerformLayout();
|
|
this.tb_File5.ResumeLayout(false);
|
|
this.tb_File5.PerformLayout();
|
|
this.tb_RAW.ResumeLayout(false);
|
|
this.tb_RAW.PerformLayout();
|
|
this.tb_Dev.ResumeLayout(false);
|
|
this.tb_Dev.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ComboBox CB_LocationID;
|
|
private System.Windows.Forms.Label L_Location;
|
|
private System.Windows.Forms.RichTextBox RTB_ZD;
|
|
private System.Windows.Forms.TabControl tb_Zone;
|
|
private System.Windows.Forms.TabPage tb_ZoneData;
|
|
private System.Windows.Forms.TabPage tb_OWSC;
|
|
private System.Windows.Forms.TabPage tb_MSC;
|
|
private System.Windows.Forms.TabPage tb_Encounters;
|
|
private System.Windows.Forms.TabPage tb_File5;
|
|
private System.Windows.Forms.TabControl tc_OWSC;
|
|
private System.Windows.Forms.TabPage tb_Furniture;
|
|
private System.Windows.Forms.TabPage tb_NPC;
|
|
private System.Windows.Forms.RichTextBox RTB_N;
|
|
private System.Windows.Forms.TabPage tb_Warp;
|
|
private System.Windows.Forms.TabPage tb_Trigger1;
|
|
private System.Windows.Forms.RichTextBox RTB_OWSC;
|
|
private System.Windows.Forms.RichTextBox RTB_MapSC;
|
|
private System.Windows.Forms.RichTextBox RTB_Encounter;
|
|
private System.Windows.Forms.RichTextBox RTB_File5;
|
|
private System.Windows.Forms.NumericUpDown NUD_TrigCount;
|
|
private System.Windows.Forms.Label L_TriggerCount;
|
|
private System.Windows.Forms.NumericUpDown NUD_WarpCount;
|
|
private System.Windows.Forms.Label L_WarpCount;
|
|
private System.Windows.Forms.NumericUpDown NUD_FurnCount;
|
|
private System.Windows.Forms.Label L_FurnitureCount;
|
|
private System.Windows.Forms.NumericUpDown NUD_NPCCount;
|
|
private System.Windows.Forms.Label L_NPCCount;
|
|
private System.Windows.Forms.NumericUpDown NUD_FE;
|
|
private System.Windows.Forms.Label L_FE;
|
|
private System.Windows.Forms.NumericUpDown NUD_NE;
|
|
private System.Windows.Forms.Label L_NE;
|
|
private System.Windows.Forms.NumericUpDown NUD_WE;
|
|
private System.Windows.Forms.Label L_WE;
|
|
private System.Windows.Forms.NumericUpDown NUD_TE;
|
|
private System.Windows.Forms.Label L_TE;
|
|
private System.Windows.Forms.TabPage tb_Script;
|
|
private System.Windows.Forms.RichTextBox RTB_ZDMaster;
|
|
private System.Windows.Forms.RichTextBox RTB_F;
|
|
private System.Windows.Forms.RichTextBox RTB_OWSCMD;
|
|
private System.Windows.Forms.NumericUpDown NUD_WTile;
|
|
private System.Windows.Forms.NumericUpDown NUD_WMap;
|
|
private System.Windows.Forms.Label L_DestWarpTile;
|
|
private System.Windows.Forms.Label L_DestMap;
|
|
private System.Windows.Forms.Label L_OWSCDesc;
|
|
private System.Windows.Forms.TabPage tb_RAW;
|
|
private System.Windows.Forms.Label L_MSSCDesc;
|
|
private System.Windows.Forms.RichTextBox RTB_MS;
|
|
private System.Windows.Forms.Label L_WarpDest;
|
|
private System.Windows.Forms.NumericUpDown NUD_NID;
|
|
private System.Windows.Forms.Label L_NID;
|
|
private System.Windows.Forms.Label L_ZDPreview;
|
|
private System.Windows.Forms.RichTextBox RTB_OS;
|
|
private System.Windows.Forms.RichTextBox RTB_MSCMD;
|
|
private System.Windows.Forms.Label L_Encounters;
|
|
private System.Windows.Forms.Label L_ZDMaster;
|
|
private System.Windows.Forms.Label L_File5;
|
|
private System.Windows.Forms.Label L_File4;
|
|
private System.Windows.Forms.Label L_File2;
|
|
private System.Windows.Forms.Label L_File1;
|
|
private System.Windows.Forms.Label L_File3;
|
|
private System.Windows.Forms.Label L_MapInfoTabData;
|
|
private System.Windows.Forms.Label L_File5TabData;
|
|
private System.Windows.Forms.Label L_OWEntities;
|
|
private System.Windows.Forms.RichTextBox RTB_OSP;
|
|
private System.Windows.Forms.RichTextBox RTB_MSP;
|
|
private System.Windows.Forms.Button B_HLCMD;
|
|
private System.Windows.Forms.GroupBox GB_N;
|
|
private System.Windows.Forms.NumericUpDown NUD_NModel;
|
|
private System.Windows.Forms.Label L_NModel;
|
|
private System.Windows.Forms.NumericUpDown NUD_NY;
|
|
private System.Windows.Forms.Label L_NY;
|
|
private System.Windows.Forms.NumericUpDown NUD_NX;
|
|
private System.Windows.Forms.Label L_NX;
|
|
private System.Windows.Forms.NumericUpDown NUD_NFace;
|
|
private System.Windows.Forms.Label L_NFaceDirection;
|
|
private System.Windows.Forms.NumericUpDown NUD_NScript;
|
|
private System.Windows.Forms.Label L_NScript;
|
|
private System.Windows.Forms.NumericUpDown NUD_NFlag;
|
|
private System.Windows.Forms.Label L_NFlag;
|
|
private System.Windows.Forms.NumericUpDown NUD_UnkCount;
|
|
private System.Windows.Forms.Label L_Unk;
|
|
private System.Windows.Forms.TabPage tb_Trigger2;
|
|
private System.Windows.Forms.NumericUpDown NUD_UE;
|
|
private System.Windows.Forms.Label L_UE;
|
|
private System.Windows.Forms.Label L_ModelAsHex;
|
|
private System.Windows.Forms.GroupBox GB_F;
|
|
private System.Windows.Forms.GroupBox GB_W;
|
|
private System.Windows.Forms.RichTextBox RTB_W;
|
|
private System.Windows.Forms.GroupBox GB_T1;
|
|
private System.Windows.Forms.RichTextBox RTB_T1;
|
|
private System.Windows.Forms.GroupBox GB_T2;
|
|
private System.Windows.Forms.RichTextBox RTB_T2;
|
|
private System.Windows.Forms.TabPage tb_Dev;
|
|
private System.Windows.Forms.Button B_DumpUnk;
|
|
private System.Windows.Forms.Button B_DumpTrigger;
|
|
private System.Windows.Forms.Button B_DumpWarp;
|
|
private System.Windows.Forms.Button B_DumpNPC;
|
|
private System.Windows.Forms.Button B_DumpFurniture;
|
|
private System.Windows.Forms.Button B_DumpMaps;
|
|
private System.Windows.Forms.Label L_Comp;
|
|
private System.Windows.Forms.Label L_DeComp;
|
|
private System.Windows.Forms.RichTextBox RTB_CompressedScript;
|
|
private System.Windows.Forms.RichTextBox RTB_DecompressedScript;
|
|
private System.Windows.Forms.NumericUpDown NUD_NRange;
|
|
private System.Windows.Forms.Label L_Range;
|
|
private System.Windows.Forms.TextBox TB_NDeg;
|
|
private System.Windows.Forms.Label L_NDeg;
|
|
private System.Windows.Forms.TextBox TB_Leash;
|
|
private System.Windows.Forms.Label L_LeashInfo;
|
|
private System.Windows.Forms.NumericUpDown NUD_NMove2;
|
|
private System.Windows.Forms.Label L_Move2;
|
|
private System.Windows.Forms.NumericUpDown NUD_NMove1;
|
|
private System.Windows.Forms.Label L_Move1;
|
|
private System.Windows.Forms.Label L_WpY;
|
|
private System.Windows.Forms.Label L_WpX;
|
|
private System.Windows.Forms.NumericUpDown NUD_WY;
|
|
private System.Windows.Forms.Label L_WY;
|
|
private System.Windows.Forms.NumericUpDown NUD_WX;
|
|
private System.Windows.Forms.Label L_WX;
|
|
private System.Windows.Forms.NumericUpDown NUD_FWY;
|
|
private System.Windows.Forms.Label L_FWY;
|
|
private System.Windows.Forms.NumericUpDown NUD_FWX;
|
|
private System.Windows.Forms.Label L_FWX;
|
|
private System.Windows.Forms.NumericUpDown NUD_FY;
|
|
private System.Windows.Forms.Label L_FY;
|
|
private System.Windows.Forms.NumericUpDown NUD_FX;
|
|
private System.Windows.Forms.Label L_FX;
|
|
private System.Windows.Forms.NumericUpDown NUD_T1Y;
|
|
private System.Windows.Forms.Label L_T1Y;
|
|
private System.Windows.Forms.NumericUpDown NUD_T1X;
|
|
private System.Windows.Forms.Label L_T1X;
|
|
private System.Windows.Forms.NumericUpDown NUD_T2Y;
|
|
private System.Windows.Forms.Label L_T2Y;
|
|
private System.Windows.Forms.NumericUpDown NUD_T2X;
|
|
private System.Windows.Forms.Label L_T2X;
|
|
private System.Windows.Forms.Button B_Map;
|
|
private System.Windows.Forms.Label L_ZD;
|
|
private System.Windows.Forms.Button B_DumpZD;
|
|
private System.Windows.Forms.CheckBox CHK_EditRAW;
|
|
private System.Windows.Forms.Button B_ResetNPC;
|
|
private System.Windows.Forms.Button B_ResetOverworlds;
|
|
private System.Windows.Forms.Button B_ResetFurniture;
|
|
private System.Windows.Forms.Button B_ResetWarp;
|
|
private System.Windows.Forms.Button B_ResetTrigger1;
|
|
private System.Windows.Forms.Button B_ResetTrigger2;
|
|
} |