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

📄 enquiry.designer.cs

📁 Symbol_MC3000_C#.条码扫码范例程序之2
💻 CS
字号:
namespace Fyfjm
{
    partial class Enquiry
    {
        /// <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.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.tbSKU = new System.Windows.Forms.TextBox();
            this.tbCode = new System.Windows.Forms.TextBox();
            this.tbColor = new System.Windows.Forms.TextBox();
            this.tbSize = new System.Windows.Forms.TextBox();
            this.tbPrice = new System.Windows.Forms.TextBox();
            this.btEsc = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
            this.label1.Location = new System.Drawing.Point(16, 17);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(66, 20);
            this.label1.Text = "SKU:";
            // 
            // label2
            // 
            this.label2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
            this.label2.Location = new System.Drawing.Point(16, 54);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(66, 20);
            this.label2.Text = "Code:";
            // 
            // label3
            // 
            this.label3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
            this.label3.Location = new System.Drawing.Point(16, 91);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(66, 20);
            this.label3.Text = "Color:";
            // 
            // label4
            // 
            this.label4.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
            this.label4.Location = new System.Drawing.Point(16, 128);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(66, 20);
            this.label4.Text = "Size:";
            // 
            // label5
            // 
            this.label5.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
            this.label5.Location = new System.Drawing.Point(16, 167);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(66, 20);
            this.label5.Text = "Price:";
            // 
            // tbSKU
            // 
            this.tbSKU.Location = new System.Drawing.Point(77, 17);
            this.tbSKU.Name = "tbSKU";
            this.tbSKU.Size = new System.Drawing.Size(207, 23);
            this.tbSKU.TabIndex = 10;
            this.tbSKU.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbSKU_KeyDown);
            // 
            // tbCode
            // 
            this.tbCode.Location = new System.Drawing.Point(77, 54);
            this.tbCode.Name = "tbCode";
            this.tbCode.ReadOnly = true;
            this.tbCode.Size = new System.Drawing.Size(207, 23);
            this.tbCode.TabIndex = 11;
            // 
            // tbColor
            // 
            this.tbColor.Location = new System.Drawing.Point(77, 91);
            this.tbColor.Name = "tbColor";
            this.tbColor.ReadOnly = true;
            this.tbColor.Size = new System.Drawing.Size(207, 23);
            this.tbColor.TabIndex = 12;
            // 
            // tbSize
            // 
            this.tbSize.Location = new System.Drawing.Point(77, 128);
            this.tbSize.Name = "tbSize";
            this.tbSize.ReadOnly = true;
            this.tbSize.Size = new System.Drawing.Size(207, 23);
            this.tbSize.TabIndex = 13;
            // 
            // tbPrice
            // 
            this.tbPrice.Location = new System.Drawing.Point(77, 165);
            this.tbPrice.Name = "tbPrice";
            this.tbPrice.ReadOnly = true;
            this.tbPrice.Size = new System.Drawing.Size(207, 23);
            this.tbPrice.TabIndex = 14;
            // 
            // btEsc
            // 
            this.btEsc.Location = new System.Drawing.Point(119, 210);
            this.btEsc.Name = "btEsc";
            this.btEsc.Size = new System.Drawing.Size(72, 20);
            this.btEsc.TabIndex = 15;
            this.btEsc.Text = "ESC";
            this.btEsc.Click += new System.EventHandler(this.btEsc_Click);
            // 
            // Enquiry
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(638, 455);
            this.Controls.Add(this.btEsc);
            this.Controls.Add(this.tbPrice);
            this.Controls.Add(this.tbSize);
            this.Controls.Add(this.tbColor);
            this.Controls.Add(this.tbCode);
            this.Controls.Add(this.tbSKU);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Enquiry";
            this.Text = "SKU Enquiry";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Deactivate += new System.EventHandler(this.Enquiry_Deactivate);
            this.Activated += new System.EventHandler(this.Enquiry_Activated);
            this.Closing += new System.ComponentModel.CancelEventHandler(this.Enquiry_Closing);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Enquiry_KeyDown);
            this.Load += new System.EventHandler(this.Enquiry_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox tbSKU;
        private System.Windows.Forms.TextBox tbCode;
        private System.Windows.Forms.TextBox tbColor;
        private System.Windows.Forms.TextBox tbSize;
        private System.Windows.Forms.TextBox tbPrice;
        private System.Windows.Forms.Button btEsc;
    }
}

⌨️ 快捷键说明

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