📄 销售单据查找.designer.cs
字号:
this.Column17,
this.Column18});
this.dbgname3.GridColor = System.Drawing.Color.Lime;
this.dbgname3.Location = new System.Drawing.Point(1, 100);
this.dbgname3.Name = "dbgname3";
this.dbgname3.ReadOnly = true;
this.dbgname3.RowTemplate.Height = 23;
this.dbgname3.Size = new System.Drawing.Size(679, 275);
this.dbgname3.TabIndex = 56;
//
// Column1
//
this.Column1.DataPropertyName = "商品名称";
this.Column1.HeaderText = "商品名称";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
//
// Column2
//
this.Column2.DataPropertyName = "规格型号";
this.Column2.HeaderText = "规格型号";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
//
// Column3
//
this.Column3.DataPropertyName = "商品编号";
this.Column3.HeaderText = "商品编号";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
//
// Column4
//
this.Column4.DataPropertyName = "单位";
this.Column4.HeaderText = "单位";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
//
// Column5
//
this.Column5.DataPropertyName = "生产厂商";
this.Column5.HeaderText = "生产厂商";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
//
// Column6
//
this.Column6.DataPropertyName = "颜色";
this.Column6.HeaderText = "颜色";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
//
// Column7
//
this.Column7.DataPropertyName = "当前库存";
this.Column7.HeaderText = "当前库存";
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
//
// Column8
//
this.Column8.DataPropertyName = "备注";
this.Column8.HeaderText = "备注";
this.Column8.Name = "Column8";
this.Column8.ReadOnly = true;
//
// Column9
//
this.Column9.DataPropertyName = "上次进价";
this.Column9.HeaderText = "上次进价";
this.Column9.Name = "Column9";
this.Column9.ReadOnly = true;
//
// Column10
//
this.Column10.DataPropertyName = "参考进价";
this.Column10.HeaderText = "参考进价";
this.Column10.Name = "Column10";
this.Column10.ReadOnly = true;
//
// Column11
//
this.Column11.DataPropertyName = "数量";
this.Column11.HeaderText = "数量";
this.Column11.Name = "Column11";
this.Column11.ReadOnly = true;
//
// Column12
//
this.Column12.DataPropertyName = "原始单号";
this.Column12.HeaderText = "原始单号";
this.Column12.Name = "Column12";
this.Column12.ReadOnly = true;
//
// Column13
//
this.Column13.DataPropertyName = "经办人";
this.Column13.HeaderText = "经办人";
this.Column13.Name = "Column13";
this.Column13.ReadOnly = true;
//
// Column14
//
this.Column14.DataPropertyName = "实付金额";
this.Column14.HeaderText = "实付金额";
this.Column14.Name = "Column14";
this.Column14.ReadOnly = true;
//
// Column15
//
this.Column15.DataPropertyName = "应付金额";
this.Column15.HeaderText = "应付金额";
this.Column15.Name = "Column15";
this.Column15.ReadOnly = true;
//
// Column16
//
this.Column16.DataPropertyName = "销售日期";
this.Column16.HeaderText = "销售日期";
this.Column16.Name = "Column16";
this.Column16.ReadOnly = true;
//
// Column17
//
this.Column17.DataPropertyName = "出货仓库";
this.Column17.HeaderText = "出货仓库";
this.Column17.Name = "Column17";
this.Column17.ReadOnly = true;
//
// Column18
//
this.Column18.DataPropertyName = "客户名称";
this.Column18.HeaderText = "客户名称";
this.Column18.Name = "Column18";
this.Column18.ReadOnly = true;
//
// 销售单据查找
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(681, 375);
this.Controls.Add(this.dbgname3);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.button3);
this.Controls.Add(this.button9);
this.Name = "销售单据查找";
this.Text = "销售单据查找";
this.Load += new System.EventHandler(this.销售单据查找_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dbgname3)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox txt1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
public System.Windows.Forms.DataGridView dbgname3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
private System.Windows.Forms.DataGridViewTextBoxColumn Column14;
private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -