namespace ReadWriteXML
{
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.txtId = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.txtTel = new System.Windows.Forms.TextBox();
this.txtMail = new System.Windows.Forms.TextBox();
this.btnAdd = new System.Windows.Forms.Button();
this.btnUpdate = new System.Windows.Forms.Button();
this.btnDel = new System.Windows.Forms.Button();
this.btnAllUpdate = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(41, 32);
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(41, 79);
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(41, 125);
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 = "電話";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(41, 171);
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 = 3;
this.label4.Text = "信箱";
//
// txtId
//
this.txtId.Location = new System.Drawing.Point(88, 29);
this.txtId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtId.Name = "txtId";
this.txtId.Size = new System.Drawing.Size(184, 25);
this.txtId.TabIndex = 4;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(88, 75);
this.txtName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(184, 25);
this.txtName.TabIndex = 5;
//
// txtTel
//
this.txtTel.Location = new System.Drawing.Point(88, 121);
this.txtTel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtTel.Name = "txtTel";
this.txtTel.Size = new System.Drawing.Size(184, 25);
this.txtTel.TabIndex = 6;
//
// txtMail
//
this.txtMail.Location = new System.Drawing.Point(88, 168);
this.txtMail.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtMail.Name = "txtMail";
this.txtMail.Size = new System.Drawing.Size(184, 25);
this.txtMail.TabIndex = 7;
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(580, 32);
this.btnAdd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(100, 32);
this.btnAdd.TabIndex = 8;
this.btnAdd.Text = "新增";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnUpdate
//
this.btnUpdate.Location = new System.Drawing.Point(580, 79);
this.btnUpdate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(100, 32);
this.btnUpdate.TabIndex = 9;
this.btnUpdate.Text = "修改";
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// btnDel
//
this.btnDel.Location = new System.Drawing.Point(580, 125);
this.btnDel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(100, 32);
this.btnDel.TabIndex = 10;
this.btnDel.Text = "刪除";
this.btnDel.UseVisualStyleBackColor = true;
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
//
// btnAllUpdate
//
this.btnAllUpdate.Location = new System.Drawing.Point(580, 171);
this.btnAllUpdate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnAllUpdate.Name = "btnAllUpdate";
this.btnAllUpdate.Size = new System.Drawing.Size(100, 32);
this.btnAllUpdate.TabIndex = 11;
this.btnAllUpdate.Text = "整批更新";
this.btnAllUpdate.UseVisualStyleBackColor = true;
this.btnAllUpdate.Click += new System.EventHandler(this.btnAllUpdate_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(44, 228);
this.dataGridView1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 24;
this.dataGridView1.Size = new System.Drawing.Size(636, 211);
this.dataGridView1.TabIndex = 12;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(708, 478);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.btnAllUpdate);
this.Controls.Add(this.btnDel);
this.Controls.Add(this.btnUpdate);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.txtMail);
this.Controls.Add(this.txtTel);
this.Controls.Add(this.txtName);
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.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).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.Label label4;
private System.Windows.Forms.TextBox txtId;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.TextBox txtTel;
private System.Windows.Forms.TextBox txtMail;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.Button btnDel;
private System.Windows.Forms.Button btnAllUpdate;
private System.Windows.Forms.DataGridView dataGridView1;
}
}