frmReportSysConfig.Designer.cs 32 KB

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