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

📄 frmbooksupdate.designer.cs

📁 数据库课程设计
💻 CS
📖 第 1 页 / 共 3 页
字号:
            // 
            // comboBox1
            // 
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(95, 213);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(233, 20);
            this.comboBox1.TabIndex = 24;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(20, 119);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(59, 12);
            this.label3.TabIndex = 23;
            this.label3.Text = "借阅价格:";
            // 
            // maskedTextBox1
            // 
            this.maskedTextBox1.Location = new System.Drawing.Point(95, 116);
            this.maskedTextBox1.Mask = "99999";
            this.maskedTextBox1.Name = "maskedTextBox1";
            this.maskedTextBox1.PromptChar = ' ';
            this.maskedTextBox1.Size = new System.Drawing.Size(238, 21);
            this.maskedTextBox1.TabIndex = 22;
            this.maskedTextBox1.ValidatingType = typeof(int);
            // 
            // maskedTextBox2
            // 
            this.maskedTextBox2.Location = new System.Drawing.Point(94, 86);
            this.maskedTextBox2.Mask = "99999";
            this.maskedTextBox2.Name = "maskedTextBox2";
            this.maskedTextBox2.PromptChar = ' ';
            this.maskedTextBox2.Size = new System.Drawing.Size(238, 21);
            this.maskedTextBox2.TabIndex = 11;
            this.maskedTextBox2.ValidatingType = typeof(int);
            // 
            // numericUpDown1
            // 
            this.numericUpDown1.Location = new System.Drawing.Point(93, 252);
            this.numericUpDown1.Name = "numericUpDown1";
            this.numericUpDown1.Size = new System.Drawing.Size(239, 21);
            this.numericUpDown1.TabIndex = 15;
            this.numericUpDown1.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(20, 186);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(59, 12);
            this.label4.TabIndex = 20;
            this.label4.Text = "入库时间:";
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(93, 56);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(239, 21);
            this.textBox2.TabIndex = 10;
            // 
            // textBox3
            // 
            this.textBox3.Location = new System.Drawing.Point(94, 18);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(239, 21);
            this.textBox3.TabIndex = 9;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(20, 261);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(59, 12);
            this.label5.TabIndex = 7;
            this.label5.Text = "入库数量:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(20, 216);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(59, 12);
            this.label6.TabIndex = 5;
            this.label6.Text = "出版编号:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(20, 86);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(59, 12);
            this.label7.TabIndex = 3;
            this.label7.Text = "书籍价格:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(20, 152);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(59, 12);
            this.label8.TabIndex = 2;
            this.label8.Text = "书籍作者:";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(20, 27);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(59, 12);
            this.label9.TabIndex = 1;
            this.label9.Text = "书籍编号:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(20, 59);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(59, 12);
            this.label10.TabIndex = 0;
            this.label10.Text = "书籍名称:";
            // 
            // tbcBookInfo
            // 
            this.tbcBookInfo.Controls.Add(this.tbpBookInfoP1);
            this.tbcBookInfo.Controls.Add(this.tbpBookInfoP2);
            this.tbcBookInfo.Location = new System.Drawing.Point(9, 12);
            this.tbcBookInfo.Name = "tbcBookInfo";
            this.tbcBookInfo.SelectedIndex = 0;
            this.tbcBookInfo.Size = new System.Drawing.Size(355, 319);
            this.tbcBookInfo.TabIndex = 1;
            // 
            // tbpBookInfoP1
            // 
            this.tbpBookInfoP1.Controls.Add(this.txtZongNum);
            this.tbpBookInfoP1.Controls.Add(this.txtXianNum);
            this.tbpBookInfoP1.Controls.Add(this.txtBorrowBooksMoney);
            this.tbpBookInfoP1.Controls.Add(this.txtBooksMoney);
            this.tbpBookInfoP1.Controls.Add(this.label20);
            this.tbpBookInfoP1.Controls.Add(this.label11);
            this.tbpBookInfoP1.Controls.Add(this.ComHao);
            this.tbpBookInfoP1.Controls.Add(this.label12);
            this.tbpBookInfoP1.Controls.Add(this.dateTimePicker2);
            this.tbpBookInfoP1.Controls.Add(this.label13);
            this.tbpBookInfoP1.Controls.Add(this.txtZhuZhe);
            this.tbpBookInfoP1.Controls.Add(this.txtBooksName);
            this.tbpBookInfoP1.Controls.Add(this.txtBooksID);
            this.tbpBookInfoP1.Controls.Add(this.label14);
            this.tbpBookInfoP1.Controls.Add(this.label15);
            this.tbpBookInfoP1.Controls.Add(this.label16);
            this.tbpBookInfoP1.Controls.Add(this.label17);
            this.tbpBookInfoP1.Controls.Add(this.label18);
            this.tbpBookInfoP1.Controls.Add(this.label19);
            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;
            // 
            // txtZongNum
            // 
            this.txtZongNum.Location = new System.Drawing.Point(81, 261);
            this.txtZongNum.Name = "txtZongNum";
            this.txtZongNum.Size = new System.Drawing.Size(239, 21);
            this.txtZongNum.TabIndex = 31;
            // 
            // txtXianNum
            // 
            this.txtXianNum.Location = new System.Drawing.Point(81, 235);
            this.txtXianNum.Name = "txtXianNum";
            this.txtXianNum.Size = new System.Drawing.Size(239, 21);
            this.txtXianNum.TabIndex = 30;
            // 
            // txtBorrowBooksMoney
            // 
            this.txtBorrowBooksMoney.Location = new System.Drawing.Point(81, 108);
            this.txtBorrowBooksMoney.Name = "txtBorrowBooksMoney";
            this.txtBorrowBooksMoney.Size = new System.Drawing.Size(239, 21);
            this.txtBorrowBooksMoney.TabIndex = 29;
            // 
            // txtBooksMoney
            // 
            this.txtBooksMoney.Location = new System.Drawing.Point(81, 76);
            this.txtBooksMoney.Name = "txtBooksMoney";
            this.txtBooksMoney.Size = new System.Drawing.Size(239, 21);
            this.txtBooksMoney.TabIndex = 28;
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(26, 261);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(47, 12);
            this.label20.TabIndex = 27;
            this.label20.Text = "总数量:";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(267, 3);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(53, 12);
            this.label11.TabIndex = 25;
            this.label11.Text = "例*B0001";
            // 
            // ComHao
            // 
            this.ComHao.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ComHao.FormattingEnabled = true;
            this.ComHao.Location = new System.Drawing.Point(81, 204);
            this.ComHao.Name = "ComHao";
            this.ComHao.Size = new System.Drawing.Size(239, 20);
            this.ComHao.TabIndex = 24;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(26, 111);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(59, 12);
            this.label12.TabIndex = 23;
            this.label12.Text = "借阅价格:";
            // 
            // dateTimePicker2
            // 
            this.dateTimePicker2.Enabled = false;
            this.dateTimePicker2.Location = new System.Drawing.Point(81, 172);
            this.dateTimePicker2.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
            this.dateTimePicker2.Name = "dateTimePicker2";
            this.dateTimePicker2.Size = new System.Drawing.Size(239, 21);
            this.dateTimePicker2.TabIndex = 21;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(26, 171);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(59, 12);
            this.label13.TabIndex = 20;
            this.label13.Text = "入库时间:";
            // 
            // txtZhuZhe
            // 
            this.txtZhuZhe.Location = new System.Drawing.Point(81, 140);
            this.txtZhuZhe.Name = "txtZhuZhe";
            this.txtZhuZhe.Size = new System.Drawing.Size(239, 21);
            this.txtZhuZhe.TabIndex = 12;
            // 
            // txtBooksName
            // 
            this.txtBooksName.Location = new System.Drawing.Point(81, 44);
            this.txtBooksName.Name = "txtBooksName";
            this.txtBooksName.Size = new System.Drawing.Size(239, 21);
            this.txtBooksName.TabIndex = 10;
            // 
            // txtBooksID
            // 
            this.txtBooksID.Enabled = false;
            this.txtBooksID.Location = new System.Drawing.Point(81, 12);
            this.txtBooksID.Name = "txtBooksID";
            this.txtBooksID.Size = new System.Drawing.Size(239, 21);
            this.txtBooksID.TabIndex = 9;
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(26, 231);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(59, 12);
            this.label14.TabIndex = 7;
            this.label14.Text = "现存数量:";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(26, 201);

⌨️ 快捷键说明

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