frmReportSysConfig.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  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.comboBox_PartiSizeFileFolder = new System.Windows.Forms.ComboBox();
  45. this.btn_PartSize = new System.Windows.Forms.Button();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.btn_ybcsqx = new System.Windows.Forms.Button();
  48. this.btn_ybcsbc = new System.Windows.Forms.Button();
  49. this.btn_sjtmbwj = new System.Windows.Forms.Button();
  50. this.label17 = new System.Windows.Forms.Label();
  51. this.groupBox6 = new System.Windows.Forms.GroupBox();
  52. this.cB_sjtmbwj = new System.Windows.Forms.ComboBox();
  53. this.tb_blyz = new System.Windows.Forms.TextBox();
  54. this.label22 = new System.Windows.Forms.Label();
  55. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  56. this.groupBox2 = new System.Windows.Forms.GroupBox();
  57. this.label1 = new System.Windows.Forms.Label();
  58. this.groupBox1 = new System.Windows.Forms.GroupBox();
  59. this.cB_SIZE_CAL_METHOD_TYPE = new System.Windows.Forms.ComboBox();
  60. this.label2 = new System.Windows.Forms.Label();
  61. this.groupBox3.SuspendLayout();
  62. this.groupBox6.SuspendLayout();
  63. this.groupBox2.SuspendLayout();
  64. this.groupBox1.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // listView2
  68. //
  69. this.listView2.FullRowSelect = true;
  70. this.listView2.GridLines = true;
  71. this.listView2.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
  72. this.listView2.HideSelection = false;
  73. this.listView2.Location = new System.Drawing.Point(6, 27);
  74. this.listView2.Name = "listView2";
  75. this.listView2.Size = new System.Drawing.Size(248, 365);
  76. this.listView2.TabIndex = 71;
  77. this.listView2.UseCompatibleStateImageBehavior = false;
  78. this.listView2.View = System.Windows.Forms.View.Details;
  79. //
  80. // label15
  81. //
  82. this.label15.AutoSize = true;
  83. this.label15.Location = new System.Drawing.Point(8, 131);
  84. this.label15.Name = "label15";
  85. this.label15.Size = new System.Drawing.Size(80, 18);
  86. this.label15.TabIndex = 0;
  87. //
  88. // label14
  89. //
  90. this.label14.AutoSize = true;
  91. this.label14.Location = new System.Drawing.Point(8, 84);
  92. this.label14.Name = "label14";
  93. this.label14.Size = new System.Drawing.Size(44, 18);
  94. this.label14.TabIndex = 0;
  95. //
  96. // label12
  97. //
  98. this.label12.AutoSize = true;
  99. this.label12.Location = new System.Drawing.Point(8, 231);
  100. this.label12.Name = "label12";
  101. this.label12.Size = new System.Drawing.Size(62, 18);
  102. this.label12.TabIndex = 0;
  103. //
  104. // label13
  105. //
  106. this.label13.AutoSize = true;
  107. this.label13.Location = new System.Drawing.Point(8, 182);
  108. this.label13.Name = "label13";
  109. this.label13.Size = new System.Drawing.Size(80, 18);
  110. this.label13.TabIndex = 0;
  111. //
  112. // comboBox6
  113. //
  114. this.comboBox6.FormattingEnabled = true;
  115. this.comboBox6.Location = new System.Drawing.Point(88, 128);
  116. this.comboBox6.Name = "comboBox6";
  117. this.comboBox6.Size = new System.Drawing.Size(227, 20);
  118. this.comboBox6.TabIndex = 1;
  119. //
  120. // comboBox5
  121. //
  122. this.comboBox5.FormattingEnabled = true;
  123. this.comboBox5.Location = new System.Drawing.Point(88, 174);
  124. this.comboBox5.Name = "comboBox5";
  125. this.comboBox5.Size = new System.Drawing.Size(227, 20);
  126. this.comboBox5.TabIndex = 1;
  127. //
  128. // comboBox4
  129. //
  130. this.comboBox4.FormattingEnabled = true;
  131. this.comboBox4.Location = new System.Drawing.Point(88, 223);
  132. this.comboBox4.Name = "comboBox4";
  133. this.comboBox4.Size = new System.Drawing.Size(227, 20);
  134. this.comboBox4.TabIndex = 1;
  135. //
  136. // textBox9
  137. //
  138. this.textBox9.Location = new System.Drawing.Point(88, 81);
  139. this.textBox9.Name = "textBox9";
  140. this.textBox9.Size = new System.Drawing.Size(227, 21);
  141. this.textBox9.TabIndex = 1;
  142. //
  143. // button18
  144. //
  145. this.button18.Location = new System.Drawing.Point(5, 340);
  146. this.button18.Name = "button18";
  147. this.button18.Size = new System.Drawing.Size(71, 37);
  148. this.button18.TabIndex = 83;
  149. this.button18.Text = "增加";
  150. this.button18.UseVisualStyleBackColor = true;
  151. //
  152. // button17
  153. //
  154. this.button17.Location = new System.Drawing.Point(92, 340);
  155. this.button17.Name = "button17";
  156. this.button17.Size = new System.Drawing.Size(71, 37);
  157. this.button17.TabIndex = 82;
  158. this.button17.Text = "修改";
  159. this.button17.UseVisualStyleBackColor = true;
  160. //
  161. // button16
  162. //
  163. this.button16.Location = new System.Drawing.Point(177, 340);
  164. this.button16.Name = "button16";
  165. this.button16.Size = new System.Drawing.Size(71, 37);
  166. this.button16.TabIndex = 81;
  167. this.button16.Text = "删除";
  168. this.button16.UseVisualStyleBackColor = true;
  169. //
  170. // button15
  171. //
  172. this.button15.Location = new System.Drawing.Point(259, 340);
  173. this.button15.Name = "button15";
  174. this.button15.Size = new System.Drawing.Size(71, 37);
  175. this.button15.TabIndex = 80;
  176. this.button15.Text = "取消";
  177. this.button15.UseVisualStyleBackColor = true;
  178. //
  179. // groupBox3
  180. //
  181. this.groupBox3.Controls.Add(this.comboBox_PartiSizeFileFolder);
  182. this.groupBox3.Controls.Add(this.btn_PartSize);
  183. this.groupBox3.Controls.Add(this.label4);
  184. this.groupBox3.Location = new System.Drawing.Point(8, 8);
  185. this.groupBox3.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  186. this.groupBox3.Name = "groupBox3";
  187. this.groupBox3.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1);
  188. this.groupBox3.Size = new System.Drawing.Size(501, 43);
  189. this.groupBox3.TabIndex = 0;
  190. this.groupBox3.TabStop = false;
  191. this.groupBox3.Text = "粒级设置";
  192. //
  193. // comboBox_PartiSizeFileFolder
  194. //
  195. this.comboBox_PartiSizeFileFolder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  196. this.comboBox_PartiSizeFileFolder.FormattingEnabled = true;
  197. this.comboBox_PartiSizeFileFolder.Location = new System.Drawing.Point(125, 15);
  198. this.comboBox_PartiSizeFileFolder.Name = "comboBox_PartiSizeFileFolder";
  199. this.comboBox_PartiSizeFileFolder.Size = new System.Drawing.Size(333, 20);
  200. this.comboBox_PartiSizeFileFolder.TabIndex = 5;
  201. //
  202. // btn_PartSize
  203. //
  204. this.btn_PartSize.Location = new System.Drawing.Point(463, 17);
  205. this.btn_PartSize.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  206. this.btn_PartSize.Name = "btn_PartSize";
  207. this.btn_PartSize.Size = new System.Drawing.Size(33, 19);
  208. this.btn_PartSize.TabIndex = 4;
  209. this.btn_PartSize.Text = "...";
  210. this.btn_PartSize.UseVisualStyleBackColor = true;
  211. this.btn_PartSize.Click += new System.EventHandler(this.btn_PartSize_Click);
  212. //
  213. // label4
  214. //
  215. this.label4.AutoSize = true;
  216. this.label4.Location = new System.Drawing.Point(10, 21);
  217. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  218. this.label4.Name = "label4";
  219. this.label4.Size = new System.Drawing.Size(41, 12);
  220. this.label4.TabIndex = 2;
  221. this.label4.Text = "粒级表";
  222. //
  223. // btn_ybcsqx
  224. //
  225. this.btn_ybcsqx.Location = new System.Drawing.Point(444, 253);
  226. this.btn_ybcsqx.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  227. this.btn_ybcsqx.Name = "btn_ybcsqx";
  228. this.btn_ybcsqx.Size = new System.Drawing.Size(67, 23);
  229. this.btn_ybcsqx.TabIndex = 76;
  230. this.btn_ybcsqx.Text = "取 消";
  231. this.btn_ybcsqx.UseVisualStyleBackColor = true;
  232. this.btn_ybcsqx.Click += new System.EventHandler(this.btn_ybcsqx_Click);
  233. //
  234. // btn_ybcsbc
  235. //
  236. this.btn_ybcsbc.Location = new System.Drawing.Point(373, 253);
  237. this.btn_ybcsbc.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  238. this.btn_ybcsbc.Name = "btn_ybcsbc";
  239. this.btn_ybcsbc.Size = new System.Drawing.Size(67, 23);
  240. this.btn_ybcsbc.TabIndex = 77;
  241. this.btn_ybcsbc.Text = "确 定";
  242. this.btn_ybcsbc.UseVisualStyleBackColor = true;
  243. this.btn_ybcsbc.Click += new System.EventHandler(this.btn_ybcsbc_Click);
  244. //
  245. // btn_sjtmbwj
  246. //
  247. this.btn_sjtmbwj.Location = new System.Drawing.Point(463, 26);
  248. this.btn_sjtmbwj.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  249. this.btn_sjtmbwj.Name = "btn_sjtmbwj";
  250. this.btn_sjtmbwj.Size = new System.Drawing.Size(33, 19);
  251. this.btn_sjtmbwj.TabIndex = 4;
  252. this.btn_sjtmbwj.Text = "...";
  253. this.btn_sjtmbwj.UseVisualStyleBackColor = true;
  254. this.btn_sjtmbwj.Click += new System.EventHandler(this.btn_sjtwj_Click);
  255. //
  256. // label17
  257. //
  258. this.label17.AutoSize = true;
  259. this.label17.Location = new System.Drawing.Point(10, 30);
  260. this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  261. this.label17.Name = "label17";
  262. this.label17.Size = new System.Drawing.Size(41, 12);
  263. this.label17.TabIndex = 2;
  264. this.label17.Text = "三元图";
  265. //
  266. // groupBox6
  267. //
  268. this.groupBox6.Controls.Add(this.cB_sjtmbwj);
  269. this.groupBox6.Controls.Add(this.btn_sjtmbwj);
  270. this.groupBox6.Controls.Add(this.label17);
  271. this.groupBox6.Location = new System.Drawing.Point(8, 53);
  272. this.groupBox6.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  273. this.groupBox6.Name = "groupBox6";
  274. this.groupBox6.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1);
  275. this.groupBox6.Size = new System.Drawing.Size(501, 60);
  276. this.groupBox6.TabIndex = 1;
  277. this.groupBox6.TabStop = false;
  278. this.groupBox6.Text = "三元相图模板设置";
  279. //
  280. // cB_sjtmbwj
  281. //
  282. this.cB_sjtmbwj.FormattingEnabled = true;
  283. this.cB_sjtmbwj.Location = new System.Drawing.Point(125, 24);
  284. this.cB_sjtmbwj.Name = "cB_sjtmbwj";
  285. this.cB_sjtmbwj.Size = new System.Drawing.Size(333, 20);
  286. this.cB_sjtmbwj.TabIndex = 5;
  287. //
  288. // tb_blyz
  289. //
  290. this.tb_blyz.Location = new System.Drawing.Point(125, 15);
  291. this.tb_blyz.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  292. this.tb_blyz.Name = "tb_blyz";
  293. this.tb_blyz.Size = new System.Drawing.Size(85, 21);
  294. this.tb_blyz.TabIndex = 1;
  295. this.tb_blyz.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  296. this.tb_blyz.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_blyz_KeyPress);
  297. //
  298. // label22
  299. //
  300. this.label22.AutoSize = true;
  301. this.label22.Location = new System.Drawing.Point(10, 21);
  302. this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  303. this.label22.Name = "label22";
  304. this.label22.Size = new System.Drawing.Size(53, 12);
  305. this.label22.TabIndex = 0;
  306. this.label22.Text = "比例因子";
  307. //
  308. // folderBrowserDialog1
  309. //
  310. this.folderBrowserDialog1.SelectedPath = "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\Common7\\IDE\\Config\\" +
  311. "ProData\\";
  312. //
  313. // groupBox2
  314. //
  315. this.groupBox2.Controls.Add(this.label1);
  316. this.groupBox2.Controls.Add(this.tb_blyz);
  317. this.groupBox2.Controls.Add(this.label22);
  318. this.groupBox2.Location = new System.Drawing.Point(8, 192);
  319. this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  320. this.groupBox2.Name = "groupBox2";
  321. this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1);
  322. this.groupBox2.Size = new System.Drawing.Size(503, 49);
  323. this.groupBox2.TabIndex = 85;
  324. this.groupBox2.TabStop = false;
  325. this.groupBox2.Text = "显示信息设置";
  326. //
  327. // label1
  328. //
  329. this.label1.AutoSize = true;
  330. this.label1.Location = new System.Drawing.Point(215, 21);
  331. this.label1.Name = "label1";
  332. this.label1.Size = new System.Drawing.Size(281, 12);
  333. this.label1.TabIndex = 2;
  334. this.label1.Text = "特征/夹杂物指数=特征总面积/检测视场总面积*系数";
  335. //
  336. // groupBox1
  337. //
  338. this.groupBox1.Controls.Add(this.cB_SIZE_CAL_METHOD_TYPE);
  339. this.groupBox1.Controls.Add(this.label2);
  340. this.groupBox1.Location = new System.Drawing.Point(8, 123);
  341. this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  342. this.groupBox1.Name = "groupBox1";
  343. this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1);
  344. this.groupBox1.Size = new System.Drawing.Size(501, 56);
  345. this.groupBox1.TabIndex = 86;
  346. this.groupBox1.TabStop = false;
  347. this.groupBox1.Text = "尺寸计算方法设置";
  348. //
  349. // cB_SIZE_CAL_METHOD_TYPE
  350. //
  351. this.cB_SIZE_CAL_METHOD_TYPE.FormattingEnabled = true;
  352. this.cB_SIZE_CAL_METHOD_TYPE.Location = new System.Drawing.Point(125, 22);
  353. this.cB_SIZE_CAL_METHOD_TYPE.Name = "cB_SIZE_CAL_METHOD_TYPE";
  354. this.cB_SIZE_CAL_METHOD_TYPE.Size = new System.Drawing.Size(333, 20);
  355. this.cB_SIZE_CAL_METHOD_TYPE.TabIndex = 5;
  356. //
  357. // label2
  358. //
  359. this.label2.AutoSize = true;
  360. this.label2.Location = new System.Drawing.Point(10, 26);
  361. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  362. this.label2.Name = "label2";
  363. this.label2.Size = new System.Drawing.Size(77, 12);
  364. this.label2.TabIndex = 2;
  365. this.label2.Text = "尺寸计算方法";
  366. //
  367. // frmReportSysConfig
  368. //
  369. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  370. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  371. this.ClientSize = new System.Drawing.Size(520, 283);
  372. this.Controls.Add(this.groupBox1);
  373. this.Controls.Add(this.groupBox2);
  374. this.Controls.Add(this.groupBox6);
  375. this.Controls.Add(this.groupBox3);
  376. this.Controls.Add(this.btn_ybcsqx);
  377. this.Controls.Add(this.btn_ybcsbc);
  378. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  379. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  380. this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  381. this.MaximizeBox = false;
  382. this.MinimizeBox = false;
  383. this.Name = "frmReportSysConfig";
  384. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  385. this.Text = "程序管理";
  386. this.Load += new System.EventHandler(this.ReportMgrInfoForm_Load);
  387. this.groupBox3.ResumeLayout(false);
  388. this.groupBox3.PerformLayout();
  389. this.groupBox6.ResumeLayout(false);
  390. this.groupBox6.PerformLayout();
  391. this.groupBox2.ResumeLayout(false);
  392. this.groupBox2.PerformLayout();
  393. this.groupBox1.ResumeLayout(false);
  394. this.groupBox1.PerformLayout();
  395. this.ResumeLayout(false);
  396. }
  397. #endregion
  398. public System.Windows.Forms.ListView listView2;
  399. private System.Windows.Forms.Label label15;
  400. private System.Windows.Forms.Label label14;
  401. private System.Windows.Forms.Label label12;
  402. private System.Windows.Forms.Label label13;
  403. private System.Windows.Forms.ComboBox comboBox6;
  404. private System.Windows.Forms.ComboBox comboBox5;
  405. private System.Windows.Forms.ComboBox comboBox4;
  406. private System.Windows.Forms.TextBox textBox9;
  407. private System.Windows.Forms.Button button18;
  408. private System.Windows.Forms.Button button17;
  409. private System.Windows.Forms.Button button16;
  410. private System.Windows.Forms.Button button15;
  411. private System.Windows.Forms.GroupBox groupBox3;
  412. private System.Windows.Forms.Button btn_ybcsqx;
  413. private System.Windows.Forms.Button btn_ybcsbc;
  414. private System.Windows.Forms.Button btn_sjtmbwj;
  415. private System.Windows.Forms.Label label17;
  416. private System.Windows.Forms.Label label4;
  417. private System.Windows.Forms.GroupBox groupBox6;
  418. private System.Windows.Forms.Label label22;
  419. private System.Windows.Forms.TextBox tb_blyz;
  420. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  421. private System.Windows.Forms.GroupBox groupBox2;
  422. private Button btn_PartSize;
  423. private Label label1;
  424. private ComboBox comboBox_PartiSizeFileFolder;
  425. private ComboBox cB_sjtmbwj;
  426. private GroupBox groupBox1;
  427. private ComboBox cB_SIZE_CAL_METHOD_TYPE;
  428. private Label label2;
  429. }
  430. }