📄 freadersearch.designer.cs
字号:
namespace Library
{
partial class fReaderSearch
{
/// <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.cmBClassify = new System.Windows.Forms.ComboBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tbSearch = new System.Windows.Forms.TextBox();
this.ColumnID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnXueHao = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnPassword = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnSex = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnMajor = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnClass = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.toolStrip1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
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(665, 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);
//
// cmBClassify
//
this.cmBClassify.FormattingEnabled = true;
this.cmBClassify.Items.AddRange(new object[] {
"读者学号",
"读者姓名",
"班级",
"专业"});
this.cmBClassify.Location = new System.Drawing.Point(83, 75);
this.cmBClassify.Name = "cmBClassify";
this.cmBClassify.Size = new System.Drawing.Size(121, 20);
this.cmBClassify.TabIndex = 14;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.dataGridView1);
this.groupBox2.Location = new System.Drawing.Point(0, 112);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(653, 274);
this.groupBox2.TabIndex = 16;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "查询结果";
//
// 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.ColumnName,
this.ColumnPassword,
this.ColumnSex,
this.ColumnMajor,
this.ColumnClass,
this.ColumnType});
this.dataGridView1.Location = new System.Drawing.Point(8, 20);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(639, 248);
this.dataGridView1.TabIndex = 0;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(523, 53);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(114, 53);
this.textBox1.TabIndex = 17;
this.textBox1.Text = "这是一个模糊检索的系统,查询条件为空表示不限制";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 78);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 18;
this.label1.Text = "查询条件:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(242, 78);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(101, 12);
this.label2.TabIndex = 19;
this.label2.Text = "请输入查询内容:";
//
// tbSearch
//
this.tbSearch.Location = new System.Drawing.Point(349, 74);
this.tbSearch.Name = "tbSearch";
this.tbSearch.Size = new System.Drawing.Size(132, 21);
this.tbSearch.TabIndex = 20;
//
// ColumnID
//
this.ColumnID.DataPropertyName = "ReaderID";
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;
//
// ColumnName
//
this.ColumnName.DataPropertyName = "ReaderName";
this.ColumnName.HeaderText = "读者姓名";
this.ColumnName.Name = "ColumnName";
this.ColumnName.ReadOnly = true;
//
// ColumnPassword
//
this.ColumnPassword.DataPropertyName = "ReaderPassword";
this.ColumnPassword.HeaderText = "密码";
this.ColumnPassword.Name = "ColumnPassword";
this.ColumnPassword.ReadOnly = true;
//
// ColumnSex
//
this.ColumnSex.DataPropertyName = "ReaderSex";
this.ColumnSex.HeaderText = "性别";
this.ColumnSex.Name = "ColumnSex";
this.ColumnSex.ReadOnly = true;
//
// ColumnMajor
//
this.ColumnMajor.DataPropertyName = "ReaderMajor";
this.ColumnMajor.HeaderText = "专业";
this.ColumnMajor.Name = "ColumnMajor";
this.ColumnMajor.ReadOnly = true;
//
// ColumnClass
//
this.ColumnClass.DataPropertyName = "ReaderClass";
this.ColumnClass.HeaderText = "班级";
this.ColumnClass.Name = "ColumnClass";
this.ColumnClass.ReadOnly = true;
//
// ColumnType
//
this.ColumnType.DataPropertyName = "ReaderType";
this.ColumnType.HeaderText = "类别";
this.ColumnType.Name = "ColumnType";
this.ColumnType.ReadOnly = true;
//
// fReaderSearch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(665, 393);
this.Controls.Add(this.tbSearch);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.cmBClassify);
this.Name = "fReaderSearch";
this.Text = "读者综合查询";
this.Load += new System.EventHandler(this.fReaderSearch_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
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.ComboBox cmBClassify;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbSearch;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnID;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnXueHao;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnName;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnPassword;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnSex;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnMajor;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnClass;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnType;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -