📄 还书管理.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()
{
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.续借次数 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.借阅时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.归还时间 = 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;
//
// 续借次数
//
this.续借次数.HeaderText = "续借次数";
this.续借次数.Name = "续借次数";
this.续借次数.ReadOnly = true;
//
// 借阅时间
//
this.借阅时间.HeaderText = "借阅时间";
this.借阅时间.Name = "借阅时间";
this.借阅时间.ReadOnly = true;
//
// 归还时间
//
this.归还时间.HeaderText = "归还时间";
this.归还时间.Name = "归还时间";
this.归还时间.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.借阅时间,
this.归还时间,
this.续借次数});
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 续借次数;
private System.Windows.Forms.DataGridViewTextBoxColumn 借阅时间;
private System.Windows.Forms.DataGridViewTextBoxColumn 归还时间;
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;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -