frmReportSysConfig.Designer.cs 23 KB

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