📄 frmgoodsinfo.designer.cs
字号:
namespace SMS.BasicInfo
{
partial class frmGoodsInfo
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGoodsInfo));
this.label3 = new System.Windows.Forms.Label();
this.txtGSpec = new System.Windows.Forms.TextBox();
this.btnDel = new System.Windows.Forms.Button();
this.btnEdit = new System.Windows.Forms.Button();
this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
this.txtGNum = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.dgvGInfo = new System.Windows.Forms.DataGridView();
this.btnExit = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.txtGName = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cboxGUnit = new System.Windows.Forms.ComboBox();
this.txtMNum = new System.Windows.Forms.TextBox();
this.Lab = new System.Windows.Forms.Label();
this.txtLNum = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtGOPrice = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtGIPrice = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.errorPrMoney = new System.Windows.Forms.ErrorProvider(this.components);
((System.ComponentModel.ISupportInitialize)(this.dgvGInfo)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorPrMoney)).BeginInit();
this.SuspendLayout();
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(33, 70);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 4;
this.label3.Text = "计量单位";
//
// txtGSpec
//
this.txtGSpec.Location = new System.Drawing.Point(291, 29);
this.txtGSpec.Name = "txtGSpec";
this.txtGSpec.ReadOnly = true;
this.txtGSpec.Size = new System.Drawing.Size(100, 21);
this.txtGSpec.TabIndex = 1;
//
// btnDel
//
this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
this.btnDel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnDel.Location = new System.Drawing.Point(34, 86);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(75, 23);
this.btnDel.TabIndex = 7;
this.btnDel.Text = "删除";
this.btnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnDel.UseVisualStyleBackColor = true;
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
//
// btnEdit
//
this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
this.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnEdit.Location = new System.Drawing.Point(34, 43);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(75, 23);
this.btnEdit.TabIndex = 6;
this.btnEdit.Text = "修改";
this.btnEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnEdit.UseVisualStyleBackColor = true;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// hScrollBar1
//
this.hScrollBar1.Location = new System.Drawing.Point(12, 386);
this.hScrollBar1.Name = "hScrollBar1";
this.hScrollBar1.Size = new System.Drawing.Size(565, 17);
this.hScrollBar1.TabIndex = 5;
//
// txtGNum
//
this.txtGNum.Location = new System.Drawing.Point(291, 67);
this.txtGNum.Name = "txtGNum";
this.txtGNum.ReadOnly = true;
this.txtGNum.Size = new System.Drawing.Size(100, 21);
this.txtGNum.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(223, 70);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 6;
this.label4.Text = "库存数量";
//
// dgvGInfo
//
this.dgvGInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvGInfo.Location = new System.Drawing.Point(12, 202);
this.dgvGInfo.Name = "dgvGInfo";
this.dgvGInfo.ReadOnly = true;
this.dgvGInfo.RowTemplate.Height = 23;
this.dgvGInfo.Size = new System.Drawing.Size(565, 201);
this.dgvGInfo.TabIndex = 3;
this.dgvGInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGInfo_CellClick);
//
// btnExit
//
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
this.btnExit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnExit.Location = new System.Drawing.Point(34, 129);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 8;
this.btnExit.Text = "退出";
this.btnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(223, 32);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "货物规格";
//
// txtGName
//
this.txtGName.Location = new System.Drawing.Point(100, 29);
this.txtGName.Name = "txtGName";
this.txtGName.ReadOnly = true;
this.txtGName.Size = new System.Drawing.Size(100, 21);
this.txtGName.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cboxGUnit);
this.groupBox1.Controls.Add(this.txtMNum);
this.groupBox1.Controls.Add(this.Lab);
this.groupBox1.Controls.Add(this.txtLNum);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.txtGOPrice);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.txtGIPrice);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -