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

📄 cash.designer.cs

📁 超市POS收银系统c.rar
💻 CS
字号:
namespace FOUPOS
{
    partial class Cash
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Cash));
            this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.label1 = new System.Windows.Forms.Label();
            this.txtNum = new System.Windows.Forms.TextBox();
            this.btnAdd = new System.Windows.Forms.Button();
            this.lvGoods = new System.Windows.Forms.ListView();
            this.label2 = new System.Windows.Forms.Label();
            this.lblCount = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.lblSumMoney = new System.Windows.Forms.Label();
            this.lblSumCount = new System.Windows.Forms.Label();
            this.txtSumMoney = new System.Windows.Forms.TextBox();
            this.txtShouldGetMoney = new System.Windows.Forms.TextBox();
            this.txtGetMoney = new System.Windows.Forms.TextBox();
            this.txtReturnMoney = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // skinEngine1
            // 
            this.skinEngine1.SerialNumber = "";
            this.skinEngine1.SkinFile = null;
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // txtNum
            // 
            resources.ApplyResources(this.txtNum, "txtNum");
            this.txtNum.Name = "txtNum";
            // 
            // btnAdd
            // 
            resources.ApplyResources(this.btnAdd, "btnAdd");
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.UseVisualStyleBackColor = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // lvGoods
            // 
            resources.ApplyResources(this.lvGoods, "lvGoods");
            this.lvGoods.FullRowSelect = true;
            this.lvGoods.GridLines = true;
            this.lvGoods.LabelEdit = true;
            this.lvGoods.Name = "lvGoods";
            this.lvGoods.UseCompatibleStateImageBehavior = false;
            this.lvGoods.View = System.Windows.Forms.View.Details;
            this.lvGoods.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.lvGoods_AfterLabelEdit);
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // lblCount
            // 
            resources.ApplyResources(this.lblCount, "lblCount");
            this.lblCount.Name = "lblCount";
            // 
            // label4
            // 
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            // 
            // label5
            // 
            resources.ApplyResources(this.label5, "label5");
            this.label5.Name = "label5";
            // 
            // label6
            // 
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            // 
            // label7
            // 
            resources.ApplyResources(this.label7, "label7");
            this.label7.Name = "label7";
            // 
            // label8
            // 
            resources.ApplyResources(this.label8, "label8");
            this.label8.Name = "label8";
            // 
            // lblSumMoney
            // 
            resources.ApplyResources(this.lblSumMoney, "lblSumMoney");
            this.lblSumMoney.Name = "lblSumMoney";
            // 
            // lblSumCount
            // 
            resources.ApplyResources(this.lblSumCount, "lblSumCount");
            this.lblSumCount.Name = "lblSumCount";
            // 
            // txtSumMoney
            // 
            resources.ApplyResources(this.txtSumMoney, "txtSumMoney");
            this.txtSumMoney.Name = "txtSumMoney";
            // 
            // txtShouldGetMoney
            // 
            resources.ApplyResources(this.txtShouldGetMoney, "txtShouldGetMoney");
            this.txtShouldGetMoney.Name = "txtShouldGetMoney";
            // 
            // txtGetMoney
            // 
            resources.ApplyResources(this.txtGetMoney, "txtGetMoney");
            this.txtGetMoney.Name = "txtGetMoney";
            this.txtGetMoney.Leave += new System.EventHandler(this.txtGetMoney_Leave);
            // 
            // txtReturnMoney
            // 
            resources.ApplyResources(this.txtReturnMoney, "txtReturnMoney");
            this.txtReturnMoney.Name = "txtReturnMoney";
            // 
            // button1
            // 
            resources.ApplyResources(this.button1, "button1");
            this.button1.Name = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            resources.ApplyResources(this.button2, "button2");
            this.button2.Name = "button2";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.txtNum);
            this.panel1.Controls.Add(this.btnAdd);
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            // 
            // Cash
            // 
            this.AcceptButton = this.btnAdd;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.txtReturnMoney);
            this.Controls.Add(this.txtGetMoney);
            this.Controls.Add(this.txtShouldGetMoney);
            this.Controls.Add(this.txtSumMoney);
            this.Controls.Add(this.lblSumCount);
            this.Controls.Add(this.lblSumMoney);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.lblCount);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.lvGoods);
            this.Name = "Cash";
            this.Load += new System.EventHandler(this.Cash_Load);
            this.Activated += new System.EventHandler(this.Cash_Activated);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private Sunisoft.IrisSkin.SkinEngine skinEngine1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtNum;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.ListView lvGoods;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label lblCount;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label lblSumMoney;
        private System.Windows.Forms.Label lblSumCount;
        private System.Windows.Forms.TextBox txtSumMoney;
        private System.Windows.Forms.TextBox txtShouldGetMoney;
        private System.Windows.Forms.TextBox txtGetMoney;
        private System.Windows.Forms.TextBox txtReturnMoney;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Panel panel1;
    }
}

⌨️ 快捷键说明

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