📄 罚款.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.原因 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.罚款日期 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label3 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label2 = 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.所欠钱数 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
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();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// 原因
//
this.原因.HeaderText = "原因";
this.原因.Name = "原因";
this.原因.ReadOnly = true;
//
// 罚款日期
//
this.罚款日期.HeaderText = "罚款日期";
this.罚款日期.Name = "罚款日期";
this.罚款日期.ReadOnly = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(163, 381);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 19;
this.label3.Text = "上交钱数";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(266, 378);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(123, 21);
this.textBox2.TabIndex = 18;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(163, 57);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 17;
this.label2.Text = "读者信息";
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.读者姓名,
this.图书名称,
this.所欠钱数,
this.罚款日期,
this.原因});
this.dataGridView1.Location = new System.Drawing.Point(159, 72);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(542, 293);
this.dataGridView1.TabIndex = 16;
//
// 读者姓名
//
this.读者姓名.HeaderText = "读者姓名";
this.读者姓名.Name = "读者姓名";
this.读者姓名.ReadOnly = true;
//
// 图书名称
//
this.图书名称.HeaderText = "图书名称";
this.图书名称.Name = "图书名称";
this.图书名称.ReadOnly = true;
//
// 所欠钱数
//
this.所欠钱数.HeaderText = "所欠钱数";
this.所欠钱数.Name = "所欠钱数";
this.所欠钱数.ReadOnly = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(163, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 15;
this.label1.Text = "读者ID";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(266, 26);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(123, 21);
this.textBox1.TabIndex = 14;
//
// button3
//
this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
this.button3.Location = new System.Drawing.Point(28, 272);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(107, 49);
this.button3.TabIndex = 12;
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(28, 195);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(107, 44);
this.button2.TabIndex = 11;
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(26, 113);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(109, 46);
this.button1.TabIndex = 10;
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(152, 402);
this.splitter1.TabIndex = 13;
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(704, 402);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label2);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
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 = "罚款";
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridViewTextBoxColumn 原因;
private System.Windows.Forms.DataGridViewTextBoxColumn 罚款日期;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn 读者姓名;
private System.Windows.Forms.DataGridViewTextBoxColumn 图书名称;
private System.Windows.Forms.DataGridViewTextBoxColumn 所欠钱数;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
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 + -