📄 librarysystem.designer.cs
字号:
this.groupBox8.Controls.Add(this.label124);
this.groupBox8.Controls.Add(this.label125);
this.groupBox8.Location = new System.Drawing.Point(6, 77);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(587, 79);
this.groupBox8.TabIndex = 2;
this.groupBox8.TabStop = false;
this.groupBox8.Text = "图书信息";
//
// txtAuthorC
//
this.txtAuthorC.Enabled = false;
this.txtAuthorC.Location = new System.Drawing.Point(273, 48);
this.txtAuthorC.Name = "txtAuthorC";
this.txtAuthorC.Size = new System.Drawing.Size(100, 21);
this.txtAuthorC.TabIndex = 10;
//
// txtBookNameC
//
this.txtBookNameC.Enabled = false;
this.txtBookNameC.Location = new System.Drawing.Point(273, 18);
this.txtBookNameC.Name = "txtBookNameC";
this.txtBookNameC.Size = new System.Drawing.Size(100, 21);
this.txtBookNameC.TabIndex = 9;
//
// txtPublisherC
//
this.txtPublisherC.Enabled = false;
this.txtPublisherC.Location = new System.Drawing.Point(67, 49);
this.txtPublisherC.Name = "txtPublisherC";
this.txtPublisherC.Size = new System.Drawing.Size(100, 21);
this.txtPublisherC.TabIndex = 8;
//
// txtISBNC
//
this.txtISBNC.Enabled = false;
this.txtISBNC.Location = new System.Drawing.Point(67, 18);
this.txtISBNC.Name = "txtISBNC";
this.txtISBNC.Size = new System.Drawing.Size(100, 21);
this.txtISBNC.TabIndex = 7;
//
// rbOverTimeNC
//
this.rbOverTimeNC.AutoSize = true;
this.rbOverTimeNC.Location = new System.Drawing.Point(495, 48);
this.rbOverTimeNC.Name = "rbOverTimeNC";
this.rbOverTimeNC.Size = new System.Drawing.Size(35, 16);
this.rbOverTimeNC.TabIndex = 6;
this.rbOverTimeNC.TabStop = true;
this.rbOverTimeNC.Text = "否";
this.rbOverTimeNC.UseVisualStyleBackColor = true;
//
// rbOverTimeYC
//
this.rbOverTimeYC.AutoSize = true;
this.rbOverTimeYC.Location = new System.Drawing.Point(495, 21);
this.rbOverTimeYC.Name = "rbOverTimeYC";
this.rbOverTimeYC.Size = new System.Drawing.Size(35, 16);
this.rbOverTimeYC.TabIndex = 5;
this.rbOverTimeYC.TabStop = true;
this.rbOverTimeYC.Text = "是";
this.rbOverTimeYC.UseVisualStyleBackColor = true;
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(424, 21);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(65, 12);
this.label21.TabIndex = 4;
this.label21.Text = "是否逾期:";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(214, 55);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(41, 12);
this.label22.TabIndex = 3;
this.label22.Text = "作者:";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(214, 21);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(53, 12);
this.label23.TabIndex = 2;
this.label23.Text = "图书名:";
//
// label124
//
this.label124.AutoSize = true;
this.label124.Location = new System.Drawing.Point(8, 52);
this.label124.Name = "label124";
this.label124.Size = new System.Drawing.Size(53, 12);
this.label124.TabIndex = 1;
this.label124.Text = "出版社:";
//
// label125
//
this.label125.AutoSize = true;
this.label125.Location = new System.Drawing.Point(10, 21);
this.label125.Name = "label125";
this.label125.Size = new System.Drawing.Size(41, 12);
this.label125.TabIndex = 0;
this.label125.Text = "ISBN:";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.lblAlertMessageC);
this.groupBox6.Controls.Add(this.btnCancelC);
this.groupBox6.Controls.Add(this.btnReborrow);
this.groupBox6.Controls.Add(this.txtBookIDC);
this.groupBox6.Controls.Add(this.label7);
this.groupBox6.Location = new System.Drawing.Point(7, 10);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(586, 50);
this.groupBox6.TabIndex = 1;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "续借";
//
// lblAlertMessageC
//
this.lblAlertMessageC.AutoSize = true;
this.lblAlertMessageC.ForeColor = System.Drawing.Color.Red;
this.lblAlertMessageC.Location = new System.Drawing.Point(399, 21);
this.lblAlertMessageC.Name = "lblAlertMessageC";
this.lblAlertMessageC.Size = new System.Drawing.Size(173, 12);
this.lblAlertMessageC.TabIndex = 4;
this.lblAlertMessageC.Text = "提示没有这本书或者此书未借出";
this.lblAlertMessageC.Visible = false;
//
// btnCancelC
//
this.btnCancelC.Location = new System.Drawing.Point(305, 16);
this.btnCancelC.Name = "btnCancelC";
this.btnCancelC.Size = new System.Drawing.Size(75, 23);
this.btnCancelC.TabIndex = 3;
this.btnCancelC.Text = "取消";
this.btnCancelC.UseVisualStyleBackColor = true;
this.btnCancelC.Click += new System.EventHandler(this.btnCancelC_Click);
//
// btnReborrow
//
this.btnReborrow.Location = new System.Drawing.Point(213, 16);
this.btnReborrow.Name = "btnReborrow";
this.btnReborrow.Size = new System.Drawing.Size(75, 23);
this.btnReborrow.TabIndex = 2;
this.btnReborrow.Text = "检索";
this.btnReborrow.UseVisualStyleBackColor = true;
this.btnReborrow.Click += new System.EventHandler(this.btnReborrow_Click);
//
// txtBookIDC
//
this.txtBookIDC.Location = new System.Drawing.Point(78, 18);
this.txtBookIDC.Name = "txtBookIDC";
this.txtBookIDC.Size = new System.Drawing.Size(100, 21);
this.txtBookIDC.TabIndex = 1;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(7, 21);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 0;
this.label7.Text = "图书编号:";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox5);
this.tabPage2.Controls.Add(this.groupBox4);
this.tabPage2.Controls.Add(this.groupBox3);
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(591, 369);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "还书";
this.tabPage2.UseVisualStyleBackColor = true;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.dgBorrowInfoB);
this.groupBox5.Controls.Add(this.rbFemaleB);
this.groupBox5.Controls.Add(this.rbMaleB);
this.groupBox5.Controls.Add(this.lebal15);
this.groupBox5.Controls.Add(this.txtClassB);
this.groupBox5.Controls.Add(this.lebal14);
this.groupBox5.Controls.Add(this.txtNameB);
this.groupBox5.Controls.Add(this.label13);
this.groupBox5.Location = new System.Drawing.Point(7, 171);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(586, 195);
this.groupBox5.TabIndex = 2;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "用户信息";
//
// dgBorrowInfoB
//
this.dgBorrowInfoB.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgBorrowInfoB.Location = new System.Drawing.Point(11, 48);
this.dgBorrowInfoB.Name = "dgBorrowInfoB";
this.dgBorrowInfoB.RowTemplate.Height = 23;
this.dgBorrowInfoB.Size = new System.Drawing.Size(561, 141);
this.dgBorrowInfoB.TabIndex = 7;
//
// rbFemaleB
//
this.rbFemaleB.AutoSize = true;
this.rbFemaleB.Enabled = false;
this.rbFemaleB.Location = new System.Drawing.Point(522, 22);
this.rbFemaleB.Name = "rbFemaleB";
this.rbFemaleB.Size = new System.Drawing.Size(35, 16);
this.rbFemaleB.TabIndex = 6;
this.rbFemaleB.TabStop = true;
this.rbFemaleB.Text = "女";
this.rbFemaleB.UseVisualStyleBackColor = true;
//
// rbMaleB
//
this.rbMaleB.AutoSize = true;
this.rbMaleB.Enabled = false;
this.rbMaleB.Location = new System.Drawing.Point(481, 21);
this.rbMaleB.Name = "rbMaleB";
this.rbMaleB.Size = new System.Drawing.Size(35, 16);
this.rbMaleB.TabIndex = 5;
this.rbMaleB.TabStop = true;
this.rbMaleB.Text = "男";
this.rbMaleB.UseVisualStyleBackColor = true;
//
// lebal15
//
this.lebal15.AutoSize = true;
this.lebal15.Location = new System.Drawing.Point(423, 23);
this.lebal15.Name = "lebal15";
this.lebal15.Size = new System.Drawing.Size(41, 12);
this.lebal15.TabIndex = 4;
this.lebal15.Text = "性别:";
//
// txtClassB
//
this.txtClassB.Enabled = false;
this.txtClassB.Location = new System.Drawing.Point(272, 21);
this.txtClassB.Name = "txtClassB";
this.txtClassB.Size = new System.Drawing.Size(100, 21);
this.txtClassB.TabIndex = 3;
//
// lebal14
//
this.lebal14.AutoSize = true;
this.lebal14.Location = new System.Drawing.Point(211, 24);
this.lebal14.Name = "lebal14";
this.lebal14.Size = new System.Drawing.Size(41, 12);
this.lebal14.TabIndex = 2;
this.lebal14.Text = "班级:";
//
// txtNameB
//
this.txtNameB.Enabled = false;
this.txtNameB.Location = new System.Drawing.Point(66, 20);
this.txtNameB.Name = "txtNameB";
this.txtNameB.Size = new System.Drawing.Size(100, 21);
this.txtNameB.TabIndex = 1;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(9, 24);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(41, 12);
this.label13.TabIndex = 0;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -