frmMain.Designer.cs 62 KB

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