FrmWeldPointInfo.Designer.cs 19.0 KB
namespace TSA_V
{
    partial class FrmPointInfo
    {
        /// <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(FrmPointInfo));
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.xyMoveControl1 = new UserFromControl.ProjectorControl();
            this.btnPre = new System.Windows.Forms.Button();
            this.btnSaveAndNext = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.chbCheck = new System.Windows.Forms.CheckBox();
            this.txtWeldTemp = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtWeldTime = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.chbNeedCheck = new System.Windows.Forms.CheckBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtNum = new System.Windows.Forms.TextBox();
            this.chbNeedSoldering = new System.Windows.Forms.CheckBox();
            this.cmbPositionNumList = new System.Windows.Forms.ComboBox();
            this.txtY = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.txtName = new System.Windows.Forms.TextBox();
            this.txtX = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnSave = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // xyMoveControl1
            // 
            this.xyMoveControl1.BackColor = System.Drawing.Color.White;
            this.xyMoveControl1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.xyMoveControl1.GroupName = "坐标";
            this.xyMoveControl1.Location = new System.Drawing.Point(41, 241);
            this.xyMoveControl1.Name = "xyMoveControl1";
            this.xyMoveControl1.PenWidth = 2;
            this.xyMoveControl1.PointSizeX = 4;
            this.xyMoveControl1.PointSizeY = 1;
            this.xyMoveControl1.PointType = 0;
            this.xyMoveControl1.Size = new System.Drawing.Size(515, 299);
            this.xyMoveControl1.TabIndex = 63;
            this.xyMoveControl1.XValue = 1D;
            this.xyMoveControl1.YValue = 1D;
            // 
            // btnPre
            // 
            this.btnPre.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPre.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnPre.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnPre.Location = new System.Drawing.Point(46, 563);
            this.btnPre.Name = "btnPre";
            this.btnPre.Size = new System.Drawing.Size(120, 45);
            this.btnPre.TabIndex = 62;
            this.btnPre.Text = "上一个";
            this.btnPre.UseVisualStyleBackColor = true;
            this.btnPre.Click += new System.EventHandler(this.btnPre_Click);
            // 
            // btnSaveAndNext
            // 
            this.btnSaveAndNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSaveAndNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnSaveAndNext.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSaveAndNext.Location = new System.Drawing.Point(300, 563);
            this.btnSaveAndNext.Name = "btnSaveAndNext";
            this.btnSaveAndNext.Size = new System.Drawing.Size(120, 45);
            this.btnSaveAndNext.TabIndex = 61;
            this.btnSaveAndNext.Text = "保存并继续";
            this.btnSaveAndNext.UseVisualStyleBackColor = true;
            this.btnSaveAndNext.Click += new System.EventHandler(this.btnSaveAndNext_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.chbCheck);
            this.groupBox1.Controls.Add(this.txtWeldTemp);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.txtWeldTime);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.chbNeedCheck);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtNum);
            this.groupBox1.Controls.Add(this.chbNeedSoldering);
            this.groupBox1.Controls.Add(this.cmbPositionNumList);
            this.groupBox1.Controls.Add(this.txtY);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtName);
            this.groupBox1.Controls.Add(this.txtX);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.Location = new System.Drawing.Point(44, 9);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(503, 226);
            this.groupBox1.TabIndex = 59;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "组装信息";
            // 
            // chbCheck
            // 
            this.chbCheck.AutoSize = true;
            this.chbCheck.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chbCheck.Location = new System.Drawing.Point(107, 150);
            this.chbCheck.Name = "chbCheck";
            this.chbCheck.Size = new System.Drawing.Size(168, 24);
            this.chbCheck.TabIndex = 84;
            this.chbCheck.Text = "设置为红外坐标校准点";
            this.chbCheck.UseVisualStyleBackColor = true;
            // 
            // txtWeldTemp
            // 
            this.txtWeldTemp.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtWeldTemp.Location = new System.Drawing.Point(185, 139);
            this.txtWeldTemp.MaxLength = 8;
            this.txtWeldTemp.Name = "txtWeldTemp";
            this.txtWeldTemp.Size = new System.Drawing.Size(90, 26);
            this.txtWeldTemp.TabIndex = 83;
            this.txtWeldTemp.Visible = false;
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(17, 177);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(162, 22);
            this.label6.TabIndex = 82;
            this.label6.Text = "焊接时间:";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label6.Visible = false;
            // 
            // txtWeldTime
            // 
            this.txtWeldTime.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtWeldTime.Location = new System.Drawing.Point(185, 177);
            this.txtWeldTime.MaxLength = 8;
            this.txtWeldTime.Name = "txtWeldTime";
            this.txtWeldTime.Size = new System.Drawing.Size(90, 26);
            this.txtWeldTime.TabIndex = 81;
            this.txtWeldTime.Visible = false;
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(17, 140);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(162, 22);
            this.label7.TabIndex = 80;
            this.label7.Text = "焊接温度:";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label7.Visible = false;
            // 
            // chbNeedCheck
            // 
            this.chbNeedCheck.AutoSize = true;
            this.chbNeedCheck.Location = new System.Drawing.Point(289, 177);
            this.chbNeedCheck.Name = "chbNeedCheck";
            this.chbNeedCheck.Size = new System.Drawing.Size(75, 21);
            this.chbNeedCheck.TabIndex = 79;
            this.chbNeedCheck.Text = "需要检测";
            this.chbNeedCheck.UseVisualStyleBackColor = true;
            this.chbNeedCheck.Visible = false;
            // 
            // label3
            // 
            this.label3.Enabled = false;
            this.label3.Location = new System.Drawing.Point(72, 100);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(31, 22);
            this.label3.TabIndex = 74;
            this.label3.Text = "X:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtNum
            // 
            this.txtNum.Enabled = false;
            this.txtNum.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtNum.Location = new System.Drawing.Point(109, 24);
            this.txtNum.MaxLength = 30;
            this.txtNum.Name = "txtNum";
            this.txtNum.Size = new System.Drawing.Size(219, 26);
            this.txtNum.TabIndex = 64;
            // 
            // chbNeedSoldering
            // 
            this.chbNeedSoldering.AutoSize = true;
            this.chbNeedSoldering.Location = new System.Drawing.Point(289, 144);
            this.chbNeedSoldering.Name = "chbNeedSoldering";
            this.chbNeedSoldering.Size = new System.Drawing.Size(75, 21);
            this.chbNeedSoldering.TabIndex = 78;
            this.chbNeedSoldering.Text = "需要焊接";
            this.chbNeedSoldering.UseVisualStyleBackColor = true;
            this.chbNeedSoldering.Visible = false;
            // 
            // cmbPositionNumList
            // 
            this.cmbPositionNumList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbPositionNumList.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbPositionNumList.FormattingEnabled = true;
            this.cmbPositionNumList.Location = new System.Drawing.Point(434, 24);
            this.cmbPositionNumList.Name = "cmbPositionNumList";
            this.cmbPositionNumList.Size = new System.Drawing.Size(48, 24);
            this.cmbPositionNumList.TabIndex = 63;
            this.cmbPositionNumList.Visible = false;
            // 
            // txtY
            // 
            this.txtY.Enabled = false;
            this.txtY.Location = new System.Drawing.Point(256, 100);
            this.txtY.MaxLength = 20;
            this.txtY.Name = "txtY";
            this.txtY.Size = new System.Drawing.Size(89, 23);
            this.txtY.TabIndex = 77;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(344, 26);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(85, 22);
            this.label5.TabIndex = 62;
            this.label5.Text = "元器件位置:";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label5.Visible = false;
            // 
            // label4
            // 
            this.label4.Enabled = false;
            this.label4.Location = new System.Drawing.Point(221, 100);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(31, 22);
            this.label4.TabIndex = 76;
            this.label4.Text = "Y:";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(19, 26);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(85, 22);
            this.label2.TabIndex = 60;
            this.label2.Text = "编号:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtName
            // 
            this.txtName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtName.Location = new System.Drawing.Point(109, 62);
            this.txtName.MaxLength = 30;
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(219, 26);
            this.txtName.TabIndex = 33;
            // 
            // txtX
            // 
            this.txtX.Enabled = false;
            this.txtX.Location = new System.Drawing.Point(109, 100);
            this.txtX.MaxLength = 20;
            this.txtX.Name = "txtX";
            this.txtX.Size = new System.Drawing.Size(89, 23);
            this.txtX.TabIndex = 75;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(19, 64);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(85, 22);
            this.label1.TabIndex = 32;
            this.label1.Text = "名称:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCancel.Location = new System.Drawing.Point(427, 563);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(120, 45);
            this.btnCancel.TabIndex = 58;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnSave
            // 
            this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnSave.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSave.Location = new System.Drawing.Point(173, 563);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(120, 45);
            this.btnSave.TabIndex = 57;
            this.btnSave.Text = "保存";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // FrmPointInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(599, 642);
            this.Controls.Add(this.xyMoveControl1);
            this.Controls.Add(this.btnPre);
            this.Controls.Add(this.btnSaveAndNext);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnSave);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FrmPointInfo";
            this.Text = "组装信息";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmPointInfo_FormClosing);
            this.Load += new System.EventHandler(this.FrmPointInfo_Load);
            this.Shown += new System.EventHandler(this.FrmPointInfo_Shown);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnSave;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtName;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtY;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtX;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.ComboBox cmbPositionNumList;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtNum;
        private System.Windows.Forms.Button btnSaveAndNext;
        private System.Windows.Forms.CheckBox chbNeedCheck;
        private System.Windows.Forms.CheckBox chbNeedSoldering;
        private System.Windows.Forms.TextBox txtWeldTemp;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtWeldTime;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Button btnPre;
        private UserFromControl.ProjectorControl xyMoveControl1;
        private System.Windows.Forms.CheckBox chbCheck;
    }
}