📄 sms_goodsin.designer.cs
字号:
//
// 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(29, 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.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtISGNum_KeyPress);
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(29, 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 = "货物编号";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button2);
this.groupBox2.Controls.Add(this.button1);
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, 6);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(142, 237);
this.groupBox2.TabIndex = 18;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "操作";
//
// button2
//
this.button2.Location = new System.Drawing.Point(34, 127);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 14;
this.button2.Text = "刷 新";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(34, 71);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 13;
this.button1.Text = "修 改";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// btnExit
//
this.btnExit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnExit.Location = new System.Drawing.Point(34, 156);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 12;
this.btnExit.Text = "退 出";
this.btnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnDel
//
this.btnDel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnDel.Location = new System.Drawing.Point(34, 99);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(75, 23);
this.btnDel.TabIndex = 11;
this.btnDel.Text = "删 除";
this.btnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnDel.UseVisualStyleBackColor = true;
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
//
// btnAdd
//
this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnAdd.Location = new System.Drawing.Point(34, 43);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 10;
this.btnAdd.Text = "入 库";
this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// dgvISManage
//
this.dgvISManage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvISManage.Location = new System.Drawing.Point(9, 251);
this.dgvISManage.Name = "dgvISManage";
this.dgvISManage.ReadOnly = true;
this.dgvISManage.RowTemplate.Height = 23;
this.dgvISManage.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvISManage.Size = new System.Drawing.Size(574, 150);
this.dgvISManage.TabIndex = 19;
this.dgvISManage.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvISManage_CellMouseDoubleClick);
//
// hScrollBar1
//
this.hScrollBar1.Location = new System.Drawing.Point(9, 401);
this.hScrollBar1.Name = "hScrollBar1";
this.hScrollBar1.Size = new System.Drawing.Size(574, 17);
this.hScrollBar1.TabIndex = 20;
//
// SMS_GoodsIn
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(592, 430);
this.Controls.Add(this.hScrollBar1);
this.Controls.Add(this.dgvISManage);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.MaximizeBox = false;
this.Name = "SMS_GoodsIn";
this.Text = "入库管理";
this.Load += new System.EventHandler(this.SMS_GoodsIn_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.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.GroupBox groupBox2;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnDel;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.DataGridView dgvISManage;
private System.Windows.Forms.HScrollBar hScrollBar1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -