📄 预约管理.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.读者ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.textBox3 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox2 = 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();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
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.splitter1 = new System.Windows.Forms.Splitter();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// 图书ID
//
this.图书ID.HeaderText = "图书ID";
this.图书ID.Name = "图书ID";
this.图书ID.ReadOnly = true;
//
// 读者ID
//
this.读者ID.HeaderText = "读者ID";
this.读者ID.Name = "读者ID";
this.读者ID.ReadOnly = true;
//
// 姓名
//
this.姓名.HeaderText = "读者姓名";
this.姓名.Name = "姓名";
this.姓名.ReadOnly = true;
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel1.Controls.Add(this.textBox3);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.textBox2);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.textBox1);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(154, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(539, 111);
this.panel1.TabIndex = 17;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(231, 74);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(100, 21);
this.textBox3.TabIndex = 9;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(168, 77);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 8;
this.label3.Text = "图书名称";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(51, 74);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 21);
this.textBox2.TabIndex = 7;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(4, 77);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 6;
this.label2.Text = "图书ID";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(51, 28);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 5;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(4, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 4;
this.label1.Text = "读者ID";
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.姓名,
this.读者ID,
this.图书ID,
this.图书名称,
this.预约日期});
this.dataGridView1.Location = new System.Drawing.Point(154, 121);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(539, 313);
this.dataGridView1.TabIndex = 16;
//
// 图书名称
//
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.Location = new System.Drawing.Point(21, 229);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(98, 50);
this.button3.TabIndex = 14;
this.button3.Text = "退出";
this.button3.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button2.Location = new System.Drawing.Point(21, 144);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(98, 43);
this.button2.TabIndex = 13;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button1.Location = new System.Drawing.Point(21, 59);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(98, 42);
this.button1.TabIndex = 12;
this.button1.Text = "确定";
this.button1.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(148, 433);
this.splitter1.TabIndex = 15;
this.splitter1.TabStop = false;
//
// 预约管理
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(695, 433);
this.Controls.Add(this.panel1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.splitter1);
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 读者ID;
private System.Windows.Forms.DataGridViewTextBoxColumn 姓名;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn 图书名称;
private System.Windows.Forms.DataGridViewTextBoxColumn 预约日期;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Splitter splitter1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -