frmReportSysConfig.Designer.cs 19 KB

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