MeasureStopMode.Designer.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. 
  2. namespace OTSMeasureApp._3_OTSDisplaySourceGridData
  3. {
  4. partial class MeasureStopMode
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.cB_FieldMode = new System.Windows.Forms.CheckBox();
  30. this.tB_FieldMode = new System.Windows.Forms.TextBox();
  31. this.tB_ParticleMode = new System.Windows.Forms.TextBox();
  32. this.cB_ParticleMode = new System.Windows.Forms.CheckBox();
  33. this.tB_TimeMode = new System.Windows.Forms.TextBox();
  34. this.cB_TimeMode = new System.Windows.Forms.CheckBox();
  35. this.cB_CoverMode = new System.Windows.Forms.CheckBox();
  36. this.groupBox1 = new System.Windows.Forms.GroupBox();
  37. this.bt_ok = new System.Windows.Forms.Button();
  38. this.groupBox1.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // cB_FieldMode
  42. //
  43. this.cB_FieldMode.AutoSize = true;
  44. this.cB_FieldMode.Location = new System.Drawing.Point(55, 39);
  45. this.cB_FieldMode.Name = "cB_FieldMode";
  46. this.cB_FieldMode.Size = new System.Drawing.Size(120, 19);
  47. this.cB_FieldMode.TabIndex = 0;
  48. this.cB_FieldMode.Text = "1.终止帧图数";
  49. this.cB_FieldMode.UseVisualStyleBackColor = true;
  50. //
  51. // tB_FieldMode
  52. //
  53. this.tB_FieldMode.Location = new System.Drawing.Point(223, 37);
  54. this.tB_FieldMode.Name = "tB_FieldMode";
  55. this.tB_FieldMode.Size = new System.Drawing.Size(164, 25);
  56. this.tB_FieldMode.TabIndex = 1;
  57. //
  58. // tB_ParticleMode
  59. //
  60. this.tB_ParticleMode.Location = new System.Drawing.Point(223, 82);
  61. this.tB_ParticleMode.Name = "tB_ParticleMode";
  62. this.tB_ParticleMode.Size = new System.Drawing.Size(164, 25);
  63. this.tB_ParticleMode.TabIndex = 3;
  64. //
  65. // cB_ParticleMode
  66. //
  67. this.cB_ParticleMode.AutoSize = true;
  68. this.cB_ParticleMode.Location = new System.Drawing.Point(55, 84);
  69. this.cB_ParticleMode.Name = "cB_ParticleMode";
  70. this.cB_ParticleMode.Size = new System.Drawing.Size(135, 19);
  71. this.cB_ParticleMode.TabIndex = 2;
  72. this.cB_ParticleMode.Text = "2.终止夹杂物数";
  73. this.cB_ParticleMode.UseVisualStyleBackColor = true;
  74. //
  75. // tB_TimeMode
  76. //
  77. this.tB_TimeMode.Location = new System.Drawing.Point(223, 128);
  78. this.tB_TimeMode.Name = "tB_TimeMode";
  79. this.tB_TimeMode.Size = new System.Drawing.Size(164, 25);
  80. this.tB_TimeMode.TabIndex = 5;
  81. //
  82. // cB_TimeMode
  83. //
  84. this.cB_TimeMode.AutoSize = true;
  85. this.cB_TimeMode.Location = new System.Drawing.Point(55, 130);
  86. this.cB_TimeMode.Name = "cB_TimeMode";
  87. this.cB_TimeMode.Size = new System.Drawing.Size(136, 19);
  88. this.cB_TimeMode.TabIndex = 4;
  89. this.cB_TimeMode.Text = "3.终止时间(秒)";
  90. this.cB_TimeMode.UseVisualStyleBackColor = true;
  91. //
  92. // cB_CoverMode
  93. //
  94. this.cB_CoverMode.AutoSize = true;
  95. this.cB_CoverMode.Location = new System.Drawing.Point(55, 176);
  96. this.cB_CoverMode.Name = "cB_CoverMode";
  97. this.cB_CoverMode.Size = new System.Drawing.Size(135, 19);
  98. this.cB_CoverMode.TabIndex = 6;
  99. this.cB_CoverMode.Text = "0.覆盖测量区域";
  100. this.cB_CoverMode.UseVisualStyleBackColor = true;
  101. //
  102. // groupBox1
  103. //
  104. this.groupBox1.Controls.Add(this.bt_ok);
  105. this.groupBox1.Controls.Add(this.cB_FieldMode);
  106. this.groupBox1.Controls.Add(this.cB_CoverMode);
  107. this.groupBox1.Controls.Add(this.tB_FieldMode);
  108. this.groupBox1.Controls.Add(this.tB_TimeMode);
  109. this.groupBox1.Controls.Add(this.cB_ParticleMode);
  110. this.groupBox1.Controls.Add(this.cB_TimeMode);
  111. this.groupBox1.Controls.Add(this.tB_ParticleMode);
  112. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  113. this.groupBox1.Name = "groupBox1";
  114. this.groupBox1.Size = new System.Drawing.Size(452, 246);
  115. this.groupBox1.TabIndex = 7;
  116. this.groupBox1.TabStop = false;
  117. this.groupBox1.Text = "测量结束方式";
  118. //
  119. // bt_ok
  120. //
  121. this.bt_ok.Location = new System.Drawing.Point(316, 191);
  122. this.bt_ok.Name = "bt_ok";
  123. this.bt_ok.Size = new System.Drawing.Size(119, 39);
  124. this.bt_ok.TabIndex = 7;
  125. this.bt_ok.Text = "确 定";
  126. this.bt_ok.UseVisualStyleBackColor = true;
  127. this.bt_ok.Click += new System.EventHandler(this.bt_ok_Click);
  128. //
  129. // MeasureStopMode
  130. //
  131. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  132. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  133. this.ClientSize = new System.Drawing.Size(478, 269);
  134. this.ControlBox = false;
  135. this.Controls.Add(this.groupBox1);
  136. this.MaximizeBox = false;
  137. this.MinimizeBox = false;
  138. this.Name = "MeasureStopMode";
  139. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  140. this.Text = "MeasureStopMode";
  141. this.Load += new System.EventHandler(this.MeasureStopMode_Load);
  142. this.groupBox1.ResumeLayout(false);
  143. this.groupBox1.PerformLayout();
  144. this.ResumeLayout(false);
  145. }
  146. #endregion
  147. private System.Windows.Forms.CheckBox cB_FieldMode;
  148. private System.Windows.Forms.TextBox tB_FieldMode;
  149. private System.Windows.Forms.TextBox tB_ParticleMode;
  150. private System.Windows.Forms.CheckBox cB_ParticleMode;
  151. private System.Windows.Forms.TextBox tB_TimeMode;
  152. private System.Windows.Forms.CheckBox cB_TimeMode;
  153. private System.Windows.Forms.CheckBox cB_CoverMode;
  154. private System.Windows.Forms.GroupBox groupBox1;
  155. private System.Windows.Forms.Button bt_ok;
  156. }
  157. }