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

📄 bookinfomag.designer.cs

📁 这是一个图书馆管理用的简化系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace BMS
{
    partial class BookInfoMag
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.BookInfo = new System.Windows.Forms.DataGridView();
            this.bookID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Reader = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Reader_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.BookName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.B_B_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.L_R_Time = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.R_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.OverDays = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.B_Speed = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Amerce = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Return = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Operater = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.BorrowBook = new System.Windows.Forms.Button();
            this.Return_Time = new System.Windows.Forms.DateTimePicker();
            this.B_ReaderID = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.Speed = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.B_BookID = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.Return_Book = new System.Windows.Forms.Button();
            this.Amerce_Num = new System.Windows.Forms.TextBox();
            this.R_BookID = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.BookInfo)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // BookInfo
            // 
            this.BookInfo.AllowUserToAddRows = false;
            this.BookInfo.AllowUserToDeleteRows = false;
            this.BookInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.BookInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.bookID,
            this.ID,
            this.Reader,
            this.Reader_Name,
            this.BookName,
            this.B_B_time,
            this.L_R_Time,
            this.R_time,
            this.OverDays,
            this.B_Speed,
            this.Amerce,
            this.Return,
            this.Operater});
            this.BookInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.BookInfo.Location = new System.Drawing.Point(3, 17);
            this.BookInfo.Name = "BookInfo";
            this.BookInfo.ReadOnly = true;
            this.BookInfo.RowTemplate.Height = 23;
            this.BookInfo.Size = new System.Drawing.Size(670, 541);
            this.BookInfo.TabIndex = 0;
            // 
            // bookID
            // 
            this.bookID.DataPropertyName = "Bookid";
            this.bookID.HeaderText = "图书编号";
            this.bookID.Name = "bookID";
            this.bookID.ReadOnly = true;
            // 
            // ID
            // 
            this.ID.DataPropertyName = "Id";
            this.ID.HeaderText = "Column1";
            this.ID.Name = "ID";
            this.ID.ReadOnly = true;
            this.ID.Visible = false;
            // 
            // Reader
            // 
            this.Reader.DataPropertyName = "ReaderID";
            this.Reader.HeaderText = "读者编号";
            this.Reader.Name = "Reader";
            this.Reader.ReadOnly = true;
            // 
            // Reader_Name
            // 
            this.Reader_Name.DataPropertyName = "ReaderName";
            this.Reader_Name.HeaderText = "读者姓名";
            this.Reader_Name.Name = "Reader_Name";
            this.Reader_Name.ReadOnly = true;
            // 
            // BookName
            // 
            this.BookName.DataPropertyName = "BookName";
            this.BookName.HeaderText = "书名";
            this.BookName.Name = "BookName";
            this.BookName.ReadOnly = true;
            // 
            // B_B_time
            // 
            this.B_B_time.DataPropertyName = "Borrowtime";
            this.B_B_time.HeaderText = "借书时间";
            this.B_B_time.Name = "B_B_time";
            this.B_B_time.ReadOnly = true;
            // 
            // L_R_Time
            // 
            this.L_R_Time.DataPropertyName = "limitReturntime";
            this.L_R_Time.HeaderText = "限还时间";
            this.L_R_Time.Name = "L_R_Time";
            this.L_R_Time.ReadOnly = true;
            // 
            // R_time
            // 
            this.R_time.DataPropertyName = "Returntime";
            this.R_time.HeaderText = "还书时间";
            this.R_time.Name = "R_time";
            this.R_time.ReadOnly = true;
            // 
            // OverDays
            // 
            this.OverDays.DataPropertyName = "Overtime";
            this.OverDays.HeaderText = "超还天数";
            this.OverDays.Name = "OverDays";
            this.OverDays.ReadOnly = true;
            // 
            // B_Speed
            // 
            this.B_Speed.DataPropertyName = "Spend";
            this.B_Speed.HeaderText = "费率";
            this.B_Speed.Name = "B_Speed";
            this.B_Speed.ReadOnly = true;
            // 
            // Amerce
            // 
            this.Amerce.DataPropertyName = "money";
            this.Amerce.HeaderText = "罚款";
            this.Amerce.Name = "Amerce";
            this.Amerce.ReadOnly = true;
            // 
            // Return
            // 
            this.Return.DataPropertyName = "IsReturn";
            this.Return.HeaderText = "是否归还";
            this.Return.Name = "Return";
            this.Return.ReadOnly = true;
            // 
            // Operater
            // 
            this.Operater.DataPropertyName = "operater";
            this.Operater.HeaderText = "操作员";
            this.Operater.Name = "Operater";
            this.Operater.ReadOnly = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.BookInfo);
            this.groupBox1.Location = new System.Drawing.Point(263, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(676, 561);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "借还信息";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.BorrowBook);
            this.groupBox2.Controls.Add(this.Return_Time);
            this.groupBox2.Controls.Add(this.B_ReaderID);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.Speed);
            this.groupBox2.Controls.Add(this.label7);
            this.groupBox2.Controls.Add(this.B_BookID);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Location = new System.Drawing.Point(12, 12);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(248, 185);
            this.groupBox2.TabIndex = 2;

⌨️ 快捷键说明

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