📄 booktostock.designer.cs
字号:
this.BookPrice.Size = new System.Drawing.Size(98, 21);
this.BookPrice.TabIndex = 3;
this.BookPrice.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.BookPrice_KeyPress);
this.BookPrice.TextChanged += new System.EventHandler(this.BookPrice_TextChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(39, 162);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 0;
this.label5.Text = "期号:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(39, 275);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 0;
this.label7.Text = "作者:";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// BookName
//
this.BookName.Location = new System.Drawing.Point(81, 58);
this.BookName.MaxLength = 40;
this.BookName.Name = "BookName";
this.BookName.Size = new System.Drawing.Size(189, 21);
this.BookName.TabIndex = 1;
this.BookName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.BookName_KeyPress);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(15, 129);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 0;
this.label4.Text = "图书定价:";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(15, 94);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 0;
this.label3.Text = "图书类别:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(39, 64);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 0;
this.label2.Text = "书名:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// Published
//
this.Published.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.Published.Location = new System.Drawing.Point(81, 25);
this.Published.MaxLength = 18;
this.Published.Name = "Published";
this.Published.Size = new System.Drawing.Size(189, 21);
this.Published.TabIndex = 0;
this.Published.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Published_KeyPress);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(27, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "出版号:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.BookStockInfo);
this.groupBox2.Location = new System.Drawing.Point(303, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(634, 561);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "图书入库信息";
//
// BookStockInfo
//
this.BookStockInfo.AllowUserToAddRows = false;
this.BookStockInfo.AllowUserToDeleteRows = false;
this.BookStockInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.BookStockInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.pubID,
this.ID,
this.AddTime,
this.AddPeople,
this.Bookstock,
this.BookName1,
this.Booksort,
this.Price,
this.Num,
this.Sum});
this.BookStockInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.BookStockInfo.Location = new System.Drawing.Point(3, 17);
this.BookStockInfo.Name = "BookStockInfo";
this.BookStockInfo.ReadOnly = true;
this.BookStockInfo.RowTemplate.Height = 23;
this.BookStockInfo.Size = new System.Drawing.Size(628, 541);
this.BookStockInfo.TabIndex = 0;
this.BookStockInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.BookStockInfo_CellClick);
this.BookStockInfo.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.BookStockInfo_CellClick);
//
// pubID
//
this.pubID.DataPropertyName = "publishid";
this.pubID.HeaderText = "出版号";
this.pubID.Name = "pubID";
this.pubID.ReadOnly = true;
//
// ID
//
this.ID.DataPropertyName = "id";
this.ID.HeaderText = "Column1";
this.ID.Name = "ID";
this.ID.ReadOnly = true;
this.ID.Visible = false;
//
// AddTime
//
this.AddTime.DataPropertyName = "Bookaddtime";
this.AddTime.HeaderText = "添加时间";
this.AddTime.Name = "AddTime";
this.AddTime.ReadOnly = true;
//
// AddPeople
//
this.AddPeople.DataPropertyName = "bookaddpoeple";
this.AddPeople.HeaderText = "添加人";
this.AddPeople.Name = "AddPeople";
this.AddPeople.ReadOnly = true;
//
// Bookstock
//
this.Bookstock.DataPropertyName = "bookstocks";
this.Bookstock.HeaderText = "图书在库数量";
this.Bookstock.Name = "Bookstock";
this.Bookstock.ReadOnly = true;
//
// BookName1
//
this.BookName1.DataPropertyName = "Bookname";
this.BookName1.HeaderText = "书名";
this.BookName1.Name = "BookName1";
this.BookName1.ReadOnly = true;
//
// Booksort
//
this.Booksort.DataPropertyName = "Booksort";
this.Booksort.HeaderText = "图书类别";
this.Booksort.Name = "Booksort";
this.Booksort.ReadOnly = true;
//
// Price
//
this.Price.DataPropertyName = "Bookinprice";
this.Price.HeaderText = "图书定价";
this.Price.Name = "Price";
this.Price.ReadOnly = true;
//
// Num
//
this.Num.DataPropertyName = "Bookamount";
this.Num.HeaderText = "图书数量";
this.Num.Name = "Num";
this.Num.ReadOnly = true;
//
// Sum
//
this.Sum.DataPropertyName = "Booksum";
this.Sum.HeaderText = "图书花费";
this.Sum.Name = "Sum";
this.Sum.ReadOnly = true;
//
// BookToStock
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
this.ClientSize = new System.Drawing.Size(940, 575);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "BookToStock";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "图书入库";
this.Load += new System.EventHandler(this.BookToStore_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.BookStockInfo)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox Published;
private System.Windows.Forms.TextBox BookName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox BookPrice;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox PaySum;
private System.Windows.Forms.TextBox M_qishu;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox Bookpublish;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox Writer;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.DateTimePicker Pub_time;
private System.Windows.Forms.Button Clear;
private System.Windows.Forms.Button Reset;
private System.Windows.Forms.DataGridView BookStockInfo;
private System.Windows.Forms.Button Add;
private System.Windows.Forms.CheckBox Magazine;
private System.Windows.Forms.TextBox BookNum;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox BookClass;
private System.Windows.Forms.DataGridViewTextBoxColumn pubID;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn AddTime;
private System.Windows.Forms.DataGridViewTextBoxColumn AddPeople;
private System.Windows.Forms.DataGridViewTextBoxColumn Bookstock;
private System.Windows.Forms.DataGridViewTextBoxColumn BookName1;
private System.Windows.Forms.DataGridViewTextBoxColumn Booksort;
private System.Windows.Forms.DataGridViewTextBoxColumn Price;
private System.Windows.Forms.DataGridViewTextBoxColumn Num;
private System.Windows.Forms.DataGridViewTextBoxColumn Sum;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -