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

📄 crmanageform.designer.cs

📁 一个超市管理系统,没有错误,非常好,里面什么都有!很使用,很有用
💻 CS
字号:
namespace DaFanRongMIS.ViewController.CashRegister
{
    partial class CRManageForm
    {
        /// <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.txtCRID = new System.Windows.Forms.TextBox();
            this.txtShopID = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            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.cbxShopID = new System.Windows.Forms.ComboBox();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnOK = new System.Windows.Forms.Button();
            this.txtMemo = new System.Windows.Forms.TextBox();
            this.txtHard = new System.Windows.Forms.TextBox();
            this.GBManage = new System.Windows.Forms.GroupBox();
            this.txtMAC = new System.Windows.Forms.TextBox();
            this.txtHostName = new System.Windows.Forms.TextBox();
            this.txtIP = new System.Windows.Forms.TextBox();
            this.txtCRName = new System.Windows.Forms.TextBox();
            this.GBManage.SuspendLayout();
            this.SuspendLayout();
            // 
            // txtCRID
            // 
            this.txtCRID.Location = new System.Drawing.Point(110, 57);
            this.txtCRID.Name = "txtCRID";
            this.txtCRID.Size = new System.Drawing.Size(243, 21);
            this.txtCRID.TabIndex = 17;
            // 
            // txtShopID
            // 
            this.txtShopID.Location = new System.Drawing.Point(110, 25);
            this.txtShopID.Name = "txtShopID";
            this.txtShopID.Size = new System.Drawing.Size(243, 21);
            this.txtShopID.TabIndex = 16;
            this.txtShopID.Visible = false;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(52, 252);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(29, 12);
            this.label8.TabIndex = 15;
            this.label8.Text = "备注";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(52, 220);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(29, 12);
            this.label7.TabIndex = 14;
            this.label7.Text = "硬盘";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(28, 188);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 13;
            this.label6.Text = "网卡地址";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(40, 156);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(41, 12);
            this.label5.TabIndex = 12;
            this.label5.Text = "主机名";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(40, 124);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 11;
            this.label4.Text = "IP地址";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(52, 92);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 10;
            this.label3.Text = "名称";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(52, 60);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 9;
            this.label2.Text = "编号";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(52, 28);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 8;
            this.label1.Text = "店名";
            // 
            // cbxShopID
            // 
            this.cbxShopID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxShopID.FormattingEnabled = true;
            this.cbxShopID.Location = new System.Drawing.Point(110, 26);
            this.cbxShopID.Name = "cbxShopID";
            this.cbxShopID.Size = new System.Drawing.Size(243, 20);
            this.cbxShopID.TabIndex = 26;
            this.cbxShopID.Visible = false;
            this.cbxShopID.SelectedValueChanged += new System.EventHandler(this.cbxShopID_SelectedValueChanged);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(278, 363);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 25;
            this.btnCancel.Text = "返回";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnOK
            // 
            this.btnOK.Location = new System.Drawing.Point(176, 363);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(75, 23);
            this.btnOK.TabIndex = 24;
            this.btnOK.Text = "确定";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // txtMemo
            // 
            this.txtMemo.Location = new System.Drawing.Point(110, 249);
            this.txtMemo.Multiline = true;
            this.txtMemo.Name = "txtMemo";
            this.txtMemo.Size = new System.Drawing.Size(243, 98);
            this.txtMemo.TabIndex = 23;
            // 
            // txtHard
            // 
            this.txtHard.Location = new System.Drawing.Point(110, 217);
            this.txtHard.Name = "txtHard";
            this.txtHard.Size = new System.Drawing.Size(243, 21);
            this.txtHard.TabIndex = 22;
            // 
            // GBManage
            // 
            this.GBManage.Controls.Add(this.cbxShopID);
            this.GBManage.Controls.Add(this.btnCancel);
            this.GBManage.Controls.Add(this.btnOK);
            this.GBManage.Controls.Add(this.txtMemo);
            this.GBManage.Controls.Add(this.txtHard);
            this.GBManage.Controls.Add(this.txtMAC);
            this.GBManage.Controls.Add(this.txtHostName);
            this.GBManage.Controls.Add(this.txtIP);
            this.GBManage.Controls.Add(this.txtCRName);
            this.GBManage.Controls.Add(this.txtCRID);
            this.GBManage.Controls.Add(this.txtShopID);
            this.GBManage.Controls.Add(this.label8);
            this.GBManage.Controls.Add(this.label7);
            this.GBManage.Controls.Add(this.label6);
            this.GBManage.Controls.Add(this.label5);
            this.GBManage.Controls.Add(this.label4);
            this.GBManage.Controls.Add(this.label3);
            this.GBManage.Controls.Add(this.label2);
            this.GBManage.Controls.Add(this.label1);
            this.GBManage.Location = new System.Drawing.Point(12, 10);
            this.GBManage.Name = "GBManage";
            this.GBManage.Size = new System.Drawing.Size(397, 410);
            this.GBManage.TabIndex = 1;
            this.GBManage.TabStop = false;
            // 
            // txtMAC
            // 
            this.txtMAC.Location = new System.Drawing.Point(110, 185);
            this.txtMAC.Name = "txtMAC";
            this.txtMAC.Size = new System.Drawing.Size(243, 21);
            this.txtMAC.TabIndex = 21;
            // 
            // txtHostName
            // 
            this.txtHostName.Location = new System.Drawing.Point(110, 153);
            this.txtHostName.Name = "txtHostName";
            this.txtHostName.Size = new System.Drawing.Size(243, 21);
            this.txtHostName.TabIndex = 20;
            // 
            // txtIP
            // 
            this.txtIP.Location = new System.Drawing.Point(110, 121);
            this.txtIP.Name = "txtIP";
            this.txtIP.Size = new System.Drawing.Size(243, 21);
            this.txtIP.TabIndex = 19;
            // 
            // txtCRName
            // 
            this.txtCRName.Location = new System.Drawing.Point(110, 88);
            this.txtCRName.Name = "txtCRName";
            this.txtCRName.Size = new System.Drawing.Size(243, 21);
            this.txtCRName.TabIndex = 18;
            // 
            // CRManageForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(418, 432);
            this.Controls.Add(this.GBManage);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "CRManageForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "收银机信息维护";
            this.Load += new System.EventHandler(this.CRManageForm_Load);
            this.GBManage.ResumeLayout(false);
            this.GBManage.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TextBox txtCRID;
        private System.Windows.Forms.TextBox txtShopID;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox cbxShopID;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnOK;
        private System.Windows.Forms.TextBox txtMemo;
        private System.Windows.Forms.TextBox txtHard;
        private System.Windows.Forms.GroupBox GBManage;
        private System.Windows.Forms.TextBox txtMAC;
        private System.Windows.Forms.TextBox txtHostName;
        private System.Windows.Forms.TextBox txtIP;
        private System.Windows.Forms.TextBox txtCRName;
    }
}

⌨️ 快捷键说明

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