mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-05 14:47:22 +08:00
489 lines
24 KiB
C#
489 lines
24 KiB
C#
namespace CodeWalker.Project.Panels
|
|
{
|
|
partial class EditAudioInteriorRoomPanel
|
|
{
|
|
/// <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(EditAudioInteriorRoomPanel));
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.NameTextBox = new System.Windows.Forms.TextBox();
|
|
this.DeleteButton = new System.Windows.Forms.Button();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.Flags0TextBox = new System.Windows.Forms.TextBox();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.MloRoomTextBox = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.Hash1TextBox = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.Unk02TextBox = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.Unk03TextBox = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.Unk04TextBox = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.Unk05TextBox = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.Unk06TextBox = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.Unk07TextBox = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.Unk08TextBox = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.Unk09TextBox = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.Unk10TextBox = new System.Windows.Forms.TextBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.Unk11TextBox = new System.Windows.Forms.TextBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.Unk12TextBox = new System.Windows.Forms.TextBox();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.Unk13TextBox = new System.Windows.Forms.TextBox();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.Unk14TextBox = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(9, 15);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(64, 13);
|
|
this.label12.TabIndex = 9;
|
|
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(86, 12);
|
|
this.NameTextBox.Name = "NameTextBox";
|
|
this.NameTextBox.Size = new System.Drawing.Size(237, 20);
|
|
this.NameTextBox.TabIndex = 10;
|
|
this.NameTextBox.TextChanged += new System.EventHandler(this.NameTextBox_TextChanged);
|
|
//
|
|
// 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(457, 10);
|
|
this.DeleteButton.Name = "DeleteButton";
|
|
this.DeleteButton.Size = new System.Drawing.Size(93, 23);
|
|
this.DeleteButton.TabIndex = 18;
|
|
this.DeleteButton.Text = "Delete room";
|
|
this.DeleteButton.UseVisualStyleBackColor = true;
|
|
this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
|
|
//
|
|
// 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(345, 63);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(44, 13);
|
|
this.label13.TabIndex = 62;
|
|
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(395, 60);
|
|
this.Flags0TextBox.Name = "Flags0TextBox";
|
|
this.Flags0TextBox.Size = new System.Drawing.Size(155, 20);
|
|
this.Flags0TextBox.TabIndex = 63;
|
|
this.Flags0TextBox.TextChanged += new System.EventHandler(this.Flags0TextBox_TextChanged);
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Location = new System.Drawing.Point(9, 39);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(59, 13);
|
|
this.label16.TabIndex = 64;
|
|
this.label16.Text = "MLO room:";
|
|
//
|
|
// MloRoomTextBox
|
|
//
|
|
this.MloRoomTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.MloRoomTextBox.Location = new System.Drawing.Point(86, 36);
|
|
this.MloRoomTextBox.Name = "MloRoomTextBox";
|
|
this.MloRoomTextBox.Size = new System.Drawing.Size(237, 20);
|
|
this.MloRoomTextBox.TabIndex = 65;
|
|
this.MloRoomTextBox.TextChanged += new System.EventHandler(this.Unk00TextBox_TextChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(9, 63);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(64, 13);
|
|
this.label1.TabIndex = 66;
|
|
this.label1.Text = "Ref Hash 1:";
|
|
//
|
|
// Hash1TextBox
|
|
//
|
|
this.Hash1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Hash1TextBox.Location = new System.Drawing.Point(86, 60);
|
|
this.Hash1TextBox.Name = "Hash1TextBox";
|
|
this.Hash1TextBox.Size = new System.Drawing.Size(237, 20);
|
|
this.Hash1TextBox.TabIndex = 67;
|
|
this.Hash1TextBox.TextChanged += new System.EventHandler(this.Hash1TextBox_TextChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(9, 87);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(42, 13);
|
|
this.label2.TabIndex = 68;
|
|
this.label2.Text = "Unk02:";
|
|
//
|
|
// Unk02TextBox
|
|
//
|
|
this.Unk02TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Unk02TextBox.Location = new System.Drawing.Point(86, 84);
|
|
this.Unk02TextBox.Name = "Unk02TextBox";
|
|
this.Unk02TextBox.Size = new System.Drawing.Size(237, 20);
|
|
this.Unk02TextBox.TabIndex = 69;
|
|
this.Unk02TextBox.TextChanged += new System.EventHandler(this.Unk02TextBox_TextChanged);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(9, 111);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(42, 13);
|
|
this.label3.TabIndex = 70;
|
|
this.label3.Text = "Unk03:";
|
|
//
|
|
// Unk03TextBox
|
|
//
|
|
this.Unk03TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Unk03TextBox.Location = new System.Drawing.Point(86, 108);
|
|
this.Unk03TextBox.Name = "Unk03TextBox";
|
|
this.Unk03TextBox.Size = new System.Drawing.Size(237, 20);
|
|
this.Unk03TextBox.TabIndex = 71;
|
|
this.Unk03TextBox.TextChanged += new System.EventHandler(this.Unk03TextBox_TextChanged);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(9, 135);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(42, 13);
|
|
this.label4.TabIndex = 72;
|
|
this.label4.Text = "Unk04:";
|
|
//
|
|
// Unk04TextBox
|
|
//
|
|
this.Unk04TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Unk04TextBox.Location = new System.Drawing.Point(86, 132);
|
|
this.Unk04TextBox.Name = "Unk04TextBox";
|
|
this.Unk04TextBox.Size = new System.Drawing.Size(237, 20);
|
|
this.Unk04TextBox.TabIndex = 73;
|
|
this.Unk04TextBox.TextChanged += new System.EventHandler(this.Unk04TextBox_TextChanged);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(9, 159);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(42, 13);
|
|
this.label5.TabIndex = 74;
|
|
this.label5.Text = "Unk05:";
|
|
//
|
|
// Unk05TextBox
|
|
//
|
|
this.Unk05TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Unk05TextBox.Location = new System.Drawing.Point(86, 156);
|
|
this.Unk05TextBox.Name = "Unk05TextBox";
|
|
this.Unk05TextBox.Size = new System.Drawing.Size(237, 20);
|
|
this.Unk05TextBox.TabIndex = 75;
|
|
this.Unk05TextBox.TextChanged += new System.EventHandler(this.Unk05TextBox_TextChanged);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(9, 183);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(68, 13);
|
|
this.label6.TabIndex = 76;
|
|
this.label6.Text = "Unk06 hash:";
|
|
//
|
|
// Unk06TextBox
|
|
//
|
|
this.Unk06TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Unk06TextBox.Location = new System.Drawing.Point(86, 180);
|
|
this.Unk06TextBox.Name = "Unk06TextBox";
|
|
this.Unk06TextBox.Size = new System.Drawing.Size(237, 20);
|
|
this.Unk06TextBox.TabIndex = 77;
|
|
this.Unk06TextBox.TextChanged += new System.EventHandler(this.Unk06TextBox_TextChanged);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(9, 207);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(42, 13);
|
|
this.label7.TabIndex = 78;
|
|
this.label7.Text = "Unk07:";
|
|
//
|
|
// Unk07TextBox
|
|
//
|
|
this.Unk07TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Unk07TextBox.Location = new System.Drawing.Point(86, 204);
|
|
this.Unk07TextBox.Name = "Unk07TextBox";
|
|
this.Unk07TextBox.Size = new System.Drawing.Size(237, 20);
|
|
this.Unk07TextBox.TabIndex = 79;
|
|
this.Unk07TextBox.TextChanged += new System.EventHandler(this.Unk07TextBox_TextChanged);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(9, 231);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(42, 13);
|
|
this.label8.TabIndex = 80;
|
|
this.label8.Text = "Unk08:";
|
|
//
|
|
// Unk08TextBox
|
|
//
|
|
this.Unk08TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Unk08TextBox.Location = new System.Drawing.Point(86, 228);
|
|
this.Unk08TextBox.Name = "Unk08TextBox";
|
|
this.Unk08TextBox.Size = new System.Drawing.Size(237, 20);
|
|
this.Unk08TextBox.TabIndex = 81;
|
|
this.Unk08TextBox.TextChanged += new System.EventHandler(this.Unk08TextBox_TextChanged);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(9, 255);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(42, 13);
|
|
this.label9.TabIndex = 82;
|
|
this.label9.Text = "Unk09:";
|
|
//
|
|
// Unk09TextBox
|
|
//
|
|
this.Unk09TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Unk09TextBox.Location = new System.Drawing.Point(86, 252);
|
|
this.Unk09TextBox.Name = "Unk09TextBox";
|
|
this.Unk09TextBox.Size = new System.Drawing.Size(237, 20);
|
|
this.Unk09TextBox.TabIndex = 83;
|
|
this.Unk09TextBox.TextChanged += new System.EventHandler(this.Unk09TextBox_TextChanged);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(9, 279);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(42, 13);
|
|
this.label10.TabIndex = 84;
|
|
this.label10.Text = "Unk10:";
|
|
//
|
|
// Unk10TextBox
|
|
//
|
|
this.Unk10TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Unk10TextBox.Location = new System.Drawing.Point(86, 276);
|
|
this.Unk10TextBox.Name = "Unk10TextBox";
|
|
this.Unk10TextBox.Size = new System.Drawing.Size(237, 20);
|
|
this.Unk10TextBox.TabIndex = 85;
|
|
this.Unk10TextBox.TextChanged += new System.EventHandler(this.Unk10TextBox_TextChanged);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(9, 303);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(42, 13);
|
|
this.label11.TabIndex = 86;
|
|
this.label11.Text = "Unk11:";
|
|
//
|
|
// Unk11TextBox
|
|
//
|
|
this.Unk11TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Unk11TextBox.Location = new System.Drawing.Point(86, 300);
|
|
this.Unk11TextBox.Name = "Unk11TextBox";
|
|
this.Unk11TextBox.Size = new System.Drawing.Size(237, 20);
|
|
this.Unk11TextBox.TabIndex = 87;
|
|
this.Unk11TextBox.TextChanged += new System.EventHandler(this.Unk11TextBox_TextChanged);
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(9, 327);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(42, 13);
|
|
this.label14.TabIndex = 88;
|
|
this.label14.Text = "Unk12:";
|
|
//
|
|
// Unk12TextBox
|
|
//
|
|
this.Unk12TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Unk12TextBox.Location = new System.Drawing.Point(86, 324);
|
|
this.Unk12TextBox.Name = "Unk12TextBox";
|
|
this.Unk12TextBox.Size = new System.Drawing.Size(237, 20);
|
|
this.Unk12TextBox.TabIndex = 89;
|
|
this.Unk12TextBox.TextChanged += new System.EventHandler(this.Unk12TextBox_TextChanged);
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(9, 351);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(68, 13);
|
|
this.label15.TabIndex = 90;
|
|
this.label15.Text = "Unk13 hash:";
|
|
//
|
|
// Unk13TextBox
|
|
//
|
|
this.Unk13TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Unk13TextBox.Location = new System.Drawing.Point(86, 348);
|
|
this.Unk13TextBox.Name = "Unk13TextBox";
|
|
this.Unk13TextBox.Size = new System.Drawing.Size(237, 20);
|
|
this.Unk13TextBox.TabIndex = 91;
|
|
this.Unk13TextBox.TextChanged += new System.EventHandler(this.Unk13TextBox_TextChanged);
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(9, 375);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(68, 13);
|
|
this.label17.TabIndex = 92;
|
|
this.label17.Text = "Unk14 hash:";
|
|
//
|
|
// Unk14TextBox
|
|
//
|
|
this.Unk14TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Unk14TextBox.Location = new System.Drawing.Point(86, 372);
|
|
this.Unk14TextBox.Name = "Unk14TextBox";
|
|
this.Unk14TextBox.Size = new System.Drawing.Size(237, 20);
|
|
this.Unk14TextBox.TabIndex = 93;
|
|
this.Unk14TextBox.TextChanged += new System.EventHandler(this.Unk14TextBox_TextChanged);
|
|
//
|
|
// EditAudioInteriorRoomPanel
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(562, 450);
|
|
this.Controls.Add(this.label17);
|
|
this.Controls.Add(this.Unk14TextBox);
|
|
this.Controls.Add(this.label15);
|
|
this.Controls.Add(this.Unk13TextBox);
|
|
this.Controls.Add(this.label14);
|
|
this.Controls.Add(this.Unk12TextBox);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.Unk11TextBox);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.Unk10TextBox);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.Unk09TextBox);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.Unk08TextBox);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.Unk07TextBox);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.Unk06TextBox);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.Unk05TextBox);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.Unk04TextBox);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.Unk03TextBox);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.Unk02TextBox);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.Hash1TextBox);
|
|
this.Controls.Add(this.label16);
|
|
this.Controls.Add(this.MloRoomTextBox);
|
|
this.Controls.Add(this.label13);
|
|
this.Controls.Add(this.Flags0TextBox);
|
|
this.Controls.Add(this.DeleteButton);
|
|
this.Controls.Add(this.label12);
|
|
this.Controls.Add(this.NameTextBox);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "EditAudioInteriorRoomPanel";
|
|
this.Text = "EditAudioInteriorRoomPanel";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.TextBox NameTextBox;
|
|
private System.Windows.Forms.Button DeleteButton;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.TextBox Flags0TextBox;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.TextBox MloRoomTextBox;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox Hash1TextBox;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox Unk02TextBox;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox Unk03TextBox;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox Unk04TextBox;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox Unk05TextBox;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox Unk06TextBox;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox Unk07TextBox;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox Unk08TextBox;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox Unk09TextBox;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox Unk10TextBox;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TextBox Unk11TextBox;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.TextBox Unk12TextBox;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.TextBox Unk13TextBox;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.TextBox Unk14TextBox;
|
|
}
|
|
} |