frmMain.Designer.cs 67 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237
  1. 
  2. namespace CarLocalMeter
  3. {
  4. partial class frmMain
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("一次计量数据", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("actualFirstNo");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("carNo");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meterWeight");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotNo");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotName");
  37. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab8 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  41. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
  42. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  43. this.ultraGridFirst = new Infragistics.Win.UltraWinGrid.UltraGrid();
  44. this.dataSetFirst = new System.Data.DataSet();
  45. this.dataTableFirst = new System.Data.DataTable();
  46. this.dataColumn69 = new System.Data.DataColumn();
  47. this.dataColumn162 = new System.Data.DataColumn();
  48. this.dataColumn190 = new System.Data.DataColumn();
  49. this.dataColumn193 = new System.Data.DataColumn();
  50. this.dataColumn194 = new System.Data.DataColumn();
  51. this.dataColumn195 = new System.Data.DataColumn();
  52. this.dataSet2 = new System.Data.DataSet();
  53. this.dataTableSJ = new System.Data.DataTable();
  54. this.dataColumn1 = new System.Data.DataColumn();
  55. this.dataColumn2 = new System.Data.DataColumn();
  56. this.dataColumn4 = new System.Data.DataColumn();
  57. this.dataColumn7 = new System.Data.DataColumn();
  58. this.dataColumn13 = new System.Data.DataColumn();
  59. this.dataColumn15 = new System.Data.DataColumn();
  60. this.dataColumn30 = new System.Data.DataColumn();
  61. this.dataColumn31 = new System.Data.DataColumn();
  62. this.dataColumn34 = new System.Data.DataColumn();
  63. this.dataColumn35 = new System.Data.DataColumn();
  64. this.dataColumn36 = new System.Data.DataColumn();
  65. this.dataColumn41 = new System.Data.DataColumn();
  66. this.dataColumn42 = new System.Data.DataColumn();
  67. this.dataColumn45 = new System.Data.DataColumn();
  68. this.dataColumn46 = new System.Data.DataColumn();
  69. this.dataColumn47 = new System.Data.DataColumn();
  70. this.dataColumn51 = new System.Data.DataColumn();
  71. this.dataColumn55 = new System.Data.DataColumn();
  72. this.dataColumn56 = new System.Data.DataColumn();
  73. this.dataColumn57 = new System.Data.DataColumn();
  74. this.panel3 = new System.Windows.Forms.Panel();
  75. this.uTab = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  76. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  77. this.panel11 = new System.Windows.Forms.Panel();
  78. this.btnExport = new System.Windows.Forms.Button();
  79. this.btnSave = new System.Windows.Forms.Button();
  80. this.btnOpenVoice = new System.Windows.Forms.Button();
  81. this.groupBox1 = new System.Windows.Forms.GroupBox();
  82. this.txtMsgInfo = new System.Windows.Forms.RichTextBox();
  83. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  84. this.txtMETER_TYPE = new System.Windows.Forms.Label();
  85. this.label15 = new System.Windows.Forms.Label();
  86. this.label16 = new System.Windows.Forms.Label();
  87. this.label9 = new System.Windows.Forms.Label();
  88. this.label8 = new System.Windows.Forms.Label();
  89. this.txtMATTER_NAME = new System.Windows.Forms.Label();
  90. this.txtFORWARDING_UNIT_NAME = new System.Windows.Forms.Label();
  91. this.txtRECEIVING_UINT_NAME = new System.Windows.Forms.Label();
  92. this.panel10 = new System.Windows.Forms.Panel();
  93. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  94. this.txtNet = new System.Windows.Forms.Label();
  95. this.txtTare = new System.Windows.Forms.Label();
  96. this.label4 = new System.Windows.Forms.Label();
  97. this.label22 = new System.Windows.Forms.Label();
  98. this.txtGroess = new System.Windows.Forms.Label();
  99. this.label3 = new System.Windows.Forms.Label();
  100. this.panel5 = new System.Windows.Forms.Panel();
  101. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  102. this.panel7 = new System.Windows.Forms.Panel();
  103. this.panel9 = new System.Windows.Forms.Panel();
  104. this.btnHRed = new System.Windows.Forms.Button();
  105. this.picHRed = new System.Windows.Forms.PictureBox();
  106. this.panel8 = new System.Windows.Forms.Panel();
  107. this.btnQRed = new System.Windows.Forms.Button();
  108. this.picQRed = new System.Windows.Forms.PictureBox();
  109. this.panel6 = new System.Windows.Forms.Panel();
  110. this.ucWeightT1 = new MeterModuleLibrary.ucWeightT();
  111. this.panel4 = new System.Windows.Forms.Panel();
  112. this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
  113. this.label1 = new System.Windows.Forms.Label();
  114. this.txtCarNo = new System.Windows.Forms.TextBox();
  115. this.cbCarNo = new System.Windows.Forms.ComboBox();
  116. this.lbPointName = new System.Windows.Forms.Label();
  117. this.lbPntName = new System.Windows.Forms.Label();
  118. this.label2 = new System.Windows.Forms.Label();
  119. this.pbLineOn = new System.Windows.Forms.PictureBox();
  120. this.panel1 = new System.Windows.Forms.Panel();
  121. this.plImgShow = new System.Windows.Forms.Panel();
  122. this.pictureShow = new System.Windows.Forms.PictureBox();
  123. this.timer1 = new System.Windows.Forms.Timer(this.components);
  124. this.ultraTabPageControl2.SuspendLayout();
  125. ((System.ComponentModel.ISupportInitialize)(this.ultraGridFirst)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.dataSetFirst)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.dataTableFirst)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.dataTableSJ)).BeginInit();
  130. this.panel3.SuspendLayout();
  131. ((System.ComponentModel.ISupportInitialize)(this.uTab)).BeginInit();
  132. this.uTab.SuspendLayout();
  133. this.panel11.SuspendLayout();
  134. this.groupBox1.SuspendLayout();
  135. this.tableLayoutPanel4.SuspendLayout();
  136. this.panel10.SuspendLayout();
  137. this.tableLayoutPanel1.SuspendLayout();
  138. this.panel5.SuspendLayout();
  139. this.tableLayoutPanel2.SuspendLayout();
  140. this.panel7.SuspendLayout();
  141. this.panel9.SuspendLayout();
  142. ((System.ComponentModel.ISupportInitialize)(this.picHRed)).BeginInit();
  143. this.panel8.SuspendLayout();
  144. ((System.ComponentModel.ISupportInitialize)(this.picQRed)).BeginInit();
  145. this.panel6.SuspendLayout();
  146. this.panel4.SuspendLayout();
  147. this.tableLayoutPanel7.SuspendLayout();
  148. ((System.ComponentModel.ISupportInitialize)(this.pbLineOn)).BeginInit();
  149. this.plImgShow.SuspendLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.pictureShow)).BeginInit();
  151. this.SuspendLayout();
  152. //
  153. // ultraTabPageControl2
  154. //
  155. this.ultraTabPageControl2.Controls.Add(this.ultraGridFirst);
  156. this.ultraTabPageControl2.Location = new System.Drawing.Point(1, 25);
  157. this.ultraTabPageControl2.Margin = new System.Windows.Forms.Padding(4);
  158. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  159. this.ultraTabPageControl2.Size = new System.Drawing.Size(853, 584);
  160. //
  161. // ultraGridFirst
  162. //
  163. this.ultraGridFirst.DataMember = "一次计量数据";
  164. this.ultraGridFirst.DataSource = this.dataSetFirst;
  165. ultraGridColumn1.Header.VisiblePosition = 0;
  166. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  167. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  168. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  169. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  170. ultraGridColumn2.Header.VisiblePosition = 1;
  171. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  172. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  173. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  174. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  175. ultraGridColumn3.Header.VisiblePosition = 2;
  176. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  177. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  178. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  179. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  180. ultraGridColumn4.Header.VisiblePosition = 3;
  181. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  182. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  183. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  184. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  185. ultraGridColumn5.Header.VisiblePosition = 4;
  186. ultraGridColumn5.Hidden = true;
  187. ultraGridColumn6.Header.VisiblePosition = 5;
  188. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 0;
  189. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  190. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  191. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  192. ultraGridBand1.Columns.AddRange(new object[] {
  193. ultraGridColumn1,
  194. ultraGridColumn2,
  195. ultraGridColumn3,
  196. ultraGridColumn4,
  197. ultraGridColumn5,
  198. ultraGridColumn6});
  199. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  200. this.ultraGridFirst.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  201. this.ultraGridFirst.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty;
  202. this.ultraGridFirst.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty;
  203. this.ultraGridFirst.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D;
  204. appearance7.TextVAlignAsString = "Middle";
  205. this.ultraGridFirst.DisplayLayout.Override.CellAppearance = appearance7;
  206. this.ultraGridFirst.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  207. appearance8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  208. appearance8.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  209. this.ultraGridFirst.DisplayLayout.Override.HeaderAppearance = appearance8;
  210. this.ultraGridFirst.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  211. this.ultraGridFirst.DisplayLayout.Override.MaxSelectedRows = 1;
  212. this.ultraGridFirst.DisplayLayout.Override.MinRowHeight = 21;
  213. appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  214. appearance9.TextVAlignAsString = "Middle";
  215. this.ultraGridFirst.DisplayLayout.Override.RowSelectorAppearance = appearance9;
  216. this.ultraGridFirst.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  217. this.ultraGridFirst.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  218. this.ultraGridFirst.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  219. this.ultraGridFirst.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  220. this.ultraGridFirst.Dock = System.Windows.Forms.DockStyle.Fill;
  221. this.ultraGridFirst.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.ultraGridFirst.Location = new System.Drawing.Point(0, 0);
  223. this.ultraGridFirst.Margin = new System.Windows.Forms.Padding(4);
  224. this.ultraGridFirst.Name = "ultraGridFirst";
  225. this.ultraGridFirst.Size = new System.Drawing.Size(853, 584);
  226. this.ultraGridFirst.TabIndex = 6;
  227. //
  228. // dataSetFirst
  229. //
  230. this.dataSetFirst.DataSetName = "NewDataSet";
  231. this.dataSetFirst.Tables.AddRange(new System.Data.DataTable[] {
  232. this.dataTableFirst});
  233. //
  234. // dataTableFirst
  235. //
  236. this.dataTableFirst.Columns.AddRange(new System.Data.DataColumn[] {
  237. this.dataColumn69,
  238. this.dataColumn162,
  239. this.dataColumn190,
  240. this.dataColumn193,
  241. this.dataColumn194,
  242. this.dataColumn195});
  243. this.dataTableFirst.TableName = "一次计量数据";
  244. //
  245. // dataColumn69
  246. //
  247. this.dataColumn69.Caption = "结净编号";
  248. this.dataColumn69.ColumnName = "actualFirstNo";
  249. //
  250. // dataColumn162
  251. //
  252. this.dataColumn162.Caption = "车号";
  253. this.dataColumn162.ColumnName = "carNo";
  254. //
  255. // dataColumn190
  256. //
  257. this.dataColumn190.Caption = "计量重量";
  258. this.dataColumn190.ColumnName = "meterWeight";
  259. //
  260. // dataColumn193
  261. //
  262. this.dataColumn193.Caption = "计量时间";
  263. this.dataColumn193.ColumnName = "createTime";
  264. //
  265. // dataColumn194
  266. //
  267. this.dataColumn194.Caption = "计量点编号";
  268. this.dataColumn194.ColumnName = "baseSpotNo";
  269. //
  270. // dataColumn195
  271. //
  272. this.dataColumn195.Caption = "计量点名称";
  273. this.dataColumn195.ColumnName = "baseSpotName";
  274. //
  275. // dataSet2
  276. //
  277. this.dataSet2.DataSetName = "NewDataSet";
  278. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  279. this.dataTableSJ});
  280. //
  281. // dataTableSJ
  282. //
  283. this.dataTableSJ.Columns.AddRange(new System.Data.DataColumn[] {
  284. this.dataColumn1,
  285. this.dataColumn2,
  286. this.dataColumn4,
  287. this.dataColumn7,
  288. this.dataColumn13,
  289. this.dataColumn15,
  290. this.dataColumn30,
  291. this.dataColumn31,
  292. this.dataColumn34,
  293. this.dataColumn35,
  294. this.dataColumn36,
  295. this.dataColumn41,
  296. this.dataColumn42,
  297. this.dataColumn45,
  298. this.dataColumn46,
  299. this.dataColumn47,
  300. this.dataColumn51,
  301. this.dataColumn55,
  302. this.dataColumn56,
  303. this.dataColumn57});
  304. this.dataTableSJ.TableName = "计量实绩";
  305. //
  306. // dataColumn1
  307. //
  308. this.dataColumn1.Caption = "结净编号";
  309. this.dataColumn1.ColumnName = "actualNo";
  310. //
  311. // dataColumn2
  312. //
  313. this.dataColumn2.Caption = "预报编号";
  314. this.dataColumn2.ColumnName = "predictionNo";
  315. //
  316. // dataColumn4
  317. //
  318. this.dataColumn4.Caption = "车号";
  319. this.dataColumn4.ColumnName = "carNo";
  320. //
  321. // dataColumn7
  322. //
  323. this.dataColumn7.Caption = "物料名称";
  324. this.dataColumn7.ColumnName = "matterName";
  325. //
  326. // dataColumn13
  327. //
  328. this.dataColumn13.Caption = "发货单位名称";
  329. this.dataColumn13.ColumnName = "forwardingUnitName";
  330. //
  331. // dataColumn15
  332. //
  333. this.dataColumn15.Caption = "收货单位名称";
  334. this.dataColumn15.ColumnName = "receivingUintName";
  335. //
  336. // dataColumn30
  337. //
  338. this.dataColumn30.Caption = "毛重计量作业编号";
  339. this.dataColumn30.ColumnName = "actualFirst1No";
  340. //
  341. // dataColumn31
  342. //
  343. this.dataColumn31.Caption = "毛重";
  344. this.dataColumn31.ColumnName = "grossWeight";
  345. //
  346. // dataColumn34
  347. //
  348. this.dataColumn34.Caption = "毛重计量时间";
  349. this.dataColumn34.ColumnName = "grossTime";
  350. //
  351. // dataColumn35
  352. //
  353. this.dataColumn35.Caption = "毛重计量点编号";
  354. this.dataColumn35.ColumnName = "baseSpot1No";
  355. //
  356. // dataColumn36
  357. //
  358. this.dataColumn36.Caption = "毛重计量点名称";
  359. this.dataColumn36.ColumnName = "baseSpot1Name";
  360. //
  361. // dataColumn41
  362. //
  363. this.dataColumn41.Caption = "皮重计量作业编号";
  364. this.dataColumn41.ColumnName = "actualFirst2No";
  365. //
  366. // dataColumn42
  367. //
  368. this.dataColumn42.Caption = "皮重";
  369. this.dataColumn42.ColumnName = "tareWeight";
  370. //
  371. // dataColumn45
  372. //
  373. this.dataColumn45.Caption = "皮重计量时间";
  374. this.dataColumn45.ColumnName = "tareTime";
  375. //
  376. // dataColumn46
  377. //
  378. this.dataColumn46.Caption = "皮重计量点编号";
  379. this.dataColumn46.ColumnName = "baseSpot2No";
  380. //
  381. // dataColumn47
  382. //
  383. this.dataColumn47.Caption = "皮重计量点名称";
  384. this.dataColumn47.ColumnName = "baseSpot2Name";
  385. //
  386. // dataColumn51
  387. //
  388. this.dataColumn51.Caption = "净重";
  389. this.dataColumn51.ColumnName = "netWeight";
  390. //
  391. // dataColumn55
  392. //
  393. this.dataColumn55.Caption = "净重计量时间";
  394. this.dataColumn55.ColumnName = "netTime";
  395. //
  396. // dataColumn56
  397. //
  398. this.dataColumn56.Caption = "净重计量点编号";
  399. this.dataColumn56.ColumnName = "netSpot3No";
  400. //
  401. // dataColumn57
  402. //
  403. this.dataColumn57.Caption = "净重计量点名称";
  404. this.dataColumn57.ColumnName = "netSpot3Name";
  405. //
  406. // panel3
  407. //
  408. this.panel3.AutoScroll = true;
  409. this.panel3.BackColor = System.Drawing.Color.Transparent;
  410. this.panel3.Controls.Add(this.uTab);
  411. this.panel3.Controls.Add(this.panel11);
  412. this.panel3.Controls.Add(this.panel10);
  413. this.panel3.Controls.Add(this.panel5);
  414. this.panel3.Controls.Add(this.panel4);
  415. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  416. this.panel3.Location = new System.Drawing.Point(488, 0);
  417. this.panel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  418. this.panel3.MinimumSize = new System.Drawing.Size(777, 790);
  419. this.panel3.Name = "panel3";
  420. this.panel3.Size = new System.Drawing.Size(855, 984);
  421. this.panel3.TabIndex = 8;
  422. //
  423. // uTab
  424. //
  425. this.uTab.Controls.Add(this.ultraTabSharedControlsPage1);
  426. this.uTab.Controls.Add(this.ultraTabPageControl2);
  427. this.uTab.Dock = System.Windows.Forms.DockStyle.Fill;
  428. this.uTab.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  429. this.uTab.Location = new System.Drawing.Point(0, 374);
  430. this.uTab.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  431. this.uTab.Name = "uTab";
  432. this.uTab.SharedControlsPage = this.ultraTabSharedControlsPage1;
  433. this.uTab.Size = new System.Drawing.Size(855, 610);
  434. this.uTab.TabIndex = 6;
  435. ultraTab8.TabPage = this.ultraTabPageControl2;
  436. ultraTab8.Text = "未上传数据";
  437. this.uTab.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  438. ultraTab8});
  439. this.uTab.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
  440. //
  441. // ultraTabSharedControlsPage1
  442. //
  443. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  444. this.ultraTabSharedControlsPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  445. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  446. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(853, 584);
  447. //
  448. // panel11
  449. //
  450. this.panel11.Controls.Add(this.btnExport);
  451. this.panel11.Controls.Add(this.btnSave);
  452. this.panel11.Controls.Add(this.btnOpenVoice);
  453. this.panel11.Controls.Add(this.groupBox1);
  454. this.panel11.Controls.Add(this.tableLayoutPanel4);
  455. this.panel11.Dock = System.Windows.Forms.DockStyle.Top;
  456. this.panel11.Location = new System.Drawing.Point(0, 146);
  457. this.panel11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  458. this.panel11.Name = "panel11";
  459. this.panel11.Size = new System.Drawing.Size(855, 228);
  460. this.panel11.TabIndex = 3;
  461. //
  462. // btnExport
  463. //
  464. this.btnExport.BackColor = System.Drawing.Color.DodgerBlue;
  465. this.btnExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  466. this.btnExport.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  467. this.btnExport.ForeColor = System.Drawing.Color.White;
  468. this.btnExport.Location = new System.Drawing.Point(591, 178);
  469. this.btnExport.Margin = new System.Windows.Forms.Padding(4);
  470. this.btnExport.Name = "btnExport";
  471. this.btnExport.Size = new System.Drawing.Size(138, 40);
  472. this.btnExport.TabIndex = 12;
  473. this.btnExport.Text = "未上传数据导出";
  474. this.btnExport.UseVisualStyleBackColor = false;
  475. this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
  476. //
  477. // btnSave
  478. //
  479. this.btnSave.BackColor = System.Drawing.Color.DodgerBlue;
  480. this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  481. this.btnSave.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  482. this.btnSave.ForeColor = System.Drawing.Color.White;
  483. this.btnSave.Location = new System.Drawing.Point(90, 176);
  484. this.btnSave.Margin = new System.Windows.Forms.Padding(4);
  485. this.btnSave.Name = "btnSave";
  486. this.btnSave.Size = new System.Drawing.Size(138, 40);
  487. this.btnSave.TabIndex = 11;
  488. this.btnSave.Text = "保存";
  489. this.btnSave.UseVisualStyleBackColor = false;
  490. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  491. //
  492. // btnOpenVoice
  493. //
  494. this.btnOpenVoice.BackColor = System.Drawing.Color.DodgerBlue;
  495. this.btnOpenVoice.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  496. this.btnOpenVoice.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  497. this.btnOpenVoice.ForeColor = System.Drawing.Color.White;
  498. this.btnOpenVoice.Location = new System.Drawing.Point(338, 176);
  499. this.btnOpenVoice.Margin = new System.Windows.Forms.Padding(4);
  500. this.btnOpenVoice.Name = "btnOpenVoice";
  501. this.btnOpenVoice.Size = new System.Drawing.Size(138, 40);
  502. this.btnOpenVoice.TabIndex = 10;
  503. this.btnOpenVoice.Text = "打开对讲";
  504. this.btnOpenVoice.UseVisualStyleBackColor = false;
  505. this.btnOpenVoice.Click += new System.EventHandler(this.btnOpenVoice_Click);
  506. //
  507. // groupBox1
  508. //
  509. this.groupBox1.Controls.Add(this.txtMsgInfo);
  510. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  511. this.groupBox1.Location = new System.Drawing.Point(0, 68);
  512. this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
  513. this.groupBox1.Name = "groupBox1";
  514. this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
  515. this.groupBox1.Size = new System.Drawing.Size(855, 100);
  516. this.groupBox1.TabIndex = 8;
  517. this.groupBox1.TabStop = false;
  518. this.groupBox1.Text = "提示信息";
  519. //
  520. // txtMsgInfo
  521. //
  522. this.txtMsgInfo.BackColor = System.Drawing.Color.White;
  523. this.txtMsgInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  524. this.txtMsgInfo.Enabled = false;
  525. this.txtMsgInfo.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  526. this.txtMsgInfo.ForeColor = System.Drawing.Color.Red;
  527. this.txtMsgInfo.Location = new System.Drawing.Point(4, 21);
  528. this.txtMsgInfo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  529. this.txtMsgInfo.Name = "txtMsgInfo";
  530. this.txtMsgInfo.ReadOnly = true;
  531. this.txtMsgInfo.Size = new System.Drawing.Size(847, 75);
  532. this.txtMsgInfo.TabIndex = 3;
  533. this.txtMsgInfo.Text = "";
  534. //
  535. // tableLayoutPanel4
  536. //
  537. this.tableLayoutPanel4.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
  538. this.tableLayoutPanel4.ColumnCount = 4;
  539. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 135F));
  540. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  541. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 135F));
  542. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  543. this.tableLayoutPanel4.Controls.Add(this.txtMETER_TYPE, 0, 1);
  544. this.tableLayoutPanel4.Controls.Add(this.label15, 2, 1);
  545. this.tableLayoutPanel4.Controls.Add(this.label16, 2, 0);
  546. this.tableLayoutPanel4.Controls.Add(this.label9, 0, 0);
  547. this.tableLayoutPanel4.Controls.Add(this.label8, 0, 1);
  548. this.tableLayoutPanel4.Controls.Add(this.txtMATTER_NAME, 1, 0);
  549. this.tableLayoutPanel4.Controls.Add(this.txtFORWARDING_UNIT_NAME, 3, 0);
  550. this.tableLayoutPanel4.Controls.Add(this.txtRECEIVING_UINT_NAME, 3, 1);
  551. this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Top;
  552. this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
  553. this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
  554. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  555. this.tableLayoutPanel4.Padding = new System.Windows.Forms.Padding(0, 6, 0, 6);
  556. this.tableLayoutPanel4.RowCount = 2;
  557. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 46.875F));
  558. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 53.125F));
  559. this.tableLayoutPanel4.Size = new System.Drawing.Size(855, 68);
  560. this.tableLayoutPanel4.TabIndex = 7;
  561. //
  562. // txtMETER_TYPE
  563. //
  564. this.txtMETER_TYPE.Dock = System.Windows.Forms.DockStyle.Fill;
  565. this.txtMETER_TYPE.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
  566. this.txtMETER_TYPE.Location = new System.Drawing.Point(141, 32);
  567. this.txtMETER_TYPE.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  568. this.txtMETER_TYPE.Name = "txtMETER_TYPE";
  569. this.txtMETER_TYPE.Size = new System.Drawing.Size(282, 29);
  570. this.txtMETER_TYPE.TabIndex = 5;
  571. this.txtMETER_TYPE.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  572. //
  573. // label15
  574. //
  575. this.label15.Dock = System.Windows.Forms.DockStyle.Fill;
  576. this.label15.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
  577. this.label15.Location = new System.Drawing.Point(432, 32);
  578. this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  579. this.label15.Name = "label15";
  580. this.label15.Size = new System.Drawing.Size(127, 29);
  581. this.label15.TabIndex = 1;
  582. this.label15.Text = "收货单位";
  583. this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  584. //
  585. // label16
  586. //
  587. this.label16.Dock = System.Windows.Forms.DockStyle.Fill;
  588. this.label16.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
  589. this.label16.Location = new System.Drawing.Point(432, 7);
  590. this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  591. this.label16.Name = "label16";
  592. this.label16.Size = new System.Drawing.Size(127, 24);
  593. this.label16.TabIndex = 1;
  594. this.label16.Text = "发货单位";
  595. this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  596. //
  597. // label9
  598. //
  599. this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
  600. this.label9.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
  601. this.label9.Location = new System.Drawing.Point(5, 7);
  602. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  603. this.label9.Name = "label9";
  604. this.label9.Size = new System.Drawing.Size(127, 24);
  605. this.label9.TabIndex = 1;
  606. this.label9.Text = "物资名称";
  607. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  608. //
  609. // label8
  610. //
  611. this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
  612. this.label8.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
  613. this.label8.Location = new System.Drawing.Point(5, 32);
  614. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  615. this.label8.Name = "label8";
  616. this.label8.Size = new System.Drawing.Size(127, 29);
  617. this.label8.TabIndex = 1;
  618. this.label8.Text = "检斤类型";
  619. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  620. //
  621. // txtMATTER_NAME
  622. //
  623. this.txtMATTER_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
  624. this.txtMATTER_NAME.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
  625. this.txtMATTER_NAME.Location = new System.Drawing.Point(141, 7);
  626. this.txtMATTER_NAME.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  627. this.txtMATTER_NAME.Name = "txtMATTER_NAME";
  628. this.txtMATTER_NAME.Size = new System.Drawing.Size(282, 24);
  629. this.txtMATTER_NAME.TabIndex = 2;
  630. this.txtMATTER_NAME.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  631. //
  632. // txtFORWARDING_UNIT_NAME
  633. //
  634. this.txtFORWARDING_UNIT_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
  635. this.txtFORWARDING_UNIT_NAME.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
  636. this.txtFORWARDING_UNIT_NAME.Location = new System.Drawing.Point(568, 7);
  637. this.txtFORWARDING_UNIT_NAME.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  638. this.txtFORWARDING_UNIT_NAME.Name = "txtFORWARDING_UNIT_NAME";
  639. this.txtFORWARDING_UNIT_NAME.Size = new System.Drawing.Size(282, 24);
  640. this.txtFORWARDING_UNIT_NAME.TabIndex = 3;
  641. this.txtFORWARDING_UNIT_NAME.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  642. //
  643. // txtRECEIVING_UINT_NAME
  644. //
  645. this.txtRECEIVING_UINT_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
  646. this.txtRECEIVING_UINT_NAME.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
  647. this.txtRECEIVING_UINT_NAME.Location = new System.Drawing.Point(568, 32);
  648. this.txtRECEIVING_UINT_NAME.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  649. this.txtRECEIVING_UINT_NAME.Name = "txtRECEIVING_UINT_NAME";
  650. this.txtRECEIVING_UINT_NAME.Size = new System.Drawing.Size(282, 29);
  651. this.txtRECEIVING_UINT_NAME.TabIndex = 4;
  652. this.txtRECEIVING_UINT_NAME.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  653. //
  654. // panel10
  655. //
  656. this.panel10.Controls.Add(this.tableLayoutPanel1);
  657. this.panel10.Dock = System.Windows.Forms.DockStyle.Top;
  658. this.panel10.Location = new System.Drawing.Point(0, 112);
  659. this.panel10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  660. this.panel10.Name = "panel10";
  661. this.panel10.Size = new System.Drawing.Size(855, 34);
  662. this.panel10.TabIndex = 2;
  663. //
  664. // tableLayoutPanel1
  665. //
  666. this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
  667. this.tableLayoutPanel1.ColumnCount = 6;
  668. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 135F));
  669. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  670. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 135F));
  671. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  672. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 135F));
  673. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  674. this.tableLayoutPanel1.Controls.Add(this.txtNet, 5, 0);
  675. this.tableLayoutPanel1.Controls.Add(this.txtTare, 3, 0);
  676. this.tableLayoutPanel1.Controls.Add(this.label4, 4, 0);
  677. this.tableLayoutPanel1.Controls.Add(this.label22, 2, 0);
  678. this.tableLayoutPanel1.Controls.Add(this.txtGroess, 1, 0);
  679. this.tableLayoutPanel1.Controls.Add(this.label3, 0, 0);
  680. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  681. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  682. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
  683. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  684. this.tableLayoutPanel1.RowCount = 1;
  685. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  686. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
  687. this.tableLayoutPanel1.Size = new System.Drawing.Size(855, 34);
  688. this.tableLayoutPanel1.TabIndex = 0;
  689. //
  690. // txtNet
  691. //
  692. this.txtNet.AutoSize = true;
  693. this.txtNet.Dock = System.Windows.Forms.DockStyle.Fill;
  694. this.txtNet.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  695. this.txtNet.Location = new System.Drawing.Point(709, 1);
  696. this.txtNet.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  697. this.txtNet.Name = "txtNet";
  698. this.txtNet.Size = new System.Drawing.Size(141, 32);
  699. this.txtNet.TabIndex = 29;
  700. this.txtNet.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  701. //
  702. // txtTare
  703. //
  704. this.txtTare.AutoSize = true;
  705. this.txtTare.Dock = System.Windows.Forms.DockStyle.Fill;
  706. this.txtTare.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  707. this.txtTare.Location = new System.Drawing.Point(425, 1);
  708. this.txtTare.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  709. this.txtTare.Name = "txtTare";
  710. this.txtTare.Size = new System.Drawing.Size(139, 32);
  711. this.txtTare.TabIndex = 23;
  712. this.txtTare.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  713. //
  714. // label4
  715. //
  716. this.label4.AutoSize = true;
  717. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  718. this.label4.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  719. this.label4.Location = new System.Drawing.Point(573, 1);
  720. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  721. this.label4.Name = "label4";
  722. this.label4.Size = new System.Drawing.Size(127, 32);
  723. this.label4.TabIndex = 27;
  724. this.label4.Text = "净重(T)";
  725. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  726. //
  727. // label22
  728. //
  729. this.label22.AutoSize = true;
  730. this.label22.Dock = System.Windows.Forms.DockStyle.Fill;
  731. this.label22.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  732. this.label22.Location = new System.Drawing.Point(289, 1);
  733. this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  734. this.label22.Name = "label22";
  735. this.label22.Size = new System.Drawing.Size(127, 32);
  736. this.label22.TabIndex = 24;
  737. this.label22.Text = "皮重(T)";
  738. this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  739. //
  740. // txtGroess
  741. //
  742. this.txtGroess.AutoSize = true;
  743. this.txtGroess.Dock = System.Windows.Forms.DockStyle.Fill;
  744. this.txtGroess.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  745. this.txtGroess.Location = new System.Drawing.Point(141, 1);
  746. this.txtGroess.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  747. this.txtGroess.Name = "txtGroess";
  748. this.txtGroess.Size = new System.Drawing.Size(139, 32);
  749. this.txtGroess.TabIndex = 28;
  750. this.txtGroess.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  751. //
  752. // label3
  753. //
  754. this.label3.AutoSize = true;
  755. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  756. this.label3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  757. this.label3.Location = new System.Drawing.Point(5, 1);
  758. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  759. this.label3.Name = "label3";
  760. this.label3.Size = new System.Drawing.Size(127, 32);
  761. this.label3.TabIndex = 22;
  762. this.label3.Text = "毛重(T)";
  763. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  764. //
  765. // panel5
  766. //
  767. this.panel5.Controls.Add(this.tableLayoutPanel2);
  768. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  769. this.panel5.Location = new System.Drawing.Point(0, 40);
  770. this.panel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  771. this.panel5.Name = "panel5";
  772. this.panel5.Size = new System.Drawing.Size(855, 72);
  773. this.panel5.TabIndex = 1;
  774. //
  775. // tableLayoutPanel2
  776. //
  777. this.tableLayoutPanel2.ColumnCount = 2;
  778. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
  779. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  780. this.tableLayoutPanel2.Controls.Add(this.panel7, 0, 0);
  781. this.tableLayoutPanel2.Controls.Add(this.panel6, 1, 0);
  782. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  783. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  784. this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4);
  785. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  786. this.tableLayoutPanel2.RowCount = 1;
  787. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  788. this.tableLayoutPanel2.Size = new System.Drawing.Size(855, 72);
  789. this.tableLayoutPanel2.TabIndex = 0;
  790. //
  791. // panel7
  792. //
  793. this.panel7.Controls.Add(this.panel9);
  794. this.panel7.Controls.Add(this.panel8);
  795. this.panel7.Location = new System.Drawing.Point(3, 2);
  796. this.panel7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  797. this.panel7.Name = "panel7";
  798. this.panel7.Size = new System.Drawing.Size(144, 68);
  799. this.panel7.TabIndex = 43;
  800. //
  801. // panel9
  802. //
  803. this.panel9.Controls.Add(this.btnHRed);
  804. this.panel9.Controls.Add(this.picHRed);
  805. this.panel9.Dock = System.Windows.Forms.DockStyle.Top;
  806. this.panel9.Location = new System.Drawing.Point(0, 32);
  807. this.panel9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  808. this.panel9.Name = "panel9";
  809. this.panel9.Size = new System.Drawing.Size(144, 32);
  810. this.panel9.TabIndex = 4;
  811. //
  812. // btnHRed
  813. //
  814. this.btnHRed.BackColor = System.Drawing.Color.White;
  815. this.btnHRed.Dock = System.Windows.Forms.DockStyle.Fill;
  816. this.btnHRed.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  817. this.btnHRed.Font = new System.Drawing.Font("楷体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  818. this.btnHRed.ForeColor = System.Drawing.Color.Black;
  819. this.btnHRed.Location = new System.Drawing.Point(39, 0);
  820. this.btnHRed.Margin = new System.Windows.Forms.Padding(4);
  821. this.btnHRed.Name = "btnHRed";
  822. this.btnHRed.Size = new System.Drawing.Size(105, 32);
  823. this.btnHRed.TabIndex = 589;
  824. this.btnHRed.Text = "后红外";
  825. this.btnHRed.UseVisualStyleBackColor = false;
  826. //
  827. // picHRed
  828. //
  829. this.picHRed.Dock = System.Windows.Forms.DockStyle.Left;
  830. this.picHRed.Image = ((System.Drawing.Image)(resources.GetObject("picHRed.Image")));
  831. this.picHRed.Location = new System.Drawing.Point(0, 0);
  832. this.picHRed.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  833. this.picHRed.Name = "picHRed";
  834. this.picHRed.Size = new System.Drawing.Size(39, 32);
  835. this.picHRed.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  836. this.picHRed.TabIndex = 588;
  837. this.picHRed.TabStop = false;
  838. //
  839. // panel8
  840. //
  841. this.panel8.Controls.Add(this.btnQRed);
  842. this.panel8.Controls.Add(this.picQRed);
  843. this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
  844. this.panel8.Location = new System.Drawing.Point(0, 0);
  845. this.panel8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  846. this.panel8.Name = "panel8";
  847. this.panel8.Size = new System.Drawing.Size(144, 32);
  848. this.panel8.TabIndex = 3;
  849. //
  850. // btnQRed
  851. //
  852. this.btnQRed.BackColor = System.Drawing.Color.White;
  853. this.btnQRed.Dock = System.Windows.Forms.DockStyle.Top;
  854. this.btnQRed.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  855. this.btnQRed.Font = new System.Drawing.Font("楷体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  856. this.btnQRed.ForeColor = System.Drawing.Color.Black;
  857. this.btnQRed.Location = new System.Drawing.Point(39, 0);
  858. this.btnQRed.Margin = new System.Windows.Forms.Padding(4);
  859. this.btnQRed.Name = "btnQRed";
  860. this.btnQRed.Size = new System.Drawing.Size(105, 36);
  861. this.btnQRed.TabIndex = 589;
  862. this.btnQRed.Text = "前红外";
  863. this.btnQRed.UseVisualStyleBackColor = false;
  864. //
  865. // picQRed
  866. //
  867. this.picQRed.Dock = System.Windows.Forms.DockStyle.Left;
  868. this.picQRed.Image = ((System.Drawing.Image)(resources.GetObject("picQRed.Image")));
  869. this.picQRed.Location = new System.Drawing.Point(0, 0);
  870. this.picQRed.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  871. this.picQRed.Name = "picQRed";
  872. this.picQRed.Size = new System.Drawing.Size(39, 32);
  873. this.picQRed.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  874. this.picQRed.TabIndex = 588;
  875. this.picQRed.TabStop = false;
  876. //
  877. // panel6
  878. //
  879. this.panel6.Controls.Add(this.ucWeightT1);
  880. this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
  881. this.panel6.Location = new System.Drawing.Point(153, 2);
  882. this.panel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  883. this.panel6.Name = "panel6";
  884. this.panel6.Size = new System.Drawing.Size(699, 68);
  885. this.panel6.TabIndex = 3;
  886. //
  887. // ucWeightT1
  888. //
  889. this.ucWeightT1.Dock = System.Windows.Forms.DockStyle.Fill;
  890. this.ucWeightT1.Location = new System.Drawing.Point(0, 0);
  891. this.ucWeightT1.Margin = new System.Windows.Forms.Padding(6, 2, 6, 2);
  892. this.ucWeightT1.Name = "ucWeightT1";
  893. this.ucWeightT1.Size = new System.Drawing.Size(699, 68);
  894. this.ucWeightT1.TabIndex = 6;
  895. //
  896. // panel4
  897. //
  898. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  899. this.panel4.Controls.Add(this.tableLayoutPanel7);
  900. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  901. this.panel4.Location = new System.Drawing.Point(0, 0);
  902. this.panel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  903. this.panel4.Name = "panel4";
  904. this.panel4.Size = new System.Drawing.Size(855, 40);
  905. this.panel4.TabIndex = 0;
  906. //
  907. // tableLayoutPanel7
  908. //
  909. this.tableLayoutPanel7.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
  910. this.tableLayoutPanel7.ColumnCount = 7;
  911. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  912. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  913. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  914. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 90F));
  915. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 222F));
  916. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  917. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 47F));
  918. this.tableLayoutPanel7.Controls.Add(this.label1, 5, 0);
  919. this.tableLayoutPanel7.Controls.Add(this.txtCarNo, 4, 0);
  920. this.tableLayoutPanel7.Controls.Add(this.cbCarNo, 3, 0);
  921. this.tableLayoutPanel7.Controls.Add(this.lbPointName, 1, 0);
  922. this.tableLayoutPanel7.Controls.Add(this.lbPntName, 0, 0);
  923. this.tableLayoutPanel7.Controls.Add(this.label2, 2, 0);
  924. this.tableLayoutPanel7.Controls.Add(this.pbLineOn, 6, 0);
  925. this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
  926. this.tableLayoutPanel7.Location = new System.Drawing.Point(0, 0);
  927. this.tableLayoutPanel7.Margin = new System.Windows.Forms.Padding(4);
  928. this.tableLayoutPanel7.Name = "tableLayoutPanel7";
  929. this.tableLayoutPanel7.RowCount = 1;
  930. this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  931. this.tableLayoutPanel7.Size = new System.Drawing.Size(853, 38);
  932. this.tableLayoutPanel7.TabIndex = 0;
  933. //
  934. // label1
  935. //
  936. this.label1.AutoSize = true;
  937. this.label1.BackColor = System.Drawing.Color.Transparent;
  938. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  939. this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  940. this.label1.ForeColor = System.Drawing.Color.Blue;
  941. this.label1.Location = new System.Drawing.Point(758, 1);
  942. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  943. this.label1.Name = "label1";
  944. this.label1.Size = new System.Drawing.Size(42, 36);
  945. this.label1.TabIndex = 9;
  946. this.label1.Text = "网络";
  947. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  948. //
  949. // txtCarNo
  950. //
  951. this.txtCarNo.Dock = System.Windows.Forms.DockStyle.Fill;
  952. this.txtCarNo.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  953. this.txtCarNo.Location = new System.Drawing.Point(534, 3);
  954. this.txtCarNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  955. this.txtCarNo.Name = "txtCarNo";
  956. this.txtCarNo.Size = new System.Drawing.Size(216, 32);
  957. this.txtCarNo.TabIndex = 81;
  958. this.txtCarNo.TextChanged += new System.EventHandler(this.txtCarNo_TextChanged);
  959. //
  960. // cbCarNo
  961. //
  962. this.cbCarNo.Dock = System.Windows.Forms.DockStyle.Fill;
  963. this.cbCarNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  964. this.cbCarNo.Font = new System.Drawing.Font("宋体", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  965. this.cbCarNo.Items.AddRange(new object[] {
  966. "",
  967. "甘",
  968. "厂内",
  969. "内倒",
  970. "新",
  971. "青",
  972. "藏",
  973. "蒙",
  974. "陕",
  975. "宁",
  976. "赣",
  977. "皖",
  978. "豫",
  979. "晋",
  980. "冀",
  981. "鲁",
  982. "渝",
  983. "川",
  984. "鄂",
  985. "湘",
  986. "苏",
  987. "闽",
  988. "浙",
  989. "沪",
  990. "黑",
  991. "桂",
  992. "吉",
  993. "辽",
  994. "粤",
  995. "云",
  996. "贵",
  997. "琼",
  998. "京",
  999. "津"});
  1000. this.cbCarNo.Location = new System.Drawing.Point(443, 3);
  1001. this.cbCarNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1002. this.cbCarNo.Name = "cbCarNo";
  1003. this.cbCarNo.Size = new System.Drawing.Size(84, 31);
  1004. this.cbCarNo.TabIndex = 82;
  1005. this.cbCarNo.SelectedIndexChanged += new System.EventHandler(this.cbCarNo_SelectedIndexChanged);
  1006. //
  1007. // lbPointName
  1008. //
  1009. this.lbPointName.AutoSize = true;
  1010. this.lbPointName.BackColor = System.Drawing.Color.Transparent;
  1011. this.lbPointName.Dock = System.Windows.Forms.DockStyle.Fill;
  1012. this.lbPointName.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1013. this.lbPointName.ForeColor = System.Drawing.Color.Black;
  1014. this.lbPointName.Location = new System.Drawing.Point(86, 1);
  1015. this.lbPointName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1016. this.lbPointName.Name = "lbPointName";
  1017. this.lbPointName.Size = new System.Drawing.Size(288, 36);
  1018. this.lbPointName.TabIndex = 3;
  1019. this.lbPointName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1020. //
  1021. // lbPntName
  1022. //
  1023. this.lbPntName.AutoSize = true;
  1024. this.lbPntName.BackColor = System.Drawing.Color.Transparent;
  1025. this.lbPntName.Dock = System.Windows.Forms.DockStyle.Fill;
  1026. this.lbPntName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1027. this.lbPntName.ForeColor = System.Drawing.Color.Blue;
  1028. this.lbPntName.Location = new System.Drawing.Point(5, 1);
  1029. this.lbPntName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1030. this.lbPntName.Name = "lbPntName";
  1031. this.lbPntName.Size = new System.Drawing.Size(72, 36);
  1032. this.lbPntName.TabIndex = 2;
  1033. this.lbPntName.Text = "计量点:";
  1034. this.lbPntName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1035. //
  1036. // label2
  1037. //
  1038. this.label2.AutoSize = true;
  1039. this.label2.BackColor = System.Drawing.Color.Transparent;
  1040. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  1041. this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1042. this.label2.ForeColor = System.Drawing.Color.Blue;
  1043. this.label2.Location = new System.Drawing.Point(383, 1);
  1044. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1045. this.label2.Name = "label2";
  1046. this.label2.Size = new System.Drawing.Size(52, 36);
  1047. this.label2.TabIndex = 8;
  1048. this.label2.Text = "车牌:";
  1049. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1050. //
  1051. // pbLineOn
  1052. //
  1053. this.pbLineOn.Image = ((System.Drawing.Image)(resources.GetObject("pbLineOn.Image")));
  1054. this.pbLineOn.Location = new System.Drawing.Point(808, 4);
  1055. this.pbLineOn.Name = "pbLineOn";
  1056. this.pbLineOn.Size = new System.Drawing.Size(39, 30);
  1057. this.pbLineOn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1058. this.pbLineOn.TabIndex = 83;
  1059. this.pbLineOn.TabStop = false;
  1060. //
  1061. // panel1
  1062. //
  1063. this.panel1.AutoScroll = true;
  1064. this.panel1.BackColor = System.Drawing.Color.Transparent;
  1065. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1066. this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
  1067. this.panel1.Location = new System.Drawing.Point(0, 0);
  1068. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1069. this.panel1.Name = "panel1";
  1070. this.panel1.Size = new System.Drawing.Size(488, 984);
  1071. this.panel1.TabIndex = 7;
  1072. //
  1073. // plImgShow
  1074. //
  1075. this.plImgShow.Controls.Add(this.pictureShow);
  1076. this.plImgShow.Location = new System.Drawing.Point(408, 318);
  1077. this.plImgShow.Margin = new System.Windows.Forms.Padding(2);
  1078. this.plImgShow.Name = "plImgShow";
  1079. this.plImgShow.Size = new System.Drawing.Size(111, 628);
  1080. this.plImgShow.TabIndex = 43;
  1081. this.plImgShow.Visible = false;
  1082. //
  1083. // pictureShow
  1084. //
  1085. this.pictureShow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  1086. this.pictureShow.Dock = System.Windows.Forms.DockStyle.Fill;
  1087. this.pictureShow.Location = new System.Drawing.Point(0, 0);
  1088. this.pictureShow.Margin = new System.Windows.Forms.Padding(2);
  1089. this.pictureShow.Name = "pictureShow";
  1090. this.pictureShow.Size = new System.Drawing.Size(111, 628);
  1091. this.pictureShow.TabIndex = 2;
  1092. this.pictureShow.TabStop = false;
  1093. this.pictureShow.DoubleClick += new System.EventHandler(this.pictureShow_DoubleClick);
  1094. //
  1095. // timer1
  1096. //
  1097. this.timer1.Enabled = true;
  1098. this.timer1.Interval = 1000;
  1099. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  1100. //
  1101. // frmMain
  1102. //
  1103. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 15F);
  1104. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1105. this.ClientSize = new System.Drawing.Size(1343, 984);
  1106. this.Controls.Add(this.plImgShow);
  1107. this.Controls.Add(this.panel3);
  1108. this.Controls.Add(this.panel1);
  1109. this.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1110. this.Margin = new System.Windows.Forms.Padding(4);
  1111. this.Name = "frmMain";
  1112. this.Text = "本地计量";
  1113. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
  1114. this.Load += new System.EventHandler(this.frmMain_Load);
  1115. this.ultraTabPageControl2.ResumeLayout(false);
  1116. ((System.ComponentModel.ISupportInitialize)(this.ultraGridFirst)).EndInit();
  1117. ((System.ComponentModel.ISupportInitialize)(this.dataSetFirst)).EndInit();
  1118. ((System.ComponentModel.ISupportInitialize)(this.dataTableFirst)).EndInit();
  1119. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  1120. ((System.ComponentModel.ISupportInitialize)(this.dataTableSJ)).EndInit();
  1121. this.panel3.ResumeLayout(false);
  1122. ((System.ComponentModel.ISupportInitialize)(this.uTab)).EndInit();
  1123. this.uTab.ResumeLayout(false);
  1124. this.panel11.ResumeLayout(false);
  1125. this.groupBox1.ResumeLayout(false);
  1126. this.tableLayoutPanel4.ResumeLayout(false);
  1127. this.panel10.ResumeLayout(false);
  1128. this.tableLayoutPanel1.ResumeLayout(false);
  1129. this.tableLayoutPanel1.PerformLayout();
  1130. this.panel5.ResumeLayout(false);
  1131. this.tableLayoutPanel2.ResumeLayout(false);
  1132. this.panel7.ResumeLayout(false);
  1133. this.panel9.ResumeLayout(false);
  1134. ((System.ComponentModel.ISupportInitialize)(this.picHRed)).EndInit();
  1135. this.panel8.ResumeLayout(false);
  1136. ((System.ComponentModel.ISupportInitialize)(this.picQRed)).EndInit();
  1137. this.panel6.ResumeLayout(false);
  1138. this.panel4.ResumeLayout(false);
  1139. this.tableLayoutPanel7.ResumeLayout(false);
  1140. this.tableLayoutPanel7.PerformLayout();
  1141. ((System.ComponentModel.ISupportInitialize)(this.pbLineOn)).EndInit();
  1142. this.plImgShow.ResumeLayout(false);
  1143. ((System.ComponentModel.ISupportInitialize)(this.pictureShow)).EndInit();
  1144. this.ResumeLayout(false);
  1145. }
  1146. #endregion
  1147. private System.Windows.Forms.Panel panel3;
  1148. private System.Windows.Forms.Panel panel10;
  1149. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1150. private System.Windows.Forms.Label label4;
  1151. private System.Windows.Forms.Label label22;
  1152. private System.Windows.Forms.Label label3;
  1153. private System.Windows.Forms.Panel panel5;
  1154. private System.Windows.Forms.Panel panel4;
  1155. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
  1156. private System.Windows.Forms.TextBox txtCarNo;
  1157. private System.Windows.Forms.ComboBox cbCarNo;
  1158. private System.Windows.Forms.Label lbPointName;
  1159. private System.Windows.Forms.Label lbPntName;
  1160. private System.Windows.Forms.Label label2;
  1161. private System.Windows.Forms.Panel panel1;
  1162. private Infragistics.Win.UltraWinTabControl.UltraTabControl uTab;
  1163. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  1164. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  1165. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridFirst;
  1166. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  1167. private System.Windows.Forms.Panel panel7;
  1168. private System.Windows.Forms.Panel panel9;
  1169. private System.Windows.Forms.Button btnHRed;
  1170. private System.Windows.Forms.PictureBox picHRed;
  1171. private System.Windows.Forms.Panel panel8;
  1172. private System.Windows.Forms.Button btnQRed;
  1173. private System.Windows.Forms.PictureBox picQRed;
  1174. private System.Windows.Forms.Panel panel6;
  1175. private MeterModuleLibrary.ucWeightT ucWeightT1;
  1176. private System.Windows.Forms.Label txtTare;
  1177. private System.Windows.Forms.Label txtNet;
  1178. private System.Windows.Forms.Label txtGroess;
  1179. private System.Data.DataSet dataSetFirst;
  1180. private System.Data.DataTable dataTableFirst;
  1181. private System.Data.DataColumn dataColumn69;
  1182. private System.Data.DataColumn dataColumn162;
  1183. private System.Data.DataColumn dataColumn190;
  1184. private System.Data.DataColumn dataColumn193;
  1185. private System.Data.DataColumn dataColumn194;
  1186. private System.Data.DataColumn dataColumn195;
  1187. private System.Data.DataSet dataSet2;
  1188. private System.Data.DataTable dataTableSJ;
  1189. private System.Data.DataColumn dataColumn1;
  1190. private System.Data.DataColumn dataColumn2;
  1191. private System.Data.DataColumn dataColumn4;
  1192. private System.Data.DataColumn dataColumn7;
  1193. private System.Data.DataColumn dataColumn13;
  1194. private System.Data.DataColumn dataColumn15;
  1195. private System.Data.DataColumn dataColumn30;
  1196. private System.Data.DataColumn dataColumn31;
  1197. private System.Data.DataColumn dataColumn34;
  1198. private System.Data.DataColumn dataColumn35;
  1199. private System.Data.DataColumn dataColumn36;
  1200. private System.Data.DataColumn dataColumn41;
  1201. private System.Data.DataColumn dataColumn42;
  1202. private System.Data.DataColumn dataColumn45;
  1203. private System.Data.DataColumn dataColumn46;
  1204. private System.Data.DataColumn dataColumn47;
  1205. private System.Data.DataColumn dataColumn51;
  1206. private System.Data.DataColumn dataColumn55;
  1207. private System.Data.DataColumn dataColumn56;
  1208. private System.Data.DataColumn dataColumn57;
  1209. private System.Windows.Forms.Panel plImgShow;
  1210. private System.Windows.Forms.PictureBox pictureShow;
  1211. private System.Windows.Forms.Timer timer1;
  1212. private System.Windows.Forms.Label label1;
  1213. private System.Windows.Forms.PictureBox pbLineOn;
  1214. private System.Windows.Forms.Panel panel11;
  1215. private System.Windows.Forms.Button btnExport;
  1216. private System.Windows.Forms.Button btnSave;
  1217. private System.Windows.Forms.Button btnOpenVoice;
  1218. private System.Windows.Forms.GroupBox groupBox1;
  1219. private System.Windows.Forms.RichTextBox txtMsgInfo;
  1220. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  1221. private System.Windows.Forms.Label txtMETER_TYPE;
  1222. private System.Windows.Forms.Label label15;
  1223. private System.Windows.Forms.Label label16;
  1224. private System.Windows.Forms.Label label9;
  1225. private System.Windows.Forms.Label label8;
  1226. private System.Windows.Forms.Label txtMATTER_NAME;
  1227. private System.Windows.Forms.Label txtFORWARDING_UNIT_NAME;
  1228. private System.Windows.Forms.Label txtRECEIVING_UINT_NAME;
  1229. }
  1230. }