📄 借书管理.designer.cs
字号:
namespace 图书馆
{
partial class 借书管理
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </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.状态 = 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 = "学院";
//
// 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.状态,
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;
//
// 状态
//
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;
//
// 价格
//
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;
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -