frmMain.Designer.cs 69 KB

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