namespace PaintDotNet.ImageCollect.CameraEDOF { partial class ParameterOneControl { /// /// 必需的设计器变量。 /// 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.btnStartPos = new System.Windows.Forms.Button(); this.btnStopPos = new System.Windows.Forms.Button(); this.nudLayers = new System.Windows.Forms.NumericUpDown(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.lblFix = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.trackBar1 = new System.Windows.Forms.TrackBar(); this.btnCalculate = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtStart = new System.Windows.Forms.TextBox(); this.txtStop = new System.Windows.Forms.TextBox(); this.txtDistance = new System.Windows.Forms.TextBox(); this.lblHeight = new System.Windows.Forms.Label(); this.btnContinuityLower = new System.Windows.Forms.Button(); this.btnContinuityUp = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.nudLayers)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); this.SuspendLayout(); // // btnStartPos // this.btnStartPos.Location = new System.Drawing.Point(16, 16); this.btnStartPos.Margin = new System.Windows.Forms.Padding(2); this.btnStartPos.Name = "btnStartPos"; this.btnStartPos.Size = new System.Drawing.Size(56, 22); this.btnStartPos.TabIndex = 37; this.btnStartPos.Text = "起始:"; this.btnStartPos.UseVisualStyleBackColor = true; this.btnStartPos.Click += new System.EventHandler(this.btnStartPos_Click); // // btnStopPos // this.btnStopPos.Location = new System.Drawing.Point(16, 54); this.btnStopPos.Margin = new System.Windows.Forms.Padding(2); this.btnStopPos.Name = "btnStopPos"; this.btnStopPos.Size = new System.Drawing.Size(56, 22); this.btnStopPos.TabIndex = 36; this.btnStopPos.Text = "截止:"; this.btnStopPos.UseVisualStyleBackColor = true; this.btnStopPos.Click += new System.EventHandler(this.btnStopPos_Click); // // nudLayers // this.nudLayers.Location = new System.Drawing.Point(100, 93); this.nudLayers.Margin = new System.Windows.Forms.Padding(2); this.nudLayers.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); this.nudLayers.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.nudLayers.Name = "nudLayers"; this.nudLayers.Size = new System.Drawing.Size(90, 21); this.nudLayers.TabIndex = 35; this.nudLayers.Value = new decimal(new int[] { 5, 0, 0, 0}); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(206, 268); this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(29, 12); this.label10.TabIndex = 34; this.label10.Text = "微米"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(16, 266); this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(65, 12); this.label9.TabIndex = 33; this.label9.Text = "拍摄高度:"; // // lblFix // this.lblFix.AutoSize = true; this.lblFix.Location = new System.Drawing.Point(207, 181); this.lblFix.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblFix.Name = "lblFix"; this.lblFix.Size = new System.Drawing.Size(29, 12); this.lblFix.TabIndex = 32; this.lblFix.Text = "100%"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(14, 181); this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(11, 12); this.label7.TabIndex = 31; this.label7.Text = "0"; // // trackBar1 // this.trackBar1.Enabled = false; this.trackBar1.Location = new System.Drawing.Point(23, 178); this.trackBar1.Margin = new System.Windows.Forms.Padding(2); this.trackBar1.Maximum = 12; this.trackBar1.Name = "trackBar1"; this.trackBar1.Size = new System.Drawing.Size(187, 45); this.trackBar1.TabIndex = 30; this.trackBar1.Value = 4; this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll); // // btnCalculate // this.btnCalculate.Location = new System.Drawing.Point(206, 135); this.btnCalculate.Margin = new System.Windows.Forms.Padding(2); this.btnCalculate.Name = "btnCalculate"; this.btnCalculate.Size = new System.Drawing.Size(56, 22); this.btnCalculate.TabIndex = 29; this.btnCalculate.Text = "计算"; this.btnCalculate.UseVisualStyleBackColor = true; this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(14, 139); this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(77, 12); this.label6.TabIndex = 28; this.label6.Text = "层距(微米):"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(14, 97); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 27; this.label5.Text = "拍摄层数:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(204, 58); this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(29, 12); this.label4.TabIndex = 26; this.label4.Text = "微米"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(204, 21); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 25; this.label3.Text = "微米"; // // txtStart // this.txtStart.BackColor = System.Drawing.SystemColors.Window; this.txtStart.Location = new System.Drawing.Point(100, 16); this.txtStart.Margin = new System.Windows.Forms.Padding(2); this.txtStart.Name = "txtStart"; this.txtStart.ReadOnly = true; this.txtStart.Size = new System.Drawing.Size(91, 21); this.txtStart.TabIndex = 43; // // txtStop // this.txtStop.BackColor = System.Drawing.SystemColors.Window; this.txtStop.Location = new System.Drawing.Point(100, 54); this.txtStop.Margin = new System.Windows.Forms.Padding(2); this.txtStop.Name = "txtStop"; this.txtStop.ReadOnly = true; this.txtStop.Size = new System.Drawing.Size(90, 21); this.txtStop.TabIndex = 44; // // txtDistance // this.txtDistance.BackColor = System.Drawing.SystemColors.Window; this.txtDistance.Location = new System.Drawing.Point(100, 135); this.txtDistance.Margin = new System.Windows.Forms.Padding(2); this.txtDistance.Name = "txtDistance"; this.txtDistance.ReadOnly = true; this.txtDistance.Size = new System.Drawing.Size(91, 21); this.txtDistance.TabIndex = 45; // // lblHeight // this.lblHeight.AutoSize = true; this.lblHeight.Location = new System.Drawing.Point(98, 266); this.lblHeight.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblHeight.Name = "lblHeight"; this.lblHeight.Size = new System.Drawing.Size(11, 12); this.lblHeight.TabIndex = 48; this.lblHeight.Text = "0"; // // btnContinuityLower // this.btnContinuityLower.Location = new System.Drawing.Point(241, 50); this.btnContinuityLower.Name = "btnContinuityLower"; this.btnContinuityLower.Size = new System.Drawing.Size(32, 27); this.btnContinuityLower.TabIndex = 49; this.btnContinuityLower.UseVisualStyleBackColor = true; // // btnContinuityUp // this.btnContinuityUp.Location = new System.Drawing.Point(241, 16); this.btnContinuityUp.Name = "btnContinuityUp"; this.btnContinuityUp.Size = new System.Drawing.Size(32, 28); this.btnContinuityUp.TabIndex = 49; this.btnContinuityUp.UseVisualStyleBackColor = true; // // ParameterOneControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnContinuityUp); this.Controls.Add(this.btnContinuityLower); this.Controls.Add(this.lblHeight); this.Controls.Add(this.txtDistance); this.Controls.Add(this.txtStop); this.Controls.Add(this.txtStart); this.Controls.Add(this.btnStartPos); this.Controls.Add(this.btnStopPos); this.Controls.Add(this.nudLayers); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.lblFix); this.Controls.Add(this.label7); this.Controls.Add(this.trackBar1); this.Controls.Add(this.btnCalculate); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "ParameterOneControl"; this.Size = new System.Drawing.Size(278, 317); ((System.ComponentModel.ISupportInitialize)(this.nudLayers)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnStartPos; private System.Windows.Forms.Button btnStopPos; private System.Windows.Forms.NumericUpDown nudLayers; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label lblFix; private System.Windows.Forms.Label label7; private System.Windows.Forms.TrackBar trackBar1; private System.Windows.Forms.Button btnCalculate; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtStart; private System.Windows.Forms.TextBox txtStop; private System.Windows.Forms.TextBox txtDistance; private System.Windows.Forms.Label lblHeight; private System.Windows.Forms.Button btnContinuityLower; private System.Windows.Forms.Button btnContinuityUp; } }