Form1.Designer.cs 51 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040
  1. namespace WindowsFormsApplication1
  2. {
  3. partial class Form1
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.comboBox_MsgType = new System.Windows.Forms.ComboBox();
  31. this.label9 = new System.Windows.Forms.Label();
  32. this.button_StartCAN = new System.Windows.Forms.Button();
  33. this.comboBox_BoardIndex = new System.Windows.Forms.ComboBox();
  34. this.comboBox_CANIndex = new System.Windows.Forms.ComboBox();
  35. this.comboBox_DeviceIndex = new System.Windows.Forms.ComboBox();
  36. this.comboBox_devtype = new System.Windows.Forms.ComboBox();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.设备索引号 = new System.Windows.Forms.Label();
  40. this.label_CanName = new System.Windows.Forms.Label();
  41. this.timer_rec = new System.Windows.Forms.Timer(this.components);
  42. this.手动控制 = new System.Windows.Forms.GroupBox();
  43. this.comboBox_UC_TMSMod = new System.Windows.Forms.ComboBox();
  44. this.label33 = new System.Windows.Forms.Label();
  45. this.label24 = new System.Windows.Forms.Label();
  46. this.comboBox_RelayControlEnable = new System.Windows.Forms.ComboBox();
  47. this.label23 = new System.Windows.Forms.Label();
  48. this.label31 = new System.Windows.Forms.Label();
  49. this.label28 = new System.Windows.Forms.Label();
  50. this.label17 = new System.Windows.Forms.Label();
  51. this.label2 = new System.Windows.Forms.Label();
  52. this.comboBox_HandControlEnable = new System.Windows.Forms.ComboBox();
  53. this.label1 = new System.Windows.Forms.Label();
  54. this.信息 = new System.Windows.Forms.GroupBox();
  55. this.label35 = new System.Windows.Forms.Label();
  56. this.textBox_RCB_SOC = new System.Windows.Forms.TextBox();
  57. this.label34 = new System.Windows.Forms.Label();
  58. this.textBox_RCB_TMSMod = new System.Windows.Forms.TextBox();
  59. this.textBox_RCB_relay = new System.Windows.Forms.TextBox();
  60. this.label32 = new System.Windows.Forms.Label();
  61. this.textBox_RCB_battSt = new System.Windows.Forms.TextBox();
  62. this.label30 = new System.Windows.Forms.Label();
  63. this.textBox_RCB_battU = new System.Windows.Forms.TextBox();
  64. this.label29 = new System.Windows.Forms.Label();
  65. this.textBox_RCB_fltCode = new System.Windows.Forms.TextBox();
  66. this.label27 = new System.Windows.Forms.Label();
  67. this.textBox_RCB_battCurr = new System.Windows.Forms.TextBox();
  68. this.label26 = new System.Windows.Forms.Label();
  69. this.textBox_RCB_fan = new System.Windows.Forms.TextBox();
  70. this.label25 = new System.Windows.Forms.Label();
  71. this.textBox_RCB_bypass_HE = new System.Windows.Forms.TextBox();
  72. this.textBox_RCB_bypass_rad = new System.Windows.Forms.TextBox();
  73. this.textBox_RCB_pump = new System.Windows.Forms.TextBox();
  74. this.textBox_RCB_PTC = new System.Windows.Forms.TextBox();
  75. this.label19 = new System.Windows.Forms.Label();
  76. this.textBox_RCB_flowmeter2 = new System.Windows.Forms.TextBox();
  77. this.label20 = new System.Windows.Forms.Label();
  78. this.textBox_RCB_flowmeter1 = new System.Windows.Forms.TextBox();
  79. this.label21 = new System.Windows.Forms.Label();
  80. this.textBox_RCB_EvT = new System.Windows.Forms.TextBox();
  81. this.label22 = new System.Windows.Forms.Label();
  82. this.textBox_RCB_HE_outT = new System.Windows.Forms.TextBox();
  83. this.label14 = new System.Windows.Forms.Label();
  84. this.textBox_RCB_rad_outT = new System.Windows.Forms.TextBox();
  85. this.label15 = new System.Windows.Forms.Label();
  86. this.textBox_RCB_motor_outT = new System.Windows.Forms.TextBox();
  87. this.label16 = new System.Windows.Forms.Label();
  88. this.textBox_RCB_pdu_outT = new System.Windows.Forms.TextBox();
  89. this.label18 = new System.Windows.Forms.Label();
  90. this.textBox_RCB_pdu_inT = new System.Windows.Forms.TextBox();
  91. this.label13 = new System.Windows.Forms.Label();
  92. this.textBox_RCB_battery_outT = new System.Windows.Forms.TextBox();
  93. this.label12 = new System.Windows.Forms.Label();
  94. this.textBox_RCB_battery_inT = new System.Windows.Forms.TextBox();
  95. this.label11 = new System.Windows.Forms.Label();
  96. this.textBox_RCB_modTMin = new System.Windows.Forms.TextBox();
  97. this.label8 = new System.Windows.Forms.Label();
  98. this.textBox_RCB_modTMax = new System.Windows.Forms.TextBox();
  99. this.label5 = new System.Windows.Forms.Label();
  100. this.label6 = new System.Windows.Forms.Label();
  101. this.label7 = new System.Windows.Forms.Label();
  102. this.label10 = new System.Windows.Forms.Label();
  103. this.timer_send = new System.Windows.Forms.Timer(this.components);
  104. this.numericUpDown_ExThreeSet = new System.Windows.Forms.NumericUpDown();
  105. this.numericUpDown_FanSpeedEnable = new System.Windows.Forms.NumericUpDown();
  106. this.numericUpDown_PTC_ControlEnable = new System.Windows.Forms.NumericUpDown();
  107. this.numericUpDown_WaPuSpConEnable = new System.Windows.Forms.NumericUpDown();
  108. this.numericUpDown_RaThreeSet = new System.Windows.Forms.NumericUpDown();
  109. this.groupBox1.SuspendLayout();
  110. this.手动控制.SuspendLayout();
  111. this.信息.SuspendLayout();
  112. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ExThreeSet)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_FanSpeedEnable)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_PTC_ControlEnable)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_WaPuSpConEnable)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_RaThreeSet)).BeginInit();
  117. this.SuspendLayout();
  118. //
  119. // groupBox1
  120. //
  121. this.groupBox1.Controls.Add(this.comboBox_MsgType);
  122. this.groupBox1.Controls.Add(this.label9);
  123. this.groupBox1.Controls.Add(this.button_StartCAN);
  124. this.groupBox1.Controls.Add(this.comboBox_BoardIndex);
  125. this.groupBox1.Controls.Add(this.comboBox_CANIndex);
  126. this.groupBox1.Controls.Add(this.comboBox_DeviceIndex);
  127. this.groupBox1.Controls.Add(this.comboBox_devtype);
  128. this.groupBox1.Controls.Add(this.label4);
  129. this.groupBox1.Controls.Add(this.label3);
  130. this.groupBox1.Controls.Add(this.设备索引号);
  131. this.groupBox1.Controls.Add(this.label_CanName);
  132. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  133. this.groupBox1.Name = "groupBox1";
  134. this.groupBox1.Size = new System.Drawing.Size(1001, 116);
  135. this.groupBox1.TabIndex = 0;
  136. this.groupBox1.TabStop = false;
  137. this.groupBox1.Text = "设备";
  138. //
  139. // comboBox_MsgType
  140. //
  141. this.comboBox_MsgType.FormattingEnabled = true;
  142. this.comboBox_MsgType.Items.AddRange(new object[] {
  143. "标准帧",
  144. "扩展帧"});
  145. this.comboBox_MsgType.Location = new System.Drawing.Point(776, 30);
  146. this.comboBox_MsgType.Name = "comboBox_MsgType";
  147. this.comboBox_MsgType.Size = new System.Drawing.Size(100, 23);
  148. this.comboBox_MsgType.TabIndex = 10;
  149. //
  150. // label9
  151. //
  152. this.label9.AutoSize = true;
  153. this.label9.Location = new System.Drawing.Point(709, 30);
  154. this.label9.Name = "label9";
  155. this.label9.Size = new System.Drawing.Size(52, 15);
  156. this.label9.TabIndex = 9;
  157. this.label9.Text = "帧类型";
  158. //
  159. // button_StartCAN
  160. //
  161. this.button_StartCAN.Location = new System.Drawing.Point(258, 79);
  162. this.button_StartCAN.Name = "button_StartCAN";
  163. this.button_StartCAN.Size = new System.Drawing.Size(100, 25);
  164. this.button_StartCAN.TabIndex = 8;
  165. this.button_StartCAN.Text = "启动";
  166. this.button_StartCAN.UseVisualStyleBackColor = true;
  167. this.button_StartCAN.Click += new System.EventHandler(this.button_StartCAN_Click);
  168. //
  169. // comboBox_BoardIndex
  170. //
  171. this.comboBox_BoardIndex.FormattingEnabled = true;
  172. this.comboBox_BoardIndex.Items.AddRange(new object[] {
  173. "250K",
  174. "500K"});
  175. this.comboBox_BoardIndex.Location = new System.Drawing.Point(92, 81);
  176. this.comboBox_BoardIndex.Name = "comboBox_BoardIndex";
  177. this.comboBox_BoardIndex.Size = new System.Drawing.Size(100, 23);
  178. this.comboBox_BoardIndex.TabIndex = 7;
  179. //
  180. // comboBox_CANIndex
  181. //
  182. this.comboBox_CANIndex.FormattingEnabled = true;
  183. this.comboBox_CANIndex.Items.AddRange(new object[] {
  184. "0",
  185. "1"});
  186. this.comboBox_CANIndex.Location = new System.Drawing.Point(570, 30);
  187. this.comboBox_CANIndex.Name = "comboBox_CANIndex";
  188. this.comboBox_CANIndex.Size = new System.Drawing.Size(100, 23);
  189. this.comboBox_CANIndex.TabIndex = 6;
  190. //
  191. // comboBox_DeviceIndex
  192. //
  193. this.comboBox_DeviceIndex.FormattingEnabled = true;
  194. this.comboBox_DeviceIndex.Items.AddRange(new object[] {
  195. "1",
  196. "2",
  197. "3",
  198. "4"});
  199. this.comboBox_DeviceIndex.Location = new System.Drawing.Point(348, 30);
  200. this.comboBox_DeviceIndex.Name = "comboBox_DeviceIndex";
  201. this.comboBox_DeviceIndex.Size = new System.Drawing.Size(100, 23);
  202. this.comboBox_DeviceIndex.TabIndex = 5;
  203. //
  204. // comboBox_devtype
  205. //
  206. this.comboBox_devtype.FormattingEnabled = true;
  207. this.comboBox_devtype.Location = new System.Drawing.Point(92, 30);
  208. this.comboBox_devtype.Name = "comboBox_devtype";
  209. this.comboBox_devtype.Size = new System.Drawing.Size(100, 23);
  210. this.comboBox_devtype.TabIndex = 1;
  211. //
  212. // label4
  213. //
  214. this.label4.AutoSize = true;
  215. this.label4.Location = new System.Drawing.Point(19, 79);
  216. this.label4.Name = "label4";
  217. this.label4.Size = new System.Drawing.Size(52, 15);
  218. this.label4.TabIndex = 4;
  219. this.label4.Text = "波特率";
  220. //
  221. // label3
  222. //
  223. this.label3.AutoSize = true;
  224. this.label3.Location = new System.Drawing.Point(503, 30);
  225. this.label3.Name = "label3";
  226. this.label3.Size = new System.Drawing.Size(61, 15);
  227. this.label3.TabIndex = 3;
  228. this.label3.Text = "CAN通道";
  229. //
  230. // 设备索引号
  231. //
  232. this.设备索引号.AutoSize = true;
  233. this.设备索引号.Location = new System.Drawing.Point(256, 30);
  234. this.设备索引号.Name = "设备索引号";
  235. this.设备索引号.Size = new System.Drawing.Size(82, 15);
  236. this.设备索引号.TabIndex = 2;
  237. this.设备索引号.Text = "设备索引号";
  238. //
  239. // label_CanName
  240. //
  241. this.label_CanName.AutoSize = true;
  242. this.label_CanName.Location = new System.Drawing.Point(19, 30);
  243. this.label_CanName.Name = "label_CanName";
  244. this.label_CanName.Size = new System.Drawing.Size(67, 15);
  245. this.label_CanName.TabIndex = 1;
  246. this.label_CanName.Text = "设备名称";
  247. //
  248. // timer_rec
  249. //
  250. this.timer_rec.Interval = 10;
  251. this.timer_rec.Tick += new System.EventHandler(this.timer_rec_Tick);
  252. //
  253. // 手动控制
  254. //
  255. this.手动控制.Controls.Add(this.numericUpDown_RaThreeSet);
  256. this.手动控制.Controls.Add(this.numericUpDown_WaPuSpConEnable);
  257. this.手动控制.Controls.Add(this.numericUpDown_PTC_ControlEnable);
  258. this.手动控制.Controls.Add(this.numericUpDown_FanSpeedEnable);
  259. this.手动控制.Controls.Add(this.numericUpDown_ExThreeSet);
  260. this.手动控制.Controls.Add(this.comboBox_UC_TMSMod);
  261. this.手动控制.Controls.Add(this.label33);
  262. this.手动控制.Controls.Add(this.label24);
  263. this.手动控制.Controls.Add(this.comboBox_RelayControlEnable);
  264. this.手动控制.Controls.Add(this.label23);
  265. this.手动控制.Controls.Add(this.label31);
  266. this.手动控制.Controls.Add(this.label28);
  267. this.手动控制.Controls.Add(this.label17);
  268. this.手动控制.Controls.Add(this.label2);
  269. this.手动控制.Controls.Add(this.comboBox_HandControlEnable);
  270. this.手动控制.Controls.Add(this.label1);
  271. this.手动控制.Location = new System.Drawing.Point(12, 134);
  272. this.手动控制.Name = "手动控制";
  273. this.手动控制.Size = new System.Drawing.Size(1001, 173);
  274. this.手动控制.TabIndex = 10;
  275. this.手动控制.TabStop = false;
  276. this.手动控制.Text = "控制";
  277. //
  278. // comboBox_UC_TMSMod
  279. //
  280. this.comboBox_UC_TMSMod.FormattingEnabled = true;
  281. this.comboBox_UC_TMSMod.Items.AddRange(new object[] {
  282. "关机模式",
  283. "制冷模式",
  284. "制热模式",
  285. "自循环模式"});
  286. this.comboBox_UC_TMSMod.Location = new System.Drawing.Point(130, 142);
  287. this.comboBox_UC_TMSMod.Name = "comboBox_UC_TMSMod";
  288. this.comboBox_UC_TMSMod.Size = new System.Drawing.Size(100, 23);
  289. this.comboBox_UC_TMSMod.TabIndex = 56;
  290. this.comboBox_UC_TMSMod.Text = "关机模式";
  291. //
  292. // label33
  293. //
  294. this.label33.AutoSize = true;
  295. this.label33.Location = new System.Drawing.Point(19, 142);
  296. this.label33.Name = "label33";
  297. this.label33.Size = new System.Drawing.Size(61, 15);
  298. this.label33.TabIndex = 55;
  299. this.label33.Text = "TMS模式";
  300. //
  301. // label24
  302. //
  303. this.label24.AutoSize = true;
  304. this.label24.Location = new System.Drawing.Point(259, 142);
  305. this.label24.Name = "label24";
  306. this.label24.Size = new System.Drawing.Size(97, 15);
  307. this.label24.TabIndex = 51;
  308. this.label24.Text = "风扇转速控制";
  309. //
  310. // comboBox_RelayControlEnable
  311. //
  312. this.comboBox_RelayControlEnable.FormattingEnabled = true;
  313. this.comboBox_RelayControlEnable.Items.AddRange(new object[] {
  314. "关",
  315. "开"});
  316. this.comboBox_RelayControlEnable.Location = new System.Drawing.Point(385, 36);
  317. this.comboBox_RelayControlEnable.Name = "comboBox_RelayControlEnable";
  318. this.comboBox_RelayControlEnable.Size = new System.Drawing.Size(100, 23);
  319. this.comboBox_RelayControlEnable.TabIndex = 50;
  320. this.comboBox_RelayControlEnable.Text = "关";
  321. //
  322. // label23
  323. //
  324. this.label23.AutoSize = true;
  325. this.label23.Location = new System.Drawing.Point(259, 36);
  326. this.label23.Name = "label23";
  327. this.label23.Size = new System.Drawing.Size(82, 15);
  328. this.label23.TabIndex = 49;
  329. this.label23.Text = "继电器控制";
  330. //
  331. // label31
  332. //
  333. this.label31.AutoSize = true;
  334. this.label31.Location = new System.Drawing.Point(769, 89);
  335. this.label31.Name = "label31";
  336. this.label31.Size = new System.Drawing.Size(97, 15);
  337. this.label31.TabIndex = 19;
  338. this.label31.Text = "水泵转速控制";
  339. //
  340. // label28
  341. //
  342. this.label28.AutoSize = true;
  343. this.label28.Location = new System.Drawing.Point(514, 89);
  344. this.label28.Name = "label28";
  345. this.label28.Size = new System.Drawing.Size(91, 15);
  346. this.label28.TabIndex = 17;
  347. this.label28.Text = "PTC功率控制";
  348. //
  349. // label17
  350. //
  351. this.label17.AutoSize = true;
  352. this.label17.Location = new System.Drawing.Point(259, 89);
  353. this.label17.Name = "label17";
  354. this.label17.Size = new System.Drawing.Size(97, 15);
  355. this.label17.TabIndex = 15;
  356. this.label17.Text = "换热器三通阀";
  357. //
  358. // label2
  359. //
  360. this.label2.AutoSize = true;
  361. this.label2.Location = new System.Drawing.Point(19, 36);
  362. this.label2.Name = "label2";
  363. this.label2.Size = new System.Drawing.Size(67, 15);
  364. this.label2.TabIndex = 13;
  365. this.label2.Text = "手动控制";
  366. //
  367. // comboBox_HandControlEnable
  368. //
  369. this.comboBox_HandControlEnable.FormattingEnabled = true;
  370. this.comboBox_HandControlEnable.Items.AddRange(new object[] {
  371. "不使能",
  372. "使能"});
  373. this.comboBox_HandControlEnable.Location = new System.Drawing.Point(130, 36);
  374. this.comboBox_HandControlEnable.Name = "comboBox_HandControlEnable";
  375. this.comboBox_HandControlEnable.Size = new System.Drawing.Size(100, 23);
  376. this.comboBox_HandControlEnable.TabIndex = 12;
  377. this.comboBox_HandControlEnable.Text = "不使能";
  378. //
  379. // label1
  380. //
  381. this.label1.AutoSize = true;
  382. this.label1.Location = new System.Drawing.Point(19, 89);
  383. this.label1.Name = "label1";
  384. this.label1.Size = new System.Drawing.Size(97, 15);
  385. this.label1.TabIndex = 11;
  386. this.label1.Text = "散热器三通阀";
  387. //
  388. // 信息
  389. //
  390. this.信息.Controls.Add(this.label35);
  391. this.信息.Controls.Add(this.textBox_RCB_SOC);
  392. this.信息.Controls.Add(this.label34);
  393. this.信息.Controls.Add(this.textBox_RCB_TMSMod);
  394. this.信息.Controls.Add(this.textBox_RCB_relay);
  395. this.信息.Controls.Add(this.label32);
  396. this.信息.Controls.Add(this.textBox_RCB_battSt);
  397. this.信息.Controls.Add(this.label30);
  398. this.信息.Controls.Add(this.textBox_RCB_battU);
  399. this.信息.Controls.Add(this.label29);
  400. this.信息.Controls.Add(this.textBox_RCB_fltCode);
  401. this.信息.Controls.Add(this.label27);
  402. this.信息.Controls.Add(this.textBox_RCB_battCurr);
  403. this.信息.Controls.Add(this.label26);
  404. this.信息.Controls.Add(this.textBox_RCB_fan);
  405. this.信息.Controls.Add(this.label25);
  406. this.信息.Controls.Add(this.textBox_RCB_bypass_HE);
  407. this.信息.Controls.Add(this.textBox_RCB_bypass_rad);
  408. this.信息.Controls.Add(this.textBox_RCB_pump);
  409. this.信息.Controls.Add(this.textBox_RCB_PTC);
  410. this.信息.Controls.Add(this.label19);
  411. this.信息.Controls.Add(this.textBox_RCB_flowmeter2);
  412. this.信息.Controls.Add(this.label20);
  413. this.信息.Controls.Add(this.textBox_RCB_flowmeter1);
  414. this.信息.Controls.Add(this.label21);
  415. this.信息.Controls.Add(this.textBox_RCB_EvT);
  416. this.信息.Controls.Add(this.label22);
  417. this.信息.Controls.Add(this.textBox_RCB_HE_outT);
  418. this.信息.Controls.Add(this.label14);
  419. this.信息.Controls.Add(this.textBox_RCB_rad_outT);
  420. this.信息.Controls.Add(this.label15);
  421. this.信息.Controls.Add(this.textBox_RCB_motor_outT);
  422. this.信息.Controls.Add(this.label16);
  423. this.信息.Controls.Add(this.textBox_RCB_pdu_outT);
  424. this.信息.Controls.Add(this.label18);
  425. this.信息.Controls.Add(this.textBox_RCB_pdu_inT);
  426. this.信息.Controls.Add(this.label13);
  427. this.信息.Controls.Add(this.textBox_RCB_battery_outT);
  428. this.信息.Controls.Add(this.label12);
  429. this.信息.Controls.Add(this.textBox_RCB_battery_inT);
  430. this.信息.Controls.Add(this.label11);
  431. this.信息.Controls.Add(this.textBox_RCB_modTMin);
  432. this.信息.Controls.Add(this.label8);
  433. this.信息.Controls.Add(this.textBox_RCB_modTMax);
  434. this.信息.Controls.Add(this.label5);
  435. this.信息.Controls.Add(this.label6);
  436. this.信息.Controls.Add(this.label7);
  437. this.信息.Controls.Add(this.label10);
  438. this.信息.Location = new System.Drawing.Point(12, 313);
  439. this.信息.Name = "信息";
  440. this.信息.Size = new System.Drawing.Size(1001, 386);
  441. this.信息.TabIndex = 21;
  442. this.信息.TabStop = false;
  443. this.信息.Text = "信息";
  444. //
  445. // label35
  446. //
  447. this.label35.AutoSize = true;
  448. this.label35.Location = new System.Drawing.Point(19, 79);
  449. this.label35.Name = "label35";
  450. this.label35.Size = new System.Drawing.Size(61, 15);
  451. this.label35.TabIndex = 81;
  452. this.label35.Text = "电池SOC";
  453. //
  454. // textBox_RCB_SOC
  455. //
  456. this.textBox_RCB_SOC.BackColor = System.Drawing.SystemColors.Window;
  457. this.textBox_RCB_SOC.Location = new System.Drawing.Point(130, 79);
  458. this.textBox_RCB_SOC.Name = "textBox_RCB_SOC";
  459. this.textBox_RCB_SOC.ReadOnly = true;
  460. this.textBox_RCB_SOC.Size = new System.Drawing.Size(100, 25);
  461. this.textBox_RCB_SOC.TabIndex = 80;
  462. //
  463. // label34
  464. //
  465. this.label34.AutoSize = true;
  466. this.label34.Location = new System.Drawing.Point(514, 159);
  467. this.label34.Name = "label34";
  468. this.label34.Size = new System.Drawing.Size(61, 15);
  469. this.label34.TabIndex = 79;
  470. this.label34.Text = "TMS模式";
  471. //
  472. // textBox_RCB_TMSMod
  473. //
  474. this.textBox_RCB_TMSMod.BackColor = System.Drawing.SystemColors.Window;
  475. this.textBox_RCB_TMSMod.Location = new System.Drawing.Point(645, 159);
  476. this.textBox_RCB_TMSMod.Name = "textBox_RCB_TMSMod";
  477. this.textBox_RCB_TMSMod.ReadOnly = true;
  478. this.textBox_RCB_TMSMod.Size = new System.Drawing.Size(100, 25);
  479. this.textBox_RCB_TMSMod.TabIndex = 78;
  480. //
  481. // textBox_RCB_relay
  482. //
  483. this.textBox_RCB_relay.BackColor = System.Drawing.SystemColors.Window;
  484. this.textBox_RCB_relay.Location = new System.Drawing.Point(132, 119);
  485. this.textBox_RCB_relay.Name = "textBox_RCB_relay";
  486. this.textBox_RCB_relay.ReadOnly = true;
  487. this.textBox_RCB_relay.Size = new System.Drawing.Size(100, 25);
  488. this.textBox_RCB_relay.TabIndex = 77;
  489. //
  490. // label32
  491. //
  492. this.label32.AutoSize = true;
  493. this.label32.Location = new System.Drawing.Point(769, 39);
  494. this.label32.Name = "label32";
  495. this.label32.Size = new System.Drawing.Size(82, 15);
  496. this.label32.TabIndex = 68;
  497. this.label32.Text = "电池包状态";
  498. //
  499. // textBox_RCB_battSt
  500. //
  501. this.textBox_RCB_battSt.BackColor = System.Drawing.SystemColors.Window;
  502. this.textBox_RCB_battSt.Location = new System.Drawing.Point(887, 39);
  503. this.textBox_RCB_battSt.Name = "textBox_RCB_battSt";
  504. this.textBox_RCB_battSt.ReadOnly = true;
  505. this.textBox_RCB_battSt.Size = new System.Drawing.Size(100, 25);
  506. this.textBox_RCB_battSt.TabIndex = 67;
  507. //
  508. // label30
  509. //
  510. this.label30.AutoSize = true;
  511. this.label30.Location = new System.Drawing.Point(19, 39);
  512. this.label30.Name = "label30";
  513. this.label30.Size = new System.Drawing.Size(82, 15);
  514. this.label30.TabIndex = 66;
  515. this.label30.Text = "电池包电压";
  516. //
  517. // textBox_RCB_battU
  518. //
  519. this.textBox_RCB_battU.BackColor = System.Drawing.SystemColors.Window;
  520. this.textBox_RCB_battU.Location = new System.Drawing.Point(130, 39);
  521. this.textBox_RCB_battU.Name = "textBox_RCB_battU";
  522. this.textBox_RCB_battU.ReadOnly = true;
  523. this.textBox_RCB_battU.Size = new System.Drawing.Size(100, 25);
  524. this.textBox_RCB_battU.TabIndex = 65;
  525. //
  526. // label29
  527. //
  528. this.label29.AutoSize = true;
  529. this.label29.Location = new System.Drawing.Point(514, 39);
  530. this.label29.Name = "label29";
  531. this.label29.Size = new System.Drawing.Size(97, 15);
  532. this.label29.TabIndex = 64;
  533. this.label29.Text = "电池包故障码";
  534. //
  535. // textBox_RCB_fltCode
  536. //
  537. this.textBox_RCB_fltCode.BackColor = System.Drawing.SystemColors.Window;
  538. this.textBox_RCB_fltCode.Location = new System.Drawing.Point(645, 39);
  539. this.textBox_RCB_fltCode.Name = "textBox_RCB_fltCode";
  540. this.textBox_RCB_fltCode.ReadOnly = true;
  541. this.textBox_RCB_fltCode.Size = new System.Drawing.Size(100, 25);
  542. this.textBox_RCB_fltCode.TabIndex = 63;
  543. //
  544. // label27
  545. //
  546. this.label27.AutoSize = true;
  547. this.label27.Location = new System.Drawing.Point(259, 39);
  548. this.label27.Name = "label27";
  549. this.label27.Size = new System.Drawing.Size(82, 15);
  550. this.label27.TabIndex = 62;
  551. this.label27.Text = "电池包电流";
  552. //
  553. // textBox_RCB_battCurr
  554. //
  555. this.textBox_RCB_battCurr.BackColor = System.Drawing.SystemColors.Window;
  556. this.textBox_RCB_battCurr.Location = new System.Drawing.Point(385, 39);
  557. this.textBox_RCB_battCurr.Name = "textBox_RCB_battCurr";
  558. this.textBox_RCB_battCurr.ReadOnly = true;
  559. this.textBox_RCB_battCurr.Size = new System.Drawing.Size(100, 25);
  560. this.textBox_RCB_battCurr.TabIndex = 61;
  561. //
  562. // label26
  563. //
  564. this.label26.AutoSize = true;
  565. this.label26.Location = new System.Drawing.Point(19, 159);
  566. this.label26.Name = "label26";
  567. this.label26.Size = new System.Drawing.Size(67, 15);
  568. this.label26.TabIndex = 60;
  569. this.label26.Text = "风扇转速";
  570. //
  571. // textBox_RCB_fan
  572. //
  573. this.textBox_RCB_fan.BackColor = System.Drawing.SystemColors.Window;
  574. this.textBox_RCB_fan.Location = new System.Drawing.Point(132, 159);
  575. this.textBox_RCB_fan.Name = "textBox_RCB_fan";
  576. this.textBox_RCB_fan.ReadOnly = true;
  577. this.textBox_RCB_fan.Size = new System.Drawing.Size(100, 25);
  578. this.textBox_RCB_fan.TabIndex = 59;
  579. //
  580. // label25
  581. //
  582. this.label25.AutoSize = true;
  583. this.label25.Location = new System.Drawing.Point(19, 119);
  584. this.label25.Name = "label25";
  585. this.label25.Size = new System.Drawing.Size(82, 15);
  586. this.label25.TabIndex = 57;
  587. this.label25.Text = "继电器状态";
  588. //
  589. // textBox_RCB_bypass_HE
  590. //
  591. this.textBox_RCB_bypass_HE.BackColor = System.Drawing.SystemColors.Window;
  592. this.textBox_RCB_bypass_HE.Location = new System.Drawing.Point(645, 119);
  593. this.textBox_RCB_bypass_HE.Name = "textBox_RCB_bypass_HE";
  594. this.textBox_RCB_bypass_HE.ReadOnly = true;
  595. this.textBox_RCB_bypass_HE.Size = new System.Drawing.Size(100, 25);
  596. this.textBox_RCB_bypass_HE.TabIndex = 56;
  597. //
  598. // textBox_RCB_bypass_rad
  599. //
  600. this.textBox_RCB_bypass_rad.BackColor = System.Drawing.SystemColors.Window;
  601. this.textBox_RCB_bypass_rad.Location = new System.Drawing.Point(385, 119);
  602. this.textBox_RCB_bypass_rad.Name = "textBox_RCB_bypass_rad";
  603. this.textBox_RCB_bypass_rad.ReadOnly = true;
  604. this.textBox_RCB_bypass_rad.Size = new System.Drawing.Size(100, 25);
  605. this.textBox_RCB_bypass_rad.TabIndex = 55;
  606. //
  607. // textBox_RCB_pump
  608. //
  609. this.textBox_RCB_pump.BackColor = System.Drawing.SystemColors.Window;
  610. this.textBox_RCB_pump.Location = new System.Drawing.Point(887, 119);
  611. this.textBox_RCB_pump.Name = "textBox_RCB_pump";
  612. this.textBox_RCB_pump.ReadOnly = true;
  613. this.textBox_RCB_pump.Size = new System.Drawing.Size(100, 25);
  614. this.textBox_RCB_pump.TabIndex = 47;
  615. //
  616. // textBox_RCB_PTC
  617. //
  618. this.textBox_RCB_PTC.BackColor = System.Drawing.SystemColors.Window;
  619. this.textBox_RCB_PTC.Location = new System.Drawing.Point(385, 159);
  620. this.textBox_RCB_PTC.Name = "textBox_RCB_PTC";
  621. this.textBox_RCB_PTC.ReadOnly = true;
  622. this.textBox_RCB_PTC.Size = new System.Drawing.Size(100, 25);
  623. this.textBox_RCB_PTC.TabIndex = 46;
  624. //
  625. // label19
  626. //
  627. this.label19.AutoSize = true;
  628. this.label19.Location = new System.Drawing.Point(259, 279);
  629. this.label19.Name = "label19";
  630. this.label19.Size = new System.Drawing.Size(60, 15);
  631. this.label19.TabIndex = 45;
  632. this.label19.Text = "流量计B";
  633. //
  634. // textBox_RCB_flowmeter2
  635. //
  636. this.textBox_RCB_flowmeter2.BackColor = System.Drawing.SystemColors.Window;
  637. this.textBox_RCB_flowmeter2.Location = new System.Drawing.Point(385, 279);
  638. this.textBox_RCB_flowmeter2.Name = "textBox_RCB_flowmeter2";
  639. this.textBox_RCB_flowmeter2.ReadOnly = true;
  640. this.textBox_RCB_flowmeter2.Size = new System.Drawing.Size(100, 25);
  641. this.textBox_RCB_flowmeter2.TabIndex = 44;
  642. //
  643. // label20
  644. //
  645. this.label20.AutoSize = true;
  646. this.label20.Location = new System.Drawing.Point(19, 279);
  647. this.label20.Name = "label20";
  648. this.label20.Size = new System.Drawing.Size(60, 15);
  649. this.label20.TabIndex = 43;
  650. this.label20.Text = "流量计A";
  651. //
  652. // textBox_RCB_flowmeter1
  653. //
  654. this.textBox_RCB_flowmeter1.BackColor = System.Drawing.SystemColors.Window;
  655. this.textBox_RCB_flowmeter1.Location = new System.Drawing.Point(132, 279);
  656. this.textBox_RCB_flowmeter1.Name = "textBox_RCB_flowmeter1";
  657. this.textBox_RCB_flowmeter1.ReadOnly = true;
  658. this.textBox_RCB_flowmeter1.Size = new System.Drawing.Size(100, 25);
  659. this.textBox_RCB_flowmeter1.TabIndex = 42;
  660. //
  661. // label21
  662. //
  663. this.label21.AutoSize = true;
  664. this.label21.Location = new System.Drawing.Point(769, 239);
  665. this.label21.Name = "label21";
  666. this.label21.Size = new System.Drawing.Size(67, 15);
  667. this.label21.TabIndex = 41;
  668. this.label21.Text = "环境温度";
  669. //
  670. // textBox_RCB_EvT
  671. //
  672. this.textBox_RCB_EvT.BackColor = System.Drawing.SystemColors.Window;
  673. this.textBox_RCB_EvT.Location = new System.Drawing.Point(887, 239);
  674. this.textBox_RCB_EvT.Name = "textBox_RCB_EvT";
  675. this.textBox_RCB_EvT.ReadOnly = true;
  676. this.textBox_RCB_EvT.Size = new System.Drawing.Size(100, 25);
  677. this.textBox_RCB_EvT.TabIndex = 40;
  678. //
  679. // label22
  680. //
  681. this.label22.AutoSize = true;
  682. this.label22.Location = new System.Drawing.Point(514, 239);
  683. this.label22.Name = "label22";
  684. this.label22.Size = new System.Drawing.Size(112, 15);
  685. this.label22.TabIndex = 39;
  686. this.label22.Text = "换热器出水温度";
  687. //
  688. // textBox_RCB_HE_outT
  689. //
  690. this.textBox_RCB_HE_outT.BackColor = System.Drawing.SystemColors.Window;
  691. this.textBox_RCB_HE_outT.Location = new System.Drawing.Point(645, 239);
  692. this.textBox_RCB_HE_outT.Name = "textBox_RCB_HE_outT";
  693. this.textBox_RCB_HE_outT.ReadOnly = true;
  694. this.textBox_RCB_HE_outT.Size = new System.Drawing.Size(100, 25);
  695. this.textBox_RCB_HE_outT.TabIndex = 38;
  696. //
  697. // label14
  698. //
  699. this.label14.AutoSize = true;
  700. this.label14.Location = new System.Drawing.Point(259, 239);
  701. this.label14.Name = "label14";
  702. this.label14.Size = new System.Drawing.Size(112, 15);
  703. this.label14.TabIndex = 37;
  704. this.label14.Text = "散热器出水温度";
  705. //
  706. // textBox_RCB_rad_outT
  707. //
  708. this.textBox_RCB_rad_outT.BackColor = System.Drawing.SystemColors.Window;
  709. this.textBox_RCB_rad_outT.Location = new System.Drawing.Point(385, 239);
  710. this.textBox_RCB_rad_outT.Name = "textBox_RCB_rad_outT";
  711. this.textBox_RCB_rad_outT.ReadOnly = true;
  712. this.textBox_RCB_rad_outT.Size = new System.Drawing.Size(100, 25);
  713. this.textBox_RCB_rad_outT.TabIndex = 36;
  714. //
  715. // label15
  716. //
  717. this.label15.AutoSize = true;
  718. this.label15.Location = new System.Drawing.Point(19, 239);
  719. this.label15.Name = "label15";
  720. this.label15.Size = new System.Drawing.Size(97, 15);
  721. this.label15.TabIndex = 35;
  722. this.label15.Text = "电机出水温度";
  723. //
  724. // textBox_RCB_motor_outT
  725. //
  726. this.textBox_RCB_motor_outT.BackColor = System.Drawing.SystemColors.Window;
  727. this.textBox_RCB_motor_outT.Location = new System.Drawing.Point(132, 239);
  728. this.textBox_RCB_motor_outT.Name = "textBox_RCB_motor_outT";
  729. this.textBox_RCB_motor_outT.ReadOnly = true;
  730. this.textBox_RCB_motor_outT.Size = new System.Drawing.Size(100, 25);
  731. this.textBox_RCB_motor_outT.TabIndex = 34;
  732. //
  733. // label16
  734. //
  735. this.label16.AutoSize = true;
  736. this.label16.Location = new System.Drawing.Point(769, 198);
  737. this.label16.Name = "label16";
  738. this.label16.Size = new System.Drawing.Size(112, 15);
  739. this.label16.TabIndex = 33;
  740. this.label16.Text = "四合一出水温度";
  741. //
  742. // textBox_RCB_pdu_outT
  743. //
  744. this.textBox_RCB_pdu_outT.BackColor = System.Drawing.SystemColors.Window;
  745. this.textBox_RCB_pdu_outT.Location = new System.Drawing.Point(887, 198);
  746. this.textBox_RCB_pdu_outT.Name = "textBox_RCB_pdu_outT";
  747. this.textBox_RCB_pdu_outT.ReadOnly = true;
  748. this.textBox_RCB_pdu_outT.Size = new System.Drawing.Size(100, 25);
  749. this.textBox_RCB_pdu_outT.TabIndex = 32;
  750. //
  751. // label18
  752. //
  753. this.label18.AutoSize = true;
  754. this.label18.Location = new System.Drawing.Point(514, 198);
  755. this.label18.Name = "label18";
  756. this.label18.Size = new System.Drawing.Size(112, 15);
  757. this.label18.TabIndex = 31;
  758. this.label18.Text = "四合一进水温度";
  759. //
  760. // textBox_RCB_pdu_inT
  761. //
  762. this.textBox_RCB_pdu_inT.BackColor = System.Drawing.SystemColors.Window;
  763. this.textBox_RCB_pdu_inT.Location = new System.Drawing.Point(645, 198);
  764. this.textBox_RCB_pdu_inT.Name = "textBox_RCB_pdu_inT";
  765. this.textBox_RCB_pdu_inT.ReadOnly = true;
  766. this.textBox_RCB_pdu_inT.Size = new System.Drawing.Size(100, 25);
  767. this.textBox_RCB_pdu_inT.TabIndex = 30;
  768. //
  769. // label13
  770. //
  771. this.label13.AutoSize = true;
  772. this.label13.Location = new System.Drawing.Point(259, 198);
  773. this.label13.Name = "label13";
  774. this.label13.Size = new System.Drawing.Size(97, 15);
  775. this.label13.TabIndex = 29;
  776. this.label13.Text = "电池出水温度";
  777. //
  778. // textBox_RCB_battery_outT
  779. //
  780. this.textBox_RCB_battery_outT.BackColor = System.Drawing.SystemColors.Window;
  781. this.textBox_RCB_battery_outT.Location = new System.Drawing.Point(385, 198);
  782. this.textBox_RCB_battery_outT.Name = "textBox_RCB_battery_outT";
  783. this.textBox_RCB_battery_outT.ReadOnly = true;
  784. this.textBox_RCB_battery_outT.Size = new System.Drawing.Size(100, 25);
  785. this.textBox_RCB_battery_outT.TabIndex = 28;
  786. //
  787. // label12
  788. //
  789. this.label12.AutoSize = true;
  790. this.label12.Location = new System.Drawing.Point(19, 198);
  791. this.label12.Name = "label12";
  792. this.label12.Size = new System.Drawing.Size(97, 15);
  793. this.label12.TabIndex = 27;
  794. this.label12.Text = "电池进水温度";
  795. //
  796. // textBox_RCB_battery_inT
  797. //
  798. this.textBox_RCB_battery_inT.BackColor = System.Drawing.SystemColors.Window;
  799. this.textBox_RCB_battery_inT.Location = new System.Drawing.Point(132, 198);
  800. this.textBox_RCB_battery_inT.Name = "textBox_RCB_battery_inT";
  801. this.textBox_RCB_battery_inT.ReadOnly = true;
  802. this.textBox_RCB_battery_inT.Size = new System.Drawing.Size(100, 25);
  803. this.textBox_RCB_battery_inT.TabIndex = 26;
  804. //
  805. // label11
  806. //
  807. this.label11.AutoSize = true;
  808. this.label11.Location = new System.Drawing.Point(514, 79);
  809. this.label11.Name = "label11";
  810. this.label11.Size = new System.Drawing.Size(97, 15);
  811. this.label11.TabIndex = 25;
  812. this.label11.Text = "电池最低温度";
  813. //
  814. // textBox_RCB_modTMin
  815. //
  816. this.textBox_RCB_modTMin.BackColor = System.Drawing.SystemColors.Window;
  817. this.textBox_RCB_modTMin.Location = new System.Drawing.Point(645, 79);
  818. this.textBox_RCB_modTMin.Name = "textBox_RCB_modTMin";
  819. this.textBox_RCB_modTMin.ReadOnly = true;
  820. this.textBox_RCB_modTMin.Size = new System.Drawing.Size(100, 25);
  821. this.textBox_RCB_modTMin.TabIndex = 24;
  822. //
  823. // label8
  824. //
  825. this.label8.AutoSize = true;
  826. this.label8.Location = new System.Drawing.Point(259, 79);
  827. this.label8.Name = "label8";
  828. this.label8.Size = new System.Drawing.Size(97, 15);
  829. this.label8.TabIndex = 23;
  830. this.label8.Text = "电池最高温度";
  831. //
  832. // textBox_RCB_modTMax
  833. //
  834. this.textBox_RCB_modTMax.BackColor = System.Drawing.SystemColors.Window;
  835. this.textBox_RCB_modTMax.Location = new System.Drawing.Point(385, 79);
  836. this.textBox_RCB_modTMax.Name = "textBox_RCB_modTMax";
  837. this.textBox_RCB_modTMax.ReadOnly = true;
  838. this.textBox_RCB_modTMax.Size = new System.Drawing.Size(100, 25);
  839. this.textBox_RCB_modTMax.TabIndex = 22;
  840. //
  841. // label5
  842. //
  843. this.label5.AutoSize = true;
  844. this.label5.Location = new System.Drawing.Point(769, 119);
  845. this.label5.Name = "label5";
  846. this.label5.Size = new System.Drawing.Size(67, 15);
  847. this.label5.TabIndex = 19;
  848. this.label5.Text = "水泵转速";
  849. //
  850. // label6
  851. //
  852. this.label6.AutoSize = true;
  853. this.label6.Location = new System.Drawing.Point(259, 159);
  854. this.label6.Name = "label6";
  855. this.label6.Size = new System.Drawing.Size(61, 15);
  856. this.label6.TabIndex = 17;
  857. this.label6.Text = "PTC功率";
  858. //
  859. // label7
  860. //
  861. this.label7.AutoSize = true;
  862. this.label7.Location = new System.Drawing.Point(514, 119);
  863. this.label7.Name = "label7";
  864. this.label7.Size = new System.Drawing.Size(97, 15);
  865. this.label7.TabIndex = 15;
  866. this.label7.Text = "换热器三通阀";
  867. //
  868. // label10
  869. //
  870. this.label10.AutoSize = true;
  871. this.label10.Location = new System.Drawing.Point(259, 119);
  872. this.label10.Name = "label10";
  873. this.label10.Size = new System.Drawing.Size(97, 15);
  874. this.label10.TabIndex = 11;
  875. this.label10.Text = "散热器三通阀";
  876. //
  877. // timer_send
  878. //
  879. this.timer_send.Tick += new System.EventHandler(this.timer_send_Tick);
  880. //
  881. // numericUpDown_ExThreeSet
  882. //
  883. this.numericUpDown_ExThreeSet.Location = new System.Drawing.Point(385, 89);
  884. this.numericUpDown_ExThreeSet.Maximum = new decimal(new int[] {
  885. 180,
  886. 0,
  887. 0,
  888. 0});
  889. this.numericUpDown_ExThreeSet.Name = "numericUpDown_ExThreeSet";
  890. this.numericUpDown_ExThreeSet.Size = new System.Drawing.Size(120, 25);
  891. this.numericUpDown_ExThreeSet.TabIndex = 82;
  892. //
  893. // numericUpDown_FanSpeedEnable
  894. //
  895. this.numericUpDown_FanSpeedEnable.Location = new System.Drawing.Point(385, 140);
  896. this.numericUpDown_FanSpeedEnable.Name = "numericUpDown_FanSpeedEnable";
  897. this.numericUpDown_FanSpeedEnable.Size = new System.Drawing.Size(120, 25);
  898. this.numericUpDown_FanSpeedEnable.TabIndex = 83;
  899. //
  900. // numericUpDown_PTC_ControlEnable
  901. //
  902. this.numericUpDown_PTC_ControlEnable.Location = new System.Drawing.Point(641, 87);
  903. this.numericUpDown_PTC_ControlEnable.Name = "numericUpDown_PTC_ControlEnable";
  904. this.numericUpDown_PTC_ControlEnable.Size = new System.Drawing.Size(120, 25);
  905. this.numericUpDown_PTC_ControlEnable.TabIndex = 84;
  906. //
  907. // numericUpDown_WaPuSpConEnable
  908. //
  909. this.numericUpDown_WaPuSpConEnable.Location = new System.Drawing.Point(867, 87);
  910. this.numericUpDown_WaPuSpConEnable.Name = "numericUpDown_WaPuSpConEnable";
  911. this.numericUpDown_WaPuSpConEnable.Size = new System.Drawing.Size(120, 25);
  912. this.numericUpDown_WaPuSpConEnable.TabIndex = 85;
  913. //
  914. // numericUpDown_RaThreeSet
  915. //
  916. this.numericUpDown_RaThreeSet.Location = new System.Drawing.Point(130, 87);
  917. this.numericUpDown_RaThreeSet.Maximum = new decimal(new int[] {
  918. 180,
  919. 0,
  920. 0,
  921. 0});
  922. this.numericUpDown_RaThreeSet.Name = "numericUpDown_RaThreeSet";
  923. this.numericUpDown_RaThreeSet.Size = new System.Drawing.Size(120, 25);
  924. this.numericUpDown_RaThreeSet.TabIndex = 86;
  925. //
  926. // Form1
  927. //
  928. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  929. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  930. this.ClientSize = new System.Drawing.Size(1057, 711);
  931. this.Controls.Add(this.信息);
  932. this.Controls.Add(this.手动控制);
  933. this.Controls.Add(this.groupBox1);
  934. this.Name = "Form1";
  935. this.Text = "鄂尔多斯热管理上位机";
  936. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
  937. this.Load += new System.EventHandler(this.Form1_Load);
  938. this.groupBox1.ResumeLayout(false);
  939. this.groupBox1.PerformLayout();
  940. this.手动控制.ResumeLayout(false);
  941. this.手动控制.PerformLayout();
  942. this.信息.ResumeLayout(false);
  943. this.信息.PerformLayout();
  944. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ExThreeSet)).EndInit();
  945. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_FanSpeedEnable)).EndInit();
  946. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_PTC_ControlEnable)).EndInit();
  947. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_WaPuSpConEnable)).EndInit();
  948. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_RaThreeSet)).EndInit();
  949. this.ResumeLayout(false);
  950. }
  951. #endregion
  952. private System.Windows.Forms.GroupBox groupBox1;
  953. private System.Windows.Forms.ComboBox comboBox_devtype;
  954. private System.Windows.Forms.Label label4;
  955. private System.Windows.Forms.Label label3;
  956. private System.Windows.Forms.Label 设备索引号;
  957. private System.Windows.Forms.Label label_CanName;
  958. private System.Windows.Forms.Button button_StartCAN;
  959. private System.Windows.Forms.ComboBox comboBox_BoardIndex;
  960. private System.Windows.Forms.ComboBox comboBox_CANIndex;
  961. private System.Windows.Forms.ComboBox comboBox_DeviceIndex;
  962. private System.Windows.Forms.ComboBox comboBox_MsgType;
  963. private System.Windows.Forms.Label label9;
  964. private System.Windows.Forms.Timer timer_rec;
  965. private System.Windows.Forms.GroupBox 手动控制;
  966. private System.Windows.Forms.Label label31;
  967. private System.Windows.Forms.Label label28;
  968. private System.Windows.Forms.Label label17;
  969. private System.Windows.Forms.Label label2;
  970. private System.Windows.Forms.Label label1;
  971. private System.Windows.Forms.GroupBox 信息;
  972. private System.Windows.Forms.TextBox textBox_RCB_pump;
  973. private System.Windows.Forms.TextBox textBox_RCB_PTC;
  974. private System.Windows.Forms.Label label19;
  975. private System.Windows.Forms.TextBox textBox_RCB_flowmeter2;
  976. private System.Windows.Forms.Label label20;
  977. private System.Windows.Forms.TextBox textBox_RCB_flowmeter1;
  978. private System.Windows.Forms.Label label21;
  979. private System.Windows.Forms.TextBox textBox_RCB_EvT;
  980. private System.Windows.Forms.Label label22;
  981. private System.Windows.Forms.TextBox textBox_RCB_HE_outT;
  982. private System.Windows.Forms.Label label14;
  983. private System.Windows.Forms.TextBox textBox_RCB_rad_outT;
  984. private System.Windows.Forms.Label label15;
  985. private System.Windows.Forms.TextBox textBox_RCB_motor_outT;
  986. private System.Windows.Forms.Label label16;
  987. private System.Windows.Forms.TextBox textBox_RCB_pdu_outT;
  988. private System.Windows.Forms.Label label18;
  989. private System.Windows.Forms.TextBox textBox_RCB_pdu_inT;
  990. private System.Windows.Forms.Label label13;
  991. private System.Windows.Forms.TextBox textBox_RCB_battery_outT;
  992. private System.Windows.Forms.Label label12;
  993. private System.Windows.Forms.TextBox textBox_RCB_battery_inT;
  994. private System.Windows.Forms.Label label11;
  995. private System.Windows.Forms.TextBox textBox_RCB_modTMin;
  996. private System.Windows.Forms.Label label8;
  997. private System.Windows.Forms.TextBox textBox_RCB_modTMax;
  998. private System.Windows.Forms.Label label5;
  999. private System.Windows.Forms.Label label6;
  1000. private System.Windows.Forms.Label label7;
  1001. private System.Windows.Forms.Label label10;
  1002. private System.Windows.Forms.ComboBox comboBox_HandControlEnable;
  1003. private System.Windows.Forms.ComboBox comboBox_RelayControlEnable;
  1004. private System.Windows.Forms.Label label23;
  1005. private System.Windows.Forms.Label label24;
  1006. private System.Windows.Forms.Timer timer_send;
  1007. private System.Windows.Forms.TextBox textBox_RCB_bypass_HE;
  1008. private System.Windows.Forms.TextBox textBox_RCB_bypass_rad;
  1009. private System.Windows.Forms.Label label26;
  1010. private System.Windows.Forms.TextBox textBox_RCB_fan;
  1011. private System.Windows.Forms.Label label25;
  1012. private System.Windows.Forms.Label label32;
  1013. private System.Windows.Forms.TextBox textBox_RCB_battSt;
  1014. private System.Windows.Forms.Label label30;
  1015. private System.Windows.Forms.TextBox textBox_RCB_battU;
  1016. private System.Windows.Forms.Label label29;
  1017. private System.Windows.Forms.TextBox textBox_RCB_fltCode;
  1018. private System.Windows.Forms.Label label27;
  1019. private System.Windows.Forms.TextBox textBox_RCB_battCurr;
  1020. private System.Windows.Forms.TextBox textBox_RCB_relay;
  1021. private System.Windows.Forms.ComboBox comboBox_UC_TMSMod;
  1022. private System.Windows.Forms.Label label33;
  1023. private System.Windows.Forms.Label label35;
  1024. private System.Windows.Forms.TextBox textBox_RCB_SOC;
  1025. private System.Windows.Forms.Label label34;
  1026. private System.Windows.Forms.TextBox textBox_RCB_TMSMod;
  1027. private System.Windows.Forms.NumericUpDown numericUpDown_WaPuSpConEnable;
  1028. private System.Windows.Forms.NumericUpDown numericUpDown_PTC_ControlEnable;
  1029. private System.Windows.Forms.NumericUpDown numericUpDown_FanSpeedEnable;
  1030. private System.Windows.Forms.NumericUpDown numericUpDown_ExThreeSet;
  1031. private System.Windows.Forms.NumericUpDown numericUpDown_RaThreeSet;
  1032. }
  1033. }