123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273 |
- namespace HOZProject
- {
- partial class UControl_Init
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- 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.lblCutHoleCount = 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.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.pbTemplateFile = new System.Windows.Forms.PictureBox();
- this.pbCutHoleFile = new System.Windows.Forms.PictureBox();
- 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;
- //
- // lblCutHoleCount
- //
- this.lblCutHoleCount.AutoSize = true;
- this.lblCutHoleCount.Font = new System.Drawing.Font("宋体", 10F);
- this.lblCutHoleCount.ForeColor = System.Drawing.Color.LightGray;
- this.lblCutHoleCount.Location = new System.Drawing.Point(77, 73);
- this.lblCutHoleCount.Name = "lblCutHoleCount";
- this.lblCutHoleCount.Size = new System.Drawing.Size(112, 14);
- this.lblCutHoleCount.TabIndex = 8;
- this.lblCutHoleCount.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;
- //
- // 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 = "导入切孔";
- //
- // 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);
- //
- // 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.lblCutHoleCount);
- 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 lblCutHoleCount;
- 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;
- }
- }
|