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

📄 frmaddnewbook.designer.cs

📁 数据库课程设计
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace UI
{
    partial class frmAddNewBook
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddNewBook));
            this.tbcBookInfo = new System.Windows.Forms.TabControl();
            this.tbpBookInfoP1 = new System.Windows.Forms.TabPage();
            this.label1 = new System.Windows.Forms.Label();
            this.comChu = new System.Windows.Forms.ComboBox();
            this.libBorrowMoney = new System.Windows.Forms.Label();
            this.txtBorrowMoney = new System.Windows.Forms.MaskedTextBox();
            this.mtxtBookPrice = new System.Windows.Forms.MaskedTextBox();
            this.dtpStorageDate = new System.Windows.Forms.DateTimePicker();
            this.nudStorageNum = new System.Windows.Forms.NumericUpDown();
            this.lblStorageDate = new System.Windows.Forms.Label();
            this.txtBookAuthor = new System.Windows.Forms.TextBox();
            this.txtBookISBN = new System.Windows.Forms.TextBox();
            this.txtBookName = new System.Windows.Forms.TextBox();
            this.lblBookStorage = new System.Windows.Forms.Label();
            this.lblBookConcern = new System.Windows.Forms.Label();
            this.lblBookPrice = new System.Windows.Forms.Label();
            this.lblBookAuthor = new System.Windows.Forms.Label();
            this.lblBookISBN = new System.Windows.Forms.Label();
            this.lblBookName = new System.Windows.Forms.Label();
            this.tbpBookInfoP2 = new System.Windows.Forms.TabPage();
            this.Rfou = new System.Windows.Forms.RadioButton();
            this.Rshi = new System.Windows.Forms.RadioButton();
            this.libState = new System.Windows.Forms.Label();
            this.txtBookType = new System.Windows.Forms.TextBox();
            this.lblBookType = new System.Windows.Forms.Label();
            this.nudBorrowNum = new System.Windows.Forms.NumericUpDown();
            this.txtBookSynopsis = new System.Windows.Forms.TextBox();
            this.txtOp = new System.Windows.Forms.TextBox();
            this.lblBookSynopsis = new System.Windows.Forms.Label();
            this.lblOp = new System.Windows.Forms.Label();
            this.lblBorrowNum = new System.Windows.Forms.Label();
            this.btnOk = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.tbcBookInfo.SuspendLayout();
            this.tbpBookInfoP1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudStorageNum)).BeginInit();
            this.tbpBookInfoP2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudBorrowNum)).BeginInit();
            this.SuspendLayout();
            // 
            // tbcBookInfo
            // 
            this.tbcBookInfo.Controls.Add(this.tbpBookInfoP1);
            this.tbcBookInfo.Controls.Add(this.tbpBookInfoP2);
            this.tbcBookInfo.Location = new System.Drawing.Point(1, 2);
            this.tbcBookInfo.Name = "tbcBookInfo";
            this.tbcBookInfo.SelectedIndex = 0;
            this.tbcBookInfo.Size = new System.Drawing.Size(355, 319);
            this.tbcBookInfo.TabIndex = 0;
            // 
            // tbpBookInfoP1
            // 
            this.tbpBookInfoP1.Controls.Add(this.label1);
            this.tbpBookInfoP1.Controls.Add(this.comChu);
            this.tbpBookInfoP1.Controls.Add(this.libBorrowMoney);
            this.tbpBookInfoP1.Controls.Add(this.txtBorrowMoney);
            this.tbpBookInfoP1.Controls.Add(this.mtxtBookPrice);
            this.tbpBookInfoP1.Controls.Add(this.dtpStorageDate);
            this.tbpBookInfoP1.Controls.Add(this.nudStorageNum);
            this.tbpBookInfoP1.Controls.Add(this.lblStorageDate);
            this.tbpBookInfoP1.Controls.Add(this.txtBookAuthor);
            this.tbpBookInfoP1.Controls.Add(this.txtBookISBN);
            this.tbpBookInfoP1.Controls.Add(this.txtBookName);
            this.tbpBookInfoP1.Controls.Add(this.lblBookStorage);
            this.tbpBookInfoP1.Controls.Add(this.lblBookConcern);
            this.tbpBookInfoP1.Controls.Add(this.lblBookPrice);
            this.tbpBookInfoP1.Controls.Add(this.lblBookAuthor);
            this.tbpBookInfoP1.Controls.Add(this.lblBookISBN);
            this.tbpBookInfoP1.Controls.Add(this.lblBookName);
            this.tbpBookInfoP1.Location = new System.Drawing.Point(4, 21);
            this.tbpBookInfoP1.Name = "tbpBookInfoP1";
            this.tbpBookInfoP1.Padding = new System.Windows.Forms.Padding(3);
            this.tbpBookInfoP1.Size = new System.Drawing.Size(347, 294);
            this.tbpBookInfoP1.TabIndex = 0;
            this.tbpBookInfoP1.Text = "必填信息";
            this.tbpBookInfoP1.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(277, 3);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 25;
            this.label1.Text = "例*B0001";
            // 
            // comChu
            // 
            this.comChu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comChu.FormattingEnabled = true;
            this.comChu.Location = new System.Drawing.Point(82, 213);
            this.comChu.Name = "comChu";
            this.comChu.Size = new System.Drawing.Size(238, 20);
            this.comChu.TabIndex = 24;
            // 
            // libBorrowMoney
            // 
            this.libBorrowMoney.AutoSize = true;
            this.libBorrowMoney.Location = new System.Drawing.Point(26, 119);
            this.libBorrowMoney.Name = "libBorrowMoney";
            this.libBorrowMoney.Size = new System.Drawing.Size(59, 12);
            this.libBorrowMoney.TabIndex = 23;
            this.libBorrowMoney.Text = "借阅价格:";
            // 
            // txtBorrowMoney
            // 
            this.txtBorrowMoney.Location = new System.Drawing.Point(82, 116);
            this.txtBorrowMoney.Mask = "99999";
            this.txtBorrowMoney.Name = "txtBorrowMoney";
            this.txtBorrowMoney.PromptChar = ' ';
            this.txtBorrowMoney.Size = new System.Drawing.Size(238, 21);
            this.txtBorrowMoney.TabIndex = 22;
            this.txtBorrowMoney.ValidatingType = typeof(int);
            // 
            // mtxtBookPrice
            // 
            this.mtxtBookPrice.Location = new System.Drawing.Point(82, 86);
            this.mtxtBookPrice.Mask = "99999";
            this.mtxtBookPrice.Name = "mtxtBookPrice";
            this.mtxtBookPrice.PromptChar = ' ';
            this.mtxtBookPrice.Size = new System.Drawing.Size(238, 21);
            this.mtxtBookPrice.TabIndex = 11;
            this.mtxtBookPrice.ValidatingType = typeof(int);
            this.mtxtBookPrice.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.mtxtBookPrice_KeyPress);
            // 
            // dtpStorageDate
            // 
            this.dtpStorageDate.Enabled = false;
            this.dtpStorageDate.Location = new System.Drawing.Point(82, 177);
            this.dtpStorageDate.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
            this.dtpStorageDate.Name = "dtpStorageDate";
            this.dtpStorageDate.Size = new System.Drawing.Size(238, 21);
            this.dtpStorageDate.TabIndex = 21;
            // 
            // nudStorageNum
            // 
            this.nudStorageNum.Location = new System.Drawing.Point(82, 252);
            this.nudStorageNum.Name = "nudStorageNum";
            this.nudStorageNum.Size = new System.Drawing.Size(238, 21);
            this.nudStorageNum.TabIndex = 15;
            this.nudStorageNum.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudStorageNum.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.nudStorageNum_KeyPress);
            // 
            // lblStorageDate
            // 
            this.lblStorageDate.AutoSize = true;
            this.lblStorageDate.Location = new System.Drawing.Point(26, 186);
            this.lblStorageDate.Name = "lblStorageDate";
            this.lblStorageDate.Size = new System.Drawing.Size(59, 12);
            this.lblStorageDate.TabIndex = 20;
            this.lblStorageDate.Text = "入库时间:";
            // 
            // txtBookAuthor
            // 
            this.txtBookAuthor.Location = new System.Drawing.Point(82, 143);
            this.txtBookAuthor.Name = "txtBookAuthor";
            this.txtBookAuthor.Size = new System.Drawing.Size(238, 21);
            this.txtBookAuthor.TabIndex = 12;
            this.txtBookAuthor.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBookAuthor_KeyPress);
            // 
            // txtBookISBN
            // 
            this.txtBookISBN.Location = new System.Drawing.Point(82, 56);
            this.txtBookISBN.Name = "txtBookISBN";
            this.txtBookISBN.Size = new System.Drawing.Size(238, 21);
            this.txtBookISBN.TabIndex = 10;
            this.txtBookISBN.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBookISBN_KeyPress);
            // 
            // txtBookName
            // 
            this.txtBookName.Location = new System.Drawing.Point(82, 18);
            this.txtBookName.Name = "txtBookName";
            this.txtBookName.Size = new System.Drawing.Size(238, 21);
            this.txtBookName.TabIndex = 9;
            this.txtBookName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBookName_KeyPress);
            // 
            // lblBookStorage
            // 
            this.lblBookStorage.AutoSize = true;
            this.lblBookStorage.Location = new System.Drawing.Point(26, 254);
            this.lblBookStorage.Name = "lblBookStorage";
            this.lblBookStorage.Size = new System.Drawing.Size(59, 12);
            this.lblBookStorage.TabIndex = 7;
            this.lblBookStorage.Text = "入库数量:";
            // 
            // lblBookConcern
            // 
            this.lblBookConcern.AutoSize = true;
            this.lblBookConcern.Location = new System.Drawing.Point(26, 216);
            this.lblBookConcern.Name = "lblBookConcern";
            this.lblBookConcern.Size = new System.Drawing.Size(59, 12);
            this.lblBookConcern.TabIndex = 5;
            this.lblBookConcern.Text = "出版编号:";
            // 
            // lblBookPrice
            // 
            this.lblBookPrice.AutoSize = true;
            this.lblBookPrice.Location = new System.Drawing.Point(26, 86);
            this.lblBookPrice.Name = "lblBookPrice";
            this.lblBookPrice.Size = new System.Drawing.Size(59, 12);
            this.lblBookPrice.TabIndex = 3;

⌨️ 快捷键说明

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