ParticlesGridDevidePageShowConfig.Designer.cs 25 KB

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