fborrowlist.designer.cs
来自「 一个用C#编写的图书管系统」· CS 代码 · 共 260 行
CS
260 行
namespace Library
{
partial class fBorrowList
{
/// <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.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.ColumnID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnXueHao = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnBrDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnYHDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnSHDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.textBox1 = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cmblist = new System.Windows.Forms.ComboBox();
this.tbSearch = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// 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.toolStripButton5});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(448, 51);
this.toolStrip1.TabIndex = 0;
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 = global::Library.Properties.Resources._236;
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.excel;
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(39, 48);
this.toolStripButton4.Text = "Excel";
this.toolStripButton4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
//
// toolStripButton5
//
this.toolStripButton5.Image = global::Library.Properties.Resources.W95MBX01;
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Size = new System.Drawing.Size(36, 48);
this.toolStripButton5.Text = "退出";
this.toolStripButton5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
//
// 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.ColumnID,
this.ColumnXueHao,
this.ColumnBrDate,
this.ColumnYHDate,
this.ColumnSHDate});
this.dataGridView1.Location = new System.Drawing.Point(6, 20);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(433, 219);
this.dataGridView1.TabIndex = 1;
//
// ColumnID
//
this.ColumnID.DataPropertyName = "BookID";
this.ColumnID.HeaderText = "图书编号";
this.ColumnID.Name = "ColumnID";
this.ColumnID.ReadOnly = true;
//
// ColumnXueHao
//
this.ColumnXueHao.DataPropertyName = "ReaderXueHao";
this.ColumnXueHao.HeaderText = "读者学号";
this.ColumnXueHao.Name = "ColumnXueHao";
this.ColumnXueHao.ReadOnly = true;
//
// ColumnBrDate
//
this.ColumnBrDate.DataPropertyName = "BrDate";
this.ColumnBrDate.HeaderText = "借阅日期";
this.ColumnBrDate.Name = "ColumnBrDate";
this.ColumnBrDate.ReadOnly = true;
//
// ColumnYHDate
//
this.ColumnYHDate.DataPropertyName = "YingHuanDate";
this.ColumnYHDate.HeaderText = "应还日期";
this.ColumnYHDate.Name = "ColumnYHDate";
this.ColumnYHDate.ReadOnly = true;
//
// ColumnSHDate
//
this.ColumnSHDate.DataPropertyName = "ShiHuanDate";
this.ColumnSHDate.HeaderText = "实还日期";
this.ColumnSHDate.Name = "ColumnSHDate";
this.ColumnSHDate.ReadOnly = true;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(331, 61);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(110, 48);
this.textBox1.TabIndex = 10;
this.textBox1.Text = "这是一个模糊检索的系统,查询条件为空表示不限制";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dataGridView1);
this.groupBox1.Location = new System.Drawing.Point(2, 130);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(450, 245);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询结果";
//
// cmblist
//
this.cmblist.FormattingEnabled = true;
this.cmblist.Items.AddRange(new object[] {
"图书编号",
"读者ID",
""});
this.cmblist.Location = new System.Drawing.Point(133, 61);
this.cmblist.Name = "cmblist";
this.cmblist.Size = new System.Drawing.Size(183, 20);
this.cmblist.TabIndex = 12;
//
// tbSearch
//
this.tbSearch.Location = new System.Drawing.Point(133, 94);
this.tbSearch.Name = "tbSearch";
this.tbSearch.Size = new System.Drawing.Size(183, 21);
this.tbSearch.TabIndex = 13;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 64);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 14;
this.label1.Text = "查询条件:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 97);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(101, 12);
this.label2.TabIndex = 15;
this.label2.Text = "请输入查询内容:";
//
// fBorrowList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(448, 418);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.tbSearch);
this.Controls.Add(this.cmblist);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.toolStrip1);
this.Name = "fBorrowList";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "读者借阅记录";
this.Load += new System.EventHandler(this.fBorrowlist_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ComboBox cmblist;
private System.Windows.Forms.TextBox tbSearch;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnID;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnXueHao;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnBrDate;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnYHDate;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnSHDate;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?