add temp1, temp2
This commit is contained in:
@@ -466,9 +466,7 @@
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<None Include="sample.route">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="sample.route" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="ReadMe.txt" />
|
||||
|
||||
@@ -51,7 +51,7 @@ namespace Project.Dialog
|
||||
e.SuppressKeyPress = false;
|
||||
DialogResult = DialogResult.Cancel;
|
||||
this.Close();
|
||||
}
|
||||
}
|
||||
else if (e.KeyCode == Keys.F5)
|
||||
btYes.PerformClick();
|
||||
}
|
||||
@@ -104,7 +104,7 @@ namespace Project.Dialog
|
||||
|
||||
private void label1_MouseDoubleClick(object sender, MouseEventArgs e)
|
||||
{
|
||||
|
||||
|
||||
|
||||
}
|
||||
public enum EWinColor
|
||||
@@ -149,8 +149,9 @@ namespace Project.Dialog
|
||||
{
|
||||
var bg1 = lbTitle.BackColor;
|
||||
var bg2 = lbTitle.BackColor2;
|
||||
lbTitle.BackColor = bg2;
|
||||
lbTitle.BackColor2 = bg1;
|
||||
if (bg1 != null) lbTitle.BackColor2 = (Color)bg1;
|
||||
if (bg2 != null) lbTitle.BackColor = (Color)bg2;
|
||||
|
||||
}
|
||||
|
||||
private void btYes_Click(object sender, EventArgs e)
|
||||
@@ -161,8 +162,8 @@ namespace Project.Dialog
|
||||
|
||||
private void btNo_Click(object sender, EventArgs e)
|
||||
{
|
||||
DialogResult = DialogResult.Cancel;
|
||||
this.Close();
|
||||
DialogResult = DialogResult.Cancel;
|
||||
this.Close();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -185,8 +185,8 @@ namespace Project.Dialog
|
||||
{
|
||||
var bg1 = lbTitle.BackColor;
|
||||
var bg2 = lbTitle.BackColor2;
|
||||
lbTitle.BackColor = bg2;
|
||||
lbTitle.BackColor2 = bg1;
|
||||
lbTitle.BackColor = (Color)bg2;
|
||||
lbTitle.BackColor2 = (Color)bg1;
|
||||
}
|
||||
|
||||
private void btYes_Click(object sender, EventArgs e)
|
||||
|
||||
@@ -179,8 +179,8 @@ namespace Project
|
||||
{
|
||||
var bg1 = lbTitle.BackColor;
|
||||
var bg2 = lbTitle.BackColor2;
|
||||
lbTitle.BackColor = bg2;
|
||||
lbTitle.BackColor2 = bg1;
|
||||
lbTitle.BackColor = (Color)bg2;
|
||||
lbTitle.BackColor2 = (Color)bg1;
|
||||
}
|
||||
|
||||
private void btYes_Click(object sender, EventArgs e)
|
||||
|
||||
@@ -35,59 +35,6 @@ namespace Project
|
||||
}
|
||||
}
|
||||
|
||||
//ePosition ParsePosition(uint tag, out string dirBW)
|
||||
//{
|
||||
// var tagstr = tag.ToString();
|
||||
// var tagno = tagstr.Substring(0, tagstr.Length - 1);
|
||||
|
||||
// if (tag == PUB.setting.TAGNOT) { dirBW = "0"; return ePosition.NOT; }
|
||||
|
||||
// else if (tag == PUB.setting.TAG_QA_QC) { dirBW = "0"; return ePosition.QA_QC; }
|
||||
// else if (tag == PUB.setting.TAG_QC_F1) { dirBW = "0"; return ePosition.QC_F1; }
|
||||
// else if (tag == PUB.setting.TAG_F1_F2) { dirBW = "0"; return ePosition.F1_F2; }
|
||||
// else if (tag == PUB.setting.TAG_F2_F3) { dirBW = "0"; return ePosition.F2_F3; }
|
||||
// else if (tag == PUB.setting.TAG_F3_F4) { dirBW = "0"; return ePosition.F3_F4; }
|
||||
// else if (tag == PUB.setting.TAG_F4_F5) { dirBW = "0"; return ePosition.F4_F5; }
|
||||
|
||||
// else if (tag == PUB.setting.TAGQAB) { dirBW = "0"; return ePosition.QA; }
|
||||
// else if (tag == PUB.setting.TAGQCB) { dirBW = "0"; return ePosition.QC; }
|
||||
// else if (tag == PUB.setting.TAGF1B) { dirBW = "0"; return ePosition.F1; }
|
||||
// else if (tag == PUB.setting.TAGF2B) { dirBW = "0"; return ePosition.F2; }
|
||||
// else if (tag == PUB.setting.TAGF3B) { dirBW = "0"; return ePosition.F3; }
|
||||
// else if (tag == PUB.setting.TAGF4B) { dirBW = "0"; return ePosition.F4; }
|
||||
// else if (tag == PUB.setting.TAGF5B) { dirBW = "0"; return ePosition.F5; }
|
||||
// //else if (tag == PUB.setting.TAGQAA) { dirBW = "1"; return ePosition.QA; }
|
||||
// //else if (tag == PUB.setting.TAGCHA) { dirBW = "1"; return ePosition.CHARGE; }
|
||||
// else if (tag == PUB.setting.TAGQAA) { dirBW = "1"; return ePosition.QA; }
|
||||
// else if (tag == PUB.setting.TAGQCA) { dirBW = "1"; return ePosition.QC; }
|
||||
// else if (tag == PUB.setting.TAGF1A) { dirBW = "1"; return ePosition.F1; }
|
||||
// else if (tag == PUB.setting.TAGF2A) { dirBW = "1"; return ePosition.F2; }
|
||||
// else if (tag == PUB.setting.TAGF3A) { dirBW = "1"; return ePosition.F3; }
|
||||
// else if (tag == PUB.setting.TAGF4A) { dirBW = "1"; return ePosition.F4; }
|
||||
// else if (tag == PUB.setting.TAGF5A) { dirBW = "1"; return ePosition.F5; }
|
||||
// else if (tag == PUB.setting.TAGPOT) { dirBW = "0"; return ePosition.POT; }
|
||||
// else
|
||||
// {
|
||||
// if (tag > 9350 && tag < 9400)
|
||||
// {
|
||||
// dirBW = "0"; return ePosition.QC_F1;
|
||||
// }
|
||||
// else if (tag > 9250 && tag < 9300)
|
||||
// {
|
||||
// dirBW = "0"; return ePosition.QA_QC;
|
||||
// }
|
||||
// else if (tag > 9000 && tag < 9100)
|
||||
// {
|
||||
// dirBW = "0"; return ePosition.NOT;
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// dirBW = "0"; return ePosition.NONE;
|
||||
// }
|
||||
|
||||
// }
|
||||
//}
|
||||
|
||||
|
||||
bool _charging = false;
|
||||
private void AGV_DataReceive(object sender, arDev.Narumi.DataEventArgs e)
|
||||
@@ -107,6 +54,11 @@ namespace Project
|
||||
VAR.BOOL[eVarBool.AGV_ERROR] = PUB.AGV.error.Value > 0;
|
||||
VAR.BOOL[eVarBool.EMERGENCY] = PUB.AGV.error.Emergency;
|
||||
|
||||
if (PUB.AGV.data.Direction =='B')
|
||||
PUB.mapctl.agv.CurrentDirection = AGVControl.Models.Direction.Backward;
|
||||
else
|
||||
PUB.mapctl.agv.CurrentDirection = AGVControl.Models.Direction.Forward;
|
||||
|
||||
if (PUB.AGV.signal.mark_sensor == false)
|
||||
{
|
||||
if (VAR.BOOL[eVarBool.MARK_SENSOROFF] == false)
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace Project
|
||||
DateTime lastbmstime = DateTime.Now;
|
||||
private void Bms_Message(object sender, arDev.BMS.MessageEventArgs e)
|
||||
{
|
||||
if (e.MsgType == arDev.arRS232.MessageType.Error) PUB.logbms.AddE( e.Message);
|
||||
if (e.MsgType == arRS232.MessageType.Error) PUB.logbms.AddE( e.Message);
|
||||
else
|
||||
{
|
||||
var hexstr = e.Data.GetHexString().Trim();
|
||||
|
||||
@@ -98,7 +98,7 @@ namespace Project
|
||||
{
|
||||
if (PUB.sm.Step < eSMStep.IDLE || PUB.sm.Step >= eSMStep.CLOSING) return;
|
||||
|
||||
|
||||
|
||||
//agv connect
|
||||
ConnectSerialPort(PUB.AGV, PUB.setting.Port_AGV, PUB.setting.Baud_AGV,
|
||||
eVarTime.LastConn_AGV, eVarTime.LastConnTry_AGV, eVarTime.LastRecv_AGV);
|
||||
@@ -108,8 +108,18 @@ namespace Project
|
||||
eVarTime.LastConn_XBE, eVarTime.LastConnTry_XBE, eVarTime.LastRecv_XBE);
|
||||
|
||||
//bms connect
|
||||
ConnectSerialPort(PUB.BMS, PUB.setting.Port_BAT, PUB.setting.Baud_BAT,
|
||||
eVarTime.LastConn_BAT, eVarTime.LastConnTry_BAT, eVarTime.LastRecv_BAT);
|
||||
if (PUB.BMS.IsOpen == false)
|
||||
{
|
||||
var ts = VAR.TIME.RUN(eVarTime.LastConn_BAT);
|
||||
if (ts.TotalSeconds > 3)
|
||||
{
|
||||
PUB.BMS.PortName = PUB.setting.Port_BAT;
|
||||
PUB.BMS.Open();
|
||||
VAR.TIME.Update(eVarTime.LastConn_BAT);
|
||||
}
|
||||
}
|
||||
//ConnectSerialPort(PUB.BMS, PUB.setting.Port_BAT, PUB.setting.Baud_BAT,
|
||||
// eVarTime.LastConn_BAT, eVarTime.LastConnTry_BAT, eVarTime.LastRecv_BAT);
|
||||
|
||||
//지그비상태전송
|
||||
if (PUB.XBE != null && PUB.XBE.IsOpen)
|
||||
@@ -133,9 +143,9 @@ namespace Project
|
||||
PUB.BMS.SendQuery();
|
||||
}
|
||||
|
||||
|
||||
Update_BatteryWarnSpeak();
|
||||
|
||||
|
||||
Update_BatteryWarnSpeak();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -65,6 +65,8 @@ namespace Project
|
||||
lbBat.CurA = PUB.BMS.Current_Amp;
|
||||
lbBat.IsOpen = PUB.BMS.IsOpen;
|
||||
|
||||
if (PUB.mapctl != null)
|
||||
PUB.mapctl.Invalidate();
|
||||
|
||||
//쓰레드로인해서 메인에서 진행하게한다. SPS는 메인쓰레드에서 진행 됨
|
||||
//팝을 제거 혹은 표시하는 기능
|
||||
@@ -391,7 +393,7 @@ namespace Project
|
||||
var tswarnmsg = VAR.TIME.RUN(eVarTime.BatWarnTime);
|
||||
if (tswarnmsg.TotalSeconds >= timeoutsec)
|
||||
{
|
||||
if (VAR.BOOL[eVarBool.FLAG_CHARGEONM]==false && VAR.BOOL[eVarBool.FLAG_CHARGEONA] == false)
|
||||
if (VAR.BOOL[eVarBool.FLAG_CHARGEONM] == false && VAR.BOOL[eVarBool.FLAG_CHARGEONA] == false)
|
||||
{
|
||||
if (PUB.BMS.IsValid == false)
|
||||
{
|
||||
@@ -409,7 +411,7 @@ namespace Project
|
||||
{
|
||||
//충전중이므로 메세지처리를 하지 않는다
|
||||
}
|
||||
|
||||
|
||||
|
||||
VAR.TIME.Update(eVarTime.BatWarnTime);
|
||||
}
|
||||
|
||||
800
Cs_HMI/Project/ViewForm/fBms.Designer.cs
generated
800
Cs_HMI/Project/ViewForm/fBms.Designer.cs
generated
@@ -31,46 +31,56 @@
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.arLabel1 = new arCtl.arLabel();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.cv1 = new System.Windows.Forms.Label();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.cv2 = new System.Windows.Forms.Label();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.panel4 = new System.Windows.Forms.Panel();
|
||||
this.cv3 = new System.Windows.Forms.Label();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.panel5 = new System.Windows.Forms.Panel();
|
||||
this.cv4 = new System.Windows.Forms.Label();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.panel6 = new System.Windows.Forms.Panel();
|
||||
this.cv5 = new System.Windows.Forms.Label();
|
||||
this.label10 = new System.Windows.Forms.Label();
|
||||
this.panel7 = new System.Windows.Forms.Panel();
|
||||
this.cv6 = new System.Windows.Forms.Label();
|
||||
this.label12 = new System.Windows.Forms.Label();
|
||||
this.panel8 = new System.Windows.Forms.Panel();
|
||||
this.cv7 = new System.Windows.Forms.Label();
|
||||
this.label14 = new System.Windows.Forms.Label();
|
||||
this.lbcvSt = new System.Windows.Forms.Label();
|
||||
this.panel9 = new System.Windows.Forms.Panel();
|
||||
this.cv8 = new System.Windows.Forms.Label();
|
||||
this.label16 = new System.Windows.Forms.Label();
|
||||
this.panel8 = new System.Windows.Forms.Panel();
|
||||
this.cv7 = new System.Windows.Forms.Label();
|
||||
this.label14 = new System.Windows.Forms.Label();
|
||||
this.panel7 = new System.Windows.Forms.Panel();
|
||||
this.cv6 = new System.Windows.Forms.Label();
|
||||
this.label12 = new System.Windows.Forms.Label();
|
||||
this.panel6 = new System.Windows.Forms.Panel();
|
||||
this.cv5 = new System.Windows.Forms.Label();
|
||||
this.label10 = new System.Windows.Forms.Label();
|
||||
this.panel5 = new System.Windows.Forms.Panel();
|
||||
this.cv4 = new System.Windows.Forms.Label();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.panel4 = new System.Windows.Forms.Panel();
|
||||
this.cv3 = new System.Windows.Forms.Label();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.cv2 = new System.Windows.Forms.Label();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.cv1 = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.arLabel1 = new arCtl.arLabel();
|
||||
this.lbinfost = new System.Windows.Forms.Label();
|
||||
this.lbcvSt = new System.Windows.Forms.Label();
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.panel10 = new System.Windows.Forms.Panel();
|
||||
this.lbTemp1 = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.panel11 = new System.Windows.Forms.Panel();
|
||||
this.lbtemp2 = new System.Windows.Forms.Label();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.panel1.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
this.panel3.SuspendLayout();
|
||||
this.panel4.SuspendLayout();
|
||||
this.panel5.SuspendLayout();
|
||||
this.panel6.SuspendLayout();
|
||||
this.panel7.SuspendLayout();
|
||||
this.panel8.SuspendLayout();
|
||||
this.panel9.SuspendLayout();
|
||||
this.panel8.SuspendLayout();
|
||||
this.panel7.SuspendLayout();
|
||||
this.panel6.SuspendLayout();
|
||||
this.panel5.SuspendLayout();
|
||||
this.panel4.SuspendLayout();
|
||||
this.panel3.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
this.panel10.SuspendLayout();
|
||||
this.panel11.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// timer1
|
||||
@@ -80,6 +90,7 @@
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.groupBox2);
|
||||
this.panel1.Controls.Add(this.groupBox1);
|
||||
this.panel1.Controls.Add(this.button2);
|
||||
this.panel1.Controls.Add(this.button1);
|
||||
@@ -89,12 +100,319 @@
|
||||
this.panel1.Size = new System.Drawing.Size(187, 577);
|
||||
this.panel1.TabIndex = 0;
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.panel9);
|
||||
this.groupBox1.Controls.Add(this.panel8);
|
||||
this.groupBox1.Controls.Add(this.panel7);
|
||||
this.groupBox1.Controls.Add(this.panel6);
|
||||
this.groupBox1.Controls.Add(this.panel5);
|
||||
this.groupBox1.Controls.Add(this.panel4);
|
||||
this.groupBox1.Controls.Add(this.panel3);
|
||||
this.groupBox1.Controls.Add(this.panel2);
|
||||
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.groupBox1.ForeColor = System.Drawing.Color.White;
|
||||
this.groupBox1.Location = new System.Drawing.Point(0, 118);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(187, 347);
|
||||
this.groupBox1.TabIndex = 2;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Cell voltage";
|
||||
//
|
||||
// lbcvSt
|
||||
//
|
||||
this.lbcvSt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.lbcvSt.AutoSize = true;
|
||||
this.lbcvSt.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.lbcvSt.ForeColor = System.Drawing.Color.White;
|
||||
this.lbcvSt.Location = new System.Drawing.Point(148, 82);
|
||||
this.lbcvSt.Name = "lbcvSt";
|
||||
this.lbcvSt.Size = new System.Drawing.Size(39, 27);
|
||||
this.lbcvSt.TabIndex = 8;
|
||||
this.lbcvSt.Text = "●";
|
||||
//
|
||||
// panel9
|
||||
//
|
||||
this.panel9.Controls.Add(this.cv8);
|
||||
this.panel9.Controls.Add(this.label16);
|
||||
this.panel9.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel9.Location = new System.Drawing.Point(3, 297);
|
||||
this.panel9.Name = "panel9";
|
||||
this.panel9.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel9.TabIndex = 7;
|
||||
//
|
||||
// cv8
|
||||
//
|
||||
this.cv8.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cv8.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cv8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.cv8.Location = new System.Drawing.Point(47, 0);
|
||||
this.cv8.Name = "cv8";
|
||||
this.cv8.Size = new System.Drawing.Size(134, 40);
|
||||
this.cv8.TabIndex = 0;
|
||||
this.cv8.Text = "--";
|
||||
this.cv8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label16
|
||||
//
|
||||
this.label16.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label16.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label16.Location = new System.Drawing.Point(0, 0);
|
||||
this.label16.Name = "label16";
|
||||
this.label16.Size = new System.Drawing.Size(47, 40);
|
||||
this.label16.TabIndex = 0;
|
||||
this.label16.Text = "#8";
|
||||
this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel8
|
||||
//
|
||||
this.panel8.Controls.Add(this.cv7);
|
||||
this.panel8.Controls.Add(this.label14);
|
||||
this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel8.Location = new System.Drawing.Point(3, 257);
|
||||
this.panel8.Name = "panel8";
|
||||
this.panel8.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel8.TabIndex = 6;
|
||||
this.panel8.Paint += new System.Windows.Forms.PaintEventHandler(this.panel8_Paint);
|
||||
//
|
||||
// cv7
|
||||
//
|
||||
this.cv7.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cv7.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cv7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.cv7.Location = new System.Drawing.Point(47, 0);
|
||||
this.cv7.Name = "cv7";
|
||||
this.cv7.Size = new System.Drawing.Size(134, 40);
|
||||
this.cv7.TabIndex = 0;
|
||||
this.cv7.Text = "--";
|
||||
this.cv7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label14
|
||||
//
|
||||
this.label14.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label14.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label14.Location = new System.Drawing.Point(0, 0);
|
||||
this.label14.Name = "label14";
|
||||
this.label14.Size = new System.Drawing.Size(47, 40);
|
||||
this.label14.TabIndex = 0;
|
||||
this.label14.Text = "#7";
|
||||
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel7
|
||||
//
|
||||
this.panel7.Controls.Add(this.cv6);
|
||||
this.panel7.Controls.Add(this.label12);
|
||||
this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel7.Location = new System.Drawing.Point(3, 217);
|
||||
this.panel7.Name = "panel7";
|
||||
this.panel7.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel7.TabIndex = 5;
|
||||
//
|
||||
// cv6
|
||||
//
|
||||
this.cv6.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cv6.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cv6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.cv6.Location = new System.Drawing.Point(47, 0);
|
||||
this.cv6.Name = "cv6";
|
||||
this.cv6.Size = new System.Drawing.Size(134, 40);
|
||||
this.cv6.TabIndex = 0;
|
||||
this.cv6.Text = "--";
|
||||
this.cv6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label12
|
||||
//
|
||||
this.label12.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label12.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label12.Location = new System.Drawing.Point(0, 0);
|
||||
this.label12.Name = "label12";
|
||||
this.label12.Size = new System.Drawing.Size(47, 40);
|
||||
this.label12.TabIndex = 0;
|
||||
this.label12.Text = "#6";
|
||||
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel6
|
||||
//
|
||||
this.panel6.Controls.Add(this.cv5);
|
||||
this.panel6.Controls.Add(this.label10);
|
||||
this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel6.Location = new System.Drawing.Point(3, 177);
|
||||
this.panel6.Name = "panel6";
|
||||
this.panel6.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel6.TabIndex = 4;
|
||||
this.panel6.Paint += new System.Windows.Forms.PaintEventHandler(this.panel6_Paint);
|
||||
//
|
||||
// cv5
|
||||
//
|
||||
this.cv5.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cv5.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cv5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.cv5.Location = new System.Drawing.Point(47, 0);
|
||||
this.cv5.Name = "cv5";
|
||||
this.cv5.Size = new System.Drawing.Size(134, 40);
|
||||
this.cv5.TabIndex = 0;
|
||||
this.cv5.Text = "--";
|
||||
this.cv5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label10
|
||||
//
|
||||
this.label10.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label10.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label10.Location = new System.Drawing.Point(0, 0);
|
||||
this.label10.Name = "label10";
|
||||
this.label10.Size = new System.Drawing.Size(47, 40);
|
||||
this.label10.TabIndex = 0;
|
||||
this.label10.Text = "#5";
|
||||
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel5
|
||||
//
|
||||
this.panel5.Controls.Add(this.cv4);
|
||||
this.panel5.Controls.Add(this.label8);
|
||||
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel5.Location = new System.Drawing.Point(3, 137);
|
||||
this.panel5.Name = "panel5";
|
||||
this.panel5.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel5.TabIndex = 3;
|
||||
//
|
||||
// cv4
|
||||
//
|
||||
this.cv4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cv4.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cv4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.cv4.Location = new System.Drawing.Point(47, 0);
|
||||
this.cv4.Name = "cv4";
|
||||
this.cv4.Size = new System.Drawing.Size(134, 40);
|
||||
this.cv4.TabIndex = 0;
|
||||
this.cv4.Text = "--";
|
||||
this.cv4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label8
|
||||
//
|
||||
this.label8.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label8.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label8.Location = new System.Drawing.Point(0, 0);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(47, 40);
|
||||
this.label8.TabIndex = 0;
|
||||
this.label8.Text = "#4";
|
||||
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
this.panel4.Controls.Add(this.cv3);
|
||||
this.panel4.Controls.Add(this.label6);
|
||||
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel4.Location = new System.Drawing.Point(3, 97);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel4.TabIndex = 2;
|
||||
this.panel4.Paint += new System.Windows.Forms.PaintEventHandler(this.panel4_Paint);
|
||||
//
|
||||
// cv3
|
||||
//
|
||||
this.cv3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cv3.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cv3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.cv3.Location = new System.Drawing.Point(47, 0);
|
||||
this.cv3.Name = "cv3";
|
||||
this.cv3.Size = new System.Drawing.Size(134, 40);
|
||||
this.cv3.TabIndex = 0;
|
||||
this.cv3.Text = "--";
|
||||
this.cv3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label6
|
||||
//
|
||||
this.label6.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label6.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label6.Location = new System.Drawing.Point(0, 0);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(47, 40);
|
||||
this.label6.TabIndex = 0;
|
||||
this.label6.Text = "#3";
|
||||
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
this.panel3.Controls.Add(this.cv2);
|
||||
this.panel3.Controls.Add(this.label4);
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel3.Location = new System.Drawing.Point(3, 57);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel3.TabIndex = 1;
|
||||
this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
|
||||
//
|
||||
// cv2
|
||||
//
|
||||
this.cv2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cv2.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cv2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.cv2.Location = new System.Drawing.Point(47, 0);
|
||||
this.cv2.Name = "cv2";
|
||||
this.cv2.Size = new System.Drawing.Size(134, 40);
|
||||
this.cv2.TabIndex = 0;
|
||||
this.cv2.Text = "--";
|
||||
this.cv2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label4.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label4.Location = new System.Drawing.Point(0, 0);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(47, 40);
|
||||
this.label4.TabIndex = 0;
|
||||
this.label4.Text = "#2";
|
||||
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.Controls.Add(this.cv1);
|
||||
this.panel2.Controls.Add(this.label1);
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel2.Location = new System.Drawing.Point(3, 17);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel2.TabIndex = 0;
|
||||
//
|
||||
// cv1
|
||||
//
|
||||
this.cv1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cv1.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cv1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.cv1.Location = new System.Drawing.Point(47, 0);
|
||||
this.cv1.Name = "cv1";
|
||||
this.cv1.Size = new System.Drawing.Size(134, 40);
|
||||
this.cv1.TabIndex = 0;
|
||||
this.cv1.Text = "--";
|
||||
this.cv1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label1.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label1.Location = new System.Drawing.Point(0, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(47, 40);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "#1";
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// button2
|
||||
//
|
||||
this.button2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.button2.Location = new System.Drawing.Point(0, 67);
|
||||
this.button2.Location = new System.Drawing.Point(0, 59);
|
||||
this.button2.Name = "button2";
|
||||
this.button2.Size = new System.Drawing.Size(187, 67);
|
||||
this.button2.Size = new System.Drawing.Size(187, 59);
|
||||
this.button2.TabIndex = 1;
|
||||
this.button2.Text = "Query Cell Voltage";
|
||||
this.button2.UseVisualStyleBackColor = true;
|
||||
@@ -105,7 +423,7 @@
|
||||
this.button1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.button1.Location = new System.Drawing.Point(0, 0);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(187, 67);
|
||||
this.button1.Size = new System.Drawing.Size(187, 59);
|
||||
this.button1.TabIndex = 0;
|
||||
this.button1.Text = "Query Remain";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
@@ -155,302 +473,6 @@
|
||||
this.arLabel1.TextShadow = false;
|
||||
this.arLabel1.TextVisible = true;
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.lbcvSt);
|
||||
this.groupBox1.Controls.Add(this.panel9);
|
||||
this.groupBox1.Controls.Add(this.panel8);
|
||||
this.groupBox1.Controls.Add(this.panel7);
|
||||
this.groupBox1.Controls.Add(this.panel6);
|
||||
this.groupBox1.Controls.Add(this.panel5);
|
||||
this.groupBox1.Controls.Add(this.panel4);
|
||||
this.groupBox1.Controls.Add(this.panel3);
|
||||
this.groupBox1.Controls.Add(this.panel2);
|
||||
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.groupBox1.ForeColor = System.Drawing.Color.White;
|
||||
this.groupBox1.Location = new System.Drawing.Point(0, 134);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(187, 443);
|
||||
this.groupBox1.TabIndex = 2;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Cell voltage";
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.Controls.Add(this.cv1);
|
||||
this.panel2.Controls.Add(this.label1);
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel2.Location = new System.Drawing.Point(3, 17);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel2.TabIndex = 0;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label1.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label1.Location = new System.Drawing.Point(0, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(47, 40);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "#1";
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// cv1
|
||||
//
|
||||
this.cv1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cv1.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cv1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.cv1.Location = new System.Drawing.Point(47, 0);
|
||||
this.cv1.Name = "cv1";
|
||||
this.cv1.Size = new System.Drawing.Size(134, 40);
|
||||
this.cv1.TabIndex = 0;
|
||||
this.cv1.Text = "--";
|
||||
this.cv1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
this.panel3.Controls.Add(this.cv2);
|
||||
this.panel3.Controls.Add(this.label4);
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel3.Location = new System.Drawing.Point(3, 57);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel3.TabIndex = 1;
|
||||
this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
|
||||
//
|
||||
// cv2
|
||||
//
|
||||
this.cv2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cv2.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cv2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.cv2.Location = new System.Drawing.Point(47, 0);
|
||||
this.cv2.Name = "cv2";
|
||||
this.cv2.Size = new System.Drawing.Size(134, 40);
|
||||
this.cv2.TabIndex = 0;
|
||||
this.cv2.Text = "--";
|
||||
this.cv2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label4.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label4.Location = new System.Drawing.Point(0, 0);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(47, 40);
|
||||
this.label4.TabIndex = 0;
|
||||
this.label4.Text = "#2";
|
||||
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
this.panel4.Controls.Add(this.cv3);
|
||||
this.panel4.Controls.Add(this.label6);
|
||||
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel4.Location = new System.Drawing.Point(3, 97);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel4.TabIndex = 2;
|
||||
this.panel4.Paint += new System.Windows.Forms.PaintEventHandler(this.panel4_Paint);
|
||||
//
|
||||
// cv3
|
||||
//
|
||||
this.cv3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cv3.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cv3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.cv3.Location = new System.Drawing.Point(47, 0);
|
||||
this.cv3.Name = "cv3";
|
||||
this.cv3.Size = new System.Drawing.Size(134, 40);
|
||||
this.cv3.TabIndex = 0;
|
||||
this.cv3.Text = "--";
|
||||
this.cv3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label6
|
||||
//
|
||||
this.label6.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label6.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label6.Location = new System.Drawing.Point(0, 0);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(47, 40);
|
||||
this.label6.TabIndex = 0;
|
||||
this.label6.Text = "#3";
|
||||
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel5
|
||||
//
|
||||
this.panel5.Controls.Add(this.cv4);
|
||||
this.panel5.Controls.Add(this.label8);
|
||||
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel5.Location = new System.Drawing.Point(3, 137);
|
||||
this.panel5.Name = "panel5";
|
||||
this.panel5.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel5.TabIndex = 3;
|
||||
//
|
||||
// cv4
|
||||
//
|
||||
this.cv4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cv4.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cv4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.cv4.Location = new System.Drawing.Point(47, 0);
|
||||
this.cv4.Name = "cv4";
|
||||
this.cv4.Size = new System.Drawing.Size(134, 40);
|
||||
this.cv4.TabIndex = 0;
|
||||
this.cv4.Text = "--";
|
||||
this.cv4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label8
|
||||
//
|
||||
this.label8.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label8.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label8.Location = new System.Drawing.Point(0, 0);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(47, 40);
|
||||
this.label8.TabIndex = 0;
|
||||
this.label8.Text = "#4";
|
||||
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel6
|
||||
//
|
||||
this.panel6.Controls.Add(this.cv5);
|
||||
this.panel6.Controls.Add(this.label10);
|
||||
this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel6.Location = new System.Drawing.Point(3, 177);
|
||||
this.panel6.Name = "panel6";
|
||||
this.panel6.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel6.TabIndex = 4;
|
||||
this.panel6.Paint += new System.Windows.Forms.PaintEventHandler(this.panel6_Paint);
|
||||
//
|
||||
// cv5
|
||||
//
|
||||
this.cv5.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cv5.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cv5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.cv5.Location = new System.Drawing.Point(47, 0);
|
||||
this.cv5.Name = "cv5";
|
||||
this.cv5.Size = new System.Drawing.Size(134, 40);
|
||||
this.cv5.TabIndex = 0;
|
||||
this.cv5.Text = "--";
|
||||
this.cv5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label10
|
||||
//
|
||||
this.label10.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label10.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label10.Location = new System.Drawing.Point(0, 0);
|
||||
this.label10.Name = "label10";
|
||||
this.label10.Size = new System.Drawing.Size(47, 40);
|
||||
this.label10.TabIndex = 0;
|
||||
this.label10.Text = "#5";
|
||||
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel7
|
||||
//
|
||||
this.panel7.Controls.Add(this.cv6);
|
||||
this.panel7.Controls.Add(this.label12);
|
||||
this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel7.Location = new System.Drawing.Point(3, 217);
|
||||
this.panel7.Name = "panel7";
|
||||
this.panel7.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel7.TabIndex = 5;
|
||||
//
|
||||
// cv6
|
||||
//
|
||||
this.cv6.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cv6.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cv6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.cv6.Location = new System.Drawing.Point(47, 0);
|
||||
this.cv6.Name = "cv6";
|
||||
this.cv6.Size = new System.Drawing.Size(134, 40);
|
||||
this.cv6.TabIndex = 0;
|
||||
this.cv6.Text = "--";
|
||||
this.cv6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label12
|
||||
//
|
||||
this.label12.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label12.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label12.Location = new System.Drawing.Point(0, 0);
|
||||
this.label12.Name = "label12";
|
||||
this.label12.Size = new System.Drawing.Size(47, 40);
|
||||
this.label12.TabIndex = 0;
|
||||
this.label12.Text = "#6";
|
||||
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel8
|
||||
//
|
||||
this.panel8.Controls.Add(this.cv7);
|
||||
this.panel8.Controls.Add(this.label14);
|
||||
this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel8.Location = new System.Drawing.Point(3, 257);
|
||||
this.panel8.Name = "panel8";
|
||||
this.panel8.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel8.TabIndex = 6;
|
||||
this.panel8.Paint += new System.Windows.Forms.PaintEventHandler(this.panel8_Paint);
|
||||
//
|
||||
// cv7
|
||||
//
|
||||
this.cv7.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cv7.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cv7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.cv7.Location = new System.Drawing.Point(47, 0);
|
||||
this.cv7.Name = "cv7";
|
||||
this.cv7.Size = new System.Drawing.Size(134, 40);
|
||||
this.cv7.TabIndex = 0;
|
||||
this.cv7.Text = "--";
|
||||
this.cv7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label14
|
||||
//
|
||||
this.label14.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label14.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label14.Location = new System.Drawing.Point(0, 0);
|
||||
this.label14.Name = "label14";
|
||||
this.label14.Size = new System.Drawing.Size(47, 40);
|
||||
this.label14.TabIndex = 0;
|
||||
this.label14.Text = "#7";
|
||||
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel9
|
||||
//
|
||||
this.panel9.Controls.Add(this.cv8);
|
||||
this.panel9.Controls.Add(this.label16);
|
||||
this.panel9.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel9.Location = new System.Drawing.Point(3, 297);
|
||||
this.panel9.Name = "panel9";
|
||||
this.panel9.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel9.TabIndex = 7;
|
||||
//
|
||||
// cv8
|
||||
//
|
||||
this.cv8.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cv8.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cv8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.cv8.Location = new System.Drawing.Point(47, 0);
|
||||
this.cv8.Name = "cv8";
|
||||
this.cv8.Size = new System.Drawing.Size(134, 40);
|
||||
this.cv8.TabIndex = 0;
|
||||
this.cv8.Text = "--";
|
||||
this.cv8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label16
|
||||
//
|
||||
this.label16.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label16.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label16.Location = new System.Drawing.Point(0, 0);
|
||||
this.label16.Name = "label16";
|
||||
this.label16.Size = new System.Drawing.Size(47, 40);
|
||||
this.label16.TabIndex = 0;
|
||||
this.label16.Text = "#8";
|
||||
this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// lbinfost
|
||||
//
|
||||
this.lbinfost.AutoSize = true;
|
||||
@@ -462,17 +484,87 @@
|
||||
this.lbinfost.TabIndex = 2;
|
||||
this.lbinfost.Text = "●";
|
||||
//
|
||||
// lbcvSt
|
||||
// groupBox2
|
||||
//
|
||||
this.lbcvSt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.lbcvSt.AutoSize = true;
|
||||
this.lbcvSt.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.lbcvSt.ForeColor = System.Drawing.Color.White;
|
||||
this.lbcvSt.Location = new System.Drawing.Point(2, 411);
|
||||
this.lbcvSt.Name = "lbcvSt";
|
||||
this.lbcvSt.Size = new System.Drawing.Size(39, 27);
|
||||
this.lbcvSt.TabIndex = 8;
|
||||
this.lbcvSt.Text = "●";
|
||||
this.groupBox2.Controls.Add(this.lbcvSt);
|
||||
this.groupBox2.Controls.Add(this.panel11);
|
||||
this.groupBox2.Controls.Add(this.panel10);
|
||||
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.groupBox2.ForeColor = System.Drawing.Color.White;
|
||||
this.groupBox2.Location = new System.Drawing.Point(0, 465);
|
||||
this.groupBox2.Name = "groupBox2";
|
||||
this.groupBox2.Size = new System.Drawing.Size(187, 112);
|
||||
this.groupBox2.TabIndex = 3;
|
||||
this.groupBox2.TabStop = false;
|
||||
this.groupBox2.Text = "Temp";
|
||||
//
|
||||
// panel10
|
||||
//
|
||||
this.panel10.Controls.Add(this.lbTemp1);
|
||||
this.panel10.Controls.Add(this.label3);
|
||||
this.panel10.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel10.Location = new System.Drawing.Point(3, 17);
|
||||
this.panel10.Name = "panel10";
|
||||
this.panel10.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel10.TabIndex = 9;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.lbTemp1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbTemp1.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lbTemp1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.lbTemp1.Location = new System.Drawing.Point(47, 0);
|
||||
this.lbTemp1.Name = "label2";
|
||||
this.lbTemp1.Size = new System.Drawing.Size(134, 40);
|
||||
this.lbTemp1.TabIndex = 0;
|
||||
this.lbTemp1.Text = "--";
|
||||
this.lbTemp1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label3.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label3.Location = new System.Drawing.Point(0, 0);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(47, 40);
|
||||
this.label3.TabIndex = 0;
|
||||
this.label3.Text = "#1";
|
||||
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel11
|
||||
//
|
||||
this.panel11.Controls.Add(this.lbtemp2);
|
||||
this.panel11.Controls.Add(this.label7);
|
||||
this.panel11.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel11.Location = new System.Drawing.Point(3, 57);
|
||||
this.panel11.Name = "panel11";
|
||||
this.panel11.Size = new System.Drawing.Size(181, 40);
|
||||
this.panel11.TabIndex = 10;
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.lbtemp2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbtemp2.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lbtemp2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
||||
this.lbtemp2.Location = new System.Drawing.Point(47, 0);
|
||||
this.lbtemp2.Name = "label5";
|
||||
this.lbtemp2.Size = new System.Drawing.Size(134, 40);
|
||||
this.lbtemp2.TabIndex = 0;
|
||||
this.lbtemp2.Text = "--";
|
||||
this.lbtemp2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label7
|
||||
//
|
||||
this.label7.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label7.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||||
this.label7.Location = new System.Drawing.Point(0, 0);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(47, 40);
|
||||
this.label7.TabIndex = 0;
|
||||
this.label7.Text = "#2";
|
||||
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// fBms
|
||||
//
|
||||
@@ -490,15 +582,18 @@
|
||||
this.VisibleChanged += new System.EventHandler(this.fAgv_VisibleChanged);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox1.PerformLayout();
|
||||
this.panel2.ResumeLayout(false);
|
||||
this.panel3.ResumeLayout(false);
|
||||
this.panel4.ResumeLayout(false);
|
||||
this.panel5.ResumeLayout(false);
|
||||
this.panel6.ResumeLayout(false);
|
||||
this.panel7.ResumeLayout(false);
|
||||
this.panel8.ResumeLayout(false);
|
||||
this.panel9.ResumeLayout(false);
|
||||
this.panel8.ResumeLayout(false);
|
||||
this.panel7.ResumeLayout(false);
|
||||
this.panel6.ResumeLayout(false);
|
||||
this.panel5.ResumeLayout(false);
|
||||
this.panel4.ResumeLayout(false);
|
||||
this.panel3.ResumeLayout(false);
|
||||
this.panel2.ResumeLayout(false);
|
||||
this.groupBox2.ResumeLayout(false);
|
||||
this.groupBox2.PerformLayout();
|
||||
this.panel10.ResumeLayout(false);
|
||||
this.panel11.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@@ -537,5 +632,12 @@
|
||||
private System.Windows.Forms.Label label4;
|
||||
private System.Windows.Forms.Label lbinfost;
|
||||
private System.Windows.Forms.Label lbcvSt;
|
||||
private System.Windows.Forms.GroupBox groupBox2;
|
||||
private System.Windows.Forms.Panel panel11;
|
||||
private System.Windows.Forms.Label lbtemp2;
|
||||
private System.Windows.Forms.Label label7;
|
||||
private System.Windows.Forms.Panel panel10;
|
||||
private System.Windows.Forms.Label lbTemp1;
|
||||
private System.Windows.Forms.Label label3;
|
||||
}
|
||||
}
|
||||
@@ -73,6 +73,8 @@ namespace Project.ViewForm
|
||||
this.cv6.Text = PUB.BMS.CellVoltage[5].ToString("N3") + "v";
|
||||
this.cv7.Text = PUB.BMS.CellVoltage[6].ToString("N3") + "v";
|
||||
this.cv8.Text = PUB.BMS.CellVoltage[7].ToString("N3") + "v";
|
||||
this.lbTemp1.Text = PUB.BMS.Current_temp1.ToString() + "℃";
|
||||
this.lbtemp2.Text = PUB.BMS.Current_temp2.ToString() + "℃";
|
||||
timer1.Start();
|
||||
}
|
||||
|
||||
|
||||
@@ -1,113 +1,102 @@
|
||||
[RFID_POINTS]
|
||||
100,486,0002
|
||||
164,494,0003
|
||||
229,493,0004
|
||||
309,489,0005
|
||||
370,490,0006
|
||||
437,486,0007
|
||||
483,459,0008
|
||||
511,421,0009
|
||||
543,371,0010
|
||||
569,329,0011
|
||||
608,289,0012
|
||||
661,279,0013
|
||||
700,297,0014
|
||||
698,349,0015
|
||||
698,391,0016
|
||||
699,449,0017
|
||||
691,491,0018
|
||||
569,275,0019
|
||||
518,264,0020
|
||||
454,264,0021
|
||||
388,261,0022
|
||||
314,258,0023
|
||||
639,234,0024
|
||||
621,182,0025
|
||||
629,143,0026
|
||||
657,101,0027
|
||||
627,82,0028
|
||||
560,73,0029
|
||||
499,65,0030
|
||||
432,65,0031
|
||||
264,232,0032
|
||||
363,60,0033
|
||||
654,508,0034
|
||||
96,542,0050
|
||||
159,542,0051
|
||||
226,542,0061
|
||||
309,541,0070
|
||||
369,542,0071
|
||||
483,165,0010
|
||||
735,163,0011
|
||||
523,170,0001
|
||||
565,175,0002
|
||||
597,182,0003
|
||||
665,181,0004
|
||||
700,176,0005
|
||||
721,170,0006
|
||||
|
||||
100,486,517
|
||||
173,488,516
|
||||
230,493,515
|
||||
309,489,514
|
||||
370,490,513
|
||||
437,487,512
|
||||
483,459,511
|
||||
511,421,510
|
||||
543,371,509
|
||||
569,329,508
|
||||
608,289,507
|
||||
661,279,506
|
||||
701,297,505
|
||||
698,349,504
|
||||
698,391,503
|
||||
699,449,502
|
||||
691,491,501
|
||||
570,275,400
|
||||
517,264,401
|
||||
454,264,402
|
||||
388,262,403
|
||||
315,258,404
|
||||
639,234,600
|
||||
621,182,601
|
||||
641,183,602
|
||||
657,101,603
|
||||
627,82,604
|
||||
560,73,605
|
||||
499,65,606
|
||||
432,65,607
|
||||
264,232,405
|
||||
363,60,608
|
||||
654,508,500
|
||||
96,542,100
|
||||
159,542,101
|
||||
226,542,102
|
||||
309,541,103
|
||||
369,542,104
|
||||
483,165,753
|
||||
735,163,700
|
||||
523,170,752
|
||||
565,175,751
|
||||
597,182,750
|
||||
665,181,703
|
||||
700,176,702
|
||||
722,170,701
|
||||
[RFID_LINES]
|
||||
96,542,100,486,0005,0002,False,56.14267
|
||||
100,486,164,494,0002,0003,False,64.49806
|
||||
164,494,229,493,0003,0004,False,65.00769
|
||||
229,493,309,489,0004,0005,False,80.09994
|
||||
309,489,370,490,0005,0006,False,61.0082
|
||||
370,490,437,486,0006,0007,False,67.11929
|
||||
437,486,483,459,0007,0008,False,53.33854
|
||||
483,459,511,421,0008,0009,False,47.20169
|
||||
511,421,543,371,0009,0010,False,59.36329
|
||||
543,371,569,329,0010,0011,False,49.39635
|
||||
569,329,608,289,0011,0012,False,55.86591
|
||||
608,289,661,279,0012,0013,False,53.93515
|
||||
661,279,700,297,0013,0014,False,42.95346
|
||||
700,297,698,349,0014,0015,False,52.03845
|
||||
698,349,698,391,0015,0016,False,42
|
||||
698,391,699,449,0016,0017,False,58.00862
|
||||
699,449,691,491,0017,0018,False,42.75512
|
||||
691,491,654,508,0018,0034,False,40.71855
|
||||
159,542,164,494,0006,0003,False,48.25971
|
||||
226,542,229,493,0007,0004,False,49.09175
|
||||
309,541,309,489,0008,0005,False,52
|
||||
369,542,370,490,0009,0006,False,52.00961
|
||||
370,490,370,490,0006,0006,False,0
|
||||
608,289,569,275,0012,0019,False,41.4367
|
||||
569,275,518,264,0019,0020,False,52.17279
|
||||
518,264,454,264,0020,0021,False,64
|
||||
454,264,388,261,0021,0022,False,66.06815
|
||||
388,261,314,258,0022,0023,False,74.06078
|
||||
661,279,639,234,0013,0024,False,50.08992
|
||||
639,234,621,182,0024,0025,False,55.02727
|
||||
621,182,629,143,0025,0026,False,39.81206
|
||||
629,143,657,101,0026,0027,False,50.47772
|
||||
657,101,627,82,0027,0028,False,35.51056
|
||||
627,82,560,73,0028,0029,False,67.60178
|
||||
560,73,499,65,0029,0030,False,61.52235
|
||||
483,165,523,170,0010,0001,False,40.31129
|
||||
523,170,565,175,0001,0002,False,42.29657
|
||||
565,175,597,182,0002,0003,False,32.75668
|
||||
597,182,621,182,0003,0025,False,24
|
||||
621,182,665,181,0025,0004,False,44.01136
|
||||
665,181,700,176,0004,0005,False,35.35534
|
||||
700,176,721,170,0005,0006,False,21.84033
|
||||
721,170,735,163,0006,0011,False,15.65248
|
||||
735,163,721,170,0011,0006,False,15.65248
|
||||
721,170,735,163,0006,0011,False,15.65248
|
||||
314,258,388,261,0023,0022,False,74.06078
|
||||
388,261,454,264,0022,0021,False,66.06815
|
||||
454,264,518,264,0021,0020,False,64
|
||||
518,264,569,275,0020,0019,False,52.17279
|
||||
569,275,608,289,0019,0012,False,41.4367
|
||||
264,232,314,258,0032,0023,False,56.35601
|
||||
363,60,432,65,0033,0031,False,69.18092
|
||||
432,65,499,65,0031,0030,False,67
|
||||
|
||||
|
||||
100,486,173,488,517,516,False,73.02739
|
||||
173,488,230,493,516,515,False,57.21888
|
||||
230,493,309,489,515,514,False,79.1012
|
||||
309,489,370,490,514,513,False,61.0082
|
||||
370,490,437,487,513,512,False,67.06713
|
||||
437,487,483,459,512,511,False,53.85165
|
||||
483,459,511,421,511,510,False,47.20169
|
||||
511,421,543,371,510,509,False,59.36329
|
||||
543,371,569,329,509,508,False,49.39635
|
||||
569,329,608,289,508,507,False,55.86591
|
||||
608,289,639,234,507,600,False,63.13478
|
||||
639,234,665,181,600,703,False,59.03389
|
||||
665,181,657,101,703,603,False,80.399
|
||||
657,101,627,82,603,604,False,35.51056
|
||||
627,82,560,73,604,605,False,67.60178
|
||||
560,73,499,65,605,606,False,61.52235
|
||||
499,65,432,65,606,607,False,67
|
||||
432,65,363,60,607,608,False,69.18092
|
||||
641,183,665,181,602,703,False,24.08319
|
||||
665,181,700,176,703,702,False,35.35534
|
||||
700,176,722,170,702,701,False,22.80351
|
||||
722,170,735,163,701,700,False,14.76482
|
||||
641,183,621,182,602,601,False,20.02498
|
||||
621,182,597,182,601,750,False,24
|
||||
597,182,565,175,750,751,False,32.75668
|
||||
565,175,523,170,751,752,False,42.29657
|
||||
523,170,483,165,752,753,False,40.31129
|
||||
264,232,315,258,405,404,False,57.24509
|
||||
315,258,388,262,404,403,False,73.1095
|
||||
388,262,454,264,403,402,False,66.0303
|
||||
454,264,517,264,402,401,False,63
|
||||
517,264,570,275,401,400,False,54.12947
|
||||
570,275,608,289,400,507,False,40.49691
|
||||
608,289,661,279,507,506,False,53.93515
|
||||
661,279,701,297,506,505,False,43.86343
|
||||
701,297,698,349,505,504,False,52.08647
|
||||
698,349,698,391,504,503,False,42
|
||||
698,391,699,449,503,502,False,58.00862
|
||||
699,449,691,491,502,501,False,42.75512
|
||||
691,491,654,508,501,500,False,40.71855
|
||||
96,542,100,486,100,517,False,56.14267
|
||||
159,542,173,488,101,516,False,55.7853
|
||||
226,542,230,493,102,515,False,49.16299
|
||||
309,541,309,489,103,514,False,52
|
||||
369,542,370,490,104,513,False,52.00961
|
||||
[MAP_TEXTS]
|
||||
179,251,-1,-16777216,Arial,12,OPS-2
|
||||
239,52,-256,-65408,Arial,12,SSOTRON-3
|
||||
617,527,-16711936,-16777216,Arial,12,SSOTRON-1
|
||||
87,551,-16777216,16777215,Arial,12,B1
|
||||
150,551,-16777216,16777215,Arial,12,B2
|
||||
150,550,-16777216,16777215,Arial,12,B2
|
||||
227,553,-16777216,16777215,Arial,12,B3
|
||||
299,555,-16777216,16777215,Arial,12,B4
|
||||
367,554,-16777216,16777215,Arial,12,B5
|
||||
|
||||
Reference in New Issue
Block a user