namespace WinKeyPress
{
partial class Form1
{
///
/// 設計工具所需的變數。
///
private System.ComponentModel.IContainer components = null;
///
/// 清除任何使用中的資源。
///
/// 如果應該處置 Managed 資源則為 true,否則為 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 設計工具產生的程式碼
///
/// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
/// 修改這個方法的內容。
///
private void InitializeComponent()
{
this.txtTotal = new System.Windows.Forms.TextBox();
this.txtQty = new System.Windows.Forms.TextBox();
this.txtPrice = new System.Windows.Forms.TextBox();
this.txtId = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// txtTotal
//
this.txtTotal.Location = new System.Drawing.Point(108, 158);
this.txtTotal.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtTotal.Name = "txtTotal";
this.txtTotal.Size = new System.Drawing.Size(132, 25);
this.txtTotal.TabIndex = 11;
//
// txtQty
//
this.txtQty.Location = new System.Drawing.Point(108, 111);
this.txtQty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtQty.Name = "txtQty";
this.txtQty.Size = new System.Drawing.Size(132, 25);
this.txtQty.TabIndex = 10;
this.txtQty.TextChanged += new System.EventHandler(this.txtQty_TextChanged);
this.txtQty.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtQty_KeyPress);
//
// txtPrice
//
this.txtPrice.Location = new System.Drawing.Point(108, 65);
this.txtPrice.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtPrice.Name = "txtPrice";
this.txtPrice.Size = new System.Drawing.Size(132, 25);
this.txtPrice.TabIndex = 9;
this.txtPrice.TextChanged += new System.EventHandler(this.txtPrice_TextChanged);
this.txtPrice.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrice_KeyPress);
//
// txtId
//
this.txtId.Location = new System.Drawing.Point(108, 19);
this.txtId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtId.Name = "txtId";
this.txtId.Size = new System.Drawing.Size(132, 25);
this.txtId.TabIndex = 4;
this.txtId.TextChanged += new System.EventHandler(this.txtId_TextChanged);
this.txtId.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtId_KeyPress);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(54, 165);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(37, 15);
this.label4.TabIndex = 5;
this.label4.Text = "金額";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(54, 119);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(37, 15);
this.label3.TabIndex = 6;
this.label3.Text = "數量";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(54, 72);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(37, 15);
this.label2.TabIndex = 7;
this.label2.Text = "單價";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 26);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 15);
this.label1.TabIndex = 8;
this.label1.Text = "產品編號";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(285, 219);
this.Controls.Add(this.txtTotal);
this.Controls.Add(this.txtQty);
this.Controls.Add(this.txtPrice);
this.Controls.Add(this.txtId);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("新細明體", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtTotal;
private System.Windows.Forms.TextBox txtQty;
private System.Windows.Forms.TextBox txtPrice;
private System.Windows.Forms.TextBox txtId;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
}
}