Form2.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. namespace CarMeterSystem
  2. {
  3. partial class Form2
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
  31. this.printDocument1 = new System.Drawing.Printing.PrintDocument();
  32. this.timer1 = new System.Windows.Forms.Timer(this.components);
  33. this.ucCarFormTop1 = new MeterModuleLibrary.uc.ucCarFormTop();
  34. this.ucCarFormButtom1 = new MeterModuleLibrary.uc.ucCarFormButtom();
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.panel7 = new System.Windows.Forms.Panel();
  37. this.txtMsgInfo = new System.Windows.Forms.RichTextBox();
  38. this.panel6 = new System.Windows.Forms.Panel();
  39. this.btnHelp = new System.Windows.Forms.Button();
  40. this.panel5 = new System.Windows.Forms.Panel();
  41. this.txtNet = new System.Windows.Forms.TextBox();
  42. this.txtTare = new System.Windows.Forms.TextBox();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.txtGroess = new System.Windows.Forms.TextBox();
  47. this.panel4 = new System.Windows.Forms.Panel();
  48. this.ucWeightT1 = new MeterModuleLibrary.ucWeightT();
  49. this.panel3 = new System.Windows.Forms.Panel();
  50. this.lbPointName = new System.Windows.Forms.Label();
  51. this.label1 = new System.Windows.Forms.Label();
  52. this.panel2 = new System.Windows.Forms.Panel();
  53. this.btnFH = new System.Windows.Forms.Button();
  54. this.btnSave = new System.Windows.Forms.Button();
  55. this.ucCarMeterInfo21 = new MeterModuleLibrary.ucCarMeterInfo2();
  56. this.panel9 = new System.Windows.Forms.Panel();
  57. this.txtCarNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  58. this.panel8 = new System.Windows.Forms.Panel();
  59. this.label2 = new System.Windows.Forms.Label();
  60. this.panel1.SuspendLayout();
  61. this.panel7.SuspendLayout();
  62. this.panel6.SuspendLayout();
  63. this.panel5.SuspendLayout();
  64. this.panel4.SuspendLayout();
  65. this.panel3.SuspendLayout();
  66. this.panel2.SuspendLayout();
  67. this.panel9.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.txtCarNo)).BeginInit();
  69. this.panel8.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // timer1
  73. //
  74. this.timer1.Enabled = true;
  75. this.timer1.Interval = 1000;
  76. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  77. //
  78. // ucCarFormTop1
  79. //
  80. this.ucCarFormTop1.BackColor = System.Drawing.Color.Transparent;
  81. this.ucCarFormTop1.Dock = System.Windows.Forms.DockStyle.Top;
  82. this.ucCarFormTop1.Location = new System.Drawing.Point(0, 0);
  83. this.ucCarFormTop1.Margin = new System.Windows.Forms.Padding(2);
  84. this.ucCarFormTop1.Name = "ucCarFormTop1";
  85. this.ucCarFormTop1.Size = new System.Drawing.Size(1088, 78);
  86. this.ucCarFormTop1.TabIndex = 1;
  87. //
  88. // ucCarFormButtom1
  89. //
  90. this.ucCarFormButtom1.Dock = System.Windows.Forms.DockStyle.Bottom;
  91. this.ucCarFormButtom1.Location = new System.Drawing.Point(0, 559);
  92. this.ucCarFormButtom1.Margin = new System.Windows.Forms.Padding(2);
  93. this.ucCarFormButtom1.Name = "ucCarFormButtom1";
  94. this.ucCarFormButtom1.Size = new System.Drawing.Size(1088, 78);
  95. this.ucCarFormButtom1.TabIndex = 3;
  96. //
  97. // panel1
  98. //
  99. this.panel1.Controls.Add(this.panel7);
  100. this.panel1.Controls.Add(this.panel6);
  101. this.panel1.Controls.Add(this.panel5);
  102. this.panel1.Controls.Add(this.panel4);
  103. this.panel1.Controls.Add(this.panel3);
  104. this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
  105. this.panel1.Location = new System.Drawing.Point(0, 78);
  106. this.panel1.Name = "panel1";
  107. this.panel1.Size = new System.Drawing.Size(335, 481);
  108. this.panel1.TabIndex = 4;
  109. //
  110. // panel7
  111. //
  112. this.panel7.Controls.Add(this.txtMsgInfo);
  113. this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
  114. this.panel7.Location = new System.Drawing.Point(0, 131);
  115. this.panel7.Name = "panel7";
  116. this.panel7.Size = new System.Drawing.Size(335, 296);
  117. this.panel7.TabIndex = 4;
  118. //
  119. // txtMsgInfo
  120. //
  121. this.txtMsgInfo.BackColor = System.Drawing.Color.White;
  122. this.txtMsgInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.txtMsgInfo.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.txtMsgInfo.Location = new System.Drawing.Point(0, 0);
  125. this.txtMsgInfo.Margin = new System.Windows.Forms.Padding(2);
  126. this.txtMsgInfo.Name = "txtMsgInfo";
  127. this.txtMsgInfo.ReadOnly = true;
  128. this.txtMsgInfo.Size = new System.Drawing.Size(335, 296);
  129. this.txtMsgInfo.TabIndex = 1;
  130. this.txtMsgInfo.Text = "";
  131. //
  132. // panel6
  133. //
  134. this.panel6.Controls.Add(this.btnHelp);
  135. this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
  136. this.panel6.Location = new System.Drawing.Point(0, 427);
  137. this.panel6.Name = "panel6";
  138. this.panel6.Size = new System.Drawing.Size(335, 54);
  139. this.panel6.TabIndex = 3;
  140. //
  141. // btnHelp
  142. //
  143. this.btnHelp.BackColor = System.Drawing.Color.DodgerBlue;
  144. this.btnHelp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  145. this.btnHelp.Font = new System.Drawing.Font("楷体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  146. this.btnHelp.ForeColor = System.Drawing.Color.White;
  147. this.btnHelp.Location = new System.Drawing.Point(106, 6);
  148. this.btnHelp.Name = "btnHelp";
  149. this.btnHelp.Size = new System.Drawing.Size(124, 45);
  150. this.btnHelp.TabIndex = 638;
  151. this.btnHelp.Text = "语音求助";
  152. this.btnHelp.UseVisualStyleBackColor = false;
  153. this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
  154. //
  155. // panel5
  156. //
  157. this.panel5.Controls.Add(this.txtNet);
  158. this.panel5.Controls.Add(this.txtTare);
  159. this.panel5.Controls.Add(this.label5);
  160. this.panel5.Controls.Add(this.label4);
  161. this.panel5.Controls.Add(this.label3);
  162. this.panel5.Controls.Add(this.txtGroess);
  163. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  164. this.panel5.Location = new System.Drawing.Point(0, 99);
  165. this.panel5.Name = "panel5";
  166. this.panel5.Size = new System.Drawing.Size(335, 32);
  167. this.panel5.TabIndex = 2;
  168. //
  169. // txtNet
  170. //
  171. this.txtNet.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.txtNet.Location = new System.Drawing.Point(260, 5);
  173. this.txtNet.Name = "txtNet";
  174. this.txtNet.ReadOnly = true;
  175. this.txtNet.Size = new System.Drawing.Size(70, 24);
  176. this.txtNet.TabIndex = 13;
  177. this.txtNet.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  178. //
  179. // txtTare
  180. //
  181. this.txtTare.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.txtTare.Location = new System.Drawing.Point(151, 5);
  183. this.txtTare.Name = "txtTare";
  184. this.txtTare.ReadOnly = true;
  185. this.txtTare.Size = new System.Drawing.Size(70, 24);
  186. this.txtTare.TabIndex = 12;
  187. this.txtTare.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  188. //
  189. // label5
  190. //
  191. this.label5.AutoSize = true;
  192. this.label5.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.label5.Location = new System.Drawing.Point(225, 10);
  194. this.label5.Name = "label5";
  195. this.label5.Size = new System.Drawing.Size(37, 15);
  196. this.label5.TabIndex = 11;
  197. this.label5.Text = "净重";
  198. //
  199. // label4
  200. //
  201. this.label4.AutoSize = true;
  202. this.label4.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.label4.Location = new System.Drawing.Point(114, 9);
  204. this.label4.Name = "label4";
  205. this.label4.Size = new System.Drawing.Size(37, 15);
  206. this.label4.TabIndex = 9;
  207. this.label4.Text = "皮重";
  208. //
  209. // label3
  210. //
  211. this.label3.AutoSize = true;
  212. this.label3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.label3.Location = new System.Drawing.Point(4, 9);
  214. this.label3.Name = "label3";
  215. this.label3.Size = new System.Drawing.Size(37, 15);
  216. this.label3.TabIndex = 7;
  217. this.label3.Text = "毛重";
  218. //
  219. // txtGroess
  220. //
  221. this.txtGroess.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.txtGroess.Location = new System.Drawing.Point(41, 4);
  223. this.txtGroess.Name = "txtGroess";
  224. this.txtGroess.ReadOnly = true;
  225. this.txtGroess.Size = new System.Drawing.Size(70, 24);
  226. this.txtGroess.TabIndex = 6;
  227. this.txtGroess.Text = "61.12";
  228. this.txtGroess.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  229. //
  230. // panel4
  231. //
  232. this.panel4.Controls.Add(this.ucWeightT1);
  233. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  234. this.panel4.Location = new System.Drawing.Point(0, 39);
  235. this.panel4.Name = "panel4";
  236. this.panel4.Size = new System.Drawing.Size(335, 60);
  237. this.panel4.TabIndex = 1;
  238. //
  239. // ucWeightT1
  240. //
  241. this.ucWeightT1.Dock = System.Windows.Forms.DockStyle.Fill;
  242. this.ucWeightT1.Location = new System.Drawing.Point(0, 0);
  243. this.ucWeightT1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  244. this.ucWeightT1.Name = "ucWeightT1";
  245. this.ucWeightT1.Size = new System.Drawing.Size(335, 60);
  246. this.ucWeightT1.TabIndex = 0;
  247. //
  248. // panel3
  249. //
  250. this.panel3.Controls.Add(this.lbPointName);
  251. this.panel3.Controls.Add(this.label1);
  252. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  253. this.panel3.Location = new System.Drawing.Point(0, 0);
  254. this.panel3.Name = "panel3";
  255. this.panel3.Size = new System.Drawing.Size(335, 39);
  256. this.panel3.TabIndex = 0;
  257. //
  258. // lbPointName
  259. //
  260. this.lbPointName.AutoSize = true;
  261. this.lbPointName.Font = new System.Drawing.Font("楷体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.lbPointName.ForeColor = System.Drawing.SystemColors.Highlight;
  263. this.lbPointName.Location = new System.Drawing.Point(102, 7);
  264. this.lbPointName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  265. this.lbPointName.Name = "lbPointName";
  266. this.lbPointName.Size = new System.Drawing.Size(73, 24);
  267. this.lbPointName.TabIndex = 4;
  268. this.lbPointName.Text = "5号磅";
  269. //
  270. // label1
  271. //
  272. this.label1.AutoSize = true;
  273. this.label1.Font = new System.Drawing.Font("楷体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.label1.ForeColor = System.Drawing.SystemColors.Highlight;
  275. this.label1.Location = new System.Drawing.Point(5, 7);
  276. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  277. this.label1.Name = "label1";
  278. this.label1.Size = new System.Drawing.Size(98, 24);
  279. this.label1.TabIndex = 3;
  280. this.label1.Text = "计量点:";
  281. //
  282. // panel2
  283. //
  284. this.panel2.Controls.Add(this.btnFH);
  285. this.panel2.Controls.Add(this.btnSave);
  286. this.panel2.Controls.Add(this.ucCarMeterInfo21);
  287. this.panel2.Controls.Add(this.panel9);
  288. this.panel2.Controls.Add(this.panel8);
  289. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  290. this.panel2.Location = new System.Drawing.Point(335, 78);
  291. this.panel2.Name = "panel2";
  292. this.panel2.Size = new System.Drawing.Size(753, 481);
  293. this.panel2.TabIndex = 5;
  294. //
  295. // btnFH
  296. //
  297. this.btnFH.BackColor = System.Drawing.Color.DodgerBlue;
  298. this.btnFH.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  299. this.btnFH.Font = new System.Drawing.Font("楷体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  300. this.btnFH.ForeColor = System.Drawing.Color.White;
  301. this.btnFH.Location = new System.Drawing.Point(364, 426);
  302. this.btnFH.Name = "btnFH";
  303. this.btnFH.Size = new System.Drawing.Size(140, 42);
  304. this.btnFH.TabIndex = 642;
  305. this.btnFH.Text = "返回主界面";
  306. this.btnFH.UseVisualStyleBackColor = false;
  307. this.btnFH.Click += new System.EventHandler(this.btnFH_Click);
  308. //
  309. // btnSave
  310. //
  311. this.btnSave.BackColor = System.Drawing.Color.DodgerBlue;
  312. this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  313. this.btnSave.Font = new System.Drawing.Font("楷体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  314. this.btnSave.ForeColor = System.Drawing.Color.White;
  315. this.btnSave.Location = new System.Drawing.Point(143, 426);
  316. this.btnSave.Name = "btnSave";
  317. this.btnSave.Size = new System.Drawing.Size(124, 42);
  318. this.btnSave.TabIndex = 641;
  319. this.btnSave.Text = "保 存";
  320. this.btnSave.UseVisualStyleBackColor = false;
  321. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  322. //
  323. // ucCarMeterInfo21
  324. //
  325. this.ucCarMeterInfo21._preTrack = null;
  326. this.ucCarMeterInfo21.Dock = System.Windows.Forms.DockStyle.Top;
  327. this.ucCarMeterInfo21.Location = new System.Drawing.Point(0, 99);
  328. this.ucCarMeterInfo21.Margin = new System.Windows.Forms.Padding(4);
  329. this.ucCarMeterInfo21.Name = "ucCarMeterInfo21";
  330. this.ucCarMeterInfo21.Size = new System.Drawing.Size(753, 249);
  331. this.ucCarMeterInfo21.TabIndex = 3;
  332. //
  333. // panel9
  334. //
  335. this.panel9.Controls.Add(this.txtCarNo);
  336. this.panel9.Dock = System.Windows.Forms.DockStyle.Top;
  337. this.panel9.Location = new System.Drawing.Point(0, 39);
  338. this.panel9.Name = "panel9";
  339. this.panel9.Size = new System.Drawing.Size(753, 60);
  340. this.panel9.TabIndex = 2;
  341. //
  342. // txtCarNo
  343. //
  344. appearance3.BackColor = System.Drawing.Color.Black;
  345. appearance3.ForeColor = System.Drawing.Color.Lime;
  346. appearance3.ForeColorDisabled = System.Drawing.Color.Lime;
  347. appearance3.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance3.ImageBackground")));
  348. this.txtCarNo.Appearance = appearance3;
  349. this.txtCarNo.BackColor = System.Drawing.Color.Black;
  350. this.txtCarNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  351. this.txtCarNo.Dock = System.Windows.Forms.DockStyle.Fill;
  352. this.txtCarNo.Enabled = false;
  353. this.txtCarNo.Font = new System.Drawing.Font("宋体", 35F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(200)));
  354. this.txtCarNo.Location = new System.Drawing.Point(0, 0);
  355. this.txtCarNo.Multiline = true;
  356. this.txtCarNo.Name = "txtCarNo";
  357. this.txtCarNo.ReadOnly = true;
  358. this.txtCarNo.Size = new System.Drawing.Size(753, 60);
  359. this.txtCarNo.TabIndex = 589;
  360. //
  361. // panel8
  362. //
  363. this.panel8.Controls.Add(this.label2);
  364. this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
  365. this.panel8.Location = new System.Drawing.Point(0, 0);
  366. this.panel8.Name = "panel8";
  367. this.panel8.Size = new System.Drawing.Size(753, 39);
  368. this.panel8.TabIndex = 1;
  369. //
  370. // label2
  371. //
  372. this.label2.AutoSize = true;
  373. this.label2.Font = new System.Drawing.Font("楷体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. this.label2.ForeColor = System.Drawing.SystemColors.Highlight;
  375. this.label2.Location = new System.Drawing.Point(5, 7);
  376. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  377. this.label2.Name = "label2";
  378. this.label2.Size = new System.Drawing.Size(60, 24);
  379. this.label2.TabIndex = 4;
  380. this.label2.Text = "车牌";
  381. //
  382. // Form2
  383. //
  384. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  385. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  386. this.ClientSize = new System.Drawing.Size(1088, 637);
  387. this.Controls.Add(this.panel2);
  388. this.Controls.Add(this.panel1);
  389. this.Controls.Add(this.ucCarFormButtom1);
  390. this.Controls.Add(this.ucCarFormTop1);
  391. this.Name = "Form2";
  392. this.Text = "Form2";
  393. this.Load += new System.EventHandler(this.frmCarSalePurchase_Load);
  394. this.panel1.ResumeLayout(false);
  395. this.panel7.ResumeLayout(false);
  396. this.panel6.ResumeLayout(false);
  397. this.panel5.ResumeLayout(false);
  398. this.panel5.PerformLayout();
  399. this.panel4.ResumeLayout(false);
  400. this.panel3.ResumeLayout(false);
  401. this.panel3.PerformLayout();
  402. this.panel2.ResumeLayout(false);
  403. this.panel9.ResumeLayout(false);
  404. this.panel9.PerformLayout();
  405. ((System.ComponentModel.ISupportInitialize)(this.txtCarNo)).EndInit();
  406. this.panel8.ResumeLayout(false);
  407. this.panel8.PerformLayout();
  408. this.ResumeLayout(false);
  409. }
  410. #endregion
  411. private System.Drawing.Printing.PrintDocument printDocument1;
  412. private System.Windows.Forms.Timer timer1;
  413. private MeterModuleLibrary.uc.ucCarFormTop ucCarFormTop1;
  414. private MeterModuleLibrary.uc.ucCarFormButtom ucCarFormButtom1;
  415. private System.Windows.Forms.Panel panel1;
  416. private System.Windows.Forms.Panel panel7;
  417. private System.Windows.Forms.RichTextBox txtMsgInfo;
  418. private System.Windows.Forms.Panel panel6;
  419. private System.Windows.Forms.Button btnHelp;
  420. private System.Windows.Forms.Panel panel5;
  421. private System.Windows.Forms.TextBox txtNet;
  422. private System.Windows.Forms.TextBox txtTare;
  423. private System.Windows.Forms.Label label5;
  424. private System.Windows.Forms.Label label4;
  425. private System.Windows.Forms.Label label3;
  426. private System.Windows.Forms.TextBox txtGroess;
  427. private System.Windows.Forms.Panel panel4;
  428. private MeterModuleLibrary.ucWeightT ucWeightT1;
  429. private System.Windows.Forms.Panel panel3;
  430. private System.Windows.Forms.Label lbPointName;
  431. private System.Windows.Forms.Label label1;
  432. private System.Windows.Forms.Panel panel2;
  433. private System.Windows.Forms.Button btnFH;
  434. private System.Windows.Forms.Button btnSave;
  435. private MeterModuleLibrary.ucCarMeterInfo2 ucCarMeterInfo21;
  436. private System.Windows.Forms.Panel panel9;
  437. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCarNo;
  438. private System.Windows.Forms.Panel panel8;
  439. private System.Windows.Forms.Label label2;
  440. }
  441. }