namespace UAS_MES_NEW
{
    partial class Form1
    {
        /// <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(Form1));
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
            this.normalButton2 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
            this.normalButton3 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.valueLabel1 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(255, 181);
            this.button1.Margin = new System.Windows.Forms.Padding(4);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(100, 29);
            this.button1.TabIndex = 0;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(416, 181);
            this.button2.Margin = new System.Windows.Forms.Padding(4);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(100, 29);
            this.button2.TabIndex = 1;
            this.button2.Text = "button2";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // pr_code
            // 
            this.pr_code.AllPower = null;
            this.pr_code.Caller = null;
            this.pr_code.Condition = null;
            this.pr_code.DBTitle = "产品编号查询";
            this.pr_code.FormName = null;
            this.pr_code.Location = new System.Drawing.Point(82, 39);
            this.pr_code.Name = "pr_code";
            this.pr_code.Power = null;
            this.pr_code.ReturnData = null;
            this.pr_code.SelectField = null;
            this.pr_code.SetValueField = null;
            this.pr_code.Size = new System.Drawing.Size(160, 21);
            this.pr_code.TabIndex = 160;
            this.pr_code.TableName = null;
            this.pr_code.Tag = "pr_code";
            this.pr_code.TextBoxEnable = true;
            // 
            // normalButton2
            // 
            this.normalButton2.AllPower = null;
            this.normalButton2.BackColor = System.Drawing.Color.Transparent;
            this.normalButton2.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.DownImage")));
            this.normalButton2.Image = null;
            this.normalButton2.IsShowBorder = true;
            this.normalButton2.Location = new System.Drawing.Point(82, 99);
            this.normalButton2.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.MoveImage")));
            this.normalButton2.Name = "normalButton2";
            this.normalButton2.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.NormalImage")));
            this.normalButton2.Power = null;
            this.normalButton2.Size = new System.Drawing.Size(75, 28);
            this.normalButton2.TabIndex = 161;
            this.normalButton2.Text = "导入座标图";
            this.normalButton2.UseVisualStyleBackColor = false;
            // 
            // normalButton3
            // 
            this.normalButton3.AllPower = null;
            this.normalButton3.BackColor = System.Drawing.Color.Transparent;
            this.normalButton3.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.DownImage")));
            this.normalButton3.Image = null;
            this.normalButton3.IsShowBorder = true;
            this.normalButton3.Location = new System.Drawing.Point(82, 153);
            this.normalButton3.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.MoveImage")));
            this.normalButton3.Name = "normalButton3";
            this.normalButton3.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.NormalImage")));
            this.normalButton3.Power = null;
            this.normalButton3.Size = new System.Drawing.Size(75, 28);
            this.normalButton3.TabIndex = 162;
            this.normalButton3.Text = "确认生成";
            this.normalButton3.UseVisualStyleBackColor = false;
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            this.openFileDialog1.Filter = "(*.xls)|*.xls";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(252, 104);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(276, 21);
            this.textBox1.TabIndex = 163;
            // 
            // valueLabel1
            // 
            this.valueLabel1.AutoSize = true;
            this.valueLabel1.CutLength = null;
            this.valueLabel1.Location = new System.Drawing.Point(177, 107);
            this.valueLabel1.MaximumSize = new System.Drawing.Size(200, 0);
            this.valueLabel1.Name = "valueLabel1";
            this.valueLabel1.Size = new System.Drawing.Size(65, 12);
            this.valueLabel1.TabIndex = 164;
            this.valueLabel1.Text = "座标图路径";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(929, 590);
            this.Controls.Add(this.valueLabel1);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.normalButton3);
            this.Controls.Add(this.normalButton2);
            this.Controls.Add(this.pr_code);
            this.Name = "Form1";
            this.Tag = "123123";
            this.Text = "jieshu";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private CustomControl.ButtonUtil.NormalButton normalButton1;
        private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox1;
        private CustomControl.SetLoading.LoadingCircle loadingCircle1;
        private System.Windows.Forms.Timer timer1;
        private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
        private CustomControl.ButtonUtil.NormalButton normalButton2;
        private CustomControl.ButtonUtil.NormalButton normalButton3;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.TextBox textBox1;
        private CustomControl.ValueLabel.ValueLabel valueLabel1;
    }
}