Form2.Designer.cs 13.7 KB
using System.Drawing;
using System.Windows.Forms;

namespace TinLabel
{
    partial class Form2
    {
        /// <summary>
        ///  Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        ///  Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        ///  Required method for Designer support - do not modify
        ///  the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
            this.textBox_qrcode = new System.Windows.Forms.TextBox();
            this.label_pleasescan = new System.Windows.Forms.Label();
            this.label_codeinfo = new System.Windows.Forms.Label();
            this.btn_printlabel = new System.Windows.Forms.Button();
            this.label_process = new System.Windows.Forms.Label();
            this.cb_autoprint = new System.Windows.Forms.CheckBox();
            this.label1 = new System.Windows.Forms.Label();
            this.btn_barcodeenter = new System.Windows.Forms.Button();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.操作ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.标签设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.语言toolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.简体中文ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.englishToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.btn_cancel = new System.Windows.Forms.Button();
            this.btn_rewriterfid = new System.Windows.Forms.Button();
            this.btn_readrfid = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // textBox_qrcode
            // 
            this.textBox_qrcode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBox_qrcode.Font = new System.Drawing.Font("Arial", 21.75F);
            this.textBox_qrcode.ImeMode = System.Windows.Forms.ImeMode.Off;
            this.textBox_qrcode.Location = new System.Drawing.Point(15, 84);
            this.textBox_qrcode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
            this.textBox_qrcode.Name = "textBox_qrcode";
            this.textBox_qrcode.Size = new System.Drawing.Size(920, 41);
            this.textBox_qrcode.TabIndex = 0;
            // 
            // label_pleasescan
            // 
            this.label_pleasescan.AutoSize = true;
            this.label_pleasescan.Location = new System.Drawing.Point(17, 54);
            this.label_pleasescan.Name = "label_pleasescan";
            this.label_pleasescan.Size = new System.Drawing.Size(115, 22);
            this.label_pleasescan.TabIndex = 1;
            this.label_pleasescan.Text = "请扫描条码:";
            // 
            // label_codeinfo
            // 
            this.label_codeinfo.Font = new System.Drawing.Font("Arial", 21.75F);
            this.label_codeinfo.Location = new System.Drawing.Point(17, 142);
            this.label_codeinfo.Name = "label_codeinfo";
            this.label_codeinfo.Size = new System.Drawing.Size(665, 201);
            this.label_codeinfo.TabIndex = 2;
            this.label_codeinfo.Text = "label1";
            // 
            // btn_printlabel
            // 
            this.btn_printlabel.Location = new System.Drawing.Point(736, 195);
            this.btn_printlabel.Name = "btn_printlabel";
            this.btn_printlabel.Size = new System.Drawing.Size(216, 70);
            this.btn_printlabel.TabIndex = 3;
            this.btn_printlabel.Text = "打印标签";
            this.btn_printlabel.UseVisualStyleBackColor = true;
            this.btn_printlabel.Click += new System.EventHandler(this.btn_printlabel_Click);
            // 
            // label_process
            // 
            this.label_process.Font = new System.Drawing.Font("Arial", 21.75F);
            this.label_process.Location = new System.Drawing.Point(17, 346);
            this.label_process.Name = "label_process";
            this.label_process.Size = new System.Drawing.Size(665, 230);
            this.label_process.TabIndex = 2;
            this.label_process.Text = "label1";
            // 
            // cb_autoprint
            // 
            this.cb_autoprint.AutoSize = true;
            this.cb_autoprint.Location = new System.Drawing.Point(753, 163);
            this.cb_autoprint.Name = "cb_autoprint";
            this.cb_autoprint.Size = new System.Drawing.Size(169, 26);
            this.cb_autoprint.TabIndex = 4;
            this.cb_autoprint.Text = "扫码后自动打印";
            this.cb_autoprint.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(829, 36);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(34, 25);
            this.label1.TabIndex = 1;
            // 
            // btn_barcodeenter
            // 
            this.btn_barcodeenter.Location = new System.Drawing.Point(942, 84);
            this.btn_barcodeenter.Name = "btn_barcodeenter";
            this.btn_barcodeenter.Size = new System.Drawing.Size(100, 43);
            this.btn_barcodeenter.TabIndex = 5;
            this.btn_barcodeenter.Text = "确认";
            this.btn_barcodeenter.UseVisualStyleBackColor = true;
            this.btn_barcodeenter.Click += new System.EventHandler(this.btn_barcodeenter_Click);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Font = new System.Drawing.Font("Arial", 15.75F);
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.操作ToolStripMenuItem,
            this.语言toolStripMenuItem,
            this.关于ToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(1054, 32);
            this.menuStrip1.TabIndex = 6;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // 操作ToolStripMenuItem
            // 
            this.操作ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.标签设置ToolStripMenuItem});
            this.操作ToolStripMenuItem.Name = "操作ToolStripMenuItem";
            this.操作ToolStripMenuItem.Size = new System.Drawing.Size(66, 28);
            this.操作ToolStripMenuItem.Text = "操作";
            // 
            // 标签设置ToolStripMenuItem
            // 
            this.标签设置ToolStripMenuItem.Name = "标签设置ToolStripMenuItem";
            this.标签设置ToolStripMenuItem.Size = new System.Drawing.Size(168, 28);
            this.标签设置ToolStripMenuItem.Text = "标签设置";
            this.标签设置ToolStripMenuItem.Click += new System.EventHandler(this.标签设置ToolStripMenuItem_Click);
            // 
            // 语言toolStripMenuItem
            // 
            this.语言toolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.简体中文ToolStripMenuItem,
            this.englishToolStripMenuItem});
            this.语言toolStripMenuItem.Name = "语言toolStripMenuItem";
            this.语言toolStripMenuItem.Size = new System.Drawing.Size(66, 28);
            this.语言toolStripMenuItem.Text = "语言";
            // 
            // 简体中文ToolStripMenuItem
            // 
            this.简体中文ToolStripMenuItem.Name = "简体中文ToolStripMenuItem";
            this.简体中文ToolStripMenuItem.Size = new System.Drawing.Size(168, 28);
            this.简体中文ToolStripMenuItem.Tag = "not";
            this.简体中文ToolStripMenuItem.Text = "简体中文";
            this.简体中文ToolStripMenuItem.Click += new System.EventHandler(this.简体中文ToolStripMenuItem_Click);
            // 
            // englishToolStripMenuItem
            // 
            this.englishToolStripMenuItem.Name = "englishToolStripMenuItem";
            this.englishToolStripMenuItem.Size = new System.Drawing.Size(168, 28);
            this.englishToolStripMenuItem.Tag = "not";
            this.englishToolStripMenuItem.Text = "English";
            this.englishToolStripMenuItem.Click += new System.EventHandler(this.englishToolStripMenuItem_Click);
            // 
            // 关于ToolStripMenuItem
            // 
            this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
            this.关于ToolStripMenuItem.Size = new System.Drawing.Size(66, 28);
            this.关于ToolStripMenuItem.Text = "关于";
            this.关于ToolStripMenuItem.Click += new System.EventHandler(this.关于ToolStripMenuItem_Click);
            // 
            // btn_cancel
            // 
            this.btn_cancel.Location = new System.Drawing.Point(736, 483);
            this.btn_cancel.Name = "btn_cancel";
            this.btn_cancel.Size = new System.Drawing.Size(216, 75);
            this.btn_cancel.TabIndex = 3;
            this.btn_cancel.Text = "取消写入RFID";
            this.btn_cancel.UseVisualStyleBackColor = true;
            this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
            // 
            // btn_rewriterfid
            // 
            this.btn_rewriterfid.Location = new System.Drawing.Point(736, 407);
            this.btn_rewriterfid.Name = "btn_rewriterfid";
            this.btn_rewriterfid.Size = new System.Drawing.Size(216, 70);
            this.btn_rewriterfid.TabIndex = 3;
            this.btn_rewriterfid.Text = "再次写入RFID";
            this.btn_rewriterfid.UseVisualStyleBackColor = true;
            this.btn_rewriterfid.Click += new System.EventHandler(this.btn_rewriterfid_Click);
            // 
            // btn_readrfid
            // 
            this.btn_readrfid.Location = new System.Drawing.Point(736, 271);
            this.btn_readrfid.Name = "btn_readrfid";
            this.btn_readrfid.Size = new System.Drawing.Size(216, 70);
            this.btn_readrfid.TabIndex = 3;
            this.btn_readrfid.Text = "读取并测试RFID";
            this.btn_readrfid.UseVisualStyleBackColor = true;
            this.btn_readrfid.Click += new System.EventHandler(this.btn_readrfid_click);
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // Form2
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1054, 672);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.btn_barcodeenter);
            this.Controls.Add(this.cb_autoprint);
            this.Controls.Add(this.btn_cancel);
            this.Controls.Add(this.btn_rewriterfid);
            this.Controls.Add(this.btn_readrfid);
            this.Controls.Add(this.btn_printlabel);
            this.Controls.Add(this.label_process);
            this.Controls.Add(this.label_codeinfo);
            this.Controls.Add(this.label_pleasescan);
            this.Controls.Add(this.textBox_qrcode);
            this.Controls.Add(this.menuStrip1);
            this.Font = new System.Drawing.Font("Arial", 14.25F);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
            this.Name = "Form2";
            this.Text = "Solder Paste Relabel";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.Shown += new System.EventHandler(this.Form2_Shown);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private TextBox textBox_qrcode;
        private Label label_pleasescan;
        private Label label_codeinfo;
        private Button btn_printlabel;
        private Label label_process;
        private CheckBox cb_autoprint;
        private Label label1;
        private Button btn_barcodeenter;
        private MenuStrip menuStrip1;
        private ToolStripMenuItem 操作ToolStripMenuItem;
        private ToolStripMenuItem 关于ToolStripMenuItem;
        private Button btn_cancel;
        private Button btn_rewriterfid;
        private ToolStripMenuItem 标签设置ToolStripMenuItem;
        private Button btn_readrfid;
        private System.Windows.Forms.Timer timer1;
        private ToolStripMenuItem 语言toolStripMenuItem;
        private ToolStripMenuItem 简体中文ToolStripMenuItem;
        private ToolStripMenuItem englishToolStripMenuItem;
    }
}