ParticlesGridDevidePageShowConfig.Designer.cs 22 KB

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