namespace OTSMeasureApp._3_OTSDisplaySourceGridData { partial class MeasureStopMode { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.cB_FieldMode = new System.Windows.Forms.CheckBox(); this.tB_FieldMode = new System.Windows.Forms.TextBox(); this.tB_ParticleMode = new System.Windows.Forms.TextBox(); this.cB_ParticleMode = new System.Windows.Forms.CheckBox(); this.tB_TimeMode = new System.Windows.Forms.TextBox(); this.cB_TimeMode = new System.Windows.Forms.CheckBox(); this.cB_CoverMode = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.bt_ok = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // cB_FieldMode // this.cB_FieldMode.AutoSize = true; this.cB_FieldMode.Location = new System.Drawing.Point(55, 39); this.cB_FieldMode.Name = "cB_FieldMode"; this.cB_FieldMode.Size = new System.Drawing.Size(120, 19); this.cB_FieldMode.TabIndex = 0; this.cB_FieldMode.Text = "1.终止帧图数"; this.cB_FieldMode.UseVisualStyleBackColor = true; // // tB_FieldMode // this.tB_FieldMode.Location = new System.Drawing.Point(223, 37); this.tB_FieldMode.Name = "tB_FieldMode"; this.tB_FieldMode.Size = new System.Drawing.Size(164, 25); this.tB_FieldMode.TabIndex = 1; // // tB_ParticleMode // this.tB_ParticleMode.Location = new System.Drawing.Point(223, 82); this.tB_ParticleMode.Name = "tB_ParticleMode"; this.tB_ParticleMode.Size = new System.Drawing.Size(164, 25); this.tB_ParticleMode.TabIndex = 3; // // cB_ParticleMode // this.cB_ParticleMode.AutoSize = true; this.cB_ParticleMode.Location = new System.Drawing.Point(55, 84); this.cB_ParticleMode.Name = "cB_ParticleMode"; this.cB_ParticleMode.Size = new System.Drawing.Size(135, 19); this.cB_ParticleMode.TabIndex = 2; this.cB_ParticleMode.Text = "2.终止夹杂物数"; this.cB_ParticleMode.UseVisualStyleBackColor = true; // // tB_TimeMode // this.tB_TimeMode.Location = new System.Drawing.Point(223, 128); this.tB_TimeMode.Name = "tB_TimeMode"; this.tB_TimeMode.Size = new System.Drawing.Size(164, 25); this.tB_TimeMode.TabIndex = 5; // // cB_TimeMode // this.cB_TimeMode.AutoSize = true; this.cB_TimeMode.Location = new System.Drawing.Point(55, 130); this.cB_TimeMode.Name = "cB_TimeMode"; this.cB_TimeMode.Size = new System.Drawing.Size(136, 19); this.cB_TimeMode.TabIndex = 4; this.cB_TimeMode.Text = "3.终止时间(秒)"; this.cB_TimeMode.UseVisualStyleBackColor = true; // // cB_CoverMode // this.cB_CoverMode.AutoSize = true; this.cB_CoverMode.Location = new System.Drawing.Point(55, 176); this.cB_CoverMode.Name = "cB_CoverMode"; this.cB_CoverMode.Size = new System.Drawing.Size(135, 19); this.cB_CoverMode.TabIndex = 6; this.cB_CoverMode.Text = "0.覆盖测量区域"; this.cB_CoverMode.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.bt_ok); this.groupBox1.Controls.Add(this.cB_FieldMode); this.groupBox1.Controls.Add(this.cB_CoverMode); this.groupBox1.Controls.Add(this.tB_FieldMode); this.groupBox1.Controls.Add(this.tB_TimeMode); this.groupBox1.Controls.Add(this.cB_ParticleMode); this.groupBox1.Controls.Add(this.cB_TimeMode); this.groupBox1.Controls.Add(this.tB_ParticleMode); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(452, 246); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; this.groupBox1.Text = "测量结束方式"; // // bt_ok // this.bt_ok.Location = new System.Drawing.Point(316, 191); this.bt_ok.Name = "bt_ok"; this.bt_ok.Size = new System.Drawing.Size(119, 39); this.bt_ok.TabIndex = 7; this.bt_ok.Text = "确 定"; this.bt_ok.UseVisualStyleBackColor = true; this.bt_ok.Click += new System.EventHandler(this.bt_ok_Click); // // MeasureStopMode // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(478, 269); this.ControlBox = false; this.Controls.Add(this.groupBox1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MeasureStopMode"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "MeasureStopMode"; this.Load += new System.EventHandler(this.MeasureStopMode_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.CheckBox cB_FieldMode; private System.Windows.Forms.TextBox tB_FieldMode; private System.Windows.Forms.TextBox tB_ParticleMode; private System.Windows.Forms.CheckBox cB_ParticleMode; private System.Windows.Forms.TextBox tB_TimeMode; private System.Windows.Forms.CheckBox cB_TimeMode; private System.Windows.Forms.CheckBox cB_CoverMode; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button bt_ok; } }