⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sell.designer.cs

📁 进存销系统..适合书店的进销存..功能可以满足一般的需求.很简单
💻 CS
字号:
namespace BookStore.Forms
{
    partial class Sell
    {
        /// <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.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.cb_EmployeeID = new System.Windows.Forms.ComboBox();
            this.cb_CustomerID = new System.Windows.Forms.ComboBox();
            this.tb_CustomerName = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.cb_User = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.dg_Sell = new System.Windows.Forms.DataGrid();
            this.tb_Tax = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.tb_NoTax = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.tb_TotalPrice = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.btn_Save = new System.Windows.Forms.Button();
            this.btn_Calculate = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dg_Sell)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(27, 23);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "业务员:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(27, 60);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "客户代号:";
            // 
            // cb_EmployeeID
            // 
            this.cb_EmployeeID.FormattingEnabled = true;
            this.cb_EmployeeID.Location = new System.Drawing.Point(86, 20);
            this.cb_EmployeeID.Name = "cb_EmployeeID";
            this.cb_EmployeeID.Size = new System.Drawing.Size(121, 20);
            this.cb_EmployeeID.TabIndex = 2;
            // 
            // cb_CustomerID
            // 
            this.cb_CustomerID.FormattingEnabled = true;
            this.cb_CustomerID.Location = new System.Drawing.Point(86, 57);
            this.cb_CustomerID.Name = "cb_CustomerID";
            this.cb_CustomerID.Size = new System.Drawing.Size(121, 20);
            this.cb_CustomerID.TabIndex = 3;
            this.cb_CustomerID.SelectedIndexChanged += new System.EventHandler(this.cb_CustomerID_SelectedIndexChanged);
            // 
            // tb_CustomerName
            // 
            this.tb_CustomerName.BackColor = System.Drawing.Color.WhiteSmoke;
            this.tb_CustomerName.ForeColor = System.Drawing.Color.Black;
            this.tb_CustomerName.Location = new System.Drawing.Point(226, 57);
            this.tb_CustomerName.Name = "tb_CustomerName";
            this.tb_CustomerName.ReadOnly = true;
            this.tb_CustomerName.Size = new System.Drawing.Size(424, 21);
            this.tb_CustomerName.TabIndex = 4;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(224, 23);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 5;
            this.label3.Text = "制单人:";
            // 
            // cb_User
            // 
            this.cb_User.FormattingEnabled = true;
            this.cb_User.Location = new System.Drawing.Point(297, 20);
            this.cb_User.Name = "cb_User";
            this.cb_User.Size = new System.Drawing.Size(121, 20);
            this.cb_User.TabIndex = 6;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(449, 24);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 7;
            this.label4.Text = "销售日期:";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(522, 20);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(128, 21);
            this.textBox1.TabIndex = 8;
            // 
            // dg_Sell
            // 
            this.dg_Sell.CaptionText = "销售明细";
            this.dg_Sell.DataMember = "";
            this.dg_Sell.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dg_Sell.Location = new System.Drawing.Point(12, 98);
            this.dg_Sell.Name = "dg_Sell";
            this.dg_Sell.Size = new System.Drawing.Size(731, 261);
            this.dg_Sell.TabIndex = 9;
            this.dg_Sell.DoubleClick += new System.EventHandler(this.dg_Sell_DoubleClick);
            // 
            // tb_Tax
            // 
            this.tb_Tax.Location = new System.Drawing.Point(439, 376);
            this.tb_Tax.Name = "tb_Tax";
            this.tb_Tax.Size = new System.Drawing.Size(108, 21);
            this.tb_Tax.TabIndex = 11;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(393, 380);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(41, 12);
            this.label5.TabIndex = 10;
            this.label5.Text = "税额:";
            // 
            // tb_NoTax
            // 
            this.tb_NoTax.Location = new System.Drawing.Point(280, 377);
            this.tb_NoTax.Name = "tb_NoTax";
            this.tb_NoTax.Size = new System.Drawing.Size(108, 21);
            this.tb_NoTax.TabIndex = 13;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(210, 380);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 12;
            this.label6.Text = "税后金额:";
            // 
            // tb_TotalPrice
            // 
            this.tb_TotalPrice.Location = new System.Drawing.Point(97, 376);
            this.tb_TotalPrice.Name = "tb_TotalPrice";
            this.tb_TotalPrice.Size = new System.Drawing.Size(108, 21);
            this.tb_TotalPrice.TabIndex = 15;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(27, 380);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(65, 12);
            this.label7.TabIndex = 14;
            this.label7.Text = "合计金额:";
            // 
            // btn_Save
            // 
            this.btn_Save.Location = new System.Drawing.Point(668, 374);
            this.btn_Save.Name = "btn_Save";
            this.btn_Save.Size = new System.Drawing.Size(75, 23);
            this.btn_Save.TabIndex = 16;
            this.btn_Save.Text = "保存";
            this.btn_Save.UseVisualStyleBackColor = true;
            this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
            // 
            // btn_Calculate
            // 
            this.btn_Calculate.Location = new System.Drawing.Point(575, 374);
            this.btn_Calculate.Name = "btn_Calculate";
            this.btn_Calculate.Size = new System.Drawing.Size(75, 23);
            this.btn_Calculate.TabIndex = 17;
            this.btn_Calculate.Text = "合计";
            this.btn_Calculate.UseVisualStyleBackColor = true;
            this.btn_Calculate.Click += new System.EventHandler(this.btn_Calculate_Click);
            // 
            // Sell
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(755, 425);
            this.Controls.Add(this.btn_Calculate);
            this.Controls.Add(this.btn_Save);
            this.Controls.Add(this.tb_TotalPrice);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.tb_NoTax);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.tb_Tax);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.dg_Sell);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.cb_User);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.tb_CustomerName);
            this.Controls.Add(this.cb_CustomerID);
            this.Controls.Add(this.cb_EmployeeID);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Name = "Sell";
            this.Text = "销售";
            this.Load += new System.EventHandler(this.Sell_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dg_Sell)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox cb_EmployeeID;
        private System.Windows.Forms.ComboBox cb_CustomerID;
        private System.Windows.Forms.TextBox tb_CustomerName;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.ComboBox cb_User;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.DataGrid dg_Sell;
        private System.Windows.Forms.TextBox tb_Tax;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox tb_NoTax;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox tb_TotalPrice;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Button btn_Save;
        private System.Windows.Forms.Button btn_Calculate;

    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -