namespace iQuest { partial class frmAddItem { /// /// 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() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtSearch = new System.Windows.Forms.TextBox(); this.btnSearch = new System.Windows.Forms.Button(); this.lstItem = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtID = new System.Windows.Forms.TextBox(); this.txtAmount = new System.Windows.Forms.TextBox(); this.txtType = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.lstItem); this.groupBox1.Controls.Add(this.btnSearch); this.groupBox1.Controls.Add(this.txtSearch); this.groupBox1.Location = new System.Drawing.Point(5, 7); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(206, 409); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Items:"; // // txtSearch // this.txtSearch.Location = new System.Drawing.Point(7, 19); this.txtSearch.Name = "txtSearch"; this.txtSearch.Size = new System.Drawing.Size(106, 20); this.txtSearch.TabIndex = 0; // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(119, 19); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(72, 20); this.btnSearch.TabIndex = 1; this.btnSearch.Text = "Search"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // lstItem // this.lstItem.FormattingEnabled = true; this.lstItem.Location = new System.Drawing.Point(8, 45); this.lstItem.Name = "lstItem"; this.lstItem.Size = new System.Drawing.Size(182, 355); this.lstItem.TabIndex = 2; this.lstItem.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstItem_MouseDoubleClick); this.lstItem.SelectedIndexChanged += new System.EventHandler(this.lstItem_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(217, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(21, 13); this.label1.TabIndex = 1; this.label1.Text = "ID:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(218, 63); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(46, 13); this.label2.TabIndex = 2; this.label2.Text = "Amount:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(218, 100); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(34, 13); this.label3.TabIndex = 3; this.label3.Text = "Type:"; // // txtID // this.txtID.Location = new System.Drawing.Point(270, 26); this.txtID.Name = "txtID"; this.txtID.Size = new System.Drawing.Size(49, 20); this.txtID.TabIndex = 4; // // txtAmount // this.txtAmount.Location = new System.Drawing.Point(270, 59); this.txtAmount.Name = "txtAmount"; this.txtAmount.Size = new System.Drawing.Size(49, 20); this.txtAmount.TabIndex = 5; this.txtAmount.Text = "1"; // // txtType // this.txtType.Location = new System.Drawing.Point(270, 97); this.txtType.Name = "txtType"; this.txtType.Size = new System.Drawing.Size(49, 20); this.txtType.TabIndex = 6; this.txtType.Text = "0"; // // button1 // this.button1.Location = new System.Drawing.Point(224, 141); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(94, 31); this.button1.TabIndex = 7; this.button1.Text = "Add Item"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // frmAddItem // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(344, 429); this.Controls.Add(this.button1); this.Controls.Add(this.txtType); this.Controls.Add(this.txtAmount); this.Controls.Add(this.txtID); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "frmAddItem"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Add Item"; this.Load += new System.EventHandler(this.frmAddItem_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ListBox lstItem; private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.TextBox txtSearch; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtID; private System.Windows.Forms.TextBox txtAmount; private System.Windows.Forms.TextBox txtType; private System.Windows.Forms.Button button1; } }