📄 fbookreturn.designer.cs
字号:
this.tboverdate.ReadOnly = true;
this.tboverdate.Size = new System.Drawing.Size(122, 21);
this.tboverdate.TabIndex = 13;
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(81, 108);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(122, 21);
this.dateTimePicker1.TabIndex = 10;
//
// tbBookID
//
this.tbBookID.Location = new System.Drawing.Point(362, 12);
this.tbBookID.Name = "tbBookID";
this.tbBookID.ReadOnly = true;
this.tbBookID.Size = new System.Drawing.Size(100, 21);
this.tbBookID.TabIndex = 16;
this.tbBookID.Visible = false;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ColumnBookID,
this.ColumnYingHuanDate});
this.dataGridView1.Location = new System.Drawing.Point(10, 54);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(243, 297);
this.dataGridView1.TabIndex = 10;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// ColumnBookID
//
this.ColumnBookID.DataPropertyName = "BookID";
this.ColumnBookID.HeaderText = "图书编号";
this.ColumnBookID.Name = "ColumnBookID";
this.ColumnBookID.ReadOnly = true;
//
// ColumnYingHuanDate
//
this.ColumnYingHuanDate.DataPropertyName = "YinghuanDate";
this.ColumnYingHuanDate.HeaderText = "应还日期";
this.ColumnYingHuanDate.Name = "ColumnYingHuanDate";
this.ColumnYingHuanDate.ReadOnly = true;
//
// toolStrip1
//
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1,
this.toolStripButton2,
this.toolStripButton4,
this.toolStripButton3});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(498, 51);
this.toolStrip1.TabIndex = 14;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripButton1
//
this.toolStripButton1.Image = global::Library.Properties.Resources._095;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(36, 48);
this.toolStripButton1.Text = "搜索";
this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripButton2
//
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(36, 48);
this.toolStripButton2.Text = "刷新";
this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripButton4
//
this.toolStripButton4.Image = global::Library.Properties.Resources._116;
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(81, 48);
this.toolStripButton4.Text = "确定已交罚金";
this.toolStripButton4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
//
// toolStripButton3
//
this.toolStripButton3.Image = global::Library.Properties.Resources.W95MBX01;
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(36, 48);
this.toolStripButton3.Text = "退出";
this.toolStripButton3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// tbfine
//
this.tbfine.Location = new System.Drawing.Point(234, 12);
this.tbfine.Name = "tbfine";
this.tbfine.ReadOnly = true;
this.tbfine.Size = new System.Drawing.Size(100, 21);
this.tbfine.TabIndex = 17;
this.tbfine.Visible = false;
//
// fBookReturn
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(498, 361);
this.Controls.Add(this.tbBookID);
this.Controls.Add(this.tbfine);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.groupBox1);
this.Name = "fBookReturn";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "图书归还";
this.Load += new System.EventHandler(this.fBookReturn_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbdzNO;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button btncancle;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tbmoney;
private System.Windows.Forms.TextBox tboverdate;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.TextBox tbBookID;
private System.Windows.Forms.TextBox tbfine;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnBookID;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnYingHuanDate;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -