frmOneYardToEnd2.designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. namespace CarMeterSystem
  2. {
  3. partial class frmOneYardToEnd2
  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 appearance1 = new Infragistics.Win.Appearance();
  30. this.btnSave = new System.Windows.Forms.Button();
  31. this.btnRecover = new System.Windows.Forms.Button();
  32. this.btnFH = new System.Windows.Forms.Button();
  33. this.btnTare = new System.Windows.Forms.Button();
  34. this.btnHelp = new System.Windows.Forms.Button();
  35. this.txtNet = new System.Windows.Forms.TextBox();
  36. this.txtTare = new System.Windows.Forms.TextBox();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.txtGroess = new System.Windows.Forms.TextBox();
  41. this.lbPointName = new System.Windows.Forms.Label();
  42. this.timer1 = new System.Windows.Forms.Timer(this.components);
  43. this.printDocument1 = new System.Drawing.Printing.PrintDocument();
  44. this.lbVsersion = new System.Windows.Forms.Label();
  45. this.panelCarFormCentered = new System.Windows.Forms.Panel();
  46. this.txtCarNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  47. this.ucWeightCarTJXJG1 = new MeterModuleLibrary.ucWeightCarTJXJG();
  48. this.tableLayoutPanelPromptMsg = new System.Windows.Forms.TableLayoutPanel();
  49. this.txtMsgInfo = new System.Windows.Forms.RichTextBox();
  50. this.label9 = new System.Windows.Forms.Label();
  51. this.ucWeightT1 = new MeterModuleLibrary.ucWeightT();
  52. this.panelShowWeightJGNoUsed = new System.Windows.Forms.Panel();
  53. this.ucCarMeterInfoJXJG1 = new MeterModuleLibrary.ucCarMeterInfoJXJG();
  54. this.ucCarFormButtomJXJG1 = new MeterModuleLibrary.uc.ucCarFormButtomJXJG();
  55. this.ucCarFormTopJXJG1 = new MeterModuleLibrary.uc.ucCarFormTopJXJG();
  56. this.panelCarFormCentered.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtCarNo)).BeginInit();
  58. this.tableLayoutPanelPromptMsg.SuspendLayout();
  59. this.panelShowWeightJGNoUsed.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // btnSave
  63. //
  64. this.btnSave.BackColor = System.Drawing.Color.DodgerBlue;
  65. this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  66. this.btnSave.Font = new System.Drawing.Font("楷体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  67. this.btnSave.ForeColor = System.Drawing.Color.White;
  68. this.btnSave.Location = new System.Drawing.Point(451, 661);
  69. this.btnSave.Name = "btnSave";
  70. this.btnSave.Size = new System.Drawing.Size(350, 70);
  71. this.btnSave.TabIndex = 641;
  72. this.btnSave.Text = "保 存";
  73. this.btnSave.UseVisualStyleBackColor = false;
  74. this.btnSave.Visible = false;
  75. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  76. //
  77. // btnRecover
  78. //
  79. this.btnRecover.BackColor = System.Drawing.Color.DodgerBlue;
  80. this.btnRecover.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  81. this.btnRecover.Font = new System.Drawing.Font("楷体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  82. this.btnRecover.ForeColor = System.Drawing.Color.White;
  83. this.btnRecover.Location = new System.Drawing.Point(907, 662);
  84. this.btnRecover.Name = "btnRecover";
  85. this.btnRecover.Size = new System.Drawing.Size(350, 70);
  86. this.btnRecover.TabIndex = 644;
  87. this.btnRecover.Text = "保存(复磅)";
  88. this.btnRecover.UseVisualStyleBackColor = false;
  89. this.btnRecover.Visible = false;
  90. this.btnRecover.Click += new System.EventHandler(this.btnRecover_Click);
  91. //
  92. // btnFH
  93. //
  94. this.btnFH.BackColor = System.Drawing.Color.DodgerBlue;
  95. this.btnFH.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  96. this.btnFH.Font = new System.Drawing.Font("楷体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  97. this.btnFH.ForeColor = System.Drawing.Color.White;
  98. this.btnFH.Location = new System.Drawing.Point(674, 752);
  99. this.btnFH.Name = "btnFH";
  100. this.btnFH.Size = new System.Drawing.Size(255, 42);
  101. this.btnFH.TabIndex = 642;
  102. this.btnFH.Text = "返回主界面(九江不需要,一直到都不显示)";
  103. this.btnFH.UseVisualStyleBackColor = false;
  104. this.btnFH.Visible = false;
  105. this.btnFH.Click += new System.EventHandler(this.btnFH_Click);
  106. //
  107. // btnTare
  108. //
  109. this.btnTare.BackColor = System.Drawing.Color.DodgerBlue;
  110. this.btnTare.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  111. this.btnTare.Font = new System.Drawing.Font("楷体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  112. this.btnTare.ForeColor = System.Drawing.Color.White;
  113. this.btnTare.Location = new System.Drawing.Point(411, 752);
  114. this.btnTare.Name = "btnTare";
  115. this.btnTare.Size = new System.Drawing.Size(260, 42);
  116. this.btnTare.TabIndex = 643;
  117. this.btnTare.Text = "期限皮重(九江不需要,一直到都不显示)";
  118. this.btnTare.UseVisualStyleBackColor = false;
  119. this.btnTare.Visible = false;
  120. this.btnTare.Click += new System.EventHandler(this.btnTare_Click);
  121. //
  122. // btnHelp
  123. //
  124. this.btnHelp.BackColor = System.Drawing.Color.DodgerBlue;
  125. this.btnHelp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  126. this.btnHelp.Font = new System.Drawing.Font("楷体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  127. this.btnHelp.ForeColor = System.Drawing.Color.White;
  128. this.btnHelp.Location = new System.Drawing.Point(22, 653);
  129. this.btnHelp.Name = "btnHelp";
  130. this.btnHelp.Size = new System.Drawing.Size(283, 84);
  131. this.btnHelp.TabIndex = 638;
  132. this.btnHelp.Text = "语音求助";
  133. this.btnHelp.UseVisualStyleBackColor = false;
  134. this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
  135. //
  136. // txtNet
  137. //
  138. this.txtNet.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.txtNet.Location = new System.Drawing.Point(266, 10);
  140. this.txtNet.Name = "txtNet";
  141. this.txtNet.ReadOnly = true;
  142. this.txtNet.Size = new System.Drawing.Size(70, 24);
  143. this.txtNet.TabIndex = 13;
  144. this.txtNet.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  145. //
  146. // txtTare
  147. //
  148. this.txtTare.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.txtTare.Location = new System.Drawing.Point(157, 10);
  150. this.txtTare.Name = "txtTare";
  151. this.txtTare.ReadOnly = true;
  152. this.txtTare.Size = new System.Drawing.Size(70, 24);
  153. this.txtTare.TabIndex = 12;
  154. this.txtTare.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  155. //
  156. // label5
  157. //
  158. this.label5.AutoSize = true;
  159. this.label5.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.label5.Location = new System.Drawing.Point(231, 15);
  161. this.label5.Name = "label5";
  162. this.label5.Size = new System.Drawing.Size(37, 15);
  163. this.label5.TabIndex = 11;
  164. this.label5.Text = "净重";
  165. //
  166. // label4
  167. //
  168. this.label4.AutoSize = true;
  169. this.label4.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.label4.Location = new System.Drawing.Point(120, 14);
  171. this.label4.Name = "label4";
  172. this.label4.Size = new System.Drawing.Size(37, 15);
  173. this.label4.TabIndex = 9;
  174. this.label4.Text = "皮重";
  175. //
  176. // label3
  177. //
  178. this.label3.AutoSize = true;
  179. this.label3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.label3.Location = new System.Drawing.Point(10, 14);
  181. this.label3.Name = "label3";
  182. this.label3.Size = new System.Drawing.Size(37, 15);
  183. this.label3.TabIndex = 7;
  184. this.label3.Text = "毛重";
  185. //
  186. // txtGroess
  187. //
  188. this.txtGroess.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.txtGroess.Location = new System.Drawing.Point(47, 9);
  190. this.txtGroess.Name = "txtGroess";
  191. this.txtGroess.ReadOnly = true;
  192. this.txtGroess.Size = new System.Drawing.Size(70, 24);
  193. this.txtGroess.TabIndex = 6;
  194. this.txtGroess.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  195. //
  196. // lbPointName
  197. //
  198. this.lbPointName.AutoSize = true;
  199. this.lbPointName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(131)))), ((int)(((byte)(206)))));
  200. this.lbPointName.Font = new System.Drawing.Font("Microsoft Sans Serif", 50F, System.Drawing.FontStyle.Bold);
  201. this.lbPointName.ForeColor = System.Drawing.Color.White;
  202. this.lbPointName.Location = new System.Drawing.Point(568, 20);
  203. this.lbPointName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  204. this.lbPointName.Name = "lbPointName";
  205. this.lbPointName.Size = new System.Drawing.Size(207, 76);
  206. this.lbPointName.TabIndex = 4;
  207. this.lbPointName.Text = "5号磅";
  208. //
  209. // timer1
  210. //
  211. this.timer1.Interval = 1000;
  212. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  213. //
  214. // printDocument1
  215. //
  216. this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
  217. //
  218. // lbVsersion
  219. //
  220. this.lbVsersion.AutoSize = true;
  221. this.lbVsersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(134)))), ((int)(((byte)(207)))));
  222. this.lbVsersion.Location = new System.Drawing.Point(7, 7);
  223. this.lbVsersion.Name = "lbVsersion";
  224. this.lbVsersion.Size = new System.Drawing.Size(35, 12);
  225. this.lbVsersion.TabIndex = 5;
  226. this.lbVsersion.Text = "v0.01";
  227. //
  228. // panelCarFormCentered
  229. //
  230. this.panelCarFormCentered.Controls.Add(this.txtCarNo);
  231. this.panelCarFormCentered.Controls.Add(this.ucWeightCarTJXJG1);
  232. this.panelCarFormCentered.Controls.Add(this.tableLayoutPanelPromptMsg);
  233. this.panelCarFormCentered.Controls.Add(this.ucWeightT1);
  234. this.panelCarFormCentered.Controls.Add(this.panelShowWeightJGNoUsed);
  235. this.panelCarFormCentered.Controls.Add(this.btnRecover);
  236. this.panelCarFormCentered.Controls.Add(this.btnSave);
  237. this.panelCarFormCentered.Controls.Add(this.btnHelp);
  238. this.panelCarFormCentered.Controls.Add(this.ucCarMeterInfoJXJG1);
  239. this.panelCarFormCentered.Controls.Add(this.btnTare);
  240. this.panelCarFormCentered.Controls.Add(this.btnFH);
  241. this.panelCarFormCentered.Location = new System.Drawing.Point(0, 115);
  242. this.panelCarFormCentered.Name = "panelCarFormCentered";
  243. this.panelCarFormCentered.Size = new System.Drawing.Size(1280, 793);
  244. this.panelCarFormCentered.TabIndex = 592;
  245. //
  246. // txtCarNo
  247. //
  248. appearance1.BackColor = System.Drawing.Color.Transparent;
  249. appearance1.ForeColor = System.Drawing.Color.Lime;
  250. appearance1.ForeColorDisabled = System.Drawing.Color.Lime;
  251. this.txtCarNo.Appearance = appearance1;
  252. this.txtCarNo.BackColor = System.Drawing.Color.Transparent;
  253. this.txtCarNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  254. this.txtCarNo.Enabled = false;
  255. this.txtCarNo.Font = new System.Drawing.Font("宋体", 35F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(200)));
  256. this.txtCarNo.Location = new System.Drawing.Point(991, 4);
  257. this.txtCarNo.Multiline = true;
  258. this.txtCarNo.Name = "txtCarNo";
  259. this.txtCarNo.ReadOnly = true;
  260. this.txtCarNo.Size = new System.Drawing.Size(266, 74);
  261. this.txtCarNo.TabIndex = 648;
  262. //
  263. // ucWeightCarTJXJG1
  264. //
  265. this.ucWeightCarTJXJG1.Location = new System.Drawing.Point(20, 0);
  266. this.ucWeightCarTJXJG1.Margin = new System.Windows.Forms.Padding(2);
  267. this.ucWeightCarTJXJG1.Name = "ucWeightCarTJXJG1";
  268. this.ucWeightCarTJXJG1.Size = new System.Drawing.Size(1240, 160);
  269. this.ucWeightCarTJXJG1.TabIndex = 647;
  270. //
  271. // tableLayoutPanelPromptMsg
  272. //
  273. this.tableLayoutPanelPromptMsg.ColumnCount = 1;
  274. this.tableLayoutPanelPromptMsg.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  275. this.tableLayoutPanelPromptMsg.Controls.Add(this.txtMsgInfo, 0, 1);
  276. this.tableLayoutPanelPromptMsg.Controls.Add(this.label9, 0, 0);
  277. this.tableLayoutPanelPromptMsg.Location = new System.Drawing.Point(20, 504);
  278. this.tableLayoutPanelPromptMsg.Name = "tableLayoutPanelPromptMsg";
  279. this.tableLayoutPanelPromptMsg.RowCount = 2;
  280. this.tableLayoutPanelPromptMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  281. this.tableLayoutPanelPromptMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  282. this.tableLayoutPanelPromptMsg.Size = new System.Drawing.Size(1240, 120);
  283. this.tableLayoutPanelPromptMsg.TabIndex = 646;
  284. //
  285. // txtMsgInfo
  286. //
  287. this.txtMsgInfo.BackColor = System.Drawing.Color.White;
  288. this.txtMsgInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  289. this.txtMsgInfo.Enabled = false;
  290. this.txtMsgInfo.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.txtMsgInfo.ForeColor = System.Drawing.Color.Red;
  292. this.txtMsgInfo.Location = new System.Drawing.Point(2, 42);
  293. this.txtMsgInfo.Margin = new System.Windows.Forms.Padding(2);
  294. this.txtMsgInfo.Name = "txtMsgInfo";
  295. this.txtMsgInfo.ReadOnly = true;
  296. this.txtMsgInfo.Size = new System.Drawing.Size(1236, 76);
  297. this.txtMsgInfo.TabIndex = 2;
  298. this.txtMsgInfo.Text = "请在具备过磅状态后扫码计量!";
  299. //
  300. // label9
  301. //
  302. this.label9.AutoSize = true;
  303. this.label9.Dock = System.Windows.Forms.DockStyle.Left;
  304. this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold);
  305. this.label9.Location = new System.Drawing.Point(3, 0);
  306. this.label9.Name = "label9";
  307. this.label9.Size = new System.Drawing.Size(135, 40);
  308. this.label9.TabIndex = 647;
  309. this.label9.Tag = "";
  310. this.label9.Text = "提示信息:";
  311. //
  312. // ucWeightT1
  313. //
  314. this.ucWeightT1.Enabled = false;
  315. this.ucWeightT1.Location = new System.Drawing.Point(22, 750);
  316. this.ucWeightT1.Margin = new System.Windows.Forms.Padding(2);
  317. this.ucWeightT1.Name = "ucWeightT1";
  318. this.ucWeightT1.Size = new System.Drawing.Size(386, 44);
  319. this.ucWeightT1.TabIndex = 0;
  320. this.ucWeightT1.Visible = false;
  321. //
  322. // panelShowWeightJGNoUsed
  323. //
  324. this.panelShowWeightJGNoUsed.BackColor = System.Drawing.Color.OrangeRed;
  325. this.panelShowWeightJGNoUsed.Controls.Add(this.txtTare);
  326. this.panelShowWeightJGNoUsed.Controls.Add(this.txtNet);
  327. this.panelShowWeightJGNoUsed.Controls.Add(this.txtGroess);
  328. this.panelShowWeightJGNoUsed.Controls.Add(this.label3);
  329. this.panelShowWeightJGNoUsed.Controls.Add(this.label4);
  330. this.panelShowWeightJGNoUsed.Controls.Add(this.label5);
  331. this.panelShowWeightJGNoUsed.Enabled = false;
  332. this.panelShowWeightJGNoUsed.Location = new System.Drawing.Point(931, 752);
  333. this.panelShowWeightJGNoUsed.Name = "panelShowWeightJGNoUsed";
  334. this.panelShowWeightJGNoUsed.Size = new System.Drawing.Size(349, 41);
  335. this.panelShowWeightJGNoUsed.TabIndex = 645;
  336. this.panelShowWeightJGNoUsed.Visible = false;
  337. //
  338. // ucCarMeterInfoJXJG1
  339. //
  340. this.ucCarMeterInfoJXJG1._preTrack = null;
  341. this.ucCarMeterInfoJXJG1.BackColor = System.Drawing.Color.White;
  342. this.ucCarMeterInfoJXJG1.Location = new System.Drawing.Point(20, 177);
  343. this.ucCarMeterInfoJXJG1.Name = "ucCarMeterInfoJXJG1";
  344. this.ucCarMeterInfoJXJG1.Size = new System.Drawing.Size(1240, 308);
  345. this.ucCarMeterInfoJXJG1.TabIndex = 591;
  346. //
  347. // ucCarFormButtomJXJG1
  348. //
  349. this.ucCarFormButtomJXJG1.Dock = System.Windows.Forms.DockStyle.Bottom;
  350. this.ucCarFormButtomJXJG1.Location = new System.Drawing.Point(0, 909);
  351. this.ucCarFormButtomJXJG1.Margin = new System.Windows.Forms.Padding(2);
  352. this.ucCarFormButtomJXJG1.Name = "ucCarFormButtomJXJG1";
  353. this.ucCarFormButtomJXJG1.Size = new System.Drawing.Size(1280, 115);
  354. this.ucCarFormButtomJXJG1.TabIndex = 594;
  355. //
  356. // ucCarFormTopJXJG1
  357. //
  358. this.ucCarFormTopJXJG1.BackColor = System.Drawing.Color.Transparent;
  359. this.ucCarFormTopJXJG1.Dock = System.Windows.Forms.DockStyle.Top;
  360. this.ucCarFormTopJXJG1.Location = new System.Drawing.Point(0, 0);
  361. this.ucCarFormTopJXJG1.Margin = new System.Windows.Forms.Padding(2);
  362. this.ucCarFormTopJXJG1.Name = "ucCarFormTopJXJG1";
  363. this.ucCarFormTopJXJG1.Size = new System.Drawing.Size(1280, 115);
  364. this.ucCarFormTopJXJG1.TabIndex = 595;
  365. //
  366. // frmOneYardToEnd2
  367. //
  368. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  369. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  370. this.BackColor = System.Drawing.Color.White;
  371. this.ClientSize = new System.Drawing.Size(1280, 1024);
  372. this.Controls.Add(this.ucCarFormButtomJXJG1);
  373. this.Controls.Add(this.panelCarFormCentered);
  374. this.Controls.Add(this.lbPointName);
  375. this.Controls.Add(this.lbVsersion);
  376. this.Controls.Add(this.ucCarFormTopJXJG1);
  377. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  378. this.MaximizeBox = false;
  379. this.MinimizeBox = false;
  380. this.Name = "frmOneYardToEnd2";
  381. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  382. this.Text = "frmOneYardToEnd2";
  383. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  384. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmOneYardToEnd2_FormClosing);
  385. this.Load += new System.EventHandler(this.frmOneYardToEnd2_Load);
  386. this.panelCarFormCentered.ResumeLayout(false);
  387. this.panelCarFormCentered.PerformLayout();
  388. ((System.ComponentModel.ISupportInitialize)(this.txtCarNo)).EndInit();
  389. this.tableLayoutPanelPromptMsg.ResumeLayout(false);
  390. this.tableLayoutPanelPromptMsg.PerformLayout();
  391. this.panelShowWeightJGNoUsed.ResumeLayout(false);
  392. this.panelShowWeightJGNoUsed.PerformLayout();
  393. this.ResumeLayout(false);
  394. this.PerformLayout();
  395. }
  396. #endregion
  397. private System.Windows.Forms.Button btnHelp;
  398. private System.Windows.Forms.TextBox txtNet;
  399. private System.Windows.Forms.TextBox txtTare;
  400. private System.Windows.Forms.Label label5;
  401. private System.Windows.Forms.Label label4;
  402. private System.Windows.Forms.Label label3;
  403. private System.Windows.Forms.TextBox txtGroess;
  404. private MeterModuleLibrary.ucWeightT ucWeightT1;
  405. private System.Windows.Forms.Label lbPointName;
  406. private System.Windows.Forms.Button btnSave;
  407. private System.Windows.Forms.Timer timer1;
  408. private System.Drawing.Printing.PrintDocument printDocument1;
  409. private System.Windows.Forms.Button btnFH;
  410. private System.Windows.Forms.Button btnTare;
  411. private System.Windows.Forms.Label lbVsersion;
  412. private System.Windows.Forms.Button btnRecover;
  413. private System.Windows.Forms.Panel panelCarFormCentered;
  414. private MeterModuleLibrary.uc.ucCarFormButtomJXJG ucCarFormButtomJXJG1;
  415. private MeterModuleLibrary.uc.ucCarFormTopJXJG ucCarFormTopJXJG1;
  416. private MeterModuleLibrary.ucCarMeterInfoJXJG ucCarMeterInfoJXJG1;
  417. private System.Windows.Forms.Panel panelShowWeightJGNoUsed;
  418. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelPromptMsg;
  419. private System.Windows.Forms.RichTextBox txtMsgInfo;
  420. private System.Windows.Forms.Label label9;
  421. private MeterModuleLibrary.ucWeightCarTJXJG ucWeightCarTJXJG1;
  422. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCarNo;
  423. }
  424. }