📄 form1.designer.cs
字号:
namespace Test09
{
partial class Form1
{
/// <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.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.txtStatus = new System.Windows.Forms.TextBox();
this.txtBuyDate = new System.Windows.Forms.TextBox();
this.txtPrice = new System.Windows.Forms.TextBox();
this.txtPublisher = new System.Windows.Forms.TextBox();
this.txtAuthor = new System.Windows.Forms.TextBox();
this.txtBookName = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.btnInStore = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.cbbBookType = new System.Windows.Forms.ComboBox();
this.txtISBN = new System.Windows.Forms.TextBox();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.btnLendOut = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lblStatus = new System.Windows.Forms.Label();
this.lblBuyDate = new System.Windows.Forms.Label();
this.lblBookType = new System.Windows.Forms.Label();
this.lblPrice = new System.Windows.Forms.Label();
this.lblPublisher = new System.Windows.Forms.Label();
this.lblAuthor = new System.Windows.Forms.Label();
this.lblBookName = new System.Windows.Forms.Label();
this.lblISBN = new System.Windows.Forms.Label();
this.label40 = new System.Windows.Forms.Label();
this.label39 = new System.Windows.Forms.Label();
this.label38 = new System.Windows.Forms.Label();
this.label37 = new System.Windows.Forms.Label();
this.label36 = new System.Windows.Forms.Label();
this.label35 = new System.Windows.Forms.Label();
this.label34 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.txtBookId = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.txtReaderId = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.label12 = new System.Windows.Forms.Label();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox7 = new System.Windows.Forms.TextBox();
this.label24 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.label25 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.textBox8 = new System.Windows.Forms.TextBox();
this.label26 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.textBox9 = new System.Windows.Forms.TextBox();
this.textBox10 = new System.Windows.Forms.TextBox();
this.textBox11 = new System.Windows.Forms.TextBox();
this.textBox12 = new System.Windows.Forms.TextBox();
this.textBox13 = new System.Windows.Forms.TextBox();
this.textBox14 = new System.Windows.Forms.TextBox();
this.label29 = new System.Windows.Forms.Label();
this.label30 = new System.Windows.Forms.Label();
this.label31 = new System.Windows.Forms.Label();
this.label32 = new System.Windows.Forms.Label();
this.button4 = new System.Windows.Forms.Button();
this.label33 = new System.Windows.Forms.Label();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.textBox15 = new System.Windows.Forms.TextBox();
this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(457, 396);
this.tabControl1.TabIndex = 0;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.txtStatus);
this.tabPage2.Controls.Add(this.txtBuyDate);
this.tabPage2.Controls.Add(this.txtPrice);
this.tabPage2.Controls.Add(this.txtPublisher);
this.tabPage2.Controls.Add(this.txtAuthor);
this.tabPage2.Controls.Add(this.txtBookName);
this.tabPage2.Controls.Add(this.label14);
this.tabPage2.Controls.Add(this.label13);
this.tabPage2.Controls.Add(this.label6);
this.tabPage2.Controls.Add(this.label5);
this.tabPage2.Controls.Add(this.label4);
this.tabPage2.Controls.Add(this.label3);
this.tabPage2.Controls.Add(this.label2);
this.tabPage2.Controls.Add(this.btnInStore);
this.tabPage2.Controls.Add(this.label1);
this.tabPage2.Controls.Add(this.cbbBookType);
this.tabPage2.Controls.Add(this.txtISBN);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(449, 371);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "新书入库";
this.tabPage2.UseVisualStyleBackColor = true;
//
// txtStatus
//
this.txtStatus.Location = new System.Drawing.Point(195, 240);
this.txtStatus.Name = "txtStatus";
this.txtStatus.Size = new System.Drawing.Size(167, 21);
this.txtStatus.TabIndex = 16;
//
// txtBuyDate
//
this.txtBuyDate.Location = new System.Drawing.Point(195, 203);
this.txtBuyDate.Name = "txtBuyDate";
this.txtBuyDate.Size = new System.Drawing.Size(167, 21);
this.txtBuyDate.TabIndex = 15;
//
// txtPrice
//
this.txtPrice.Location = new System.Drawing.Point(195, 135);
this.txtPrice.Name = "txtPrice";
this.txtPrice.Size = new System.Drawing.Size(167, 21);
this.txtPrice.TabIndex = 14;
//
// txtPublisher
//
this.txtPublisher.Location = new System.Drawing.Point(195, 103);
this.txtPublisher.Name = "txtPublisher";
this.txtPublisher.Size = new System.Drawing.Size(167, 21);
this.txtPublisher.TabIndex = 13;
//
// txtAuthor
//
this.txtAuthor.Location = new System.Drawing.Point(195, 76);
this.txtAuthor.Name = "txtAuthor";
this.txtAuthor.Size = new System.Drawing.Size(167, 21);
this.txtAuthor.TabIndex = 12;
//
// txtBookName
//
this.txtBookName.Location = new System.Drawing.Point(195, 42);
this.txtBookName.Name = "txtBookName";
this.txtBookName.Size = new System.Drawing.Size(167, 21);
this.txtBookName.TabIndex = 11;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(65, 249);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(29, 12);
this.label14.TabIndex = 10;
this.label14.Text = "状态";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(65, 212);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(53, 12);
this.label13.TabIndex = 9;
this.label13.Text = "购买日期";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(65, 176);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 8;
this.label6.Text = "图书类型";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(65, 144);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 7;
this.label5.Text = "单价";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(65, 112);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 6;
this.label4.Text = "出版社";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(65, 85);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 5;
this.label3.Text = "作者";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(65, 51);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 4;
this.label2.Text = "书名";
//
// btnInStore
//
this.btnInStore.Location = new System.Drawing.Point(177, 306);
this.btnInStore.Name = "btnInStore";
this.btnInStore.Size = new System.Drawing.Size(75, 23);
this.btnInStore.TabIndex = 3;
this.btnInStore.Text = "入库";
this.btnInStore.UseVisualStyleBackColor = true;
this.btnInStore.Click += new System.EventHandler(this.btnInStore_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(65, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 2;
this.label1.Text = "ISBN";
//
// cbbBookType
//
this.cbbBookType.FormattingEnabled = true;
this.cbbBookType.Location = new System.Drawing.Point(195, 173);
this.cbbBookType.Name = "cbbBookType";
this.cbbBookType.Size = new System.Drawing.Size(167, 20);
this.cbbBookType.TabIndex = 1;
//
// txtISBN
//
this.txtISBN.Location = new System.Drawing.Point(195, 14);
this.txtISBN.Name = "txtISBN";
this.txtISBN.Size = new System.Drawing.Size(167, 21);
this.txtISBN.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.btnLendOut);
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Controls.Add(this.txtBookId);
this.tabPage1.Controls.Add(this.label16);
this.tabPage1.Controls.Add(this.txtReaderId);
this.tabPage1.Controls.Add(this.label15);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Size = new System.Drawing.Size(449, 371);
this.tabPage1.TabIndex = 2;
this.tabPage1.Text = "图书借阅";
this.tabPage1.UseVisualStyleBackColor = true;
//
// btnLendOut
//
this.btnLendOut.Location = new System.Drawing.Point(301, 333);
this.btnLendOut.Name = "btnLendOut";
this.btnLendOut.Size = new System.Drawing.Size(75, 23);
this.btnLendOut.TabIndex = 8;
this.btnLendOut.Text = "借出";
this.btnLendOut.UseVisualStyleBackColor = true;
this.btnLendOut.Click += new System.EventHandler(this.btnLendOut_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lblStatus);
this.groupBox1.Controls.Add(this.lblBuyDate);
this.groupBox1.Controls.Add(this.lblBookType);
this.groupBox1.Controls.Add(this.lblPrice);
this.groupBox1.Controls.Add(this.lblPublisher);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -