📄 frmgoodsinfo.designer.cs
字号:
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtGNum);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtGSpec);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtGName);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(9, 11);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(426, 185);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "信息";
//
// cboxGUnit
//
this.cboxGUnit.FormattingEnabled = true;
this.cboxGUnit.Items.AddRange(new object[] {
"个",
"件",
"瓶",
"斤",
"两",
"公斤",
"千克",
"吨",
"米",
"台",
"部",
"辆"});
this.cboxGUnit.Location = new System.Drawing.Point(100, 67);
this.cboxGUnit.MaxDropDownItems = 100;
this.cboxGUnit.Name = "cboxGUnit";
this.cboxGUnit.Size = new System.Drawing.Size(100, 20);
this.cboxGUnit.TabIndex = 2;
//
// txtMNum
//
this.txtMNum.Location = new System.Drawing.Point(291, 143);
this.txtMNum.Name = "txtMNum";
this.txtMNum.Size = new System.Drawing.Size(100, 21);
this.txtMNum.TabIndex = 5;
//
// Lab
//
this.Lab.AutoSize = true;
this.Lab.Location = new System.Drawing.Point(208, 146);
this.Lab.Name = "Lab";
this.Lab.Size = new System.Drawing.Size(77, 12);
this.Lab.TabIndex = 14;
this.Lab.Text = "警戒顶线库存";
//
// txtLNum
//
this.txtLNum.Location = new System.Drawing.Point(100, 143);
this.txtLNum.Name = "txtLNum";
this.txtLNum.Size = new System.Drawing.Size(100, 21);
this.txtLNum.TabIndex = 4;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(21, 146);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(77, 12);
this.label7.TabIndex = 12;
this.label7.Text = "警戒底线库存";
//
// txtGOPrice
//
this.txtGOPrice.Location = new System.Drawing.Point(291, 105);
this.txtGOPrice.Name = "txtGOPrice";
this.txtGOPrice.Size = new System.Drawing.Size(100, 21);
this.txtGOPrice.TabIndex = 3;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(223, 108);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 10;
this.label6.Text = "销售价格";
//
// txtGIPrice
//
this.txtGIPrice.Location = new System.Drawing.Point(100, 105);
this.txtGIPrice.Name = "txtGIPrice";
this.txtGIPrice.ReadOnly = true;
this.txtGIPrice.Size = new System.Drawing.Size(100, 21);
this.txtGIPrice.TabIndex = 9;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(33, 108);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 8;
this.label5.Text = "进货价格";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(33, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "货物名称";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnExit);
this.groupBox2.Controls.Add(this.btnDel);
this.groupBox2.Controls.Add(this.btnEdit);
this.groupBox2.Location = new System.Drawing.Point(441, 11);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(142, 185);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "操作";
//
// errorPrMoney
//
this.errorPrMoney.ContainerControl = this;
//
// frmGoodsInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(592, 416);
this.Controls.Add(this.hScrollBar1);
this.Controls.Add(this.dgvGInfo);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "frmGoodsInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "货物档案设置";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmGoodsInfo_FormClosed);
this.Load += new System.EventHandler(this.frmGoodsInfo_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvGInfo)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.errorPrMoney)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtGSpec;
private System.Windows.Forms.Button btnDel;
private System.Windows.Forms.Button btnEdit;
private System.Windows.Forms.HScrollBar hScrollBar1;
private System.Windows.Forms.TextBox txtGNum;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.DataGridView dgvGInfo;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtGName;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox txtMNum;
private System.Windows.Forms.Label Lab;
private System.Windows.Forms.TextBox txtLNum;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtGOPrice;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtGIPrice;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox cboxGUnit;
private System.Windows.Forms.ErrorProvider errorPrMoney;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -