📄 frmbooksupdate.designer.cs
字号:
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(59, 12);
this.label15.TabIndex = 5;
this.label15.Text = "出版编号:";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(26, 81);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(59, 12);
this.label16.TabIndex = 3;
this.label16.Text = "书籍价格:";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(26, 141);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(59, 12);
this.label17.TabIndex = 2;
this.label17.Text = "书籍作者:";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(26, 21);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(59, 12);
this.label18.TabIndex = 1;
this.label18.Text = "书籍编号:";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(26, 51);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(59, 12);
this.label19.TabIndex = 0;
this.label19.Text = "书籍名称:";
//
// 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(232, 104);
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(131, 106);
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(24, 108);
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(24, 17);
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, 63);
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(80, 204);
this.txtBookSynopsis.Multiline = true;
this.txtBookSynopsis.Name = "txtBookSynopsis";
this.txtBookSynopsis.Size = new System.Drawing.Size(242, 79);
this.txtBookSynopsis.TabIndex = 26;
//
// txtOp
//
this.txtOp.Location = new System.Drawing.Point(80, 37);
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(24, 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(24, 40);
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(24, 65);
this.lblBorrowNum.Name = "lblBorrowNum";
this.lblBorrowNum.Size = new System.Drawing.Size(59, 12);
this.lblBorrowNum.TabIndex = 3;
this.lblBorrowNum.Text = "借出次数:";
//
// btnCancel
//
this.btnCancel.Font = new System.Drawing.Font("宋体", 10F);
this.btnCancel.Location = new System.Drawing.Point(219, 337);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(89, 36);
this.btnCancel.TabIndex = 30;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOk
//
this.btnOk.Font = new System.Drawing.Font("宋体", 10F);
this.btnOk.Location = new System.Drawing.Point(48, 337);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(89, 36);
this.btnOk.TabIndex = 29;
this.btnOk.Text = "修改";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// frmBooksUpdate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(376, 384);
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(384, 418);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(384, 418);
this.Name = "frmBooksUpdate";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "书籍更新";
this.Load += new System.EventHandler(this.frmBooksUpdate_Load);
((System.ComponentModel.ISupportInitialize)(this.nudStorageNum)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.tbcBookInfo.ResumeLayout(false);
this.tbpBookInfoP1.ResumeLayout(false);
this.tbpBookInfoP1.PerformLayout();
this.tbpBookInfoP2.ResumeLayout(false);
this.tbpBookInfoP2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudBorrowNum)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comChu;
private System.Windows.Forms.Label libBorrowMoney;
private System.Windows.Forms.MaskedTextBox txtBorrowMoney;
private System.Windows.Forms.MaskedTextBox mtxtBookPrice;
private System.Windows.Forms.DateTimePicker dtpStorageDate;
private System.Windows.Forms.NumericUpDown nudStorageNum;
private System.Windows.Forms.Label lblStorageDate;
private System.Windows.Forms.TextBox txtBookAuthor;
private System.Windows.Forms.TextBox txtBookISBN;
private System.Windows.Forms.TextBox txtBookName;
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.Label lblBookName;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.MaskedTextBox maskedTextBox1;
private System.Windows.Forms.MaskedTextBox maskedTextBox2;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TabControl tbcBookInfo;
private System.Windows.Forms.TabPage tbpBookInfoP1;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.ComboBox ComHao;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txtZhuZhe;
private System.Windows.Forms.TextBox txtBooksName;
private System.Windows.Forms.TextBox txtBooksID;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TabPage tbpBookInfoP2;
private System.Windows.Forms.RadioButton Rfou;
private System.Windows.Forms.RadioButton Rshi;
private System.Windows.Forms.Label libState;
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.Button btnCancel;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.TextBox txtBorrowBooksMoney;
private System.Windows.Forms.TextBox txtBooksMoney;
private System.Windows.Forms.TextBox txtXianNum;
private System.Windows.Forms.TextBox txtZongNum;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -