frmReportSysConfig.Designer.cs 19 KB

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