frmReportSysConfig.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697
  1. using System.Windows.Forms;
  2. namespace OTSIncAReprotCharts
  3. {
  4. partial class frmReportSysConfig
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReportSysConfig));
  30. this.listView2 = new System.Windows.Forms.ListView();
  31. this.label15 = new System.Windows.Forms.Label();
  32. this.label14 = new System.Windows.Forms.Label();
  33. this.label12 = new System.Windows.Forms.Label();
  34. this.label13 = new System.Windows.Forms.Label();
  35. this.comboBox6 = new System.Windows.Forms.ComboBox();
  36. this.comboBox5 = new System.Windows.Forms.ComboBox();
  37. this.comboBox4 = new System.Windows.Forms.ComboBox();
  38. this.textBox9 = new System.Windows.Forms.TextBox();
  39. this.button18 = new System.Windows.Forms.Button();
  40. this.button17 = new System.Windows.Forms.Button();
  41. this.button16 = new System.Windows.Forms.Button();
  42. this.button15 = new System.Windows.Forms.Button();
  43. this.groupBox3 = new System.Windows.Forms.GroupBox();
  44. this.btn_PartSize = new System.Windows.Forms.Button();
  45. this.tb_PartiSizeFileFolder = new System.Windows.Forms.TextBox();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.tb_sjtmbwj = new System.Windows.Forms.TextBox();
  48. this.tb_sjtmb = new System.Windows.Forms.TextBox();
  49. this.btn_ybcsqx = new System.Windows.Forms.Button();
  50. this.btn_ybcsbc = new System.Windows.Forms.Button();
  51. this.btn_sjtmbwj = new System.Windows.Forms.Button();
  52. this.label17 = new System.Windows.Forms.Label();
  53. this.label5 = new System.Windows.Forms.Label();
  54. this.groupBox6 = new System.Windows.Forms.GroupBox();
  55. this.tb_blyz = new System.Windows.Forms.TextBox();
  56. this.label22 = new System.Windows.Forms.Label();
  57. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  58. this.groupBox2 = new System.Windows.Forms.GroupBox();
  59. this.cb_ParticleCoordinate = new System.Windows.Forms.CheckBox();
  60. this.cB_Electrical_conductivity = new System.Windows.Forms.CheckBox();
  61. this.cB_Density = new System.Windows.Forms.CheckBox();
  62. this.cB_Hardness = new System.Windows.Forms.CheckBox();
  63. this.cb_ELONG = new System.Windows.Forms.CheckBox();
  64. this.cb_PERI = new System.Windows.Forms.CheckBox();
  65. this.cb_EquivalentCircleDiameter = new System.Windows.Forms.CheckBox();
  66. this.cb_ASPECT_ELONG = new System.Windows.Forms.CheckBox();
  67. this.cb_Orientation = new System.Windows.Forms.CheckBox();
  68. this.cb_MEAN = new System.Windows.Forms.CheckBox();
  69. this.cb_INSCR = new System.Windows.Forms.CheckBox();
  70. this.cb_PERP = new System.Windows.Forms.CheckBox();
  71. this.cb_FerretDiameter = new System.Windows.Forms.CheckBox();
  72. this.cb_DiameterRatio = new System.Windows.Forms.CheckBox();
  73. this.cb_MinDiameter = new System.Windows.Forms.CheckBox();
  74. this.cb_MaxDiameter = new System.Windows.Forms.CheckBox();
  75. this.cb_Area = new System.Windows.Forms.CheckBox();
  76. this.tb_xsys = new System.Windows.Forms.TextBox();
  77. this.label1 = new System.Windows.Forms.Label();
  78. this.label2 = new System.Windows.Forms.Label();
  79. this.btn_xsys = new System.Windows.Forms.Button();
  80. this.groupBox3.SuspendLayout();
  81. this.groupBox6.SuspendLayout();
  82. this.groupBox2.SuspendLayout();
  83. this.SuspendLayout();
  84. //
  85. // listView2
  86. //
  87. this.listView2.FullRowSelect = true;
  88. this.listView2.GridLines = true;
  89. this.listView2.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
  90. this.listView2.HideSelection = false;
  91. this.listView2.Location = new System.Drawing.Point(6, 27);
  92. this.listView2.Name = "listView2";
  93. this.listView2.Size = new System.Drawing.Size(248, 365);
  94. this.listView2.TabIndex = 71;
  95. this.listView2.UseCompatibleStateImageBehavior = false;
  96. this.listView2.View = System.Windows.Forms.View.Details;
  97. //
  98. // label15
  99. //
  100. this.label15.AutoSize = true;
  101. this.label15.Location = new System.Drawing.Point(8, 131);
  102. this.label15.Name = "label15";
  103. this.label15.Size = new System.Drawing.Size(80, 18);
  104. this.label15.TabIndex = 0;
  105. //
  106. // label14
  107. //
  108. this.label14.AutoSize = true;
  109. this.label14.Location = new System.Drawing.Point(8, 84);
  110. this.label14.Name = "label14";
  111. this.label14.Size = new System.Drawing.Size(44, 18);
  112. this.label14.TabIndex = 0;
  113. //
  114. // label12
  115. //
  116. this.label12.AutoSize = true;
  117. this.label12.Location = new System.Drawing.Point(8, 231);
  118. this.label12.Name = "label12";
  119. this.label12.Size = new System.Drawing.Size(62, 18);
  120. this.label12.TabIndex = 0;
  121. //
  122. // label13
  123. //
  124. this.label13.AutoSize = true;
  125. this.label13.Location = new System.Drawing.Point(8, 182);
  126. this.label13.Name = "label13";
  127. this.label13.Size = new System.Drawing.Size(80, 18);
  128. this.label13.TabIndex = 0;
  129. //
  130. // comboBox6
  131. //
  132. this.comboBox6.FormattingEnabled = true;
  133. this.comboBox6.Location = new System.Drawing.Point(88, 128);
  134. this.comboBox6.Name = "comboBox6";
  135. this.comboBox6.Size = new System.Drawing.Size(227, 20);
  136. this.comboBox6.TabIndex = 1;
  137. //
  138. // comboBox5
  139. //
  140. this.comboBox5.FormattingEnabled = true;
  141. this.comboBox5.Location = new System.Drawing.Point(88, 174);
  142. this.comboBox5.Name = "comboBox5";
  143. this.comboBox5.Size = new System.Drawing.Size(227, 20);
  144. this.comboBox5.TabIndex = 1;
  145. //
  146. // comboBox4
  147. //
  148. this.comboBox4.FormattingEnabled = true;
  149. this.comboBox4.Location = new System.Drawing.Point(88, 223);
  150. this.comboBox4.Name = "comboBox4";
  151. this.comboBox4.Size = new System.Drawing.Size(227, 20);
  152. this.comboBox4.TabIndex = 1;
  153. //
  154. // textBox9
  155. //
  156. this.textBox9.Location = new System.Drawing.Point(88, 81);
  157. this.textBox9.Name = "textBox9";
  158. this.textBox9.Size = new System.Drawing.Size(227, 21);
  159. this.textBox9.TabIndex = 1;
  160. //
  161. // button18
  162. //
  163. this.button18.Location = new System.Drawing.Point(5, 340);
  164. this.button18.Name = "button18";
  165. this.button18.Size = new System.Drawing.Size(71, 37);
  166. this.button18.TabIndex = 83;
  167. this.button18.Text = "增加";
  168. this.button18.UseVisualStyleBackColor = true;
  169. //
  170. // button17
  171. //
  172. this.button17.Location = new System.Drawing.Point(92, 340);
  173. this.button17.Name = "button17";
  174. this.button17.Size = new System.Drawing.Size(71, 37);
  175. this.button17.TabIndex = 82;
  176. this.button17.Text = "修改";
  177. this.button17.UseVisualStyleBackColor = true;
  178. //
  179. // button16
  180. //
  181. this.button16.Location = new System.Drawing.Point(177, 340);
  182. this.button16.Name = "button16";
  183. this.button16.Size = new System.Drawing.Size(71, 37);
  184. this.button16.TabIndex = 81;
  185. this.button16.Text = "删除";
  186. this.button16.UseVisualStyleBackColor = true;
  187. //
  188. // button15
  189. //
  190. this.button15.Location = new System.Drawing.Point(259, 340);
  191. this.button15.Name = "button15";
  192. this.button15.Size = new System.Drawing.Size(71, 37);
  193. this.button15.TabIndex = 80;
  194. this.button15.Text = "取消";
  195. this.button15.UseVisualStyleBackColor = true;
  196. //
  197. // groupBox3
  198. //
  199. this.groupBox3.Controls.Add(this.btn_PartSize);
  200. this.groupBox3.Controls.Add(this.tb_PartiSizeFileFolder);
  201. this.groupBox3.Controls.Add(this.label4);
  202. this.groupBox3.Location = new System.Drawing.Point(8, 8);
  203. this.groupBox3.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  204. this.groupBox3.Name = "groupBox3";
  205. this.groupBox3.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1);
  206. this.groupBox3.Size = new System.Drawing.Size(501, 43);
  207. this.groupBox3.TabIndex = 0;
  208. this.groupBox3.TabStop = false;
  209. this.groupBox3.Text = "粒级设置";
  210. //
  211. // btn_PartSize
  212. //
  213. this.btn_PartSize.Location = new System.Drawing.Point(463, 17);
  214. this.btn_PartSize.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  215. this.btn_PartSize.Name = "btn_PartSize";
  216. this.btn_PartSize.Size = new System.Drawing.Size(33, 19);
  217. this.btn_PartSize.TabIndex = 4;
  218. this.btn_PartSize.Text = "...";
  219. this.btn_PartSize.UseVisualStyleBackColor = true;
  220. this.btn_PartSize.Click += new System.EventHandler(this.btn_PartSize_Click);
  221. //
  222. // tb_PartiSizeFileFolder
  223. //
  224. this.tb_PartiSizeFileFolder.Enabled = false;
  225. this.tb_PartiSizeFileFolder.Location = new System.Drawing.Point(125, 17);
  226. this.tb_PartiSizeFileFolder.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  227. this.tb_PartiSizeFileFolder.Name = "tb_PartiSizeFileFolder";
  228. this.tb_PartiSizeFileFolder.Size = new System.Drawing.Size(336, 21);
  229. this.tb_PartiSizeFileFolder.TabIndex = 3;
  230. //
  231. // label4
  232. //
  233. this.label4.AutoSize = true;
  234. this.label4.Location = new System.Drawing.Point(10, 21);
  235. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  236. this.label4.Name = "label4";
  237. this.label4.Size = new System.Drawing.Size(41, 12);
  238. this.label4.TabIndex = 2;
  239. this.label4.Text = "文件夹";
  240. //
  241. // tb_sjtmbwj
  242. //
  243. this.tb_sjtmbwj.Enabled = false;
  244. this.tb_sjtmbwj.Location = new System.Drawing.Point(125, 37);
  245. this.tb_sjtmbwj.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  246. this.tb_sjtmbwj.Name = "tb_sjtmbwj";
  247. this.tb_sjtmbwj.Size = new System.Drawing.Size(335, 21);
  248. this.tb_sjtmbwj.TabIndex = 3;
  249. //
  250. // tb_sjtmb
  251. //
  252. this.tb_sjtmb.Enabled = false;
  253. this.tb_sjtmb.Location = new System.Drawing.Point(125, 15);
  254. this.tb_sjtmb.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  255. this.tb_sjtmb.Name = "tb_sjtmb";
  256. this.tb_sjtmb.Size = new System.Drawing.Size(373, 21);
  257. this.tb_sjtmb.TabIndex = 3;
  258. //
  259. // btn_ybcsqx
  260. //
  261. this.btn_ybcsqx.Location = new System.Drawing.Point(445, 337);
  262. this.btn_ybcsqx.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  263. this.btn_ybcsqx.Name = "btn_ybcsqx";
  264. this.btn_ybcsqx.Size = new System.Drawing.Size(67, 23);
  265. this.btn_ybcsqx.TabIndex = 76;
  266. this.btn_ybcsqx.Text = "取 消";
  267. this.btn_ybcsqx.UseVisualStyleBackColor = true;
  268. this.btn_ybcsqx.Click += new System.EventHandler(this.btn_ybcsqx_Click);
  269. //
  270. // btn_ybcsbc
  271. //
  272. this.btn_ybcsbc.Location = new System.Drawing.Point(363, 337);
  273. this.btn_ybcsbc.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  274. this.btn_ybcsbc.Name = "btn_ybcsbc";
  275. this.btn_ybcsbc.Size = new System.Drawing.Size(67, 23);
  276. this.btn_ybcsbc.TabIndex = 77;
  277. this.btn_ybcsbc.Text = "确 定";
  278. this.btn_ybcsbc.UseVisualStyleBackColor = true;
  279. this.btn_ybcsbc.Click += new System.EventHandler(this.btn_ybcsbc_Click);
  280. //
  281. // btn_sjtmbwj
  282. //
  283. this.btn_sjtmbwj.Location = new System.Drawing.Point(463, 37);
  284. this.btn_sjtmbwj.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  285. this.btn_sjtmbwj.Name = "btn_sjtmbwj";
  286. this.btn_sjtmbwj.Size = new System.Drawing.Size(33, 19);
  287. this.btn_sjtmbwj.TabIndex = 4;
  288. this.btn_sjtmbwj.Text = "...";
  289. this.btn_sjtmbwj.UseVisualStyleBackColor = true;
  290. this.btn_sjtmbwj.Click += new System.EventHandler(this.btn_sjtwj_Click);
  291. //
  292. // label17
  293. //
  294. this.label17.AutoSize = true;
  295. this.label17.Location = new System.Drawing.Point(10, 41);
  296. this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  297. this.label17.Name = "label17";
  298. this.label17.Size = new System.Drawing.Size(29, 12);
  299. this.label17.TabIndex = 2;
  300. this.label17.Text = "文件";
  301. //
  302. // label5
  303. //
  304. this.label5.AutoSize = true;
  305. this.label5.Location = new System.Drawing.Point(10, 19);
  306. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  307. this.label5.Name = "label5";
  308. this.label5.Size = new System.Drawing.Size(41, 12);
  309. this.label5.TabIndex = 2;
  310. this.label5.Text = "文件夹";
  311. //
  312. // groupBox6
  313. //
  314. this.groupBox6.Controls.Add(this.tb_sjtmb);
  315. this.groupBox6.Controls.Add(this.label5);
  316. this.groupBox6.Controls.Add(this.tb_sjtmbwj);
  317. this.groupBox6.Controls.Add(this.btn_sjtmbwj);
  318. this.groupBox6.Controls.Add(this.label17);
  319. this.groupBox6.Location = new System.Drawing.Point(8, 55);
  320. this.groupBox6.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  321. this.groupBox6.Name = "groupBox6";
  322. this.groupBox6.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1);
  323. this.groupBox6.Size = new System.Drawing.Size(501, 65);
  324. this.groupBox6.TabIndex = 1;
  325. this.groupBox6.TabStop = false;
  326. this.groupBox6.Text = "三元相图模板设置";
  327. //
  328. // tb_blyz
  329. //
  330. this.tb_blyz.Location = new System.Drawing.Point(125, 15);
  331. this.tb_blyz.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  332. this.tb_blyz.Name = "tb_blyz";
  333. this.tb_blyz.Size = new System.Drawing.Size(375, 21);
  334. this.tb_blyz.TabIndex = 1;
  335. this.tb_blyz.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_blyz_KeyPress);
  336. //
  337. // label22
  338. //
  339. this.label22.AutoSize = true;
  340. this.label22.Location = new System.Drawing.Point(10, 21);
  341. this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  342. this.label22.Name = "label22";
  343. this.label22.Size = new System.Drawing.Size(53, 12);
  344. this.label22.TabIndex = 0;
  345. this.label22.Text = "比例因子";
  346. //
  347. // folderBrowserDialog1
  348. //
  349. this.folderBrowserDialog1.SelectedPath = "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\Common7\\IDE\\Config\\" +
  350. "ProData\\";
  351. //
  352. // groupBox2
  353. //
  354. this.groupBox2.Controls.Add(this.cb_ParticleCoordinate);
  355. this.groupBox2.Controls.Add(this.cB_Electrical_conductivity);
  356. this.groupBox2.Controls.Add(this.cB_Density);
  357. this.groupBox2.Controls.Add(this.cB_Hardness);
  358. this.groupBox2.Controls.Add(this.cb_ELONG);
  359. this.groupBox2.Controls.Add(this.cb_PERI);
  360. this.groupBox2.Controls.Add(this.cb_EquivalentCircleDiameter);
  361. this.groupBox2.Controls.Add(this.cb_ASPECT_ELONG);
  362. this.groupBox2.Controls.Add(this.cb_Orientation);
  363. this.groupBox2.Controls.Add(this.cb_MEAN);
  364. this.groupBox2.Controls.Add(this.cb_INSCR);
  365. this.groupBox2.Controls.Add(this.cb_PERP);
  366. this.groupBox2.Controls.Add(this.cb_FerretDiameter);
  367. this.groupBox2.Controls.Add(this.cb_DiameterRatio);
  368. this.groupBox2.Controls.Add(this.cb_MinDiameter);
  369. this.groupBox2.Controls.Add(this.cb_MaxDiameter);
  370. this.groupBox2.Controls.Add(this.cb_Area);
  371. this.groupBox2.Controls.Add(this.tb_xsys);
  372. this.groupBox2.Controls.Add(this.label1);
  373. this.groupBox2.Controls.Add(this.label2);
  374. this.groupBox2.Controls.Add(this.btn_xsys);
  375. this.groupBox2.Controls.Add(this.tb_blyz);
  376. this.groupBox2.Controls.Add(this.label22);
  377. this.groupBox2.Location = new System.Drawing.Point(8, 124);
  378. this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  379. this.groupBox2.Name = "groupBox2";
  380. this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1);
  381. this.groupBox2.Size = new System.Drawing.Size(503, 208);
  382. this.groupBox2.TabIndex = 85;
  383. this.groupBox2.TabStop = false;
  384. this.groupBox2.Text = "显示信息设置";
  385. //
  386. // cb_ParticleCoordinate
  387. //
  388. this.cb_ParticleCoordinate.AutoSize = true;
  389. this.cb_ParticleCoordinate.Location = new System.Drawing.Point(251, 163);
  390. this.cb_ParticleCoordinate.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  391. this.cb_ParticleCoordinate.Name = "cb_ParticleCoordinate";
  392. this.cb_ParticleCoordinate.Size = new System.Drawing.Size(72, 16);
  393. this.cb_ParticleCoordinate.TabIndex = 108;
  394. this.cb_ParticleCoordinate.Text = "颗粒坐标";
  395. this.cb_ParticleCoordinate.UseVisualStyleBackColor = true;
  396. //
  397. // cB_Electrical_conductivity
  398. //
  399. this.cB_Electrical_conductivity.AutoSize = true;
  400. this.cB_Electrical_conductivity.Location = new System.Drawing.Point(125, 188);
  401. this.cB_Electrical_conductivity.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  402. this.cB_Electrical_conductivity.Name = "cB_Electrical_conductivity";
  403. this.cB_Electrical_conductivity.Size = new System.Drawing.Size(60, 16);
  404. this.cB_Electrical_conductivity.TabIndex = 106;
  405. this.cB_Electrical_conductivity.Text = "导电性";
  406. this.cB_Electrical_conductivity.UseVisualStyleBackColor = true;
  407. //
  408. // cB_Density
  409. //
  410. this.cB_Density.AutoSize = true;
  411. this.cB_Density.Location = new System.Drawing.Point(367, 163);
  412. this.cB_Density.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  413. this.cB_Density.Name = "cB_Density";
  414. this.cB_Density.Size = new System.Drawing.Size(48, 16);
  415. this.cB_Density.TabIndex = 105;
  416. this.cB_Density.Text = "密度";
  417. this.cB_Density.UseVisualStyleBackColor = true;
  418. //
  419. // cB_Hardness
  420. //
  421. this.cB_Hardness.AutoSize = true;
  422. this.cB_Hardness.Location = new System.Drawing.Point(251, 188);
  423. this.cB_Hardness.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  424. this.cB_Hardness.Name = "cB_Hardness";
  425. this.cB_Hardness.Size = new System.Drawing.Size(48, 16);
  426. this.cB_Hardness.TabIndex = 104;
  427. this.cB_Hardness.Text = "硬度";
  428. this.cB_Hardness.UseVisualStyleBackColor = true;
  429. //
  430. // cb_ELONG
  431. //
  432. this.cb_ELONG.AutoSize = true;
  433. this.cb_ELONG.Location = new System.Drawing.Point(367, 91);
  434. this.cb_ELONG.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  435. this.cb_ELONG.Name = "cb_ELONG";
  436. this.cb_ELONG.Size = new System.Drawing.Size(84, 16);
  437. this.cb_ELONG.TabIndex = 103;
  438. this.cb_ELONG.Text = "展开长度um";
  439. this.cb_ELONG.UseVisualStyleBackColor = true;
  440. //
  441. // cb_PERI
  442. //
  443. this.cb_PERI.AutoSize = true;
  444. this.cb_PERI.Location = new System.Drawing.Point(251, 115);
  445. this.cb_PERI.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  446. this.cb_PERI.Name = "cb_PERI";
  447. this.cb_PERI.Size = new System.Drawing.Size(60, 16);
  448. this.cb_PERI.TabIndex = 101;
  449. this.cb_PERI.Text = "周长um";
  450. this.cb_PERI.UseVisualStyleBackColor = true;
  451. //
  452. // cb_EquivalentCircleDiameter
  453. //
  454. this.cb_EquivalentCircleDiameter.AutoSize = true;
  455. this.cb_EquivalentCircleDiameter.Location = new System.Drawing.Point(125, 140);
  456. this.cb_EquivalentCircleDiameter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  457. this.cb_EquivalentCircleDiameter.Name = "cb_EquivalentCircleDiameter";
  458. this.cb_EquivalentCircleDiameter.Size = new System.Drawing.Size(96, 16);
  459. this.cb_EquivalentCircleDiameter.TabIndex = 100;
  460. this.cb_EquivalentCircleDiameter.Text = "等效圆直径um";
  461. this.cb_EquivalentCircleDiameter.UseVisualStyleBackColor = true;
  462. //
  463. // cb_ASPECT_ELONG
  464. //
  465. this.cb_ASPECT_ELONG.AutoSize = true;
  466. this.cb_ASPECT_ELONG.Location = new System.Drawing.Point(367, 140);
  467. this.cb_ASPECT_ELONG.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  468. this.cb_ASPECT_ELONG.Name = "cb_ASPECT_ELONG";
  469. this.cb_ASPECT_ELONG.Size = new System.Drawing.Size(84, 16);
  470. this.cb_ASPECT_ELONG.TabIndex = 99;
  471. this.cb_ASPECT_ELONG.Text = "展开长宽比";
  472. this.cb_ASPECT_ELONG.UseVisualStyleBackColor = true;
  473. //
  474. // cb_Orientation
  475. //
  476. this.cb_Orientation.AutoSize = true;
  477. this.cb_Orientation.Location = new System.Drawing.Point(251, 139);
  478. this.cb_Orientation.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  479. this.cb_Orientation.Name = "cb_Orientation";
  480. this.cb_Orientation.Size = new System.Drawing.Size(84, 16);
  481. this.cb_Orientation.TabIndex = 98;
  482. this.cb_Orientation.Text = "朝向角度°";
  483. this.cb_Orientation.UseVisualStyleBackColor = true;
  484. //
  485. // cb_MEAN
  486. //
  487. this.cb_MEAN.AutoSize = true;
  488. this.cb_MEAN.Location = new System.Drawing.Point(125, 163);
  489. this.cb_MEAN.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  490. this.cb_MEAN.Name = "cb_MEAN";
  491. this.cb_MEAN.Size = new System.Drawing.Size(108, 16);
  492. this.cb_MEAN.TabIndex = 97;
  493. this.cb_MEAN.Text = "内接圆平均直径";
  494. this.cb_MEAN.UseVisualStyleBackColor = true;
  495. //
  496. // cb_INSCR
  497. //
  498. this.cb_INSCR.AutoSize = true;
  499. this.cb_INSCR.Location = new System.Drawing.Point(367, 115);
  500. this.cb_INSCR.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  501. this.cb_INSCR.Name = "cb_INSCR";
  502. this.cb_INSCR.Size = new System.Drawing.Size(96, 16);
  503. this.cb_INSCR.TabIndex = 96;
  504. this.cb_INSCR.Text = "内接圆直径um";
  505. this.cb_INSCR.UseVisualStyleBackColor = true;
  506. //
  507. // cb_PERP
  508. //
  509. this.cb_PERP.AutoSize = true;
  510. this.cb_PERP.Location = new System.Drawing.Point(367, 67);
  511. this.cb_PERP.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  512. this.cb_PERP.Name = "cb_PERP";
  513. this.cb_PERP.Size = new System.Drawing.Size(84, 16);
  514. this.cb_PERP.TabIndex = 102;
  515. this.cb_PERP.Text = "正交直径um";
  516. this.cb_PERP.UseVisualStyleBackColor = true;
  517. //
  518. // cb_FerretDiameter
  519. //
  520. this.cb_FerretDiameter.AutoSize = true;
  521. this.cb_FerretDiameter.Location = new System.Drawing.Point(251, 91);
  522. this.cb_FerretDiameter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  523. this.cb_FerretDiameter.Name = "cb_FerretDiameter";
  524. this.cb_FerretDiameter.Size = new System.Drawing.Size(96, 16);
  525. this.cb_FerretDiameter.TabIndex = 95;
  526. this.cb_FerretDiameter.Text = "费雷特直径um";
  527. this.cb_FerretDiameter.UseVisualStyleBackColor = true;
  528. //
  529. // cb_DiameterRatio
  530. //
  531. this.cb_DiameterRatio.AutoSize = true;
  532. this.cb_DiameterRatio.Location = new System.Drawing.Point(125, 91);
  533. this.cb_DiameterRatio.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  534. this.cb_DiameterRatio.Name = "cb_DiameterRatio";
  535. this.cb_DiameterRatio.Size = new System.Drawing.Size(84, 16);
  536. this.cb_DiameterRatio.TabIndex = 94;
  537. this.cb_DiameterRatio.Text = "长短直径比";
  538. this.cb_DiameterRatio.UseVisualStyleBackColor = true;
  539. //
  540. // cb_MinDiameter
  541. //
  542. this.cb_MinDiameter.AutoSize = true;
  543. this.cb_MinDiameter.Location = new System.Drawing.Point(251, 67);
  544. this.cb_MinDiameter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  545. this.cb_MinDiameter.Name = "cb_MinDiameter";
  546. this.cb_MinDiameter.Size = new System.Drawing.Size(84, 16);
  547. this.cb_MinDiameter.TabIndex = 93;
  548. this.cb_MinDiameter.Text = "最短直径um";
  549. this.cb_MinDiameter.UseVisualStyleBackColor = true;
  550. //
  551. // cb_MaxDiameter
  552. //
  553. this.cb_MaxDiameter.AutoSize = true;
  554. this.cb_MaxDiameter.Location = new System.Drawing.Point(125, 115);
  555. this.cb_MaxDiameter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  556. this.cb_MaxDiameter.Name = "cb_MaxDiameter";
  557. this.cb_MaxDiameter.Size = new System.Drawing.Size(84, 16);
  558. this.cb_MaxDiameter.TabIndex = 92;
  559. this.cb_MaxDiameter.Text = "最长直径um";
  560. this.cb_MaxDiameter.UseVisualStyleBackColor = true;
  561. //
  562. // cb_Area
  563. //
  564. this.cb_Area.AutoSize = true;
  565. this.cb_Area.Location = new System.Drawing.Point(125, 67);
  566. this.cb_Area.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  567. this.cb_Area.Name = "cb_Area";
  568. this.cb_Area.Size = new System.Drawing.Size(66, 16);
  569. this.cb_Area.TabIndex = 91;
  570. this.cb_Area.Text = "面积um²";
  571. this.cb_Area.UseVisualStyleBackColor = true;
  572. //
  573. // tb_xsys
  574. //
  575. this.tb_xsys.Location = new System.Drawing.Point(125, 40);
  576. this.tb_xsys.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  577. this.tb_xsys.Name = "tb_xsys";
  578. this.tb_xsys.Size = new System.Drawing.Size(336, 21);
  579. this.tb_xsys.TabIndex = 89;
  580. //
  581. // label1
  582. //
  583. this.label1.AutoSize = true;
  584. this.label1.Location = new System.Drawing.Point(11, 43);
  585. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  586. this.label1.Name = "label1";
  587. this.label1.Size = new System.Drawing.Size(53, 12);
  588. this.label1.TabIndex = 87;
  589. this.label1.Text = "显示元素";
  590. //
  591. // label2
  592. //
  593. this.label2.AutoSize = true;
  594. this.label2.Location = new System.Drawing.Point(11, 65);
  595. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  596. this.label2.Name = "label2";
  597. this.label2.Size = new System.Drawing.Size(53, 12);
  598. this.label2.TabIndex = 88;
  599. this.label2.Text = "显示类型";
  600. //
  601. // btn_xsys
  602. //
  603. this.btn_xsys.Location = new System.Drawing.Point(466, 39);
  604. this.btn_xsys.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  605. this.btn_xsys.Name = "btn_xsys";
  606. this.btn_xsys.Size = new System.Drawing.Size(33, 19);
  607. this.btn_xsys.TabIndex = 90;
  608. this.btn_xsys.Text = "...";
  609. this.btn_xsys.UseVisualStyleBackColor = true;
  610. this.btn_xsys.Click += new System.EventHandler(this.btn_xsys_Click);
  611. //
  612. // frmReportSysConfig
  613. //
  614. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  615. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  616. this.ClientSize = new System.Drawing.Size(526, 365);
  617. this.Controls.Add(this.groupBox2);
  618. this.Controls.Add(this.groupBox6);
  619. this.Controls.Add(this.groupBox3);
  620. this.Controls.Add(this.btn_ybcsqx);
  621. this.Controls.Add(this.btn_ybcsbc);
  622. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  623. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  624. this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  625. this.MaximizeBox = false;
  626. this.MinimizeBox = false;
  627. this.Name = "frmReportSysConfig";
  628. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  629. this.Text = "程序管理";
  630. this.Load += new System.EventHandler(this.ReportMgrInfoForm_Load);
  631. this.groupBox3.ResumeLayout(false);
  632. this.groupBox3.PerformLayout();
  633. this.groupBox6.ResumeLayout(false);
  634. this.groupBox6.PerformLayout();
  635. this.groupBox2.ResumeLayout(false);
  636. this.groupBox2.PerformLayout();
  637. this.ResumeLayout(false);
  638. }
  639. #endregion
  640. public System.Windows.Forms.ListView listView2;
  641. private System.Windows.Forms.Label label15;
  642. private System.Windows.Forms.Label label14;
  643. private System.Windows.Forms.Label label12;
  644. private System.Windows.Forms.Label label13;
  645. private System.Windows.Forms.ComboBox comboBox6;
  646. private System.Windows.Forms.ComboBox comboBox5;
  647. private System.Windows.Forms.ComboBox comboBox4;
  648. private System.Windows.Forms.TextBox textBox9;
  649. private System.Windows.Forms.Button button18;
  650. private System.Windows.Forms.Button button17;
  651. private System.Windows.Forms.Button button16;
  652. private System.Windows.Forms.Button button15;
  653. private System.Windows.Forms.GroupBox groupBox3;
  654. private System.Windows.Forms.Button btn_ybcsqx;
  655. private System.Windows.Forms.Button btn_ybcsbc;
  656. private System.Windows.Forms.Button btn_sjtmbwj;
  657. private System.Windows.Forms.Label label17;
  658. private System.Windows.Forms.Label label5;
  659. private System.Windows.Forms.Label label4;
  660. private System.Windows.Forms.GroupBox groupBox6;
  661. private System.Windows.Forms.Label label22;
  662. private System.Windows.Forms.TextBox tb_blyz;
  663. public System.Windows.Forms.TextBox tb_sjtmbwj;
  664. public System.Windows.Forms.TextBox tb_sjtmb;
  665. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  666. public System.Windows.Forms.TextBox tb_PartiSizeFileFolder;
  667. private System.Windows.Forms.GroupBox groupBox2;
  668. private Button btn_PartSize;
  669. private CheckBox cb_ELONG;
  670. private CheckBox cb_PERI;
  671. private CheckBox cb_EquivalentCircleDiameter;
  672. private CheckBox cb_ASPECT_ELONG;
  673. private CheckBox cb_Orientation;
  674. private CheckBox cb_MEAN;
  675. private CheckBox cb_INSCR;
  676. private CheckBox cb_PERP;
  677. private CheckBox cb_FerretDiameter;
  678. private CheckBox cb_DiameterRatio;
  679. private CheckBox cb_MinDiameter;
  680. private CheckBox cb_MaxDiameter;
  681. private CheckBox cb_Area;
  682. private TextBox tb_xsys;
  683. private Label label1;
  684. private Label label2;
  685. private Button btn_xsys;
  686. private CheckBox cB_Electrical_conductivity;
  687. private CheckBox cB_Density;
  688. private CheckBox cB_Hardness;
  689. private CheckBox cb_ParticleCoordinate;
  690. }
  691. }