FrmBomUpload.Designer.cs 16.9 KB
namespace TSA_V.frmBoard
{
    partial class FrmBomUpload
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.linkSelXy = new System.Windows.Forms.LinkLabel();
            this.linkSelBom = new System.Windows.Forms.LinkLabel();
            this.label3 = new System.Windows.Forms.Label();
            this.txtXyFile = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtBomFile = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.cmbTagNumber2 = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.cmbDes = new System.Windows.Forms.ComboBox();
            this.cmbY = new System.Windows.Forms.ComboBox();
            this.cmbX = new System.Windows.Forms.ComboBox();
            this.cmbTagNumber = new System.Windows.Forms.ComboBox();
            this.cmbPn = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnUpload = new System.Windows.Forms.Button();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.linkSelXy);
            this.groupBox1.Controls.Add(this.linkSelBom);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtXyFile);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtBomFile);
            this.groupBox1.Location = new System.Drawing.Point(22, 13);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(742, 128);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "请选择文件";
            // 
            // linkSelXy
            // 
            this.linkSelXy.AutoSize = true;
            this.linkSelXy.Location = new System.Drawing.Point(44, 85);
            this.linkSelXy.Name = "linkSelXy";
            this.linkSelXy.Size = new System.Drawing.Size(65, 12);
            this.linkSelXy.TabIndex = 305;
            this.linkSelXy.TabStop = true;
            this.linkSelXy.Text = "选择XY文件";
            this.linkSelXy.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkSelXy_LinkClicked);
            // 
            // linkSelBom
            // 
            this.linkSelBom.AutoSize = true;
            this.linkSelBom.Location = new System.Drawing.Point(44, 29);
            this.linkSelBom.Name = "linkSelBom";
            this.linkSelBom.Size = new System.Drawing.Size(71, 12);
            this.linkSelBom.TabIndex = 304;
            this.linkSelBom.TabStop = true;
            this.linkSelBom.Text = "选择Bom文件";
            this.linkSelBom.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkSelBom_LinkClicked);
            // 
            // label3
            // 
            this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(561, 21);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(118, 20);
            this.label3.TabIndex = 79;
            this.label3.Text = "XY文件:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtXyFile
            // 
            this.txtXyFile.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtXyFile.Location = new System.Drawing.Point(130, 69);
            this.txtXyFile.MaxLength = 20;
            this.txtXyFile.Multiline = true;
            this.txtXyFile.Name = "txtXyFile";
            this.txtXyFile.Size = new System.Drawing.Size(342, 43);
            this.txtXyFile.TabIndex = 78;
            // 
            // label2
            // 
            this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(584, 57);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(118, 20);
            this.label2.TabIndex = 77;
            this.label2.Text = "XY文件:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtBomFile
            // 
            this.txtBomFile.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtBomFile.Location = new System.Drawing.Point(132, 20);
            this.txtBomFile.MaxLength = 20;
            this.txtBomFile.Multiline = true;
            this.txtBomFile.Name = "txtBomFile";
            this.txtBomFile.Size = new System.Drawing.Size(342, 43);
            this.txtBomFile.TabIndex = 76;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.cmbTagNumber2);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Controls.Add(this.label7);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Controls.Add(this.cmbDes);
            this.groupBox2.Controls.Add(this.cmbY);
            this.groupBox2.Controls.Add(this.cmbX);
            this.groupBox2.Controls.Add(this.cmbTagNumber);
            this.groupBox2.Controls.Add(this.cmbPn);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Location = new System.Drawing.Point(22, 148);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(742, 404);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "请选择对应关系";
            // 
            // cmbTagNumber2
            // 
            this.cmbTagNumber2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbTagNumber2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbTagNumber2.FormattingEnabled = true;
            this.cmbTagNumber2.Location = new System.Drawing.Point(411, 20);
            this.cmbTagNumber2.Name = "cmbTagNumber2";
            this.cmbTagNumber2.Size = new System.Drawing.Size(220, 28);
            this.cmbTagNumber2.TabIndex = 318;
            // 
            // label8
            // 
            this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.Location = new System.Drawing.Point(43, 135);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(118, 20);
            this.label8.TabIndex = 317;
            this.label8.Text = "X坐标:";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label7
            // 
            this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label7.Location = new System.Drawing.Point(43, 185);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(118, 20);
            this.label7.TabIndex = 316;
            this.label7.Text = "Y坐标:";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label6
            // 
            this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label6.Location = new System.Drawing.Point(43, 235);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(118, 20);
            this.label6.TabIndex = 315;
            this.label6.Text = "说明:";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // cmbDes
            // 
            this.cmbDes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbDes.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbDes.FormattingEnabled = true;
            this.cmbDes.Location = new System.Drawing.Point(167, 231);
            this.cmbDes.Name = "cmbDes";
            this.cmbDes.Size = new System.Drawing.Size(220, 28);
            this.cmbDes.TabIndex = 312;
            // 
            // cmbY
            // 
            this.cmbY.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbY.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbY.FormattingEnabled = true;
            this.cmbY.Location = new System.Drawing.Point(167, 181);
            this.cmbY.Name = "cmbY";
            this.cmbY.Size = new System.Drawing.Size(220, 28);
            this.cmbY.TabIndex = 311;
            // 
            // cmbX
            // 
            this.cmbX.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbX.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbX.FormattingEnabled = true;
            this.cmbX.Location = new System.Drawing.Point(167, 131);
            this.cmbX.Name = "cmbX";
            this.cmbX.Size = new System.Drawing.Size(220, 28);
            this.cmbX.TabIndex = 310;
            // 
            // cmbTagNumber
            // 
            this.cmbTagNumber.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbTagNumber.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbTagNumber.FormattingEnabled = true;
            this.cmbTagNumber.Location = new System.Drawing.Point(167, 20);
            this.cmbTagNumber.Name = "cmbTagNumber";
            this.cmbTagNumber.Size = new System.Drawing.Size(220, 28);
            this.cmbTagNumber.TabIndex = 309;
            // 
            // cmbPn
            // 
            this.cmbPn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbPn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbPn.FormattingEnabled = true;
            this.cmbPn.Location = new System.Drawing.Point(167, 76);
            this.cmbPn.Name = "cmbPn";
            this.cmbPn.Size = new System.Drawing.Size(220, 28);
            this.cmbPn.TabIndex = 308;
            // 
            // label4
            // 
            this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(43, 24);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(118, 20);
            this.label4.TabIndex = 307;
            this.label4.Text = "位号:";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(43, 80);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(118, 20);
            this.label1.TabIndex = 306;
            this.label1.Text = "物料编码:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnCancel
            // 
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCancel.Location = new System.Drawing.Point(399, 571);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(120, 45);
            this.btnCancel.TabIndex = 320;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnUpload
            // 
            this.btnUpload.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnUpload.Location = new System.Drawing.Point(270, 571);
            this.btnUpload.Name = "btnUpload";
            this.btnUpload.Size = new System.Drawing.Size(120, 45);
            this.btnUpload.TabIndex = 319;
            this.btnUpload.Text = "确定上传";
            this.btnUpload.UseVisualStyleBackColor = true;
            this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            // 
            // FrmBomUpload
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 644);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnUpload);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "FrmBomUpload";
            this.Text = "BOM表上传";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtXyFile;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtBomFile;
        private System.Windows.Forms.LinkLabel linkSelXy;
        private System.Windows.Forms.LinkLabel linkSelBom;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.ComboBox cmbDes;
        private System.Windows.Forms.ComboBox cmbY;
        private System.Windows.Forms.ComboBox cmbX;
        private System.Windows.Forms.ComboBox cmbTagNumber;
        private System.Windows.Forms.ComboBox cmbPn;
        private System.Windows.Forms.ComboBox cmbTagNumber2;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnUpload;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
    }
}