ucCarMeterInfo.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. namespace MeterModuleLibrary
  2. {
  3. partial class ucCarMeterInfo
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panel1 = new System.Windows.Forms.Panel();
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.txtRECEIVING_UINT_NAME = new System.Windows.Forms.TextBox();
  31. this.label10 = new System.Windows.Forms.Label();
  32. this.panel6 = new System.Windows.Forms.Panel();
  33. this.txtFORWARDING_UNIT_NAME = new System.Windows.Forms.TextBox();
  34. this.label9 = new System.Windows.Forms.Label();
  35. this.panel5 = new System.Windows.Forms.Panel();
  36. this.txtMATTER_NAME = new System.Windows.Forms.TextBox();
  37. this.label8 = new System.Windows.Forms.Label();
  38. this.panel4 = new System.Windows.Forms.Panel();
  39. this.btnPC = new System.Windows.Forms.Button();
  40. this.txtBATCH_NO = new System.Windows.Forms.TextBox();
  41. this.label7 = new System.Windows.Forms.Label();
  42. this.panel3 = new System.Windows.Forms.Panel();
  43. this.txtMETER_TYPE = new System.Windows.Forms.TextBox();
  44. this.label6 = new System.Windows.Forms.Label();
  45. this.panel7 = new System.Windows.Forms.Panel();
  46. this.btnNo = new System.Windows.Forms.Button();
  47. this.txtPREDICTION_NO = new System.Windows.Forms.TextBox();
  48. this.label1 = new System.Windows.Forms.Label();
  49. this.panel12 = new System.Windows.Forms.Panel();
  50. this.cbWhp = new System.Windows.Forms.CheckBox();
  51. this.cbQy = new System.Windows.Forms.CheckBox();
  52. this.panel8 = new System.Windows.Forms.Panel();
  53. this.lbWgt = new System.Windows.Forms.TextBox();
  54. this.label2 = new System.Windows.Forms.Label();
  55. this.panel9 = new System.Windows.Forms.Panel();
  56. this.lbUTENSIL_UTENSIL_NAME = new System.Windows.Forms.Label();
  57. this.btnCheck = new System.Windows.Forms.Button();
  58. this.panel13 = new System.Windows.Forms.Panel();
  59. this.panel11 = new System.Windows.Forms.Panel();
  60. this.lb2 = new System.Windows.Forms.ListBox();
  61. this.panel10 = new System.Windows.Forms.Panel();
  62. this.lb1 = new System.Windows.Forms.ListBox();
  63. this.panel1.SuspendLayout();
  64. this.panel2.SuspendLayout();
  65. this.panel6.SuspendLayout();
  66. this.panel5.SuspendLayout();
  67. this.panel4.SuspendLayout();
  68. this.panel3.SuspendLayout();
  69. this.panel7.SuspendLayout();
  70. this.panel12.SuspendLayout();
  71. this.panel8.SuspendLayout();
  72. this.panel9.SuspendLayout();
  73. this.panel13.SuspendLayout();
  74. this.panel11.SuspendLayout();
  75. this.panel10.SuspendLayout();
  76. this.SuspendLayout();
  77. //
  78. // panel1
  79. //
  80. this.panel1.Controls.Add(this.panel2);
  81. this.panel1.Controls.Add(this.panel6);
  82. this.panel1.Controls.Add(this.panel5);
  83. this.panel1.Controls.Add(this.panel4);
  84. this.panel1.Controls.Add(this.panel3);
  85. this.panel1.Controls.Add(this.panel7);
  86. this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
  87. this.panel1.Location = new System.Drawing.Point(0, 0);
  88. this.panel1.Name = "panel1";
  89. this.panel1.Size = new System.Drawing.Size(320, 245);
  90. this.panel1.TabIndex = 0;
  91. //
  92. // panel2
  93. //
  94. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  95. this.panel2.Controls.Add(this.txtRECEIVING_UINT_NAME);
  96. this.panel2.Controls.Add(this.label10);
  97. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.panel2.Location = new System.Drawing.Point(0, 205);
  99. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  100. this.panel2.Name = "panel2";
  101. this.panel2.Size = new System.Drawing.Size(320, 40);
  102. this.panel2.TabIndex = 12;
  103. //
  104. // txtRECEIVING_UINT_NAME
  105. //
  106. this.txtRECEIVING_UINT_NAME.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.txtRECEIVING_UINT_NAME.Location = new System.Drawing.Point(94, 7);
  108. this.txtRECEIVING_UINT_NAME.Margin = new System.Windows.Forms.Padding(2);
  109. this.txtRECEIVING_UINT_NAME.Name = "txtRECEIVING_UINT_NAME";
  110. this.txtRECEIVING_UINT_NAME.Size = new System.Drawing.Size(219, 26);
  111. this.txtRECEIVING_UINT_NAME.TabIndex = 4;
  112. //
  113. // label10
  114. //
  115. this.label10.AutoSize = true;
  116. this.label10.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.label10.Location = new System.Drawing.Point(2, 8);
  118. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  119. this.label10.Name = "label10";
  120. this.label10.Size = new System.Drawing.Size(93, 20);
  121. this.label10.TabIndex = 3;
  122. this.label10.Text = "收货单位";
  123. //
  124. // panel6
  125. //
  126. this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  127. this.panel6.Controls.Add(this.txtFORWARDING_UNIT_NAME);
  128. this.panel6.Controls.Add(this.label9);
  129. this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
  130. this.panel6.Location = new System.Drawing.Point(0, 164);
  131. this.panel6.Margin = new System.Windows.Forms.Padding(2);
  132. this.panel6.Name = "panel6";
  133. this.panel6.Size = new System.Drawing.Size(320, 41);
  134. this.panel6.TabIndex = 11;
  135. //
  136. // txtFORWARDING_UNIT_NAME
  137. //
  138. this.txtFORWARDING_UNIT_NAME.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.txtFORWARDING_UNIT_NAME.Location = new System.Drawing.Point(94, 8);
  140. this.txtFORWARDING_UNIT_NAME.Margin = new System.Windows.Forms.Padding(2);
  141. this.txtFORWARDING_UNIT_NAME.Name = "txtFORWARDING_UNIT_NAME";
  142. this.txtFORWARDING_UNIT_NAME.Size = new System.Drawing.Size(219, 26);
  143. this.txtFORWARDING_UNIT_NAME.TabIndex = 10;
  144. //
  145. // label9
  146. //
  147. this.label9.AutoSize = true;
  148. this.label9.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.label9.Location = new System.Drawing.Point(2, 9);
  150. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  151. this.label9.Name = "label9";
  152. this.label9.Size = new System.Drawing.Size(93, 20);
  153. this.label9.TabIndex = 9;
  154. this.label9.Text = "发货单位";
  155. //
  156. // panel5
  157. //
  158. this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  159. this.panel5.Controls.Add(this.txtMATTER_NAME);
  160. this.panel5.Controls.Add(this.label8);
  161. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  162. this.panel5.Location = new System.Drawing.Point(0, 123);
  163. this.panel5.Margin = new System.Windows.Forms.Padding(2);
  164. this.panel5.Name = "panel5";
  165. this.panel5.Size = new System.Drawing.Size(320, 41);
  166. this.panel5.TabIndex = 10;
  167. //
  168. // txtMATTER_NAME
  169. //
  170. this.txtMATTER_NAME.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.txtMATTER_NAME.Location = new System.Drawing.Point(94, 9);
  172. this.txtMATTER_NAME.Margin = new System.Windows.Forms.Padding(2);
  173. this.txtMATTER_NAME.Name = "txtMATTER_NAME";
  174. this.txtMATTER_NAME.Size = new System.Drawing.Size(219, 26);
  175. this.txtMATTER_NAME.TabIndex = 8;
  176. //
  177. // label8
  178. //
  179. this.label8.AutoSize = true;
  180. this.label8.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.label8.Location = new System.Drawing.Point(2, 10);
  182. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  183. this.label8.Name = "label8";
  184. this.label8.Size = new System.Drawing.Size(93, 20);
  185. this.label8.TabIndex = 7;
  186. this.label8.Text = "物资名称";
  187. //
  188. // panel4
  189. //
  190. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  191. this.panel4.Controls.Add(this.btnPC);
  192. this.panel4.Controls.Add(this.txtBATCH_NO);
  193. this.panel4.Controls.Add(this.label7);
  194. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  195. this.panel4.Location = new System.Drawing.Point(0, 82);
  196. this.panel4.Margin = new System.Windows.Forms.Padding(2);
  197. this.panel4.Name = "panel4";
  198. this.panel4.Size = new System.Drawing.Size(320, 41);
  199. this.panel4.TabIndex = 9;
  200. //
  201. // btnPC
  202. //
  203. this.btnPC.BackColor = System.Drawing.Color.DodgerBlue;
  204. this.btnPC.Font = new System.Drawing.Font("楷体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.btnPC.ForeColor = System.Drawing.Color.White;
  206. this.btnPC.Location = new System.Drawing.Point(230, 5);
  207. this.btnPC.Margin = new System.Windows.Forms.Padding(2);
  208. this.btnPC.Name = "btnPC";
  209. this.btnPC.Size = new System.Drawing.Size(83, 32);
  210. this.btnPC.TabIndex = 7;
  211. this.btnPC.Text = "批次编号";
  212. this.btnPC.UseVisualStyleBackColor = false;
  213. this.btnPC.Click += new System.EventHandler(this.btnPC_Click);
  214. //
  215. // txtBATCH_NO
  216. //
  217. this.txtBATCH_NO.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.txtBATCH_NO.Location = new System.Drawing.Point(94, 9);
  219. this.txtBATCH_NO.Margin = new System.Windows.Forms.Padding(2);
  220. this.txtBATCH_NO.Name = "txtBATCH_NO";
  221. this.txtBATCH_NO.Size = new System.Drawing.Size(136, 26);
  222. this.txtBATCH_NO.TabIndex = 6;
  223. //
  224. // label7
  225. //
  226. this.label7.AutoSize = true;
  227. this.label7.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.label7.Location = new System.Drawing.Point(2, 10);
  229. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  230. this.label7.Name = "label7";
  231. this.label7.Size = new System.Drawing.Size(93, 20);
  232. this.label7.TabIndex = 5;
  233. this.label7.Text = "批次编号";
  234. //
  235. // panel3
  236. //
  237. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  238. this.panel3.Controls.Add(this.txtMETER_TYPE);
  239. this.panel3.Controls.Add(this.label6);
  240. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  241. this.panel3.Location = new System.Drawing.Point(0, 41);
  242. this.panel3.Margin = new System.Windows.Forms.Padding(2);
  243. this.panel3.Name = "panel3";
  244. this.panel3.Size = new System.Drawing.Size(320, 41);
  245. this.panel3.TabIndex = 8;
  246. //
  247. // txtMETER_TYPE
  248. //
  249. this.txtMETER_TYPE.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.txtMETER_TYPE.Location = new System.Drawing.Point(94, 7);
  251. this.txtMETER_TYPE.Margin = new System.Windows.Forms.Padding(2);
  252. this.txtMETER_TYPE.Name = "txtMETER_TYPE";
  253. this.txtMETER_TYPE.Size = new System.Drawing.Size(219, 26);
  254. this.txtMETER_TYPE.TabIndex = 4;
  255. //
  256. // label6
  257. //
  258. this.label6.AutoSize = true;
  259. this.label6.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.label6.Location = new System.Drawing.Point(2, 8);
  261. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  262. this.label6.Name = "label6";
  263. this.label6.Size = new System.Drawing.Size(93, 20);
  264. this.label6.TabIndex = 3;
  265. this.label6.Text = "检斤类型";
  266. //
  267. // panel7
  268. //
  269. this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  270. this.panel7.Controls.Add(this.btnNo);
  271. this.panel7.Controls.Add(this.txtPREDICTION_NO);
  272. this.panel7.Controls.Add(this.label1);
  273. this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
  274. this.panel7.Location = new System.Drawing.Point(0, 0);
  275. this.panel7.Margin = new System.Windows.Forms.Padding(2);
  276. this.panel7.Name = "panel7";
  277. this.panel7.Size = new System.Drawing.Size(320, 41);
  278. this.panel7.TabIndex = 7;
  279. //
  280. // btnNo
  281. //
  282. this.btnNo.BackColor = System.Drawing.Color.DodgerBlue;
  283. this.btnNo.Font = new System.Drawing.Font("楷体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.btnNo.ForeColor = System.Drawing.Color.White;
  285. this.btnNo.Location = new System.Drawing.Point(230, 6);
  286. this.btnNo.Margin = new System.Windows.Forms.Padding(2);
  287. this.btnNo.Name = "btnNo";
  288. this.btnNo.Size = new System.Drawing.Size(83, 32);
  289. this.btnNo.TabIndex = 3;
  290. this.btnNo.Text = "业务编号";
  291. this.btnNo.UseVisualStyleBackColor = false;
  292. this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
  293. //
  294. // txtPREDICTION_NO
  295. //
  296. this.txtPREDICTION_NO.Enabled = false;
  297. this.txtPREDICTION_NO.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.txtPREDICTION_NO.Location = new System.Drawing.Point(95, 9);
  299. this.txtPREDICTION_NO.Margin = new System.Windows.Forms.Padding(2);
  300. this.txtPREDICTION_NO.Name = "txtPREDICTION_NO";
  301. this.txtPREDICTION_NO.Size = new System.Drawing.Size(135, 26);
  302. this.txtPREDICTION_NO.TabIndex = 2;
  303. //
  304. // label1
  305. //
  306. this.label1.AutoSize = true;
  307. this.label1.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. this.label1.Location = new System.Drawing.Point(2, 10);
  309. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  310. this.label1.Name = "label1";
  311. this.label1.Size = new System.Drawing.Size(93, 20);
  312. this.label1.TabIndex = 1;
  313. this.label1.Text = "预报编号";
  314. //
  315. // panel12
  316. //
  317. this.panel12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  318. this.panel12.Controls.Add(this.cbWhp);
  319. this.panel12.Controls.Add(this.cbQy);
  320. this.panel12.Dock = System.Windows.Forms.DockStyle.Top;
  321. this.panel12.Location = new System.Drawing.Point(0, 0);
  322. this.panel12.Margin = new System.Windows.Forms.Padding(2);
  323. this.panel12.Name = "panel12";
  324. this.panel12.Size = new System.Drawing.Size(199, 41);
  325. this.panel12.TabIndex = 5;
  326. //
  327. // cbWhp
  328. //
  329. this.cbWhp.AutoSize = true;
  330. this.cbWhp.Enabled = false;
  331. this.cbWhp.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.cbWhp.Location = new System.Drawing.Point(108, 10);
  333. this.cbWhp.Margin = new System.Windows.Forms.Padding(2);
  334. this.cbWhp.Name = "cbWhp";
  335. this.cbWhp.Size = new System.Drawing.Size(74, 19);
  336. this.cbWhp.TabIndex = 3;
  337. this.cbWhp.Text = "危化品";
  338. this.cbWhp.UseVisualStyleBackColor = true;
  339. //
  340. // cbQy
  341. //
  342. this.cbQy.AutoSize = true;
  343. this.cbQy.Enabled = false;
  344. this.cbQy.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. this.cbQy.Location = new System.Drawing.Point(14, 10);
  346. this.cbQy.Margin = new System.Windows.Forms.Padding(2);
  347. this.cbQy.Name = "cbQy";
  348. this.cbQy.Size = new System.Drawing.Size(58, 19);
  349. this.cbQy.TabIndex = 2;
  350. this.cbQy.Text = "取样";
  351. this.cbQy.UseVisualStyleBackColor = true;
  352. //
  353. // panel8
  354. //
  355. this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  356. this.panel8.Controls.Add(this.lbWgt);
  357. this.panel8.Controls.Add(this.label2);
  358. this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
  359. this.panel8.Location = new System.Drawing.Point(0, 41);
  360. this.panel8.Margin = new System.Windows.Forms.Padding(2);
  361. this.panel8.Name = "panel8";
  362. this.panel8.Size = new System.Drawing.Size(199, 41);
  363. this.panel8.TabIndex = 6;
  364. //
  365. // lbWgt
  366. //
  367. this.lbWgt.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. this.lbWgt.Location = new System.Drawing.Point(103, 7);
  369. this.lbWgt.Margin = new System.Windows.Forms.Padding(2);
  370. this.lbWgt.Name = "lbWgt";
  371. this.lbWgt.Size = new System.Drawing.Size(87, 26);
  372. this.lbWgt.TabIndex = 3;
  373. this.lbWgt.Visible = false;
  374. this.lbWgt.Click += new System.EventHandler(this.lbWgt_Enter);
  375. this.lbWgt.TextChanged += new System.EventHandler(this.lbWgt_TextChanged);
  376. //
  377. // label2
  378. //
  379. this.label2.AutoSize = true;
  380. this.label2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.label2.Location = new System.Drawing.Point(3, 13);
  382. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  383. this.label2.Name = "label2";
  384. this.label2.Size = new System.Drawing.Size(99, 15);
  385. this.label2.TabIndex = 2;
  386. this.label2.Text = "附加重量(kg)";
  387. //
  388. // panel9
  389. //
  390. this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  391. this.panel9.Controls.Add(this.lbUTENSIL_UTENSIL_NAME);
  392. this.panel9.Controls.Add(this.btnCheck);
  393. this.panel9.Dock = System.Windows.Forms.DockStyle.Top;
  394. this.panel9.Location = new System.Drawing.Point(0, 82);
  395. this.panel9.Margin = new System.Windows.Forms.Padding(2);
  396. this.panel9.Name = "panel9";
  397. this.panel9.Size = new System.Drawing.Size(199, 41);
  398. this.panel9.TabIndex = 7;
  399. //
  400. // lbUTENSIL_UTENSIL_NAME
  401. //
  402. this.lbUTENSIL_UTENSIL_NAME.AutoSize = true;
  403. this.lbUTENSIL_UTENSIL_NAME.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  404. this.lbUTENSIL_UTENSIL_NAME.Location = new System.Drawing.Point(14, 12);
  405. this.lbUTENSIL_UTENSIL_NAME.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  406. this.lbUTENSIL_UTENSIL_NAME.Name = "lbUTENSIL_UTENSIL_NAME";
  407. this.lbUTENSIL_UTENSIL_NAME.Size = new System.Drawing.Size(0, 15);
  408. this.lbUTENSIL_UTENSIL_NAME.TabIndex = 2;
  409. //
  410. // btnCheck
  411. //
  412. this.btnCheck.BackColor = System.Drawing.Color.DodgerBlue;
  413. this.btnCheck.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.btnCheck.ForeColor = System.Drawing.Color.White;
  415. this.btnCheck.Location = new System.Drawing.Point(100, 1);
  416. this.btnCheck.Margin = new System.Windows.Forms.Padding(2);
  417. this.btnCheck.Name = "btnCheck";
  418. this.btnCheck.Size = new System.Drawing.Size(90, 36);
  419. this.btnCheck.TabIndex = 2;
  420. this.btnCheck.Text = "选择器具";
  421. this.btnCheck.UseVisualStyleBackColor = false;
  422. this.btnCheck.Visible = false;
  423. this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
  424. //
  425. // panel13
  426. //
  427. this.panel13.Controls.Add(this.panel11);
  428. this.panel13.Controls.Add(this.panel10);
  429. this.panel13.Controls.Add(this.panel9);
  430. this.panel13.Controls.Add(this.panel8);
  431. this.panel13.Controls.Add(this.panel12);
  432. this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
  433. this.panel13.Location = new System.Drawing.Point(320, 0);
  434. this.panel13.Name = "panel13";
  435. this.panel13.Size = new System.Drawing.Size(199, 245);
  436. this.panel13.TabIndex = 1;
  437. //
  438. // panel11
  439. //
  440. this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  441. this.panel11.Controls.Add(this.lb2);
  442. this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
  443. this.panel11.Location = new System.Drawing.Point(102, 123);
  444. this.panel11.Margin = new System.Windows.Forms.Padding(2);
  445. this.panel11.Name = "panel11";
  446. this.panel11.Size = new System.Drawing.Size(97, 122);
  447. this.panel11.TabIndex = 9;
  448. //
  449. // lb2
  450. //
  451. this.lb2.BorderStyle = System.Windows.Forms.BorderStyle.None;
  452. this.lb2.Dock = System.Windows.Forms.DockStyle.Fill;
  453. this.lb2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  454. this.lb2.FormattingEnabled = true;
  455. this.lb2.ItemHeight = 15;
  456. this.lb2.Location = new System.Drawing.Point(0, 0);
  457. this.lb2.Margin = new System.Windows.Forms.Padding(2);
  458. this.lb2.Name = "lb2";
  459. this.lb2.Size = new System.Drawing.Size(95, 120);
  460. this.lb2.TabIndex = 6;
  461. //
  462. // panel10
  463. //
  464. this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  465. this.panel10.Controls.Add(this.lb1);
  466. this.panel10.Dock = System.Windows.Forms.DockStyle.Left;
  467. this.panel10.Location = new System.Drawing.Point(0, 123);
  468. this.panel10.Margin = new System.Windows.Forms.Padding(2);
  469. this.panel10.Name = "panel10";
  470. this.panel10.Size = new System.Drawing.Size(102, 122);
  471. this.panel10.TabIndex = 8;
  472. //
  473. // lb1
  474. //
  475. this.lb1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  476. this.lb1.Dock = System.Windows.Forms.DockStyle.Fill;
  477. this.lb1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  478. this.lb1.FormattingEnabled = true;
  479. this.lb1.ItemHeight = 15;
  480. this.lb1.Location = new System.Drawing.Point(0, 0);
  481. this.lb1.Margin = new System.Windows.Forms.Padding(2);
  482. this.lb1.Name = "lb1";
  483. this.lb1.Size = new System.Drawing.Size(100, 120);
  484. this.lb1.TabIndex = 5;
  485. //
  486. // ucCarMeterInfo
  487. //
  488. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  489. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  490. this.Controls.Add(this.panel13);
  491. this.Controls.Add(this.panel1);
  492. this.Margin = new System.Windows.Forms.Padding(2);
  493. this.Name = "ucCarMeterInfo";
  494. this.Size = new System.Drawing.Size(519, 245);
  495. this.panel1.ResumeLayout(false);
  496. this.panel2.ResumeLayout(false);
  497. this.panel2.PerformLayout();
  498. this.panel6.ResumeLayout(false);
  499. this.panel6.PerformLayout();
  500. this.panel5.ResumeLayout(false);
  501. this.panel5.PerformLayout();
  502. this.panel4.ResumeLayout(false);
  503. this.panel4.PerformLayout();
  504. this.panel3.ResumeLayout(false);
  505. this.panel3.PerformLayout();
  506. this.panel7.ResumeLayout(false);
  507. this.panel7.PerformLayout();
  508. this.panel12.ResumeLayout(false);
  509. this.panel12.PerformLayout();
  510. this.panel8.ResumeLayout(false);
  511. this.panel8.PerformLayout();
  512. this.panel9.ResumeLayout(false);
  513. this.panel9.PerformLayout();
  514. this.panel13.ResumeLayout(false);
  515. this.panel11.ResumeLayout(false);
  516. this.panel10.ResumeLayout(false);
  517. this.ResumeLayout(false);
  518. }
  519. #endregion
  520. private System.Windows.Forms.Panel panel1;
  521. private System.Windows.Forms.Panel panel2;
  522. private System.Windows.Forms.TextBox txtRECEIVING_UINT_NAME;
  523. private System.Windows.Forms.Label label10;
  524. private System.Windows.Forms.Panel panel6;
  525. private System.Windows.Forms.TextBox txtFORWARDING_UNIT_NAME;
  526. private System.Windows.Forms.Label label9;
  527. private System.Windows.Forms.Panel panel5;
  528. private System.Windows.Forms.TextBox txtMATTER_NAME;
  529. private System.Windows.Forms.Label label8;
  530. private System.Windows.Forms.Panel panel4;
  531. private System.Windows.Forms.TextBox txtBATCH_NO;
  532. private System.Windows.Forms.Label label7;
  533. private System.Windows.Forms.Panel panel3;
  534. private System.Windows.Forms.TextBox txtMETER_TYPE;
  535. private System.Windows.Forms.Label label6;
  536. private System.Windows.Forms.Panel panel7;
  537. private System.Windows.Forms.Button btnNo;
  538. private System.Windows.Forms.TextBox txtPREDICTION_NO;
  539. private System.Windows.Forms.Label label1;
  540. private System.Windows.Forms.Panel panel12;
  541. private System.Windows.Forms.CheckBox cbWhp;
  542. private System.Windows.Forms.CheckBox cbQy;
  543. private System.Windows.Forms.Panel panel8;
  544. private System.Windows.Forms.Label label2;
  545. private System.Windows.Forms.Panel panel9;
  546. private System.Windows.Forms.Label lbUTENSIL_UTENSIL_NAME;
  547. private System.Windows.Forms.Button btnCheck;
  548. private System.Windows.Forms.Panel panel13;
  549. private System.Windows.Forms.Panel panel11;
  550. private System.Windows.Forms.ListBox lb2;
  551. private System.Windows.Forms.Panel panel10;
  552. private System.Windows.Forms.ListBox lb1;
  553. private System.Windows.Forms.TextBox lbWgt;
  554. private System.Windows.Forms.Button btnPC;
  555. }
  556. }