123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
-
- namespace OTSMeasureApp._3_OTSDisplaySourceGridData
- {
- partial class MeasureStopMode
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|