MeasureCheckResultInfoWindow.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. namespace OTSMeasureApp
  2. {
  3. partial class MeasureCheckResultInfoWindow
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.lblBeginTime = new System.Windows.Forms.Label();
  30. this.timer1 = new System.Windows.Forms.Timer(this.components);
  31. this.lblMeasureTime = new System.Windows.Forms.Label();
  32. this.lblParticleCount = new System.Windows.Forms.Label();
  33. this.lblSingleCount = new System.Windows.Forms.Label();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.lblMeasureCount = new System.Windows.Forms.Label();
  41. this.lblMeasureState = new System.Windows.Forms.Label();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.lblEndTime = new System.Windows.Forms.Label();
  44. this.SuspendLayout();
  45. //
  46. // lblBeginTime
  47. //
  48. this.lblBeginTime.AutoSize = true;
  49. this.lblBeginTime.BackColor = System.Drawing.Color.Transparent;
  50. this.lblBeginTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.lblBeginTime.ForeColor = System.Drawing.Color.Black;
  52. this.lblBeginTime.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  53. this.lblBeginTime.Location = new System.Drawing.Point(140, 64);
  54. this.lblBeginTime.Name = "lblBeginTime";
  55. this.lblBeginTime.Size = new System.Drawing.Size(0, 18);
  56. this.lblBeginTime.TabIndex = 25;
  57. //
  58. // timer1
  59. //
  60. this.timer1.Interval = 1000;
  61. //
  62. // lblMeasureTime
  63. //
  64. this.lblMeasureTime.AutoSize = true;
  65. this.lblMeasureTime.BackColor = System.Drawing.Color.Transparent;
  66. this.lblMeasureTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.lblMeasureTime.ForeColor = System.Drawing.Color.Black;
  68. this.lblMeasureTime.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  69. this.lblMeasureTime.Location = new System.Drawing.Point(140, 184);
  70. this.lblMeasureTime.Name = "lblMeasureTime";
  71. this.lblMeasureTime.Size = new System.Drawing.Size(0, 18);
  72. this.lblMeasureTime.TabIndex = 24;
  73. //
  74. // lblParticleCount
  75. //
  76. this.lblParticleCount.AutoSize = true;
  77. this.lblParticleCount.BackColor = System.Drawing.Color.Transparent;
  78. this.lblParticleCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.lblParticleCount.ForeColor = System.Drawing.Color.Black;
  80. this.lblParticleCount.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  81. this.lblParticleCount.Location = new System.Drawing.Point(140, 153);
  82. this.lblParticleCount.Name = "lblParticleCount";
  83. this.lblParticleCount.Size = new System.Drawing.Size(0, 18);
  84. this.lblParticleCount.TabIndex = 23;
  85. //
  86. // lblSingleCount
  87. //
  88. this.lblSingleCount.AutoSize = true;
  89. this.lblSingleCount.BackColor = System.Drawing.Color.Transparent;
  90. this.lblSingleCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.lblSingleCount.ForeColor = System.Drawing.Color.Black;
  92. this.lblSingleCount.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  93. this.lblSingleCount.Location = new System.Drawing.Point(140, 121);
  94. this.lblSingleCount.Name = "lblSingleCount";
  95. this.lblSingleCount.Size = new System.Drawing.Size(0, 18);
  96. this.lblSingleCount.TabIndex = 22;
  97. //
  98. // label6
  99. //
  100. this.label6.AutoSize = true;
  101. this.label6.BackColor = System.Drawing.Color.Transparent;
  102. this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.label6.ForeColor = System.Drawing.Color.Black;
  104. this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  105. this.label6.Location = new System.Drawing.Point(12, 121);
  106. this.label6.Name = "label6";
  107. this.label6.Size = new System.Drawing.Size(98, 18);
  108. this.label6.TabIndex = 21;
  109. this.label6.Text = "帧 数:";
  110. //
  111. // label5
  112. //
  113. this.label5.AutoSize = true;
  114. this.label5.BackColor = System.Drawing.Color.Transparent;
  115. this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.label5.ForeColor = System.Drawing.Color.Black;
  117. this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  118. this.label5.Location = new System.Drawing.Point(12, 151);
  119. this.label5.Name = "label5";
  120. this.label5.Size = new System.Drawing.Size(98, 18);
  121. this.label5.TabIndex = 20;
  122. this.label5.Text = "颗 粒 数:";
  123. //
  124. // label4
  125. //
  126. this.label4.AutoSize = true;
  127. this.label4.BackColor = System.Drawing.Color.Transparent;
  128. this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.label4.ForeColor = System.Drawing.Color.Black;
  130. this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  131. this.label4.Location = new System.Drawing.Point(12, 61);
  132. this.label4.Name = "label4";
  133. this.label4.Size = new System.Drawing.Size(98, 18);
  134. this.label4.TabIndex = 19;
  135. this.label4.Text = "开始时间:";
  136. //
  137. // label3
  138. //
  139. this.label3.AutoSize = true;
  140. this.label3.BackColor = System.Drawing.Color.Transparent;
  141. this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.label3.ForeColor = System.Drawing.Color.Black;
  143. this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  144. this.label3.Location = new System.Drawing.Point(12, 181);
  145. this.label3.Name = "label3";
  146. this.label3.Size = new System.Drawing.Size(98, 18);
  147. this.label3.TabIndex = 18;
  148. this.label3.Text = "测量时间:";
  149. //
  150. // label1
  151. //
  152. this.label1.AutoSize = true;
  153. this.label1.BackColor = System.Drawing.Color.Transparent;
  154. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.label1.ForeColor = System.Drawing.Color.Black;
  156. this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  157. this.label1.Location = new System.Drawing.Point(12, 91);
  158. this.label1.Name = "label1";
  159. this.label1.Size = new System.Drawing.Size(98, 18);
  160. this.label1.TabIndex = 18;
  161. this.label1.Text = "测 量 数:";
  162. //
  163. // label2
  164. //
  165. this.label2.AutoSize = true;
  166. this.label2.BackColor = System.Drawing.Color.Transparent;
  167. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.label2.ForeColor = System.Drawing.Color.Black;
  169. this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  170. this.label2.Location = new System.Drawing.Point(12, 31);
  171. this.label2.Name = "label2";
  172. this.label2.Size = new System.Drawing.Size(98, 18);
  173. this.label2.TabIndex = 18;
  174. this.label2.Text = "测量状态:";
  175. //
  176. // lblMeasureCount
  177. //
  178. this.lblMeasureCount.AutoSize = true;
  179. this.lblMeasureCount.BackColor = System.Drawing.Color.Transparent;
  180. this.lblMeasureCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.lblMeasureCount.ForeColor = System.Drawing.Color.Black;
  182. this.lblMeasureCount.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  183. this.lblMeasureCount.Location = new System.Drawing.Point(140, 93);
  184. this.lblMeasureCount.Name = "lblMeasureCount";
  185. this.lblMeasureCount.Size = new System.Drawing.Size(0, 18);
  186. this.lblMeasureCount.TabIndex = 22;
  187. //
  188. // lblMeasureState
  189. //
  190. this.lblMeasureState.AutoSize = true;
  191. this.lblMeasureState.BackColor = System.Drawing.Color.Transparent;
  192. this.lblMeasureState.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.lblMeasureState.ForeColor = System.Drawing.Color.Black;
  194. this.lblMeasureState.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  195. this.lblMeasureState.Location = new System.Drawing.Point(140, 31);
  196. this.lblMeasureState.Name = "lblMeasureState";
  197. this.lblMeasureState.Size = new System.Drawing.Size(0, 18);
  198. this.lblMeasureState.TabIndex = 22;
  199. //
  200. // label7
  201. //
  202. this.label7.AutoSize = true;
  203. this.label7.BackColor = System.Drawing.Color.Transparent;
  204. this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.label7.ForeColor = System.Drawing.Color.Black;
  206. this.label7.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  207. this.label7.Location = new System.Drawing.Point(12, 211);
  208. this.label7.Name = "label7";
  209. this.label7.Size = new System.Drawing.Size(98, 18);
  210. this.label7.TabIndex = 18;
  211. this.label7.Text = "结束时间:";
  212. //
  213. // lblEndTime
  214. //
  215. this.lblEndTime.AutoSize = true;
  216. this.lblEndTime.BackColor = System.Drawing.Color.Transparent;
  217. this.lblEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.lblEndTime.ForeColor = System.Drawing.Color.Black;
  219. this.lblEndTime.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  220. this.lblEndTime.Location = new System.Drawing.Point(140, 213);
  221. this.lblEndTime.Name = "lblEndTime";
  222. this.lblEndTime.Size = new System.Drawing.Size(0, 18);
  223. this.lblEndTime.TabIndex = 24;
  224. //
  225. // MeasureCheckReportInfoWindow
  226. //
  227. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  228. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  229. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  230. this.ClientSize = new System.Drawing.Size(384, 271);
  231. this.Controls.Add(this.lblBeginTime);
  232. this.Controls.Add(this.lblEndTime);
  233. this.Controls.Add(this.lblMeasureTime);
  234. this.Controls.Add(this.lblParticleCount);
  235. this.Controls.Add(this.lblMeasureState);
  236. this.Controls.Add(this.lblMeasureCount);
  237. this.Controls.Add(this.lblSingleCount);
  238. this.Controls.Add(this.label6);
  239. this.Controls.Add(this.label5);
  240. this.Controls.Add(this.label4);
  241. this.Controls.Add(this.label2);
  242. this.Controls.Add(this.label1);
  243. this.Controls.Add(this.label7);
  244. this.Controls.Add(this.label3);
  245. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  246. this.MaximizeBox = false;
  247. this.MinimizeBox = false;
  248. this.Name = "MeasureCheckReportInfoWindow";
  249. this.ShowIcon = false;
  250. this.ShowInTaskbar = false;
  251. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  252. this.Text = "测量结果";
  253. this.TopMost = true;
  254. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MeasureCheckReportInfoWindow_FormClosing);
  255. this.Load += new System.EventHandler(this.MeasureCheckReportInfoWindow_Load);
  256. this.ResumeLayout(false);
  257. this.PerformLayout();
  258. }
  259. #endregion
  260. private System.Windows.Forms.Label lblBeginTime;
  261. private System.Windows.Forms.Timer timer1;
  262. private System.Windows.Forms.Label lblMeasureTime;
  263. private System.Windows.Forms.Label lblParticleCount;
  264. private System.Windows.Forms.Label lblSingleCount;
  265. private System.Windows.Forms.Label label6;
  266. private System.Windows.Forms.Label label5;
  267. private System.Windows.Forms.Label label4;
  268. private System.Windows.Forms.Label label3;
  269. private System.Windows.Forms.Label label1;
  270. private System.Windows.Forms.Label label2;
  271. private System.Windows.Forms.Label lblMeasureCount;
  272. private System.Windows.Forms.Label lblMeasureState;
  273. private System.Windows.Forms.Label label7;
  274. private System.Windows.Forms.Label lblEndTime;
  275. }
  276. }