frmLocalTruckScaleActuals.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  1. namespace Core.StlMes.Client.LgResMgt.Mcms
  2. {
  3. partial class frmLocalTruckScaleActuals
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLocalTruckScaleActuals));
  30. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.panel4 = new System.Windows.Forms.Panel();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.btnClose = new System.Windows.Forms.Button();
  38. this.panel3 = new System.Windows.Forms.Panel();
  39. this.utbConnect = new Infragistics.Win.Misc.UltraButton();
  40. this.labPosition = new System.Windows.Forms.Label();
  41. this.cboPoundList = new System.Windows.Forms.ComboBox();
  42. this.panel5 = new System.Windows.Forms.Panel();
  43. this.panel2 = new System.Windows.Forms.Panel();
  44. this.panel8 = new System.Windows.Forms.Panel();
  45. this.textCar_no = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  46. this.panel6 = new System.Windows.Forms.Panel();
  47. this.txtWeight = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  48. this.panel9 = new System.Windows.Forms.Panel();
  49. this.label5 = new System.Windows.Forms.Label();
  50. this.txtNet_wet = new System.Windows.Forms.Label();
  51. this.label3 = new System.Windows.Forms.Label();
  52. this.label2 = new System.Windows.Forms.Label();
  53. this.label1 = new System.Windows.Forms.Label();
  54. this.labRealWgt = new System.Windows.Forms.Label();
  55. this.txtTaer_wt = new System.Windows.Forms.Label();
  56. this.txtCross_wt = new System.Windows.Forms.Label();
  57. this.timer1 = new System.Windows.Forms.Timer(this.components);
  58. this.txtMessage = new System.Windows.Forms.Label();
  59. this.panel10 = new System.Windows.Forms.Panel();
  60. this.labDate = new System.Windows.Forms.Label();
  61. this.labConnect = new System.Windows.Forms.Label();
  62. this.timer2 = new System.Windows.Forms.Timer(this.components);
  63. this.panel1.SuspendLayout();
  64. this.panel4.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  66. this.panel3.SuspendLayout();
  67. this.panel5.SuspendLayout();
  68. this.panel8.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.textCar_no)).BeginInit();
  70. this.panel6.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).BeginInit();
  72. this.panel9.SuspendLayout();
  73. this.panel10.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // panel1
  77. //
  78. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  79. this.panel1.Controls.Add(this.label4);
  80. this.panel1.Controls.Add(this.panel4);
  81. this.panel1.Controls.Add(this.panel3);
  82. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  83. this.panel1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
  84. this.panel1.Location = new System.Drawing.Point(0, 0);
  85. this.panel1.Name = "panel1";
  86. this.panel1.Size = new System.Drawing.Size(1807, 84);
  87. this.panel1.TabIndex = 0;
  88. //
  89. // label4
  90. //
  91. this.label4.AutoSize = true;
  92. this.label4.Font = new System.Drawing.Font("宋体", 42F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.label4.ForeColor = System.Drawing.Color.Red;
  94. this.label4.Location = new System.Drawing.Point(569, 9);
  95. this.label4.Name = "label4";
  96. this.label4.Size = new System.Drawing.Size(1010, 70);
  97. this.label4.TabIndex = 4;
  98. this.label4.Text = "江苏天淮钢管有限公司计量系统";
  99. //
  100. // panel4
  101. //
  102. this.panel4.Controls.Add(this.pictureBox1);
  103. this.panel4.Controls.Add(this.btnClose);
  104. this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
  105. this.panel4.Location = new System.Drawing.Point(1674, 0);
  106. this.panel4.Name = "panel4";
  107. this.panel4.Size = new System.Drawing.Size(133, 84);
  108. this.panel4.TabIndex = 3;
  109. //
  110. // pictureBox1
  111. //
  112. this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
  113. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  114. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  115. this.pictureBox1.Name = "pictureBox1";
  116. this.pictureBox1.Size = new System.Drawing.Size(65, 84);
  117. this.pictureBox1.TabIndex = 0;
  118. this.pictureBox1.TabStop = false;
  119. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  120. //
  121. // btnClose
  122. //
  123. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  124. this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  125. this.btnClose.ForeColor = System.Drawing.SystemColors.Control;
  126. this.btnClose.Location = new System.Drawing.Point(56, 0);
  127. this.btnClose.Name = "btnClose";
  128. this.btnClose.Size = new System.Drawing.Size(77, 84);
  129. this.btnClose.TabIndex = 2;
  130. this.btnClose.UseVisualStyleBackColor = true;
  131. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  132. //
  133. // panel3
  134. //
  135. this.panel3.Controls.Add(this.utbConnect);
  136. this.panel3.Controls.Add(this.labPosition);
  137. this.panel3.Controls.Add(this.cboPoundList);
  138. this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
  139. this.panel3.Location = new System.Drawing.Point(0, 0);
  140. this.panel3.Name = "panel3";
  141. this.panel3.Size = new System.Drawing.Size(318, 84);
  142. this.panel3.TabIndex = 0;
  143. //
  144. // utbConnect
  145. //
  146. this.utbConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  147. appearance15.ForeColor = System.Drawing.Color.Lime;
  148. this.utbConnect.Appearance = appearance15;
  149. this.utbConnect.AutoSize = true;
  150. this.utbConnect.Font = new System.Drawing.Font("宋体", 10F);
  151. this.utbConnect.Location = new System.Drawing.Point(230, 32);
  152. this.utbConnect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  153. this.utbConnect.Name = "utbConnect";
  154. this.utbConnect.Size = new System.Drawing.Size(33, 29);
  155. this.utbConnect.TabIndex = 596;
  156. this.utbConnect.Text = "●";
  157. this.utbConnect.Click += new System.EventHandler(this.utbConnect_Click);
  158. //
  159. // labPosition
  160. //
  161. this.labPosition.AutoSize = true;
  162. this.labPosition.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.labPosition.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  164. this.labPosition.Location = new System.Drawing.Point(12, 32);
  165. this.labPosition.Name = "labPosition";
  166. this.labPosition.Size = new System.Drawing.Size(103, 30);
  167. this.labPosition.TabIndex = 1;
  168. this.labPosition.Text = "磅房:";
  169. //
  170. // cboPoundList
  171. //
  172. this.cboPoundList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  173. this.cboPoundList.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.cboPoundList.FormattingEnabled = true;
  175. this.cboPoundList.Items.AddRange(new object[] {
  176. "A",
  177. "B",
  178. "C"});
  179. this.cboPoundList.Location = new System.Drawing.Point(122, 23);
  180. this.cboPoundList.Name = "cboPoundList";
  181. this.cboPoundList.Size = new System.Drawing.Size(80, 45);
  182. this.cboPoundList.TabIndex = 0;
  183. this.cboPoundList.SelectedValueChanged += new System.EventHandler(this.comboBox1_SelectedValueChanged);
  184. //
  185. // panel5
  186. //
  187. this.panel5.Controls.Add(this.panel2);
  188. this.panel5.Controls.Add(this.panel8);
  189. this.panel5.Controls.Add(this.panel6);
  190. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  191. this.panel5.Location = new System.Drawing.Point(0, 84);
  192. this.panel5.Name = "panel5";
  193. this.panel5.Size = new System.Drawing.Size(1807, 124);
  194. this.panel5.TabIndex = 2;
  195. //
  196. // panel2
  197. //
  198. this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
  199. this.panel2.Location = new System.Drawing.Point(833, 0);
  200. this.panel2.Name = "panel2";
  201. this.panel2.Size = new System.Drawing.Size(10, 124);
  202. this.panel2.TabIndex = 3;
  203. //
  204. // panel8
  205. //
  206. this.panel8.Controls.Add(this.textCar_no);
  207. this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
  208. this.panel8.Location = new System.Drawing.Point(833, 0);
  209. this.panel8.Name = "panel8";
  210. this.panel8.Size = new System.Drawing.Size(974, 124);
  211. this.panel8.TabIndex = 2;
  212. //
  213. // textCar_no
  214. //
  215. appearance2.BackColor = System.Drawing.Color.Black;
  216. appearance2.ForeColor = System.Drawing.Color.Lime;
  217. appearance2.ForeColorDisabled = System.Drawing.Color.Lime;
  218. appearance2.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance2.ImageBackground")));
  219. appearance2.TextHAlignAsString = "Left";
  220. this.textCar_no.Appearance = appearance2;
  221. this.textCar_no.BackColor = System.Drawing.Color.Black;
  222. this.textCar_no.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  223. this.textCar_no.Dock = System.Windows.Forms.DockStyle.Fill;
  224. this.textCar_no.Enabled = false;
  225. this.textCar_no.Font = new System.Drawing.Font("楷体", 70.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.textCar_no.ImeMode = System.Windows.Forms.ImeMode.Alpha;
  227. this.textCar_no.Location = new System.Drawing.Point(0, 0);
  228. this.textCar_no.Margin = new System.Windows.Forms.Padding(4);
  229. this.textCar_no.Name = "textCar_no";
  230. this.textCar_no.ReadOnly = true;
  231. this.textCar_no.Size = new System.Drawing.Size(974, 139);
  232. this.textCar_no.TabIndex = 0;
  233. this.textCar_no.Text = "苏H7890S";
  234. //
  235. // panel6
  236. //
  237. this.panel6.Controls.Add(this.txtWeight);
  238. this.panel6.Dock = System.Windows.Forms.DockStyle.Left;
  239. this.panel6.Location = new System.Drawing.Point(0, 0);
  240. this.panel6.Name = "panel6";
  241. this.panel6.Size = new System.Drawing.Size(833, 124);
  242. this.panel6.TabIndex = 0;
  243. //
  244. // txtWeight
  245. //
  246. appearance1.BackColor = System.Drawing.Color.Black;
  247. appearance1.ForeColor = System.Drawing.Color.Lime;
  248. appearance1.ForeColorDisabled = System.Drawing.Color.Lime;
  249. appearance1.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance1.ImageBackground")));
  250. appearance1.TextHAlignAsString = "Right";
  251. this.txtWeight.Appearance = appearance1;
  252. this.txtWeight.BackColor = System.Drawing.Color.Black;
  253. this.txtWeight.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  254. this.txtWeight.Dock = System.Windows.Forms.DockStyle.Fill;
  255. this.txtWeight.Enabled = false;
  256. this.txtWeight.Font = new System.Drawing.Font("楷体", 70.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.txtWeight.Location = new System.Drawing.Point(0, 0);
  258. this.txtWeight.Margin = new System.Windows.Forms.Padding(4);
  259. this.txtWeight.Name = "txtWeight";
  260. this.txtWeight.ReadOnly = true;
  261. this.txtWeight.Size = new System.Drawing.Size(833, 139);
  262. this.txtWeight.TabIndex = 577;
  263. this.txtWeight.Text = "0.00";
  264. //
  265. // panel9
  266. //
  267. this.panel9.Controls.Add(this.label5);
  268. this.panel9.Controls.Add(this.txtNet_wet);
  269. this.panel9.Controls.Add(this.label3);
  270. this.panel9.Controls.Add(this.label2);
  271. this.panel9.Controls.Add(this.label1);
  272. this.panel9.Controls.Add(this.labRealWgt);
  273. this.panel9.Controls.Add(this.txtTaer_wt);
  274. this.panel9.Controls.Add(this.txtCross_wt);
  275. this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
  276. this.panel9.Location = new System.Drawing.Point(0, 208);
  277. this.panel9.Name = "panel9";
  278. this.panel9.Size = new System.Drawing.Size(1807, 876);
  279. this.panel9.TabIndex = 3;
  280. //
  281. // label5
  282. //
  283. this.label5.AutoSize = true;
  284. this.label5.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.label5.Location = new System.Drawing.Point(631, 530);
  286. this.label5.Name = "label5";
  287. this.label5.Size = new System.Drawing.Size(492, 100);
  288. this.label5.TabIndex = 2;
  289. this.label5.Text = "净重(t)";
  290. //
  291. // txtNet_wet
  292. //
  293. this.txtNet_wet.AutoSize = true;
  294. this.txtNet_wet.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.txtNet_wet.ForeColor = System.Drawing.Color.Blue;
  296. this.txtNet_wet.Location = new System.Drawing.Point(631, 676);
  297. this.txtNet_wet.Name = "txtNet_wet";
  298. this.txtNet_wet.Size = new System.Drawing.Size(348, 100);
  299. this.txtNet_wet.TabIndex = 1;
  300. this.txtNet_wet.Text = "label2";
  301. //
  302. // label3
  303. //
  304. this.label3.AutoSize = true;
  305. this.label3.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.label3.Location = new System.Drawing.Point(1376, 539);
  307. this.label3.Name = "label3";
  308. this.label3.Size = new System.Drawing.Size(492, 100);
  309. this.label3.TabIndex = 2;
  310. this.label3.Text = "毛重(t)";
  311. //
  312. // label2
  313. //
  314. this.label2.AutoSize = true;
  315. this.label2.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.label2.Location = new System.Drawing.Point(631, 179);
  317. this.label2.Name = "label2";
  318. this.label2.Size = new System.Drawing.Size(692, 100);
  319. this.label2.TabIndex = 0;
  320. this.label2.Text = "称重重量(t)";
  321. //
  322. // label1
  323. //
  324. this.label1.AutoSize = true;
  325. this.label1.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.label1.Location = new System.Drawing.Point(1376, 179);
  327. this.label1.Name = "label1";
  328. this.label1.Size = new System.Drawing.Size(492, 100);
  329. this.label1.TabIndex = 0;
  330. this.label1.Text = "皮重(t)";
  331. //
  332. // labRealWgt
  333. //
  334. this.labRealWgt.AutoSize = true;
  335. this.labRealWgt.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.labRealWgt.ForeColor = System.Drawing.Color.Blue;
  337. this.labRealWgt.Location = new System.Drawing.Point(631, 325);
  338. this.labRealWgt.Name = "labRealWgt";
  339. this.labRealWgt.Size = new System.Drawing.Size(348, 100);
  340. this.labRealWgt.TabIndex = 1;
  341. this.labRealWgt.Text = "label2";
  342. //
  343. // txtTaer_wt
  344. //
  345. this.txtTaer_wt.AutoSize = true;
  346. this.txtTaer_wt.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.txtTaer_wt.ForeColor = System.Drawing.Color.Blue;
  348. this.txtTaer_wt.Location = new System.Drawing.Point(1376, 331);
  349. this.txtTaer_wt.Name = "txtTaer_wt";
  350. this.txtTaer_wt.Size = new System.Drawing.Size(348, 100);
  351. this.txtTaer_wt.TabIndex = 1;
  352. this.txtTaer_wt.Text = "label2";
  353. //
  354. // txtCross_wt
  355. //
  356. this.txtCross_wt.AutoSize = true;
  357. this.txtCross_wt.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.txtCross_wt.ForeColor = System.Drawing.Color.Blue;
  359. this.txtCross_wt.Location = new System.Drawing.Point(1376, 673);
  360. this.txtCross_wt.Name = "txtCross_wt";
  361. this.txtCross_wt.Size = new System.Drawing.Size(348, 100);
  362. this.txtCross_wt.TabIndex = 1;
  363. this.txtCross_wt.Text = "label2";
  364. //
  365. // timer1
  366. //
  367. this.timer1.Enabled = true;
  368. this.timer1.Interval = 2000;
  369. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  370. //
  371. // txtMessage
  372. //
  373. this.txtMessage.AutoSize = true;
  374. this.txtMessage.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  375. this.txtMessage.ForeColor = System.Drawing.Color.Red;
  376. this.txtMessage.Location = new System.Drawing.Point(244, 24);
  377. this.txtMessage.Name = "txtMessage";
  378. this.txtMessage.Size = new System.Drawing.Size(117, 28);
  379. this.txtMessage.TabIndex = 1;
  380. this.txtMessage.Text = "message";
  381. //
  382. // panel10
  383. //
  384. this.panel10.Controls.Add(this.txtMessage);
  385. this.panel10.Controls.Add(this.labDate);
  386. this.panel10.Controls.Add(this.labConnect);
  387. this.panel10.Dock = System.Windows.Forms.DockStyle.Bottom;
  388. this.panel10.Location = new System.Drawing.Point(0, 982);
  389. this.panel10.Name = "panel10";
  390. this.panel10.Size = new System.Drawing.Size(1807, 102);
  391. this.panel10.TabIndex = 4;
  392. //
  393. // labDate
  394. //
  395. this.labDate.AutoSize = true;
  396. this.labDate.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.labDate.ForeColor = System.Drawing.Color.Blue;
  398. this.labDate.Location = new System.Drawing.Point(526, 24);
  399. this.labDate.Name = "labDate";
  400. this.labDate.Size = new System.Drawing.Size(95, 38);
  401. this.labDate.TabIndex = 1;
  402. this.labDate.Text = "日期";
  403. //
  404. // labConnect
  405. //
  406. this.labConnect.AutoSize = true;
  407. this.labConnect.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  408. this.labConnect.ForeColor = System.Drawing.Color.Blue;
  409. this.labConnect.Location = new System.Drawing.Point(954, 23);
  410. this.labConnect.Name = "labConnect";
  411. this.labConnect.Size = new System.Drawing.Size(472, 38);
  412. this.labConnect.TabIndex = 1;
  413. this.labConnect.Text = "联系电话:0517-89221510";
  414. //
  415. // timer2
  416. //
  417. this.timer2.Enabled = true;
  418. this.timer2.Interval = 1000;
  419. this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  420. //
  421. // frmLocalTruckScaleActuals
  422. //
  423. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  424. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  425. this.ClientSize = new System.Drawing.Size(1807, 1084);
  426. this.ControlBox = false;
  427. this.Controls.Add(this.panel10);
  428. this.Controls.Add(this.panel9);
  429. this.Controls.Add(this.panel5);
  430. this.Controls.Add(this.panel1);
  431. this.Name = "frmLocalTruckScaleActuals";
  432. this.Text = "";
  433. this.Load += new System.EventHandler(this.frmLocalTruckScaleActual_Load);
  434. this.panel1.ResumeLayout(false);
  435. this.panel1.PerformLayout();
  436. this.panel4.ResumeLayout(false);
  437. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  438. this.panel3.ResumeLayout(false);
  439. this.panel3.PerformLayout();
  440. this.panel5.ResumeLayout(false);
  441. this.panel8.ResumeLayout(false);
  442. this.panel8.PerformLayout();
  443. ((System.ComponentModel.ISupportInitialize)(this.textCar_no)).EndInit();
  444. this.panel6.ResumeLayout(false);
  445. this.panel6.PerformLayout();
  446. ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).EndInit();
  447. this.panel9.ResumeLayout(false);
  448. this.panel9.PerformLayout();
  449. this.panel10.ResumeLayout(false);
  450. this.panel10.PerformLayout();
  451. this.ResumeLayout(false);
  452. }
  453. #endregion
  454. private System.Windows.Forms.Panel panel1;
  455. private System.Windows.Forms.Panel panel3;
  456. private System.Windows.Forms.Label labPosition;
  457. private System.Windows.Forms.ComboBox cboPoundList;
  458. private System.Windows.Forms.Panel panel5;
  459. private System.Windows.Forms.Panel panel8;
  460. private System.Windows.Forms.Panel panel6;
  461. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtWeight;
  462. protected Infragistics.Win.UltraWinEditors.UltraTextEditor textCar_no;
  463. private System.Windows.Forms.Panel panel9;
  464. private System.Windows.Forms.Label label5;
  465. private System.Windows.Forms.Label label3;
  466. private System.Windows.Forms.Label txtNet_wet;
  467. private System.Windows.Forms.Label txtCross_wt;
  468. private System.Windows.Forms.Label txtTaer_wt;
  469. private System.Windows.Forms.Label label1;
  470. private Infragistics.Win.Misc.UltraButton utbConnect;
  471. private System.Windows.Forms.Timer timer1;
  472. private System.Windows.Forms.Panel panel2;
  473. private System.Windows.Forms.Label txtMessage;
  474. private System.Windows.Forms.Panel panel10;
  475. private System.Windows.Forms.Button btnClose;
  476. private System.Windows.Forms.Label label2;
  477. private System.Windows.Forms.Label labRealWgt;
  478. private System.Windows.Forms.Panel panel4;
  479. private System.Windows.Forms.PictureBox pictureBox1;
  480. private System.Windows.Forms.Label labDate;
  481. private System.Windows.Forms.Timer timer2;
  482. private System.Windows.Forms.Label labConnect;
  483. private System.Windows.Forms.Label label4;
  484. }
  485. }