123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
-
- 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.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.cB_AreaMode = new System.Windows.Forms.CheckBox();
- this.tB_AreaMode = new System.Windows.Forms.TextBox();
- 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(50, 128);
- 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 = "3.终止帧图数";
- this.cB_FieldMode.UseVisualStyleBackColor = true;
- //
- // tB_FieldMode
- //
- this.tB_FieldMode.Location = new System.Drawing.Point(247, 122);
- 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(247, 78);
- 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(50, 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(247, 169);
- 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(50, 175);
- this.cB_TimeMode.Name = "cB_TimeMode";
- this.cB_TimeMode.Size = new System.Drawing.Size(105, 19);
- this.cB_TimeMode.TabIndex = 4;
- this.cB_TimeMode.Text = "4.终止时间";
- this.cB_TimeMode.UseVisualStyleBackColor = true;
- //
- // cB_CoverMode
- //
- this.cB_CoverMode.AutoSize = true;
- this.cB_CoverMode.Location = new System.Drawing.Point(50, 42);
- 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 = "1.覆盖测量区域";
- this.cB_CoverMode.UseVisualStyleBackColor = true;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.cB_AreaMode);
- this.groupBox1.Controls.Add(this.tB_AreaMode);
- 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(495, 319);
- this.groupBox1.TabIndex = 7;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "测量结束方式";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(419, 222);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(67, 15);
- this.label2.TabIndex = 11;
- this.label2.Text = "平方毫米";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(419, 176);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(22, 15);
- this.label1.TabIndex = 10;
- this.label1.Text = "秒";
- //
- // cB_AreaMode
- //
- this.cB_AreaMode.AutoSize = true;
- this.cB_AreaMode.Location = new System.Drawing.Point(50, 220);
- this.cB_AreaMode.Name = "cB_AreaMode";
- this.cB_AreaMode.Size = new System.Drawing.Size(165, 19);
- this.cB_AreaMode.TabIndex = 8;
- this.cB_AreaMode.Text = "5.终止测量区域面积";
- this.cB_AreaMode.UseVisualStyleBackColor = true;
- //
- // tB_AreaMode
- //
- this.tB_AreaMode.Location = new System.Drawing.Point(247, 219);
- this.tB_AreaMode.Name = "tB_AreaMode";
- this.tB_AreaMode.Size = new System.Drawing.Size(164, 25);
- this.tB_AreaMode.TabIndex = 9;
- //
- // bt_ok
- //
- this.bt_ok.Location = new System.Drawing.Point(375, 271);
- this.bt_ok.Name = "bt_ok";
- this.bt_ok.Size = new System.Drawing.Size(112, 33);
- 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(519, 335);
- this.ControlBox = false;
- this.Controls.Add(this.groupBox1);
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(537, 382);
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(537, 382);
- 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;
- private System.Windows.Forms.CheckBox cB_AreaMode;
- private System.Windows.Forms.TextBox tB_AreaMode;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- }
- }
|