ucCarMonitoring.Designer.cs 60 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082
  1. namespace MeterModuleLibrary.uc
  2. {
  3. partial class ucCarMonitoring
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucCarMonitoring));
  31. this.chkVALID_TIME_INTERVAL = new System.Windows.Forms.CheckBox();
  32. this.chkLED_KEEP = new System.Windows.Forms.CheckBox();
  33. this.btnSend = new System.Windows.Forms.Button();
  34. this.txtLed = new System.Windows.Forms.TextBox();
  35. this.groupBox1 = new System.Windows.Forms.GroupBox();
  36. this.chkVALID_METER_AREA = new System.Windows.Forms.CheckBox();
  37. this.chkVALID_MAT_CLICK = new System.Windows.Forms.CheckBox();
  38. this.chkVALID_LIANDA = new System.Windows.Forms.CheckBox();
  39. this.chkVALID_MAT_TIME = new System.Windows.Forms.CheckBox();
  40. this.chkVALID_EXCEED_WGT = new System.Windows.Forms.CheckBox();
  41. this.chkVALID_CARNO = new System.Windows.Forms.CheckBox();
  42. this.chkVALID_PREDICTION_DIFF = new System.Windows.Forms.CheckBox();
  43. this.chkVALID_TARE_TIME = new System.Windows.Forms.CheckBox();
  44. this.chkVALID_WGT = new System.Windows.Forms.CheckBox();
  45. this.chkVALID_PARK_STATUS = new System.Windows.Forms.CheckBox();
  46. this.btnTakrOver = new System.Windows.Forms.Button();
  47. this.btnYc = new System.Windows.Forms.Button();
  48. this.btnIpVoice = new System.Windows.Forms.Button();
  49. this.btnZero = new System.Windows.Forms.Button();
  50. this.groupBox2 = new System.Windows.Forms.GroupBox();
  51. this.btnGreenLight = new System.Windows.Forms.Button();
  52. this.txtReplacePaper = new System.Windows.Forms.NumericUpDown();
  53. this.cbCarNo = new System.Windows.Forms.ComboBox();
  54. this.txtCarNo = new System.Windows.Forms.TextBox();
  55. this.btnCarSet = new System.Windows.Forms.Button();
  56. this.btnRedLight = new System.Windows.Forms.Button();
  57. this.btnReplacePaper = new System.Windows.Forms.Button();
  58. this.bcCarWarm = new System.Windows.Forms.Button();
  59. this.bcYcStatWarm = new System.Windows.Forms.Button();
  60. this.bcAutoState = new System.Windows.Forms.Button();
  61. this.bcStateWarm = new System.Windows.Forms.Button();
  62. this.bcIpVoice = new System.Windows.Forms.Button();
  63. this.bcTimed = new System.Windows.Forms.Button();
  64. this.bcHelpWarm = new System.Windows.Forms.Button();
  65. this.bcAreaWarm = new System.Windows.Forms.Button();
  66. this.bcWgtWarm = new System.Windows.Forms.Button();
  67. this.panel1 = new System.Windows.Forms.Panel();
  68. this.panel5 = new System.Windows.Forms.Panel();
  69. this.btnSee = new System.Windows.Forms.Button();
  70. this.panel4 = new System.Windows.Forms.Panel();
  71. this.lbPntName = new System.Windows.Forms.Label();
  72. this.panel3 = new System.Windows.Forms.Panel();
  73. this.bcZeroWarn = new System.Windows.Forms.Button();
  74. this.bcWgtWarn = new System.Windows.Forms.Button();
  75. this.panel2 = new System.Windows.Forms.Panel();
  76. this.txtWeight = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  77. this.splitContainer4 = new System.Windows.Forms.SplitContainer();
  78. this.txtEditCarNo = new System.Windows.Forms.TextBox();
  79. this.textBox3 = new System.Windows.Forms.TextBox();
  80. this.textBox5 = new System.Windows.Forms.TextBox();
  81. this.txtPhotoCarNo = new System.Windows.Forms.TextBox();
  82. this.txtScanCarNo = new System.Windows.Forms.TextBox();
  83. this.textBox4 = new System.Windows.Forms.TextBox();
  84. this.textBox2 = new System.Windows.Forms.TextBox();
  85. this.txtRfidCarNo = new System.Windows.Forms.TextBox();
  86. this.groupBox5 = new System.Windows.Forms.GroupBox();
  87. this.label4 = new System.Windows.Forms.Label();
  88. this.txtMsgInfo = new System.Windows.Forms.TextBox();
  89. this.groupBox4 = new System.Windows.Forms.GroupBox();
  90. this.label3 = new System.Windows.Forms.Label();
  91. this.groupBox3 = new System.Windows.Forms.GroupBox();
  92. this.bcZD = new System.Windows.Forms.Button();
  93. this.timer1 = new System.Windows.Forms.Timer(this.components);
  94. this.groupBox1.SuspendLayout();
  95. this.groupBox2.SuspendLayout();
  96. ((System.ComponentModel.ISupportInitialize)(this.txtReplacePaper)).BeginInit();
  97. this.panel1.SuspendLayout();
  98. this.panel5.SuspendLayout();
  99. this.panel4.SuspendLayout();
  100. this.panel3.SuspendLayout();
  101. this.panel2.SuspendLayout();
  102. ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
  104. this.splitContainer4.Panel1.SuspendLayout();
  105. this.splitContainer4.Panel2.SuspendLayout();
  106. this.splitContainer4.SuspendLayout();
  107. this.groupBox5.SuspendLayout();
  108. this.groupBox4.SuspendLayout();
  109. this.groupBox3.SuspendLayout();
  110. this.SuspendLayout();
  111. //
  112. // chkVALID_TIME_INTERVAL
  113. //
  114. this.chkVALID_TIME_INTERVAL.AutoSize = true;
  115. this.chkVALID_TIME_INTERVAL.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.chkVALID_TIME_INTERVAL.ForeColor = System.Drawing.Color.Black;
  117. this.chkVALID_TIME_INTERVAL.Location = new System.Drawing.Point(109, 9);
  118. this.chkVALID_TIME_INTERVAL.Name = "chkVALID_TIME_INTERVAL";
  119. this.chkVALID_TIME_INTERVAL.Size = new System.Drawing.Size(108, 15);
  120. this.chkVALID_TIME_INTERVAL.TabIndex = 29;
  121. this.chkVALID_TIME_INTERVAL.Text = "不验证时间间隔";
  122. this.chkVALID_TIME_INTERVAL.UseVisualStyleBackColor = true;
  123. this.chkVALID_TIME_INTERVAL.Click += new System.EventHandler(this.chkVALID_TIME_INTERVAL_CheckedChanged);
  124. //
  125. // chkLED_KEEP
  126. //
  127. this.chkLED_KEEP.AutoSize = true;
  128. this.chkLED_KEEP.BackColor = System.Drawing.Color.Transparent;
  129. this.chkLED_KEEP.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.chkLED_KEEP.ForeColor = System.Drawing.Color.Red;
  131. this.chkLED_KEEP.Location = new System.Drawing.Point(440, 12);
  132. this.chkLED_KEEP.Margin = new System.Windows.Forms.Padding(4);
  133. this.chkLED_KEEP.Name = "chkLED_KEEP";
  134. this.chkLED_KEEP.Size = new System.Drawing.Size(46, 15);
  135. this.chkLED_KEEP.TabIndex = 7;
  136. this.chkLED_KEEP.Text = "永久";
  137. this.chkLED_KEEP.UseVisualStyleBackColor = false;
  138. this.chkLED_KEEP.Click += new System.EventHandler(this.chkEvent_CheckedChanged);
  139. //
  140. // btnSend
  141. //
  142. this.btnSend.BackColor = System.Drawing.Color.DodgerBlue;
  143. this.btnSend.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  144. this.btnSend.Font = new System.Drawing.Font("楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.btnSend.ForeColor = System.Drawing.Color.White;
  146. this.btnSend.Location = new System.Drawing.Point(375, 7);
  147. this.btnSend.Name = "btnSend";
  148. this.btnSend.Size = new System.Drawing.Size(62, 23);
  149. this.btnSend.TabIndex = 6;
  150. this.btnSend.Text = "发送";
  151. this.btnSend.UseVisualStyleBackColor = false;
  152. this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
  153. //
  154. // txtLed
  155. //
  156. this.txtLed.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.txtLed.Location = new System.Drawing.Point(74, 8);
  158. this.txtLed.Margin = new System.Windows.Forms.Padding(2);
  159. this.txtLed.Name = "txtLed";
  160. this.txtLed.Size = new System.Drawing.Size(299, 23);
  161. this.txtLed.TabIndex = 0;
  162. //
  163. // groupBox1
  164. //
  165. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  166. this.groupBox1.Controls.Add(this.chkVALID_METER_AREA);
  167. this.groupBox1.Controls.Add(this.chkVALID_MAT_CLICK);
  168. this.groupBox1.Controls.Add(this.chkVALID_LIANDA);
  169. this.groupBox1.Controls.Add(this.chkVALID_MAT_TIME);
  170. this.groupBox1.Controls.Add(this.chkVALID_EXCEED_WGT);
  171. this.groupBox1.Controls.Add(this.chkVALID_CARNO);
  172. this.groupBox1.Controls.Add(this.chkVALID_PREDICTION_DIFF);
  173. this.groupBox1.Controls.Add(this.chkVALID_TARE_TIME);
  174. this.groupBox1.Controls.Add(this.chkVALID_TIME_INTERVAL);
  175. this.groupBox1.Controls.Add(this.chkVALID_WGT);
  176. this.groupBox1.Controls.Add(this.chkVALID_PARK_STATUS);
  177. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  178. this.groupBox1.Font = new System.Drawing.Font("宋体", 1F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.groupBox1.ForeColor = System.Drawing.Color.Red;
  180. this.groupBox1.Location = new System.Drawing.Point(0, 110);
  181. this.groupBox1.Name = "groupBox1";
  182. this.groupBox1.Size = new System.Drawing.Size(486, 70);
  183. this.groupBox1.TabIndex = 10;
  184. this.groupBox1.TabStop = false;
  185. //
  186. // chkVALID_METER_AREA
  187. //
  188. this.chkVALID_METER_AREA.AutoSize = true;
  189. this.chkVALID_METER_AREA.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.chkVALID_METER_AREA.ForeColor = System.Drawing.Color.Black;
  191. this.chkVALID_METER_AREA.Location = new System.Drawing.Point(244, 51);
  192. this.chkVALID_METER_AREA.Name = "chkVALID_METER_AREA";
  193. this.chkVALID_METER_AREA.Size = new System.Drawing.Size(108, 15);
  194. this.chkVALID_METER_AREA.TabIndex = 37;
  195. this.chkVALID_METER_AREA.Text = "不验证计量区域";
  196. this.chkVALID_METER_AREA.UseVisualStyleBackColor = true;
  197. this.chkVALID_METER_AREA.Click += new System.EventHandler(this.chkVALID_METER_AREA_Click_Click);
  198. //
  199. // chkVALID_MAT_CLICK
  200. //
  201. this.chkVALID_MAT_CLICK.AutoSize = true;
  202. this.chkVALID_MAT_CLICK.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.chkVALID_MAT_CLICK.ForeColor = System.Drawing.Color.Black;
  204. this.chkVALID_MAT_CLICK.Location = new System.Drawing.Point(108, 51);
  205. this.chkVALID_MAT_CLICK.Name = "chkVALID_MAT_CLICK";
  206. this.chkVALID_MAT_CLICK.Size = new System.Drawing.Size(108, 15);
  207. this.chkVALID_MAT_CLICK.TabIndex = 36;
  208. this.chkVALID_MAT_CLICK.Text = "不验证物料点击";
  209. this.chkVALID_MAT_CLICK.UseVisualStyleBackColor = true;
  210. this.chkVALID_MAT_CLICK.Click += new System.EventHandler(this.chkVALID_MAT_CLICK_Click);
  211. //
  212. // chkVALID_LIANDA
  213. //
  214. this.chkVALID_LIANDA.AutoSize = true;
  215. this.chkVALID_LIANDA.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.chkVALID_LIANDA.ForeColor = System.Drawing.Color.Black;
  217. this.chkVALID_LIANDA.Location = new System.Drawing.Point(3, 51);
  218. this.chkVALID_LIANDA.Name = "chkVALID_LIANDA";
  219. this.chkVALID_LIANDA.Size = new System.Drawing.Size(84, 15);
  220. this.chkVALID_LIANDA.TabIndex = 35;
  221. this.chkVALID_LIANDA.Text = "不验证联达";
  222. this.chkVALID_LIANDA.UseVisualStyleBackColor = true;
  223. this.chkVALID_LIANDA.Click += new System.EventHandler(this.chkVALID_LIANDA_Click);
  224. //
  225. // chkVALID_MAT_TIME
  226. //
  227. this.chkVALID_MAT_TIME.AutoSize = true;
  228. this.chkVALID_MAT_TIME.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.chkVALID_MAT_TIME.ForeColor = System.Drawing.Color.Black;
  230. this.chkVALID_MAT_TIME.Location = new System.Drawing.Point(244, 10);
  231. this.chkVALID_MAT_TIME.Name = "chkVALID_MAT_TIME";
  232. this.chkVALID_MAT_TIME.Size = new System.Drawing.Size(120, 15);
  233. this.chkVALID_MAT_TIME.TabIndex = 34;
  234. this.chkVALID_MAT_TIME.Text = "不验物料计量时间";
  235. this.chkVALID_MAT_TIME.UseVisualStyleBackColor = true;
  236. this.chkVALID_MAT_TIME.Click += new System.EventHandler(this.chkVALID_MAT_TIME_Click);
  237. //
  238. // chkVALID_EXCEED_WGT
  239. //
  240. this.chkVALID_EXCEED_WGT.AutoSize = true;
  241. this.chkVALID_EXCEED_WGT.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.chkVALID_EXCEED_WGT.ForeColor = System.Drawing.Color.Black;
  243. this.chkVALID_EXCEED_WGT.Location = new System.Drawing.Point(244, 30);
  244. this.chkVALID_EXCEED_WGT.Name = "chkVALID_EXCEED_WGT";
  245. this.chkVALID_EXCEED_WGT.Size = new System.Drawing.Size(108, 15);
  246. this.chkVALID_EXCEED_WGT.TabIndex = 33;
  247. this.chkVALID_EXCEED_WGT.Text = "不验证物资限载";
  248. this.chkVALID_EXCEED_WGT.UseVisualStyleBackColor = true;
  249. this.chkVALID_EXCEED_WGT.Click += new System.EventHandler(this.chkVALID_EXCEED_WGT_CheckedChanged);
  250. //
  251. // chkVALID_CARNO
  252. //
  253. this.chkVALID_CARNO.AutoSize = true;
  254. this.chkVALID_CARNO.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.chkVALID_CARNO.ForeColor = System.Drawing.Color.Black;
  256. this.chkVALID_CARNO.Location = new System.Drawing.Point(3, 30);
  257. this.chkVALID_CARNO.Name = "chkVALID_CARNO";
  258. this.chkVALID_CARNO.Size = new System.Drawing.Size(84, 15);
  259. this.chkVALID_CARNO.TabIndex = 30;
  260. this.chkVALID_CARNO.Text = "不验证车号";
  261. this.chkVALID_CARNO.UseVisualStyleBackColor = true;
  262. this.chkVALID_CARNO.Click += new System.EventHandler(this.chkVALID_CARNO_CheckedChanged);
  263. //
  264. // chkVALID_PREDICTION_DIFF
  265. //
  266. this.chkVALID_PREDICTION_DIFF.AutoSize = true;
  267. this.chkVALID_PREDICTION_DIFF.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.chkVALID_PREDICTION_DIFF.ForeColor = System.Drawing.Color.Black;
  269. this.chkVALID_PREDICTION_DIFF.Location = new System.Drawing.Point(374, 10);
  270. this.chkVALID_PREDICTION_DIFF.Name = "chkVALID_PREDICTION_DIFF";
  271. this.chkVALID_PREDICTION_DIFF.Size = new System.Drawing.Size(108, 15);
  272. this.chkVALID_PREDICTION_DIFF.TabIndex = 32;
  273. this.chkVALID_PREDICTION_DIFF.Text = "不验证预报超差";
  274. this.chkVALID_PREDICTION_DIFF.UseVisualStyleBackColor = true;
  275. this.chkVALID_PREDICTION_DIFF.Click += new System.EventHandler(this.chkVALID_PREDICTION_DIFF_CheckedChanged);
  276. //
  277. // chkVALID_TARE_TIME
  278. //
  279. this.chkVALID_TARE_TIME.AutoSize = true;
  280. this.chkVALID_TARE_TIME.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.chkVALID_TARE_TIME.ForeColor = System.Drawing.Color.Black;
  282. this.chkVALID_TARE_TIME.Location = new System.Drawing.Point(109, 30);
  283. this.chkVALID_TARE_TIME.Name = "chkVALID_TARE_TIME";
  284. this.chkVALID_TARE_TIME.Size = new System.Drawing.Size(108, 15);
  285. this.chkVALID_TARE_TIME.TabIndex = 31;
  286. this.chkVALID_TARE_TIME.Text = "不验证回皮时间";
  287. this.chkVALID_TARE_TIME.UseVisualStyleBackColor = true;
  288. this.chkVALID_TARE_TIME.Click += new System.EventHandler(this.chkVALID_TARE_TIME_CheckedChanged);
  289. //
  290. // chkVALID_WGT
  291. //
  292. this.chkVALID_WGT.AutoSize = true;
  293. this.chkVALID_WGT.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.chkVALID_WGT.ForeColor = System.Drawing.Color.Black;
  295. this.chkVALID_WGT.Location = new System.Drawing.Point(3, 10);
  296. this.chkVALID_WGT.Name = "chkVALID_WGT";
  297. this.chkVALID_WGT.Size = new System.Drawing.Size(84, 15);
  298. this.chkVALID_WGT.TabIndex = 3;
  299. this.chkVALID_WGT.Text = "不验证皮重";
  300. this.chkVALID_WGT.UseVisualStyleBackColor = true;
  301. this.chkVALID_WGT.Click += new System.EventHandler(this.chkVALID_WGT_CheckedChanged);
  302. //
  303. // chkVALID_PARK_STATUS
  304. //
  305. this.chkVALID_PARK_STATUS.AutoSize = true;
  306. this.chkVALID_PARK_STATUS.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.chkVALID_PARK_STATUS.ForeColor = System.Drawing.Color.Black;
  308. this.chkVALID_PARK_STATUS.Location = new System.Drawing.Point(374, 30);
  309. this.chkVALID_PARK_STATUS.Name = "chkVALID_PARK_STATUS";
  310. this.chkVALID_PARK_STATUS.Size = new System.Drawing.Size(84, 15);
  311. this.chkVALID_PARK_STATUS.TabIndex = 4;
  312. this.chkVALID_PARK_STATUS.Text = "不验证对射";
  313. this.chkVALID_PARK_STATUS.UseVisualStyleBackColor = true;
  314. this.chkVALID_PARK_STATUS.Click += new System.EventHandler(this.chkVALID_PARK_STATUS_CheckedChanged);
  315. //
  316. // btnTakrOver
  317. //
  318. this.btnTakrOver.BackColor = System.Drawing.Color.DodgerBlue;
  319. this.btnTakrOver.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  320. this.btnTakrOver.Font = new System.Drawing.Font("华文楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. this.btnTakrOver.ForeColor = System.Drawing.Color.Transparent;
  322. this.btnTakrOver.Location = new System.Drawing.Point(298, 4);
  323. this.btnTakrOver.Name = "btnTakrOver";
  324. this.btnTakrOver.Size = new System.Drawing.Size(101, 24);
  325. this.btnTakrOver.TabIndex = 25;
  326. this.btnTakrOver.Text = "红绿灯接管";
  327. this.btnTakrOver.UseVisualStyleBackColor = false;
  328. this.btnTakrOver.Click += new System.EventHandler(this.btnTakrOver_Click);
  329. //
  330. // btnYc
  331. //
  332. this.btnYc.BackColor = System.Drawing.Color.DodgerBlue;
  333. this.btnYc.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  334. this.btnYc.Font = new System.Drawing.Font("华文楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.btnYc.ForeColor = System.Drawing.Color.Transparent;
  336. this.btnYc.Location = new System.Drawing.Point(200, 4);
  337. this.btnYc.Name = "btnYc";
  338. this.btnYc.Size = new System.Drawing.Size(99, 24);
  339. this.btnYc.TabIndex = 24;
  340. this.btnYc.Text = "远程计量";
  341. this.btnYc.UseVisualStyleBackColor = false;
  342. this.btnYc.Click += new System.EventHandler(this.btnYc_Click);
  343. //
  344. // btnIpVoice
  345. //
  346. this.btnIpVoice.BackColor = System.Drawing.Color.DodgerBlue;
  347. this.btnIpVoice.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  348. this.btnIpVoice.Font = new System.Drawing.Font("华文楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.btnIpVoice.ForeColor = System.Drawing.Color.Transparent;
  350. this.btnIpVoice.Location = new System.Drawing.Point(101, 4);
  351. this.btnIpVoice.Name = "btnIpVoice";
  352. this.btnIpVoice.Size = new System.Drawing.Size(99, 24);
  353. this.btnIpVoice.TabIndex = 22;
  354. this.btnIpVoice.Text = "对讲";
  355. this.btnIpVoice.UseVisualStyleBackColor = false;
  356. this.btnIpVoice.Click += new System.EventHandler(this.btnIpVoice_Click);
  357. //
  358. // btnZero
  359. //
  360. this.btnZero.BackColor = System.Drawing.Color.DodgerBlue;
  361. this.btnZero.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  362. this.btnZero.Font = new System.Drawing.Font("华文楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.btnZero.ForeColor = System.Drawing.Color.Transparent;
  364. this.btnZero.Location = new System.Drawing.Point(3, 4);
  365. this.btnZero.Name = "btnZero";
  366. this.btnZero.Size = new System.Drawing.Size(99, 24);
  367. this.btnZero.TabIndex = 21;
  368. this.btnZero.Text = "仪表清零";
  369. this.btnZero.UseVisualStyleBackColor = false;
  370. this.btnZero.Click += new System.EventHandler(this.btnZero_Click);
  371. //
  372. // groupBox2
  373. //
  374. this.groupBox2.BackColor = System.Drawing.Color.Transparent;
  375. this.groupBox2.Controls.Add(this.btnGreenLight);
  376. this.groupBox2.Controls.Add(this.txtReplacePaper);
  377. this.groupBox2.Controls.Add(this.cbCarNo);
  378. this.groupBox2.Controls.Add(this.txtCarNo);
  379. this.groupBox2.Controls.Add(this.btnCarSet);
  380. this.groupBox2.Controls.Add(this.btnRedLight);
  381. this.groupBox2.Controls.Add(this.btnReplacePaper);
  382. this.groupBox2.Controls.Add(this.btnYc);
  383. this.groupBox2.Controls.Add(this.btnZero);
  384. this.groupBox2.Controls.Add(this.btnTakrOver);
  385. this.groupBox2.Controls.Add(this.btnIpVoice);
  386. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  387. this.groupBox2.Font = new System.Drawing.Font("宋体", 1F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.groupBox2.ForeColor = System.Drawing.Color.Red;
  389. this.groupBox2.Location = new System.Drawing.Point(0, 54);
  390. this.groupBox2.Name = "groupBox2";
  391. this.groupBox2.Size = new System.Drawing.Size(486, 56);
  392. this.groupBox2.TabIndex = 5;
  393. this.groupBox2.TabStop = false;
  394. //
  395. // btnGreenLight
  396. //
  397. this.btnGreenLight.BackColor = System.Drawing.Color.DodgerBlue;
  398. this.btnGreenLight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  399. this.btnGreenLight.Font = new System.Drawing.Font("华文楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.btnGreenLight.ForeColor = System.Drawing.Color.Transparent;
  401. this.btnGreenLight.Location = new System.Drawing.Point(439, 4);
  402. this.btnGreenLight.Name = "btnGreenLight";
  403. this.btnGreenLight.Size = new System.Drawing.Size(42, 24);
  404. this.btnGreenLight.TabIndex = 59;
  405. this.btnGreenLight.Text = "绿";
  406. this.btnGreenLight.UseVisualStyleBackColor = false;
  407. this.btnGreenLight.Click += new System.EventHandler(this.btnGreenLight_Click);
  408. //
  409. // txtReplacePaper
  410. //
  411. this.txtReplacePaper.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.txtReplacePaper.Location = new System.Drawing.Point(399, 28);
  413. this.txtReplacePaper.Margin = new System.Windows.Forms.Padding(2);
  414. this.txtReplacePaper.Name = "txtReplacePaper";
  415. this.txtReplacePaper.Size = new System.Drawing.Size(82, 24);
  416. this.txtReplacePaper.TabIndex = 57;
  417. //
  418. // cbCarNo
  419. //
  420. this.cbCarNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  421. this.cbCarNo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.cbCarNo.FormattingEnabled = true;
  423. this.cbCarNo.Items.AddRange(new object[] {
  424. "",
  425. "甘",
  426. "陕",
  427. "青",
  428. "宁",
  429. "藏",
  430. "新",
  431. "川",
  432. "渝",
  433. "京",
  434. "津",
  435. "冀",
  436. "晋",
  437. "蒙",
  438. "辽",
  439. "吉",
  440. "黑",
  441. "沪",
  442. "苏",
  443. "浙",
  444. "皖",
  445. "闽",
  446. "赣",
  447. "鲁",
  448. "豫",
  449. "湘",
  450. "粤",
  451. "桂",
  452. "琼",
  453. "贵",
  454. "云"});
  455. this.cbCarNo.Location = new System.Drawing.Point(102, 28);
  456. this.cbCarNo.Margin = new System.Windows.Forms.Padding(2);
  457. this.cbCarNo.Name = "cbCarNo";
  458. this.cbCarNo.Size = new System.Drawing.Size(73, 24);
  459. this.cbCarNo.TabIndex = 56;
  460. //
  461. // txtCarNo
  462. //
  463. this.txtCarNo.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  464. this.txtCarNo.Location = new System.Drawing.Point(177, 28);
  465. this.txtCarNo.Margin = new System.Windows.Forms.Padding(2);
  466. this.txtCarNo.Name = "txtCarNo";
  467. this.txtCarNo.Size = new System.Drawing.Size(121, 24);
  468. this.txtCarNo.TabIndex = 54;
  469. //
  470. // btnCarSet
  471. //
  472. this.btnCarSet.BackColor = System.Drawing.Color.DodgerBlue;
  473. this.btnCarSet.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  474. this.btnCarSet.Font = new System.Drawing.Font("华文楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  475. this.btnCarSet.ForeColor = System.Drawing.Color.Transparent;
  476. this.btnCarSet.Location = new System.Drawing.Point(3, 27);
  477. this.btnCarSet.Name = "btnCarSet";
  478. this.btnCarSet.Size = new System.Drawing.Size(99, 26);
  479. this.btnCarSet.TabIndex = 53;
  480. this.btnCarSet.Text = "车号重置";
  481. this.btnCarSet.UseVisualStyleBackColor = false;
  482. this.btnCarSet.Click += new System.EventHandler(this.btnCarSet_Click);
  483. //
  484. // btnRedLight
  485. //
  486. this.btnRedLight.BackColor = System.Drawing.Color.DodgerBlue;
  487. this.btnRedLight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  488. this.btnRedLight.Font = new System.Drawing.Font("华文楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489. this.btnRedLight.ForeColor = System.Drawing.Color.Transparent;
  490. this.btnRedLight.Location = new System.Drawing.Point(398, 4);
  491. this.btnRedLight.Name = "btnRedLight";
  492. this.btnRedLight.Size = new System.Drawing.Size(42, 24);
  493. this.btnRedLight.TabIndex = 27;
  494. this.btnRedLight.Text = "红";
  495. this.btnRedLight.UseVisualStyleBackColor = false;
  496. this.btnRedLight.Click += new System.EventHandler(this.btnRedLight_Click);
  497. //
  498. // btnReplacePaper
  499. //
  500. this.btnReplacePaper.BackColor = System.Drawing.Color.DodgerBlue;
  501. this.btnReplacePaper.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  502. this.btnReplacePaper.Font = new System.Drawing.Font("华文楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  503. this.btnReplacePaper.ForeColor = System.Drawing.Color.White;
  504. this.btnReplacePaper.Location = new System.Drawing.Point(298, 27);
  505. this.btnReplacePaper.Name = "btnReplacePaper";
  506. this.btnReplacePaper.Size = new System.Drawing.Size(101, 26);
  507. this.btnReplacePaper.TabIndex = 51;
  508. this.btnReplacePaper.Text = "换纸";
  509. this.btnReplacePaper.UseVisualStyleBackColor = false;
  510. this.btnReplacePaper.Click += new System.EventHandler(this.btnReplacePaper_Click);
  511. //
  512. // bcCarWarm
  513. //
  514. this.bcCarWarm.BackColor = System.Drawing.Color.Green;
  515. this.bcCarWarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  516. this.bcCarWarm.Font = new System.Drawing.Font("楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  517. this.bcCarWarm.ForeColor = System.Drawing.Color.Transparent;
  518. this.bcCarWarm.Location = new System.Drawing.Point(3, 7);
  519. this.bcCarWarm.Name = "bcCarWarm";
  520. this.bcCarWarm.Size = new System.Drawing.Size(99, 24);
  521. this.bcCarWarm.TabIndex = 37;
  522. this.bcCarWarm.Text = "车号异常";
  523. this.bcCarWarm.UseVisualStyleBackColor = false;
  524. //
  525. // bcYcStatWarm
  526. //
  527. this.bcYcStatWarm.BackColor = System.Drawing.Color.Green;
  528. this.bcYcStatWarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  529. this.bcYcStatWarm.Font = new System.Drawing.Font("楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  530. this.bcYcStatWarm.ForeColor = System.Drawing.Color.Transparent;
  531. this.bcYcStatWarm.Location = new System.Drawing.Point(398, 30);
  532. this.bcYcStatWarm.Name = "bcYcStatWarm";
  533. this.bcYcStatWarm.Size = new System.Drawing.Size(84, 24);
  534. this.bcYcStatWarm.TabIndex = 34;
  535. this.bcYcStatWarm.Text = "远程计量";
  536. this.bcYcStatWarm.UseVisualStyleBackColor = false;
  537. //
  538. // bcAutoState
  539. //
  540. this.bcAutoState.BackColor = System.Drawing.Color.Green;
  541. this.bcAutoState.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  542. this.bcAutoState.Font = new System.Drawing.Font("楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  543. this.bcAutoState.ForeColor = System.Drawing.Color.Transparent;
  544. this.bcAutoState.Location = new System.Drawing.Point(298, 30);
  545. this.bcAutoState.Name = "bcAutoState";
  546. this.bcAutoState.Size = new System.Drawing.Size(101, 24);
  547. this.bcAutoState.TabIndex = 33;
  548. this.bcAutoState.Text = "智能计量";
  549. this.bcAutoState.UseVisualStyleBackColor = false;
  550. //
  551. // bcStateWarm
  552. //
  553. this.bcStateWarm.BackColor = System.Drawing.Color.Green;
  554. this.bcStateWarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  555. this.bcStateWarm.Font = new System.Drawing.Font("楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  556. this.bcStateWarm.ForeColor = System.Drawing.Color.Transparent;
  557. this.bcStateWarm.Location = new System.Drawing.Point(200, 30);
  558. this.bcStateWarm.Name = "bcStateWarm";
  559. this.bcStateWarm.Size = new System.Drawing.Size(99, 24);
  560. this.bcStateWarm.TabIndex = 32;
  561. this.bcStateWarm.Text = "计量状态";
  562. this.bcStateWarm.UseVisualStyleBackColor = false;
  563. //
  564. // bcIpVoice
  565. //
  566. this.bcIpVoice.BackColor = System.Drawing.Color.Green;
  567. this.bcIpVoice.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  568. this.bcIpVoice.Font = new System.Drawing.Font("楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  569. this.bcIpVoice.ForeColor = System.Drawing.Color.Transparent;
  570. this.bcIpVoice.Location = new System.Drawing.Point(101, 30);
  571. this.bcIpVoice.Name = "bcIpVoice";
  572. this.bcIpVoice.Size = new System.Drawing.Size(99, 24);
  573. this.bcIpVoice.TabIndex = 10;
  574. this.bcIpVoice.Text = "IP语音";
  575. this.bcIpVoice.UseVisualStyleBackColor = false;
  576. //
  577. // bcTimed
  578. //
  579. this.bcTimed.BackColor = System.Drawing.Color.Green;
  580. this.bcTimed.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  581. this.bcTimed.Font = new System.Drawing.Font("楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  582. this.bcTimed.ForeColor = System.Drawing.Color.Transparent;
  583. this.bcTimed.Location = new System.Drawing.Point(298, 7);
  584. this.bcTimed.Name = "bcTimed";
  585. this.bcTimed.Size = new System.Drawing.Size(101, 24);
  586. this.bcTimed.TabIndex = 9;
  587. this.bcTimed.Text = "停留超时";
  588. this.bcTimed.UseVisualStyleBackColor = false;
  589. //
  590. // bcHelpWarm
  591. //
  592. this.bcHelpWarm.BackColor = System.Drawing.Color.Green;
  593. this.bcHelpWarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  594. this.bcHelpWarm.Font = new System.Drawing.Font("楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  595. this.bcHelpWarm.ForeColor = System.Drawing.Color.Transparent;
  596. this.bcHelpWarm.Location = new System.Drawing.Point(3, 30);
  597. this.bcHelpWarm.Name = "bcHelpWarm";
  598. this.bcHelpWarm.Size = new System.Drawing.Size(99, 24);
  599. this.bcHelpWarm.TabIndex = 7;
  600. this.bcHelpWarm.Text = "现场求助";
  601. this.bcHelpWarm.UseVisualStyleBackColor = false;
  602. //
  603. // bcAreaWarm
  604. //
  605. this.bcAreaWarm.BackColor = System.Drawing.Color.Green;
  606. this.bcAreaWarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  607. this.bcAreaWarm.Font = new System.Drawing.Font("楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  608. this.bcAreaWarm.ForeColor = System.Drawing.Color.Transparent;
  609. this.bcAreaWarm.Location = new System.Drawing.Point(200, 7);
  610. this.bcAreaWarm.Name = "bcAreaWarm";
  611. this.bcAreaWarm.Size = new System.Drawing.Size(99, 24);
  612. this.bcAreaWarm.TabIndex = 6;
  613. this.bcAreaWarm.Text = "车位检测";
  614. this.bcAreaWarm.UseVisualStyleBackColor = false;
  615. //
  616. // bcWgtWarm
  617. //
  618. this.bcWgtWarm.BackColor = System.Drawing.Color.Green;
  619. this.bcWgtWarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  620. this.bcWgtWarm.Font = new System.Drawing.Font("楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  621. this.bcWgtWarm.ForeColor = System.Drawing.Color.Transparent;
  622. this.bcWgtWarm.Location = new System.Drawing.Point(101, 7);
  623. this.bcWgtWarm.Name = "bcWgtWarm";
  624. this.bcWgtWarm.Size = new System.Drawing.Size(99, 24);
  625. this.bcWgtWarm.TabIndex = 5;
  626. this.bcWgtWarm.Text = "重量异常";
  627. this.bcWgtWarm.UseVisualStyleBackColor = false;
  628. //
  629. // panel1
  630. //
  631. this.panel1.BackColor = System.Drawing.Color.Transparent;
  632. this.panel1.Controls.Add(this.panel5);
  633. this.panel1.Controls.Add(this.panel4);
  634. this.panel1.Controls.Add(this.panel3);
  635. this.panel1.Controls.Add(this.panel2);
  636. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  637. this.panel1.Location = new System.Drawing.Point(0, 0);
  638. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  639. this.panel1.Name = "panel1";
  640. this.panel1.Size = new System.Drawing.Size(486, 42);
  641. this.panel1.TabIndex = 2;
  642. //
  643. // panel5
  644. //
  645. this.panel5.Controls.Add(this.btnSee);
  646. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  647. this.panel5.Location = new System.Drawing.Point(420, 0);
  648. this.panel5.Margin = new System.Windows.Forms.Padding(2);
  649. this.panel5.Name = "panel5";
  650. this.panel5.Size = new System.Drawing.Size(66, 42);
  651. this.panel5.TabIndex = 3;
  652. //
  653. // btnSee
  654. //
  655. this.btnSee.BackColor = System.Drawing.Color.DodgerBlue;
  656. this.btnSee.Dock = System.Windows.Forms.DockStyle.Fill;
  657. this.btnSee.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  658. this.btnSee.Font = new System.Drawing.Font("楷体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  659. this.btnSee.ForeColor = System.Drawing.Color.White;
  660. this.btnSee.Location = new System.Drawing.Point(0, 0);
  661. this.btnSee.Name = "btnSee";
  662. this.btnSee.Size = new System.Drawing.Size(66, 42);
  663. this.btnSee.TabIndex = 589;
  664. this.btnSee.Text = "查看";
  665. this.btnSee.UseVisualStyleBackColor = false;
  666. this.btnSee.Click += new System.EventHandler(this.btnSee_Click);
  667. //
  668. // panel4
  669. //
  670. this.panel4.Controls.Add(this.lbPntName);
  671. this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
  672. this.panel4.Location = new System.Drawing.Point(236, 0);
  673. this.panel4.Margin = new System.Windows.Forms.Padding(2);
  674. this.panel4.Name = "panel4";
  675. this.panel4.Size = new System.Drawing.Size(184, 42);
  676. this.panel4.TabIndex = 2;
  677. //
  678. // lbPntName
  679. //
  680. this.lbPntName.AutoSize = true;
  681. this.lbPntName.BackColor = System.Drawing.Color.Transparent;
  682. this.lbPntName.Font = new System.Drawing.Font("宋体", 9.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  683. this.lbPntName.ForeColor = System.Drawing.Color.Black;
  684. this.lbPntName.Location = new System.Drawing.Point(5, 14);
  685. this.lbPntName.Name = "lbPntName";
  686. this.lbPntName.Size = new System.Drawing.Size(15, 13);
  687. this.lbPntName.TabIndex = 587;
  688. this.lbPntName.Text = " ";
  689. //
  690. // panel3
  691. //
  692. this.panel3.Controls.Add(this.bcZeroWarn);
  693. this.panel3.Controls.Add(this.bcWgtWarn);
  694. this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
  695. this.panel3.Location = new System.Drawing.Point(148, 0);
  696. this.panel3.Margin = new System.Windows.Forms.Padding(2);
  697. this.panel3.Name = "panel3";
  698. this.panel3.Size = new System.Drawing.Size(88, 42);
  699. this.panel3.TabIndex = 1;
  700. //
  701. // bcZeroWarn
  702. //
  703. this.bcZeroWarn.BackColor = System.Drawing.Color.Green;
  704. this.bcZeroWarn.Dock = System.Windows.Forms.DockStyle.Left;
  705. this.bcZeroWarn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  706. this.bcZeroWarn.Font = new System.Drawing.Font("楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  707. this.bcZeroWarn.ForeColor = System.Drawing.Color.Transparent;
  708. this.bcZeroWarn.Location = new System.Drawing.Point(0, 0);
  709. this.bcZeroWarn.Name = "bcZeroWarn";
  710. this.bcZeroWarn.Size = new System.Drawing.Size(44, 42);
  711. this.bcZeroWarn.TabIndex = 589;
  712. this.bcZeroWarn.Text = "零点报警";
  713. this.bcZeroWarn.UseVisualStyleBackColor = false;
  714. //
  715. // bcWgtWarn
  716. //
  717. this.bcWgtWarn.BackColor = System.Drawing.Color.Green;
  718. this.bcWgtWarn.Dock = System.Windows.Forms.DockStyle.Right;
  719. this.bcWgtWarn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  720. this.bcWgtWarn.Font = new System.Drawing.Font("楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  721. this.bcWgtWarn.ForeColor = System.Drawing.Color.Transparent;
  722. this.bcWgtWarn.Location = new System.Drawing.Point(44, 0);
  723. this.bcWgtWarn.Name = "bcWgtWarn";
  724. this.bcWgtWarn.Size = new System.Drawing.Size(44, 42);
  725. this.bcWgtWarn.TabIndex = 588;
  726. this.bcWgtWarn.Text = "超重报警";
  727. this.bcWgtWarn.UseVisualStyleBackColor = false;
  728. //
  729. // panel2
  730. //
  731. this.panel2.Controls.Add(this.txtWeight);
  732. this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
  733. this.panel2.Location = new System.Drawing.Point(0, 0);
  734. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  735. this.panel2.Name = "panel2";
  736. this.panel2.Size = new System.Drawing.Size(148, 42);
  737. this.panel2.TabIndex = 0;
  738. //
  739. // txtWeight
  740. //
  741. appearance2.BackColor = System.Drawing.Color.Black;
  742. appearance2.ForeColor = System.Drawing.Color.Lime;
  743. appearance2.ForeColorDisabled = System.Drawing.Color.Lime;
  744. appearance2.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance2.ImageBackground")));
  745. appearance2.TextHAlignAsString = "Right";
  746. this.txtWeight.Appearance = appearance2;
  747. this.txtWeight.BackColor = System.Drawing.Color.Black;
  748. this.txtWeight.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  749. this.txtWeight.Dock = System.Windows.Forms.DockStyle.Fill;
  750. this.txtWeight.Font = new System.Drawing.Font("宋体", 23F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  751. this.txtWeight.Location = new System.Drawing.Point(0, 0);
  752. this.txtWeight.Name = "txtWeight";
  753. this.txtWeight.ReadOnly = true;
  754. this.txtWeight.Size = new System.Drawing.Size(148, 42);
  755. this.txtWeight.TabIndex = 594;
  756. this.txtWeight.Text = "0T";
  757. //
  758. // splitContainer4
  759. //
  760. this.splitContainer4.BackColor = System.Drawing.Color.Transparent;
  761. this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
  762. this.splitContainer4.Location = new System.Drawing.Point(0, 0);
  763. this.splitContainer4.Margin = new System.Windows.Forms.Padding(2);
  764. this.splitContainer4.Name = "splitContainer4";
  765. this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
  766. //
  767. // splitContainer4.Panel1
  768. //
  769. this.splitContainer4.Panel1.Controls.Add(this.txtEditCarNo);
  770. this.splitContainer4.Panel1.Controls.Add(this.textBox3);
  771. this.splitContainer4.Panel1.Controls.Add(this.textBox5);
  772. this.splitContainer4.Panel1.Controls.Add(this.txtPhotoCarNo);
  773. this.splitContainer4.Panel1.Controls.Add(this.txtScanCarNo);
  774. this.splitContainer4.Panel1.Controls.Add(this.textBox4);
  775. this.splitContainer4.Panel1.Controls.Add(this.textBox2);
  776. this.splitContainer4.Panel1.Controls.Add(this.txtRfidCarNo);
  777. //
  778. // splitContainer4.Panel2
  779. //
  780. this.splitContainer4.Panel2.Controls.Add(this.groupBox5);
  781. this.splitContainer4.Panel2.Controls.Add(this.groupBox4);
  782. this.splitContainer4.Panel2.Controls.Add(this.groupBox1);
  783. this.splitContainer4.Panel2.Controls.Add(this.groupBox2);
  784. this.splitContainer4.Panel2.Controls.Add(this.groupBox3);
  785. this.splitContainer4.Size = new System.Drawing.Size(486, 314);
  786. this.splitContainer4.SplitterDistance = 35;
  787. this.splitContainer4.SplitterWidth = 3;
  788. this.splitContainer4.TabIndex = 3;
  789. //
  790. // txtEditCarNo
  791. //
  792. this.txtEditCarNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  793. this.txtEditCarNo.Location = new System.Drawing.Point(416, 6);
  794. this.txtEditCarNo.Margin = new System.Windows.Forms.Padding(2);
  795. this.txtEditCarNo.Name = "txtEditCarNo";
  796. this.txtEditCarNo.ReadOnly = true;
  797. this.txtEditCarNo.Size = new System.Drawing.Size(68, 21);
  798. this.txtEditCarNo.TabIndex = 16;
  799. //
  800. // textBox3
  801. //
  802. this.textBox3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  803. this.textBox3.Location = new System.Drawing.Point(364, 6);
  804. this.textBox3.Margin = new System.Windows.Forms.Padding(2);
  805. this.textBox3.Name = "textBox3";
  806. this.textBox3.ReadOnly = true;
  807. this.textBox3.Size = new System.Drawing.Size(52, 21);
  808. this.textBox3.TabIndex = 15;
  809. this.textBox3.Text = "修正车号";
  810. //
  811. // textBox5
  812. //
  813. this.textBox5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  814. this.textBox5.Location = new System.Drawing.Point(124, 6);
  815. this.textBox5.Margin = new System.Windows.Forms.Padding(2);
  816. this.textBox5.Name = "textBox5";
  817. this.textBox5.ReadOnly = true;
  818. this.textBox5.Size = new System.Drawing.Size(52, 21);
  819. this.textBox5.TabIndex = 14;
  820. this.textBox5.Text = "抓拍车号";
  821. //
  822. // txtPhotoCarNo
  823. //
  824. this.txtPhotoCarNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  825. this.txtPhotoCarNo.Location = new System.Drawing.Point(176, 6);
  826. this.txtPhotoCarNo.Margin = new System.Windows.Forms.Padding(2);
  827. this.txtPhotoCarNo.Name = "txtPhotoCarNo";
  828. this.txtPhotoCarNo.ReadOnly = true;
  829. this.txtPhotoCarNo.Size = new System.Drawing.Size(68, 21);
  830. this.txtPhotoCarNo.TabIndex = 13;
  831. //
  832. // txtScanCarNo
  833. //
  834. this.txtScanCarNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  835. this.txtScanCarNo.Location = new System.Drawing.Point(296, 6);
  836. this.txtScanCarNo.Margin = new System.Windows.Forms.Padding(2);
  837. this.txtScanCarNo.Name = "txtScanCarNo";
  838. this.txtScanCarNo.ReadOnly = true;
  839. this.txtScanCarNo.Size = new System.Drawing.Size(68, 21);
  840. this.txtScanCarNo.TabIndex = 12;
  841. //
  842. // textBox4
  843. //
  844. this.textBox4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  845. this.textBox4.Location = new System.Drawing.Point(244, 6);
  846. this.textBox4.Margin = new System.Windows.Forms.Padding(2);
  847. this.textBox4.Name = "textBox4";
  848. this.textBox4.ReadOnly = true;
  849. this.textBox4.Size = new System.Drawing.Size(52, 21);
  850. this.textBox4.TabIndex = 11;
  851. this.textBox4.Text = "扫描车号";
  852. //
  853. // textBox2
  854. //
  855. this.textBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  856. this.textBox2.Location = new System.Drawing.Point(3, 6);
  857. this.textBox2.Margin = new System.Windows.Forms.Padding(2);
  858. this.textBox2.Name = "textBox2";
  859. this.textBox2.ReadOnly = true;
  860. this.textBox2.Size = new System.Drawing.Size(52, 21);
  861. this.textBox2.TabIndex = 9;
  862. this.textBox2.Text = "RFID车号";
  863. //
  864. // txtRfidCarNo
  865. //
  866. this.txtRfidCarNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  867. this.txtRfidCarNo.Location = new System.Drawing.Point(55, 6);
  868. this.txtRfidCarNo.Margin = new System.Windows.Forms.Padding(2);
  869. this.txtRfidCarNo.Name = "txtRfidCarNo";
  870. this.txtRfidCarNo.ReadOnly = true;
  871. this.txtRfidCarNo.Size = new System.Drawing.Size(68, 21);
  872. this.txtRfidCarNo.TabIndex = 7;
  873. //
  874. // groupBox5
  875. //
  876. this.groupBox5.BackColor = System.Drawing.Color.Transparent;
  877. this.groupBox5.Controls.Add(this.label4);
  878. this.groupBox5.Controls.Add(this.txtMsgInfo);
  879. this.groupBox5.Dock = System.Windows.Forms.DockStyle.Top;
  880. this.groupBox5.Font = new System.Drawing.Font("宋体", 1F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  881. this.groupBox5.ForeColor = System.Drawing.Color.Red;
  882. this.groupBox5.Location = new System.Drawing.Point(0, 216);
  883. this.groupBox5.Name = "groupBox5";
  884. this.groupBox5.Size = new System.Drawing.Size(486, 55);
  885. this.groupBox5.TabIndex = 13;
  886. this.groupBox5.TabStop = false;
  887. //
  888. // label4
  889. //
  890. this.label4.AutoSize = true;
  891. this.label4.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  892. this.label4.Location = new System.Drawing.Point(16, 8);
  893. this.label4.Name = "label4";
  894. this.label4.Size = new System.Drawing.Size(49, 11);
  895. this.label4.TabIndex = 28;
  896. this.label4.Text = "消息提醒";
  897. //
  898. // txtMsgInfo
  899. //
  900. this.txtMsgInfo.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  901. this.txtMsgInfo.Location = new System.Drawing.Point(74, 4);
  902. this.txtMsgInfo.Margin = new System.Windows.Forms.Padding(2);
  903. this.txtMsgInfo.Multiline = true;
  904. this.txtMsgInfo.Name = "txtMsgInfo";
  905. this.txtMsgInfo.ReadOnly = true;
  906. this.txtMsgInfo.Size = new System.Drawing.Size(404, 43);
  907. this.txtMsgInfo.TabIndex = 1;
  908. //
  909. // groupBox4
  910. //
  911. this.groupBox4.BackColor = System.Drawing.Color.Transparent;
  912. this.groupBox4.Controls.Add(this.label3);
  913. this.groupBox4.Controls.Add(this.chkLED_KEEP);
  914. this.groupBox4.Controls.Add(this.txtLed);
  915. this.groupBox4.Controls.Add(this.btnSend);
  916. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
  917. this.groupBox4.Font = new System.Drawing.Font("宋体", 1F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  918. this.groupBox4.ForeColor = System.Drawing.Color.Red;
  919. this.groupBox4.Location = new System.Drawing.Point(0, 180);
  920. this.groupBox4.Name = "groupBox4";
  921. this.groupBox4.Size = new System.Drawing.Size(486, 36);
  922. this.groupBox4.TabIndex = 12;
  923. this.groupBox4.TabStop = false;
  924. //
  925. // label3
  926. //
  927. this.label3.AutoSize = true;
  928. this.label3.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  929. this.label3.Location = new System.Drawing.Point(4, 11);
  930. this.label3.Name = "label3";
  931. this.label3.Size = new System.Drawing.Size(67, 11);
  932. this.label3.TabIndex = 29;
  933. this.label3.Text = "LED消息发送";
  934. //
  935. // groupBox3
  936. //
  937. this.groupBox3.BackColor = System.Drawing.Color.Transparent;
  938. this.groupBox3.Controls.Add(this.bcZD);
  939. this.groupBox3.Controls.Add(this.bcCarWarm);
  940. this.groupBox3.Controls.Add(this.bcWgtWarm);
  941. this.groupBox3.Controls.Add(this.bcAreaWarm);
  942. this.groupBox3.Controls.Add(this.bcYcStatWarm);
  943. this.groupBox3.Controls.Add(this.bcHelpWarm);
  944. this.groupBox3.Controls.Add(this.bcAutoState);
  945. this.groupBox3.Controls.Add(this.bcStateWarm);
  946. this.groupBox3.Controls.Add(this.bcTimed);
  947. this.groupBox3.Controls.Add(this.bcIpVoice);
  948. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
  949. this.groupBox3.Font = new System.Drawing.Font("宋体", 1F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  950. this.groupBox3.ForeColor = System.Drawing.Color.Red;
  951. this.groupBox3.Location = new System.Drawing.Point(0, 0);
  952. this.groupBox3.Name = "groupBox3";
  953. this.groupBox3.Size = new System.Drawing.Size(486, 54);
  954. this.groupBox3.TabIndex = 11;
  955. this.groupBox3.TabStop = false;
  956. //
  957. // bcZD
  958. //
  959. this.bcZD.BackColor = System.Drawing.Color.Green;
  960. this.bcZD.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  961. this.bcZD.Font = new System.Drawing.Font("楷体", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  962. this.bcZD.ForeColor = System.Drawing.Color.Transparent;
  963. this.bcZD.Location = new System.Drawing.Point(398, 7);
  964. this.bcZD.Name = "bcZD";
  965. this.bcZD.Size = new System.Drawing.Size(84, 24);
  966. this.bcZD.TabIndex = 38;
  967. this.bcZD.Text = "智能终端";
  968. this.bcZD.UseVisualStyleBackColor = false;
  969. //
  970. // timer1
  971. //
  972. this.timer1.Enabled = true;
  973. this.timer1.Interval = 1000;
  974. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  975. //
  976. // ucCarMonitoring
  977. //
  978. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  979. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  980. this.BackColor = System.Drawing.Color.White;
  981. this.Controls.Add(this.panel1);
  982. this.Controls.Add(this.splitContainer4);
  983. this.Margin = new System.Windows.Forms.Padding(2);
  984. this.Name = "ucCarMonitoring";
  985. this.Size = new System.Drawing.Size(486, 314);
  986. this.Load += new System.EventHandler(this.ucCarMonitoring_Load);
  987. this.groupBox1.ResumeLayout(false);
  988. this.groupBox1.PerformLayout();
  989. this.groupBox2.ResumeLayout(false);
  990. this.groupBox2.PerformLayout();
  991. ((System.ComponentModel.ISupportInitialize)(this.txtReplacePaper)).EndInit();
  992. this.panel1.ResumeLayout(false);
  993. this.panel5.ResumeLayout(false);
  994. this.panel4.ResumeLayout(false);
  995. this.panel4.PerformLayout();
  996. this.panel3.ResumeLayout(false);
  997. this.panel2.ResumeLayout(false);
  998. this.panel2.PerformLayout();
  999. ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).EndInit();
  1000. this.splitContainer4.Panel1.ResumeLayout(false);
  1001. this.splitContainer4.Panel1.PerformLayout();
  1002. this.splitContainer4.Panel2.ResumeLayout(false);
  1003. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
  1004. this.splitContainer4.ResumeLayout(false);
  1005. this.groupBox5.ResumeLayout(false);
  1006. this.groupBox5.PerformLayout();
  1007. this.groupBox4.ResumeLayout(false);
  1008. this.groupBox4.PerformLayout();
  1009. this.groupBox3.ResumeLayout(false);
  1010. this.ResumeLayout(false);
  1011. }
  1012. #endregion
  1013. private System.Windows.Forms.CheckBox chkVALID_TIME_INTERVAL;
  1014. private System.Windows.Forms.CheckBox chkLED_KEEP;
  1015. private System.Windows.Forms.Button btnSend;
  1016. private System.Windows.Forms.TextBox txtLed;
  1017. private System.Windows.Forms.GroupBox groupBox1;
  1018. private System.Windows.Forms.Button btnTakrOver;
  1019. private System.Windows.Forms.Button btnYc;
  1020. private System.Windows.Forms.Button btnIpVoice;
  1021. private System.Windows.Forms.Button btnZero;
  1022. private System.Windows.Forms.GroupBox groupBox2;
  1023. private System.Windows.Forms.Button bcCarWarm;
  1024. private System.Windows.Forms.Button bcYcStatWarm;
  1025. private System.Windows.Forms.Button bcAutoState;
  1026. private System.Windows.Forms.Button bcStateWarm;
  1027. private System.Windows.Forms.Button bcIpVoice;
  1028. private System.Windows.Forms.Button bcTimed;
  1029. private System.Windows.Forms.Button bcHelpWarm;
  1030. private System.Windows.Forms.Button bcAreaWarm;
  1031. private System.Windows.Forms.Button bcWgtWarm;
  1032. private System.Windows.Forms.CheckBox chkVALID_PARK_STATUS;
  1033. private System.Windows.Forms.CheckBox chkVALID_WGT;
  1034. private System.Windows.Forms.Panel panel1;
  1035. private System.Windows.Forms.SplitContainer splitContainer4;
  1036. private System.Windows.Forms.TextBox txtEditCarNo;
  1037. private System.Windows.Forms.TextBox textBox3;
  1038. private System.Windows.Forms.TextBox textBox5;
  1039. private System.Windows.Forms.TextBox txtPhotoCarNo;
  1040. private System.Windows.Forms.TextBox txtScanCarNo;
  1041. private System.Windows.Forms.TextBox textBox4;
  1042. private System.Windows.Forms.TextBox textBox2;
  1043. private System.Windows.Forms.TextBox txtRfidCarNo;
  1044. private System.Windows.Forms.GroupBox groupBox5;
  1045. private System.Windows.Forms.Label label4;
  1046. private System.Windows.Forms.TextBox txtMsgInfo;
  1047. private System.Windows.Forms.GroupBox groupBox4;
  1048. private System.Windows.Forms.GroupBox groupBox3;
  1049. private System.Windows.Forms.Timer timer1;
  1050. private System.Windows.Forms.ComboBox cbCarNo;
  1051. private System.Windows.Forms.TextBox txtCarNo;
  1052. private System.Windows.Forms.Button btnCarSet;
  1053. private System.Windows.Forms.Button btnReplacePaper;
  1054. private System.Windows.Forms.Button btnRedLight;
  1055. private System.Windows.Forms.Button bcZD;
  1056. private System.Windows.Forms.CheckBox chkVALID_EXCEED_WGT;
  1057. private System.Windows.Forms.CheckBox chkVALID_CARNO;
  1058. private System.Windows.Forms.CheckBox chkVALID_PREDICTION_DIFF;
  1059. private System.Windows.Forms.CheckBox chkVALID_TARE_TIME;
  1060. private System.Windows.Forms.Label label3;
  1061. private System.Windows.Forms.NumericUpDown txtReplacePaper;
  1062. private System.Windows.Forms.Button btnGreenLight;
  1063. private System.Windows.Forms.Panel panel2;
  1064. private System.Windows.Forms.Panel panel3;
  1065. private System.Windows.Forms.Button bcZeroWarn;
  1066. private System.Windows.Forms.Button bcWgtWarn;
  1067. private System.Windows.Forms.Panel panel5;
  1068. private System.Windows.Forms.Button btnSee;
  1069. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtWeight;
  1070. private System.Windows.Forms.CheckBox chkVALID_MAT_TIME;
  1071. private System.Windows.Forms.Panel panel4;
  1072. private System.Windows.Forms.Label lbPntName;
  1073. private System.Windows.Forms.CheckBox chkVALID_LIANDA;
  1074. private System.Windows.Forms.CheckBox chkVALID_MAT_CLICK;
  1075. private System.Windows.Forms.CheckBox chkVALID_METER_AREA;
  1076. }
  1077. }