frmCarSalePurchase.Designer.cs 26 KB

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