?? 借書管理.designer.cs
字號:
?namespace 圖書館
{
partial class 借書管理
{
/// <summary>
/// 必需的設(shè)計器變量。
/// </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è)計器生成的代碼
/// <summary>
/// 設(shè)計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(借書管理));
this.label12 = new System.Windows.Forms.Label();
this.textBox8 = new System.Windows.Forms.TextBox();
this.圖書ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.圖書名稱 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.textBox7 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.ISBN = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.狀態(tài) = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.借閱時間 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.歸還時間 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.出版社 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.價格 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.splitter1 = new System.Windows.Forms.Splitter();
this.panel1 = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(221, 52);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(29, 12);
this.label12.TabIndex = 22;
this.label12.Text = "學(xué)院";
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(223, 78);
this.textBox8.Name = "textBox8";
this.textBox8.ReadOnly = true;
this.textBox8.Size = new System.Drawing.Size(76, 21);
this.textBox8.TabIndex = 23;
//
// 圖書ID
//
this.圖書ID.HeaderText = "圖書ID";
this.圖書ID.Name = "圖書ID";
this.圖書ID.ReadOnly = true;
//
// 圖書名稱
//
this.圖書名稱.HeaderText = "圖書名稱";
this.圖書名稱.Name = "圖書名稱";
this.圖書名稱.ReadOnly = true;
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(558, 78);
this.textBox7.Name = "textBox7";
this.textBox7.ReadOnly = true;
this.textBox7.Size = new System.Drawing.Size(76, 21);
this.textBox7.TabIndex = 19;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(556, 52);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(29, 12);
this.label9.TabIndex = 18;
this.label9.Text = "欠款";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(448, 52);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 17;
this.label8.Text = "可借閱";
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.圖書ID,
this.圖書名稱,
this.ISBN,
this.狀態(tài),
this.借閱時間,
this.歸還時間,
this.出版社,
this.價格});
this.dataGridView1.Location = new System.Drawing.Point(-2, 69);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(808, 292);
this.dataGridView1.TabIndex = 10;
//
// ISBN
//
this.ISBN.HeaderText = "ISBN";
this.ISBN.Name = "ISBN";
this.ISBN.ReadOnly = true;
//
// 狀態(tài)
//
this.狀態(tài).HeaderText = "狀態(tài)";
this.狀態(tài).Name = "狀態(tài)";
this.狀態(tài).ReadOnly = true;
//
// 借閱時間
//
this.借閱時間.HeaderText = "借閱時間";
this.借閱時間.Name = "借閱時間";
this.借閱時間.ReadOnly = true;
//
// 歸還時間
//
this.歸還時間.HeaderText = "歸還時間";
this.歸還時間.Name = "歸還時間";
this.歸還時間.ReadOnly = true;
//
// 出版社
//
this.出版社.HeaderText = "出版社";
this.出版社.Name = "出版社";
this.出版社.ReadOnly = true;
//
// 價格
//
this.價格.HeaderText = "價格";
this.價格.Name = "價格";
this.價格.ReadOnly = true;
//
// button3
//
this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
this.button3.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button3.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button3.Location = new System.Drawing.Point(12, 192);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(100, 39);
this.button3.TabIndex = 32;
this.button3.Text = "退出";
this.button3.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button2.Location = new System.Drawing.Point(12, 127);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(100, 39);
this.button2.TabIndex = 31;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.CausesValidation = false;
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button1.Location = new System.Drawing.Point(12, 62);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(100, 39);
this.button1.TabIndex = 30;
this.button1.Text = "確定";
this.button1.UseVisualStyleBackColor = true;
//
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -