📄 book.cs
字号:
this.label18.TabIndex = 11;
this.label18.Text = "请输入类别:";
//
// tabPage5
//
this.tabPage5.Controls.Add(this.button6);
this.tabPage5.Controls.Add(this.texBN);
this.tabPage5.Controls.Add(this.label17);
this.tabPage5.Location = new System.Drawing.Point(4, 21);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Size = new System.Drawing.Size(559, 87);
this.tabPage5.TabIndex = 1;
this.tabPage5.Text = "按书籍名称查询";
//
// button6
//
this.button6.Location = new System.Drawing.Point(336, 34);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(40, 24);
this.button6.TabIndex = 9;
this.button6.Text = "查询";
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// texBN
//
this.texBN.Location = new System.Drawing.Point(168, 34);
this.texBN.Name = "texBN";
this.texBN.Size = new System.Drawing.Size(136, 21);
this.texBN.TabIndex = 8;
this.texBN.Text = "";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(55, 34);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(103, 17);
this.label17.TabIndex = 7;
this.label17.Text = "请输入书籍名称:";
//
// tabPage8
//
this.tabPage8.Controls.Add(this.button9);
this.tabPage8.Controls.Add(this.texP);
this.tabPage8.Controls.Add(this.label20);
this.tabPage8.Location = new System.Drawing.Point(4, 21);
this.tabPage8.Name = "tabPage8";
this.tabPage8.Size = new System.Drawing.Size(559, 87);
this.tabPage8.TabIndex = 4;
this.tabPage8.Text = "按出版社查询";
//
// button9
//
this.button9.Location = new System.Drawing.Point(336, 34);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(40, 24);
this.button9.TabIndex = 13;
this.button9.Text = "查询";
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// texP
//
this.texP.Location = new System.Drawing.Point(168, 34);
this.texP.Name = "texP";
this.texP.Size = new System.Drawing.Size(136, 21);
this.texP.TabIndex = 12;
this.texP.Text = "";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(55, 34);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(91, 17);
this.label20.TabIndex = 11;
this.label20.Text = "请输入出版社:";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox3);
this.tabPage2.Controls.Add(this.groupBox2);
this.tabPage2.Controls.Add(this.groupBox4);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Size = new System.Drawing.Size(567, 396);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "书籍信息修改删除";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.rB2);
this.groupBox3.Controls.Add(this.rB1);
this.groupBox3.Location = new System.Drawing.Point(56, 24);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(176, 80);
this.groupBox3.TabIndex = 17;
this.groupBox3.TabStop = false;
//
// rB2
//
this.rB2.Location = new System.Drawing.Point(16, 48);
this.rB2.Name = "rB2";
this.rB2.Size = new System.Drawing.Size(88, 24);
this.rB2.TabIndex = 1;
this.rB2.Text = "按名称查询";
this.rB2.CheckedChanged += new System.EventHandler(this.rB2_CheckedChanged);
//
// rB1
//
this.rB1.Checked = true;
this.rB1.Location = new System.Drawing.Point(16, 17);
this.rB1.Name = "rB1";
this.rB1.Size = new System.Drawing.Size(88, 24);
this.rB1.TabIndex = 0;
this.rB1.TabStop = true;
this.rB1.Text = "按ISBN查询";
this.rB1.CheckedChanged += new System.EventHandler(this.rB1_CheckedChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.texPr2);
this.groupBox2.Controls.Add(this.label22);
this.groupBox2.Controls.Add(this.button10);
this.groupBox2.Controls.Add(this.texBZ2);
this.groupBox2.Controls.Add(this.texBC2);
this.groupBox2.Controls.Add(this.texP2);
this.groupBox2.Controls.Add(this.texA2);
this.groupBox2.Controls.Add(this.texT2);
this.groupBox2.Controls.Add(this.texBN2);
this.groupBox2.Controls.Add(this.texI2);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Controls.Add(this.label15);
this.groupBox2.Controls.Add(this.button4);
this.groupBox2.Location = new System.Drawing.Point(56, 104);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(457, 248);
this.groupBox2.TabIndex = 16;
this.groupBox2.TabStop = false;
//
// texPr2
//
this.texPr2.Location = new System.Drawing.Point(88, 96);
this.texPr2.Name = "texPr2";
this.texPr2.Size = new System.Drawing.Size(120, 21);
this.texPr2.TabIndex = 31;
this.texPr2.Text = "";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(32, 96);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(42, 17);
this.label22.TabIndex = 30;
this.label22.Text = "价格:";
//
// button10
//
this.button10.Location = new System.Drawing.Point(368, 200);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(56, 24);
this.button10.TabIndex = 29;
this.button10.Text = "删除";
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// texBZ2
//
this.texBZ2.Location = new System.Drawing.Point(88, 160);
this.texBZ2.Multiline = true;
this.texBZ2.Name = "texBZ2";
this.texBZ2.Size = new System.Drawing.Size(216, 64);
this.texBZ2.TabIndex = 28;
this.texBZ2.Text = "";
//
// texBC2
//
this.texBC2.Location = new System.Drawing.Point(304, 64);
this.texBC2.Name = "texBC2";
this.texBC2.Size = new System.Drawing.Size(120, 21);
this.texBC2.TabIndex = 27;
this.texBC2.Text = "";
//
// texP2
//
this.texP2.Location = new System.Drawing.Point(88, 128);
this.texP2.Name = "texP2";
this.texP2.Size = new System.Drawing.Size(216, 21);
this.texP2.TabIndex = 26;
this.texP2.Text = "";
//
// texA2
//
this.texA2.Location = new System.Drawing.Point(304, 96);
this.texA2.Name = "texA2";
this.texA2.Size = new System.Drawing.Size(120, 21);
this.texA2.TabIndex = 25;
this.texA2.Text = "";
//
// texT2
//
this.texT2.Location = new System.Drawing.Point(88, 64);
this.texT2.Name = "texT2";
this.texT2.Size = new System.Drawing.Size(120, 21);
this.texT2.TabIndex = 24;
this.texT2.Text = "";
//
// texBN2
//
this.texBN2.Location = new System.Drawing.Point(304, 32);
this.texBN2.Name = "texBN2";
this.texBN2.Size = new System.Drawing.Size(120, 21);
this.texBN2.TabIndex = 23;
this.texBN2.Text = "";
//
// texI2
//
this.texI2.Location = new System.Drawing.Point(88, 32);
this.texI2.Name = "texI2";
this.texI2.Size = new System.Drawing.Size(120, 21);
this.texI2.TabIndex = 22;
this.texI2.Text = "";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(248, 64);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(42, 17);
this.label8.TabIndex = 19;
this.label8.Text = "数量:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(248, 32);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(42, 17);
this.label9.TabIndex = 15;
this.label9.Text = "书名:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(32, 128);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(54, 17);
this.label10.TabIndex = 18;
this.label10.Text = "出版社:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(32, 32);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(42, 17);
this.label11.TabIndex = 21;
this.label11.Text = "ISBN:";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(248, 96);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(42, 17);
this.label13.TabIndex = 17;
this.label13.Text = "作者:";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(32, 64);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(42, 17);
this.label14.TabIndex = 16;
this.label14.Text = "类别:";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(32, 160);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(42, 17);
this.label15.TabIndex = 20;
this.label15.Text = "备注:";
//
// button4
//
this.button4.Location = new System.Drawing.Point(368, 152);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(56, 24);
this.button4.TabIndex = 13;
this.button4.Text = "修改";
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.button3);
this.groupBox4.Controls.Add(this.tex);
this.groupBox4.Controls.Add(this.label12);
this.groupBox4.Location = new System.Drawing.Point(240, 24);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(272, 80);
this.groupBox4.TabIndex = 15;
this.groupBox4.TabStop = false;
//
// button3
//
this.button3.Location = new System.Drawing.Point(184, 48);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(56, 24);
this.button3.TabIndex = 2;
this.button3.Text = "查询";
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// tex
//
this.tex.Location = new System.Drawing.Point(104, 16);
this.tex.Name = "tex";
this.tex.Size = new System.Drawing.Size(136, 21);
this.tex.TabIndex = 1;
this.tex.Text = "";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(16, 16);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(79, 17);
this.label12.TabIndex = 0;
this.label12.Text = "请输入ISBN:";
//
// tabPage3
//
this.tabPage3.Controls.Add(this.button2);
this.tabPage3.Controls.Add(this.button1);
this.tabPage3.Controls.Add(this.groupBox1);
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(567, 396);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "书籍信息录入";
//
// button2
//
this.button2.Location = new System.Drawing.Point(360, 328);
this.button2.Name = "button2";
this.button2.TabIndex = 10;
this.button2.Text = "重置";
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(128, 328);
this.button1.Name = "button1";
this.button1.TabIndex = 9;
this.button1.Text = "确定";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.texPr1);
this.groupBox1.Controls.Add(this.label21);
this.groupBox1.Controls.Add(this.texBZ1);
this.groupBox1.Controls.Add(this.texC1);
this.groupBox1.Controls.Add(this.texP1);
this.groupBox1.Controls.Add(this.texA1);
this.groupBox1.Controls.Add(this.texT1);
this.groupBox1.Controls.Add(this.texN1);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -