frmProductVoice.Designer.cs 77 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453
  1. namespace CarMonitor
  2. {
  3. partial class frmProductVoice
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProductVoice));
  31. this.dataSet1 = new System.Data.DataSet();
  32. this.dtMaterial = new System.Data.DataTable();
  33. this.dataColumn1 = new System.Data.DataColumn();
  34. this.dataColumn2 = new System.Data.DataColumn();
  35. this.dataColumn3 = new System.Data.DataColumn();
  36. this.dataColumn4 = new System.Data.DataColumn();
  37. this.dataColumn5 = new System.Data.DataColumn();
  38. this.dataColumn6 = new System.Data.DataColumn();
  39. this.dataColumn7 = new System.Data.DataColumn();
  40. this.dataColumn8 = new System.Data.DataColumn();
  41. this.dataColumn9 = new System.Data.DataColumn();
  42. this.dataColumn10 = new System.Data.DataColumn();
  43. this.dataColumn11 = new System.Data.DataColumn();
  44. this.dataColumn12 = new System.Data.DataColumn();
  45. this.dataColumn13 = new System.Data.DataColumn();
  46. this.dataColumn14 = new System.Data.DataColumn();
  47. this.dataTable1 = new System.Data.DataTable();
  48. this.dataColumn15 = new System.Data.DataColumn();
  49. this.dataColumn16 = new System.Data.DataColumn();
  50. this.dataColumn17 = new System.Data.DataColumn();
  51. this.dataColumn18 = new System.Data.DataColumn();
  52. this.dataColumn19 = new System.Data.DataColumn();
  53. this.dataColumn20 = new System.Data.DataColumn();
  54. this.dataColumn21 = new System.Data.DataColumn();
  55. this.dataColumn22 = new System.Data.DataColumn();
  56. this.dataColumn23 = new System.Data.DataColumn();
  57. this.dataColumn24 = new System.Data.DataColumn();
  58. this.dataColumn25 = new System.Data.DataColumn();
  59. this.dataColumn26 = new System.Data.DataColumn();
  60. this.dataColumn27 = new System.Data.DataColumn();
  61. this.dataColumn28 = new System.Data.DataColumn();
  62. this.timer1 = new System.Windows.Forms.Timer(this.components);
  63. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  64. this.splitContainer4 = new System.Windows.Forms.SplitContainer();
  65. this.groupBox1 = new System.Windows.Forms.GroupBox();
  66. this.txtEditCarNo = new System.Windows.Forms.TextBox();
  67. this.textBox3 = new System.Windows.Forms.TextBox();
  68. this.textBox5 = new System.Windows.Forms.TextBox();
  69. this.txtPhotoCarNo = new System.Windows.Forms.TextBox();
  70. this.txtScanCarNo = new System.Windows.Forms.TextBox();
  71. this.textBox4 = new System.Windows.Forms.TextBox();
  72. this.textBox2 = new System.Windows.Forms.TextBox();
  73. this.txtRfidCarNo = new System.Windows.Forms.TextBox();
  74. this.groupBox6 = new System.Windows.Forms.GroupBox();
  75. this.txtMsgInfo = new System.Windows.Forms.TextBox();
  76. this.groupBox5 = new System.Windows.Forms.GroupBox();
  77. this.btnSend = new System.Windows.Forms.Button();
  78. this.chkLED_KEEP = new System.Windows.Forms.CheckBox();
  79. this.txtLed = new System.Windows.Forms.TextBox();
  80. this.groupBox4 = new System.Windows.Forms.GroupBox();
  81. this.chkVALID_METER_AREA = new System.Windows.Forms.CheckBox();
  82. this.chkVALID_MAT_CLICK = new System.Windows.Forms.CheckBox();
  83. this.chkVALID_LIANDA = new System.Windows.Forms.CheckBox();
  84. this.chkVALID_MAT_TIME = new System.Windows.Forms.CheckBox();
  85. this.chkVALID_EXCEED_WGT = new System.Windows.Forms.CheckBox();
  86. this.chkVALID_CARNO = new System.Windows.Forms.CheckBox();
  87. this.chkVALID_PREDICTION_DIFF = new System.Windows.Forms.CheckBox();
  88. this.chkVALID_TARE_TIME = new System.Windows.Forms.CheckBox();
  89. this.chkVALID_TIME_INTERVAL = new System.Windows.Forms.CheckBox();
  90. this.chkVALID_WGT = new System.Windows.Forms.CheckBox();
  91. this.chkVALID_PARK_STATUS = new System.Windows.Forms.CheckBox();
  92. this.groupBox3 = new System.Windows.Forms.GroupBox();
  93. this.btnGreenLight = new System.Windows.Forms.Button();
  94. this.txtReplacePaper = new System.Windows.Forms.NumericUpDown();
  95. this.cbCarNo = new System.Windows.Forms.ComboBox();
  96. this.txtCarNo = new System.Windows.Forms.TextBox();
  97. this.btnCarSet = new System.Windows.Forms.Button();
  98. this.btnReplacePaper = new System.Windows.Forms.Button();
  99. this.btnRedLight = new System.Windows.Forms.Button();
  100. this.btnYc = new System.Windows.Forms.Button();
  101. this.btnZero = new System.Windows.Forms.Button();
  102. this.btnTakrOver = new System.Windows.Forms.Button();
  103. this.btnIpVoice = new System.Windows.Forms.Button();
  104. this.groupBox2 = new System.Windows.Forms.GroupBox();
  105. this.bcZD = new System.Windows.Forms.Button();
  106. this.bcCarWarm = new System.Windows.Forms.Button();
  107. this.bcWgtWarm = new System.Windows.Forms.Button();
  108. this.bcAreaWarm = new System.Windows.Forms.Button();
  109. this.bcYcStatWarm = new System.Windows.Forms.Button();
  110. this.bcHelpWarm = new System.Windows.Forms.Button();
  111. this.bcAutoState = new System.Windows.Forms.Button();
  112. this.bcStateWarm = new System.Windows.Forms.Button();
  113. this.bcTimed = new System.Windows.Forms.Button();
  114. this.bcIpVoice = new System.Windows.Forms.Button();
  115. this.panel2 = new System.Windows.Forms.Panel();
  116. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  117. this.txtWeight = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  118. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  119. this.bcZeroWarn = new System.Windows.Forms.Button();
  120. this.bcWgtWarn = new System.Windows.Forms.Button();
  121. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  122. this.lbPntName = new System.Windows.Forms.Label();
  123. this.btnSee = new System.Windows.Forms.Button();
  124. this.splitter1 = new System.Windows.Forms.Splitter();
  125. this.plImg = new System.Windows.Forms.Panel();
  126. this.pictureShow = new System.Windows.Forms.PictureBox();
  127. this.plImgShow = new System.Windows.Forms.Panel();
  128. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.dtMaterial)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  132. this.ultraGroupBox1.SuspendLayout();
  133. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
  134. this.splitContainer4.Panel1.SuspendLayout();
  135. this.splitContainer4.Panel2.SuspendLayout();
  136. this.splitContainer4.SuspendLayout();
  137. this.groupBox1.SuspendLayout();
  138. this.groupBox6.SuspendLayout();
  139. this.groupBox5.SuspendLayout();
  140. this.groupBox4.SuspendLayout();
  141. this.groupBox3.SuspendLayout();
  142. ((System.ComponentModel.ISupportInitialize)(this.txtReplacePaper)).BeginInit();
  143. this.groupBox2.SuspendLayout();
  144. this.panel2.SuspendLayout();
  145. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  146. this.splitContainer1.Panel1.SuspendLayout();
  147. this.splitContainer1.Panel2.SuspendLayout();
  148. this.splitContainer1.SuspendLayout();
  149. ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).BeginInit();
  150. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  151. this.splitContainer2.Panel1.SuspendLayout();
  152. this.splitContainer2.Panel2.SuspendLayout();
  153. this.splitContainer2.SuspendLayout();
  154. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  155. this.splitContainer3.Panel1.SuspendLayout();
  156. this.splitContainer3.Panel2.SuspendLayout();
  157. this.splitContainer3.SuspendLayout();
  158. ((System.ComponentModel.ISupportInitialize)(this.pictureShow)).BeginInit();
  159. this.plImgShow.SuspendLayout();
  160. this.SuspendLayout();
  161. //
  162. // dataSet1
  163. //
  164. this.dataSet1.DataSetName = "NewDataSet";
  165. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  166. this.dtMaterial,
  167. this.dataTable1});
  168. //
  169. // dtMaterial
  170. //
  171. this.dtMaterial.Columns.AddRange(new System.Data.DataColumn[] {
  172. this.dataColumn1,
  173. this.dataColumn2,
  174. this.dataColumn3,
  175. this.dataColumn4,
  176. this.dataColumn5,
  177. this.dataColumn6,
  178. this.dataColumn7,
  179. this.dataColumn8,
  180. this.dataColumn9,
  181. this.dataColumn10,
  182. this.dataColumn11,
  183. this.dataColumn12,
  184. this.dataColumn13,
  185. this.dataColumn14});
  186. this.dtMaterial.TableName = "dtMaterial";
  187. //
  188. // dataColumn1
  189. //
  190. this.dataColumn1.Caption = "钢种";
  191. this.dataColumn1.ColumnName = "FSTEELTYPE";
  192. //
  193. // dataColumn2
  194. //
  195. this.dataColumn2.Caption = "炉号";
  196. this.dataColumn2.ColumnName = "FSTOVENUM";
  197. //
  198. // dataColumn3
  199. //
  200. this.dataColumn3.Caption = "规格型号";
  201. this.dataColumn3.ColumnName = "FTYPE";
  202. //
  203. // dataColumn4
  204. //
  205. this.dataColumn4.Caption = "技术标准";
  206. this.dataColumn4.ColumnName = "FTECHSTANDAND";
  207. //
  208. // dataColumn5
  209. //
  210. this.dataColumn5.Caption = "合同号";
  211. this.dataColumn5.ColumnName = "FCONTRACTID";
  212. //
  213. // dataColumn6
  214. //
  215. this.dataColumn6.Caption = "长度";
  216. this.dataColumn6.ColumnName = "FLENGTH";
  217. //
  218. // dataColumn7
  219. //
  220. this.dataColumn7.Caption = "盘号";
  221. this.dataColumn7.ColumnName = "FTRAYID";
  222. //
  223. // dataColumn8
  224. //
  225. this.dataColumn8.Caption = "计划支数";
  226. this.dataColumn8.ColumnName = "FPLANNUM";
  227. //
  228. // dataColumn9
  229. //
  230. this.dataColumn9.Caption = "计划重量(kg)";
  231. this.dataColumn9.ColumnName = "FPLANWEIGHT";
  232. //
  233. // dataColumn10
  234. //
  235. this.dataColumn10.Caption = "卡片号";
  236. this.dataColumn10.ColumnName = "FCARDIDST";
  237. //
  238. // dataColumn11
  239. //
  240. this.dataColumn11.Caption = "捆包号";
  241. this.dataColumn11.ColumnName = "MAT_NO";
  242. //
  243. // dataColumn12
  244. //
  245. this.dataColumn12.Caption = "米重(kg)";
  246. this.dataColumn12.ColumnName = "WT_PER_METER";
  247. //
  248. // dataColumn13
  249. //
  250. this.dataColumn13.Caption = "下发时间";
  251. this.dataColumn13.ColumnName = "INSERTTIME";
  252. //
  253. // dataColumn14
  254. //
  255. this.dataColumn14.Caption = "计重方式";
  256. this.dataColumn14.ColumnName = "WT_METHOD_CODE";
  257. //
  258. // dataTable1
  259. //
  260. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  261. this.dataColumn15,
  262. this.dataColumn16,
  263. this.dataColumn17,
  264. this.dataColumn18,
  265. this.dataColumn19,
  266. this.dataColumn20,
  267. this.dataColumn21,
  268. this.dataColumn22,
  269. this.dataColumn23,
  270. this.dataColumn24,
  271. this.dataColumn25,
  272. this.dataColumn26,
  273. this.dataColumn27,
  274. this.dataColumn28});
  275. this.dataTable1.TableName = "Table1";
  276. //
  277. // dataColumn15
  278. //
  279. this.dataColumn15.Caption = "计量点";
  280. this.dataColumn15.ColumnName = "PNT_NAME";
  281. //
  282. // dataColumn16
  283. //
  284. this.dataColumn16.Caption = "卡片号";
  285. this.dataColumn16.ColumnName = "CARDNO";
  286. //
  287. // dataColumn17
  288. //
  289. this.dataColumn17.Caption = "合同号";
  290. this.dataColumn17.ColumnName = "CONTACTNO";
  291. //
  292. // dataColumn18
  293. //
  294. this.dataColumn18.Caption = "炉号";
  295. this.dataColumn18.ColumnName = "STOVENO";
  296. //
  297. // dataColumn19
  298. //
  299. this.dataColumn19.Caption = "规格";
  300. this.dataColumn19.ColumnName = "SPEC";
  301. //
  302. // dataColumn20
  303. //
  304. this.dataColumn20.Caption = "剪切长度";
  305. this.dataColumn20.ColumnName = "CUTLENGTH";
  306. //
  307. // dataColumn21
  308. //
  309. this.dataColumn21.Caption = "钢种";
  310. this.dataColumn21.ColumnName = "STEELTYPE";
  311. //
  312. // dataColumn22
  313. //
  314. this.dataColumn22.Caption = "技术标准";
  315. this.dataColumn22.ColumnName = "EXECUTESTANDARD";
  316. //
  317. // dataColumn23
  318. //
  319. this.dataColumn23.Caption = "捆包号";
  320. this.dataColumn23.ColumnName = "MAT_NO";
  321. //
  322. // dataColumn24
  323. //
  324. this.dataColumn24.Caption = "支数";
  325. this.dataColumn24.ColumnName = "BILLETCOUNT";
  326. //
  327. // dataColumn25
  328. //
  329. this.dataColumn25.Caption = "重量";
  330. this.dataColumn25.ColumnName = "WEIGHT";
  331. //
  332. // dataColumn26
  333. //
  334. this.dataColumn26.Caption = "理重";
  335. this.dataColumn26.ColumnName = "TWEIGHT";
  336. //
  337. // dataColumn27
  338. //
  339. this.dataColumn27.Caption = "计量时间";
  340. this.dataColumn27.ColumnName = "WEIGHTTIME";
  341. //
  342. // dataColumn28
  343. //
  344. this.dataColumn28.Caption = "盘号";
  345. this.dataColumn28.ColumnName = "FTRAYID";
  346. //
  347. // timer1
  348. //
  349. this.timer1.Interval = 1000;
  350. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  351. //
  352. // ultraGroupBox1
  353. //
  354. this.ultraGroupBox1.Controls.Add(this.splitContainer4);
  355. this.ultraGroupBox1.Controls.Add(this.panel2);
  356. this.ultraGroupBox1.Controls.Add(this.plImg);
  357. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  358. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  359. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(2);
  360. this.ultraGroupBox1.Name = "ultraGroupBox1";
  361. this.ultraGroupBox1.Size = new System.Drawing.Size(1075, 880);
  362. this.ultraGroupBox1.TabIndex = 2;
  363. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  364. //
  365. // splitContainer4
  366. //
  367. this.splitContainer4.BackColor = System.Drawing.Color.Transparent;
  368. this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
  369. this.splitContainer4.Location = new System.Drawing.Point(395, 49);
  370. this.splitContainer4.Margin = new System.Windows.Forms.Padding(2);
  371. this.splitContainer4.Name = "splitContainer4";
  372. this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
  373. //
  374. // splitContainer4.Panel1
  375. //
  376. this.splitContainer4.Panel1.Controls.Add(this.groupBox1);
  377. //
  378. // splitContainer4.Panel2
  379. //
  380. this.splitContainer4.Panel2.Controls.Add(this.groupBox6);
  381. this.splitContainer4.Panel2.Controls.Add(this.groupBox5);
  382. this.splitContainer4.Panel2.Controls.Add(this.groupBox4);
  383. this.splitContainer4.Panel2.Controls.Add(this.groupBox3);
  384. this.splitContainer4.Panel2.Controls.Add(this.groupBox2);
  385. this.splitContainer4.Size = new System.Drawing.Size(677, 828);
  386. this.splitContainer4.SplitterDistance = 56;
  387. this.splitContainer4.SplitterWidth = 3;
  388. this.splitContainer4.TabIndex = 5;
  389. //
  390. // groupBox1
  391. //
  392. this.groupBox1.Controls.Add(this.txtEditCarNo);
  393. this.groupBox1.Controls.Add(this.textBox3);
  394. this.groupBox1.Controls.Add(this.textBox5);
  395. this.groupBox1.Controls.Add(this.txtPhotoCarNo);
  396. this.groupBox1.Controls.Add(this.txtScanCarNo);
  397. this.groupBox1.Controls.Add(this.textBox4);
  398. this.groupBox1.Controls.Add(this.textBox2);
  399. this.groupBox1.Controls.Add(this.txtRfidCarNo);
  400. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  401. this.groupBox1.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  402. this.groupBox1.ForeColor = System.Drawing.Color.Red;
  403. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  404. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  405. this.groupBox1.Name = "groupBox1";
  406. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  407. this.groupBox1.Size = new System.Drawing.Size(677, 56);
  408. this.groupBox1.TabIndex = 0;
  409. this.groupBox1.TabStop = false;
  410. this.groupBox1.Text = "车号";
  411. //
  412. // txtEditCarNo
  413. //
  414. this.txtEditCarNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.txtEditCarNo.Location = new System.Drawing.Point(568, 28);
  416. this.txtEditCarNo.Margin = new System.Windows.Forms.Padding(2);
  417. this.txtEditCarNo.Name = "txtEditCarNo";
  418. this.txtEditCarNo.ReadOnly = true;
  419. this.txtEditCarNo.Size = new System.Drawing.Size(90, 23);
  420. this.txtEditCarNo.TabIndex = 24;
  421. //
  422. // textBox3
  423. //
  424. this.textBox3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  425. this.textBox3.Location = new System.Drawing.Point(497, 28);
  426. this.textBox3.Margin = new System.Windows.Forms.Padding(2);
  427. this.textBox3.Name = "textBox3";
  428. this.textBox3.ReadOnly = true;
  429. this.textBox3.Size = new System.Drawing.Size(70, 23);
  430. this.textBox3.TabIndex = 23;
  431. this.textBox3.Text = "修正车号";
  432. //
  433. // textBox5
  434. //
  435. this.textBox5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. this.textBox5.Location = new System.Drawing.Point(171, 28);
  437. this.textBox5.Margin = new System.Windows.Forms.Padding(2);
  438. this.textBox5.Name = "textBox5";
  439. this.textBox5.ReadOnly = true;
  440. this.textBox5.Size = new System.Drawing.Size(70, 23);
  441. this.textBox5.TabIndex = 22;
  442. this.textBox5.Text = "抓拍车号";
  443. //
  444. // txtPhotoCarNo
  445. //
  446. this.txtPhotoCarNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.txtPhotoCarNo.Location = new System.Drawing.Point(242, 28);
  448. this.txtPhotoCarNo.Margin = new System.Windows.Forms.Padding(2);
  449. this.txtPhotoCarNo.Name = "txtPhotoCarNo";
  450. this.txtPhotoCarNo.ReadOnly = true;
  451. this.txtPhotoCarNo.Size = new System.Drawing.Size(90, 23);
  452. this.txtPhotoCarNo.TabIndex = 21;
  453. //
  454. // txtScanCarNo
  455. //
  456. this.txtScanCarNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  457. this.txtScanCarNo.Location = new System.Drawing.Point(405, 28);
  458. this.txtScanCarNo.Margin = new System.Windows.Forms.Padding(2);
  459. this.txtScanCarNo.Name = "txtScanCarNo";
  460. this.txtScanCarNo.ReadOnly = true;
  461. this.txtScanCarNo.Size = new System.Drawing.Size(90, 23);
  462. this.txtScanCarNo.TabIndex = 20;
  463. //
  464. // textBox4
  465. //
  466. this.textBox4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. this.textBox4.Location = new System.Drawing.Point(334, 28);
  468. this.textBox4.Margin = new System.Windows.Forms.Padding(2);
  469. this.textBox4.Name = "textBox4";
  470. this.textBox4.ReadOnly = true;
  471. this.textBox4.Size = new System.Drawing.Size(70, 23);
  472. this.textBox4.TabIndex = 19;
  473. this.textBox4.Text = "扫描车号";
  474. //
  475. // textBox2
  476. //
  477. this.textBox2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  478. this.textBox2.Location = new System.Drawing.Point(8, 28);
  479. this.textBox2.Margin = new System.Windows.Forms.Padding(2);
  480. this.textBox2.Name = "textBox2";
  481. this.textBox2.ReadOnly = true;
  482. this.textBox2.Size = new System.Drawing.Size(70, 23);
  483. this.textBox2.TabIndex = 18;
  484. this.textBox2.Text = "RFID车号";
  485. //
  486. // txtRfidCarNo
  487. //
  488. this.txtRfidCarNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489. this.txtRfidCarNo.Location = new System.Drawing.Point(79, 28);
  490. this.txtRfidCarNo.Margin = new System.Windows.Forms.Padding(2);
  491. this.txtRfidCarNo.Name = "txtRfidCarNo";
  492. this.txtRfidCarNo.ReadOnly = true;
  493. this.txtRfidCarNo.Size = new System.Drawing.Size(90, 23);
  494. this.txtRfidCarNo.TabIndex = 17;
  495. //
  496. // groupBox6
  497. //
  498. this.groupBox6.Controls.Add(this.txtMsgInfo);
  499. this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
  500. this.groupBox6.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.groupBox6.ForeColor = System.Drawing.Color.Red;
  502. this.groupBox6.Location = new System.Drawing.Point(0, 444);
  503. this.groupBox6.Margin = new System.Windows.Forms.Padding(2);
  504. this.groupBox6.Name = "groupBox6";
  505. this.groupBox6.Padding = new System.Windows.Forms.Padding(2);
  506. this.groupBox6.Size = new System.Drawing.Size(677, 325);
  507. this.groupBox6.TabIndex = 86;
  508. this.groupBox6.TabStop = false;
  509. this.groupBox6.Text = "提示信息";
  510. //
  511. // txtMsgInfo
  512. //
  513. this.txtMsgInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  514. this.txtMsgInfo.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  515. this.txtMsgInfo.Location = new System.Drawing.Point(2, 18);
  516. this.txtMsgInfo.Margin = new System.Windows.Forms.Padding(2);
  517. this.txtMsgInfo.Multiline = true;
  518. this.txtMsgInfo.Name = "txtMsgInfo";
  519. this.txtMsgInfo.ReadOnly = true;
  520. this.txtMsgInfo.Size = new System.Drawing.Size(673, 305);
  521. this.txtMsgInfo.TabIndex = 2;
  522. //
  523. // groupBox5
  524. //
  525. this.groupBox5.Controls.Add(this.btnSend);
  526. this.groupBox5.Controls.Add(this.chkLED_KEEP);
  527. this.groupBox5.Controls.Add(this.txtLed);
  528. this.groupBox5.Dock = System.Windows.Forms.DockStyle.Top;
  529. this.groupBox5.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  530. this.groupBox5.ForeColor = System.Drawing.Color.Red;
  531. this.groupBox5.Location = new System.Drawing.Point(0, 360);
  532. this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
  533. this.groupBox5.Name = "groupBox5";
  534. this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
  535. this.groupBox5.Size = new System.Drawing.Size(677, 84);
  536. this.groupBox5.TabIndex = 85;
  537. this.groupBox5.TabStop = false;
  538. this.groupBox5.Text = "LED发送";
  539. //
  540. // btnSend
  541. //
  542. this.btnSend.BackColor = System.Drawing.Color.DodgerBlue;
  543. this.btnSend.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  544. this.btnSend.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  545. this.btnSend.ForeColor = System.Drawing.Color.White;
  546. this.btnSend.Location = new System.Drawing.Point(474, 31);
  547. this.btnSend.Name = "btnSend";
  548. this.btnSend.Size = new System.Drawing.Size(83, 40);
  549. this.btnSend.TabIndex = 33;
  550. this.btnSend.Text = "发送";
  551. this.btnSend.UseVisualStyleBackColor = false;
  552. this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
  553. //
  554. // chkLED_KEEP
  555. //
  556. this.chkLED_KEEP.AutoSize = true;
  557. this.chkLED_KEEP.BackColor = System.Drawing.Color.Transparent;
  558. this.chkLED_KEEP.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  559. this.chkLED_KEEP.ForeColor = System.Drawing.Color.Red;
  560. this.chkLED_KEEP.Location = new System.Drawing.Point(568, 38);
  561. this.chkLED_KEEP.Margin = new System.Windows.Forms.Padding(4);
  562. this.chkLED_KEEP.Name = "chkLED_KEEP";
  563. this.chkLED_KEEP.Size = new System.Drawing.Size(68, 24);
  564. this.chkLED_KEEP.TabIndex = 31;
  565. this.chkLED_KEEP.Text = "永久";
  566. this.chkLED_KEEP.UseVisualStyleBackColor = false;
  567. this.chkLED_KEEP.Click += new System.EventHandler(this.chkLED_KEEP_CheckedChanged);
  568. //
  569. // txtLed
  570. //
  571. this.txtLed.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  572. this.txtLed.Location = new System.Drawing.Point(9, 32);
  573. this.txtLed.Margin = new System.Windows.Forms.Padding(2);
  574. this.txtLed.Name = "txtLed";
  575. this.txtLed.Size = new System.Drawing.Size(460, 38);
  576. this.txtLed.TabIndex = 30;
  577. //
  578. // groupBox4
  579. //
  580. this.groupBox4.Controls.Add(this.chkVALID_METER_AREA);
  581. this.groupBox4.Controls.Add(this.chkVALID_MAT_CLICK);
  582. this.groupBox4.Controls.Add(this.chkVALID_LIANDA);
  583. this.groupBox4.Controls.Add(this.chkVALID_MAT_TIME);
  584. this.groupBox4.Controls.Add(this.chkVALID_EXCEED_WGT);
  585. this.groupBox4.Controls.Add(this.chkVALID_CARNO);
  586. this.groupBox4.Controls.Add(this.chkVALID_PREDICTION_DIFF);
  587. this.groupBox4.Controls.Add(this.chkVALID_TARE_TIME);
  588. this.groupBox4.Controls.Add(this.chkVALID_TIME_INTERVAL);
  589. this.groupBox4.Controls.Add(this.chkVALID_WGT);
  590. this.groupBox4.Controls.Add(this.chkVALID_PARK_STATUS);
  591. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
  592. this.groupBox4.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  593. this.groupBox4.ForeColor = System.Drawing.Color.Red;
  594. this.groupBox4.Location = new System.Drawing.Point(0, 255);
  595. this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
  596. this.groupBox4.Name = "groupBox4";
  597. this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
  598. this.groupBox4.Size = new System.Drawing.Size(677, 105);
  599. this.groupBox4.TabIndex = 84;
  600. this.groupBox4.TabStop = false;
  601. this.groupBox4.Text = "控制开关";
  602. //
  603. // chkVALID_METER_AREA
  604. //
  605. this.chkVALID_METER_AREA.AutoSize = true;
  606. this.chkVALID_METER_AREA.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  607. this.chkVALID_METER_AREA.ForeColor = System.Drawing.Color.Black;
  608. this.chkVALID_METER_AREA.Location = new System.Drawing.Point(308, 82);
  609. this.chkVALID_METER_AREA.Name = "chkVALID_METER_AREA";
  610. this.chkVALID_METER_AREA.Size = new System.Drawing.Size(131, 18);
  611. this.chkVALID_METER_AREA.TabIndex = 44;
  612. this.chkVALID_METER_AREA.Text = "不验证计量区域";
  613. this.chkVALID_METER_AREA.UseVisualStyleBackColor = true;
  614. this.chkVALID_METER_AREA.Click += new System.EventHandler(this.chkVALID_METER_AREA_Click);
  615. //
  616. // chkVALID_MAT_CLICK
  617. //
  618. this.chkVALID_MAT_CLICK.AutoSize = true;
  619. this.chkVALID_MAT_CLICK.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  620. this.chkVALID_MAT_CLICK.ForeColor = System.Drawing.Color.Black;
  621. this.chkVALID_MAT_CLICK.Location = new System.Drawing.Point(144, 81);
  622. this.chkVALID_MAT_CLICK.Name = "chkVALID_MAT_CLICK";
  623. this.chkVALID_MAT_CLICK.Size = new System.Drawing.Size(131, 18);
  624. this.chkVALID_MAT_CLICK.TabIndex = 43;
  625. this.chkVALID_MAT_CLICK.Text = "不验证物料点击";
  626. this.chkVALID_MAT_CLICK.UseVisualStyleBackColor = true;
  627. this.chkVALID_MAT_CLICK.Click += new System.EventHandler(this.chkVALID_MAT_CLICK_Click);
  628. //
  629. // chkVALID_LIANDA
  630. //
  631. this.chkVALID_LIANDA.AutoSize = true;
  632. this.chkVALID_LIANDA.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  633. this.chkVALID_LIANDA.ForeColor = System.Drawing.Color.Black;
  634. this.chkVALID_LIANDA.Location = new System.Drawing.Point(12, 81);
  635. this.chkVALID_LIANDA.Name = "chkVALID_LIANDA";
  636. this.chkVALID_LIANDA.Size = new System.Drawing.Size(101, 18);
  637. this.chkVALID_LIANDA.TabIndex = 42;
  638. this.chkVALID_LIANDA.Text = "不验证联达";
  639. this.chkVALID_LIANDA.UseVisualStyleBackColor = true;
  640. this.chkVALID_LIANDA.Click += new System.EventHandler(this.chkVALID_LIANDA_Click);
  641. //
  642. // chkVALID_MAT_TIME
  643. //
  644. this.chkVALID_MAT_TIME.AutoSize = true;
  645. this.chkVALID_MAT_TIME.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  646. this.chkVALID_MAT_TIME.ForeColor = System.Drawing.Color.Black;
  647. this.chkVALID_MAT_TIME.Location = new System.Drawing.Point(308, 22);
  648. this.chkVALID_MAT_TIME.Name = "chkVALID_MAT_TIME";
  649. this.chkVALID_MAT_TIME.Size = new System.Drawing.Size(146, 18);
  650. this.chkVALID_MAT_TIME.TabIndex = 41;
  651. this.chkVALID_MAT_TIME.Text = "不验物料计量时间";
  652. this.chkVALID_MAT_TIME.UseVisualStyleBackColor = true;
  653. this.chkVALID_MAT_TIME.Click += new System.EventHandler(this.chkVALID_MAT_TIME_Click);
  654. //
  655. // chkVALID_EXCEED_WGT
  656. //
  657. this.chkVALID_EXCEED_WGT.AutoSize = true;
  658. this.chkVALID_EXCEED_WGT.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  659. this.chkVALID_EXCEED_WGT.ForeColor = System.Drawing.Color.Black;
  660. this.chkVALID_EXCEED_WGT.Location = new System.Drawing.Point(308, 53);
  661. this.chkVALID_EXCEED_WGT.Name = "chkVALID_EXCEED_WGT";
  662. this.chkVALID_EXCEED_WGT.Size = new System.Drawing.Size(131, 18);
  663. this.chkVALID_EXCEED_WGT.TabIndex = 40;
  664. this.chkVALID_EXCEED_WGT.Text = "不验证物资限载";
  665. this.chkVALID_EXCEED_WGT.UseVisualStyleBackColor = true;
  666. this.chkVALID_EXCEED_WGT.Click += new System.EventHandler(this.chkVALID_EXCEED_WGT_CheckedChanged);
  667. //
  668. // chkVALID_CARNO
  669. //
  670. this.chkVALID_CARNO.AutoSize = true;
  671. this.chkVALID_CARNO.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  672. this.chkVALID_CARNO.ForeColor = System.Drawing.Color.Black;
  673. this.chkVALID_CARNO.Location = new System.Drawing.Point(12, 53);
  674. this.chkVALID_CARNO.Name = "chkVALID_CARNO";
  675. this.chkVALID_CARNO.Size = new System.Drawing.Size(101, 18);
  676. this.chkVALID_CARNO.TabIndex = 37;
  677. this.chkVALID_CARNO.Text = "不验证车号";
  678. this.chkVALID_CARNO.UseVisualStyleBackColor = true;
  679. this.chkVALID_CARNO.Click += new System.EventHandler(this.chkVALID_CARNO_CheckedChanged);
  680. //
  681. // chkVALID_PREDICTION_DIFF
  682. //
  683. this.chkVALID_PREDICTION_DIFF.AutoSize = true;
  684. this.chkVALID_PREDICTION_DIFF.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  685. this.chkVALID_PREDICTION_DIFF.ForeColor = System.Drawing.Color.Black;
  686. this.chkVALID_PREDICTION_DIFF.Location = new System.Drawing.Point(491, 22);
  687. this.chkVALID_PREDICTION_DIFF.Name = "chkVALID_PREDICTION_DIFF";
  688. this.chkVALID_PREDICTION_DIFF.Size = new System.Drawing.Size(131, 18);
  689. this.chkVALID_PREDICTION_DIFF.TabIndex = 39;
  690. this.chkVALID_PREDICTION_DIFF.Text = "不验证预报超差";
  691. this.chkVALID_PREDICTION_DIFF.UseVisualStyleBackColor = true;
  692. this.chkVALID_PREDICTION_DIFF.Click += new System.EventHandler(this.chkVALID_PREDICTION_DIFF_CheckedChanged);
  693. //
  694. // chkVALID_TARE_TIME
  695. //
  696. this.chkVALID_TARE_TIME.AutoSize = true;
  697. this.chkVALID_TARE_TIME.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  698. this.chkVALID_TARE_TIME.ForeColor = System.Drawing.Color.Black;
  699. this.chkVALID_TARE_TIME.Location = new System.Drawing.Point(144, 52);
  700. this.chkVALID_TARE_TIME.Name = "chkVALID_TARE_TIME";
  701. this.chkVALID_TARE_TIME.Size = new System.Drawing.Size(131, 18);
  702. this.chkVALID_TARE_TIME.TabIndex = 38;
  703. this.chkVALID_TARE_TIME.Text = "不验证回皮时间";
  704. this.chkVALID_TARE_TIME.UseVisualStyleBackColor = true;
  705. this.chkVALID_TARE_TIME.Click += new System.EventHandler(this.chkVALID_TARE_TIME_CheckedChanged);
  706. //
  707. // chkVALID_TIME_INTERVAL
  708. //
  709. this.chkVALID_TIME_INTERVAL.AutoSize = true;
  710. this.chkVALID_TIME_INTERVAL.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  711. this.chkVALID_TIME_INTERVAL.ForeColor = System.Drawing.Color.Black;
  712. this.chkVALID_TIME_INTERVAL.Location = new System.Drawing.Point(144, 22);
  713. this.chkVALID_TIME_INTERVAL.Name = "chkVALID_TIME_INTERVAL";
  714. this.chkVALID_TIME_INTERVAL.Size = new System.Drawing.Size(131, 18);
  715. this.chkVALID_TIME_INTERVAL.TabIndex = 36;
  716. this.chkVALID_TIME_INTERVAL.Text = "不验证时间间隔";
  717. this.chkVALID_TIME_INTERVAL.UseVisualStyleBackColor = true;
  718. this.chkVALID_TIME_INTERVAL.Click += new System.EventHandler(this.chkVALID_TIME_INTERVAL_CheckedChanged);
  719. //
  720. // chkVALID_WGT
  721. //
  722. this.chkVALID_WGT.AutoSize = true;
  723. this.chkVALID_WGT.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  724. this.chkVALID_WGT.ForeColor = System.Drawing.Color.Black;
  725. this.chkVALID_WGT.Location = new System.Drawing.Point(12, 23);
  726. this.chkVALID_WGT.Name = "chkVALID_WGT";
  727. this.chkVALID_WGT.Size = new System.Drawing.Size(101, 18);
  728. this.chkVALID_WGT.TabIndex = 34;
  729. this.chkVALID_WGT.Text = "不验证皮重";
  730. this.chkVALID_WGT.UseVisualStyleBackColor = true;
  731. this.chkVALID_WGT.Click += new System.EventHandler(this.chkVALID_WGT_CheckedChanged);
  732. //
  733. // chkVALID_PARK_STATUS
  734. //
  735. this.chkVALID_PARK_STATUS.AutoSize = true;
  736. this.chkVALID_PARK_STATUS.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  737. this.chkVALID_PARK_STATUS.ForeColor = System.Drawing.Color.Black;
  738. this.chkVALID_PARK_STATUS.Location = new System.Drawing.Point(491, 53);
  739. this.chkVALID_PARK_STATUS.Name = "chkVALID_PARK_STATUS";
  740. this.chkVALID_PARK_STATUS.Size = new System.Drawing.Size(101, 18);
  741. this.chkVALID_PARK_STATUS.TabIndex = 35;
  742. this.chkVALID_PARK_STATUS.Text = "不验证对射";
  743. this.chkVALID_PARK_STATUS.UseVisualStyleBackColor = true;
  744. this.chkVALID_PARK_STATUS.Click += new System.EventHandler(this.chkVALID_PARK_STATUS_CheckedChanged);
  745. //
  746. // groupBox3
  747. //
  748. this.groupBox3.Controls.Add(this.btnGreenLight);
  749. this.groupBox3.Controls.Add(this.txtReplacePaper);
  750. this.groupBox3.Controls.Add(this.cbCarNo);
  751. this.groupBox3.Controls.Add(this.txtCarNo);
  752. this.groupBox3.Controls.Add(this.btnCarSet);
  753. this.groupBox3.Controls.Add(this.btnReplacePaper);
  754. this.groupBox3.Controls.Add(this.btnRedLight);
  755. this.groupBox3.Controls.Add(this.btnYc);
  756. this.groupBox3.Controls.Add(this.btnZero);
  757. this.groupBox3.Controls.Add(this.btnTakrOver);
  758. this.groupBox3.Controls.Add(this.btnIpVoice);
  759. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
  760. this.groupBox3.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  761. this.groupBox3.ForeColor = System.Drawing.Color.Red;
  762. this.groupBox3.Location = new System.Drawing.Point(0, 130);
  763. this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
  764. this.groupBox3.Name = "groupBox3";
  765. this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
  766. this.groupBox3.Size = new System.Drawing.Size(677, 125);
  767. this.groupBox3.TabIndex = 83;
  768. this.groupBox3.TabStop = false;
  769. this.groupBox3.Text = "业务操作";
  770. //
  771. // btnGreenLight
  772. //
  773. this.btnGreenLight.BackColor = System.Drawing.Color.DodgerBlue;
  774. this.btnGreenLight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  775. this.btnGreenLight.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  776. this.btnGreenLight.ForeColor = System.Drawing.Color.Transparent;
  777. this.btnGreenLight.Location = new System.Drawing.Point(565, 24);
  778. this.btnGreenLight.Name = "btnGreenLight";
  779. this.btnGreenLight.Size = new System.Drawing.Size(62, 45);
  780. this.btnGreenLight.TabIndex = 70;
  781. this.btnGreenLight.Text = "绿";
  782. this.btnGreenLight.UseVisualStyleBackColor = false;
  783. this.btnGreenLight.Click += new System.EventHandler(this.btnGreenLight_Click);
  784. //
  785. // txtReplacePaper
  786. //
  787. this.txtReplacePaper.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  788. this.txtReplacePaper.Location = new System.Drawing.Point(505, 73);
  789. this.txtReplacePaper.Margin = new System.Windows.Forms.Padding(2);
  790. this.txtReplacePaper.Name = "txtReplacePaper";
  791. this.txtReplacePaper.Size = new System.Drawing.Size(122, 38);
  792. this.txtReplacePaper.TabIndex = 69;
  793. //
  794. // cbCarNo
  795. //
  796. this.cbCarNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  797. this.cbCarNo.Font = new System.Drawing.Font("宋体", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  798. this.cbCarNo.FormattingEnabled = true;
  799. this.cbCarNo.Items.AddRange(new object[] {
  800. "",
  801. "甘",
  802. "陕",
  803. "青",
  804. "宁",
  805. "藏",
  806. "新",
  807. "川",
  808. "渝",
  809. "京",
  810. "津",
  811. "冀",
  812. "晋",
  813. "蒙",
  814. "辽",
  815. "吉",
  816. "黑",
  817. "沪",
  818. "苏",
  819. "浙",
  820. "皖",
  821. "闽",
  822. "赣",
  823. "鲁",
  824. "豫",
  825. "湘",
  826. "粤",
  827. "桂",
  828. "琼",
  829. "贵",
  830. "云"});
  831. this.cbCarNo.Location = new System.Drawing.Point(133, 74);
  832. this.cbCarNo.Margin = new System.Windows.Forms.Padding(2);
  833. this.cbCarNo.Name = "cbCarNo";
  834. this.cbCarNo.Size = new System.Drawing.Size(93, 37);
  835. this.cbCarNo.TabIndex = 68;
  836. //
  837. // txtCarNo
  838. //
  839. this.txtCarNo.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  840. this.txtCarNo.Location = new System.Drawing.Point(227, 73);
  841. this.txtCarNo.Margin = new System.Windows.Forms.Padding(2);
  842. this.txtCarNo.Name = "txtCarNo";
  843. this.txtCarNo.Size = new System.Drawing.Size(153, 38);
  844. this.txtCarNo.TabIndex = 67;
  845. //
  846. // btnCarSet
  847. //
  848. this.btnCarSet.BackColor = System.Drawing.Color.DodgerBlue;
  849. this.btnCarSet.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  850. this.btnCarSet.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  851. this.btnCarSet.ForeColor = System.Drawing.Color.Transparent;
  852. this.btnCarSet.Location = new System.Drawing.Point(8, 68);
  853. this.btnCarSet.Name = "btnCarSet";
  854. this.btnCarSet.Size = new System.Drawing.Size(125, 44);
  855. this.btnCarSet.TabIndex = 66;
  856. this.btnCarSet.Text = "车号重置";
  857. this.btnCarSet.UseVisualStyleBackColor = false;
  858. this.btnCarSet.Click += new System.EventHandler(this.btnCarSet_Click);
  859. //
  860. // btnReplacePaper
  861. //
  862. this.btnReplacePaper.BackColor = System.Drawing.Color.DodgerBlue;
  863. this.btnReplacePaper.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  864. this.btnReplacePaper.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  865. this.btnReplacePaper.ForeColor = System.Drawing.Color.White;
  866. this.btnReplacePaper.Location = new System.Drawing.Point(380, 68);
  867. this.btnReplacePaper.Name = "btnReplacePaper";
  868. this.btnReplacePaper.Size = new System.Drawing.Size(125, 44);
  869. this.btnReplacePaper.TabIndex = 65;
  870. this.btnReplacePaper.Text = "换纸";
  871. this.btnReplacePaper.UseVisualStyleBackColor = false;
  872. this.btnReplacePaper.Click += new System.EventHandler(this.btnReplacePaper_Click);
  873. //
  874. // btnRedLight
  875. //
  876. this.btnRedLight.BackColor = System.Drawing.Color.DodgerBlue;
  877. this.btnRedLight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  878. this.btnRedLight.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  879. this.btnRedLight.ForeColor = System.Drawing.Color.Transparent;
  880. this.btnRedLight.Location = new System.Drawing.Point(504, 24);
  881. this.btnRedLight.Name = "btnRedLight";
  882. this.btnRedLight.Size = new System.Drawing.Size(62, 45);
  883. this.btnRedLight.TabIndex = 64;
  884. this.btnRedLight.Text = "红";
  885. this.btnRedLight.UseVisualStyleBackColor = false;
  886. this.btnRedLight.Click += new System.EventHandler(this.btnRedLight_Click);
  887. //
  888. // btnYc
  889. //
  890. this.btnYc.BackColor = System.Drawing.Color.DodgerBlue;
  891. this.btnYc.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  892. this.btnYc.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  893. this.btnYc.ForeColor = System.Drawing.Color.Transparent;
  894. this.btnYc.Location = new System.Drawing.Point(256, 24);
  895. this.btnYc.Name = "btnYc";
  896. this.btnYc.Size = new System.Drawing.Size(125, 45);
  897. this.btnYc.TabIndex = 62;
  898. this.btnYc.Text = "远程计量";
  899. this.btnYc.UseVisualStyleBackColor = false;
  900. this.btnYc.Click += new System.EventHandler(this.btnYc_Click);
  901. //
  902. // btnZero
  903. //
  904. this.btnZero.BackColor = System.Drawing.Color.DodgerBlue;
  905. this.btnZero.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  906. this.btnZero.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  907. this.btnZero.ForeColor = System.Drawing.Color.Transparent;
  908. this.btnZero.Location = new System.Drawing.Point(8, 24);
  909. this.btnZero.Name = "btnZero";
  910. this.btnZero.Size = new System.Drawing.Size(125, 45);
  911. this.btnZero.TabIndex = 60;
  912. this.btnZero.Text = "仪表清零";
  913. this.btnZero.UseVisualStyleBackColor = false;
  914. this.btnZero.Click += new System.EventHandler(this.btnZero_Click);
  915. //
  916. // btnTakrOver
  917. //
  918. this.btnTakrOver.BackColor = System.Drawing.Color.DodgerBlue;
  919. this.btnTakrOver.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  920. this.btnTakrOver.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  921. this.btnTakrOver.ForeColor = System.Drawing.Color.Transparent;
  922. this.btnTakrOver.Location = new System.Drawing.Point(380, 24);
  923. this.btnTakrOver.Name = "btnTakrOver";
  924. this.btnTakrOver.Size = new System.Drawing.Size(125, 45);
  925. this.btnTakrOver.TabIndex = 63;
  926. this.btnTakrOver.Text = "红绿灯接管";
  927. this.btnTakrOver.UseVisualStyleBackColor = false;
  928. this.btnTakrOver.Click += new System.EventHandler(this.btnTakrOver_Click);
  929. //
  930. // btnIpVoice
  931. //
  932. this.btnIpVoice.BackColor = System.Drawing.Color.DodgerBlue;
  933. this.btnIpVoice.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  934. this.btnIpVoice.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  935. this.btnIpVoice.ForeColor = System.Drawing.Color.Transparent;
  936. this.btnIpVoice.Location = new System.Drawing.Point(132, 24);
  937. this.btnIpVoice.Name = "btnIpVoice";
  938. this.btnIpVoice.Size = new System.Drawing.Size(125, 45);
  939. this.btnIpVoice.TabIndex = 61;
  940. this.btnIpVoice.Text = "对讲";
  941. this.btnIpVoice.UseVisualStyleBackColor = false;
  942. this.btnIpVoice.Click += new System.EventHandler(this.btnIpVoice_Click);
  943. //
  944. // groupBox2
  945. //
  946. this.groupBox2.Controls.Add(this.bcZD);
  947. this.groupBox2.Controls.Add(this.bcCarWarm);
  948. this.groupBox2.Controls.Add(this.bcWgtWarm);
  949. this.groupBox2.Controls.Add(this.bcAreaWarm);
  950. this.groupBox2.Controls.Add(this.bcYcStatWarm);
  951. this.groupBox2.Controls.Add(this.bcHelpWarm);
  952. this.groupBox2.Controls.Add(this.bcAutoState);
  953. this.groupBox2.Controls.Add(this.bcStateWarm);
  954. this.groupBox2.Controls.Add(this.bcTimed);
  955. this.groupBox2.Controls.Add(this.bcIpVoice);
  956. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  957. this.groupBox2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  958. this.groupBox2.ForeColor = System.Drawing.Color.Red;
  959. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  960. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  961. this.groupBox2.Name = "groupBox2";
  962. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  963. this.groupBox2.Size = new System.Drawing.Size(677, 130);
  964. this.groupBox2.TabIndex = 82;
  965. this.groupBox2.TabStop = false;
  966. this.groupBox2.Text = "状态监控";
  967. //
  968. // bcZD
  969. //
  970. this.bcZD.BackColor = System.Drawing.Color.Green;
  971. this.bcZD.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  972. this.bcZD.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  973. this.bcZD.ForeColor = System.Drawing.Color.Transparent;
  974. this.bcZD.Location = new System.Drawing.Point(503, 24);
  975. this.bcZD.Name = "bcZD";
  976. this.bcZD.Size = new System.Drawing.Size(125, 47);
  977. this.bcZD.TabIndex = 48;
  978. this.bcZD.Text = "智能终端";
  979. this.bcZD.UseVisualStyleBackColor = false;
  980. //
  981. // bcCarWarm
  982. //
  983. this.bcCarWarm.BackColor = System.Drawing.Color.Green;
  984. this.bcCarWarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  985. this.bcCarWarm.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  986. this.bcCarWarm.ForeColor = System.Drawing.Color.Transparent;
  987. this.bcCarWarm.Location = new System.Drawing.Point(7, 24);
  988. this.bcCarWarm.Name = "bcCarWarm";
  989. this.bcCarWarm.Size = new System.Drawing.Size(125, 47);
  990. this.bcCarWarm.TabIndex = 47;
  991. this.bcCarWarm.Text = "车号异常";
  992. this.bcCarWarm.UseVisualStyleBackColor = false;
  993. //
  994. // bcWgtWarm
  995. //
  996. this.bcWgtWarm.BackColor = System.Drawing.Color.Green;
  997. this.bcWgtWarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  998. this.bcWgtWarm.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  999. this.bcWgtWarm.ForeColor = System.Drawing.Color.Transparent;
  1000. this.bcWgtWarm.Location = new System.Drawing.Point(131, 24);
  1001. this.bcWgtWarm.Name = "bcWgtWarm";
  1002. this.bcWgtWarm.Size = new System.Drawing.Size(125, 47);
  1003. this.bcWgtWarm.TabIndex = 39;
  1004. this.bcWgtWarm.Text = "重量异常";
  1005. this.bcWgtWarm.UseVisualStyleBackColor = false;
  1006. //
  1007. // bcAreaWarm
  1008. //
  1009. this.bcAreaWarm.BackColor = System.Drawing.Color.Green;
  1010. this.bcAreaWarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1011. this.bcAreaWarm.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1012. this.bcAreaWarm.ForeColor = System.Drawing.Color.Transparent;
  1013. this.bcAreaWarm.Location = new System.Drawing.Point(255, 24);
  1014. this.bcAreaWarm.Name = "bcAreaWarm";
  1015. this.bcAreaWarm.Size = new System.Drawing.Size(125, 47);
  1016. this.bcAreaWarm.TabIndex = 40;
  1017. this.bcAreaWarm.Text = "车位检测";
  1018. this.bcAreaWarm.UseVisualStyleBackColor = false;
  1019. //
  1020. // bcYcStatWarm
  1021. //
  1022. this.bcYcStatWarm.BackColor = System.Drawing.Color.Green;
  1023. this.bcYcStatWarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1024. this.bcYcStatWarm.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1025. this.bcYcStatWarm.ForeColor = System.Drawing.Color.Transparent;
  1026. this.bcYcStatWarm.Location = new System.Drawing.Point(503, 70);
  1027. this.bcYcStatWarm.Name = "bcYcStatWarm";
  1028. this.bcYcStatWarm.Size = new System.Drawing.Size(125, 47);
  1029. this.bcYcStatWarm.TabIndex = 46;
  1030. this.bcYcStatWarm.Text = "远程计量";
  1031. this.bcYcStatWarm.UseVisualStyleBackColor = false;
  1032. //
  1033. // bcHelpWarm
  1034. //
  1035. this.bcHelpWarm.BackColor = System.Drawing.Color.Green;
  1036. this.bcHelpWarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1037. this.bcHelpWarm.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1038. this.bcHelpWarm.ForeColor = System.Drawing.Color.Transparent;
  1039. this.bcHelpWarm.Location = new System.Drawing.Point(7, 70);
  1040. this.bcHelpWarm.Name = "bcHelpWarm";
  1041. this.bcHelpWarm.Size = new System.Drawing.Size(125, 47);
  1042. this.bcHelpWarm.TabIndex = 41;
  1043. this.bcHelpWarm.Text = "现场求助";
  1044. this.bcHelpWarm.UseVisualStyleBackColor = false;
  1045. //
  1046. // bcAutoState
  1047. //
  1048. this.bcAutoState.BackColor = System.Drawing.Color.Green;
  1049. this.bcAutoState.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1050. this.bcAutoState.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1051. this.bcAutoState.ForeColor = System.Drawing.Color.Transparent;
  1052. this.bcAutoState.Location = new System.Drawing.Point(379, 70);
  1053. this.bcAutoState.Name = "bcAutoState";
  1054. this.bcAutoState.Size = new System.Drawing.Size(125, 47);
  1055. this.bcAutoState.TabIndex = 45;
  1056. this.bcAutoState.Text = "智能计量";
  1057. this.bcAutoState.UseVisualStyleBackColor = false;
  1058. //
  1059. // bcStateWarm
  1060. //
  1061. this.bcStateWarm.BackColor = System.Drawing.Color.Green;
  1062. this.bcStateWarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1063. this.bcStateWarm.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1064. this.bcStateWarm.ForeColor = System.Drawing.Color.Transparent;
  1065. this.bcStateWarm.Location = new System.Drawing.Point(255, 70);
  1066. this.bcStateWarm.Name = "bcStateWarm";
  1067. this.bcStateWarm.Size = new System.Drawing.Size(125, 47);
  1068. this.bcStateWarm.TabIndex = 44;
  1069. this.bcStateWarm.Text = "计量状态";
  1070. this.bcStateWarm.UseVisualStyleBackColor = false;
  1071. //
  1072. // bcTimed
  1073. //
  1074. this.bcTimed.BackColor = System.Drawing.Color.Green;
  1075. this.bcTimed.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1076. this.bcTimed.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1077. this.bcTimed.ForeColor = System.Drawing.Color.Transparent;
  1078. this.bcTimed.Location = new System.Drawing.Point(379, 24);
  1079. this.bcTimed.Name = "bcTimed";
  1080. this.bcTimed.Size = new System.Drawing.Size(125, 47);
  1081. this.bcTimed.TabIndex = 42;
  1082. this.bcTimed.Text = "停留超时";
  1083. this.bcTimed.UseVisualStyleBackColor = false;
  1084. //
  1085. // bcIpVoice
  1086. //
  1087. this.bcIpVoice.BackColor = System.Drawing.Color.Green;
  1088. this.bcIpVoice.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1089. this.bcIpVoice.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1090. this.bcIpVoice.ForeColor = System.Drawing.Color.Transparent;
  1091. this.bcIpVoice.Location = new System.Drawing.Point(131, 70);
  1092. this.bcIpVoice.Name = "bcIpVoice";
  1093. this.bcIpVoice.Size = new System.Drawing.Size(125, 47);
  1094. this.bcIpVoice.TabIndex = 43;
  1095. this.bcIpVoice.Text = "IP语音";
  1096. this.bcIpVoice.UseVisualStyleBackColor = false;
  1097. //
  1098. // panel2
  1099. //
  1100. this.panel2.BackColor = System.Drawing.Color.Transparent;
  1101. this.panel2.Controls.Add(this.splitContainer1);
  1102. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  1103. this.panel2.Location = new System.Drawing.Point(395, 0);
  1104. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  1105. this.panel2.Name = "panel2";
  1106. this.panel2.Size = new System.Drawing.Size(677, 49);
  1107. this.panel2.TabIndex = 4;
  1108. //
  1109. // splitContainer1
  1110. //
  1111. this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
  1112. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  1113. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  1114. this.splitContainer1.Margin = new System.Windows.Forms.Padding(2);
  1115. this.splitContainer1.Name = "splitContainer1";
  1116. //
  1117. // splitContainer1.Panel1
  1118. //
  1119. this.splitContainer1.Panel1.Controls.Add(this.txtWeight);
  1120. //
  1121. // splitContainer1.Panel2
  1122. //
  1123. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  1124. this.splitContainer1.Panel2.Controls.Add(this.splitter1);
  1125. this.splitContainer1.Size = new System.Drawing.Size(677, 49);
  1126. this.splitContainer1.SplitterDistance = 193;
  1127. this.splitContainer1.SplitterWidth = 3;
  1128. this.splitContainer1.TabIndex = 0;
  1129. //
  1130. // txtWeight
  1131. //
  1132. appearance1.BackColor = System.Drawing.Color.Black;
  1133. appearance1.ForeColor = System.Drawing.Color.Lime;
  1134. appearance1.ForeColorDisabled = System.Drawing.Color.Lime;
  1135. appearance1.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance1.ImageBackground")));
  1136. appearance1.TextHAlignAsString = "Right";
  1137. this.txtWeight.Appearance = appearance1;
  1138. this.txtWeight.BackColor = System.Drawing.Color.Black;
  1139. this.txtWeight.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  1140. this.txtWeight.Dock = System.Windows.Forms.DockStyle.Fill;
  1141. this.txtWeight.Font = new System.Drawing.Font("宋体", 26F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1142. this.txtWeight.Location = new System.Drawing.Point(0, 0);
  1143. this.txtWeight.Name = "txtWeight";
  1144. this.txtWeight.ReadOnly = true;
  1145. this.txtWeight.Size = new System.Drawing.Size(193, 46);
  1146. this.txtWeight.TabIndex = 585;
  1147. this.txtWeight.Text = "0kg";
  1148. //
  1149. // splitContainer2
  1150. //
  1151. this.splitContainer2.BackColor = System.Drawing.Color.Transparent;
  1152. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  1153. this.splitContainer2.Location = new System.Drawing.Point(2, 0);
  1154. this.splitContainer2.Margin = new System.Windows.Forms.Padding(2);
  1155. this.splitContainer2.Name = "splitContainer2";
  1156. //
  1157. // splitContainer2.Panel1
  1158. //
  1159. this.splitContainer2.Panel1.Controls.Add(this.bcZeroWarn);
  1160. this.splitContainer2.Panel1.Controls.Add(this.bcWgtWarn);
  1161. //
  1162. // splitContainer2.Panel2
  1163. //
  1164. this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
  1165. this.splitContainer2.Size = new System.Drawing.Size(479, 49);
  1166. this.splitContainer2.SplitterDistance = 108;
  1167. this.splitContainer2.SplitterWidth = 3;
  1168. this.splitContainer2.TabIndex = 1;
  1169. //
  1170. // bcZeroWarn
  1171. //
  1172. this.bcZeroWarn.BackColor = System.Drawing.Color.Green;
  1173. this.bcZeroWarn.Dock = System.Windows.Forms.DockStyle.Left;
  1174. this.bcZeroWarn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1175. this.bcZeroWarn.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1176. this.bcZeroWarn.ForeColor = System.Drawing.Color.Transparent;
  1177. this.bcZeroWarn.Location = new System.Drawing.Point(0, 0);
  1178. this.bcZeroWarn.Name = "bcZeroWarn";
  1179. this.bcZeroWarn.Size = new System.Drawing.Size(57, 49);
  1180. this.bcZeroWarn.TabIndex = 4;
  1181. this.bcZeroWarn.Text = "零点报警";
  1182. this.bcZeroWarn.UseVisualStyleBackColor = false;
  1183. //
  1184. // bcWgtWarn
  1185. //
  1186. this.bcWgtWarn.BackColor = System.Drawing.Color.Green;
  1187. this.bcWgtWarn.Dock = System.Windows.Forms.DockStyle.Right;
  1188. this.bcWgtWarn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1189. this.bcWgtWarn.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1190. this.bcWgtWarn.ForeColor = System.Drawing.Color.Transparent;
  1191. this.bcWgtWarn.Location = new System.Drawing.Point(51, 0);
  1192. this.bcWgtWarn.Name = "bcWgtWarn";
  1193. this.bcWgtWarn.Size = new System.Drawing.Size(57, 49);
  1194. this.bcWgtWarn.TabIndex = 2;
  1195. this.bcWgtWarn.Text = "超重报警";
  1196. this.bcWgtWarn.UseVisualStyleBackColor = false;
  1197. //
  1198. // splitContainer3
  1199. //
  1200. this.splitContainer3.BackColor = System.Drawing.Color.Transparent;
  1201. this.splitContainer3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1202. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  1203. this.splitContainer3.Location = new System.Drawing.Point(0, 0);
  1204. this.splitContainer3.Margin = new System.Windows.Forms.Padding(2);
  1205. this.splitContainer3.Name = "splitContainer3";
  1206. //
  1207. // splitContainer3.Panel1
  1208. //
  1209. this.splitContainer3.Panel1.BackColor = System.Drawing.Color.Transparent;
  1210. this.splitContainer3.Panel1.Controls.Add(this.lbPntName);
  1211. //
  1212. // splitContainer3.Panel2
  1213. //
  1214. this.splitContainer3.Panel2.Controls.Add(this.btnSee);
  1215. this.splitContainer3.Size = new System.Drawing.Size(368, 49);
  1216. this.splitContainer3.SplitterDistance = 250;
  1217. this.splitContainer3.SplitterWidth = 3;
  1218. this.splitContainer3.TabIndex = 0;
  1219. //
  1220. // lbPntName
  1221. //
  1222. this.lbPntName.AutoSize = true;
  1223. this.lbPntName.BackColor = System.Drawing.Color.Transparent;
  1224. this.lbPntName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1225. this.lbPntName.ForeColor = System.Drawing.Color.Black;
  1226. this.lbPntName.Location = new System.Drawing.Point(3, 17);
  1227. this.lbPntName.Name = "lbPntName";
  1228. this.lbPntName.Size = new System.Drawing.Size(15, 14);
  1229. this.lbPntName.TabIndex = 1;
  1230. this.lbPntName.Text = " ";
  1231. //
  1232. // btnSee
  1233. //
  1234. this.btnSee.BackColor = System.Drawing.Color.DodgerBlue;
  1235. this.btnSee.Dock = System.Windows.Forms.DockStyle.Fill;
  1236. this.btnSee.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1237. this.btnSee.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1238. this.btnSee.ForeColor = System.Drawing.Color.White;
  1239. this.btnSee.Location = new System.Drawing.Point(0, 0);
  1240. this.btnSee.Name = "btnSee";
  1241. this.btnSee.Size = new System.Drawing.Size(113, 47);
  1242. this.btnSee.TabIndex = 5;
  1243. this.btnSee.Text = "返回";
  1244. this.btnSee.UseVisualStyleBackColor = false;
  1245. this.btnSee.Click += new System.EventHandler(this.btnSee_Click);
  1246. //
  1247. // splitter1
  1248. //
  1249. this.splitter1.Location = new System.Drawing.Point(0, 0);
  1250. this.splitter1.Margin = new System.Windows.Forms.Padding(2);
  1251. this.splitter1.Name = "splitter1";
  1252. this.splitter1.Size = new System.Drawing.Size(2, 49);
  1253. this.splitter1.TabIndex = 0;
  1254. this.splitter1.TabStop = false;
  1255. //
  1256. // plImg
  1257. //
  1258. this.plImg.AutoScroll = true;
  1259. this.plImg.BackColor = System.Drawing.Color.Transparent;
  1260. this.plImg.Dock = System.Windows.Forms.DockStyle.Left;
  1261. this.plImg.Location = new System.Drawing.Point(3, 0);
  1262. this.plImg.Margin = new System.Windows.Forms.Padding(2);
  1263. this.plImg.Name = "plImg";
  1264. this.plImg.Size = new System.Drawing.Size(392, 877);
  1265. this.plImg.TabIndex = 0;
  1266. //
  1267. // pictureShow
  1268. //
  1269. this.pictureShow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  1270. this.pictureShow.Dock = System.Windows.Forms.DockStyle.Fill;
  1271. this.pictureShow.Location = new System.Drawing.Point(0, 0);
  1272. this.pictureShow.Margin = new System.Windows.Forms.Padding(2);
  1273. this.pictureShow.Name = "pictureShow";
  1274. this.pictureShow.Size = new System.Drawing.Size(975, 790);
  1275. this.pictureShow.TabIndex = 1;
  1276. this.pictureShow.TabStop = false;
  1277. this.pictureShow.Click += new System.EventHandler(this.pictureShow_DoubleClick);
  1278. this.pictureShow.DoubleClick += new System.EventHandler(this.pictureShow_DoubleClick);
  1279. //
  1280. // plImgShow
  1281. //
  1282. this.plImgShow.Controls.Add(this.pictureShow);
  1283. this.plImgShow.Location = new System.Drawing.Point(42, 49);
  1284. this.plImgShow.Margin = new System.Windows.Forms.Padding(2);
  1285. this.plImgShow.Name = "plImgShow";
  1286. this.plImgShow.Size = new System.Drawing.Size(975, 790);
  1287. this.plImgShow.TabIndex = 36;
  1288. this.plImgShow.Visible = false;
  1289. //
  1290. // frmProductVoice
  1291. //
  1292. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1293. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1294. this.ClientSize = new System.Drawing.Size(1075, 880);
  1295. this.Controls.Add(this.plImgShow);
  1296. this.Controls.Add(this.ultraGroupBox1);
  1297. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1298. this.Margin = new System.Windows.Forms.Padding(2);
  1299. this.MaximizeBox = false;
  1300. this.MinimizeBox = false;
  1301. this.Name = "frmProductVoice";
  1302. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1303. this.Text = "详情";
  1304. this.TopMost = true;
  1305. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmProductVoice_FormClosing);
  1306. this.Load += new System.EventHandler(this.frmProductVoice_Load);
  1307. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1308. ((System.ComponentModel.ISupportInitialize)(this.dtMaterial)).EndInit();
  1309. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1310. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1311. this.ultraGroupBox1.ResumeLayout(false);
  1312. this.splitContainer4.Panel1.ResumeLayout(false);
  1313. this.splitContainer4.Panel2.ResumeLayout(false);
  1314. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
  1315. this.splitContainer4.ResumeLayout(false);
  1316. this.groupBox1.ResumeLayout(false);
  1317. this.groupBox1.PerformLayout();
  1318. this.groupBox6.ResumeLayout(false);
  1319. this.groupBox6.PerformLayout();
  1320. this.groupBox5.ResumeLayout(false);
  1321. this.groupBox5.PerformLayout();
  1322. this.groupBox4.ResumeLayout(false);
  1323. this.groupBox4.PerformLayout();
  1324. this.groupBox3.ResumeLayout(false);
  1325. this.groupBox3.PerformLayout();
  1326. ((System.ComponentModel.ISupportInitialize)(this.txtReplacePaper)).EndInit();
  1327. this.groupBox2.ResumeLayout(false);
  1328. this.panel2.ResumeLayout(false);
  1329. this.splitContainer1.Panel1.ResumeLayout(false);
  1330. this.splitContainer1.Panel1.PerformLayout();
  1331. this.splitContainer1.Panel2.ResumeLayout(false);
  1332. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1333. this.splitContainer1.ResumeLayout(false);
  1334. ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).EndInit();
  1335. this.splitContainer2.Panel1.ResumeLayout(false);
  1336. this.splitContainer2.Panel2.ResumeLayout(false);
  1337. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1338. this.splitContainer2.ResumeLayout(false);
  1339. this.splitContainer3.Panel1.ResumeLayout(false);
  1340. this.splitContainer3.Panel1.PerformLayout();
  1341. this.splitContainer3.Panel2.ResumeLayout(false);
  1342. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  1343. this.splitContainer3.ResumeLayout(false);
  1344. ((System.ComponentModel.ISupportInitialize)(this.pictureShow)).EndInit();
  1345. this.plImgShow.ResumeLayout(false);
  1346. this.ResumeLayout(false);
  1347. }
  1348. #endregion
  1349. private System.Data.DataSet dataSet1;
  1350. private System.Data.DataTable dtMaterial;
  1351. private System.Data.DataColumn dataColumn1;
  1352. private System.Data.DataColumn dataColumn2;
  1353. private System.Data.DataColumn dataColumn3;
  1354. private System.Data.DataColumn dataColumn4;
  1355. private System.Data.DataColumn dataColumn5;
  1356. private System.Data.DataColumn dataColumn6;
  1357. private System.Data.DataColumn dataColumn7;
  1358. private System.Data.DataColumn dataColumn8;
  1359. private System.Data.DataColumn dataColumn9;
  1360. private System.Data.DataColumn dataColumn10;
  1361. private System.Data.DataColumn dataColumn11;
  1362. private System.Data.DataColumn dataColumn12;
  1363. private System.Data.DataColumn dataColumn13;
  1364. private System.Data.DataColumn dataColumn14;
  1365. private System.Data.DataTable dataTable1;
  1366. private System.Data.DataColumn dataColumn15;
  1367. private System.Data.DataColumn dataColumn16;
  1368. private System.Data.DataColumn dataColumn17;
  1369. private System.Data.DataColumn dataColumn18;
  1370. private System.Data.DataColumn dataColumn19;
  1371. private System.Data.DataColumn dataColumn20;
  1372. private System.Data.DataColumn dataColumn21;
  1373. private System.Data.DataColumn dataColumn22;
  1374. private System.Data.DataColumn dataColumn23;
  1375. private System.Data.DataColumn dataColumn24;
  1376. private System.Data.DataColumn dataColumn25;
  1377. private System.Data.DataColumn dataColumn26;
  1378. private System.Data.DataColumn dataColumn27;
  1379. private System.Data.DataColumn dataColumn28;
  1380. private System.Windows.Forms.Timer timer1;
  1381. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1382. private System.Windows.Forms.Panel plImg;
  1383. private System.Windows.Forms.Panel panel2;
  1384. private System.Windows.Forms.SplitContainer splitContainer1;
  1385. private System.Windows.Forms.SplitContainer splitContainer2;
  1386. private System.Windows.Forms.Button bcZeroWarn;
  1387. private System.Windows.Forms.Button bcWgtWarn;
  1388. private System.Windows.Forms.SplitContainer splitContainer3;
  1389. private System.Windows.Forms.Label lbPntName;
  1390. private System.Windows.Forms.Button btnSee;
  1391. private System.Windows.Forms.Splitter splitter1;
  1392. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtWeight;
  1393. private System.Windows.Forms.SplitContainer splitContainer4;
  1394. private System.Windows.Forms.GroupBox groupBox1;
  1395. private System.Windows.Forms.GroupBox groupBox2;
  1396. private System.Windows.Forms.GroupBox groupBox6;
  1397. private System.Windows.Forms.GroupBox groupBox5;
  1398. private System.Windows.Forms.GroupBox groupBox4;
  1399. private System.Windows.Forms.GroupBox groupBox3;
  1400. private System.Windows.Forms.TextBox txtEditCarNo;
  1401. private System.Windows.Forms.TextBox textBox3;
  1402. private System.Windows.Forms.TextBox textBox5;
  1403. private System.Windows.Forms.TextBox txtPhotoCarNo;
  1404. private System.Windows.Forms.TextBox txtScanCarNo;
  1405. private System.Windows.Forms.TextBox textBox4;
  1406. private System.Windows.Forms.TextBox textBox2;
  1407. private System.Windows.Forms.TextBox txtRfidCarNo;
  1408. private System.Windows.Forms.Button bcZD;
  1409. private System.Windows.Forms.Button bcCarWarm;
  1410. private System.Windows.Forms.Button bcWgtWarm;
  1411. private System.Windows.Forms.Button bcAreaWarm;
  1412. private System.Windows.Forms.Button bcYcStatWarm;
  1413. private System.Windows.Forms.Button bcHelpWarm;
  1414. private System.Windows.Forms.Button bcAutoState;
  1415. private System.Windows.Forms.Button bcStateWarm;
  1416. private System.Windows.Forms.Button bcTimed;
  1417. private System.Windows.Forms.Button bcIpVoice;
  1418. private System.Windows.Forms.Button btnGreenLight;
  1419. private System.Windows.Forms.NumericUpDown txtReplacePaper;
  1420. private System.Windows.Forms.ComboBox cbCarNo;
  1421. private System.Windows.Forms.TextBox txtCarNo;
  1422. private System.Windows.Forms.Button btnCarSet;
  1423. private System.Windows.Forms.Button btnReplacePaper;
  1424. private System.Windows.Forms.Button btnRedLight;
  1425. private System.Windows.Forms.Button btnYc;
  1426. private System.Windows.Forms.Button btnZero;
  1427. private System.Windows.Forms.Button btnTakrOver;
  1428. private System.Windows.Forms.Button btnIpVoice;
  1429. private System.Windows.Forms.CheckBox chkVALID_EXCEED_WGT;
  1430. private System.Windows.Forms.CheckBox chkVALID_CARNO;
  1431. private System.Windows.Forms.CheckBox chkVALID_PREDICTION_DIFF;
  1432. private System.Windows.Forms.CheckBox chkVALID_TARE_TIME;
  1433. private System.Windows.Forms.CheckBox chkVALID_TIME_INTERVAL;
  1434. private System.Windows.Forms.CheckBox chkVALID_WGT;
  1435. private System.Windows.Forms.CheckBox chkVALID_PARK_STATUS;
  1436. private System.Windows.Forms.CheckBox chkLED_KEEP;
  1437. private System.Windows.Forms.TextBox txtLed;
  1438. private System.Windows.Forms.Button btnSend;
  1439. private System.Windows.Forms.PictureBox pictureShow;
  1440. private System.Windows.Forms.Panel plImgShow;
  1441. private System.Windows.Forms.TextBox txtMsgInfo;
  1442. private System.Windows.Forms.CheckBox chkVALID_MAT_TIME;
  1443. private System.Windows.Forms.CheckBox chkVALID_LIANDA;
  1444. private System.Windows.Forms.CheckBox chkVALID_MAT_CLICK;
  1445. private System.Windows.Forms.CheckBox chkVALID_METER_AREA;
  1446. }
  1447. }