namespace SHNDecrypt
{
partial class createShop
{
///
/// 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.Windows.Forms.GroupBox groupBox2;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(createShop));
this.txtOutput = new System.Windows.Forms.TextBox();
this.txtInput = new System.Windows.Forms.TextBox();
this.nmrStart = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.button5 = new System.Windows.Forms.Button();
this.searchString = new System.Windows.Forms.TextBox();
groupBox2 = new System.Windows.Forms.GroupBox();
groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nmrStart)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// groupBox2
//
groupBox2.Controls.Add(this.txtOutput);
groupBox2.Location = new System.Drawing.Point(830, 60);
groupBox2.Name = "groupBox2";
groupBox2.Size = new System.Drawing.Size(570, 737);
groupBox2.TabIndex = 6;
groupBox2.TabStop = false;
groupBox2.Text = "Output - Shop List";
//
// txtOutput
//
this.txtOutput.Location = new System.Drawing.Point(6, 19);
this.txtOutput.Multiline = true;
this.txtOutput.Name = "txtOutput";
this.txtOutput.ReadOnly = true;
this.txtOutput.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtOutput.Size = new System.Drawing.Size(558, 712);
this.txtOutput.TabIndex = 3;
this.txtOutput.TabStop = false;
//
// txtInput
//
this.txtInput.Location = new System.Drawing.Point(6, 19);
this.txtInput.Multiline = true;
this.txtInput.Name = "txtInput";
this.txtInput.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtInput.Size = new System.Drawing.Size(268, 760);
this.txtInput.TabIndex = 0;
this.txtInput.TabStop = false;
//
// nmrStart
//
this.nmrStart.Location = new System.Drawing.Point(96, 16);
this.nmrStart.Maximum = new decimal(new int[] {
500,
0,
0,
0});
this.nmrStart.Name = "nmrStart";
this.nmrStart.Size = new System.Drawing.Size(81, 20);
this.nmrStart.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(84, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Item Start Index:";
//
// button1
//
this.button1.Location = new System.Drawing.Point(183, 16);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(74, 20);
this.button1.TabIndex = 4;
this.button1.Text = "Create";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtInput);
this.groupBox1.Location = new System.Drawing.Point(537, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(287, 785);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Input - Item List";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.button4);
this.groupBox3.Controls.Add(this.button3);
this.groupBox3.Controls.Add(this.button2);
this.groupBox3.Controls.Add(this.nmrStart);
this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Controls.Add(this.button1);
this.groupBox3.Location = new System.Drawing.Point(830, 10);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(570, 44);
this.groupBox3.TabIndex = 7;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Tools";
//
// button4
//
this.button4.Location = new System.Drawing.Point(263, 16);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(74, 20);
this.button4.TabIndex = 7;
this.button4.Text = "Clear Input";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(423, 16);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(74, 20);
this.button3.TabIndex = 6;
this.button3.Text = "Clear Both";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(343, 16);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(74, 20);
this.button2.TabIndex = 5;
this.button2.Text = "Clear Output";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.label2);
this.groupBox4.Controls.Add(this.comboBox1);
this.groupBox4.Controls.Add(this.listView1);
this.groupBox4.Controls.Add(this.button5);
this.groupBox4.Controls.Add(this.searchString);
this.groupBox4.Location = new System.Drawing.Point(12, 10);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(519, 793);
this.groupBox4.TabIndex = 9;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Items";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(296, 16);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(82, 13);
this.label2.TabIndex = 10;
this.label2.Text = "Search Column:";
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"InxName",
"Name"});
this.comboBox1.Location = new System.Drawing.Point(384, 11);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 21);
this.comboBox1.TabIndex = 12;
this.comboBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.searchString_KeyDown);
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2});
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(6, 42);
this.listView1.MultiSelect = false;
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(499, 745);
this.listView1.TabIndex = 11;
this.listView1.TabStop = false;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
this.listView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.searchString_KeyDown);
//
// columnHeader1
//
this.columnHeader1.Text = "InxName";
this.columnHeader1.Width = 100;
//
// columnHeader2
//
this.columnHeader2.Text = "Name";
this.columnHeader2.Width = 80;
//
// button5
//
this.button5.Location = new System.Drawing.Point(222, 11);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(68, 21);
this.button5.TabIndex = 10;
this.button5.Text = "Search";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// searchString
//
this.searchString.Location = new System.Drawing.Point(7, 16);
this.searchString.Name = "searchString";
this.searchString.Size = new System.Drawing.Size(209, 20);
this.searchString.TabIndex = 9;
this.searchString.TextChanged += new System.EventHandler(this.searchString_TextChanged);
this.searchString.KeyDown += new System.Windows.Forms.KeyEventHandler(this.searchString_KeyDown);
//
// createShop
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1428, 815);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(groupBox2);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "createShop";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "NPC Shop List Creator";
this.Load += new System.EventHandler(this.createShop_Load);
groupBox2.ResumeLayout(false);
groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nmrStart)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox txtInput;
private System.Windows.Forms.NumericUpDown nmrStart;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtOutput;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.TextBox searchString;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboBox1;
}
}