📄 bookinfomag.designer.cs
字号:
this.groupBox2.TabStop = false;
this.groupBox2.Text = "借书";
//
// BorrowBook
//
this.BorrowBook.Location = new System.Drawing.Point(146, 153);
this.BorrowBook.Name = "BorrowBook";
this.BorrowBook.Size = new System.Drawing.Size(75, 23);
this.BorrowBook.TabIndex = 3;
this.BorrowBook.Text = "借阅";
this.BorrowBook.UseVisualStyleBackColor = true;
this.BorrowBook.Click += new System.EventHandler(this.BorrowBook_Click);
//
// Return_Time
//
this.Return_Time.Location = new System.Drawing.Point(85, 81);
this.Return_Time.Name = "Return_Time";
this.Return_Time.Size = new System.Drawing.Size(136, 21);
this.Return_Time.TabIndex = 2;
//
// B_ReaderID
//
this.B_ReaderID.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.B_ReaderID.Location = new System.Drawing.Point(85, 54);
this.B_ReaderID.MaxLength = 8;
this.B_ReaderID.Name = "B_ReaderID";
this.B_ReaderID.Size = new System.Drawing.Size(136, 21);
this.B_ReaderID.TabIndex = 1;
this.B_ReaderID.Leave += new System.EventHandler(this.B_ReaderID_Leave);
this.B_ReaderID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.B_ReaderID_KeyPress);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(20, 86);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 0;
this.label3.Text = "限还时间:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(23, 58);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 0;
this.label2.Text = "读者编号:";
//
// Speed
//
this.Speed.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.Speed.Location = new System.Drawing.Point(85, 108);
this.Speed.MaxLength = 10;
this.Speed.Name = "Speed";
this.Speed.Size = new System.Drawing.Size(136, 21);
this.Speed.TabIndex = 1;
this.Speed.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Speed_KeyPress);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(44, 111);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(35, 12);
this.label7.TabIndex = 0;
this.label7.Text = "费率:";
//
// B_BookID
//
this.B_BookID.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.B_BookID.Location = new System.Drawing.Point(85, 26);
this.B_BookID.MaxLength = 20;
this.B_BookID.Name = "B_BookID";
this.B_BookID.Size = new System.Drawing.Size(136, 21);
this.B_BookID.TabIndex = 1;
this.B_BookID.Leave += new System.EventHandler(this.B_BookID_Leave);
this.B_BookID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.B_BookID_KeyPress);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(23, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 0;
this.label1.Text = "图书编号:";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.Return_Book);
this.groupBox3.Controls.Add(this.Amerce_Num);
this.groupBox3.Controls.Add(this.R_BookID);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Location = new System.Drawing.Point(9, 203);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(248, 119);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "还书";
//
// Return_Book
//
this.Return_Book.Location = new System.Drawing.Point(149, 88);
this.Return_Book.Name = "Return_Book";
this.Return_Book.Size = new System.Drawing.Size(75, 23);
this.Return_Book.TabIndex = 3;
this.Return_Book.Text = "还书";
this.Return_Book.UseVisualStyleBackColor = true;
this.Return_Book.Click += new System.EventHandler(this.Return_Book_Click);
//
// Amerce_Num
//
this.Amerce_Num.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.Amerce_Num.Location = new System.Drawing.Point(88, 55);
this.Amerce_Num.MaxLength = 10;
this.Amerce_Num.Name = "Amerce_Num";
this.Amerce_Num.Size = new System.Drawing.Size(136, 21);
this.Amerce_Num.TabIndex = 1;
this.Amerce_Num.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Amerce_Num_KeyPress);
//
// R_BookID
//
this.R_BookID.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.R_BookID.Location = new System.Drawing.Point(88, 20);
this.R_BookID.MaxLength = 20;
this.R_BookID.Name = "R_BookID";
this.R_BookID.Size = new System.Drawing.Size(136, 21);
this.R_BookID.TabIndex = 1;
this.R_BookID.Leave += new System.EventHandler(this.R_BookID_Leave);
this.R_BookID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.R_BookID_KeyPress);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(26, 58);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 12);
this.label6.TabIndex = 0;
this.label6.Text = "罚款金额:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(26, 23);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 0;
this.label4.Text = "图书编号:";
//
// BookInfoMag
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
this.ClientSize = new System.Drawing.Size(940, 575);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "BookInfoMag";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "图书借还";
this.Load += new System.EventHandler(this.BookInfoMag_Load);
((System.ComponentModel.ISupportInitialize)(this.BookInfo)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView BookInfo;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox B_BookID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox B_ReaderID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker Return_Time;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button BorrowBook;
private System.Windows.Forms.TextBox R_BookID;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button Return_Book;
private System.Windows.Forms.TextBox Amerce_Num;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox Speed;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.DataGridViewTextBoxColumn bookID;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn Reader;
private System.Windows.Forms.DataGridViewTextBoxColumn Reader_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn BookName;
private System.Windows.Forms.DataGridViewTextBoxColumn B_B_time;
private System.Windows.Forms.DataGridViewTextBoxColumn L_R_Time;
private System.Windows.Forms.DataGridViewTextBoxColumn R_time;
private System.Windows.Forms.DataGridViewTextBoxColumn OverDays;
private System.Windows.Forms.DataGridViewTextBoxColumn B_Speed;
private System.Windows.Forms.DataGridViewTextBoxColumn Amerce;
private System.Windows.Forms.DataGridViewTextBoxColumn Return;
private System.Windows.Forms.DataGridViewTextBoxColumn Operater;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -