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

📄 frmaddnewbook.designer.cs

📁 数据库课程设计
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.lblBookPrice.Text = "书籍价格:";
            // 
            // lblBookAuthor
            // 
            this.lblBookAuthor.AutoSize = true;
            this.lblBookAuthor.Location = new System.Drawing.Point(26, 152);
            this.lblBookAuthor.Name = "lblBookAuthor";
            this.lblBookAuthor.Size = new System.Drawing.Size(59, 12);
            this.lblBookAuthor.TabIndex = 2;
            this.lblBookAuthor.Text = "书籍作者:";
            // 
            // lblBookISBN
            // 
            this.lblBookISBN.AutoSize = true;
            this.lblBookISBN.Location = new System.Drawing.Point(26, 27);
            this.lblBookISBN.Name = "lblBookISBN";
            this.lblBookISBN.Size = new System.Drawing.Size(59, 12);
            this.lblBookISBN.TabIndex = 1;
            this.lblBookISBN.Text = "书籍编号:";
            // 
            // lblBookName
            // 
            this.lblBookName.AutoSize = true;
            this.lblBookName.Location = new System.Drawing.Point(26, 59);
            this.lblBookName.Name = "lblBookName";
            this.lblBookName.Size = new System.Drawing.Size(59, 12);
            this.lblBookName.TabIndex = 0;
            this.lblBookName.Text = "书籍名称:";
            this.lblBookName.Click += new System.EventHandler(this.lblBookName_Click);
            // 
            // tbpBookInfoP2
            // 
            this.tbpBookInfoP2.Controls.Add(this.Rfou);
            this.tbpBookInfoP2.Controls.Add(this.Rshi);
            this.tbpBookInfoP2.Controls.Add(this.libState);
            this.tbpBookInfoP2.Controls.Add(this.txtBookType);
            this.tbpBookInfoP2.Controls.Add(this.lblBookType);
            this.tbpBookInfoP2.Controls.Add(this.nudBorrowNum);
            this.tbpBookInfoP2.Controls.Add(this.txtBookSynopsis);
            this.tbpBookInfoP2.Controls.Add(this.txtOp);
            this.tbpBookInfoP2.Controls.Add(this.lblBookSynopsis);
            this.tbpBookInfoP2.Controls.Add(this.lblOp);
            this.tbpBookInfoP2.Controls.Add(this.lblBorrowNum);
            this.tbpBookInfoP2.Location = new System.Drawing.Point(4, 21);
            this.tbpBookInfoP2.Name = "tbpBookInfoP2";
            this.tbpBookInfoP2.Padding = new System.Windows.Forms.Padding(3);
            this.tbpBookInfoP2.Size = new System.Drawing.Size(347, 294);
            this.tbpBookInfoP2.TabIndex = 1;
            this.tbpBookInfoP2.Text = "选填信息";
            this.tbpBookInfoP2.UseVisualStyleBackColor = true;
            // 
            // Rfou
            // 
            this.Rfou.AutoSize = true;
            this.Rfou.Checked = true;
            this.Rfou.Location = new System.Drawing.Point(230, 103);
            this.Rfou.Name = "Rfou";
            this.Rfou.Size = new System.Drawing.Size(35, 16);
            this.Rfou.TabIndex = 29;
            this.Rfou.TabStop = true;
            this.Rfou.Text = "否";
            this.Rfou.UseVisualStyleBackColor = true;
            // 
            // Rshi
            // 
            this.Rshi.AutoSize = true;
            this.Rshi.Location = new System.Drawing.Point(96, 103);
            this.Rshi.Name = "Rshi";
            this.Rshi.Size = new System.Drawing.Size(35, 16);
            this.Rshi.TabIndex = 28;
            this.Rshi.Text = "是";
            this.Rshi.UseVisualStyleBackColor = true;
            // 
            // libState
            // 
            this.libState.AutoSize = true;
            this.libState.Location = new System.Drawing.Point(25, 105);
            this.libState.Name = "libState";
            this.libState.Size = new System.Drawing.Size(59, 12);
            this.libState.TabIndex = 27;
            this.libState.Text = "是否注销:";
            // 
            // txtBookType
            // 
            this.txtBookType.Location = new System.Drawing.Point(80, 11);
            this.txtBookType.Name = "txtBookType";
            this.txtBookType.Size = new System.Drawing.Size(242, 21);
            this.txtBookType.TabIndex = 19;
            // 
            // lblBookType
            // 
            this.lblBookType.AutoSize = true;
            this.lblBookType.Location = new System.Drawing.Point(25, 14);
            this.lblBookType.Name = "lblBookType";
            this.lblBookType.Size = new System.Drawing.Size(59, 12);
            this.lblBookType.TabIndex = 18;
            this.lblBookType.Text = "书籍类型:";
            // 
            // nudBorrowNum
            // 
            this.nudBorrowNum.Location = new System.Drawing.Point(80, 65);
            this.nudBorrowNum.Name = "nudBorrowNum";
            this.nudBorrowNum.Size = new System.Drawing.Size(242, 21);
            this.nudBorrowNum.TabIndex = 23;
            // 
            // txtBookSynopsis
            // 
            this.txtBookSynopsis.Location = new System.Drawing.Point(88, 201);
            this.txtBookSynopsis.Multiline = true;
            this.txtBookSynopsis.Name = "txtBookSynopsis";
            this.txtBookSynopsis.Size = new System.Drawing.Size(242, 87);
            this.txtBookSynopsis.TabIndex = 26;
            // 
            // txtOp
            // 
            this.txtOp.Location = new System.Drawing.Point(80, 38);
            this.txtOp.Name = "txtOp";
            this.txtOp.Size = new System.Drawing.Size(242, 21);
            this.txtOp.TabIndex = 22;
            // 
            // lblBookSynopsis
            // 
            this.lblBookSynopsis.AutoSize = true;
            this.lblBookSynopsis.Location = new System.Drawing.Point(25, 204);
            this.lblBookSynopsis.Name = "lblBookSynopsis";
            this.lblBookSynopsis.Size = new System.Drawing.Size(59, 12);
            this.lblBookSynopsis.TabIndex = 7;
            this.lblBookSynopsis.Text = "书籍简介:";
            // 
            // lblOp
            // 
            this.lblOp.AutoSize = true;
            this.lblOp.Location = new System.Drawing.Point(25, 41);
            this.lblOp.Name = "lblOp";
            this.lblOp.Size = new System.Drawing.Size(59, 12);
            this.lblOp.TabIndex = 4;
            this.lblOp.Text = "操作人员:";
            // 
            // lblBorrowNum
            // 
            this.lblBorrowNum.AutoSize = true;
            this.lblBorrowNum.Location = new System.Drawing.Point(25, 74);
            this.lblBorrowNum.Name = "lblBorrowNum";
            this.lblBorrowNum.Size = new System.Drawing.Size(59, 12);
            this.lblBorrowNum.TabIndex = 3;
            this.lblBorrowNum.Text = "借出次数:";
            // 
            // btnOk
            // 
            this.btnOk.Font = new System.Drawing.Font("宋体", 10F);
            this.btnOk.Location = new System.Drawing.Point(47, 323);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(89, 36);
            this.btnOk.TabIndex = 27;
            this.btnOk.Text = "确定";
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Font = new System.Drawing.Font("宋体", 10F);
            this.btnCancel.Location = new System.Drawing.Point(218, 323);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(89, 36);
            this.btnCancel.TabIndex = 28;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // frmAddNewBook
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(362, 366);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.tbcBookInfo);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(370, 400);
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(370, 400);
            this.Name = "frmAddNewBook";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "添加新书";
            this.Activated += new System.EventHandler(this.frmAddNewBook_Activated);
            this.Load += new System.EventHandler(this.frmAddNewBook_Load);
            this.tbcBookInfo.ResumeLayout(false);
            this.tbpBookInfoP1.ResumeLayout(false);
            this.tbpBookInfoP1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudStorageNum)).EndInit();
            this.tbpBookInfoP2.ResumeLayout(false);
            this.tbpBookInfoP2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudBorrowNum)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tbcBookInfo;
        private System.Windows.Forms.TabPage tbpBookInfoP1;
        private System.Windows.Forms.Label lblBookName;
        private System.Windows.Forms.Label lblBookStorage;
        private System.Windows.Forms.Label lblBookConcern;
        private System.Windows.Forms.Label lblBookPrice;
        private System.Windows.Forms.Label lblBookAuthor;
        private System.Windows.Forms.Label lblBookISBN;
        private System.Windows.Forms.TextBox txtBookAuthor;
        private System.Windows.Forms.TextBox txtBookISBN;
        private System.Windows.Forms.TextBox txtBookName;
        private System.Windows.Forms.Button btnOk;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.NumericUpDown nudStorageNum;
        private System.Windows.Forms.Label lblStorageDate;
        private System.Windows.Forms.DateTimePicker dtpStorageDate;
        private System.Windows.Forms.MaskedTextBox mtxtBookPrice;
        private System.Windows.Forms.Label libBorrowMoney;
        private System.Windows.Forms.MaskedTextBox txtBorrowMoney;
        private System.Windows.Forms.TabPage tbpBookInfoP2;
        private System.Windows.Forms.TextBox txtBookType;
        private System.Windows.Forms.Label lblBookType;
        private System.Windows.Forms.NumericUpDown nudBorrowNum;
        private System.Windows.Forms.TextBox txtBookSynopsis;
        private System.Windows.Forms.TextBox txtOp;
        private System.Windows.Forms.Label lblBookSynopsis;
        private System.Windows.Forms.Label lblOp;
        private System.Windows.Forms.Label lblBorrowNum;
        private System.Windows.Forms.Label libState;
        private System.Windows.Forms.ComboBox comChu;
        private System.Windows.Forms.RadioButton Rfou;
        private System.Windows.Forms.RadioButton Rshi;
        private System.Windows.Forms.Label label1;
    }
}

⌨️ 快捷键说明

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