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.tBFIBTemp = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.tBSampleName = new System.Windows.Forms.TextBox(); this.cBIsPT = new System.Windows.Forms.CheckBox(); this.pbTemplateFile = new System.Windows.Forms.PictureBox(); this.pbCutHoleFile = new System.Windows.Forms.PictureBox(); this.btnSave = new System.Windows.Forms.Button(); this.cBIsManul = new System.Windows.Forms.CheckBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = 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(78, 45); this.tbCutHoleFilePath.Name = "tbCutHoleFilePath"; this.tbCutHoleFilePath.ReadOnly = true; this.tbCutHoleFilePath.Size = new System.Drawing.Size(215, 23); this.tbCutHoleFilePath.TabIndex = 5; // // tBFIBTemp // this.tBFIBTemp.Font = new System.Drawing.Font("宋体", 10F); this.tBFIBTemp.Location = new System.Drawing.Point(78, 92); this.tBFIBTemp.Name = "tBFIBTemp"; this.tBFIBTemp.ReadOnly = true; this.tBFIBTemp.Size = new System.Drawing.Size(214, 23); this.tBFIBTemp.TabIndex = 7; // // 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(77, 73); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(112, 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(77, 120); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(105, 14); this.label3.TabIndex = 9; this.label3.Text = "当前模板:XXXXX"; // // 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(24, 143); 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(80, 139); this.tBSampleName.Name = "tBSampleName"; this.tBSampleName.Size = new System.Drawing.Size(213, 23); this.tBSampleName.TabIndex = 11; // // cBIsPT // this.cBIsPT.AutoSize = true; this.cBIsPT.Font = new System.Drawing.Font("宋体", 10F); this.cBIsPT.ForeColor = System.Drawing.Color.LightGray; this.cBIsPT.Location = new System.Drawing.Point(80, 167); this.cBIsPT.Name = "cBIsPT"; this.cBIsPT.Size = new System.Drawing.Size(96, 18); this.cBIsPT.TabIndex = 12; this.cBIsPT.Text = "是否使用PT"; this.cBIsPT.UseVisualStyleBackColor = true; // // pbTemplateFile // this.pbTemplateFile.BackColor = System.Drawing.Color.LightGray; this.pbTemplateFile.Location = new System.Drawing.Point(297, 92); this.pbTemplateFile.Name = "pbTemplateFile"; this.pbTemplateFile.Size = new System.Drawing.Size(77, 23); this.pbTemplateFile.TabIndex = 6; this.pbTemplateFile.TabStop = false; this.pbTemplateFile.Click += new System.EventHandler(this.pbTemplateFile_Click); // // pbCutHoleFile // this.pbCutHoleFile.BackColor = System.Drawing.Color.LightGray; this.pbCutHoleFile.Location = new System.Drawing.Point(298, 45); this.pbCutHoleFile.Name = "pbCutHoleFile"; this.pbCutHoleFile.Size = new System.Drawing.Size(77, 23); this.pbCutHoleFile.TabIndex = 4; this.pbCutHoleFile.TabStop = false; this.pbCutHoleFile.Click += new System.EventHandler(this.pbCutHoleFile_Click); // // btnSave // this.btnSave.Location = new System.Drawing.Point(297, 187); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 14; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.button1_Click); // // cBIsManul // this.cBIsManul.AutoSize = true; this.cBIsManul.Font = new System.Drawing.Font("宋体", 10F); this.cBIsManul.ForeColor = System.Drawing.Color.LightGray; this.cBIsManul.Location = new System.Drawing.Point(181, 167); this.cBIsManul.Margin = new System.Windows.Forms.Padding(2); this.cBIsManul.Name = "cBIsManul"; this.cBIsManul.Size = new System.Drawing.Size(82, 18); this.cBIsManul.TabIndex = 15; this.cBIsManul.Text = "手动对焦"; this.cBIsManul.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(17, 96); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(56, 14); this.label5.TabIndex = 16; this.label5.Text = "FIB模板"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("宋体", 10F); this.label6.ForeColor = System.Drawing.Color.LightGray; this.label6.Location = new System.Drawing.Point(10, 49); this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(63, 14); this.label6.TabIndex = 17; this.label6.Text = "导入切孔"; // // 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.label6); this.Controls.Add(this.label5); this.Controls.Add(this.cBIsManul); this.Controls.Add(this.btnSave); this.Controls.Add(this.cBIsPT); this.Controls.Add(this.tBSampleName); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.tBFIBTemp); 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, 222); 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 tBFIBTemp; 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 cBIsPT; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.CheckBox cBIsManul; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; } }