📄 form2.designer.cs
字号:
namespace WindowsApplication1
{
partial class Form2
{
/// <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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dgvShowBookInfo = new System.Windows.Forms.DataGridView();
this.shuhao = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tiaoma = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.shuming = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zuozhe = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.chubanshe = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jiage = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.shujia = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvShowBookInfo)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(54, 51);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 12);
this.label1.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(48, 77);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 1;
this.label2.Text = "出版社";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(106, 36);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 2;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(106, 74);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 21);
this.textBox2.TabIndex = 3;
//
// button1
//
this.button1.Location = new System.Drawing.Point(85, 172);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 4;
this.button1.Text = "查询";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(30, 120);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 5;
this.label3.Text = " 图书名称";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(54, 39);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 6;
this.label4.Text = "作者";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(106, 117);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(100, 21);
this.textBox3.TabIndex = 7;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.textBox3);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Location = new System.Drawing.Point(22, 24);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(245, 212);
this.groupBox1.TabIndex = 8;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询条件";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.dgvShowBookInfo);
this.groupBox2.Location = new System.Drawing.Point(273, 24);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(464, 381);
this.groupBox2.TabIndex = 9;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "查询结果";
//
// dgvShowBookInfo
//
this.dgvShowBookInfo.AllowUserToAddRows = false;
this.dgvShowBookInfo.AllowUserToDeleteRows = false;
this.dgvShowBookInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvShowBookInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.shuhao,
this.tiaoma,
this.shuming,
this.zuozhe,
this.chubanshe,
this.jiage,
this.shujia});
this.dgvShowBookInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvShowBookInfo.Location = new System.Drawing.Point(3, 17);
this.dgvShowBookInfo.Name = "dgvShowBookInfo";
this.dgvShowBookInfo.ReadOnly = true;
this.dgvShowBookInfo.RowHeadersWidth = 30;
this.dgvShowBookInfo.RowTemplate.Height = 23;
this.dgvShowBookInfo.Size = new System.Drawing.Size(458, 361);
this.dgvShowBookInfo.TabIndex = 0;
//
// shuhao
//
this.shuhao.HeaderText = "图书编号";
this.shuhao.Name = "shuhao";
this.shuhao.ReadOnly = true;
//
// tiaoma
//
this.tiaoma.HeaderText = "条码号";
this.tiaoma.Name = "tiaoma";
this.tiaoma.ReadOnly = true;
//
// shuming
//
this.shuming.HeaderText = "图书名称";
this.shuming.Name = "shuming";
this.shuming.ReadOnly = true;
//
// zuozhe
//
this.zuozhe.HeaderText = "作者";
this.zuozhe.Name = "zuozhe";
this.zuozhe.ReadOnly = true;
//
// chubanshe
//
this.chubanshe.HeaderText = "出版社";
this.chubanshe.Name = "chubanshe";
this.chubanshe.ReadOnly = true;
//
// jiage
//
this.jiage.HeaderText = "价格";
this.jiage.Name = "jiage";
this.jiage.ReadOnly = true;
//
// shujia
//
this.shujia.HeaderText = "书架";
this.shujia.Name = "shujia";
this.shujia.ReadOnly = true;
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(766, 442);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "Form2";
this.Text = "图书查询";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvShowBookInfo)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dgvShowBookInfo;
private System.Windows.Forms.DataGridViewTextBoxColumn shuhao;
private System.Windows.Forms.DataGridViewTextBoxColumn tiaoma;
private System.Windows.Forms.DataGridViewTextBoxColumn shuming;
private System.Windows.Forms.DataGridViewTextBoxColumn zuozhe;
private System.Windows.Forms.DataGridViewTextBoxColumn chubanshe;
private System.Windows.Forms.DataGridViewTextBoxColumn jiage;
private System.Windows.Forms.DataGridViewTextBoxColumn shujia;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -