namespace ActionReader
{
partial class Form1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.label1 = new System.Windows.Forms.Label();
this.listBox1 = new System.Windows.Forms.ListBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.txtSHNPath = new System.Windows.Forms.TextBox();
this.txtFilePath = new System.Windows.Forms.TextBox();
this.nmrIntID = new System.Windows.Forms.NumericUpDown();
this.txtNifanimID = new System.Windows.Forms.TextBox();
this.txts1 = new System.Windows.Forms.TextBox();
this.txts2 = new System.Windows.Forms.TextBox();
this.txts3 = new System.Windows.Forms.TextBox();
this.txtSound1 = new System.Windows.Forms.TextBox();
this.txtSound2 = new System.Windows.Forms.TextBox();
this.txtSig = new System.Windows.Forms.TextBox();
this.txtNewName = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.label12 = new System.Windows.Forms.Label();
this.txtName = new System.Windows.Forms.TextBox();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.txtStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.label13 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nmrIntID)).BeginInit();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(17, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(40, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Path: /";
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.Location = new System.Drawing.Point(20, 69);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(203, 342);
this.listBox1.TabIndex = 3;
this.listBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listBox1_MouseClick);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.button5);
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Controls.Add(this.txtSig);
this.groupBox1.Controls.Add(this.txtSound2);
this.groupBox1.Controls.Add(this.txtSound1);
this.groupBox1.Controls.Add(this.txts3);
this.groupBox1.Controls.Add(this.txts2);
this.groupBox1.Controls.Add(this.txts1);
this.groupBox1.Controls.Add(this.txtNifanimID);
this.groupBox1.Controls.Add(this.nmrIntID);
this.groupBox1.Controls.Add(this.txtFilePath);
this.groupBox1.Controls.Add(this.txtSHNPath);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(270, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(259, 425);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Selected:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(15, 57);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(55, 13);
this.label2.TabIndex = 0;
this.label2.Text = "SHNPath:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(16, 82);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(47, 13);
this.label3.TabIndex = 1;
this.label3.Text = "Filepath:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(17, 142);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(57, 13);
this.label4.TabIndex = 2;
this.label4.Text = "NifAnimID:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(17, 109);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(56, 13);
this.label5.TabIndex = 3;
this.label5.Text = "InternalID:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(18, 178);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(21, 13);
this.label6.TabIndex = 4;
this.label6.Text = "s1:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(17, 205);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(21, 13);
this.label7.TabIndex = 5;
this.label7.Text = "s2:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(18, 228);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(21, 13);
this.label8.TabIndex = 6;
this.label8.Text = "s3:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(20, 289);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(50, 13);
this.label9.TabIndex = 7;
this.label9.Text = "Sound 1:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(20, 314);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(50, 13);
this.label10.TabIndex = 8;
this.label10.Text = "Sound 2:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(21, 355);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(55, 13);
this.label11.TabIndex = 9;
this.label11.Text = "Signature:";
//
// txtSHNPath
//
this.txtSHNPath.Location = new System.Drawing.Point(76, 54);
this.txtSHNPath.Name = "txtSHNPath";
this.txtSHNPath.Size = new System.Drawing.Size(159, 20);
this.txtSHNPath.TabIndex = 10;
//
// txtFilePath
//
this.txtFilePath.Location = new System.Drawing.Point(76, 82);
this.txtFilePath.Name = "txtFilePath";
this.txtFilePath.Size = new System.Drawing.Size(159, 20);
this.txtFilePath.TabIndex = 11;
//
// nmrIntID
//
this.nmrIntID.Location = new System.Drawing.Point(76, 107);
this.nmrIntID.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.nmrIntID.Name = "nmrIntID";
this.nmrIntID.Size = new System.Drawing.Size(71, 20);
this.nmrIntID.TabIndex = 12;
//
// txtNifanimID
//
this.txtNifanimID.Location = new System.Drawing.Point(76, 139);
this.txtNifanimID.Name = "txtNifanimID";
this.txtNifanimID.Size = new System.Drawing.Size(159, 20);
this.txtNifanimID.TabIndex = 13;
//
// txts1
//
this.txts1.Location = new System.Drawing.Point(76, 175);
this.txts1.Name = "txts1";
this.txts1.Size = new System.Drawing.Size(159, 20);
this.txts1.TabIndex = 14;
//
// txts2
//
this.txts2.Location = new System.Drawing.Point(76, 202);
this.txts2.Name = "txts2";
this.txts2.Size = new System.Drawing.Size(159, 20);
this.txts2.TabIndex = 15;
//
// txts3
//
this.txts3.Location = new System.Drawing.Point(76, 228);
this.txts3.Name = "txts3";
this.txts3.Size = new System.Drawing.Size(159, 20);
this.txts3.TabIndex = 16;
//
// txtSound1
//
this.txtSound1.Location = new System.Drawing.Point(80, 280);
this.txtSound1.Name = "txtSound1";
this.txtSound1.Size = new System.Drawing.Size(155, 20);
this.txtSound1.TabIndex = 17;
//
// txtSound2
//
this.txtSound2.Location = new System.Drawing.Point(80, 309);
this.txtSound2.Name = "txtSound2";
this.txtSound2.Size = new System.Drawing.Size(154, 20);
this.txtSound2.TabIndex = 18;
//
// txtSig
//
this.txtSig.Location = new System.Drawing.Point(80, 348);
this.txtSig.Name = "txtSig";
this.txtSig.Size = new System.Drawing.Size(154, 20);
this.txtSig.TabIndex = 19;
//
// txtNewName
//
this.txtNewName.Location = new System.Drawing.Point(20, 417);
this.txtNewName.Name = "txtNewName";
this.txtNewName.Size = new System.Drawing.Size(112, 20);
this.txtNewName.TabIndex = 6;
this.txtNewName.Text = "New Action";
//
// button3
//
this.button3.Location = new System.Drawing.Point(138, 416);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(85, 21);
this.button3.TabIndex = 7;
this.button3.Text = "Add New";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(24, 389);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(86, 22);
this.button4.TabIndex = 20;
this.button4.Text = "Save changes";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(163, 389);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(71, 22);
this.button5.TabIndex = 21;
this.button5.Text = "Delete";
this.button5.UseVisualStyleBackColor = true;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(15, 29);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(38, 13);
this.label12.TabIndex = 22;
this.label12.Text = "Name:";
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(76, 26);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(159, 20);
this.txtName.TabIndex = 23;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.txtStatus});
this.statusStrip1.Location = new System.Drawing.Point(0, 461);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(541, 22);
this.statusStrip1.TabIndex = 8;
this.statusStrip1.Text = "statusStrip1";
//
// txtStatus
//
this.txtStatus.Name = "txtStatus";
this.txtStatus.Size = new System.Drawing.Size(42, 17);
this.txtStatus.Text = "Ready.";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(347, 448);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(196, 13);
this.label13.TabIndex = 9;
this.label13.Text = "Csharp™ and Larkaros - KryptoDev.com";
//
// button2
//
this.button2.Image = global::ActionReader.Properties.Resources._001_28;
this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button2.Location = new System.Drawing.Point(148, 34);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 29);
this.button2.TabIndex = 4;
this.button2.Text = "Save";
this.button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Image = global::ActionReader.Properties.Resources._001_26;
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button1.Location = new System.Drawing.Point(20, 33);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(98, 29);
this.button1.TabIndex = 0;
this.button1.Text = "Open .DAT";
this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(541, 483);
this.Controls.Add(this.label13);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.button3);
this.Controls.Add(this.txtNewName);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.button2);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = "Fiesta Action Reader";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nmrIntID)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtSig;
private System.Windows.Forms.TextBox txtSound2;
private System.Windows.Forms.TextBox txtSound1;
private System.Windows.Forms.TextBox txts3;
private System.Windows.Forms.TextBox txts2;
private System.Windows.Forms.TextBox txts1;
private System.Windows.Forms.TextBox txtNifanimID;
private System.Windows.Forms.NumericUpDown nmrIntID;
private System.Windows.Forms.TextBox txtFilePath;
private System.Windows.Forms.TextBox txtSHNPath;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtNewName;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel txtStatus;
private System.Windows.Forms.Label label13;
}
}