namespace HOZProject
{
partial class UControl_Init
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.btnClose = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.tbCutHoleFilePath = new System.Windows.Forms.TextBox();
this.tbTemplateFilePath = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.pbTemplateFile = new System.Windows.Forms.PictureBox();
this.pbCutHoleFile = new System.Windows.Forms.PictureBox();
this.label4 = new System.Windows.Forms.Label();
this.tbSampleName = new System.Windows.Forms.TextBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.label5 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbTemplateFile)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbCutHoleFile)).BeginInit();
this.SuspendLayout();
//
// btnClose
//
this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
this.btnClose.Location = new System.Drawing.Point(357, 0);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(30, 30);
this.btnClose.TabIndex = 3;
this.btnClose.Text = "X";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10F);
this.label1.ForeColor = System.Drawing.Color.Black;
this.label1.Location = new System.Drawing.Point(13, 8);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 14);
this.label1.TabIndex = 0;
this.label1.Text = "初始化设置";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.btnClose);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(387, 30);
this.panel1.TabIndex = 3;
//
// tbCutHoleFilePath
//
this.tbCutHoleFilePath.Font = new System.Drawing.Font("宋体", 10F);
this.tbCutHoleFilePath.Location = new System.Drawing.Point(17, 51);
this.tbCutHoleFilePath.Name = "tbCutHoleFilePath";
this.tbCutHoleFilePath.ReadOnly = true;
this.tbCutHoleFilePath.Size = new System.Drawing.Size(276, 23);
this.tbCutHoleFilePath.TabIndex = 5;
this.tbCutHoleFilePath.Text = "导入切孔文件";
//
// tbTemplateFilePath
//
this.tbTemplateFilePath.Font = new System.Drawing.Font("宋体", 10F);
this.tbTemplateFilePath.Location = new System.Drawing.Point(17, 122);
this.tbTemplateFilePath.Name = "tbTemplateFilePath";
this.tbTemplateFilePath.ReadOnly = true;
this.tbTemplateFilePath.Size = new System.Drawing.Size(276, 23);
this.tbTemplateFilePath.TabIndex = 7;
this.tbTemplateFilePath.Text = "导入模板文件";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10F);
this.label2.ForeColor = System.Drawing.Color.LightGray;
this.label2.Location = new System.Drawing.Point(17, 91);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(126, 14);
this.label2.TabIndex = 8;
this.label2.Text = "成功导入0个切孔";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10F);
this.label3.ForeColor = System.Drawing.Color.LightGray;
this.label3.Location = new System.Drawing.Point(17, 162);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(105, 14);
this.label3.TabIndex = 9;
this.label3.Text = "当前模板:XXXXX";
//
// pbTemplateFile
//
this.pbTemplateFile.BackColor = System.Drawing.Color.LightGray;
this.pbTemplateFile.Location = new System.Drawing.Point(298, 122);
this.pbTemplateFile.Name = "pbTemplateFile";
this.pbTemplateFile.Size = new System.Drawing.Size(77, 23);
this.pbTemplateFile.TabIndex = 6;
this.pbTemplateFile.TabStop = false;
//
// pbCutHoleFile
//
this.pbCutHoleFile.BackColor = System.Drawing.Color.LightGray;
this.pbCutHoleFile.Location = new System.Drawing.Point(298, 51);
this.pbCutHoleFile.Name = "pbCutHoleFile";
this.pbCutHoleFile.Size = new System.Drawing.Size(77, 23);
this.pbCutHoleFile.TabIndex = 4;
this.pbCutHoleFile.TabStop = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10F);
this.label4.ForeColor = System.Drawing.Color.LightGray;
this.label4.Location = new System.Drawing.Point(17, 193);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(49, 14);
this.label4.TabIndex = 10;
this.label4.Text = "样品名";
//
// tbSampleName
//
this.tbSampleName.Font = new System.Drawing.Font("宋体", 10F);
this.tbSampleName.Location = new System.Drawing.Point(69, 189);
this.tbSampleName.Name = "tbSampleName";
this.tbSampleName.Size = new System.Drawing.Size(224, 23);
this.tbSampleName.TabIndex = 11;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Font = new System.Drawing.Font("宋体", 9F);
this.checkBox1.Location = new System.Drawing.Point(17, 224);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(15, 14);
this.checkBox1.TabIndex = 12;
this.checkBox1.UseVisualStyleBackColor = true;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 10F);
this.label5.ForeColor = System.Drawing.Color.LightGray;
this.label5.Location = new System.Drawing.Point(32, 224);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 14);
this.label5.TabIndex = 13;
this.label5.Text = "是否使用PT";
//
// UControl_Init
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.label5);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.tbSampleName);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.tbTemplateFilePath);
this.Controls.Add(this.pbTemplateFile);
this.Controls.Add(this.tbCutHoleFilePath);
this.Controls.Add(this.pbCutHoleFile);
this.Controls.Add(this.panel1);
this.Name = "UControl_Init";
this.Size = new System.Drawing.Size(387, 252);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbTemplateFile)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbCutHoleFile)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox pbCutHoleFile;
private System.Windows.Forms.TextBox tbCutHoleFilePath;
private System.Windows.Forms.TextBox tbTemplateFilePath;
private System.Windows.Forms.PictureBox pbTemplateFile;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tbSampleName;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label5;
}
}