⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 librarysystem.designer.cs

📁 一个基于.NETFramework架构的图书管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.label13.Text = "姓名:";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.txtAuthorB);
            this.groupBox4.Controls.Add(this.txtBookNameB);
            this.groupBox4.Controls.Add(this.txtPublisherB);
            this.groupBox4.Controls.Add(this.txtISBNB);
            this.groupBox4.Controls.Add(this.rbOverTimeNB);
            this.groupBox4.Controls.Add(this.rbOverTimeYB);
            this.groupBox4.Controls.Add(this.label12);
            this.groupBox4.Controls.Add(this.label11);
            this.groupBox4.Controls.Add(this.label10);
            this.groupBox4.Controls.Add(this.label9);
            this.groupBox4.Controls.Add(this.label8);
            this.groupBox4.Location = new System.Drawing.Point(6, 73);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(587, 79);
            this.groupBox4.TabIndex = 1;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "图书信息";
            // 
            // txtAuthorB
            // 
            this.txtAuthorB.Enabled = false;
            this.txtAuthorB.Location = new System.Drawing.Point(273, 48);
            this.txtAuthorB.Name = "txtAuthorB";
            this.txtAuthorB.Size = new System.Drawing.Size(100, 21);
            this.txtAuthorB.TabIndex = 10;
            // 
            // txtBookNameB
            // 
            this.txtBookNameB.Enabled = false;
            this.txtBookNameB.Location = new System.Drawing.Point(273, 18);
            this.txtBookNameB.Name = "txtBookNameB";
            this.txtBookNameB.Size = new System.Drawing.Size(100, 21);
            this.txtBookNameB.TabIndex = 9;
            // 
            // txtPublisherB
            // 
            this.txtPublisherB.Enabled = false;
            this.txtPublisherB.Location = new System.Drawing.Point(67, 49);
            this.txtPublisherB.Name = "txtPublisherB";
            this.txtPublisherB.Size = new System.Drawing.Size(100, 21);
            this.txtPublisherB.TabIndex = 8;
            // 
            // txtISBNB
            // 
            this.txtISBNB.Enabled = false;
            this.txtISBNB.Location = new System.Drawing.Point(67, 18);
            this.txtISBNB.Name = "txtISBNB";
            this.txtISBNB.Size = new System.Drawing.Size(100, 21);
            this.txtISBNB.TabIndex = 7;
            // 
            // rbOverTimeNB
            // 
            this.rbOverTimeNB.AutoSize = true;
            this.rbOverTimeNB.Location = new System.Drawing.Point(495, 48);
            this.rbOverTimeNB.Name = "rbOverTimeNB";
            this.rbOverTimeNB.Size = new System.Drawing.Size(35, 16);
            this.rbOverTimeNB.TabIndex = 6;
            this.rbOverTimeNB.TabStop = true;
            this.rbOverTimeNB.Text = "否";
            this.rbOverTimeNB.UseVisualStyleBackColor = true;
            // 
            // rbOverTimeYB
            // 
            this.rbOverTimeYB.AutoSize = true;
            this.rbOverTimeYB.Location = new System.Drawing.Point(495, 21);
            this.rbOverTimeYB.Name = "rbOverTimeYB";
            this.rbOverTimeYB.Size = new System.Drawing.Size(35, 16);
            this.rbOverTimeYB.TabIndex = 5;
            this.rbOverTimeYB.TabStop = true;
            this.rbOverTimeYB.Text = "是";
            this.rbOverTimeYB.UseVisualStyleBackColor = true;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(424, 21);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(65, 12);
            this.label12.TabIndex = 4;
            this.label12.Text = "是否逾期:";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(214, 55);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(41, 12);
            this.label11.TabIndex = 3;
            this.label11.Text = "作者:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(214, 21);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(53, 12);
            this.label10.TabIndex = 2;
            this.label10.Text = "图书名:";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(8, 52);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(53, 12);
            this.label9.TabIndex = 1;
            this.label9.Text = "出版社:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(10, 21);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(41, 12);
            this.label8.TabIndex = 0;
            this.label8.Text = "ISBN:";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.lblAlertMessageB);
            this.groupBox3.Controls.Add(this.btnCancelB);
            this.groupBox3.Controls.Add(this.btnBorrow);
            this.groupBox3.Controls.Add(this.txtBookIDB);
            this.groupBox3.Controls.Add(this.label6);
            this.groupBox3.Location = new System.Drawing.Point(7, 12);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(586, 50);
            this.groupBox3.TabIndex = 0;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "还书";
            // 
            // lblAlertMessageB
            // 
            this.lblAlertMessageB.AutoSize = true;
            this.lblAlertMessageB.ForeColor = System.Drawing.Color.Red;
            this.lblAlertMessageB.Location = new System.Drawing.Point(399, 21);
            this.lblAlertMessageB.Name = "lblAlertMessageB";
            this.lblAlertMessageB.Size = new System.Drawing.Size(173, 12);
            this.lblAlertMessageB.TabIndex = 4;
            this.lblAlertMessageB.Text = "提示没有这本书或者此书未借出";
            this.lblAlertMessageB.Visible = false;
            // 
            // btnCancelB
            // 
            this.btnCancelB.Location = new System.Drawing.Point(305, 16);
            this.btnCancelB.Name = "btnCancelB";
            this.btnCancelB.Size = new System.Drawing.Size(75, 23);
            this.btnCancelB.TabIndex = 3;
            this.btnCancelB.Text = "取消";
            this.btnCancelB.UseVisualStyleBackColor = true;
            this.btnCancelB.Click += new System.EventHandler(this.btnCancelB_Click);
            // 
            // btnBorrow
            // 
            this.btnBorrow.Location = new System.Drawing.Point(213, 16);
            this.btnBorrow.Name = "btnBorrow";
            this.btnBorrow.Size = new System.Drawing.Size(75, 23);
            this.btnBorrow.TabIndex = 2;
            this.btnBorrow.Text = "检索";
            this.btnBorrow.UseVisualStyleBackColor = true;
            this.btnBorrow.Click += new System.EventHandler(this.btnBorrow_Click);
            // 
            // txtBookIDB
            // 
            this.txtBookIDB.Location = new System.Drawing.Point(78, 18);
            this.txtBookIDB.Name = "txtBookIDB";
            this.txtBookIDB.Size = new System.Drawing.Size(100, 21);
            this.txtBookIDB.TabIndex = 1;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(7, 21);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 0;
            this.label6.Text = "图书编号:";
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.groupBox2);
            this.tabPage1.Controls.Add(this.groupBox1);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(591, 369);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "借书";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.dgBorrowInfoA);
            this.groupBox2.Controls.Add(this.btnCancelA2);
            this.groupBox2.Controls.Add(this.btnConfirmA2);
            this.groupBox2.Controls.Add(this.txtBookIDA);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Location = new System.Drawing.Point(7, 183);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(586, 183);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "借书";
            // 
            // dgBorrowInfoA
            // 
            this.dgBorrowInfoA.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgBorrowInfoA.Location = new System.Drawing.Point(6, 56);
            this.dgBorrowInfoA.Name = "dgBorrowInfoA";
            this.dgBorrowInfoA.RowTemplate.Height = 23;
            this.dgBorrowInfoA.Size = new System.Drawing.Size(574, 121);
            this.dgBorrowInfoA.TabIndex = 4;
            // 
            // btnCancelA2
            // 
            this.btnCancelA2.Location = new System.Drawing.Point(385, 20);
            this.btnCancelA2.Name = "btnCancelA2";
            this.btnCancelA2.Size = new System.Drawing.Size(75, 23);
            this.btnCancelA2.TabIndex = 3;
            this.btnCancelA2.Text = "取消";
            this.btnCancelA2.UseVisualStyleBackColor = true;
            this.btnCancelA2.Click += new System.EventHandler(this.btnCancelA2_Click);
            // 
            // btnConfirmA2
            // 
            this.btnConfirmA2.Enabled = false;
            this.btnConfirmA2.Location = new System.Drawing.Point(248, 20);
            this.btnConfirmA2.Name = "btnConfirmA2";
            this.btnConfirmA2.Size = new System.Drawing.Size(75, 23);
            this.btnConfirmA2.TabIndex = 2;
            this.btnConfirmA2.Text = "借书";
            this.btnConfirmA2.UseVisualStyleBackColor = true;
            this.btnConfirmA2.Click += new System.EventHandler(this.btnConfirmA2_Click);
            // 
            // txtBookIDA
            // 
            this.txtBookIDA.Location = new System.Drawing.Point(80, 20);
            this.txtBookIDA.Name = "txtBookIDA";
            this.txtBookIDA.Size = new System.Drawing.Size(100, 21);
            this.txtBookIDA.TabIndex = 1;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(9, 27);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 0;
            this.label5.Text = "图书编号:";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.rbFemaleA);
            this.groupBox1.Controls.Add(this.rbMaleA);
            this.groupBox1.Controls.Add(this.btnCancelA1);
            this.groupBox1.Controls.Add(this.btnConfirmA1);
            this.groupBox1.Controls.Add(this.txtNameA);
            this.groupBox1.Controls.Add(this.txtClassA);
            this.groupBox1.Controls.Add(this.txtIDA);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(7, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(586, 164);
     

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -