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.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label4 = new System.Windows.Forms.Label(); this.textBox3 = 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.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("宋体", 20F); this.textBox1.Location = new System.Drawing.Point(16, 51); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(276, 38); this.textBox1.TabIndex = 5; // // textBox2 // this.textBox2.Font = new System.Drawing.Font("宋体", 20F); this.textBox2.Location = new System.Drawing.Point(15, 146); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(276, 38); this.textBox2.TabIndex = 7; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 20F); this.label2.ForeColor = System.Drawing.Color.LightGray; this.label2.Location = new System.Drawing.Point(26, 104); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(242, 27); this.label2.TabIndex = 8; this.label2.Text = "成功导入0个切入点"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 20F); this.label3.ForeColor = System.Drawing.Color.LightGray; this.label3.Location = new System.Drawing.Point(26, 199); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(204, 27); this.label3.TabIndex = 9; this.label3.Text = "当前模板:XXXXX"; // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.LightGray; this.pictureBox2.Location = new System.Drawing.Point(297, 146); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(77, 39); this.pictureBox2.TabIndex = 6; this.pictureBox2.TabStop = false; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.LightGray; this.pictureBox1.Location = new System.Drawing.Point(298, 51); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(77, 39); this.pictureBox1.TabIndex = 4; this.pictureBox1.TabStop = false; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 20F); this.label4.ForeColor = System.Drawing.Color.LightGray; this.label4.Location = new System.Drawing.Point(11, 247); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(93, 27); this.label4.TabIndex = 10; this.label4.Text = "样品名"; // // textBox3 // this.textBox3.Font = new System.Drawing.Font("宋体", 20F); this.textBox3.Location = new System.Drawing.Point(99, 241); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(276, 38); this.textBox3.TabIndex = 11; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Font = new System.Drawing.Font("宋体", 9F); this.checkBox1.Location = new System.Drawing.Point(16, 299); 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("宋体", 20F); this.label5.ForeColor = System.Drawing.Color.LightGray; this.label5.Location = new System.Drawing.Point(37, 293); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(148, 27); 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.textBox3); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.textBox2); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.panel1); this.Name = "UControl_Init"; this.Size = new System.Drawing.Size(387, 329); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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 pictureBox1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Label label5; } }