namespace PaintDotNet.ImageCollect.CameraEDOF { partial class ParameterTwoControl { /// /// 必需的设计器变量。 /// 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.lblRange = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.trackBar1 = new System.Windows.Forms.TrackBar(); this.label6 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.lblStartDown = new System.Windows.Forms.Label(); this.lblStartUp = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(19, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(82, 15); this.label1.TabIndex = 0; this.label1.Text = "起始位置:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(217, 28); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(37, 15); this.label2.TabIndex = 2; this.label2.Text = "微米"; // // button1 // this.button1.Location = new System.Drawing.Point(303, 18); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(56, 30); this.button1.TabIndex = 3; this.button1.Text = "起始"; this.button1.UseVisualStyleBackColor = true; // // lblRange // this.lblRange.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblRange.AutoSize = true; this.lblRange.BackColor = System.Drawing.SystemColors.HighlightText; this.lblRange.Location = new System.Drawing.Point(164, 370); this.lblRange.Name = "lblRange"; this.lblRange.Size = new System.Drawing.Size(47, 15); this.lblRange.TabIndex = 48; this.lblRange.Text = "1.000"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(273, 370); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(37, 15); this.label10.TabIndex = 46; this.label10.Text = "微米"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(19, 367); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(82, 15); this.label9.TabIndex = 45; this.label9.Text = "拍摄高度:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(277, 126); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(39, 15); this.label8.TabIndex = 44; this.label8.Text = "100%"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(19, 126); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(15, 15); this.label7.TabIndex = 43; this.label7.Text = "0"; // // trackBar1 // this.trackBar1.Location = new System.Drawing.Point(31, 122); this.trackBar1.Maximum = 12; this.trackBar1.Name = "trackBar1"; this.trackBar1.Size = new System.Drawing.Size(240, 56); this.trackBar1.TabIndex = 42; this.trackBar1.Value = 4; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(19, 72); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(112, 15); this.label6.TabIndex = 40; this.label6.Text = "层距(微米):"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(137, 69); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 25); this.textBox1.TabIndex = 49; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(101, 22); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(110, 25); this.textBox2.TabIndex = 50; // // lblStartDown // this.lblStartDown.AutoSize = true; this.lblStartDown.Location = new System.Drawing.Point(266, 37); this.lblStartDown.Name = "lblStartDown"; this.lblStartDown.Size = new System.Drawing.Size(22, 15); this.lblStartDown.TabIndex = 52; this.lblStartDown.Text = "▼"; // // lblStartUp // this.lblStartUp.AutoSize = true; this.lblStartUp.Location = new System.Drawing.Point(266, 18); this.lblStartUp.Name = "lblStartUp"; this.lblStartUp.Size = new System.Drawing.Size(22, 15); this.lblStartUp.TabIndex = 51; this.lblStartUp.Text = "▲"; // // ParameterTwoControl // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.lblStartDown); this.Controls.Add(this.lblStartUp); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.lblRange); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.trackBar1); this.Controls.Add(this.label6); this.Controls.Add(this.button1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "ParameterTwoControl"; this.Size = new System.Drawing.Size(370, 451); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label lblRange; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.TrackBar trackBar1; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label lblStartDown; private System.Windows.Forms.Label lblStartUp; } }