frmReportSysConfig.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641
  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, 20);
  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, 20);
  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, 20);
  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, 21);
  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(8, 8);
  199. this.groupBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  200. this.groupBox3.Name = "groupBox3";
  201. this.groupBox3.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  202. this.groupBox3.Size = new System.Drawing.Size(501, 43);
  203. this.groupBox3.TabIndex = 0;
  204. this.groupBox3.TabStop = false;
  205. this.groupBox3.Text = "粒级设置";
  206. //
  207. // btn_PartSize
  208. //
  209. this.btn_PartSize.Location = new System.Drawing.Point(463, 17);
  210. this.btn_PartSize.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  211. this.btn_PartSize.Name = "btn_PartSize";
  212. this.btn_PartSize.Size = new System.Drawing.Size(33, 19);
  213. this.btn_PartSize.TabIndex = 4;
  214. this.btn_PartSize.Text = "...";
  215. this.btn_PartSize.UseVisualStyleBackColor = true;
  216. this.btn_PartSize.Click += new System.EventHandler(this.btn_PartSize_Click);
  217. //
  218. // tb_PartiSizeFileFolder
  219. //
  220. this.tb_PartiSizeFileFolder.Enabled = false;
  221. this.tb_PartiSizeFileFolder.Location = new System.Drawing.Point(125, 17);
  222. this.tb_PartiSizeFileFolder.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  223. this.tb_PartiSizeFileFolder.Name = "tb_PartiSizeFileFolder";
  224. this.tb_PartiSizeFileFolder.Size = new System.Drawing.Size(336, 21);
  225. this.tb_PartiSizeFileFolder.TabIndex = 3;
  226. //
  227. // label4
  228. //
  229. this.label4.AutoSize = true;
  230. this.label4.Location = new System.Drawing.Point(10, 21);
  231. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  232. this.label4.Name = "label4";
  233. this.label4.Size = new System.Drawing.Size(41, 12);
  234. this.label4.TabIndex = 2;
  235. this.label4.Text = "文件夹";
  236. //
  237. // tb_sjtmbwj
  238. //
  239. this.tb_sjtmbwj.Enabled = false;
  240. this.tb_sjtmbwj.Location = new System.Drawing.Point(125, 37);
  241. this.tb_sjtmbwj.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  242. this.tb_sjtmbwj.Name = "tb_sjtmbwj";
  243. this.tb_sjtmbwj.Size = new System.Drawing.Size(335, 21);
  244. this.tb_sjtmbwj.TabIndex = 3;
  245. //
  246. // tb_sjtmb
  247. //
  248. this.tb_sjtmb.Enabled = false;
  249. this.tb_sjtmb.Location = new System.Drawing.Point(125, 14);
  250. this.tb_sjtmb.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  251. this.tb_sjtmb.Name = "tb_sjtmb";
  252. this.tb_sjtmb.Size = new System.Drawing.Size(373, 21);
  253. this.tb_sjtmb.TabIndex = 3;
  254. //
  255. // btn_ybcsqx
  256. //
  257. this.btn_ybcsqx.Location = new System.Drawing.Point(444, 319);
  258. this.btn_ybcsqx.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  259. this.btn_ybcsqx.Name = "btn_ybcsqx";
  260. this.btn_ybcsqx.Size = new System.Drawing.Size(67, 22);
  261. this.btn_ybcsqx.TabIndex = 76;
  262. this.btn_ybcsqx.Text = "取 消";
  263. this.btn_ybcsqx.UseVisualStyleBackColor = true;
  264. this.btn_ybcsqx.Click += new System.EventHandler(this.btn_ybcsqx_Click);
  265. //
  266. // btn_ybcsbc
  267. //
  268. this.btn_ybcsbc.Location = new System.Drawing.Point(351, 319);
  269. this.btn_ybcsbc.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  270. this.btn_ybcsbc.Name = "btn_ybcsbc";
  271. this.btn_ybcsbc.Size = new System.Drawing.Size(67, 22);
  272. this.btn_ybcsbc.TabIndex = 77;
  273. this.btn_ybcsbc.Text = "确 定";
  274. this.btn_ybcsbc.UseVisualStyleBackColor = true;
  275. this.btn_ybcsbc.Click += new System.EventHandler(this.btn_ybcsbc_Click);
  276. //
  277. // btn_sjtmbwj
  278. //
  279. this.btn_sjtmbwj.Location = new System.Drawing.Point(463, 37);
  280. this.btn_sjtmbwj.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  281. this.btn_sjtmbwj.Name = "btn_sjtmbwj";
  282. this.btn_sjtmbwj.Size = new System.Drawing.Size(33, 19);
  283. this.btn_sjtmbwj.TabIndex = 4;
  284. this.btn_sjtmbwj.Text = "...";
  285. this.btn_sjtmbwj.UseVisualStyleBackColor = true;
  286. this.btn_sjtmbwj.Click += new System.EventHandler(this.btn_sjtwj_Click);
  287. //
  288. // label17
  289. //
  290. this.label17.AutoSize = true;
  291. this.label17.Location = new System.Drawing.Point(10, 41);
  292. this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  293. this.label17.Name = "label17";
  294. this.label17.Size = new System.Drawing.Size(29, 12);
  295. this.label17.TabIndex = 2;
  296. this.label17.Text = "文件";
  297. //
  298. // label5
  299. //
  300. this.label5.AutoSize = true;
  301. this.label5.Location = new System.Drawing.Point(10, 19);
  302. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  303. this.label5.Name = "label5";
  304. this.label5.Size = new System.Drawing.Size(41, 12);
  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(8, 55);
  316. this.groupBox6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  317. this.groupBox6.Name = "groupBox6";
  318. this.groupBox6.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  319. this.groupBox6.Size = new System.Drawing.Size(501, 65);
  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(125, 14);
  327. this.tb_blyz.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  328. this.tb_blyz.Name = "tb_blyz";
  329. this.tb_blyz.Size = new System.Drawing.Size(375, 21);
  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(10, 21);
  337. this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  338. this.label22.Name = "label22";
  339. this.label22.Size = new System.Drawing.Size(53, 12);
  340. this.label22.TabIndex = 0;
  341. this.label22.Text = "比例因子";
  342. //
  343. // folderBrowserDialog1
  344. //
  345. this.folderBrowserDialog1.SelectedPath = "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\Common7\\IDE\\Config\\" +
  346. "ProData\\";
  347. //
  348. // groupBox2
  349. //
  350. this.groupBox2.Controls.Add(this.cb_ELONG);
  351. this.groupBox2.Controls.Add(this.cb_PERI);
  352. this.groupBox2.Controls.Add(this.cb_EquivalentCircleDiameter);
  353. this.groupBox2.Controls.Add(this.cb_ASPECT_ELONG);
  354. this.groupBox2.Controls.Add(this.cb_Orientation);
  355. this.groupBox2.Controls.Add(this.cb_MEAN);
  356. this.groupBox2.Controls.Add(this.cb_INSCR);
  357. this.groupBox2.Controls.Add(this.cb_PERP);
  358. this.groupBox2.Controls.Add(this.cb_FerretDiameter);
  359. this.groupBox2.Controls.Add(this.cb_DiameterRatio);
  360. this.groupBox2.Controls.Add(this.cb_MinDiameter);
  361. this.groupBox2.Controls.Add(this.cb_MaxDiameter);
  362. this.groupBox2.Controls.Add(this.cb_Area);
  363. this.groupBox2.Controls.Add(this.tb_xsys);
  364. this.groupBox2.Controls.Add(this.label1);
  365. this.groupBox2.Controls.Add(this.label2);
  366. this.groupBox2.Controls.Add(this.btn_xsys);
  367. this.groupBox2.Controls.Add(this.tb_blyz);
  368. this.groupBox2.Controls.Add(this.label22);
  369. this.groupBox2.Location = new System.Drawing.Point(8, 124);
  370. this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  371. this.groupBox2.Name = "groupBox2";
  372. this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  373. this.groupBox2.Size = new System.Drawing.Size(503, 190);
  374. this.groupBox2.TabIndex = 85;
  375. this.groupBox2.TabStop = false;
  376. this.groupBox2.Text = "显示信息设置";
  377. //
  378. // cb_ELONG
  379. //
  380. this.cb_ELONG.AutoSize = true;
  381. this.cb_ELONG.Location = new System.Drawing.Point(324, 89);
  382. this.cb_ELONG.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  383. this.cb_ELONG.Name = "cb_ELONG";
  384. this.cb_ELONG.Size = new System.Drawing.Size(84, 16);
  385. this.cb_ELONG.TabIndex = 103;
  386. this.cb_ELONG.Text = "展开长度um";
  387. this.cb_ELONG.UseVisualStyleBackColor = true;
  388. //
  389. // cb_PERI
  390. //
  391. this.cb_PERI.AutoSize = true;
  392. this.cb_PERI.Location = new System.Drawing.Point(185, 114);
  393. this.cb_PERI.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  394. this.cb_PERI.Name = "cb_PERI";
  395. this.cb_PERI.Size = new System.Drawing.Size(60, 16);
  396. this.cb_PERI.TabIndex = 101;
  397. this.cb_PERI.Text = "周长um";
  398. this.cb_PERI.UseVisualStyleBackColor = true;
  399. //
  400. // cb_EquivalentCircleDiameter
  401. //
  402. this.cb_EquivalentCircleDiameter.AutoSize = true;
  403. this.cb_EquivalentCircleDiameter.Location = new System.Drawing.Point(85, 139);
  404. this.cb_EquivalentCircleDiameter.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  405. this.cb_EquivalentCircleDiameter.Name = "cb_EquivalentCircleDiameter";
  406. this.cb_EquivalentCircleDiameter.Size = new System.Drawing.Size(96, 16);
  407. this.cb_EquivalentCircleDiameter.TabIndex = 100;
  408. this.cb_EquivalentCircleDiameter.Text = "等效圆直径um";
  409. this.cb_EquivalentCircleDiameter.UseVisualStyleBackColor = true;
  410. //
  411. // cb_ASPECT_ELONG
  412. //
  413. this.cb_ASPECT_ELONG.AutoSize = true;
  414. this.cb_ASPECT_ELONG.Location = new System.Drawing.Point(326, 137);
  415. this.cb_ASPECT_ELONG.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  416. this.cb_ASPECT_ELONG.Name = "cb_ASPECT_ELONG";
  417. this.cb_ASPECT_ELONG.Size = new System.Drawing.Size(84, 16);
  418. this.cb_ASPECT_ELONG.TabIndex = 99;
  419. this.cb_ASPECT_ELONG.Text = "展开长宽比";
  420. this.cb_ASPECT_ELONG.UseVisualStyleBackColor = true;
  421. //
  422. // cb_Orientation
  423. //
  424. this.cb_Orientation.AutoSize = true;
  425. this.cb_Orientation.Location = new System.Drawing.Point(185, 139);
  426. this.cb_Orientation.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  427. this.cb_Orientation.Name = "cb_Orientation";
  428. this.cb_Orientation.Size = new System.Drawing.Size(84, 16);
  429. this.cb_Orientation.TabIndex = 98;
  430. this.cb_Orientation.Text = "朝向角度°";
  431. this.cb_Orientation.UseVisualStyleBackColor = true;
  432. //
  433. // cb_MEAN
  434. //
  435. this.cb_MEAN.AutoSize = true;
  436. this.cb_MEAN.Location = new System.Drawing.Point(85, 170);
  437. this.cb_MEAN.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  438. this.cb_MEAN.Name = "cb_MEAN";
  439. this.cb_MEAN.Size = new System.Drawing.Size(108, 16);
  440. this.cb_MEAN.TabIndex = 97;
  441. this.cb_MEAN.Text = "内接圆平均直径";
  442. this.cb_MEAN.UseVisualStyleBackColor = true;
  443. //
  444. // cb_INSCR
  445. //
  446. this.cb_INSCR.AutoSize = true;
  447. this.cb_INSCR.Location = new System.Drawing.Point(326, 112);
  448. this.cb_INSCR.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  449. this.cb_INSCR.Name = "cb_INSCR";
  450. this.cb_INSCR.Size = new System.Drawing.Size(96, 16);
  451. this.cb_INSCR.TabIndex = 96;
  452. this.cb_INSCR.Text = "内接圆直径um";
  453. this.cb_INSCR.UseVisualStyleBackColor = true;
  454. //
  455. // cb_PERP
  456. //
  457. this.cb_PERP.AutoSize = true;
  458. this.cb_PERP.Location = new System.Drawing.Point(324, 64);
  459. this.cb_PERP.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  460. this.cb_PERP.Name = "cb_PERP";
  461. this.cb_PERP.Size = new System.Drawing.Size(84, 16);
  462. this.cb_PERP.TabIndex = 102;
  463. this.cb_PERP.Text = "正交直径um";
  464. this.cb_PERP.UseVisualStyleBackColor = true;
  465. //
  466. // cb_FerretDiameter
  467. //
  468. this.cb_FerretDiameter.AutoSize = true;
  469. this.cb_FerretDiameter.Location = new System.Drawing.Point(185, 89);
  470. this.cb_FerretDiameter.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  471. this.cb_FerretDiameter.Name = "cb_FerretDiameter";
  472. this.cb_FerretDiameter.Size = new System.Drawing.Size(96, 16);
  473. this.cb_FerretDiameter.TabIndex = 95;
  474. this.cb_FerretDiameter.Text = "费雷特直径um";
  475. this.cb_FerretDiameter.UseVisualStyleBackColor = true;
  476. //
  477. // cb_DiameterRatio
  478. //
  479. this.cb_DiameterRatio.AutoSize = true;
  480. this.cb_DiameterRatio.Location = new System.Drawing.Point(85, 89);
  481. this.cb_DiameterRatio.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  482. this.cb_DiameterRatio.Name = "cb_DiameterRatio";
  483. this.cb_DiameterRatio.Size = new System.Drawing.Size(84, 16);
  484. this.cb_DiameterRatio.TabIndex = 94;
  485. this.cb_DiameterRatio.Text = "长短直径比";
  486. this.cb_DiameterRatio.UseVisualStyleBackColor = true;
  487. //
  488. // cb_MinDiameter
  489. //
  490. this.cb_MinDiameter.AutoSize = true;
  491. this.cb_MinDiameter.Location = new System.Drawing.Point(185, 66);
  492. this.cb_MinDiameter.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  493. this.cb_MinDiameter.Name = "cb_MinDiameter";
  494. this.cb_MinDiameter.Size = new System.Drawing.Size(84, 16);
  495. this.cb_MinDiameter.TabIndex = 93;
  496. this.cb_MinDiameter.Text = "最短直径um";
  497. this.cb_MinDiameter.UseVisualStyleBackColor = true;
  498. //
  499. // cb_MaxDiameter
  500. //
  501. this.cb_MaxDiameter.AutoSize = true;
  502. this.cb_MaxDiameter.Location = new System.Drawing.Point(85, 114);
  503. this.cb_MaxDiameter.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  504. this.cb_MaxDiameter.Name = "cb_MaxDiameter";
  505. this.cb_MaxDiameter.Size = new System.Drawing.Size(84, 16);
  506. this.cb_MaxDiameter.TabIndex = 92;
  507. this.cb_MaxDiameter.Text = "最长直径um";
  508. this.cb_MaxDiameter.UseVisualStyleBackColor = true;
  509. //
  510. // cb_Area
  511. //
  512. this.cb_Area.AutoSize = true;
  513. this.cb_Area.Location = new System.Drawing.Point(85, 66);
  514. this.cb_Area.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  515. this.cb_Area.Name = "cb_Area";
  516. this.cb_Area.Size = new System.Drawing.Size(66, 16);
  517. this.cb_Area.TabIndex = 91;
  518. this.cb_Area.Text = "面积um²";
  519. this.cb_Area.UseVisualStyleBackColor = true;
  520. //
  521. // tb_xsys
  522. //
  523. this.tb_xsys.Location = new System.Drawing.Point(125, 40);
  524. this.tb_xsys.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  525. this.tb_xsys.Name = "tb_xsys";
  526. this.tb_xsys.Size = new System.Drawing.Size(336, 21);
  527. this.tb_xsys.TabIndex = 89;
  528. //
  529. // label1
  530. //
  531. this.label1.AutoSize = true;
  532. this.label1.Location = new System.Drawing.Point(11, 43);
  533. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  534. this.label1.Name = "label1";
  535. this.label1.Size = new System.Drawing.Size(53, 12);
  536. this.label1.TabIndex = 87;
  537. this.label1.Text = "显示元素";
  538. //
  539. // label2
  540. //
  541. this.label2.AutoSize = true;
  542. this.label2.Location = new System.Drawing.Point(11, 66);
  543. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  544. this.label2.Name = "label2";
  545. this.label2.Size = new System.Drawing.Size(53, 12);
  546. this.label2.TabIndex = 88;
  547. this.label2.Text = "显示类型";
  548. //
  549. // btn_xsys
  550. //
  551. this.btn_xsys.Location = new System.Drawing.Point(466, 38);
  552. this.btn_xsys.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  553. this.btn_xsys.Name = "btn_xsys";
  554. this.btn_xsys.Size = new System.Drawing.Size(33, 19);
  555. this.btn_xsys.TabIndex = 90;
  556. this.btn_xsys.Text = "...";
  557. this.btn_xsys.UseVisualStyleBackColor = true;
  558. this.btn_xsys.Click += new System.EventHandler(this.btn_xsys_Click);
  559. //
  560. // frmReportSysConfig
  561. //
  562. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  563. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  564. this.ClientSize = new System.Drawing.Size(521, 348);
  565. this.Controls.Add(this.groupBox2);
  566. this.Controls.Add(this.groupBox6);
  567. this.Controls.Add(this.groupBox3);
  568. this.Controls.Add(this.btn_ybcsqx);
  569. this.Controls.Add(this.btn_ybcsbc);
  570. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  571. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  572. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  573. this.MaximizeBox = false;
  574. this.MinimizeBox = false;
  575. this.Name = "frmReportSysConfig";
  576. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  577. this.Text = "程序管理";
  578. this.Load += new System.EventHandler(this.ReportMgrInfoForm_Load);
  579. this.groupBox3.ResumeLayout(false);
  580. this.groupBox3.PerformLayout();
  581. this.groupBox6.ResumeLayout(false);
  582. this.groupBox6.PerformLayout();
  583. this.groupBox2.ResumeLayout(false);
  584. this.groupBox2.PerformLayout();
  585. this.ResumeLayout(false);
  586. }
  587. #endregion
  588. public System.Windows.Forms.ListView listView2;
  589. private System.Windows.Forms.Label label15;
  590. private System.Windows.Forms.Label label14;
  591. private System.Windows.Forms.Label label12;
  592. private System.Windows.Forms.Label label13;
  593. private System.Windows.Forms.ComboBox comboBox6;
  594. private System.Windows.Forms.ComboBox comboBox5;
  595. private System.Windows.Forms.ComboBox comboBox4;
  596. private System.Windows.Forms.TextBox textBox9;
  597. private System.Windows.Forms.Button button18;
  598. private System.Windows.Forms.Button button17;
  599. private System.Windows.Forms.Button button16;
  600. private System.Windows.Forms.Button button15;
  601. private System.Windows.Forms.GroupBox groupBox3;
  602. private System.Windows.Forms.Button btn_ybcsqx;
  603. private System.Windows.Forms.Button btn_ybcsbc;
  604. private System.Windows.Forms.Button btn_sjtmbwj;
  605. private System.Windows.Forms.Label label17;
  606. private System.Windows.Forms.Label label5;
  607. private System.Windows.Forms.Label label4;
  608. private System.Windows.Forms.GroupBox groupBox6;
  609. private System.Windows.Forms.Label label22;
  610. private System.Windows.Forms.TextBox tb_blyz;
  611. public System.Windows.Forms.TextBox tb_sjtmbwj;
  612. public System.Windows.Forms.TextBox tb_sjtmb;
  613. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  614. public System.Windows.Forms.TextBox tb_PartiSizeFileFolder;
  615. private System.Windows.Forms.GroupBox groupBox2;
  616. private Button btn_PartSize;
  617. private CheckBox cb_ELONG;
  618. private CheckBox cb_PERI;
  619. private CheckBox cb_EquivalentCircleDiameter;
  620. private CheckBox cb_ASPECT_ELONG;
  621. private CheckBox cb_Orientation;
  622. private CheckBox cb_MEAN;
  623. private CheckBox cb_INSCR;
  624. private CheckBox cb_PERP;
  625. private CheckBox cb_FerretDiameter;
  626. private CheckBox cb_DiameterRatio;
  627. private CheckBox cb_MinDiameter;
  628. private CheckBox cb_MaxDiameter;
  629. private CheckBox cb_Area;
  630. private TextBox tb_xsys;
  631. private Label label1;
  632. private Label label2;
  633. private Button btn_xsys;
  634. }
  635. }