?? borrowandback.designer.cs
字號(hào):
?namespace 圖書管理系統(tǒng)
{
partial class BorrowandBack
{
/// <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.dgvbb = new System.Windows.Forms.DataGridView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.txtbokisbn = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtstunum = new System.Windows.Forms.TextBox();
this.btnsearch = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btndel = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dgvbb)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// dgvbb
//
this.dgvbb.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvbb.Location = new System.Drawing.Point(25, 181);
this.dgvbb.Name = "dgvbb";
this.dgvbb.ReadOnly = true;
this.dgvbb.RowTemplate.Height = 23;
this.dgvbb.Size = new System.Drawing.Size(623, 222);
this.dgvbb.TabIndex = 0;
this.dgvbb.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvbb_CellClick);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtstunum);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtbokisbn);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(123, 30);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(212, 118);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "圖書相關(guān)信息(選其一即可)";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(16, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 0;
this.label1.Text = "ISBN";
//
// txtbokisbn
//
this.txtbokisbn.Location = new System.Drawing.Point(87, 20);
this.txtbokisbn.Name = "txtbokisbn";
this.txtbokisbn.Size = new System.Drawing.Size(100, 21);
this.txtbokisbn.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(16, 77);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 0;
this.label2.Text = "學(xué)生學(xué)號(hào)";
//
// txtstunum
//
this.txtstunum.Location = new System.Drawing.Point(87, 71);
this.txtstunum.Name = "txtstunum";
this.txtstunum.Size = new System.Drawing.Size(100, 21);
this.txtstunum.TabIndex = 1;
//
// btnsearch
//
this.btnsearch.Location = new System.Drawing.Point(22, 26);
this.btnsearch.Name = "btnsearch";
this.btnsearch.Size = new System.Drawing.Size(75, 23);
this.btnsearch.TabIndex = 2;
this.btnsearch.Text = "查詢";
this.btnsearch.UseVisualStyleBackColor = true;
this.btnsearch.Click += new System.EventHandler(this.btnsearch_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btndel);
this.groupBox2.Controls.Add(this.btnsearch);
this.groupBox2.Location = new System.Drawing.Point(417, 30);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(116, 118);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "操作";
//
// btndel
//
this.btndel.Location = new System.Drawing.Point(22, 71);
this.btndel.Name = "btndel";
this.btndel.Size = new System.Drawing.Size(75, 23);
this.btndel.TabIndex = 3;
this.btndel.Text = "消除記錄";
this.btndel.UseVisualStyleBackColor = true;
this.btndel.Click += new System.EventHandler(this.btndel_Click);
//
// BorrowandBack
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(678, 415);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dgvbb);
this.MaximumSize = new System.Drawing.Size(686, 449);
this.MinimumSize = new System.Drawing.Size(686, 449);
this.Name = "BorrowandBack";
this.Text = "圖書借閱管理";
this.Load += new System.EventHandler(this.BorrowandBack_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvbb)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dgvbb;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtbokisbn;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtstunum;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnsearch;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btndel;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -