frmMain.Designer.cs 63 KB

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