frmOneYardToEnd.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. namespace CarMeterSystem
  2. {
  3. partial class frmOneYardToEnd
  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.ucCarMeterInfoJisco1 = new MeterModuleLibrary.ucCarMeterInfoJisco();
  47. this.txtCarNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  48. this.ucWeightCarTJXJG1 = new MeterModuleLibrary.ucWeightCarTJXJG();
  49. this.tableLayoutPanelPromptMsg = new System.Windows.Forms.TableLayoutPanel();
  50. this.txtMsgInfo = new System.Windows.Forms.RichTextBox();
  51. this.label9 = new System.Windows.Forms.Label();
  52. this.ucWeightT1 = new MeterModuleLibrary.ucWeightT();
  53. this.panelShowWeightJGNoUsed = new System.Windows.Forms.Panel();
  54. this.ucCarFormButtomJXJG1 = new MeterModuleLibrary.uc.ucCarFormButtomJXJG();
  55. this.ucCarFormTop_Jisco1 = new MeterModuleLibrary.uc.ucCarFormTop_Jisco();
  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(510, 686);
  69. this.btnSave.Name = "btnSave";
  70. this.btnSave.Size = new System.Drawing.Size(234, 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(673, 780);
  84. this.btnRecover.Name = "btnRecover";
  85. this.btnRecover.Size = new System.Drawing.Size(240, 38);
  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(960, 686);
  99. this.btnFH.Name = "btnFH";
  100. this.btnFH.Size = new System.Drawing.Size(238, 70);
  101. this.btnFH.TabIndex = 642;
  102. this.btnFH.Text = "返回主界面";
  103. this.btnFH.UseVisualStyleBackColor = false;
  104. this.btnFH.Click += new System.EventHandler(this.btnFH_Click);
  105. //
  106. // btnTare
  107. //
  108. this.btnTare.BackColor = System.Drawing.Color.DodgerBlue;
  109. this.btnTare.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  110. this.btnTare.Font = new System.Drawing.Font("楷体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  111. this.btnTare.ForeColor = System.Drawing.Color.White;
  112. this.btnTare.Location = new System.Drawing.Point(394, 781);
  113. this.btnTare.Name = "btnTare";
  114. this.btnTare.Size = new System.Drawing.Size(260, 37);
  115. this.btnTare.TabIndex = 643;
  116. this.btnTare.Text = "期限皮重";
  117. this.btnTare.UseVisualStyleBackColor = false;
  118. this.btnTare.Visible = false;
  119. this.btnTare.Click += new System.EventHandler(this.btnTare_Click);
  120. //
  121. // btnHelp
  122. //
  123. this.btnHelp.BackColor = System.Drawing.Color.DodgerBlue;
  124. this.btnHelp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  125. this.btnHelp.Font = new System.Drawing.Font("楷体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  126. this.btnHelp.ForeColor = System.Drawing.Color.White;
  127. this.btnHelp.Location = new System.Drawing.Point(72, 686);
  128. this.btnHelp.Name = "btnHelp";
  129. this.btnHelp.Size = new System.Drawing.Size(280, 70);
  130. this.btnHelp.TabIndex = 638;
  131. this.btnHelp.Text = "语音求助";
  132. this.btnHelp.UseVisualStyleBackColor = false;
  133. this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
  134. //
  135. // txtNet
  136. //
  137. this.txtNet.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.txtNet.Location = new System.Drawing.Point(264, 8);
  139. this.txtNet.Name = "txtNet";
  140. this.txtNet.ReadOnly = true;
  141. this.txtNet.Size = new System.Drawing.Size(70, 24);
  142. this.txtNet.TabIndex = 13;
  143. this.txtNet.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  144. //
  145. // txtTare
  146. //
  147. this.txtTare.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.txtTare.Location = new System.Drawing.Point(155, 8);
  149. this.txtTare.Name = "txtTare";
  150. this.txtTare.ReadOnly = true;
  151. this.txtTare.Size = new System.Drawing.Size(70, 24);
  152. this.txtTare.TabIndex = 12;
  153. this.txtTare.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  154. //
  155. // label5
  156. //
  157. this.label5.AutoSize = true;
  158. this.label5.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.label5.Location = new System.Drawing.Point(229, 13);
  160. this.label5.Name = "label5";
  161. this.label5.Size = new System.Drawing.Size(37, 15);
  162. this.label5.TabIndex = 11;
  163. this.label5.Text = "净重";
  164. //
  165. // label4
  166. //
  167. this.label4.AutoSize = true;
  168. this.label4.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.label4.Location = new System.Drawing.Point(118, 12);
  170. this.label4.Name = "label4";
  171. this.label4.Size = new System.Drawing.Size(37, 15);
  172. this.label4.TabIndex = 9;
  173. this.label4.Text = "皮重";
  174. //
  175. // label3
  176. //
  177. this.label3.AutoSize = true;
  178. this.label3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.label3.Location = new System.Drawing.Point(8, 12);
  180. this.label3.Name = "label3";
  181. this.label3.Size = new System.Drawing.Size(37, 15);
  182. this.label3.TabIndex = 7;
  183. this.label3.Text = "毛重";
  184. //
  185. // txtGroess
  186. //
  187. this.txtGroess.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.txtGroess.Location = new System.Drawing.Point(51, 9);
  189. this.txtGroess.Name = "txtGroess";
  190. this.txtGroess.ReadOnly = true;
  191. this.txtGroess.Size = new System.Drawing.Size(70, 24);
  192. this.txtGroess.TabIndex = 6;
  193. this.txtGroess.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  194. this.txtGroess.Visible = false;
  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(564, 7);
  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 = "";
  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.14";
  227. //
  228. // panelCarFormCentered
  229. //
  230. this.panelCarFormCentered.Controls.Add(this.ucCarMeterInfoJisco1);
  231. this.panelCarFormCentered.Controls.Add(this.txtCarNo);
  232. this.panelCarFormCentered.Controls.Add(this.ucWeightCarTJXJG1);
  233. this.panelCarFormCentered.Controls.Add(this.tableLayoutPanelPromptMsg);
  234. this.panelCarFormCentered.Controls.Add(this.ucWeightT1);
  235. this.panelCarFormCentered.Controls.Add(this.panelShowWeightJGNoUsed);
  236. this.panelCarFormCentered.Controls.Add(this.btnRecover);
  237. this.panelCarFormCentered.Controls.Add(this.btnSave);
  238. this.panelCarFormCentered.Controls.Add(this.btnHelp);
  239. this.panelCarFormCentered.Controls.Add(this.btnTare);
  240. this.panelCarFormCentered.Controls.Add(this.btnFH);
  241. this.panelCarFormCentered.Location = new System.Drawing.Point(0, 97);
  242. this.panelCarFormCentered.Name = "panelCarFormCentered";
  243. this.panelCarFormCentered.Size = new System.Drawing.Size(1280, 830);
  244. this.panelCarFormCentered.TabIndex = 592;
  245. //
  246. // ucCarMeterInfoJisco1
  247. //
  248. this.ucCarMeterInfoJisco1._preTrack = null;
  249. this.ucCarMeterInfoJisco1.BackColor = System.Drawing.Color.White;
  250. this.ucCarMeterInfoJisco1.Location = new System.Drawing.Point(3, 146);
  251. this.ucCarMeterInfoJisco1.Name = "ucCarMeterInfoJisco1";
  252. this.ucCarMeterInfoJisco1.Size = new System.Drawing.Size(1274, 283);
  253. this.ucCarMeterInfoJisco1.TabIndex = 649;
  254. //
  255. // txtCarNo
  256. //
  257. appearance1.BackColor = System.Drawing.Color.Transparent;
  258. appearance1.ForeColor = System.Drawing.Color.Black;
  259. appearance1.ForeColorDisabled = System.Drawing.Color.Black;
  260. this.txtCarNo.Appearance = appearance1;
  261. this.txtCarNo.BackColor = System.Drawing.Color.Transparent;
  262. this.txtCarNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  263. this.txtCarNo.Enabled = false;
  264. this.txtCarNo.Font = new System.Drawing.Font("宋体", 35F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(200)));
  265. this.txtCarNo.Location = new System.Drawing.Point(1002, 0);
  266. this.txtCarNo.Multiline = true;
  267. this.txtCarNo.Name = "txtCarNo";
  268. this.txtCarNo.ReadOnly = true;
  269. this.txtCarNo.Size = new System.Drawing.Size(266, 74);
  270. this.txtCarNo.TabIndex = 648;
  271. //
  272. // ucWeightCarTJXJG1
  273. //
  274. this.ucWeightCarTJXJG1.Location = new System.Drawing.Point(0, 0);
  275. this.ucWeightCarTJXJG1.Margin = new System.Windows.Forms.Padding(2);
  276. this.ucWeightCarTJXJG1.Name = "ucWeightCarTJXJG1";
  277. this.ucWeightCarTJXJG1.Size = new System.Drawing.Size(1278, 141);
  278. this.ucWeightCarTJXJG1.TabIndex = 647;
  279. //
  280. // tableLayoutPanelPromptMsg
  281. //
  282. this.tableLayoutPanelPromptMsg.ColumnCount = 1;
  283. this.tableLayoutPanelPromptMsg.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  284. this.tableLayoutPanelPromptMsg.Controls.Add(this.txtMsgInfo, 0, 1);
  285. this.tableLayoutPanelPromptMsg.Controls.Add(this.label9, 0, 0);
  286. this.tableLayoutPanelPromptMsg.Location = new System.Drawing.Point(0, 435);
  287. this.tableLayoutPanelPromptMsg.Name = "tableLayoutPanelPromptMsg";
  288. this.tableLayoutPanelPromptMsg.RowCount = 2;
  289. this.tableLayoutPanelPromptMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  290. this.tableLayoutPanelPromptMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  291. this.tableLayoutPanelPromptMsg.Size = new System.Drawing.Size(1277, 225);
  292. this.tableLayoutPanelPromptMsg.TabIndex = 646;
  293. //
  294. // txtMsgInfo
  295. //
  296. this.txtMsgInfo.BackColor = System.Drawing.Color.White;
  297. this.txtMsgInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  298. this.txtMsgInfo.Enabled = false;
  299. this.txtMsgInfo.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.txtMsgInfo.ForeColor = System.Drawing.Color.Red;
  301. this.txtMsgInfo.Location = new System.Drawing.Point(2, 42);
  302. this.txtMsgInfo.Margin = new System.Windows.Forms.Padding(2);
  303. this.txtMsgInfo.Name = "txtMsgInfo";
  304. this.txtMsgInfo.ReadOnly = true;
  305. this.txtMsgInfo.Size = new System.Drawing.Size(1273, 181);
  306. this.txtMsgInfo.TabIndex = 2;
  307. this.txtMsgInfo.Text = "";
  308. //
  309. // label9
  310. //
  311. this.label9.AutoSize = true;
  312. this.label9.Dock = System.Windows.Forms.DockStyle.Left;
  313. this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold);
  314. this.label9.Location = new System.Drawing.Point(3, 0);
  315. this.label9.Name = "label9";
  316. this.label9.Size = new System.Drawing.Size(135, 40);
  317. this.label9.TabIndex = 647;
  318. this.label9.Tag = "";
  319. this.label9.Text = "提示信息:";
  320. //
  321. // ucWeightT1
  322. //
  323. this.ucWeightT1.Enabled = false;
  324. this.ucWeightT1.Location = new System.Drawing.Point(3, 772);
  325. this.ucWeightT1.Margin = new System.Windows.Forms.Padding(2);
  326. this.ucWeightT1.Name = "ucWeightT1";
  327. this.ucWeightT1.Size = new System.Drawing.Size(386, 54);
  328. this.ucWeightT1.TabIndex = 0;
  329. this.ucWeightT1.Visible = false;
  330. //
  331. // panelShowWeightJGNoUsed
  332. //
  333. this.panelShowWeightJGNoUsed.BackColor = System.Drawing.Color.OrangeRed;
  334. this.panelShowWeightJGNoUsed.Controls.Add(this.txtTare);
  335. this.panelShowWeightJGNoUsed.Controls.Add(this.txtNet);
  336. this.panelShowWeightJGNoUsed.Controls.Add(this.txtGroess);
  337. this.panelShowWeightJGNoUsed.Controls.Add(this.label3);
  338. this.panelShowWeightJGNoUsed.Controls.Add(this.label4);
  339. this.panelShowWeightJGNoUsed.Controls.Add(this.label5);
  340. this.panelShowWeightJGNoUsed.Enabled = false;
  341. this.panelShowWeightJGNoUsed.Location = new System.Drawing.Point(919, 772);
  342. this.panelShowWeightJGNoUsed.Name = "panelShowWeightJGNoUsed";
  343. this.panelShowWeightJGNoUsed.Size = new System.Drawing.Size(349, 54);
  344. this.panelShowWeightJGNoUsed.TabIndex = 645;
  345. this.panelShowWeightJGNoUsed.Visible = false;
  346. //
  347. // ucCarFormButtomJXJG1
  348. //
  349. this.ucCarFormButtomJXJG1.Dock = System.Windows.Forms.DockStyle.Bottom;
  350. this.ucCarFormButtomJXJG1.Location = new System.Drawing.Point(0, 932);
  351. this.ucCarFormButtomJXJG1.Margin = new System.Windows.Forms.Padding(2);
  352. this.ucCarFormButtomJXJG1.Name = "ucCarFormButtomJXJG1";
  353. this.ucCarFormButtomJXJG1.Size = new System.Drawing.Size(1280, 92);
  354. this.ucCarFormButtomJXJG1.TabIndex = 594;
  355. //
  356. // ucCarFormTop_Jisco1
  357. //
  358. this.ucCarFormTop_Jisco1.BackColor = System.Drawing.Color.Transparent;
  359. this.ucCarFormTop_Jisco1.Dock = System.Windows.Forms.DockStyle.Top;
  360. this.ucCarFormTop_Jisco1.Location = new System.Drawing.Point(0, 0);
  361. this.ucCarFormTop_Jisco1.Margin = new System.Windows.Forms.Padding(2);
  362. this.ucCarFormTop_Jisco1.Name = "ucCarFormTop_Jisco1";
  363. this.ucCarFormTop_Jisco1.Size = new System.Drawing.Size(1280, 95);
  364. this.ucCarFormTop_Jisco1.TabIndex = 595;
  365. //
  366. // frmOneYardToEnd
  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.ucCarFormTop_Jisco1);
  377. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  378. this.MaximizeBox = false;
  379. this.MinimizeBox = false;
  380. this.Name = "frmOneYardToEnd";
  381. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  382. this.Text = "frmOneYardToEnd1280乘1024";
  383. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  384. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmOneYardToEnd_FormClosing);
  385. this.Load += new System.EventHandler(this.frmOneYardToEnd_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 System.Windows.Forms.Panel panelShowWeightJGNoUsed;
  416. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelPromptMsg;
  417. private System.Windows.Forms.RichTextBox txtMsgInfo;
  418. private System.Windows.Forms.Label label9;
  419. private MeterModuleLibrary.ucWeightCarTJXJG ucWeightCarTJXJG1;
  420. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCarNo;
  421. private MeterModuleLibrary.uc.ucCarFormTop_Jisco ucCarFormTop_Jisco1;
  422. private MeterModuleLibrary.ucCarMeterInfoJisco ucCarMeterInfoJisco1;
  423. }
  424. }