2018-12-25 19:40:49 +08:00
|
|
|
|
namespace CodeWalker.Project.Panels
|
|
|
|
|
{
|
|
|
|
|
partial class EditAudioZonePanel
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditAudioZonePanel));
|
|
|
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
2018-12-27 18:37:44 +08:00
|
|
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
|
|
|
this.UnkBytesTextBox = new System.Windows.Forms.TextBox();
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.DeleteButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.AddToProjectButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
|
|
|
this.Flags2TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
|
|
|
this.ExtParamsTextBox = new CodeWalker.WinForms.TextBoxFix();
|
|
|
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
|
|
|
this.UnkVec3TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
|
|
|
this.UnkVec2TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
|
|
|
this.UnkVec1TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.HashesTextBox = new CodeWalker.WinForms.TextBoxFix();
|
|
|
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
|
|
|
this.Flags1TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
|
|
|
this.Flags0TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.ShapeComboBox = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
|
|
|
this.NameTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.OuterVec3TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
|
|
this.OuterVec2TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
|
|
this.OuterVec1TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
|
|
this.OuterAngleTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
|
|
this.OuterSizeTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
|
|
|
this.OuterPosTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.InnerVec3TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.InnerVec2TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.InnerVec1TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.InnerAngleTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.InnerSizeTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
|
|
|
this.InnerPosTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.GoToButton = new System.Windows.Forms.Button();
|
2019-01-19 11:28:45 +08:00
|
|
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
|
|
|
this.Hash0TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label25 = new System.Windows.Forms.Label();
|
|
|
|
|
this.Hash1TextBox = new System.Windows.Forms.TextBox();
|
2018-12-25 19:40:49 +08:00
|
|
|
|
this.tabControl1.SuspendLayout();
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.tabPage1.SuspendLayout();
|
2018-12-25 19:40:49 +08:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// tabControl1
|
|
|
|
|
//
|
|
|
|
|
this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
|
|
|
|
|
this.tabControl1.Location = new System.Drawing.Point(2, 3);
|
|
|
|
|
this.tabControl1.Name = "tabControl1";
|
|
|
|
|
this.tabControl1.SelectedIndex = 0;
|
|
|
|
|
this.tabControl1.Size = new System.Drawing.Size(559, 447);
|
|
|
|
|
this.tabControl1.TabIndex = 17;
|
|
|
|
|
//
|
|
|
|
|
// tabPage1
|
|
|
|
|
//
|
2019-01-19 11:28:45 +08:00
|
|
|
|
this.tabPage1.Controls.Add(this.label25);
|
|
|
|
|
this.tabPage1.Controls.Add(this.Hash1TextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label24);
|
|
|
|
|
this.tabPage1.Controls.Add(this.Hash0TextBox);
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.tabPage1.Controls.Add(this.label22);
|
|
|
|
|
this.tabPage1.Controls.Add(this.UnkBytesTextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.DeleteButton);
|
|
|
|
|
this.tabPage1.Controls.Add(this.AddToProjectButton);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label21);
|
|
|
|
|
this.tabPage1.Controls.Add(this.Flags2TextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label20);
|
|
|
|
|
this.tabPage1.Controls.Add(this.ExtParamsTextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label19);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label15);
|
|
|
|
|
this.tabPage1.Controls.Add(this.UnkVec3TextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label17);
|
|
|
|
|
this.tabPage1.Controls.Add(this.UnkVec2TextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label18);
|
|
|
|
|
this.tabPage1.Controls.Add(this.UnkVec1TextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.HashesTextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label14);
|
|
|
|
|
this.tabPage1.Controls.Add(this.Flags1TextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label13);
|
|
|
|
|
this.tabPage1.Controls.Add(this.Flags0TextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.ShapeComboBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label23);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label12);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NameTextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label6);
|
|
|
|
|
this.tabPage1.Controls.Add(this.OuterVec3TextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label7);
|
|
|
|
|
this.tabPage1.Controls.Add(this.OuterVec2TextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label8);
|
|
|
|
|
this.tabPage1.Controls.Add(this.OuterVec1TextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label9);
|
|
|
|
|
this.tabPage1.Controls.Add(this.OuterAngleTextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label10);
|
|
|
|
|
this.tabPage1.Controls.Add(this.OuterSizeTextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label11);
|
|
|
|
|
this.tabPage1.Controls.Add(this.OuterPosTextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label5);
|
|
|
|
|
this.tabPage1.Controls.Add(this.InnerVec3TextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label4);
|
|
|
|
|
this.tabPage1.Controls.Add(this.InnerVec2TextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label3);
|
|
|
|
|
this.tabPage1.Controls.Add(this.InnerVec1TextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label2);
|
|
|
|
|
this.tabPage1.Controls.Add(this.InnerAngleTextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label1);
|
|
|
|
|
this.tabPage1.Controls.Add(this.InnerSizeTextBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.label16);
|
|
|
|
|
this.tabPage1.Controls.Add(this.InnerPosTextBox);
|
2018-12-25 19:40:49 +08:00
|
|
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage1.Name = "tabPage1";
|
|
|
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.tabPage1.Size = new System.Drawing.Size(551, 421);
|
|
|
|
|
this.tabPage1.TabIndex = 0;
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.tabPage1.Text = "Ambient Zone";
|
2018-12-25 19:40:49 +08:00
|
|
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2018-12-27 18:37:44 +08:00
|
|
|
|
// label22
|
|
|
|
|
//
|
|
|
|
|
this.label22.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label22.AutoSize = true;
|
|
|
|
|
this.label22.Location = new System.Drawing.Point(327, 34);
|
|
|
|
|
this.label22.Name = "label22";
|
|
|
|
|
this.label22.Size = new System.Drawing.Size(58, 13);
|
|
|
|
|
this.label22.TabIndex = 64;
|
|
|
|
|
this.label22.Text = "Unk bytes:";
|
|
|
|
|
//
|
|
|
|
|
// UnkBytesTextBox
|
|
|
|
|
//
|
|
|
|
|
this.UnkBytesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.UnkBytesTextBox.Location = new System.Drawing.Point(390, 31);
|
|
|
|
|
this.UnkBytesTextBox.Name = "UnkBytesTextBox";
|
|
|
|
|
this.UnkBytesTextBox.Size = new System.Drawing.Size(155, 20);
|
|
|
|
|
this.UnkBytesTextBox.TabIndex = 65;
|
|
|
|
|
this.UnkBytesTextBox.TextChanged += new System.EventHandler(this.UnkBytesTextBox_TextChanged);
|
|
|
|
|
//
|
2018-12-26 21:20:39 +08:00
|
|
|
|
// DeleteButton
|
|
|
|
|
//
|
|
|
|
|
this.DeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.DeleteButton.Location = new System.Drawing.Point(343, 3);
|
|
|
|
|
this.DeleteButton.Name = "DeleteButton";
|
|
|
|
|
this.DeleteButton.Size = new System.Drawing.Size(93, 23);
|
2019-01-19 11:28:45 +08:00
|
|
|
|
this.DeleteButton.TabIndex = 81;
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.DeleteButton.Text = "Delete zone";
|
|
|
|
|
this.DeleteButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// AddToProjectButton
|
|
|
|
|
//
|
|
|
|
|
this.AddToProjectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.AddToProjectButton.Location = new System.Drawing.Point(452, 3);
|
|
|
|
|
this.AddToProjectButton.Name = "AddToProjectButton";
|
|
|
|
|
this.AddToProjectButton.Size = new System.Drawing.Size(93, 23);
|
2019-01-19 11:28:45 +08:00
|
|
|
|
this.AddToProjectButton.TabIndex = 80;
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.AddToProjectButton.Text = "Add to project";
|
|
|
|
|
this.AddToProjectButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.AddToProjectButton.Click += new System.EventHandler(this.AddToProjectButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// label21
|
|
|
|
|
//
|
|
|
|
|
this.label21.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label21.AutoSize = true;
|
|
|
|
|
this.label21.Location = new System.Drawing.Point(340, 106);
|
|
|
|
|
this.label21.Name = "label21";
|
|
|
|
|
this.label21.Size = new System.Drawing.Size(44, 13);
|
2018-12-27 18:37:44 +08:00
|
|
|
|
this.label21.TabIndex = 70;
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.label21.Text = "Flags 2:";
|
|
|
|
|
//
|
|
|
|
|
// Flags2TextBox
|
|
|
|
|
//
|
|
|
|
|
this.Flags2TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Flags2TextBox.Location = new System.Drawing.Point(390, 103);
|
|
|
|
|
this.Flags2TextBox.Name = "Flags2TextBox";
|
|
|
|
|
this.Flags2TextBox.Size = new System.Drawing.Size(155, 20);
|
2018-12-27 18:37:44 +08:00
|
|
|
|
this.Flags2TextBox.TabIndex = 71;
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.Flags2TextBox.TextChanged += new System.EventHandler(this.Flags2TextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label20
|
|
|
|
|
//
|
|
|
|
|
this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label20.AutoSize = true;
|
2019-01-19 11:28:45 +08:00
|
|
|
|
this.label20.Location = new System.Drawing.Point(340, 303);
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.label20.Name = "label20";
|
|
|
|
|
this.label20.Size = new System.Drawing.Size(193, 13);
|
2019-01-19 11:28:45 +08:00
|
|
|
|
this.label20.TabIndex = 78;
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.label20.Text = "Ext params: Name (hash), Value (float)";
|
|
|
|
|
//
|
|
|
|
|
// ExtParamsTextBox
|
|
|
|
|
//
|
|
|
|
|
this.ExtParamsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2019-01-19 11:28:45 +08:00
|
|
|
|
this.ExtParamsTextBox.Location = new System.Drawing.Point(335, 319);
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.ExtParamsTextBox.Multiline = true;
|
|
|
|
|
this.ExtParamsTextBox.Name = "ExtParamsTextBox";
|
|
|
|
|
this.ExtParamsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
2019-01-19 11:28:45 +08:00
|
|
|
|
this.ExtParamsTextBox.Size = new System.Drawing.Size(209, 92);
|
|
|
|
|
this.ExtParamsTextBox.TabIndex = 79;
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.ExtParamsTextBox.WordWrap = false;
|
|
|
|
|
this.ExtParamsTextBox.TextChanged += new System.EventHandler(this.ExtParamsTextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label19
|
|
|
|
|
//
|
|
|
|
|
this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label19.AutoSize = true;
|
2019-01-19 11:28:45 +08:00
|
|
|
|
this.label19.Location = new System.Drawing.Point(340, 183);
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.label19.Name = "label19";
|
|
|
|
|
this.label19.Size = new System.Drawing.Size(46, 13);
|
2019-01-19 11:28:45 +08:00
|
|
|
|
this.label19.TabIndex = 76;
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.label19.Text = "Hashes:";
|
|
|
|
|
//
|
|
|
|
|
// label15
|
|
|
|
|
//
|
|
|
|
|
this.label15.AutoSize = true;
|
|
|
|
|
this.label15.Location = new System.Drawing.Point(7, 394);
|
|
|
|
|
this.label15.Name = "label15";
|
|
|
|
|
this.label15.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.label15.TabIndex = 62;
|
|
|
|
|
this.label15.Text = "Unk vec 3:";
|
|
|
|
|
//
|
|
|
|
|
// UnkVec3TextBox
|
|
|
|
|
//
|
|
|
|
|
this.UnkVec3TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.UnkVec3TextBox.Location = new System.Drawing.Point(84, 391);
|
|
|
|
|
this.UnkVec3TextBox.Name = "UnkVec3TextBox";
|
|
|
|
|
this.UnkVec3TextBox.Size = new System.Drawing.Size(237, 20);
|
|
|
|
|
this.UnkVec3TextBox.TabIndex = 63;
|
|
|
|
|
this.UnkVec3TextBox.TextChanged += new System.EventHandler(this.UnkVec3TextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label17
|
|
|
|
|
//
|
|
|
|
|
this.label17.AutoSize = true;
|
|
|
|
|
this.label17.Location = new System.Drawing.Point(7, 370);
|
|
|
|
|
this.label17.Name = "label17";
|
|
|
|
|
this.label17.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.label17.TabIndex = 60;
|
|
|
|
|
this.label17.Text = "Unk vec 2:";
|
|
|
|
|
//
|
|
|
|
|
// UnkVec2TextBox
|
|
|
|
|
//
|
|
|
|
|
this.UnkVec2TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.UnkVec2TextBox.Location = new System.Drawing.Point(84, 367);
|
|
|
|
|
this.UnkVec2TextBox.Name = "UnkVec2TextBox";
|
|
|
|
|
this.UnkVec2TextBox.Size = new System.Drawing.Size(237, 20);
|
|
|
|
|
this.UnkVec2TextBox.TabIndex = 61;
|
|
|
|
|
this.UnkVec2TextBox.TextChanged += new System.EventHandler(this.UnkVec2TextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label18
|
|
|
|
|
//
|
|
|
|
|
this.label18.AutoSize = true;
|
|
|
|
|
this.label18.Location = new System.Drawing.Point(7, 346);
|
|
|
|
|
this.label18.Name = "label18";
|
|
|
|
|
this.label18.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.label18.TabIndex = 58;
|
|
|
|
|
this.label18.Text = "Unk vec 1:";
|
|
|
|
|
//
|
|
|
|
|
// UnkVec1TextBox
|
|
|
|
|
//
|
|
|
|
|
this.UnkVec1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.UnkVec1TextBox.Location = new System.Drawing.Point(84, 343);
|
|
|
|
|
this.UnkVec1TextBox.Name = "UnkVec1TextBox";
|
|
|
|
|
this.UnkVec1TextBox.Size = new System.Drawing.Size(237, 20);
|
|
|
|
|
this.UnkVec1TextBox.TabIndex = 59;
|
|
|
|
|
this.UnkVec1TextBox.TextChanged += new System.EventHandler(this.UnkVec1TextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// HashesTextBox
|
|
|
|
|
//
|
|
|
|
|
this.HashesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2019-01-19 11:28:45 +08:00
|
|
|
|
this.HashesTextBox.Location = new System.Drawing.Point(335, 199);
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.HashesTextBox.Multiline = true;
|
|
|
|
|
this.HashesTextBox.Name = "HashesTextBox";
|
|
|
|
|
this.HashesTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
2019-01-19 11:28:45 +08:00
|
|
|
|
this.HashesTextBox.Size = new System.Drawing.Size(209, 92);
|
|
|
|
|
this.HashesTextBox.TabIndex = 77;
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.HashesTextBox.WordWrap = false;
|
|
|
|
|
this.HashesTextBox.TextChanged += new System.EventHandler(this.HashesTextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label14
|
|
|
|
|
//
|
|
|
|
|
this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label14.AutoSize = true;
|
|
|
|
|
this.label14.Location = new System.Drawing.Point(340, 82);
|
|
|
|
|
this.label14.Name = "label14";
|
|
|
|
|
this.label14.Size = new System.Drawing.Size(44, 13);
|
2018-12-27 18:37:44 +08:00
|
|
|
|
this.label14.TabIndex = 68;
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.label14.Text = "Flags 1:";
|
|
|
|
|
//
|
|
|
|
|
// Flags1TextBox
|
|
|
|
|
//
|
|
|
|
|
this.Flags1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Flags1TextBox.Location = new System.Drawing.Point(390, 79);
|
|
|
|
|
this.Flags1TextBox.Name = "Flags1TextBox";
|
|
|
|
|
this.Flags1TextBox.Size = new System.Drawing.Size(155, 20);
|
2018-12-27 18:37:44 +08:00
|
|
|
|
this.Flags1TextBox.TabIndex = 69;
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.Flags1TextBox.TextChanged += new System.EventHandler(this.Flags1TextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label13
|
|
|
|
|
//
|
|
|
|
|
this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label13.AutoSize = true;
|
|
|
|
|
this.label13.Location = new System.Drawing.Point(340, 58);
|
|
|
|
|
this.label13.Name = "label13";
|
|
|
|
|
this.label13.Size = new System.Drawing.Size(44, 13);
|
2018-12-27 18:37:44 +08:00
|
|
|
|
this.label13.TabIndex = 66;
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.label13.Text = "Flags 0:";
|
|
|
|
|
//
|
|
|
|
|
// Flags0TextBox
|
|
|
|
|
//
|
|
|
|
|
this.Flags0TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Flags0TextBox.Location = new System.Drawing.Point(390, 55);
|
|
|
|
|
this.Flags0TextBox.Name = "Flags0TextBox";
|
|
|
|
|
this.Flags0TextBox.Size = new System.Drawing.Size(155, 20);
|
2018-12-27 18:37:44 +08:00
|
|
|
|
this.Flags0TextBox.TabIndex = 67;
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.Flags0TextBox.TextChanged += new System.EventHandler(this.Flags0TextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// ShapeComboBox
|
|
|
|
|
//
|
|
|
|
|
this.ShapeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.ShapeComboBox.FormattingEnabled = true;
|
|
|
|
|
this.ShapeComboBox.Items.AddRange(new object[] {
|
|
|
|
|
"Box",
|
|
|
|
|
"Line",
|
|
|
|
|
"Sphere"});
|
|
|
|
|
this.ShapeComboBox.Location = new System.Drawing.Point(84, 30);
|
|
|
|
|
this.ShapeComboBox.Name = "ShapeComboBox";
|
|
|
|
|
this.ShapeComboBox.Size = new System.Drawing.Size(151, 21);
|
|
|
|
|
this.ShapeComboBox.TabIndex = 33;
|
|
|
|
|
this.ShapeComboBox.SelectedIndexChanged += new System.EventHandler(this.ShapeComboBox_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// label23
|
|
|
|
|
//
|
|
|
|
|
this.label23.AutoSize = true;
|
|
|
|
|
this.label23.Location = new System.Drawing.Point(7, 33);
|
|
|
|
|
this.label23.Name = "label23";
|
|
|
|
|
this.label23.Size = new System.Drawing.Size(41, 13);
|
|
|
|
|
this.label23.TabIndex = 32;
|
|
|
|
|
this.label23.Text = "Shape:";
|
|
|
|
|
//
|
|
|
|
|
// label12
|
|
|
|
|
//
|
|
|
|
|
this.label12.AutoSize = true;
|
|
|
|
|
this.label12.Location = new System.Drawing.Point(7, 9);
|
|
|
|
|
this.label12.Name = "label12";
|
|
|
|
|
this.label12.Size = new System.Drawing.Size(64, 13);
|
|
|
|
|
this.label12.TabIndex = 29;
|
|
|
|
|
this.label12.Text = "Name hash:";
|
|
|
|
|
//
|
|
|
|
|
// NameTextBox
|
|
|
|
|
//
|
|
|
|
|
this.NameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.NameTextBox.Location = new System.Drawing.Point(84, 6);
|
|
|
|
|
this.NameTextBox.Name = "NameTextBox";
|
|
|
|
|
this.NameTextBox.Size = new System.Drawing.Size(237, 20);
|
|
|
|
|
this.NameTextBox.TabIndex = 30;
|
|
|
|
|
this.NameTextBox.TextChanged += new System.EventHandler(this.NameTextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(7, 322);
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.label6.TabIndex = 56;
|
|
|
|
|
this.label6.Text = "Outer vec 3:";
|
|
|
|
|
//
|
|
|
|
|
// OuterVec3TextBox
|
|
|
|
|
//
|
|
|
|
|
this.OuterVec3TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.OuterVec3TextBox.Location = new System.Drawing.Point(84, 319);
|
|
|
|
|
this.OuterVec3TextBox.Name = "OuterVec3TextBox";
|
|
|
|
|
this.OuterVec3TextBox.Size = new System.Drawing.Size(237, 20);
|
|
|
|
|
this.OuterVec3TextBox.TabIndex = 57;
|
|
|
|
|
this.OuterVec3TextBox.TextChanged += new System.EventHandler(this.OuterVec3TextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label7
|
|
|
|
|
//
|
|
|
|
|
this.label7.AutoSize = true;
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(7, 298);
|
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.label7.TabIndex = 54;
|
|
|
|
|
this.label7.Text = "Outer vec 2:";
|
|
|
|
|
//
|
|
|
|
|
// OuterVec2TextBox
|
|
|
|
|
//
|
|
|
|
|
this.OuterVec2TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.OuterVec2TextBox.Location = new System.Drawing.Point(84, 295);
|
|
|
|
|
this.OuterVec2TextBox.Name = "OuterVec2TextBox";
|
|
|
|
|
this.OuterVec2TextBox.Size = new System.Drawing.Size(237, 20);
|
|
|
|
|
this.OuterVec2TextBox.TabIndex = 55;
|
|
|
|
|
this.OuterVec2TextBox.TextChanged += new System.EventHandler(this.OuterVec2TextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label8
|
|
|
|
|
//
|
|
|
|
|
this.label8.AutoSize = true;
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(7, 274);
|
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.label8.TabIndex = 52;
|
|
|
|
|
this.label8.Text = "Outer vec 1:";
|
|
|
|
|
//
|
|
|
|
|
// OuterVec1TextBox
|
|
|
|
|
//
|
|
|
|
|
this.OuterVec1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.OuterVec1TextBox.Location = new System.Drawing.Point(84, 271);
|
|
|
|
|
this.OuterVec1TextBox.Name = "OuterVec1TextBox";
|
|
|
|
|
this.OuterVec1TextBox.Size = new System.Drawing.Size(237, 20);
|
|
|
|
|
this.OuterVec1TextBox.TabIndex = 53;
|
|
|
|
|
this.OuterVec1TextBox.TextChanged += new System.EventHandler(this.OuterVec1TextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label9
|
|
|
|
|
//
|
|
|
|
|
this.label9.AutoSize = true;
|
|
|
|
|
this.label9.Location = new System.Drawing.Point(7, 250);
|
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
|
this.label9.Size = new System.Drawing.Size(65, 13);
|
|
|
|
|
this.label9.TabIndex = 50;
|
|
|
|
|
this.label9.Text = "Outer angle:";
|
|
|
|
|
//
|
|
|
|
|
// OuterAngleTextBox
|
|
|
|
|
//
|
|
|
|
|
this.OuterAngleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.OuterAngleTextBox.Location = new System.Drawing.Point(84, 247);
|
|
|
|
|
this.OuterAngleTextBox.Name = "OuterAngleTextBox";
|
|
|
|
|
this.OuterAngleTextBox.Size = new System.Drawing.Size(237, 20);
|
|
|
|
|
this.OuterAngleTextBox.TabIndex = 51;
|
|
|
|
|
this.OuterAngleTextBox.TextChanged += new System.EventHandler(this.OuterAngleTextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label10
|
|
|
|
|
//
|
|
|
|
|
this.label10.AutoSize = true;
|
|
|
|
|
this.label10.Location = new System.Drawing.Point(7, 226);
|
|
|
|
|
this.label10.Name = "label10";
|
|
|
|
|
this.label10.Size = new System.Drawing.Size(57, 13);
|
|
|
|
|
this.label10.TabIndex = 48;
|
|
|
|
|
this.label10.Text = "Outer size:";
|
|
|
|
|
//
|
|
|
|
|
// OuterSizeTextBox
|
|
|
|
|
//
|
|
|
|
|
this.OuterSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.OuterSizeTextBox.Location = new System.Drawing.Point(84, 223);
|
|
|
|
|
this.OuterSizeTextBox.Name = "OuterSizeTextBox";
|
|
|
|
|
this.OuterSizeTextBox.Size = new System.Drawing.Size(237, 20);
|
|
|
|
|
this.OuterSizeTextBox.TabIndex = 49;
|
|
|
|
|
this.OuterSizeTextBox.TextChanged += new System.EventHandler(this.OuterSizeTextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label11
|
|
|
|
|
//
|
|
|
|
|
this.label11.AutoSize = true;
|
|
|
|
|
this.label11.Location = new System.Drawing.Point(7, 202);
|
|
|
|
|
this.label11.Name = "label11";
|
|
|
|
|
this.label11.Size = new System.Drawing.Size(75, 13);
|
|
|
|
|
this.label11.TabIndex = 46;
|
|
|
|
|
this.label11.Text = "Outer position:";
|
|
|
|
|
//
|
|
|
|
|
// OuterPosTextBox
|
|
|
|
|
//
|
|
|
|
|
this.OuterPosTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.OuterPosTextBox.Location = new System.Drawing.Point(84, 199);
|
|
|
|
|
this.OuterPosTextBox.Name = "OuterPosTextBox";
|
|
|
|
|
this.OuterPosTextBox.Size = new System.Drawing.Size(237, 20);
|
|
|
|
|
this.OuterPosTextBox.TabIndex = 47;
|
|
|
|
|
this.OuterPosTextBox.TextChanged += new System.EventHandler(this.OuterPosTextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(7, 178);
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(64, 13);
|
|
|
|
|
this.label5.TabIndex = 44;
|
|
|
|
|
this.label5.Text = "Inner vec 3:";
|
|
|
|
|
//
|
|
|
|
|
// InnerVec3TextBox
|
|
|
|
|
//
|
|
|
|
|
this.InnerVec3TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.InnerVec3TextBox.Location = new System.Drawing.Point(84, 175);
|
|
|
|
|
this.InnerVec3TextBox.Name = "InnerVec3TextBox";
|
|
|
|
|
this.InnerVec3TextBox.Size = new System.Drawing.Size(237, 20);
|
|
|
|
|
this.InnerVec3TextBox.TabIndex = 45;
|
|
|
|
|
this.InnerVec3TextBox.TextChanged += new System.EventHandler(this.InnerVec3TextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(7, 154);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(64, 13);
|
|
|
|
|
this.label4.TabIndex = 42;
|
|
|
|
|
this.label4.Text = "Inner vec 2:";
|
|
|
|
|
//
|
|
|
|
|
// InnerVec2TextBox
|
|
|
|
|
//
|
|
|
|
|
this.InnerVec2TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.InnerVec2TextBox.Location = new System.Drawing.Point(84, 151);
|
|
|
|
|
this.InnerVec2TextBox.Name = "InnerVec2TextBox";
|
|
|
|
|
this.InnerVec2TextBox.Size = new System.Drawing.Size(237, 20);
|
|
|
|
|
this.InnerVec2TextBox.TabIndex = 43;
|
|
|
|
|
this.InnerVec2TextBox.TextChanged += new System.EventHandler(this.InnerVec2TextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(7, 130);
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(64, 13);
|
|
|
|
|
this.label3.TabIndex = 40;
|
|
|
|
|
this.label3.Text = "Inner vec 1:";
|
|
|
|
|
//
|
|
|
|
|
// InnerVec1TextBox
|
|
|
|
|
//
|
|
|
|
|
this.InnerVec1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.InnerVec1TextBox.Location = new System.Drawing.Point(84, 127);
|
|
|
|
|
this.InnerVec1TextBox.Name = "InnerVec1TextBox";
|
|
|
|
|
this.InnerVec1TextBox.Size = new System.Drawing.Size(237, 20);
|
|
|
|
|
this.InnerVec1TextBox.TabIndex = 41;
|
|
|
|
|
this.InnerVec1TextBox.TextChanged += new System.EventHandler(this.InnerVec1TextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(7, 106);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(63, 13);
|
|
|
|
|
this.label2.TabIndex = 38;
|
|
|
|
|
this.label2.Text = "Inner angle:";
|
|
|
|
|
//
|
|
|
|
|
// InnerAngleTextBox
|
|
|
|
|
//
|
|
|
|
|
this.InnerAngleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.InnerAngleTextBox.Location = new System.Drawing.Point(84, 103);
|
|
|
|
|
this.InnerAngleTextBox.Name = "InnerAngleTextBox";
|
|
|
|
|
this.InnerAngleTextBox.Size = new System.Drawing.Size(237, 20);
|
|
|
|
|
this.InnerAngleTextBox.TabIndex = 39;
|
|
|
|
|
this.InnerAngleTextBox.TextChanged += new System.EventHandler(this.InnerAngleTextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(7, 82);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(55, 13);
|
|
|
|
|
this.label1.TabIndex = 36;
|
|
|
|
|
this.label1.Text = "Inner size:";
|
|
|
|
|
//
|
|
|
|
|
// InnerSizeTextBox
|
|
|
|
|
//
|
|
|
|
|
this.InnerSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.InnerSizeTextBox.Location = new System.Drawing.Point(84, 79);
|
|
|
|
|
this.InnerSizeTextBox.Name = "InnerSizeTextBox";
|
|
|
|
|
this.InnerSizeTextBox.Size = new System.Drawing.Size(237, 20);
|
|
|
|
|
this.InnerSizeTextBox.TabIndex = 37;
|
|
|
|
|
this.InnerSizeTextBox.TextChanged += new System.EventHandler(this.InnerSizeTextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label16
|
|
|
|
|
//
|
|
|
|
|
this.label16.AutoSize = true;
|
|
|
|
|
this.label16.Location = new System.Drawing.Point(7, 58);
|
|
|
|
|
this.label16.Name = "label16";
|
|
|
|
|
this.label16.Size = new System.Drawing.Size(73, 13);
|
|
|
|
|
this.label16.TabIndex = 34;
|
|
|
|
|
this.label16.Text = "Inner position:";
|
|
|
|
|
//
|
|
|
|
|
// InnerPosTextBox
|
|
|
|
|
//
|
|
|
|
|
this.InnerPosTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.InnerPosTextBox.Location = new System.Drawing.Point(84, 55);
|
|
|
|
|
this.InnerPosTextBox.Name = "InnerPosTextBox";
|
|
|
|
|
this.InnerPosTextBox.Size = new System.Drawing.Size(237, 20);
|
|
|
|
|
this.InnerPosTextBox.TabIndex = 35;
|
|
|
|
|
this.InnerPosTextBox.TextChanged += new System.EventHandler(this.InnerPosTextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// GoToButton
|
|
|
|
|
//
|
|
|
|
|
this.GoToButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GoToButton.Location = new System.Drawing.Point(483, 0);
|
|
|
|
|
this.GoToButton.Name = "GoToButton";
|
|
|
|
|
this.GoToButton.Size = new System.Drawing.Size(68, 23);
|
|
|
|
|
this.GoToButton.TabIndex = 31;
|
|
|
|
|
this.GoToButton.Text = "Go to";
|
|
|
|
|
this.GoToButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GoToButton.Click += new System.EventHandler(this.GoToButton_Click);
|
|
|
|
|
//
|
2019-01-19 11:28:45 +08:00
|
|
|
|
// label24
|
|
|
|
|
//
|
|
|
|
|
this.label24.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label24.AutoSize = true;
|
|
|
|
|
this.label24.Location = new System.Drawing.Point(340, 130);
|
|
|
|
|
this.label24.Name = "label24";
|
|
|
|
|
this.label24.Size = new System.Drawing.Size(44, 13);
|
|
|
|
|
this.label24.TabIndex = 72;
|
|
|
|
|
this.label24.Text = "Hash 0:";
|
|
|
|
|
//
|
|
|
|
|
// Hash0TextBox
|
|
|
|
|
//
|
|
|
|
|
this.Hash0TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Hash0TextBox.Location = new System.Drawing.Point(390, 127);
|
|
|
|
|
this.Hash0TextBox.Name = "Hash0TextBox";
|
|
|
|
|
this.Hash0TextBox.Size = new System.Drawing.Size(155, 20);
|
|
|
|
|
this.Hash0TextBox.TabIndex = 73;
|
|
|
|
|
this.Hash0TextBox.TextChanged += new System.EventHandler(this.Hash0TextBox_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label25
|
|
|
|
|
//
|
|
|
|
|
this.label25.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label25.AutoSize = true;
|
|
|
|
|
this.label25.Location = new System.Drawing.Point(340, 154);
|
|
|
|
|
this.label25.Name = "label25";
|
|
|
|
|
this.label25.Size = new System.Drawing.Size(44, 13);
|
|
|
|
|
this.label25.TabIndex = 74;
|
|
|
|
|
this.label25.Text = "Hash 1:";
|
|
|
|
|
//
|
|
|
|
|
// Hash1TextBox
|
|
|
|
|
//
|
|
|
|
|
this.Hash1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Hash1TextBox.Location = new System.Drawing.Point(390, 151);
|
|
|
|
|
this.Hash1TextBox.Name = "Hash1TextBox";
|
|
|
|
|
this.Hash1TextBox.Size = new System.Drawing.Size(155, 20);
|
|
|
|
|
this.Hash1TextBox.TabIndex = 75;
|
|
|
|
|
this.Hash1TextBox.TextChanged += new System.EventHandler(this.Hash1TextBox_TextChanged);
|
|
|
|
|
//
|
2018-12-25 19:40:49 +08:00
|
|
|
|
// EditAudioZonePanel
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(562, 450);
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.Controls.Add(this.GoToButton);
|
2018-12-25 19:40:49 +08:00
|
|
|
|
this.Controls.Add(this.tabControl1);
|
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
|
|
this.Name = "EditAudioZonePanel";
|
|
|
|
|
this.Text = "Edit Audio Zone";
|
|
|
|
|
this.tabControl1.ResumeLayout(false);
|
2018-12-26 21:20:39 +08:00
|
|
|
|
this.tabPage1.ResumeLayout(false);
|
|
|
|
|
this.tabPage1.PerformLayout();
|
2018-12-25 19:40:49 +08:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage1;
|
2018-12-26 21:20:39 +08:00
|
|
|
|
private System.Windows.Forms.Label label16;
|
|
|
|
|
private System.Windows.Forms.TextBox InnerPosTextBox;
|
|
|
|
|
private System.Windows.Forms.Button GoToButton;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.TextBox InnerSizeTextBox;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
private System.Windows.Forms.TextBox InnerVec2TextBox;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.TextBox InnerVec1TextBox;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.TextBox InnerAngleTextBox;
|
|
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
|
private System.Windows.Forms.TextBox InnerVec3TextBox;
|
|
|
|
|
private System.Windows.Forms.Label label12;
|
|
|
|
|
private System.Windows.Forms.TextBox NameTextBox;
|
|
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
|
|
private System.Windows.Forms.TextBox OuterVec3TextBox;
|
|
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
|
|
private System.Windows.Forms.TextBox OuterVec2TextBox;
|
|
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
|
|
private System.Windows.Forms.TextBox OuterVec1TextBox;
|
|
|
|
|
private System.Windows.Forms.Label label9;
|
|
|
|
|
private System.Windows.Forms.TextBox OuterAngleTextBox;
|
|
|
|
|
private System.Windows.Forms.Label label10;
|
|
|
|
|
private System.Windows.Forms.TextBox OuterSizeTextBox;
|
|
|
|
|
private System.Windows.Forms.Label label11;
|
|
|
|
|
private System.Windows.Forms.TextBox OuterPosTextBox;
|
|
|
|
|
private System.Windows.Forms.ComboBox ShapeComboBox;
|
|
|
|
|
private System.Windows.Forms.Label label23;
|
|
|
|
|
private System.Windows.Forms.Label label14;
|
|
|
|
|
private System.Windows.Forms.TextBox Flags1TextBox;
|
|
|
|
|
private System.Windows.Forms.Label label13;
|
|
|
|
|
private System.Windows.Forms.TextBox Flags0TextBox;
|
|
|
|
|
private WinForms.TextBoxFix HashesTextBox;
|
|
|
|
|
private System.Windows.Forms.Label label15;
|
|
|
|
|
private System.Windows.Forms.TextBox UnkVec3TextBox;
|
|
|
|
|
private System.Windows.Forms.Label label17;
|
|
|
|
|
private System.Windows.Forms.TextBox UnkVec2TextBox;
|
|
|
|
|
private System.Windows.Forms.Label label18;
|
|
|
|
|
private System.Windows.Forms.TextBox UnkVec1TextBox;
|
|
|
|
|
private System.Windows.Forms.Label label20;
|
|
|
|
|
private WinForms.TextBoxFix ExtParamsTextBox;
|
|
|
|
|
private System.Windows.Forms.Label label19;
|
|
|
|
|
private System.Windows.Forms.Label label21;
|
|
|
|
|
private System.Windows.Forms.TextBox Flags2TextBox;
|
|
|
|
|
private System.Windows.Forms.Button AddToProjectButton;
|
|
|
|
|
private System.Windows.Forms.Button DeleteButton;
|
|
|
|
|
private System.Windows.Forms.Label label22;
|
|
|
|
|
private System.Windows.Forms.TextBox UnkBytesTextBox;
|
2019-01-19 11:28:45 +08:00
|
|
|
|
private System.Windows.Forms.Label label25;
|
|
|
|
|
private System.Windows.Forms.TextBox Hash1TextBox;
|
|
|
|
|
private System.Windows.Forms.Label label24;
|
|
|
|
|
private System.Windows.Forms.TextBox Hash0TextBox;
|
2018-12-25 19:40:49 +08:00
|
|
|
|
}
|
|
|
|
|
}
|