📄 insertbok.designer.cs
字号:
namespace 图书管理系统
{
partial class Insertbok
{
/// <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.txtclassname = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtbokname = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtISBN = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtwrname = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtbokin = new System.Windows.Forms.TextBox();
this.groupbox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btncancle = new System.Windows.Forms.Button();
this.btnclear = new System.Windows.Forms.Button();
this.btnadd = new System.Windows.Forms.Button();
this.groupbox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(17, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 0;
this.label1.Text = "类别";
//
// txtclassname
//
this.txtclassname.Location = new System.Drawing.Point(102, 24);
this.txtclassname.Name = "txtclassname";
this.txtclassname.Size = new System.Drawing.Size(100, 21);
this.txtclassname.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(17, 89);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 2;
this.label2.Text = "书名(必填)";
//
// txtbokname
//
this.txtbokname.Location = new System.Drawing.Point(102, 81);
this.txtbokname.Name = "txtbokname";
this.txtbokname.Size = new System.Drawing.Size(100, 21);
this.txtbokname.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(17, 148);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 4;
this.label3.Text = "ISBN(必填)";
//
// txtISBN
//
this.txtISBN.Location = new System.Drawing.Point(102, 145);
this.txtISBN.Name = "txtISBN";
this.txtISBN.Size = new System.Drawing.Size(100, 21);
this.txtISBN.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(238, 27);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 6;
this.label4.Text = "作者";
//
// txtwrname
//
this.txtwrname.Location = new System.Drawing.Point(303, 24);
this.txtwrname.Name = "txtwrname";
this.txtwrname.Size = new System.Drawing.Size(100, 21);
this.txtwrname.TabIndex = 7;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(238, 89);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 8;
this.label5.Text = "库存(必填)";
//
// txtbokin
//
this.txtbokin.Location = new System.Drawing.Point(303, 79);
this.txtbokin.Name = "txtbokin";
this.txtbokin.Size = new System.Drawing.Size(100, 21);
this.txtbokin.TabIndex = 9;
//
// groupbox1
//
this.groupbox1.Controls.Add(this.txtbokname);
this.groupbox1.Controls.Add(this.txtbokin);
this.groupbox1.Controls.Add(this.label1);
this.groupbox1.Controls.Add(this.label5);
this.groupbox1.Controls.Add(this.txtclassname);
this.groupbox1.Controls.Add(this.txtwrname);
this.groupbox1.Controls.Add(this.label2);
this.groupbox1.Controls.Add(this.label4);
this.groupbox1.Controls.Add(this.label3);
this.groupbox1.Controls.Add(this.txtISBN);
this.groupbox1.Location = new System.Drawing.Point(30, 27);
this.groupbox1.Name = "groupbox1";
this.groupbox1.Size = new System.Drawing.Size(430, 181);
this.groupbox1.TabIndex = 10;
this.groupbox1.TabStop = false;
this.groupbox1.Text = "录入图书信息";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btncancle);
this.groupBox2.Controls.Add(this.btnclear);
this.groupBox2.Controls.Add(this.btnadd);
this.groupBox2.Location = new System.Drawing.Point(534, 27);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(115, 181);
this.groupBox2.TabIndex = 10;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "操作";
//
// btncancle
//
this.btncancle.Location = new System.Drawing.Point(23, 137);
this.btncancle.Name = "btncancle";
this.btncancle.Size = new System.Drawing.Size(75, 23);
this.btncancle.TabIndex = 2;
this.btncancle.Text = "取消";
this.btncancle.UseVisualStyleBackColor = true;
this.btncancle.Click += new System.EventHandler(this.btncancle_Click);
//
// btnclear
//
this.btnclear.Location = new System.Drawing.Point(23, 84);
this.btnclear.Name = "btnclear";
this.btnclear.Size = new System.Drawing.Size(75, 23);
this.btnclear.TabIndex = 1;
this.btnclear.Text = "重置";
this.btnclear.UseVisualStyleBackColor = true;
this.btnclear.Click += new System.EventHandler(this.btnclear_Click);
//
// btnadd
//
this.btnadd.Location = new System.Drawing.Point(23, 27);
this.btnadd.Name = "btnadd";
this.btnadd.Size = new System.Drawing.Size(75, 23);
this.btnadd.TabIndex = 0;
this.btnadd.Text = "添加";
this.btnadd.UseVisualStyleBackColor = true;
this.btnadd.Click += new System.EventHandler(this.btnadd_Click);
//
// Insertbok
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(683, 239);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupbox1);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(691, 273);
this.MinimumSize = new System.Drawing.Size(691, 273);
this.Name = "Insertbok";
this.Text = "添加新图书";
this.groupbox1.ResumeLayout(false);
this.groupbox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtclassname;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtbokname;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtISBN;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtwrname;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtbokin;
private System.Windows.Forms.GroupBox groupbox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btncancle;
private System.Windows.Forms.Button btnclear;
private System.Windows.Forms.Button btnadd;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -