?? 還書管理.designer.cs
字號(hào):
?namespace 圖書館
{
partial class 還書管理
{
/// <summary>
/// 必需的設(shè)計(jì)器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計(jì)器生成的代碼
/// <summary>
/// 設(shè)計(jì)器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
this.圖書ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.圖書名稱 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.欠款 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.讀者ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.讀者姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label3 = new System.Windows.Forms.Label();
this.button4 = new System.Windows.Forms.Button();
this.續(xù)借次數(shù) = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.借閱時(shí)間 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.歸還時(shí)間 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.splitter1 = new System.Windows.Forms.Splitter();
this.textBox2 = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.button1 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// 圖書ID
//
this.圖書ID.HeaderText = "圖書ID";
this.圖書ID.Name = "圖書ID";
this.圖書ID.ReadOnly = true;
//
// 圖書名稱
//
this.圖書名稱.HeaderText = "圖書名稱";
this.圖書名稱.Name = "圖書名稱";
this.圖書名稱.ReadOnly = true;
//
// 欠款
//
this.欠款.HeaderText = "欠款";
this.欠款.Name = "欠款";
this.欠款.ReadOnly = true;
//
// 讀者ID
//
this.讀者ID.HeaderText = "讀者ID";
this.讀者ID.Name = "讀者ID";
this.讀者ID.ReadOnly = true;
//
// 讀者姓名
//
this.讀者姓名.HeaderText = "讀者姓名";
this.讀者姓名.Name = "讀者姓名";
this.讀者姓名.ReadOnly = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(27, 94);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(95, 12);
this.label3.TabIndex = 8;
this.label3.Text = "注:兩者可選其一";
//
// button4
//
this.button4.Location = new System.Drawing.Point(13, 213);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(101, 42);
this.button4.TabIndex = 17;
this.button4.Text = "罰款";
this.button4.UseVisualStyleBackColor = true;
//
// 續(xù)借次數(shù)
//
this.續(xù)借次數(shù).HeaderText = "續(xù)借次數(shù)";
this.續(xù)借次數(shù).Name = "續(xù)借次數(shù)";
this.續(xù)借次數(shù).ReadOnly = true;
//
// 借閱時(shí)間
//
this.借閱時(shí)間.HeaderText = "借閱時(shí)間";
this.借閱時(shí)間.Name = "借閱時(shí)間";
this.借閱時(shí)間.ReadOnly = true;
//
// 歸還時(shí)間
//
this.歸還時(shí)間.HeaderText = "歸還時(shí)間";
this.歸還時(shí)間.Name = "歸還時(shí)間";
this.歸還時(shí)間.ReadOnly = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(305, 29);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 6;
this.label2.Text = "讀者ID";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(27, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 5;
this.label1.Text = "圖書ID";
//
// button3
//
this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
this.button3.Location = new System.Drawing.Point(13, 290);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(101, 42);
this.button3.TabIndex = 13;
this.button3.Text = "退出";
this.button3.UseVisualStyleBackColor = true;
//
// splitter1
//
this.splitter1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.splitter1.Location = new System.Drawing.Point(0, 0);
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(143, 457);
this.splitter1.TabIndex = 14;
this.splitter1.TabStop = false;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(307, 61);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(122, 21);
this.textBox2.TabIndex = 7;
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.textBox2);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.textBox1);
this.panel1.Location = new System.Drawing.Point(149, 5);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(797, 120);
this.panel1.TabIndex = 16;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(29, 61);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(122, 21);
this.textBox1.TabIndex = 4;
//
// button2
//
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button2.Location = new System.Drawing.Point(13, 131);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(101, 42);
this.button2.TabIndex = 12;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.讀者ID,
this.讀者姓名,
this.欠款,
this.圖書ID,
this.圖書名稱,
this.借閱時(shí)間,
this.歸還時(shí)間,
this.續(xù)借次數(shù)});
this.dataGridView1.Location = new System.Drawing.Point(149, 148);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(797, 309);
this.dataGridView1.TabIndex = 15;
//
// button1
//
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button1.Location = new System.Drawing.Point(13, 56);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(101, 42);
this.button1.TabIndex = 11;
this.button1.Text = "確定";
this.button1.UseVisualStyleBackColor = true;
//
// button5
//
this.button5.Location = new System.Drawing.Point(13, 56);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(101, 42);
this.button5.TabIndex = 18;
this.button5.Text = "確定";
this.button5.UseVisualStyleBackColor = true;
//
// button6
//
this.button6.Location = new System.Drawing.Point(13, 131);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(101, 42);
this.button6.TabIndex = 19;
this.button6.Text = "取消";
this.button6.UseVisualStyleBackColor = true;
//
// 還書管理
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(948, 457);
this.Controls.Add(this.button6);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.splitter1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.button2);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.button1);
this.Name = "還書管理";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "還書管理";
this.Load += new System.EventHandler(this.還書管理_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridViewTextBoxColumn 圖書ID;
private System.Windows.Forms.DataGridViewTextBoxColumn 圖書名稱;
private System.Windows.Forms.DataGridViewTextBoxColumn 欠款;
private System.Windows.Forms.DataGridViewTextBoxColumn 讀者ID;
private System.Windows.Forms.DataGridViewTextBoxColumn 讀者姓名;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.DataGridViewTextBoxColumn 續(xù)借次數(shù);
private System.Windows.Forms.DataGridViewTextBoxColumn 借閱時(shí)間;
private System.Windows.Forms.DataGridViewTextBoxColumn 歸還時(shí)間;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Splitter splitter1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -