📄 sms_upgoods.designer.cs
字号:
//
// labGPrice
//
this.labGPrice.AutoSize = true;
this.labGPrice.Location = new System.Drawing.Point(218, 110);
this.labGPrice.Name = "labGPrice";
this.labGPrice.Size = new System.Drawing.Size(53, 12);
this.labGPrice.TabIndex = 14;
this.labGPrice.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 = "货物规格";
//
// txtISGNum
//
this.txtISGNum.Location = new System.Drawing.Point(95, 107);
this.txtISGNum.Name = "txtISGNum";
this.txtISGNum.Size = new System.Drawing.Size(100, 21);
this.txtISGNum.TabIndex = 6;
this.txtISGNum.TextChanged += new System.EventHandler(this.txtISGNum_TextChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(212, 54);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 6;
this.label4.Text = "供应商名称";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(25, 54);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 4;
this.label3.Text = "仓库名称";
//
// txtISGName
//
this.txtISGName.Location = new System.Drawing.Point(286, 23);
this.txtISGName.Name = "txtISGName";
this.txtISGName.Size = new System.Drawing.Size(100, 21);
this.txtISGName.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(218, 26);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "货物名称";
//
// txtISGID
//
this.txtISGID.Location = new System.Drawing.Point(95, 23);
this.txtISGID.Name = "txtISGID";
this.txtISGID.ReadOnly = true;
this.txtISGID.Size = new System.Drawing.Size(100, 21);
this.txtISGID.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(31, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "货物编号";
//
// button1
//
this.button1.Location = new System.Drawing.Point(143, 256);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 19;
this.button1.Text = "更新数据";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(238, 256);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 20;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// SMS_UpGoods
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(454, 291);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.Name = "SMS_UpGoods";
this.Text = "货物修改";
this.Load += new System.EventHandler(this.SMS_UpGoods_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ComboBox cboxGUnit;
private System.Windows.Forms.TextBox txtHPeople;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox cboxPName;
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.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.TextBox txtISGNum;
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.TextBox txtISGID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -