📄 采购新品.designer.cs
字号:
this.cboDetailCategory.TabIndex = 29;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(292, 23);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(77, 12);
this.label11.TabIndex = 28;
this.label11.Text = "图书小分类:";
//
// tbRemark
//
this.tbRemark.Location = new System.Drawing.Point(665, 96);
this.tbRemark.Multiline = true;
this.tbRemark.Name = "tbRemark";
this.tbRemark.Size = new System.Drawing.Size(200, 59);
this.tbRemark.TabIndex = 26;
//
// dtpTimer
//
this.dtpTimer.Location = new System.Drawing.Point(665, 57);
this.dtpTimer.Name = "dtpTimer";
this.dtpTimer.Size = new System.Drawing.Size(200, 21);
this.dtpTimer.TabIndex = 25;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(594, 62);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 24;
this.label10.Text = "进货时间:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(594, 101);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 23;
this.label9.Text = "备注:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(292, 140);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(113, 12);
this.label8.TabIndex = 22;
this.label8.Text = "销售价格(必填):";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(292, 101);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(101, 12);
this.label7.TabIndex = 21;
this.label7.Text = "进货人(必填):";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(292, 62);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(101, 12);
this.label6.TabIndex = 20;
this.label6.Text = "供货商(必填):";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(594, 23);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(113, 12);
this.label5.TabIndex = 19;
this.label5.Text = "进货数量(必填):";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 137);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(113, 12);
this.label4.TabIndex = 18;
this.label4.Text = "进货成本(必填):";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 99);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(113, 12);
this.label3.TabIndex = 17;
this.label3.Text = "书籍规格(开本):";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 61);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(113, 12);
this.label2.TabIndex = 16;
this.label2.Text = "商品名称(必填):";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(113, 12);
this.label1.TabIndex = 15;
this.label1.Text = "图书类别(必填):";
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(770, 182);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 34);
this.btnOK.TabIndex = 16;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(851, 182);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 34);
this.btnCancel.TabIndex = 17;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// newProduct
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.PaleGoldenrod;
this.ClientSize = new System.Drawing.Size(938, 226);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.gbNewBook);
this.Name = "newProduct";
this.Text = "采购新品";
this.Load += new System.EventHandler(this.采购_Load);
this.gbNewBook.ResumeLayout(false);
this.gbNewBook.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDamount)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox cboCategory;
private System.Windows.Forms.ComboBox cboFormat1;
private System.Windows.Forms.ComboBox cboEmployee;
private System.Windows.Forms.ComboBox cboSupplier;
private System.Windows.Forms.GroupBox gbNewBook;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbRemark;
private System.Windows.Forms.DateTimePicker dtpTimer;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.ComboBox cboDetailCategory;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox tbPrice;
private System.Windows.Forms.TextBox tbCost;
private System.Windows.Forms.TextBox tbName;
private System.Windows.Forms.ComboBox cboFomat2;
private System.Windows.Forms.NumericUpDown NUDamount;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -