📄 reader.cs
字号:
//
this.texB5.Location = new System.Drawing.Point(192, 40);
this.texB5.Name = "texB5";
this.texB5.Size = new System.Drawing.Size(136, 21);
this.texB5.TabIndex = 1;
this.texB5.Text = "";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(80, 40);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(103, 17);
this.label21.TabIndex = 0;
this.label21.Text = "请输入书籍名称:";
//
// tabPage7
//
this.tabPage7.Controls.Add(this.texB6);
this.tabPage7.Controls.Add(this.label23);
this.tabPage7.Controls.Add(this.button8);
this.tabPage7.Controls.Add(this.texBN6);
this.tabPage7.Controls.Add(this.label22);
this.tabPage7.Location = new System.Drawing.Point(4, 21);
this.tabPage7.Name = "tabPage7";
this.tabPage7.Size = new System.Drawing.Size(559, 103);
this.tabPage7.TabIndex = 3;
this.tabPage7.Text = "按读者编号和书籍查询";
//
// texB6
//
this.texB6.Location = new System.Drawing.Point(195, 24);
this.texB6.Name = "texB6";
this.texB6.Size = new System.Drawing.Size(136, 21);
this.texB6.TabIndex = 25;
this.texB6.Text = "";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(83, 24);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(103, 17);
this.label23.TabIndex = 24;
this.label23.Text = "请输入读者编号:";
//
// button8
//
this.button8.Location = new System.Drawing.Point(384, 56);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(40, 24);
this.button8.TabIndex = 22;
this.button8.Text = "查询";
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// texBN6
//
this.texBN6.Location = new System.Drawing.Point(195, 56);
this.texBN6.Name = "texBN6";
this.texBN6.Size = new System.Drawing.Size(136, 21);
this.texBN6.TabIndex = 21;
this.texBN6.Text = "";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(83, 56);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(103, 17);
this.label22.TabIndex = 20;
this.label22.Text = "请输入书籍名称:";
//
// tabPage8
//
this.tabPage8.Controls.Add(this.texN7);
this.tabPage8.Controls.Add(this.label24);
this.tabPage8.Controls.Add(this.button9);
this.tabPage8.Controls.Add(this.texBN7);
this.tabPage8.Controls.Add(this.label25);
this.tabPage8.Location = new System.Drawing.Point(4, 21);
this.tabPage8.Name = "tabPage8";
this.tabPage8.Size = new System.Drawing.Size(559, 103);
this.tabPage8.TabIndex = 4;
this.tabPage8.Text = "按读者姓名和书籍查询";
//
// texN7
//
this.texN7.Location = new System.Drawing.Point(195, 24);
this.texN7.Name = "texN7";
this.texN7.Size = new System.Drawing.Size(136, 21);
this.texN7.TabIndex = 31;
this.texN7.Text = "";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(83, 24);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(103, 17);
this.label24.TabIndex = 30;
this.label24.Text = "请输入读者姓名:";
//
// button9
//
this.button9.Location = new System.Drawing.Point(384, 56);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(40, 24);
this.button9.TabIndex = 28;
this.button9.Text = "查询";
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// texBN7
//
this.texBN7.Location = new System.Drawing.Point(195, 56);
this.texBN7.Name = "texBN7";
this.texBN7.Size = new System.Drawing.Size(136, 21);
this.texBN7.TabIndex = 27;
this.texBN7.Text = "";
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(83, 56);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(103, 17);
this.label25.TabIndex = 26;
this.label25.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.radioButton2);
this.groupBox3.Controls.Add(this.radioButton1);
this.groupBox3.Location = new System.Drawing.Point(64, 32);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(160, 88);
this.groupBox3.TabIndex = 14;
this.groupBox3.TabStop = false;
//
// radioButton2
//
this.radioButton2.Location = new System.Drawing.Point(16, 48);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(88, 24);
this.radioButton2.TabIndex = 1;
this.radioButton2.Text = "按姓名查询";
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// radioButton1
//
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(16, 17);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(88, 24);
this.radioButton1.TabIndex = 0;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "按编号查询";
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button10);
this.groupBox2.Controls.Add(this.texS2);
this.groupBox2.Controls.Add(this.texBZ2);
this.groupBox2.Controls.Add(this.label27);
this.groupBox2.Controls.Add(this.button4);
this.groupBox2.Controls.Add(this.texID2);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.texE2);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.texN2);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Location = new System.Drawing.Point(64, 120);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(440, 224);
this.groupBox2.TabIndex = 13;
this.groupBox2.TabStop = false;
//
// button10
//
this.button10.Location = new System.Drawing.Point(360, 184);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(56, 24);
this.button10.TabIndex = 17;
this.button10.Text = "删除";
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// texS2
//
this.texS2.Location = new System.Drawing.Point(88, 106);
this.texS2.Name = "texS2";
this.texS2.Size = new System.Drawing.Size(144, 21);
this.texS2.TabIndex = 16;
this.texS2.Text = "";
//
// texBZ2
//
this.texBZ2.Location = new System.Drawing.Point(264, 48);
this.texBZ2.Multiline = true;
this.texBZ2.Name = "texBZ2";
this.texBZ2.Size = new System.Drawing.Size(152, 120);
this.texBZ2.TabIndex = 15;
this.texBZ2.Text = "";
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(264, 28);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(42, 17);
this.label27.TabIndex = 14;
this.label27.Text = "备注:";
//
// button4
//
this.button4.Location = new System.Drawing.Point(264, 184);
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);
//
// texID2
//
this.texID2.Location = new System.Drawing.Point(88, 28);
this.texID2.Name = "texID2";
this.texID2.ReadOnly = true;
this.texID2.Size = new System.Drawing.Size(144, 21);
this.texID2.TabIndex = 12;
this.texID2.Text = "";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(24, 28);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(42, 17);
this.label11.TabIndex = 11;
this.label11.Text = "编号:";
//
// texE2
//
this.texE2.Location = new System.Drawing.Point(88, 145);
this.texE2.Name = "texE2";
this.texE2.Size = new System.Drawing.Size(144, 21);
this.texE2.TabIndex = 8;
this.texE2.Text = "";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(24, 144);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(54, 17);
this.label9.TabIndex = 4;
this.label9.Text = "E-Mail:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(24, 112);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(42, 17);
this.label10.TabIndex = 1;
this.label10.Text = "性别:";
//
// texN2
//
this.texN2.Location = new System.Drawing.Point(88, 67);
this.texN2.Name = "texN2";
this.texN2.Size = new System.Drawing.Size(144, 21);
this.texN2.TabIndex = 5;
this.texN2.Text = "";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(24, 72);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(42, 17);
this.label8.TabIndex = 0;
this.label8.Text = "姓名:";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.button3);
this.groupBox4.Controls.Add(this.tex);
this.groupBox4.Controls.Add(this.label6);
this.groupBox4.Location = new System.Drawing.Point(232, 32);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(272, 88);
this.groupBox4.TabIndex = 2;
this.groupBox4.TabStop = false;
//
// button3
//
this.button3.Location = new System.Drawing.Point(192, 56);
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(112, 16);
this.tex.Name = "tex";
this.tex.Size = new System.Drawing.Size(136, 21);
this.tex.TabIndex = 1;
this.tex.Text = "";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(24, 16);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(79, 17);
this.label6.TabIndex = 0;
this.label6.Text = "请输入编号:";
//
// 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(359, 328);
this.button2.Name = "button2";
this.button2.TabIndex = 12;
this.button2.Text = "重置";
this.button2.Click += new System.EventHandler(this.button2_Click);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -