📄 goodsin.designer.cs
字号:
// txtRemark
//
this.txtRemark.Location = new System.Drawing.Point(80, 121);
this.txtRemark.Name = "txtRemark";
this.txtRemark.ReadOnly = true;
this.txtRemark.Size = new System.Drawing.Size(554, 21);
this.txtRemark.TabIndex = 12;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(9, 125);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 14;
this.label6.Text = " 备 注 :";
//
// txtSellPrice
//
this.txtSellPrice.Location = new System.Drawing.Point(227, 90);
this.txtSellPrice.Name = "txtSellPrice";
this.txtSellPrice.ReadOnly = true;
this.txtSellPrice.Size = new System.Drawing.Size(66, 21);
this.txtSellPrice.TabIndex = 9;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(162, 93);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 12;
this.label5.Text = "销售价格:";
//
// txtGoodsInPrice
//
this.txtGoodsInPrice.Location = new System.Drawing.Point(80, 89);
this.txtGoodsInPrice.Name = "txtGoodsInPrice";
this.txtGoodsInPrice.ReadOnly = true;
this.txtGoodsInPrice.Size = new System.Drawing.Size(55, 21);
this.txtGoodsInPrice.TabIndex = 8;
this.txtGoodsInPrice.TextChanged += new System.EventHandler(this.txtGoodsInPrice_TextChanged);
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.groupBox2.AutoSize = true;
this.groupBox2.Controls.Add(this.dgvGoodsInfo);
this.groupBox2.Location = new System.Drawing.Point(16, 211);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(448, 224);
this.groupBox2.TabIndex = 20;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "进货信息显示";
//
// dgvGoodsInfo
//
this.dgvGoodsInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvGoodsInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvGoodsInfo.Location = new System.Drawing.Point(3, 17);
this.dgvGoodsInfo.Name = "dgvGoodsInfo";
this.dgvGoodsInfo.ReadOnly = true;
this.dgvGoodsInfo.RowTemplate.Height = 20;
this.dgvGoodsInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvGoodsInfo.Size = new System.Drawing.Size(442, 204);
this.dgvGoodsInfo.TabIndex = 0;
this.dgvGoodsInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoodsInfo_CellClick);
//
// toolAdd
//
this.toolAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolAdd.Image")));
this.toolAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolAdd.Name = "toolAdd";
this.toolAdd.Size = new System.Drawing.Size(49, 22);
this.toolAdd.Tag = "3";
this.toolAdd.Text = "添加";
this.toolAdd.Click += new System.EventHandler(this.toolAdd_Click);
//
// toolAmend
//
this.toolAmend.Image = ((System.Drawing.Image)(resources.GetObject("toolAmend.Image")));
this.toolAmend.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolAmend.Name = "toolAmend";
this.toolAmend.Size = new System.Drawing.Size(49, 22);
this.toolAmend.Tag = "4";
this.toolAmend.Text = "修改";
this.toolAmend.Click += new System.EventHandler(this.toolAmend_Click);
//
// toolCancel
//
this.toolCancel.Enabled = false;
this.toolCancel.Image = ((System.Drawing.Image)(resources.GetObject("toolCancel.Image")));
this.toolCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolCancel.Name = "toolCancel";
this.toolCancel.Size = new System.Drawing.Size(49, 22);
this.toolCancel.Tag = "2";
this.toolCancel.Text = "取消";
this.toolCancel.Click += new System.EventHandler(this.toolCancel_Click);
//
// toolSave
//
this.toolSave.Enabled = false;
this.toolSave.Image = ((System.Drawing.Image)(resources.GetObject("toolSave.Image")));
this.toolSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolSave.Name = "toolSave";
this.toolSave.Size = new System.Drawing.Size(49, 22);
this.toolSave.Tag = "1";
this.toolSave.Text = "保存";
this.toolSave.Click += new System.EventHandler(this.toolSave_Click);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolSave,
this.toolCancel,
this.toolAdd,
this.toolAmend,
this.toolDelete,
this.toolrefulsh,
this.toolStripSeparator2,
this.toolExit});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(687, 25);
this.toolStrip1.TabIndex = 18;
this.toolStrip1.Text = "toolStrip1";
//
// toolDelete
//
this.toolDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolDelete.Image")));
this.toolDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolDelete.Name = "toolDelete";
this.toolDelete.Size = new System.Drawing.Size(49, 22);
this.toolDelete.Tag = "5";
this.toolDelete.Text = "删除";
this.toolDelete.Click += new System.EventHandler(this.toolDelete_Click);
//
// toolrefulsh
//
this.toolrefulsh.Image = ((System.Drawing.Image)(resources.GetObject("toolrefulsh.Image")));
this.toolrefulsh.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolrefulsh.Name = "toolrefulsh";
this.toolrefulsh.Size = new System.Drawing.Size(49, 22);
this.toolrefulsh.Text = "刷新";
this.toolrefulsh.Click += new System.EventHandler(this.toolrefulsh_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// toolExit
//
this.toolExit.Image = ((System.Drawing.Image)(resources.GetObject("toolExit.Image")));
this.toolExit.ImageTransparentColor = System.Drawing.SystemColors.Control;
this.toolExit.Name = "toolExit";
this.toolExit.Size = new System.Drawing.Size(49, 22);
this.toolExit.Tag = "7";
this.toolExit.Text = "退出";
this.toolExit.Click += new System.EventHandler(this.toolExit_Click);
//
// GoodsIn
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(687, 449);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.toolStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "GoodsIn";
this.Text = "采购进货";
this.Load += new System.EventHandler(this.GoodsIn_Load);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvGoodsInfo)).EndInit();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lalTotalG;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label labInTotalM;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label labGain;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbxUnit;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label labGoodsIn;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.DateTimePicker dtBirthday;
private System.Windows.Forms.Label labDay;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtSpec;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtHasPay;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtNeedPay;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtNum;
private System.Windows.Forms.TextBox txtGoodsName;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label labGoodsID;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtRemark;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtSellPrice;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtGoodsInPrice;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dgvGoodsInfo;
private System.Windows.Forms.ToolStripButton toolAdd;
private System.Windows.Forms.ToolStripButton toolAmend;
private System.Windows.Forms.ToolStripButton toolCancel;
private System.Windows.Forms.ToolStripButton toolSave;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolDelete;
private System.Windows.Forms.ToolStripButton toolrefulsh;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton toolExit;
private System.Windows.Forms.ComboBox cbxCompanyName;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.ComboBox cbxDepot;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.ComboBox cbxEmployeeName;
private System.Windows.Forms.Label label21;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -