frmReportSysConfig.Designer.cs 27 KB

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