FrmDeviceSelect.Designer.cs 8.3 KB
namespace TSA_V
{
    partial class FrmDeviceSelect
    {
        /// <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.gbIronSetting = new System.Windows.Forms.GroupBox();
            this.txtIronPort = new System.Windows.Forms.TextBox();
            this.lblIron = new System.Windows.Forms.Label();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnOk = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.rbtnOKi = new System.Windows.Forms.RadioButton();
            this.rbtnJBC = new System.Windows.Forms.RadioButton();
            this.rbtnWellre = new System.Windows.Forms.RadioButton();
            this.gbIronSetting.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // gbIronSetting
            // 
            this.gbIronSetting.Controls.Add(this.txtIronPort);
            this.gbIronSetting.Controls.Add(this.lblIron);
            this.gbIronSetting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.gbIronSetting.Location = new System.Drawing.Point(49, 159);
            this.gbIronSetting.Name = "gbIronSetting";
            this.gbIronSetting.Size = new System.Drawing.Size(365, 87);
            this.gbIronSetting.TabIndex = 281;
            this.gbIronSetting.TabStop = false;
            this.gbIronSetting.Text = "烙铁参数配置";
            // 
            // txtIronPort
            // 
            this.txtIronPort.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtIronPort.Location = new System.Drawing.Point(203, 30);
            this.txtIronPort.Name = "txtIronPort";
            this.txtIronPort.Size = new System.Drawing.Size(118, 33);
            this.txtIronPort.TabIndex = 10;
            // 
            // lblIron
            // 
            this.lblIron.Location = new System.Drawing.Point(29, 40);
            this.lblIron.Name = "lblIron";
            this.lblIron.Size = new System.Drawing.Size(168, 17);
            this.lblIron.TabIndex = 7;
            this.lblIron.Text = "连接串口号:";
            this.lblIron.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnCancel
            // 
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCancel.Location = new System.Drawing.Point(230, 265);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(120, 45);
            this.btnCancel.TabIndex = 279;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = false;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnOk
            // 
            this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnOk.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnOk.Location = new System.Drawing.Point(104, 265);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(120, 45);
            this.btnOk.TabIndex = 278;
            this.btnOk.Text = "保存";
            this.btnOk.UseVisualStyleBackColor = false;
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.rbtnOKi);
            this.groupBox1.Controls.Add(this.rbtnJBC);
            this.groupBox1.Controls.Add(this.rbtnWellre);
            this.groupBox1.Location = new System.Drawing.Point(49, 20);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(365, 133);
            this.groupBox1.TabIndex = 280;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "烙铁选择";
            // 
            // rbtnOKi
            // 
            this.rbtnOKi.AutoSize = true;
            this.rbtnOKi.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.rbtnOKi.Location = new System.Drawing.Point(45, 20);
            this.rbtnOKi.Name = "rbtnOKi";
            this.rbtnOKi.Size = new System.Drawing.Size(87, 25);
            this.rbtnOKi.TabIndex = 2;
            this.rbtnOKi.TabStop = true;
            this.rbtnOKi.Text = "OKi烙铁";
            this.rbtnOKi.UseVisualStyleBackColor = true;
            // 
            // rbtnJBC
            // 
            this.rbtnJBC.AutoSize = true;
            this.rbtnJBC.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.rbtnJBC.Location = new System.Drawing.Point(45, 58);
            this.rbtnJBC.Name = "rbtnJBC";
            this.rbtnJBC.Size = new System.Drawing.Size(87, 25);
            this.rbtnJBC.TabIndex = 0;
            this.rbtnJBC.TabStop = true;
            this.rbtnJBC.Text = "JBC烙铁";
            this.rbtnJBC.UseVisualStyleBackColor = true;
            // 
            // rbtnWellre
            // 
            this.rbtnWellre.AutoSize = true;
            this.rbtnWellre.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.rbtnWellre.Location = new System.Drawing.Point(45, 96);
            this.rbtnWellre.Name = "rbtnWellre";
            this.rbtnWellre.Size = new System.Drawing.Size(108, 25);
            this.rbtnWellre.TabIndex = 1;
            this.rbtnWellre.TabStop = true;
            this.rbtnWellre.Text = "Weller烙铁";
            this.rbtnWellre.UseVisualStyleBackColor = true;
            // 
            // FrmDeviceSelect
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(475, 328);
            this.Controls.Add(this.gbIronSetting);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.groupBox1);
            this.Name = "FrmDeviceSelect";
            this.Text = "设备选择";
            this.Load += new System.EventHandler(this.FrmLanguage_Load);
            this.gbIronSetting.ResumeLayout(false);
            this.gbIronSetting.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.RadioButton rbtnJBC;
        private System.Windows.Forms.RadioButton rbtnWellre;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnOk;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox gbIronSetting;
        private System.Windows.Forms.TextBox txtIronPort;
        private System.Windows.Forms.Label lblIron;
        private System.Windows.Forms.RadioButton rbtnOKi;
    }
}