📄 frmresellstock.designer.cs
字号:
namespace EMS.SaleStock
{
partial class frmResellStock
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.txtBalance = new System.Windows.Forms.TextBox();
this.txtpayment = new System.Windows.Forms.TextBox();
this.txtFullPayment = new System.Windows.Forms.TextBox();
this.txtStockQty = new System.Windows.Forms.TextBox();
this.btnEixt = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtHandle = new System.Windows.Forms.TextBox();
this.txtSummary = new System.Windows.Forms.TextBox();
this.txtBillDate = new System.Windows.Forms.TextBox();
this.txtUnits = new System.Windows.Forms.TextBox();
this.btnSelectUnits = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnSelectHandle = new System.Windows.Forms.Button();
this.txtBillCode = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.dgvStockList = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvStockList)).BeginInit();
this.SuspendLayout();
//
// Column5
//
this.Column5.HeaderText = "单价";
this.Column5.Name = "Column5";
//
// Column6
//
this.Column6.HeaderText = "金额";
this.Column6.Name = "Column6";
//
// Column4
//
this.Column4.HeaderText = "数量";
this.Column4.Name = "Column4";
this.Column4.Width = 60;
//
// Column2
//
this.Column2.HeaderText = "商品名称";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.Width = 135;
//
// Column3
//
this.Column3.HeaderText = "商品单位";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Width = 80;
//
// txtBalance
//
this.txtBalance.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBalance.Location = new System.Drawing.Point(341, 327);
this.txtBalance.Name = "txtBalance";
this.txtBalance.Size = new System.Drawing.Size(60, 20);
this.txtBalance.TabIndex = 20;
this.txtBalance.Text = "0";
//
// txtpayment
//
this.txtpayment.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtpayment.Location = new System.Drawing.Point(212, 327);
this.txtpayment.Name = "txtpayment";
this.txtpayment.Size = new System.Drawing.Size(80, 20);
this.txtpayment.TabIndex = 21;
this.txtpayment.Text = "0";
this.txtpayment.TextChanged += new System.EventHandler(this.txtpayment_TextChanged);
//
// txtFullPayment
//
this.txtFullPayment.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.txtFullPayment.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtFullPayment.Location = new System.Drawing.Point(212, 308);
this.txtFullPayment.Name = "txtFullPayment";
this.txtFullPayment.ReadOnly = true;
this.txtFullPayment.Size = new System.Drawing.Size(80, 20);
this.txtFullPayment.TabIndex = 22;
this.txtFullPayment.Text = "0";
//
// txtStockQty
//
this.txtStockQty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.txtStockQty.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtStockQty.Location = new System.Drawing.Point(77, 309);
this.txtStockQty.Name = "txtStockQty";
this.txtStockQty.ReadOnly = true;
this.txtStockQty.Size = new System.Drawing.Size(60, 20);
this.txtStockQty.TabIndex = 19;
//
// btnEixt
//
this.btnEixt.Location = new System.Drawing.Point(525, 321);
this.btnEixt.Name = "btnEixt";
this.btnEixt.Size = new System.Drawing.Size(75, 23);
this.btnEixt.TabIndex = 17;
this.btnEixt.Text = "退出";
this.btnEixt.UseVisualStyleBackColor = true;
this.btnEixt.Click += new System.EventHandler(this.btnEixt_Click);
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(440, 321);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 18;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(302, 332);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 16;
this.label9.Text = "差额:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(150, 332);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 15;
this.label8.Text = "实付金额:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(150, 313);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 14;
this.label7.Text = "应付金额:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(14, 312);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 13;
this.label6.Text = "进货数量:";
//
// txtHandle
//
this.txtHandle.Font = new System.Drawing.Font("宋体", 9F);
this.txtHandle.Location = new System.Drawing.Point(57, 44);
this.txtHandle.Name = "txtHandle";
this.txtHandle.Size = new System.Drawing.Size(79, 21);
this.txtHandle.TabIndex = 8;
//
// txtSummary
//
this.txtSummary.Font = new System.Drawing.Font("宋体", 9F);
this.txtSummary.Location = new System.Drawing.Point(57, 66);
this.txtSummary.Name = "txtSummary";
this.txtSummary.Size = new System.Drawing.Size(553, 21);
this.txtSummary.TabIndex = 7;
//
// txtBillDate
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -