namespace BindingManagerBase1
{
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.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtId = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.txtTel = new System.Windows.Forms.TextBox();
this.cboSex = new System.Windows.Forms.ComboBox();
this.dtpDate = new System.Windows.Forms.DateTimePicker();
this.chkIsMarry = new System.Windows.Forms.CheckBox();
this.btnFirst = new System.Windows.Forms.Button();
this.btnPrev = new System.Windows.Forms.Button();
this.btnNext = new System.Windows.Forms.Button();
this.btnLast = new System.Windows.Forms.Button();
this.lblShow = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(46, 28);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 0;
this.label1.Text = "編號";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(222, 28);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 0;
this.label2.Text = "姓名";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(222, 67);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 0;
this.label3.Text = "性別";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(46, 67);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 0;
this.label4.Text = "電話";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(23, 106);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 0;
this.label5.Text = "入會日期";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(200, 106);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 0;
this.label6.Text = "婚姻狀態";
//
// txtId
//
this.txtId.Location = new System.Drawing.Point(78, 26);
this.txtId.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtId.Name = "txtId";
this.txtId.Size = new System.Drawing.Size(76, 22);
this.txtId.TabIndex = 0;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(254, 26);
this.txtName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(76, 22);
this.txtName.TabIndex = 1;
//
// txtTel
//
this.txtTel.Location = new System.Drawing.Point(78, 65);
this.txtTel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtTel.Name = "txtTel";
this.txtTel.Size = new System.Drawing.Size(76, 22);
this.txtTel.TabIndex = 2;
//
// cboSex
//
this.cboSex.FormattingEnabled = true;
this.cboSex.Items.AddRange(new object[] {
"男",
"女"});
this.cboSex.Location = new System.Drawing.Point(254, 65);
this.cboSex.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cboSex.Name = "cboSex";
this.cboSex.Size = new System.Drawing.Size(76, 20);
this.cboSex.TabIndex = 3;
//
// dtpDate
//
this.dtpDate.Location = new System.Drawing.Point(78, 101);
this.dtpDate.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.dtpDate.Name = "dtpDate";
this.dtpDate.Size = new System.Drawing.Size(106, 22);
this.dtpDate.TabIndex = 4;
//
// chkIsMarry
//
this.chkIsMarry.AutoSize = true;
this.chkIsMarry.Location = new System.Drawing.Point(254, 106);
this.chkIsMarry.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.chkIsMarry.Name = "chkIsMarry";
this.chkIsMarry.Size = new System.Drawing.Size(15, 14);
this.chkIsMarry.TabIndex = 5;
this.chkIsMarry.UseVisualStyleBackColor = true;
//
// btnFirst
//
this.btnFirst.Location = new System.Drawing.Point(26, 168);
this.btnFirst.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnFirst.Name = "btnFirst";
this.btnFirst.Size = new System.Drawing.Size(56, 22);
this.btnFirst.TabIndex = 6;
this.btnFirst.Text = "第一筆";
this.btnFirst.UseVisualStyleBackColor = true;
this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
//
// btnPrev
//
this.btnPrev.Location = new System.Drawing.Point(109, 168);
this.btnPrev.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnPrev.Name = "btnPrev";
this.btnPrev.Size = new System.Drawing.Size(56, 22);
this.btnPrev.TabIndex = 7;
this.btnPrev.Text = "上一筆";
this.btnPrev.UseVisualStyleBackColor = true;
this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
//
// btnNext
//
this.btnNext.Location = new System.Drawing.Point(191, 168);
this.btnNext.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(56, 22);
this.btnNext.TabIndex = 8;
this.btnNext.Text = "下一筆";
this.btnNext.UseVisualStyleBackColor = true;
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
// btnLast
//
this.btnLast.Location = new System.Drawing.Point(274, 168);
this.btnLast.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnLast.Name = "btnLast";
this.btnLast.Size = new System.Drawing.Size(56, 22);
this.btnLast.TabIndex = 9;
this.btnLast.Text = "最末筆";
this.btnLast.UseVisualStyleBackColor = true;
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
//
// lblShow
//
this.lblShow.AutoSize = true;
this.lblShow.Location = new System.Drawing.Point(24, 138);
this.lblShow.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblShow.Name = "lblShow";
this.lblShow.Size = new System.Drawing.Size(43, 12);
this.lblShow.TabIndex = 10;
this.lblShow.Text = "lblShow";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(361, 210);
this.Controls.Add(this.lblShow);
this.Controls.Add(this.btnLast);
this.Controls.Add(this.btnNext);
this.Controls.Add(this.btnPrev);
this.Controls.Add(this.btnFirst);
this.Controls.Add(this.chkIsMarry);
this.Controls.Add(this.dtpDate);
this.Controls.Add(this.cboSex);
this.Controls.Add(this.txtTel);
this.Controls.Add(this.txtName);
this.Controls.Add(this.txtId);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
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.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtId;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.TextBox txtTel;
private System.Windows.Forms.ComboBox cboSex;
private System.Windows.Forms.DateTimePicker dtpDate;
private System.Windows.Forms.CheckBox chkIsMarry;
private System.Windows.Forms.Button btnFirst;
private System.Windows.Forms.Button btnPrev;
private System.Windows.Forms.Button btnNext;
private System.Windows.Forms.Button btnLast;
private System.Windows.Forms.Label lblShow;
}
}