📄 frmbooksupdate.designer.cs
字号:
namespace UI
{
partial class frmBooksUpdate
{
/// <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(frmBooksUpdate));
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.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.tbcBookInfo = new System.Windows.Forms.TabControl();
this.tbpBookInfoP1 = new System.Windows.Forms.TabPage();
this.txtZongNum = new System.Windows.Forms.TextBox();
this.txtXianNum = new System.Windows.Forms.TextBox();
this.txtBorrowBooksMoney = new System.Windows.Forms.TextBox();
this.txtBooksMoney = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.ComHao = new System.Windows.Forms.ComboBox();
this.label12 = new System.Windows.Forms.Label();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.label13 = new System.Windows.Forms.Label();
this.txtZhuZhe = new System.Windows.Forms.TextBox();
this.txtBooksName = new System.Windows.Forms.TextBox();
this.txtBooksID = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label19 = 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.btnCancel = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.nudStorageNum)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.tbcBookInfo.SuspendLayout();
this.tbpBookInfoP1.SuspendLayout();
this.tbpBookInfoP2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudBorrowNum)).BeginInit();
this.SuspendLayout();
//
// 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(95, 213);
this.comChu.Name = "comChu";
this.comChu.Size = new System.Drawing.Size(233, 20);
this.comChu.TabIndex = 24;
//
// libBorrowMoney
//
this.libBorrowMoney.AutoSize = true;
this.libBorrowMoney.Location = new System.Drawing.Point(20, 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(95, 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(94, 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);
//
// dtpStorageDate
//
this.dtpStorageDate.Enabled = false;
this.dtpStorageDate.Location = new System.Drawing.Point(93, 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(239, 21);
this.dtpStorageDate.TabIndex = 21;
//
// nudStorageNum
//
this.nudStorageNum.Location = new System.Drawing.Point(93, 252);
this.nudStorageNum.Name = "nudStorageNum";
this.nudStorageNum.Size = new System.Drawing.Size(239, 21);
this.nudStorageNum.TabIndex = 15;
this.nudStorageNum.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// lblStorageDate
//
this.lblStorageDate.AutoSize = true;
this.lblStorageDate.Location = new System.Drawing.Point(20, 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(94, 143);
this.txtBookAuthor.Name = "txtBookAuthor";
this.txtBookAuthor.Size = new System.Drawing.Size(239, 21);
this.txtBookAuthor.TabIndex = 12;
//
// txtBookISBN
//
this.txtBookISBN.Location = new System.Drawing.Point(93, 56);
this.txtBookISBN.Name = "txtBookISBN";
this.txtBookISBN.Size = new System.Drawing.Size(239, 21);
this.txtBookISBN.TabIndex = 10;
//
// txtBookName
//
this.txtBookName.Location = new System.Drawing.Point(94, 18);
this.txtBookName.Name = "txtBookName";
this.txtBookName.Size = new System.Drawing.Size(239, 21);
this.txtBookName.TabIndex = 9;
//
// lblBookStorage
//
this.lblBookStorage.AutoSize = true;
this.lblBookStorage.Location = new System.Drawing.Point(20, 261);
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(20, 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(20, 86);
this.lblBookPrice.Name = "lblBookPrice";
this.lblBookPrice.Size = new System.Drawing.Size(59, 12);
this.lblBookPrice.TabIndex = 3;
this.lblBookPrice.Text = "书籍价格:";
//
// lblBookAuthor
//
this.lblBookAuthor.AutoSize = true;
this.lblBookAuthor.Location = new System.Drawing.Point(20, 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(20, 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(20, 59);
this.lblBookName.Name = "lblBookName";
this.lblBookName.Size = new System.Drawing.Size(59, 12);
this.lblBookName.TabIndex = 0;
this.lblBookName.Text = "书籍名称:";
//
// dateTimePicker1
//
this.dateTimePicker1.Enabled = false;
this.dateTimePicker1.Location = new System.Drawing.Point(93, 177);
this.dateTimePicker1.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(239, 21);
this.dateTimePicker1.TabIndex = 21;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(94, 143);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(239, 21);
this.textBox1.TabIndex = 12;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(277, 3);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 25;
this.label2.Text = "例*B0001";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -