namespace UAS_MES_NEW.Query
{
partial class Query_SpecialReport
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_SpecialReport));
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.XYFilePath = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
this.label5 = new System.Windows.Forms.Label();
this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
this.XY = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.ImportExcel1 = new System.Windows.Forms.OpenFileDialog();
this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// XYFilePath
//
this.XYFilePath.AllPower = null;
this.XYFilePath.BackColor = System.Drawing.Color.White;
this.XYFilePath.ID = null;
this.XYFilePath.Location = new System.Drawing.Point(434, 149);
this.XYFilePath.Margin = new System.Windows.Forms.Padding(6);
this.XYFilePath.Name = "XYFilePath";
this.XYFilePath.Power = null;
this.XYFilePath.Size = new System.Drawing.Size(445, 35);
this.XYFilePath.Str = null;
this.XYFilePath.Str1 = null;
this.XYFilePath.Str2 = null;
this.XYFilePath.TabIndex = 12;
this.XYFilePath.TextChanged += new System.EventHandler(this.inoutno_TextChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(212, 143);
this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(210, 41);
this.label5.TabIndex = 11;
this.label5.Text = "原始坐标文件";
//
// XY
//
this.XY.AllPower = null;
this.XY.BackColor = System.Drawing.Color.Transparent;
this.XY.DownImage = ((System.Drawing.Image)(resources.GetObject("XY.DownImage")));
this.XY.Image = null;
this.XY.IsShowBorder = true;
this.XY.Location = new System.Drawing.Point(434, 223);
this.XY.Margin = new System.Windows.Forms.Padding(6);
this.XY.MoveImage = ((System.Drawing.Image)(resources.GetObject("XY.MoveImage")));
this.XY.Name = "XY";
this.XY.NormalImage = ((System.Drawing.Image)(resources.GetObject("XY.NormalImage")));
this.XY.Power = null;
this.XY.Size = new System.Drawing.Size(177, 56);
this.XY.TabIndex = 187;
this.XY.Text = "导入原始坐标";
this.XY.UseVisualStyleBackColor = false;
this.XY.Click += new System.EventHandler(this.XY_Click);
//
// ImportExcel1
//
this.ImportExcel1.FileName = "ImportExcel";
//
// pr_code
//
this.pr_code.AllPower = "ifall";
this.pr_code.Caller = null;
this.pr_code.Condition = null;
this.pr_code.DBTitle = "回流工序";
this.pr_code.Font = new System.Drawing.Font("微软雅黑", 9F);
this.pr_code.FormName = null;
this.pr_code.Location = new System.Drawing.Point(434, 74);
this.pr_code.Margin = new System.Windows.Forms.Padding(5);
this.pr_code.Name = "pr_code";
this.pr_code.Power = "ifspecial";
this.pr_code.ReturnData = null;
this.pr_code.SelectField = null;
this.pr_code.SetValueField = null;
this.pr_code.Size = new System.Drawing.Size(445, 44);
this.pr_code.TabIndex = 239;
this.pr_code.TableName = null;
this.pr_code.Tag = "";
this.pr_code.TextBoxEnable = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(212, 74);
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(146, 41);
this.label1.TabIndex = 240;
this.label1.Text = "产品编号";
//
// Query_SpecialReport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1494, 1075);
this.Controls.Add(this.label1);
this.Controls.Add(this.pr_code);
this.Controls.Add(this.XY);
this.Controls.Add(this.XYFilePath);
this.Controls.Add(this.label5);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(6);
this.Name = "Query_SpecialReport";
this.Tag = "Query!SpecialReport";
this.Text = "Query_SpecialReport";
this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private CustomControl.TextBoxWithIcon.EnterTextBox XYFilePath;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.FolderBrowserDialog ExportFileDialog;
private CustomControl.ButtonUtil.NormalButton XY;
private System.Windows.Forms.OpenFileDialog ImportExcel1;
private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
private System.Windows.Forms.Label label1;
}
}