ParticlesGridDevidePageShowConfig.Designer.cs 20 KB

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