namespace Linq_Method2
{
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.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.txtName = new System.Windows.Forms.TextBox();
this.txtPrice = new System.Windows.Forms.TextBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.btnPrev = new System.Windows.Forms.Button();
this.btnNext = new System.Windows.Forms.Button();
this.lblShow = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(43, 39);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(37, 15);
this.label1.TabIndex = 0;
this.label1.Text = "書號";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(43, 91);
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 = 1;
this.label2.Text = "書名";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(43, 143);
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 = 2;
this.label3.Text = "單價";
//
// txtId
//
this.txtId.Location = new System.Drawing.Point(87, 36);
this.txtId.Name = "txtId";
this.txtId.Size = new System.Drawing.Size(189, 25);
this.txtId.TabIndex = 3;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(87, 88);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(189, 25);
this.txtName.TabIndex = 3;
//
// txtPrice
//
this.txtPrice.Location = new System.Drawing.Point(87, 140);
this.txtPrice.Name = "txtPrice";
this.txtPrice.Size = new System.Drawing.Size(189, 25);
this.txtPrice.TabIndex = 3;
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(315, 36);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(164, 189);
this.pictureBox1.TabIndex = 4;
this.pictureBox1.TabStop = false;
//
// btnPrev
//
this.btnPrev.Location = new System.Drawing.Point(46, 191);
this.btnPrev.Name = "btnPrev";
this.btnPrev.Size = new System.Drawing.Size(75, 34);
this.btnPrev.TabIndex = 5;
this.btnPrev.Text = "上一筆";
this.btnPrev.UseVisualStyleBackColor = true;
this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
//
// btnNext
//
this.btnNext.Location = new System.Drawing.Point(201, 191);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(75, 34);
this.btnNext.TabIndex = 5;
this.btnNext.Text = "下一筆";
this.btnNext.UseVisualStyleBackColor = true;
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
// lblShow
//
this.lblShow.AutoSize = true;
this.lblShow.Location = new System.Drawing.Point(134, 201);
this.lblShow.Name = "lblShow";
this.lblShow.Size = new System.Drawing.Size(54, 15);
this.lblShow.TabIndex = 6;
this.lblShow.Text = "lblShow";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(513, 253);
this.Controls.Add(this.lblShow);
this.Controls.Add(this.btnNext);
this.Controls.Add(this.btnPrev);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.txtPrice);
this.Controls.Add(this.txtName);
this.Controls.Add(this.txtId);
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);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
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 txtName;
private System.Windows.Forms.TextBox txtPrice;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button btnPrev;
private System.Windows.Forms.Button btnNext;
private System.Windows.Forms.Label lblShow;
}
}