12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040 |
- namespace WindowsFormsApplication1
- {
- partial class Form1
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.comboBox_MsgType = new System.Windows.Forms.ComboBox();
- this.label9 = new System.Windows.Forms.Label();
- this.button_StartCAN = new System.Windows.Forms.Button();
- this.comboBox_BoardIndex = new System.Windows.Forms.ComboBox();
- this.comboBox_CANIndex = new System.Windows.Forms.ComboBox();
- this.comboBox_DeviceIndex = new System.Windows.Forms.ComboBox();
- this.comboBox_devtype = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.设备索引号 = new System.Windows.Forms.Label();
- this.label_CanName = new System.Windows.Forms.Label();
- this.timer_rec = new System.Windows.Forms.Timer(this.components);
- this.手动控制 = new System.Windows.Forms.GroupBox();
- this.comboBox_UC_TMSMod = new System.Windows.Forms.ComboBox();
- this.label33 = new System.Windows.Forms.Label();
- this.label24 = new System.Windows.Forms.Label();
- this.comboBox_RelayControlEnable = new System.Windows.Forms.ComboBox();
- this.label23 = new System.Windows.Forms.Label();
- this.label31 = new System.Windows.Forms.Label();
- this.label28 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.comboBox_HandControlEnable = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.信息 = new System.Windows.Forms.GroupBox();
- this.label35 = new System.Windows.Forms.Label();
- this.textBox_RCB_SOC = new System.Windows.Forms.TextBox();
- this.label34 = new System.Windows.Forms.Label();
- this.textBox_RCB_TMSMod = new System.Windows.Forms.TextBox();
- this.textBox_RCB_relay = new System.Windows.Forms.TextBox();
- this.label32 = new System.Windows.Forms.Label();
- this.textBox_RCB_battSt = new System.Windows.Forms.TextBox();
- this.label30 = new System.Windows.Forms.Label();
- this.textBox_RCB_battU = new System.Windows.Forms.TextBox();
- this.label29 = new System.Windows.Forms.Label();
- this.textBox_RCB_fltCode = new System.Windows.Forms.TextBox();
- this.label27 = new System.Windows.Forms.Label();
- this.textBox_RCB_battCurr = new System.Windows.Forms.TextBox();
- this.label26 = new System.Windows.Forms.Label();
- this.textBox_RCB_fan = new System.Windows.Forms.TextBox();
- this.label25 = new System.Windows.Forms.Label();
- this.textBox_RCB_bypass_HE = new System.Windows.Forms.TextBox();
- this.textBox_RCB_bypass_rad = new System.Windows.Forms.TextBox();
- this.textBox_RCB_pump = new System.Windows.Forms.TextBox();
- this.textBox_RCB_PTC = new System.Windows.Forms.TextBox();
- this.label19 = new System.Windows.Forms.Label();
- this.textBox_RCB_flowmeter2 = new System.Windows.Forms.TextBox();
- this.label20 = new System.Windows.Forms.Label();
- this.textBox_RCB_flowmeter1 = new System.Windows.Forms.TextBox();
- this.label21 = new System.Windows.Forms.Label();
- this.textBox_RCB_EvT = new System.Windows.Forms.TextBox();
- this.label22 = new System.Windows.Forms.Label();
- this.textBox_RCB_HE_outT = new System.Windows.Forms.TextBox();
- this.label14 = new System.Windows.Forms.Label();
- this.textBox_RCB_rad_outT = new System.Windows.Forms.TextBox();
- this.label15 = new System.Windows.Forms.Label();
- this.textBox_RCB_motor_outT = new System.Windows.Forms.TextBox();
- this.label16 = new System.Windows.Forms.Label();
- this.textBox_RCB_pdu_outT = new System.Windows.Forms.TextBox();
- this.label18 = new System.Windows.Forms.Label();
- this.textBox_RCB_pdu_inT = new System.Windows.Forms.TextBox();
- this.label13 = new System.Windows.Forms.Label();
- this.textBox_RCB_battery_outT = new System.Windows.Forms.TextBox();
- this.label12 = new System.Windows.Forms.Label();
- this.textBox_RCB_battery_inT = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.textBox_RCB_modTMin = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.textBox_RCB_modTMax = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.timer_send = new System.Windows.Forms.Timer(this.components);
- this.numericUpDown_ExThreeSet = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown_FanSpeedEnable = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown_PTC_ControlEnable = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown_WaPuSpConEnable = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown_RaThreeSet = new System.Windows.Forms.NumericUpDown();
- this.groupBox1.SuspendLayout();
- this.手动控制.SuspendLayout();
- this.信息.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ExThreeSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_FanSpeedEnable)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_PTC_ControlEnable)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_WaPuSpConEnable)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_RaThreeSet)).BeginInit();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.comboBox_MsgType);
- this.groupBox1.Controls.Add(this.label9);
- this.groupBox1.Controls.Add(this.button_StartCAN);
- this.groupBox1.Controls.Add(this.comboBox_BoardIndex);
- this.groupBox1.Controls.Add(this.comboBox_CANIndex);
- this.groupBox1.Controls.Add(this.comboBox_DeviceIndex);
- this.groupBox1.Controls.Add(this.comboBox_devtype);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.设备索引号);
- this.groupBox1.Controls.Add(this.label_CanName);
- this.groupBox1.Location = new System.Drawing.Point(12, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(1001, 116);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "设备";
- //
- // comboBox_MsgType
- //
- this.comboBox_MsgType.FormattingEnabled = true;
- this.comboBox_MsgType.Items.AddRange(new object[] {
- "标准帧",
- "扩展帧"});
- this.comboBox_MsgType.Location = new System.Drawing.Point(776, 30);
- this.comboBox_MsgType.Name = "comboBox_MsgType";
- this.comboBox_MsgType.Size = new System.Drawing.Size(100, 23);
- this.comboBox_MsgType.TabIndex = 10;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(709, 30);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(52, 15);
- this.label9.TabIndex = 9;
- this.label9.Text = "帧类型";
- //
- // button_StartCAN
- //
- this.button_StartCAN.Location = new System.Drawing.Point(258, 79);
- this.button_StartCAN.Name = "button_StartCAN";
- this.button_StartCAN.Size = new System.Drawing.Size(100, 25);
- this.button_StartCAN.TabIndex = 8;
- this.button_StartCAN.Text = "启动";
- this.button_StartCAN.UseVisualStyleBackColor = true;
- this.button_StartCAN.Click += new System.EventHandler(this.button_StartCAN_Click);
- //
- // comboBox_BoardIndex
- //
- this.comboBox_BoardIndex.FormattingEnabled = true;
- this.comboBox_BoardIndex.Items.AddRange(new object[] {
- "250K",
- "500K"});
- this.comboBox_BoardIndex.Location = new System.Drawing.Point(92, 81);
- this.comboBox_BoardIndex.Name = "comboBox_BoardIndex";
- this.comboBox_BoardIndex.Size = new System.Drawing.Size(100, 23);
- this.comboBox_BoardIndex.TabIndex = 7;
- //
- // comboBox_CANIndex
- //
- this.comboBox_CANIndex.FormattingEnabled = true;
- this.comboBox_CANIndex.Items.AddRange(new object[] {
- "0",
- "1"});
- this.comboBox_CANIndex.Location = new System.Drawing.Point(570, 30);
- this.comboBox_CANIndex.Name = "comboBox_CANIndex";
- this.comboBox_CANIndex.Size = new System.Drawing.Size(100, 23);
- this.comboBox_CANIndex.TabIndex = 6;
- //
- // comboBox_DeviceIndex
- //
- this.comboBox_DeviceIndex.FormattingEnabled = true;
- this.comboBox_DeviceIndex.Items.AddRange(new object[] {
- "1",
- "2",
- "3",
- "4"});
- this.comboBox_DeviceIndex.Location = new System.Drawing.Point(348, 30);
- this.comboBox_DeviceIndex.Name = "comboBox_DeviceIndex";
- this.comboBox_DeviceIndex.Size = new System.Drawing.Size(100, 23);
- this.comboBox_DeviceIndex.TabIndex = 5;
- //
- // comboBox_devtype
- //
- this.comboBox_devtype.FormattingEnabled = true;
- this.comboBox_devtype.Location = new System.Drawing.Point(92, 30);
- this.comboBox_devtype.Name = "comboBox_devtype";
- this.comboBox_devtype.Size = new System.Drawing.Size(100, 23);
- this.comboBox_devtype.TabIndex = 1;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(19, 79);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(52, 15);
- this.label4.TabIndex = 4;
- this.label4.Text = "波特率";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(503, 30);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(61, 15);
- this.label3.TabIndex = 3;
- this.label3.Text = "CAN通道";
- //
- // 设备索引号
- //
- this.设备索引号.AutoSize = true;
- this.设备索引号.Location = new System.Drawing.Point(256, 30);
- this.设备索引号.Name = "设备索引号";
- this.设备索引号.Size = new System.Drawing.Size(82, 15);
- this.设备索引号.TabIndex = 2;
- this.设备索引号.Text = "设备索引号";
- //
- // label_CanName
- //
- this.label_CanName.AutoSize = true;
- this.label_CanName.Location = new System.Drawing.Point(19, 30);
- this.label_CanName.Name = "label_CanName";
- this.label_CanName.Size = new System.Drawing.Size(67, 15);
- this.label_CanName.TabIndex = 1;
- this.label_CanName.Text = "设备名称";
- //
- // timer_rec
- //
- this.timer_rec.Interval = 10;
- this.timer_rec.Tick += new System.EventHandler(this.timer_rec_Tick);
- //
- // 手动控制
- //
- this.手动控制.Controls.Add(this.numericUpDown_RaThreeSet);
- this.手动控制.Controls.Add(this.numericUpDown_WaPuSpConEnable);
- this.手动控制.Controls.Add(this.numericUpDown_PTC_ControlEnable);
- this.手动控制.Controls.Add(this.numericUpDown_FanSpeedEnable);
- this.手动控制.Controls.Add(this.numericUpDown_ExThreeSet);
- this.手动控制.Controls.Add(this.comboBox_UC_TMSMod);
- this.手动控制.Controls.Add(this.label33);
- this.手动控制.Controls.Add(this.label24);
- this.手动控制.Controls.Add(this.comboBox_RelayControlEnable);
- this.手动控制.Controls.Add(this.label23);
- this.手动控制.Controls.Add(this.label31);
- this.手动控制.Controls.Add(this.label28);
- this.手动控制.Controls.Add(this.label17);
- this.手动控制.Controls.Add(this.label2);
- this.手动控制.Controls.Add(this.comboBox_HandControlEnable);
- this.手动控制.Controls.Add(this.label1);
- this.手动控制.Location = new System.Drawing.Point(12, 134);
- this.手动控制.Name = "手动控制";
- this.手动控制.Size = new System.Drawing.Size(1001, 173);
- this.手动控制.TabIndex = 10;
- this.手动控制.TabStop = false;
- this.手动控制.Text = "控制";
- //
- // comboBox_UC_TMSMod
- //
- this.comboBox_UC_TMSMod.FormattingEnabled = true;
- this.comboBox_UC_TMSMod.Items.AddRange(new object[] {
- "关机模式",
- "制冷模式",
- "制热模式",
- "自循环模式"});
- this.comboBox_UC_TMSMod.Location = new System.Drawing.Point(130, 142);
- this.comboBox_UC_TMSMod.Name = "comboBox_UC_TMSMod";
- this.comboBox_UC_TMSMod.Size = new System.Drawing.Size(100, 23);
- this.comboBox_UC_TMSMod.TabIndex = 56;
- this.comboBox_UC_TMSMod.Text = "关机模式";
- //
- // label33
- //
- this.label33.AutoSize = true;
- this.label33.Location = new System.Drawing.Point(19, 142);
- this.label33.Name = "label33";
- this.label33.Size = new System.Drawing.Size(61, 15);
- this.label33.TabIndex = 55;
- this.label33.Text = "TMS模式";
- //
- // label24
- //
- this.label24.AutoSize = true;
- this.label24.Location = new System.Drawing.Point(259, 142);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(97, 15);
- this.label24.TabIndex = 51;
- this.label24.Text = "风扇转速控制";
- //
- // comboBox_RelayControlEnable
- //
- this.comboBox_RelayControlEnable.FormattingEnabled = true;
- this.comboBox_RelayControlEnable.Items.AddRange(new object[] {
- "关",
- "开"});
- this.comboBox_RelayControlEnable.Location = new System.Drawing.Point(385, 36);
- this.comboBox_RelayControlEnable.Name = "comboBox_RelayControlEnable";
- this.comboBox_RelayControlEnable.Size = new System.Drawing.Size(100, 23);
- this.comboBox_RelayControlEnable.TabIndex = 50;
- this.comboBox_RelayControlEnable.Text = "关";
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.Location = new System.Drawing.Point(259, 36);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(82, 15);
- this.label23.TabIndex = 49;
- this.label23.Text = "继电器控制";
- //
- // label31
- //
- this.label31.AutoSize = true;
- this.label31.Location = new System.Drawing.Point(769, 89);
- this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(97, 15);
- this.label31.TabIndex = 19;
- this.label31.Text = "水泵转速控制";
- //
- // label28
- //
- this.label28.AutoSize = true;
- this.label28.Location = new System.Drawing.Point(514, 89);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(91, 15);
- this.label28.TabIndex = 17;
- this.label28.Text = "PTC功率控制";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Location = new System.Drawing.Point(259, 89);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(97, 15);
- this.label17.TabIndex = 15;
- this.label17.Text = "换热器三通阀";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(19, 36);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(67, 15);
- this.label2.TabIndex = 13;
- this.label2.Text = "手动控制";
- //
- // comboBox_HandControlEnable
- //
- this.comboBox_HandControlEnable.FormattingEnabled = true;
- this.comboBox_HandControlEnable.Items.AddRange(new object[] {
- "不使能",
- "使能"});
- this.comboBox_HandControlEnable.Location = new System.Drawing.Point(130, 36);
- this.comboBox_HandControlEnable.Name = "comboBox_HandControlEnable";
- this.comboBox_HandControlEnable.Size = new System.Drawing.Size(100, 23);
- this.comboBox_HandControlEnable.TabIndex = 12;
- this.comboBox_HandControlEnable.Text = "不使能";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(19, 89);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(97, 15);
- this.label1.TabIndex = 11;
- this.label1.Text = "散热器三通阀";
- //
- // 信息
- //
- this.信息.Controls.Add(this.label35);
- this.信息.Controls.Add(this.textBox_RCB_SOC);
- this.信息.Controls.Add(this.label34);
- this.信息.Controls.Add(this.textBox_RCB_TMSMod);
- this.信息.Controls.Add(this.textBox_RCB_relay);
- this.信息.Controls.Add(this.label32);
- this.信息.Controls.Add(this.textBox_RCB_battSt);
- this.信息.Controls.Add(this.label30);
- this.信息.Controls.Add(this.textBox_RCB_battU);
- this.信息.Controls.Add(this.label29);
- this.信息.Controls.Add(this.textBox_RCB_fltCode);
- this.信息.Controls.Add(this.label27);
- this.信息.Controls.Add(this.textBox_RCB_battCurr);
- this.信息.Controls.Add(this.label26);
- this.信息.Controls.Add(this.textBox_RCB_fan);
- this.信息.Controls.Add(this.label25);
- this.信息.Controls.Add(this.textBox_RCB_bypass_HE);
- this.信息.Controls.Add(this.textBox_RCB_bypass_rad);
- this.信息.Controls.Add(this.textBox_RCB_pump);
- this.信息.Controls.Add(this.textBox_RCB_PTC);
- this.信息.Controls.Add(this.label19);
- this.信息.Controls.Add(this.textBox_RCB_flowmeter2);
- this.信息.Controls.Add(this.label20);
- this.信息.Controls.Add(this.textBox_RCB_flowmeter1);
- this.信息.Controls.Add(this.label21);
- this.信息.Controls.Add(this.textBox_RCB_EvT);
- this.信息.Controls.Add(this.label22);
- this.信息.Controls.Add(this.textBox_RCB_HE_outT);
- this.信息.Controls.Add(this.label14);
- this.信息.Controls.Add(this.textBox_RCB_rad_outT);
- this.信息.Controls.Add(this.label15);
- this.信息.Controls.Add(this.textBox_RCB_motor_outT);
- this.信息.Controls.Add(this.label16);
- this.信息.Controls.Add(this.textBox_RCB_pdu_outT);
- this.信息.Controls.Add(this.label18);
- this.信息.Controls.Add(this.textBox_RCB_pdu_inT);
- this.信息.Controls.Add(this.label13);
- this.信息.Controls.Add(this.textBox_RCB_battery_outT);
- this.信息.Controls.Add(this.label12);
- this.信息.Controls.Add(this.textBox_RCB_battery_inT);
- this.信息.Controls.Add(this.label11);
- this.信息.Controls.Add(this.textBox_RCB_modTMin);
- this.信息.Controls.Add(this.label8);
- this.信息.Controls.Add(this.textBox_RCB_modTMax);
- this.信息.Controls.Add(this.label5);
- this.信息.Controls.Add(this.label6);
- this.信息.Controls.Add(this.label7);
- this.信息.Controls.Add(this.label10);
- this.信息.Location = new System.Drawing.Point(12, 313);
- this.信息.Name = "信息";
- this.信息.Size = new System.Drawing.Size(1001, 386);
- this.信息.TabIndex = 21;
- this.信息.TabStop = false;
- this.信息.Text = "信息";
- //
- // label35
- //
- this.label35.AutoSize = true;
- this.label35.Location = new System.Drawing.Point(19, 79);
- this.label35.Name = "label35";
- this.label35.Size = new System.Drawing.Size(61, 15);
- this.label35.TabIndex = 81;
- this.label35.Text = "电池SOC";
- //
- // textBox_RCB_SOC
- //
- this.textBox_RCB_SOC.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_SOC.Location = new System.Drawing.Point(130, 79);
- this.textBox_RCB_SOC.Name = "textBox_RCB_SOC";
- this.textBox_RCB_SOC.ReadOnly = true;
- this.textBox_RCB_SOC.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_SOC.TabIndex = 80;
- //
- // label34
- //
- this.label34.AutoSize = true;
- this.label34.Location = new System.Drawing.Point(514, 159);
- this.label34.Name = "label34";
- this.label34.Size = new System.Drawing.Size(61, 15);
- this.label34.TabIndex = 79;
- this.label34.Text = "TMS模式";
- //
- // textBox_RCB_TMSMod
- //
- this.textBox_RCB_TMSMod.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_TMSMod.Location = new System.Drawing.Point(645, 159);
- this.textBox_RCB_TMSMod.Name = "textBox_RCB_TMSMod";
- this.textBox_RCB_TMSMod.ReadOnly = true;
- this.textBox_RCB_TMSMod.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_TMSMod.TabIndex = 78;
- //
- // textBox_RCB_relay
- //
- this.textBox_RCB_relay.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_relay.Location = new System.Drawing.Point(132, 119);
- this.textBox_RCB_relay.Name = "textBox_RCB_relay";
- this.textBox_RCB_relay.ReadOnly = true;
- this.textBox_RCB_relay.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_relay.TabIndex = 77;
- //
- // label32
- //
- this.label32.AutoSize = true;
- this.label32.Location = new System.Drawing.Point(769, 39);
- this.label32.Name = "label32";
- this.label32.Size = new System.Drawing.Size(82, 15);
- this.label32.TabIndex = 68;
- this.label32.Text = "电池包状态";
- //
- // textBox_RCB_battSt
- //
- this.textBox_RCB_battSt.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_battSt.Location = new System.Drawing.Point(887, 39);
- this.textBox_RCB_battSt.Name = "textBox_RCB_battSt";
- this.textBox_RCB_battSt.ReadOnly = true;
- this.textBox_RCB_battSt.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_battSt.TabIndex = 67;
- //
- // label30
- //
- this.label30.AutoSize = true;
- this.label30.Location = new System.Drawing.Point(19, 39);
- this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(82, 15);
- this.label30.TabIndex = 66;
- this.label30.Text = "电池包电压";
- //
- // textBox_RCB_battU
- //
- this.textBox_RCB_battU.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_battU.Location = new System.Drawing.Point(130, 39);
- this.textBox_RCB_battU.Name = "textBox_RCB_battU";
- this.textBox_RCB_battU.ReadOnly = true;
- this.textBox_RCB_battU.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_battU.TabIndex = 65;
- //
- // label29
- //
- this.label29.AutoSize = true;
- this.label29.Location = new System.Drawing.Point(514, 39);
- this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(97, 15);
- this.label29.TabIndex = 64;
- this.label29.Text = "电池包故障码";
- //
- // textBox_RCB_fltCode
- //
- this.textBox_RCB_fltCode.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_fltCode.Location = new System.Drawing.Point(645, 39);
- this.textBox_RCB_fltCode.Name = "textBox_RCB_fltCode";
- this.textBox_RCB_fltCode.ReadOnly = true;
- this.textBox_RCB_fltCode.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_fltCode.TabIndex = 63;
- //
- // label27
- //
- this.label27.AutoSize = true;
- this.label27.Location = new System.Drawing.Point(259, 39);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(82, 15);
- this.label27.TabIndex = 62;
- this.label27.Text = "电池包电流";
- //
- // textBox_RCB_battCurr
- //
- this.textBox_RCB_battCurr.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_battCurr.Location = new System.Drawing.Point(385, 39);
- this.textBox_RCB_battCurr.Name = "textBox_RCB_battCurr";
- this.textBox_RCB_battCurr.ReadOnly = true;
- this.textBox_RCB_battCurr.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_battCurr.TabIndex = 61;
- //
- // label26
- //
- this.label26.AutoSize = true;
- this.label26.Location = new System.Drawing.Point(19, 159);
- this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(67, 15);
- this.label26.TabIndex = 60;
- this.label26.Text = "风扇转速";
- //
- // textBox_RCB_fan
- //
- this.textBox_RCB_fan.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_fan.Location = new System.Drawing.Point(132, 159);
- this.textBox_RCB_fan.Name = "textBox_RCB_fan";
- this.textBox_RCB_fan.ReadOnly = true;
- this.textBox_RCB_fan.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_fan.TabIndex = 59;
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.Location = new System.Drawing.Point(19, 119);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(82, 15);
- this.label25.TabIndex = 57;
- this.label25.Text = "继电器状态";
- //
- // textBox_RCB_bypass_HE
- //
- this.textBox_RCB_bypass_HE.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_bypass_HE.Location = new System.Drawing.Point(645, 119);
- this.textBox_RCB_bypass_HE.Name = "textBox_RCB_bypass_HE";
- this.textBox_RCB_bypass_HE.ReadOnly = true;
- this.textBox_RCB_bypass_HE.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_bypass_HE.TabIndex = 56;
- //
- // textBox_RCB_bypass_rad
- //
- this.textBox_RCB_bypass_rad.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_bypass_rad.Location = new System.Drawing.Point(385, 119);
- this.textBox_RCB_bypass_rad.Name = "textBox_RCB_bypass_rad";
- this.textBox_RCB_bypass_rad.ReadOnly = true;
- this.textBox_RCB_bypass_rad.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_bypass_rad.TabIndex = 55;
- //
- // textBox_RCB_pump
- //
- this.textBox_RCB_pump.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_pump.Location = new System.Drawing.Point(887, 119);
- this.textBox_RCB_pump.Name = "textBox_RCB_pump";
- this.textBox_RCB_pump.ReadOnly = true;
- this.textBox_RCB_pump.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_pump.TabIndex = 47;
- //
- // textBox_RCB_PTC
- //
- this.textBox_RCB_PTC.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_PTC.Location = new System.Drawing.Point(385, 159);
- this.textBox_RCB_PTC.Name = "textBox_RCB_PTC";
- this.textBox_RCB_PTC.ReadOnly = true;
- this.textBox_RCB_PTC.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_PTC.TabIndex = 46;
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.Location = new System.Drawing.Point(259, 279);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(60, 15);
- this.label19.TabIndex = 45;
- this.label19.Text = "流量计B";
- //
- // textBox_RCB_flowmeter2
- //
- this.textBox_RCB_flowmeter2.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_flowmeter2.Location = new System.Drawing.Point(385, 279);
- this.textBox_RCB_flowmeter2.Name = "textBox_RCB_flowmeter2";
- this.textBox_RCB_flowmeter2.ReadOnly = true;
- this.textBox_RCB_flowmeter2.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_flowmeter2.TabIndex = 44;
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.Location = new System.Drawing.Point(19, 279);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(60, 15);
- this.label20.TabIndex = 43;
- this.label20.Text = "流量计A";
- //
- // textBox_RCB_flowmeter1
- //
- this.textBox_RCB_flowmeter1.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_flowmeter1.Location = new System.Drawing.Point(132, 279);
- this.textBox_RCB_flowmeter1.Name = "textBox_RCB_flowmeter1";
- this.textBox_RCB_flowmeter1.ReadOnly = true;
- this.textBox_RCB_flowmeter1.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_flowmeter1.TabIndex = 42;
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.Location = new System.Drawing.Point(769, 239);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(67, 15);
- this.label21.TabIndex = 41;
- this.label21.Text = "环境温度";
- //
- // textBox_RCB_EvT
- //
- this.textBox_RCB_EvT.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_EvT.Location = new System.Drawing.Point(887, 239);
- this.textBox_RCB_EvT.Name = "textBox_RCB_EvT";
- this.textBox_RCB_EvT.ReadOnly = true;
- this.textBox_RCB_EvT.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_EvT.TabIndex = 40;
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.Location = new System.Drawing.Point(514, 239);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(112, 15);
- this.label22.TabIndex = 39;
- this.label22.Text = "换热器出水温度";
- //
- // textBox_RCB_HE_outT
- //
- this.textBox_RCB_HE_outT.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_HE_outT.Location = new System.Drawing.Point(645, 239);
- this.textBox_RCB_HE_outT.Name = "textBox_RCB_HE_outT";
- this.textBox_RCB_HE_outT.ReadOnly = true;
- this.textBox_RCB_HE_outT.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_HE_outT.TabIndex = 38;
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(259, 239);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(112, 15);
- this.label14.TabIndex = 37;
- this.label14.Text = "散热器出水温度";
- //
- // textBox_RCB_rad_outT
- //
- this.textBox_RCB_rad_outT.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_rad_outT.Location = new System.Drawing.Point(385, 239);
- this.textBox_RCB_rad_outT.Name = "textBox_RCB_rad_outT";
- this.textBox_RCB_rad_outT.ReadOnly = true;
- this.textBox_RCB_rad_outT.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_rad_outT.TabIndex = 36;
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(19, 239);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(97, 15);
- this.label15.TabIndex = 35;
- this.label15.Text = "电机出水温度";
- //
- // textBox_RCB_motor_outT
- //
- this.textBox_RCB_motor_outT.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_motor_outT.Location = new System.Drawing.Point(132, 239);
- this.textBox_RCB_motor_outT.Name = "textBox_RCB_motor_outT";
- this.textBox_RCB_motor_outT.ReadOnly = true;
- this.textBox_RCB_motor_outT.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_motor_outT.TabIndex = 34;
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Location = new System.Drawing.Point(769, 198);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(112, 15);
- this.label16.TabIndex = 33;
- this.label16.Text = "四合一出水温度";
- //
- // textBox_RCB_pdu_outT
- //
- this.textBox_RCB_pdu_outT.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_pdu_outT.Location = new System.Drawing.Point(887, 198);
- this.textBox_RCB_pdu_outT.Name = "textBox_RCB_pdu_outT";
- this.textBox_RCB_pdu_outT.ReadOnly = true;
- this.textBox_RCB_pdu_outT.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_pdu_outT.TabIndex = 32;
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.Location = new System.Drawing.Point(514, 198);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(112, 15);
- this.label18.TabIndex = 31;
- this.label18.Text = "四合一进水温度";
- //
- // textBox_RCB_pdu_inT
- //
- this.textBox_RCB_pdu_inT.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_pdu_inT.Location = new System.Drawing.Point(645, 198);
- this.textBox_RCB_pdu_inT.Name = "textBox_RCB_pdu_inT";
- this.textBox_RCB_pdu_inT.ReadOnly = true;
- this.textBox_RCB_pdu_inT.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_pdu_inT.TabIndex = 30;
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(259, 198);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(97, 15);
- this.label13.TabIndex = 29;
- this.label13.Text = "电池出水温度";
- //
- // textBox_RCB_battery_outT
- //
- this.textBox_RCB_battery_outT.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_battery_outT.Location = new System.Drawing.Point(385, 198);
- this.textBox_RCB_battery_outT.Name = "textBox_RCB_battery_outT";
- this.textBox_RCB_battery_outT.ReadOnly = true;
- this.textBox_RCB_battery_outT.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_battery_outT.TabIndex = 28;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(19, 198);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(97, 15);
- this.label12.TabIndex = 27;
- this.label12.Text = "电池进水温度";
- //
- // textBox_RCB_battery_inT
- //
- this.textBox_RCB_battery_inT.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_battery_inT.Location = new System.Drawing.Point(132, 198);
- this.textBox_RCB_battery_inT.Name = "textBox_RCB_battery_inT";
- this.textBox_RCB_battery_inT.ReadOnly = true;
- this.textBox_RCB_battery_inT.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_battery_inT.TabIndex = 26;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(514, 79);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(97, 15);
- this.label11.TabIndex = 25;
- this.label11.Text = "电池最低温度";
- //
- // textBox_RCB_modTMin
- //
- this.textBox_RCB_modTMin.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_modTMin.Location = new System.Drawing.Point(645, 79);
- this.textBox_RCB_modTMin.Name = "textBox_RCB_modTMin";
- this.textBox_RCB_modTMin.ReadOnly = true;
- this.textBox_RCB_modTMin.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_modTMin.TabIndex = 24;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(259, 79);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(97, 15);
- this.label8.TabIndex = 23;
- this.label8.Text = "电池最高温度";
- //
- // textBox_RCB_modTMax
- //
- this.textBox_RCB_modTMax.BackColor = System.Drawing.SystemColors.Window;
- this.textBox_RCB_modTMax.Location = new System.Drawing.Point(385, 79);
- this.textBox_RCB_modTMax.Name = "textBox_RCB_modTMax";
- this.textBox_RCB_modTMax.ReadOnly = true;
- this.textBox_RCB_modTMax.Size = new System.Drawing.Size(100, 25);
- this.textBox_RCB_modTMax.TabIndex = 22;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(769, 119);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(67, 15);
- this.label5.TabIndex = 19;
- this.label5.Text = "水泵转速";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(259, 159);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(61, 15);
- this.label6.TabIndex = 17;
- this.label6.Text = "PTC功率";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(514, 119);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(97, 15);
- this.label7.TabIndex = 15;
- this.label7.Text = "换热器三通阀";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(259, 119);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(97, 15);
- this.label10.TabIndex = 11;
- this.label10.Text = "散热器三通阀";
- //
- // timer_send
- //
- this.timer_send.Tick += new System.EventHandler(this.timer_send_Tick);
- //
- // numericUpDown_ExThreeSet
- //
- this.numericUpDown_ExThreeSet.Location = new System.Drawing.Point(385, 89);
- this.numericUpDown_ExThreeSet.Maximum = new decimal(new int[] {
- 180,
- 0,
- 0,
- 0});
- this.numericUpDown_ExThreeSet.Name = "numericUpDown_ExThreeSet";
- this.numericUpDown_ExThreeSet.Size = new System.Drawing.Size(120, 25);
- this.numericUpDown_ExThreeSet.TabIndex = 82;
- //
- // numericUpDown_FanSpeedEnable
- //
- this.numericUpDown_FanSpeedEnable.Location = new System.Drawing.Point(385, 140);
- this.numericUpDown_FanSpeedEnable.Name = "numericUpDown_FanSpeedEnable";
- this.numericUpDown_FanSpeedEnable.Size = new System.Drawing.Size(120, 25);
- this.numericUpDown_FanSpeedEnable.TabIndex = 83;
- //
- // numericUpDown_PTC_ControlEnable
- //
- this.numericUpDown_PTC_ControlEnable.Location = new System.Drawing.Point(641, 87);
- this.numericUpDown_PTC_ControlEnable.Name = "numericUpDown_PTC_ControlEnable";
- this.numericUpDown_PTC_ControlEnable.Size = new System.Drawing.Size(120, 25);
- this.numericUpDown_PTC_ControlEnable.TabIndex = 84;
- //
- // numericUpDown_WaPuSpConEnable
- //
- this.numericUpDown_WaPuSpConEnable.Location = new System.Drawing.Point(867, 87);
- this.numericUpDown_WaPuSpConEnable.Name = "numericUpDown_WaPuSpConEnable";
- this.numericUpDown_WaPuSpConEnable.Size = new System.Drawing.Size(120, 25);
- this.numericUpDown_WaPuSpConEnable.TabIndex = 85;
- //
- // numericUpDown_RaThreeSet
- //
- this.numericUpDown_RaThreeSet.Location = new System.Drawing.Point(130, 87);
- this.numericUpDown_RaThreeSet.Maximum = new decimal(new int[] {
- 180,
- 0,
- 0,
- 0});
- this.numericUpDown_RaThreeSet.Name = "numericUpDown_RaThreeSet";
- this.numericUpDown_RaThreeSet.Size = new System.Drawing.Size(120, 25);
- this.numericUpDown_RaThreeSet.TabIndex = 86;
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1057, 711);
- this.Controls.Add(this.信息);
- this.Controls.Add(this.手动控制);
- this.Controls.Add(this.groupBox1);
- this.Name = "Form1";
- this.Text = "鄂尔多斯热管理上位机";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
- this.Load += new System.EventHandler(this.Form1_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.手动控制.ResumeLayout(false);
- this.手动控制.PerformLayout();
- this.信息.ResumeLayout(false);
- this.信息.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ExThreeSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_FanSpeedEnable)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_PTC_ControlEnable)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_WaPuSpConEnable)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_RaThreeSet)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.ComboBox comboBox_devtype;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label 设备索引号;
- private System.Windows.Forms.Label label_CanName;
- private System.Windows.Forms.Button button_StartCAN;
- private System.Windows.Forms.ComboBox comboBox_BoardIndex;
- private System.Windows.Forms.ComboBox comboBox_CANIndex;
- private System.Windows.Forms.ComboBox comboBox_DeviceIndex;
- private System.Windows.Forms.ComboBox comboBox_MsgType;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Timer timer_rec;
- private System.Windows.Forms.GroupBox 手动控制;
- private System.Windows.Forms.Label label31;
- private System.Windows.Forms.Label label28;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.GroupBox 信息;
- private System.Windows.Forms.TextBox textBox_RCB_pump;
- private System.Windows.Forms.TextBox textBox_RCB_PTC;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.TextBox textBox_RCB_flowmeter2;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.TextBox textBox_RCB_flowmeter1;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.TextBox textBox_RCB_EvT;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.TextBox textBox_RCB_HE_outT;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.TextBox textBox_RCB_rad_outT;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.TextBox textBox_RCB_motor_outT;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.TextBox textBox_RCB_pdu_outT;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.TextBox textBox_RCB_pdu_inT;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.TextBox textBox_RCB_battery_outT;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.TextBox textBox_RCB_battery_inT;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.TextBox textBox_RCB_modTMin;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TextBox textBox_RCB_modTMax;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.ComboBox comboBox_HandControlEnable;
- private System.Windows.Forms.ComboBox comboBox_RelayControlEnable;
- private System.Windows.Forms.Label label23;
- private System.Windows.Forms.Label label24;
- private System.Windows.Forms.Timer timer_send;
- private System.Windows.Forms.TextBox textBox_RCB_bypass_HE;
- private System.Windows.Forms.TextBox textBox_RCB_bypass_rad;
- private System.Windows.Forms.Label label26;
- private System.Windows.Forms.TextBox textBox_RCB_fan;
- private System.Windows.Forms.Label label25;
- private System.Windows.Forms.Label label32;
- private System.Windows.Forms.TextBox textBox_RCB_battSt;
- private System.Windows.Forms.Label label30;
- private System.Windows.Forms.TextBox textBox_RCB_battU;
- private System.Windows.Forms.Label label29;
- private System.Windows.Forms.TextBox textBox_RCB_fltCode;
- private System.Windows.Forms.Label label27;
- private System.Windows.Forms.TextBox textBox_RCB_battCurr;
- private System.Windows.Forms.TextBox textBox_RCB_relay;
- private System.Windows.Forms.ComboBox comboBox_UC_TMSMod;
- private System.Windows.Forms.Label label33;
- private System.Windows.Forms.Label label35;
- private System.Windows.Forms.TextBox textBox_RCB_SOC;
- private System.Windows.Forms.Label label34;
- private System.Windows.Forms.TextBox textBox_RCB_TMSMod;
- private System.Windows.Forms.NumericUpDown numericUpDown_WaPuSpConEnable;
- private System.Windows.Forms.NumericUpDown numericUpDown_PTC_ControlEnable;
- private System.Windows.Forms.NumericUpDown numericUpDown_FanSpeedEnable;
- private System.Windows.Forms.NumericUpDown numericUpDown_ExThreeSet;
- private System.Windows.Forms.NumericUpDown numericUpDown_RaThreeSet;
- }
- }
|