📄 frmismanage.designer.cs
字号:
this.labGPrice.TabIndex = 14;
this.labGPrice.Text = "货物单价";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cboxGUnit);
this.groupBox1.Controls.Add(this.txtHPeople);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.cboxPName);
this.groupBox1.Controls.Add(this.cboxSName);
this.groupBox1.Controls.Add(this.txtISRemark);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.txtGIPrice);
this.groupBox1.Controls.Add(this.labGPrice);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.txtGSPrice);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.txtGSpec);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtISGNum);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtISGName);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtISGID);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(9, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(426, 237);
this.groupBox1.TabIndex = 14;
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(286, 79);
this.cboxGUnit.MaxDropDownItems = 100;
this.cboxGUnit.Name = "cboxGUnit";
this.cboxGUnit.Size = new System.Drawing.Size(100, 20);
this.cboxGUnit.TabIndex = 5;
//
// txtHPeople
//
this.txtHPeople.Location = new System.Drawing.Point(286, 135);
this.txtHPeople.Name = "txtHPeople";
this.txtHPeople.Size = new System.Drawing.Size(100, 21);
this.txtHPeople.TabIndex = 8;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(224, 138);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 21;
this.label9.Text = "经手人";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(25, 138);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 20;
this.label10.Text = "进货总金额";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(31, 110);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 12;
this.label7.Text = "入库数量";
//
// txtGSPrice
//
this.txtGSPrice.Location = new System.Drawing.Point(95, 135);
this.txtGSPrice.Name = "txtGSPrice";
this.txtGSPrice.ReadOnly = true;
this.txtGSPrice.Size = new System.Drawing.Size(100, 21);
this.txtGSPrice.TabIndex = 11;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(218, 82);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 10;
this.label6.Text = "计量单位";
//
// txtGSpec
//
this.txtGSpec.Location = new System.Drawing.Point(95, 79);
this.txtGSpec.Name = "txtGSpec";
this.txtGSpec.Size = new System.Drawing.Size(100, 21);
this.txtGSpec.TabIndex = 4;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(31, 82);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 8;
this.label5.Text = "货物规格";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnExit);
this.groupBox2.Controls.Add(this.btnDel);
this.groupBox2.Controls.Add(this.btnAdd);
this.groupBox2.Location = new System.Drawing.Point(441, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(142, 237);
this.groupBox2.TabIndex = 16;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "操作";
//
// hScrollBar1
//
this.hScrollBar1.Location = new System.Drawing.Point(12, 387);
this.hScrollBar1.Name = "hScrollBar1";
this.hScrollBar1.Size = new System.Drawing.Size(565, 17);
this.hScrollBar1.TabIndex = 17;
//
// dgvISManage
//
this.dgvISManage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvISManage.Location = new System.Drawing.Point(12, 255);
this.dgvISManage.Name = "dgvISManage";
this.dgvISManage.ReadOnly = true;
this.dgvISManage.RowTemplate.Height = 23;
this.dgvISManage.Size = new System.Drawing.Size(565, 149);
this.dgvISManage.TabIndex = 15;
this.dgvISManage.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvISManage_CellClick);
//
// frmISManage
//
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.groupBox1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.hScrollBar1);
this.Controls.Add(this.dgvISManage);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "frmISManage";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "货物入库管理";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmISManage_FormClosed);
this.Load += new System.EventHandler(this.frmISManage_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvISManage)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnDel;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtISGName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cboxPName;
private System.Windows.Forms.TextBox txtISGID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtISGNum;
private System.Windows.Forms.ComboBox cboxSName;
private System.Windows.Forms.TextBox txtISRemark;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtGIPrice;
private System.Windows.Forms.Label labGPrice;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtGSPrice;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtGSpec;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.HScrollBar hScrollBar1;
private System.Windows.Forms.DataGridView dgvISManage;
private System.Windows.Forms.TextBox txtHPeople;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox cboxGUnit;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -