📄 booktostock.designer.cs
字号:
namespace BMS
{
partial class BookToStock
{
/// <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()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.BookClass = new System.Windows.Forms.TextBox();
this.Magazine = new System.Windows.Forms.CheckBox();
this.Clear = new System.Windows.Forms.Button();
this.Add = new System.Windows.Forms.Button();
this.Reset = new System.Windows.Forms.Button();
this.Pub_time = new System.Windows.Forms.DateTimePicker();
this.Bookpublish = new System.Windows.Forms.TextBox();
this.PaySum = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.BookNum = new System.Windows.Forms.TextBox();
this.M_qishu = new System.Windows.Forms.TextBox();
this.Writer = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.BookPrice = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.BookName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.Published = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.BookStockInfo = new System.Windows.Forms.DataGridView();
this.pubID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AddTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AddPeople = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Bookstock = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.BookName1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Booksort = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Price = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Num = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Sum = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.BookStockInfo)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.BookClass);
this.groupBox1.Controls.Add(this.Magazine);
this.groupBox1.Controls.Add(this.Clear);
this.groupBox1.Controls.Add(this.Add);
this.groupBox1.Controls.Add(this.Reset);
this.groupBox1.Controls.Add(this.Pub_time);
this.groupBox1.Controls.Add(this.Bookpublish);
this.groupBox1.Controls.Add(this.PaySum);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.BookNum);
this.groupBox1.Controls.Add(this.M_qishu);
this.groupBox1.Controls.Add(this.Writer);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.BookPrice);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.BookName);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.Published);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(3, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(294, 499);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "图书入库信息";
//
// BookClass
//
this.BookClass.Location = new System.Drawing.Point(81, 91);
this.BookClass.MaxLength = 16;
this.BookClass.Name = "BookClass";
this.BookClass.Size = new System.Drawing.Size(189, 21);
this.BookClass.TabIndex = 2;
this.BookClass.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.BookClass_KeyPress);
//
// Magazine
//
this.Magazine.AutoSize = true;
this.Magazine.Location = new System.Drawing.Point(185, 128);
this.Magazine.Name = "Magazine";
this.Magazine.Size = new System.Drawing.Size(48, 16);
this.Magazine.TabIndex = 4;
this.Magazine.Text = "期刊";
this.Magazine.UseVisualStyleBackColor = true;
this.Magazine.CheckedChanged += new System.EventHandler(this.Magazine_CheckedChanged);
//
// Clear
//
this.Clear.Location = new System.Drawing.Point(195, 434);
this.Clear.Name = "Clear";
this.Clear.Size = new System.Drawing.Size(75, 23);
this.Clear.TabIndex = 13;
this.Clear.Text = "清空";
this.Clear.UseVisualStyleBackColor = true;
this.Clear.Click += new System.EventHandler(this.Clear_Click);
//
// Add
//
this.Add.Location = new System.Drawing.Point(17, 434);
this.Add.Name = "Add";
this.Add.Size = new System.Drawing.Size(75, 23);
this.Add.TabIndex = 11;
this.Add.Text = "添加";
this.Add.UseVisualStyleBackColor = true;
this.Add.Click += new System.EventHandler(this.Add_Click);
//
// Reset
//
this.Reset.Location = new System.Drawing.Point(104, 434);
this.Reset.Name = "Reset";
this.Reset.Size = new System.Drawing.Size(75, 23);
this.Reset.TabIndex = 12;
this.Reset.Text = "修改";
this.Reset.UseVisualStyleBackColor = true;
this.Reset.Click += new System.EventHandler(this.Reset_Click);
//
// Pub_time
//
this.Pub_time.Location = new System.Drawing.Point(81, 349);
this.Pub_time.Name = "Pub_time";
this.Pub_time.Size = new System.Drawing.Size(189, 21);
this.Pub_time.TabIndex = 10;
//
// Bookpublish
//
this.Bookpublish.Location = new System.Drawing.Point(81, 308);
this.Bookpublish.MaxLength = 20;
this.Bookpublish.Name = "Bookpublish";
this.Bookpublish.Size = new System.Drawing.Size(189, 21);
this.Bookpublish.TabIndex = 9;
this.Bookpublish.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Bookpublish_KeyPress);
//
// PaySum
//
this.PaySum.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.PaySum.Location = new System.Drawing.Point(81, 235);
this.PaySum.MaxLength = 10;
this.PaySum.Name = "PaySum";
this.PaySum.Size = new System.Drawing.Size(189, 21);
this.PaySum.TabIndex = 7;
this.PaySum.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.PaySum_KeyPress);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(15, 352);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 0;
this.label9.Text = "出版时间:";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// BookNum
//
this.BookNum.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.BookNum.Location = new System.Drawing.Point(81, 197);
this.BookNum.MaxLength = 10;
this.BookNum.Name = "BookNum";
this.BookNum.Size = new System.Drawing.Size(189, 21);
this.BookNum.TabIndex = 6;
this.BookNum.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.BookNum_KeyPress);
this.BookNum.TextChanged += new System.EventHandler(this.BookNum_TextChanged);
//
// M_qishu
//
this.M_qishu.Enabled = false;
this.M_qishu.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.M_qishu.Location = new System.Drawing.Point(81, 159);
this.M_qishu.MaxLength = 10;
this.M_qishu.Name = "M_qishu";
this.M_qishu.Size = new System.Drawing.Size(189, 21);
this.M_qishu.TabIndex = 5;
this.M_qishu.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.M_qishu_KeyPress);
//
// Writer
//
this.Writer.Location = new System.Drawing.Point(81, 272);
this.Writer.MaxLength = 20;
this.Writer.Name = "Writer";
this.Writer.Size = new System.Drawing.Size(189, 21);
this.Writer.TabIndex = 8;
this.Writer.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Writer_KeyPress);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(15, 238);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 0;
this.label6.Text = "图书花费:";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(27, 311);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 0;
this.label8.Text = "出版社:";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(15, 200);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 0;
this.label10.Text = "图书数量:";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// BookPrice
//
this.BookPrice.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.BookPrice.Location = new System.Drawing.Point(81, 123);
this.BookPrice.MaxLength = 10;
this.BookPrice.Name = "BookPrice";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -