frmOneYardToEnd.Designer.cs 24 KB

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