📄 frmbookinfo.designer.cs
字号:
//
// button1
//
this.button1.Location = new System.Drawing.Point(456, 445);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(89, 36);
this.button1.TabIndex = 16;
this.button1.Text = "删除";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click_1);
//
// button2
//
this.button2.Location = new System.Drawing.Point(318, 445);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(89, 36);
this.button2.TabIndex = 15;
this.button2.Text = "修改";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(180, 445);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(89, 36);
this.button3.TabIndex = 14;
this.button3.Text = "添加";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(594, 445);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(89, 36);
this.button4.TabIndex = 13;
this.button4.Text = "退出";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(42, 445);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(89, 36);
this.button5.TabIndex = 12;
this.button5.Text = "全部显示";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.dgMagazine);
this.groupBox3.Location = new System.Drawing.Point(-1, 76);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(732, 363);
this.groupBox3.TabIndex = 11;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "查询结果:";
this.groupBox3.Enter += new System.EventHandler(this.groupBox3_Enter);
//
// dgMagazine
//
this.dgMagazine.DataMember = "";
this.dgMagazine.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgMagazine.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dgMagazine.Location = new System.Drawing.Point(3, 17);
this.dgMagazine.Name = "dgMagazine";
this.dgMagazine.Size = new System.Drawing.Size(726, 343);
this.dgMagazine.TabIndex = 0;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.checkBox1);
this.groupBox4.Controls.Add(this.txtMagazineName);
this.groupBox4.Controls.Add(this.txtMagazineID);
this.groupBox4.Controls.Add(this.label3);
this.groupBox4.Controls.Add(this.label4);
this.groupBox4.Location = new System.Drawing.Point(-1, 11);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(720, 59);
this.groupBox4.TabIndex = 10;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "查询方式:";
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(550, 21);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(72, 16);
this.checkBox1.TabIndex = 4;
this.checkBox1.Text = "自动查找";
this.checkBox1.UseVisualStyleBackColor = true;
//
// txtMagazineName
//
this.txtMagazineName.Location = new System.Drawing.Point(385, 19);
this.txtMagazineName.Name = "txtMagazineName";
this.txtMagazineName.Size = new System.Drawing.Size(137, 21);
this.txtMagazineName.TabIndex = 3;
this.txtMagazineName.TextChanged += new System.EventHandler(this.txtMagazineName_TextChanged);
//
// txtMagazineID
//
this.txtMagazineID.Location = new System.Drawing.Point(164, 19);
this.txtMagazineID.Name = "txtMagazineID";
this.txtMagazineID.Size = new System.Drawing.Size(137, 21);
this.txtMagazineID.TabIndex = 2;
this.txtMagazineID.TextChanged += new System.EventHandler(this.txtMagazineID_TextChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(320, 22);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 1;
this.label3.Text = "书籍名称:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(99, 23);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 0;
this.label4.Text = "书籍编号:";
//
// frmBookInfo
//
this.ClientSize = new System.Drawing.Size(730, 491);
this.Controls.Add(this.button1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button3);
this.Controls.Add(this.button4);
this.Controls.Add(this.button5);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox4);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmBookInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "书籍借阅信息";
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgMagazine)).EndInit();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnAllShow;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtBookName;
private System.Windows.Forms.TextBox txtBookID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnAmend;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.DataGrid dataGrid1;
private System.Windows.Forms.CheckBox cboAuto;
private System.Windows.Forms.Button btnExcel;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.DataGrid dgMagazine;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.TextBox txtMagazineName;
private System.Windows.Forms.TextBox txtMagazineID;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -