ucCarMeterInfo2.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. namespace MeterModuleLibrary
  2. {
  3. partial class ucCarMeterInfo2
  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.panel12 = 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.txtBATCH_NO = new System.Windows.Forms.TextBox();
  40. this.label7 = new System.Windows.Forms.Label();
  41. this.panel3 = new System.Windows.Forms.Panel();
  42. this.txtMETER_TYPE = new System.Windows.Forms.TextBox();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.panel1 = new System.Windows.Forms.Panel();
  45. this.txtPREDICTION_NO = new System.Windows.Forms.TextBox();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.panel7 = new System.Windows.Forms.Panel();
  48. this.panel11 = new System.Windows.Forms.Panel();
  49. this.lbZL = new System.Windows.Forms.Label();
  50. this.lbXZ = new System.Windows.Forms.Label();
  51. this.lbXZZL = new System.Windows.Forms.Label();
  52. this.lbXZLX = new System.Windows.Forms.Label();
  53. this.panel10 = new System.Windows.Forms.Panel();
  54. this.cbWhp = new System.Windows.Forms.CheckBox();
  55. this.panel9 = new System.Windows.Forms.Panel();
  56. this.panel8 = new System.Windows.Forms.Panel();
  57. this.label5 = new System.Windows.Forms.Label();
  58. this.lbWgt = new System.Windows.Forms.Label();
  59. this.label2 = new System.Windows.Forms.Label();
  60. this.panel13 = new System.Windows.Forms.Panel();
  61. this.cbQy = new System.Windows.Forms.CheckBox();
  62. this.panel12.SuspendLayout();
  63. this.panel2.SuspendLayout();
  64. this.panel6.SuspendLayout();
  65. this.panel5.SuspendLayout();
  66. this.panel4.SuspendLayout();
  67. this.panel3.SuspendLayout();
  68. this.panel1.SuspendLayout();
  69. this.panel7.SuspendLayout();
  70. this.panel11.SuspendLayout();
  71. this.panel10.SuspendLayout();
  72. this.panel8.SuspendLayout();
  73. this.panel13.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // panel12
  77. //
  78. this.panel12.Controls.Add(this.panel2);
  79. this.panel12.Controls.Add(this.panel6);
  80. this.panel12.Controls.Add(this.panel5);
  81. this.panel12.Controls.Add(this.panel4);
  82. this.panel12.Controls.Add(this.panel3);
  83. this.panel12.Controls.Add(this.panel1);
  84. this.panel12.Dock = System.Windows.Forms.DockStyle.Left;
  85. this.panel12.Location = new System.Drawing.Point(0, 0);
  86. this.panel12.Name = "panel12";
  87. this.panel12.Size = new System.Drawing.Size(394, 245);
  88. this.panel12.TabIndex = 2;
  89. //
  90. // panel2
  91. //
  92. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  93. this.panel2.Controls.Add(this.txtRECEIVING_UINT_NAME);
  94. this.panel2.Controls.Add(this.label10);
  95. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.panel2.Location = new System.Drawing.Point(0, 205);
  97. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  98. this.panel2.Name = "panel2";
  99. this.panel2.Size = new System.Drawing.Size(394, 40);
  100. this.panel2.TabIndex = 12;
  101. //
  102. // txtRECEIVING_UINT_NAME
  103. //
  104. this.txtRECEIVING_UINT_NAME.Enabled = false;
  105. this.txtRECEIVING_UINT_NAME.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.txtRECEIVING_UINT_NAME.Location = new System.Drawing.Point(94, 7);
  107. this.txtRECEIVING_UINT_NAME.Margin = new System.Windows.Forms.Padding(2);
  108. this.txtRECEIVING_UINT_NAME.Name = "txtRECEIVING_UINT_NAME";
  109. this.txtRECEIVING_UINT_NAME.Size = new System.Drawing.Size(294, 26);
  110. this.txtRECEIVING_UINT_NAME.TabIndex = 4;
  111. //
  112. // label10
  113. //
  114. this.label10.AutoSize = true;
  115. this.label10.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.label10.Location = new System.Drawing.Point(2, 8);
  117. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  118. this.label10.Name = "label10";
  119. this.label10.Size = new System.Drawing.Size(93, 20);
  120. this.label10.TabIndex = 3;
  121. this.label10.Text = "收货单位";
  122. //
  123. // panel6
  124. //
  125. this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  126. this.panel6.Controls.Add(this.txtFORWARDING_UNIT_NAME);
  127. this.panel6.Controls.Add(this.label9);
  128. this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
  129. this.panel6.Location = new System.Drawing.Point(0, 164);
  130. this.panel6.Margin = new System.Windows.Forms.Padding(2);
  131. this.panel6.Name = "panel6";
  132. this.panel6.Size = new System.Drawing.Size(394, 41);
  133. this.panel6.TabIndex = 11;
  134. //
  135. // txtFORWARDING_UNIT_NAME
  136. //
  137. this.txtFORWARDING_UNIT_NAME.Enabled = false;
  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(294, 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(394, 41);
  166. this.panel5.TabIndex = 10;
  167. //
  168. // txtMATTER_NAME
  169. //
  170. this.txtMATTER_NAME.Enabled = false;
  171. this.txtMATTER_NAME.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.txtMATTER_NAME.Location = new System.Drawing.Point(94, 9);
  173. this.txtMATTER_NAME.Margin = new System.Windows.Forms.Padding(2);
  174. this.txtMATTER_NAME.Name = "txtMATTER_NAME";
  175. this.txtMATTER_NAME.Size = new System.Drawing.Size(294, 26);
  176. this.txtMATTER_NAME.TabIndex = 8;
  177. //
  178. // label8
  179. //
  180. this.label8.AutoSize = true;
  181. this.label8.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.label8.Location = new System.Drawing.Point(2, 10);
  183. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  184. this.label8.Name = "label8";
  185. this.label8.Size = new System.Drawing.Size(93, 20);
  186. this.label8.TabIndex = 7;
  187. this.label8.Text = "物资名称";
  188. //
  189. // panel4
  190. //
  191. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  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(394, 41);
  199. this.panel4.TabIndex = 9;
  200. //
  201. // txtBATCH_NO
  202. //
  203. this.txtBATCH_NO.Enabled = false;
  204. this.txtBATCH_NO.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.txtBATCH_NO.Location = new System.Drawing.Point(94, 9);
  206. this.txtBATCH_NO.Margin = new System.Windows.Forms.Padding(2);
  207. this.txtBATCH_NO.Name = "txtBATCH_NO";
  208. this.txtBATCH_NO.Size = new System.Drawing.Size(294, 26);
  209. this.txtBATCH_NO.TabIndex = 6;
  210. //
  211. // label7
  212. //
  213. this.label7.AutoSize = true;
  214. this.label7.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.label7.Location = new System.Drawing.Point(2, 10);
  216. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  217. this.label7.Name = "label7";
  218. this.label7.Size = new System.Drawing.Size(93, 20);
  219. this.label7.TabIndex = 5;
  220. this.label7.Text = "批次编号";
  221. //
  222. // panel3
  223. //
  224. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  225. this.panel3.Controls.Add(this.txtMETER_TYPE);
  226. this.panel3.Controls.Add(this.label6);
  227. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  228. this.panel3.Location = new System.Drawing.Point(0, 41);
  229. this.panel3.Margin = new System.Windows.Forms.Padding(2);
  230. this.panel3.Name = "panel3";
  231. this.panel3.Size = new System.Drawing.Size(394, 41);
  232. this.panel3.TabIndex = 8;
  233. //
  234. // txtMETER_TYPE
  235. //
  236. this.txtMETER_TYPE.Enabled = false;
  237. this.txtMETER_TYPE.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.txtMETER_TYPE.Location = new System.Drawing.Point(94, 7);
  239. this.txtMETER_TYPE.Margin = new System.Windows.Forms.Padding(2);
  240. this.txtMETER_TYPE.Name = "txtMETER_TYPE";
  241. this.txtMETER_TYPE.Size = new System.Drawing.Size(294, 26);
  242. this.txtMETER_TYPE.TabIndex = 4;
  243. //
  244. // label6
  245. //
  246. this.label6.AutoSize = true;
  247. this.label6.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.label6.Location = new System.Drawing.Point(2, 8);
  249. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  250. this.label6.Name = "label6";
  251. this.label6.Size = new System.Drawing.Size(93, 20);
  252. this.label6.TabIndex = 3;
  253. this.label6.Text = "检斤类型";
  254. //
  255. // panel1
  256. //
  257. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  258. this.panel1.Controls.Add(this.txtPREDICTION_NO);
  259. this.panel1.Controls.Add(this.label1);
  260. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  261. this.panel1.Location = new System.Drawing.Point(0, 0);
  262. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  263. this.panel1.Name = "panel1";
  264. this.panel1.Size = new System.Drawing.Size(394, 41);
  265. this.panel1.TabIndex = 7;
  266. //
  267. // txtPREDICTION_NO
  268. //
  269. this.txtPREDICTION_NO.Enabled = false;
  270. this.txtPREDICTION_NO.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.txtPREDICTION_NO.Location = new System.Drawing.Point(94, 10);
  272. this.txtPREDICTION_NO.Margin = new System.Windows.Forms.Padding(2);
  273. this.txtPREDICTION_NO.Name = "txtPREDICTION_NO";
  274. this.txtPREDICTION_NO.Size = new System.Drawing.Size(294, 26);
  275. this.txtPREDICTION_NO.TabIndex = 2;
  276. //
  277. // label1
  278. //
  279. this.label1.AutoSize = true;
  280. this.label1.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.label1.Location = new System.Drawing.Point(2, 10);
  282. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  283. this.label1.Name = "label1";
  284. this.label1.Size = new System.Drawing.Size(93, 20);
  285. this.label1.TabIndex = 1;
  286. this.label1.Text = "预报编号";
  287. //
  288. // panel7
  289. //
  290. this.panel7.Controls.Add(this.panel11);
  291. this.panel7.Controls.Add(this.panel10);
  292. this.panel7.Controls.Add(this.panel9);
  293. this.panel7.Controls.Add(this.panel8);
  294. this.panel7.Controls.Add(this.panel13);
  295. this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
  296. this.panel7.Location = new System.Drawing.Point(394, 0);
  297. this.panel7.Name = "panel7";
  298. this.panel7.Size = new System.Drawing.Size(166, 245);
  299. this.panel7.TabIndex = 3;
  300. //
  301. // panel11
  302. //
  303. this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  304. this.panel11.Controls.Add(this.lbZL);
  305. this.panel11.Controls.Add(this.lbXZ);
  306. this.panel11.Controls.Add(this.lbXZZL);
  307. this.panel11.Controls.Add(this.lbXZLX);
  308. this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
  309. this.panel11.Location = new System.Drawing.Point(0, 164);
  310. this.panel11.Margin = new System.Windows.Forms.Padding(2);
  311. this.panel11.Name = "panel11";
  312. this.panel11.Size = new System.Drawing.Size(166, 81);
  313. this.panel11.TabIndex = 11;
  314. //
  315. // lbZL
  316. //
  317. this.lbZL.AutoSize = true;
  318. this.lbZL.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. this.lbZL.Location = new System.Drawing.Point(82, 54);
  320. this.lbZL.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  321. this.lbZL.Name = "lbZL";
  322. this.lbZL.Size = new System.Drawing.Size(15, 15);
  323. this.lbZL.TabIndex = 6;
  324. this.lbZL.Text = " ";
  325. //
  326. // lbXZ
  327. //
  328. this.lbXZ.AutoSize = true;
  329. this.lbXZ.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.lbXZ.Location = new System.Drawing.Point(82, 14);
  331. this.lbXZ.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  332. this.lbXZ.Name = "lbXZ";
  333. this.lbXZ.Size = new System.Drawing.Size(15, 15);
  334. this.lbXZ.TabIndex = 5;
  335. this.lbXZ.Text = " ";
  336. //
  337. // lbXZZL
  338. //
  339. this.lbXZZL.AutoSize = true;
  340. this.lbXZZL.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.lbXZZL.Location = new System.Drawing.Point(3, 54);
  342. this.lbXZZL.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  343. this.lbXZZL.Name = "lbXZZL";
  344. this.lbXZZL.Size = new System.Drawing.Size(75, 15);
  345. this.lbXZZL.TabIndex = 4;
  346. this.lbXZZL.Text = "限载重量:";
  347. //
  348. // lbXZLX
  349. //
  350. this.lbXZLX.AutoSize = true;
  351. this.lbXZLX.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.lbXZLX.Location = new System.Drawing.Point(3, 14);
  353. this.lbXZLX.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  354. this.lbXZLX.Name = "lbXZLX";
  355. this.lbXZLX.Size = new System.Drawing.Size(75, 15);
  356. this.lbXZLX.TabIndex = 3;
  357. this.lbXZLX.Text = "限载类型:";
  358. //
  359. // panel10
  360. //
  361. this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  362. this.panel10.Controls.Add(this.cbWhp);
  363. this.panel10.Dock = System.Windows.Forms.DockStyle.Top;
  364. this.panel10.Location = new System.Drawing.Point(0, 123);
  365. this.panel10.Margin = new System.Windows.Forms.Padding(2);
  366. this.panel10.Name = "panel10";
  367. this.panel10.Size = new System.Drawing.Size(166, 41);
  368. this.panel10.TabIndex = 10;
  369. //
  370. // cbWhp
  371. //
  372. this.cbWhp.AutoSize = true;
  373. this.cbWhp.Enabled = false;
  374. this.cbWhp.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  375. this.cbWhp.Location = new System.Drawing.Point(6, 9);
  376. this.cbWhp.Margin = new System.Windows.Forms.Padding(2);
  377. this.cbWhp.Name = "cbWhp";
  378. this.cbWhp.Size = new System.Drawing.Size(74, 19);
  379. this.cbWhp.TabIndex = 3;
  380. this.cbWhp.Text = "危化品";
  381. this.cbWhp.UseVisualStyleBackColor = true;
  382. //
  383. // panel9
  384. //
  385. this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  386. this.panel9.Dock = System.Windows.Forms.DockStyle.Top;
  387. this.panel9.Location = new System.Drawing.Point(0, 82);
  388. this.panel9.Margin = new System.Windows.Forms.Padding(2);
  389. this.panel9.Name = "panel9";
  390. this.panel9.Size = new System.Drawing.Size(166, 41);
  391. this.panel9.TabIndex = 9;
  392. //
  393. // panel8
  394. //
  395. this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  396. this.panel8.Controls.Add(this.label5);
  397. this.panel8.Controls.Add(this.lbWgt);
  398. this.panel8.Controls.Add(this.label2);
  399. this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
  400. this.panel8.Location = new System.Drawing.Point(0, 41);
  401. this.panel8.Margin = new System.Windows.Forms.Padding(2);
  402. this.panel8.Name = "panel8";
  403. this.panel8.Size = new System.Drawing.Size(166, 41);
  404. this.panel8.TabIndex = 8;
  405. //
  406. // label5
  407. //
  408. this.label5.AutoSize = true;
  409. this.label5.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.label5.Location = new System.Drawing.Point(137, 13);
  411. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  412. this.label5.Name = "label5";
  413. this.label5.Size = new System.Drawing.Size(15, 15);
  414. this.label5.TabIndex = 4;
  415. this.label5.Text = " ";
  416. //
  417. // lbWgt
  418. //
  419. this.lbWgt.AutoSize = true;
  420. this.lbWgt.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  421. this.lbWgt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  422. this.lbWgt.Location = new System.Drawing.Point(73, 13);
  423. this.lbWgt.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  424. this.lbWgt.Name = "lbWgt";
  425. this.lbWgt.Size = new System.Drawing.Size(16, 15);
  426. this.lbWgt.TabIndex = 3;
  427. this.lbWgt.Text = "0";
  428. //
  429. // label2
  430. //
  431. this.label2.AutoSize = true;
  432. this.label2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  433. this.label2.Location = new System.Drawing.Point(3, 13);
  434. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  435. this.label2.Name = "label2";
  436. this.label2.Size = new System.Drawing.Size(82, 15);
  437. this.label2.TabIndex = 2;
  438. this.label2.Text = "预报重量:";
  439. //
  440. // panel13
  441. //
  442. this.panel13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  443. this.panel13.Controls.Add(this.cbQy);
  444. this.panel13.Dock = System.Windows.Forms.DockStyle.Top;
  445. this.panel13.Location = new System.Drawing.Point(0, 0);
  446. this.panel13.Margin = new System.Windows.Forms.Padding(2);
  447. this.panel13.Name = "panel13";
  448. this.panel13.Size = new System.Drawing.Size(166, 41);
  449. this.panel13.TabIndex = 7;
  450. //
  451. // cbQy
  452. //
  453. this.cbQy.AutoSize = true;
  454. this.cbQy.Enabled = false;
  455. this.cbQy.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  456. this.cbQy.Location = new System.Drawing.Point(6, 10);
  457. this.cbQy.Margin = new System.Windows.Forms.Padding(2);
  458. this.cbQy.Name = "cbQy";
  459. this.cbQy.Size = new System.Drawing.Size(58, 19);
  460. this.cbQy.TabIndex = 2;
  461. this.cbQy.Text = "取样";
  462. this.cbQy.UseVisualStyleBackColor = true;
  463. //
  464. // ucCarMeterInfo2
  465. //
  466. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  467. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  468. this.Controls.Add(this.panel7);
  469. this.Controls.Add(this.panel12);
  470. this.Name = "ucCarMeterInfo2";
  471. this.Size = new System.Drawing.Size(560, 245);
  472. this.panel12.ResumeLayout(false);
  473. this.panel2.ResumeLayout(false);
  474. this.panel2.PerformLayout();
  475. this.panel6.ResumeLayout(false);
  476. this.panel6.PerformLayout();
  477. this.panel5.ResumeLayout(false);
  478. this.panel5.PerformLayout();
  479. this.panel4.ResumeLayout(false);
  480. this.panel4.PerformLayout();
  481. this.panel3.ResumeLayout(false);
  482. this.panel3.PerformLayout();
  483. this.panel1.ResumeLayout(false);
  484. this.panel1.PerformLayout();
  485. this.panel7.ResumeLayout(false);
  486. this.panel11.ResumeLayout(false);
  487. this.panel11.PerformLayout();
  488. this.panel10.ResumeLayout(false);
  489. this.panel10.PerformLayout();
  490. this.panel8.ResumeLayout(false);
  491. this.panel8.PerformLayout();
  492. this.panel13.ResumeLayout(false);
  493. this.panel13.PerformLayout();
  494. this.ResumeLayout(false);
  495. }
  496. #endregion
  497. private System.Windows.Forms.Panel panel12;
  498. private System.Windows.Forms.Panel panel2;
  499. private System.Windows.Forms.TextBox txtRECEIVING_UINT_NAME;
  500. private System.Windows.Forms.Label label10;
  501. private System.Windows.Forms.Panel panel6;
  502. private System.Windows.Forms.TextBox txtFORWARDING_UNIT_NAME;
  503. private System.Windows.Forms.Label label9;
  504. private System.Windows.Forms.Panel panel5;
  505. private System.Windows.Forms.TextBox txtMATTER_NAME;
  506. private System.Windows.Forms.Label label8;
  507. private System.Windows.Forms.Panel panel4;
  508. private System.Windows.Forms.Label label7;
  509. private System.Windows.Forms.Panel panel3;
  510. private System.Windows.Forms.TextBox txtMETER_TYPE;
  511. private System.Windows.Forms.Label label6;
  512. private System.Windows.Forms.Panel panel1;
  513. private System.Windows.Forms.TextBox txtPREDICTION_NO;
  514. private System.Windows.Forms.Label label1;
  515. private System.Windows.Forms.Panel panel7;
  516. private System.Windows.Forms.Panel panel11;
  517. private System.Windows.Forms.Label lbZL;
  518. private System.Windows.Forms.Label lbXZ;
  519. private System.Windows.Forms.Label lbXZZL;
  520. private System.Windows.Forms.Label lbXZLX;
  521. private System.Windows.Forms.Panel panel10;
  522. private System.Windows.Forms.CheckBox cbWhp;
  523. private System.Windows.Forms.Panel panel9;
  524. private System.Windows.Forms.Panel panel8;
  525. private System.Windows.Forms.Label label5;
  526. private System.Windows.Forms.Label lbWgt;
  527. private System.Windows.Forms.Label label2;
  528. private System.Windows.Forms.Panel panel13;
  529. private System.Windows.Forms.CheckBox cbQy;
  530. private System.Windows.Forms.TextBox txtBATCH_NO;
  531. }
  532. }