📄 form1.designer.cs
字号:
this.groupBox1.Controls.Add(this.lblAuthor);
this.groupBox1.Controls.Add(this.lblBookName);
this.groupBox1.Controls.Add(this.lblISBN);
this.groupBox1.Controls.Add(this.label40);
this.groupBox1.Controls.Add(this.label39);
this.groupBox1.Controls.Add(this.label38);
this.groupBox1.Controls.Add(this.label37);
this.groupBox1.Controls.Add(this.label36);
this.groupBox1.Controls.Add(this.label35);
this.groupBox1.Controls.Add(this.label34);
this.groupBox1.Controls.Add(this.label17);
this.groupBox1.Location = new System.Drawing.Point(71, 61);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(305, 266);
this.groupBox1.TabIndex = 7;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "图书信息";
//
// lblStatus
//
this.lblStatus.AutoSize = true;
this.lblStatus.Location = new System.Drawing.Point(146, 232);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(59, 12);
this.lblStatus.TabIndex = 19;
this.lblStatus.Text = "lblStatus";
//
// lblBuyDate
//
this.lblBuyDate.AutoSize = true;
this.lblBuyDate.Location = new System.Drawing.Point(147, 205);
this.lblBuyDate.Name = "lblBuyDate";
this.lblBuyDate.Size = new System.Drawing.Size(65, 12);
this.lblBuyDate.TabIndex = 18;
this.lblBuyDate.Text = "lblBuyDate";
//
// lblBookType
//
this.lblBookType.AutoSize = true;
this.lblBookType.Location = new System.Drawing.Point(146, 173);
this.lblBookType.Name = "lblBookType";
this.lblBookType.Size = new System.Drawing.Size(71, 12);
this.lblBookType.TabIndex = 17;
this.lblBookType.Text = "lblBookType";
//
// lblPrice
//
this.lblPrice.AutoSize = true;
this.lblPrice.Location = new System.Drawing.Point(146, 135);
this.lblPrice.Name = "lblPrice";
this.lblPrice.Size = new System.Drawing.Size(53, 12);
this.lblPrice.TabIndex = 16;
this.lblPrice.Text = "lblPrice";
//
// lblPublisher
//
this.lblPublisher.AutoSize = true;
this.lblPublisher.Location = new System.Drawing.Point(147, 110);
this.lblPublisher.Name = "lblPublisher";
this.lblPublisher.Size = new System.Drawing.Size(77, 12);
this.lblPublisher.TabIndex = 15;
this.lblPublisher.Text = "lblPublisher";
//
// lblAuthor
//
this.lblAuthor.AutoSize = true;
this.lblAuthor.Location = new System.Drawing.Point(147, 78);
this.lblAuthor.Name = "lblAuthor";
this.lblAuthor.Size = new System.Drawing.Size(59, 12);
this.lblAuthor.TabIndex = 14;
this.lblAuthor.Text = "lblAuthor";
//
// lblBookName
//
this.lblBookName.AutoSize = true;
this.lblBookName.Location = new System.Drawing.Point(146, 47);
this.lblBookName.Name = "lblBookName";
this.lblBookName.Size = new System.Drawing.Size(71, 12);
this.lblBookName.TabIndex = 13;
this.lblBookName.Text = "lblBookName";
//
// lblISBN
//
this.lblISBN.AutoSize = true;
this.lblISBN.Location = new System.Drawing.Point(147, 21);
this.lblISBN.Name = "lblISBN";
this.lblISBN.Size = new System.Drawing.Size(47, 12);
this.lblISBN.TabIndex = 12;
this.lblISBN.Text = "lblISBN";
//
// label40
//
this.label40.AutoSize = true;
this.label40.Location = new System.Drawing.Point(45, 232);
this.label40.Name = "label40";
this.label40.Size = new System.Drawing.Size(29, 12);
this.label40.TabIndex = 11;
this.label40.Text = "状态";
//
// label39
//
this.label39.AutoSize = true;
this.label39.Location = new System.Drawing.Point(45, 205);
this.label39.Name = "label39";
this.label39.Size = new System.Drawing.Size(53, 12);
this.label39.TabIndex = 10;
this.label39.Text = "购买日期";
//
// label38
//
this.label38.AutoSize = true;
this.label38.Location = new System.Drawing.Point(45, 173);
this.label38.Name = "label38";
this.label38.Size = new System.Drawing.Size(53, 12);
this.label38.TabIndex = 9;
this.label38.Text = "图书类型";
//
// label37
//
this.label37.AutoSize = true;
this.label37.Location = new System.Drawing.Point(45, 135);
this.label37.Name = "label37";
this.label37.Size = new System.Drawing.Size(29, 12);
this.label37.TabIndex = 8;
this.label37.Text = "单价";
//
// label36
//
this.label36.AutoSize = true;
this.label36.Location = new System.Drawing.Point(45, 110);
this.label36.Name = "label36";
this.label36.Size = new System.Drawing.Size(41, 12);
this.label36.TabIndex = 7;
this.label36.Text = "出版社";
//
// label35
//
this.label35.AutoSize = true;
this.label35.Location = new System.Drawing.Point(45, 78);
this.label35.Name = "label35";
this.label35.Size = new System.Drawing.Size(29, 12);
this.label35.TabIndex = 6;
this.label35.Text = "作者";
//
// label34
//
this.label34.AutoSize = true;
this.label34.Location = new System.Drawing.Point(45, 47);
this.label34.Name = "label34";
this.label34.Size = new System.Drawing.Size(29, 12);
this.label34.TabIndex = 5;
this.label34.Text = "书名";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(45, 21);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(29, 12);
this.label17.TabIndex = 3;
this.label17.Text = "ISBN";
//
// txtBookId
//
this.txtBookId.Location = new System.Drawing.Point(298, 19);
this.txtBookId.Name = "txtBookId";
this.txtBookId.Size = new System.Drawing.Size(100, 21);
this.txtBookId.TabIndex = 6;
this.txtBookId.TextChanged += new System.EventHandler(this.txtBookId_TextChanged);
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(239, 28);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(53, 12);
this.label16.TabIndex = 5;
this.label16.Text = "图书编号";
//
// txtReaderId
//
this.txtReaderId.Location = new System.Drawing.Point(111, 19);
this.txtReaderId.Name = "txtReaderId";
this.txtReaderId.Size = new System.Drawing.Size(100, 21);
this.txtReaderId.TabIndex = 4;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(47, 28);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(53, 12);
this.label15.TabIndex = 3;
this.label15.Text = "读者编号";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(65, 223);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 8;
this.label7.Text = "图书类型";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(65, 192);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 7;
this.label8.Text = "单价";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(65, 152);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 6;
this.label9.Text = "出版社";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(65, 112);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(29, 12);
this.label10.TabIndex = 5;
this.label10.Text = "作者";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(65, 73);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(29, 12);
this.label11.TabIndex = 4;
this.label11.Text = "书名";
//
// button2
//
this.button2.Location = new System.Drawing.Point(272, 280);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 3;
this.button2.Text = "button1";
this.button2.UseVisualStyleBackColor = true;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(65, 36);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(29, 12);
this.label12.TabIndex = 2;
this.label12.Text = "ISBN";
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Location = new System.Drawing.Point(258, 144);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(121, 20);
this.comboBox2.TabIndex = 1;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(243, 85);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 21);
this.textBox2.TabIndex = 0;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(65, 249);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(29, 12);
this.label18.TabIndex = 10;
this.label18.Text = "状态";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(65, 212);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(53, 12);
this.label19.TabIndex = 9;
this.label19.Text = "购买日期";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(65, 176);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(53, 12);
this.label20.TabIndex = 8;
this.label20.Text = "图书类型";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(65, 144);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(29, 12);
this.label21.TabIndex = 7;
this.label21.Text = "单价";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(65, 85);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(29, 12);
this.label22.TabIndex = 5;
this.label22.Text = "作者";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(65, 51);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(29, 12);
this.label23.TabIndex = 4;
this.label23.Text = "书名";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(195, 240);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -