ParticlesGridDevidePageShowConfig.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. 
  2. namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
  3. {
  4. partial class ParticlesGridDevidePageShowConfig
  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.groupBox2 = new System.Windows.Forms.GroupBox();
  30. this.label_help = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.cb_ParticleCoordinate = new System.Windows.Forms.CheckBox();
  33. this.btn_xsys = new System.Windows.Forms.Button();
  34. this.cB_Electrical_conductivity = new System.Windows.Forms.CheckBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.cB_Density = new System.Windows.Forms.CheckBox();
  37. this.tb_xsys = new System.Windows.Forms.TextBox();
  38. this.cB_Hardness = new System.Windows.Forms.CheckBox();
  39. this.cb_Area = new System.Windows.Forms.CheckBox();
  40. this.cb_ELONG = new System.Windows.Forms.CheckBox();
  41. this.cb_MaxDiameter = new System.Windows.Forms.CheckBox();
  42. this.cb_PERI = new System.Windows.Forms.CheckBox();
  43. this.cb_MinDiameter = new System.Windows.Forms.CheckBox();
  44. this.cb_EquivalentCircleDiameter = new System.Windows.Forms.CheckBox();
  45. this.cb_DiameterRatio = new System.Windows.Forms.CheckBox();
  46. this.cb_ASPECT_ELONG = new System.Windows.Forms.CheckBox();
  47. this.cb_FerretDiameter = new System.Windows.Forms.CheckBox();
  48. this.cb_Orientation = new System.Windows.Forms.CheckBox();
  49. this.cb_PERP = new System.Windows.Forms.CheckBox();
  50. this.cb_MEAN = new System.Windows.Forms.CheckBox();
  51. this.cb_INSCR = new System.Windows.Forms.CheckBox();
  52. this.btn_ybcsqx = new System.Windows.Forms.Button();
  53. this.btn_ybcsbc = new System.Windows.Forms.Button();
  54. this.cB_XRayDataCount = new System.Windows.Forms.CheckBox();
  55. this.groupBox2.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // groupBox2
  59. //
  60. this.groupBox2.Controls.Add(this.cB_XRayDataCount);
  61. this.groupBox2.Controls.Add(this.label_help);
  62. this.groupBox2.Controls.Add(this.label1);
  63. this.groupBox2.Controls.Add(this.cb_ParticleCoordinate);
  64. this.groupBox2.Controls.Add(this.btn_xsys);
  65. this.groupBox2.Controls.Add(this.cB_Electrical_conductivity);
  66. this.groupBox2.Controls.Add(this.label2);
  67. this.groupBox2.Controls.Add(this.cB_Density);
  68. this.groupBox2.Controls.Add(this.tb_xsys);
  69. this.groupBox2.Controls.Add(this.cB_Hardness);
  70. this.groupBox2.Controls.Add(this.cb_Area);
  71. this.groupBox2.Controls.Add(this.cb_ELONG);
  72. this.groupBox2.Controls.Add(this.cb_MaxDiameter);
  73. this.groupBox2.Controls.Add(this.cb_PERI);
  74. this.groupBox2.Controls.Add(this.cb_MinDiameter);
  75. this.groupBox2.Controls.Add(this.cb_EquivalentCircleDiameter);
  76. this.groupBox2.Controls.Add(this.cb_DiameterRatio);
  77. this.groupBox2.Controls.Add(this.cb_ASPECT_ELONG);
  78. this.groupBox2.Controls.Add(this.cb_FerretDiameter);
  79. this.groupBox2.Controls.Add(this.cb_Orientation);
  80. this.groupBox2.Controls.Add(this.cb_PERP);
  81. this.groupBox2.Controls.Add(this.cb_MEAN);
  82. this.groupBox2.Controls.Add(this.cb_INSCR);
  83. this.groupBox2.Location = new System.Drawing.Point(11, 10);
  84. this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  85. this.groupBox2.Name = "groupBox2";
  86. this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1);
  87. this.groupBox2.Size = new System.Drawing.Size(514, 189);
  88. this.groupBox2.TabIndex = 130;
  89. this.groupBox2.TabStop = false;
  90. this.groupBox2.Text = "显示信息设置";
  91. //
  92. // label_help
  93. //
  94. this.label_help.AutoSize = true;
  95. this.label_help.Location = new System.Drawing.Point(502, 1);
  96. this.label_help.Name = "label_help";
  97. this.label_help.Size = new System.Drawing.Size(17, 12);
  98. this.label_help.TabIndex = 130;
  99. this.label_help.Text = "?";
  100. this.label_help.MouseHover += new System.EventHandler(this.label_help_MouseHover);
  101. //
  102. // label1
  103. //
  104. this.label1.AutoSize = true;
  105. this.label1.Location = new System.Drawing.Point(14, 22);
  106. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  107. this.label1.Name = "label1";
  108. this.label1.Size = new System.Drawing.Size(65, 12);
  109. this.label1.TabIndex = 109;
  110. this.label1.Text = "显示元素:";
  111. //
  112. // cb_ParticleCoordinate
  113. //
  114. this.cb_ParticleCoordinate.AutoSize = true;
  115. this.cb_ParticleCoordinate.Location = new System.Drawing.Point(254, 146);
  116. this.cb_ParticleCoordinate.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  117. this.cb_ParticleCoordinate.Name = "cb_ParticleCoordinate";
  118. this.cb_ParticleCoordinate.Size = new System.Drawing.Size(72, 16);
  119. this.cb_ParticleCoordinate.TabIndex = 129;
  120. this.cb_ParticleCoordinate.Text = "颗粒坐标";
  121. this.cb_ParticleCoordinate.UseVisualStyleBackColor = true;
  122. //
  123. // btn_xsys
  124. //
  125. this.btn_xsys.Location = new System.Drawing.Point(469, 18);
  126. this.btn_xsys.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  127. this.btn_xsys.Name = "btn_xsys";
  128. this.btn_xsys.Size = new System.Drawing.Size(33, 19);
  129. this.btn_xsys.TabIndex = 112;
  130. this.btn_xsys.Text = "...";
  131. this.btn_xsys.UseVisualStyleBackColor = true;
  132. this.btn_xsys.Click += new System.EventHandler(this.btn_xsys_Click);
  133. //
  134. // cB_Electrical_conductivity
  135. //
  136. this.cB_Electrical_conductivity.AutoSize = true;
  137. this.cB_Electrical_conductivity.Location = new System.Drawing.Point(128, 169);
  138. this.cB_Electrical_conductivity.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  139. this.cB_Electrical_conductivity.Name = "cB_Electrical_conductivity";
  140. this.cB_Electrical_conductivity.Size = new System.Drawing.Size(60, 16);
  141. this.cB_Electrical_conductivity.TabIndex = 128;
  142. this.cB_Electrical_conductivity.Text = "导电性";
  143. this.cB_Electrical_conductivity.UseVisualStyleBackColor = true;
  144. //
  145. // label2
  146. //
  147. this.label2.AutoSize = true;
  148. this.label2.Location = new System.Drawing.Point(14, 50);
  149. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  150. this.label2.Name = "label2";
  151. this.label2.Size = new System.Drawing.Size(65, 12);
  152. this.label2.TabIndex = 110;
  153. this.label2.Text = "显示类型:";
  154. //
  155. // cB_Density
  156. //
  157. this.cB_Density.AutoSize = true;
  158. this.cB_Density.Location = new System.Drawing.Point(370, 169);
  159. this.cB_Density.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  160. this.cB_Density.Name = "cB_Density";
  161. this.cB_Density.Size = new System.Drawing.Size(48, 16);
  162. this.cB_Density.TabIndex = 127;
  163. this.cB_Density.Text = "密度";
  164. this.cB_Density.UseVisualStyleBackColor = true;
  165. //
  166. // tb_xsys
  167. //
  168. this.tb_xsys.Location = new System.Drawing.Point(128, 19);
  169. this.tb_xsys.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  170. this.tb_xsys.Name = "tb_xsys";
  171. this.tb_xsys.Size = new System.Drawing.Size(336, 21);
  172. this.tb_xsys.TabIndex = 111;
  173. //
  174. // cB_Hardness
  175. //
  176. this.cB_Hardness.AutoSize = true;
  177. this.cB_Hardness.Location = new System.Drawing.Point(254, 169);
  178. this.cB_Hardness.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  179. this.cB_Hardness.Name = "cB_Hardness";
  180. this.cB_Hardness.Size = new System.Drawing.Size(48, 16);
  181. this.cB_Hardness.TabIndex = 126;
  182. this.cB_Hardness.Text = "硬度";
  183. this.cB_Hardness.UseVisualStyleBackColor = true;
  184. //
  185. // cb_Area
  186. //
  187. this.cb_Area.AutoSize = true;
  188. this.cb_Area.Location = new System.Drawing.Point(128, 50);
  189. this.cb_Area.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  190. this.cb_Area.Name = "cb_Area";
  191. this.cb_Area.Size = new System.Drawing.Size(66, 16);
  192. this.cb_Area.TabIndex = 113;
  193. this.cb_Area.Text = "面积um²";
  194. this.cb_Area.UseVisualStyleBackColor = true;
  195. //
  196. // cb_ELONG
  197. //
  198. this.cb_ELONG.AutoSize = true;
  199. this.cb_ELONG.Location = new System.Drawing.Point(370, 74);
  200. this.cb_ELONG.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  201. this.cb_ELONG.Name = "cb_ELONG";
  202. this.cb_ELONG.Size = new System.Drawing.Size(84, 16);
  203. this.cb_ELONG.TabIndex = 125;
  204. this.cb_ELONG.Text = "展开长度um";
  205. this.cb_ELONG.UseVisualStyleBackColor = true;
  206. //
  207. // cb_MaxDiameter
  208. //
  209. this.cb_MaxDiameter.AutoSize = true;
  210. this.cb_MaxDiameter.Location = new System.Drawing.Point(128, 98);
  211. this.cb_MaxDiameter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  212. this.cb_MaxDiameter.Name = "cb_MaxDiameter";
  213. this.cb_MaxDiameter.Size = new System.Drawing.Size(84, 16);
  214. this.cb_MaxDiameter.TabIndex = 114;
  215. this.cb_MaxDiameter.Text = "最长直径um";
  216. this.cb_MaxDiameter.UseVisualStyleBackColor = true;
  217. //
  218. // cb_PERI
  219. //
  220. this.cb_PERI.AutoSize = true;
  221. this.cb_PERI.Location = new System.Drawing.Point(254, 98);
  222. this.cb_PERI.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  223. this.cb_PERI.Name = "cb_PERI";
  224. this.cb_PERI.Size = new System.Drawing.Size(60, 16);
  225. this.cb_PERI.TabIndex = 123;
  226. this.cb_PERI.Text = "周长um";
  227. this.cb_PERI.UseVisualStyleBackColor = true;
  228. //
  229. // cb_MinDiameter
  230. //
  231. this.cb_MinDiameter.AutoSize = true;
  232. this.cb_MinDiameter.Location = new System.Drawing.Point(254, 50);
  233. this.cb_MinDiameter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  234. this.cb_MinDiameter.Name = "cb_MinDiameter";
  235. this.cb_MinDiameter.Size = new System.Drawing.Size(84, 16);
  236. this.cb_MinDiameter.TabIndex = 115;
  237. this.cb_MinDiameter.Text = "最短直径um";
  238. this.cb_MinDiameter.UseVisualStyleBackColor = true;
  239. //
  240. // cb_EquivalentCircleDiameter
  241. //
  242. this.cb_EquivalentCircleDiameter.AutoSize = true;
  243. this.cb_EquivalentCircleDiameter.Location = new System.Drawing.Point(128, 123);
  244. this.cb_EquivalentCircleDiameter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  245. this.cb_EquivalentCircleDiameter.Name = "cb_EquivalentCircleDiameter";
  246. this.cb_EquivalentCircleDiameter.Size = new System.Drawing.Size(96, 16);
  247. this.cb_EquivalentCircleDiameter.TabIndex = 122;
  248. this.cb_EquivalentCircleDiameter.Text = "等效圆直径um";
  249. this.cb_EquivalentCircleDiameter.UseVisualStyleBackColor = true;
  250. //
  251. // cb_DiameterRatio
  252. //
  253. this.cb_DiameterRatio.AutoSize = true;
  254. this.cb_DiameterRatio.Location = new System.Drawing.Point(128, 74);
  255. this.cb_DiameterRatio.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  256. this.cb_DiameterRatio.Name = "cb_DiameterRatio";
  257. this.cb_DiameterRatio.Size = new System.Drawing.Size(84, 16);
  258. this.cb_DiameterRatio.TabIndex = 116;
  259. this.cb_DiameterRatio.Text = "长短直径比";
  260. this.cb_DiameterRatio.UseVisualStyleBackColor = true;
  261. //
  262. // cb_ASPECT_ELONG
  263. //
  264. this.cb_ASPECT_ELONG.AutoSize = true;
  265. this.cb_ASPECT_ELONG.Location = new System.Drawing.Point(370, 123);
  266. this.cb_ASPECT_ELONG.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  267. this.cb_ASPECT_ELONG.Name = "cb_ASPECT_ELONG";
  268. this.cb_ASPECT_ELONG.Size = new System.Drawing.Size(84, 16);
  269. this.cb_ASPECT_ELONG.TabIndex = 121;
  270. this.cb_ASPECT_ELONG.Text = "展开长宽比";
  271. this.cb_ASPECT_ELONG.UseVisualStyleBackColor = true;
  272. //
  273. // cb_FerretDiameter
  274. //
  275. this.cb_FerretDiameter.AutoSize = true;
  276. this.cb_FerretDiameter.Location = new System.Drawing.Point(254, 74);
  277. this.cb_FerretDiameter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  278. this.cb_FerretDiameter.Name = "cb_FerretDiameter";
  279. this.cb_FerretDiameter.Size = new System.Drawing.Size(96, 16);
  280. this.cb_FerretDiameter.TabIndex = 117;
  281. this.cb_FerretDiameter.Text = "费雷特直径um";
  282. this.cb_FerretDiameter.UseVisualStyleBackColor = true;
  283. //
  284. // cb_Orientation
  285. //
  286. this.cb_Orientation.AutoSize = true;
  287. this.cb_Orientation.Location = new System.Drawing.Point(254, 122);
  288. this.cb_Orientation.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  289. this.cb_Orientation.Name = "cb_Orientation";
  290. this.cb_Orientation.Size = new System.Drawing.Size(84, 16);
  291. this.cb_Orientation.TabIndex = 120;
  292. this.cb_Orientation.Text = "朝向角度°";
  293. this.cb_Orientation.UseVisualStyleBackColor = true;
  294. //
  295. // cb_PERP
  296. //
  297. this.cb_PERP.AutoSize = true;
  298. this.cb_PERP.Location = new System.Drawing.Point(370, 50);
  299. this.cb_PERP.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  300. this.cb_PERP.Name = "cb_PERP";
  301. this.cb_PERP.Size = new System.Drawing.Size(84, 16);
  302. this.cb_PERP.TabIndex = 124;
  303. this.cb_PERP.Text = "正交直径um";
  304. this.cb_PERP.UseVisualStyleBackColor = true;
  305. //
  306. // cb_MEAN
  307. //
  308. this.cb_MEAN.AutoSize = true;
  309. this.cb_MEAN.Location = new System.Drawing.Point(128, 146);
  310. this.cb_MEAN.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  311. this.cb_MEAN.Name = "cb_MEAN";
  312. this.cb_MEAN.Size = new System.Drawing.Size(108, 16);
  313. this.cb_MEAN.TabIndex = 119;
  314. this.cb_MEAN.Text = "内接圆平均直径";
  315. this.cb_MEAN.UseVisualStyleBackColor = true;
  316. //
  317. // cb_INSCR
  318. //
  319. this.cb_INSCR.AutoSize = true;
  320. this.cb_INSCR.Location = new System.Drawing.Point(370, 98);
  321. this.cb_INSCR.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  322. this.cb_INSCR.Name = "cb_INSCR";
  323. this.cb_INSCR.Size = new System.Drawing.Size(96, 16);
  324. this.cb_INSCR.TabIndex = 118;
  325. this.cb_INSCR.Text = "内接圆直径um";
  326. this.cb_INSCR.UseVisualStyleBackColor = true;
  327. //
  328. // btn_ybcsqx
  329. //
  330. this.btn_ybcsqx.Location = new System.Drawing.Point(457, 201);
  331. this.btn_ybcsqx.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  332. this.btn_ybcsqx.Name = "btn_ybcsqx";
  333. this.btn_ybcsqx.Size = new System.Drawing.Size(67, 23);
  334. this.btn_ybcsqx.TabIndex = 131;
  335. this.btn_ybcsqx.Text = "取 消";
  336. this.btn_ybcsqx.UseVisualStyleBackColor = true;
  337. this.btn_ybcsqx.Click += new System.EventHandler(this.btn_ybcsqx_Click);
  338. //
  339. // btn_ybcsbc
  340. //
  341. this.btn_ybcsbc.Location = new System.Drawing.Point(386, 201);
  342. this.btn_ybcsbc.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  343. this.btn_ybcsbc.Name = "btn_ybcsbc";
  344. this.btn_ybcsbc.Size = new System.Drawing.Size(67, 23);
  345. this.btn_ybcsbc.TabIndex = 132;
  346. this.btn_ybcsbc.Text = "确 定";
  347. this.btn_ybcsbc.UseVisualStyleBackColor = true;
  348. this.btn_ybcsbc.Click += new System.EventHandler(this.btn_ybcsbc_Click);
  349. //
  350. // cB_XRayDataCount
  351. //
  352. this.cB_XRayDataCount.AutoSize = true;
  353. this.cB_XRayDataCount.Location = new System.Drawing.Point(370, 146);
  354. this.cB_XRayDataCount.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  355. this.cB_XRayDataCount.Name = "cB_XRayDataCount";
  356. this.cB_XRayDataCount.Size = new System.Drawing.Size(72, 16);
  357. this.cB_XRayDataCount.TabIndex = 131;
  358. this.cB_XRayDataCount.Text = "XRay计数";
  359. this.cB_XRayDataCount.UseVisualStyleBackColor = true;
  360. //
  361. // ParticlesGridDevidePageShowConfig
  362. //
  363. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  364. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  365. this.ClientSize = new System.Drawing.Size(536, 225);
  366. this.Controls.Add(this.btn_ybcsqx);
  367. this.Controls.Add(this.btn_ybcsbc);
  368. this.Controls.Add(this.groupBox2);
  369. this.MaximizeBox = false;
  370. this.MaximumSize = new System.Drawing.Size(552, 264);
  371. this.MinimumSize = new System.Drawing.Size(552, 264);
  372. this.Name = "ParticlesGridDevidePageShowConfig";
  373. this.ShowIcon = false;
  374. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  375. this.Text = "Interfacedisplayconfiguration";
  376. this.Load += new System.EventHandler(this.ParticlesGridDevidePageShowConfig_Load);
  377. this.groupBox2.ResumeLayout(false);
  378. this.groupBox2.PerformLayout();
  379. this.ResumeLayout(false);
  380. }
  381. #endregion
  382. private System.Windows.Forms.GroupBox groupBox2;
  383. private System.Windows.Forms.Label label1;
  384. private System.Windows.Forms.CheckBox cb_ParticleCoordinate;
  385. private System.Windows.Forms.Button btn_xsys;
  386. private System.Windows.Forms.CheckBox cB_Electrical_conductivity;
  387. private System.Windows.Forms.Label label2;
  388. private System.Windows.Forms.CheckBox cB_Density;
  389. private System.Windows.Forms.TextBox tb_xsys;
  390. private System.Windows.Forms.CheckBox cB_Hardness;
  391. private System.Windows.Forms.CheckBox cb_Area;
  392. private System.Windows.Forms.CheckBox cb_ELONG;
  393. private System.Windows.Forms.CheckBox cb_MaxDiameter;
  394. private System.Windows.Forms.CheckBox cb_PERI;
  395. private System.Windows.Forms.CheckBox cb_MinDiameter;
  396. private System.Windows.Forms.CheckBox cb_EquivalentCircleDiameter;
  397. private System.Windows.Forms.CheckBox cb_DiameterRatio;
  398. private System.Windows.Forms.CheckBox cb_ASPECT_ELONG;
  399. private System.Windows.Forms.CheckBox cb_FerretDiameter;
  400. private System.Windows.Forms.CheckBox cb_Orientation;
  401. private System.Windows.Forms.CheckBox cb_PERP;
  402. private System.Windows.Forms.CheckBox cb_MEAN;
  403. private System.Windows.Forms.CheckBox cb_INSCR;
  404. private System.Windows.Forms.Button btn_ybcsqx;
  405. private System.Windows.Forms.Button btn_ybcsbc;
  406. private System.Windows.Forms.Label label_help;
  407. private System.Windows.Forms.CheckBox cB_XRayDataCount;
  408. }
  409. }