934 lines
52 KiB
C#
934 lines
52 KiB
C#
namespace BMS_D1000H
|
|
{
|
|
partial class fmBMSMain
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fmBMSMain));
|
|
this.sModBus = new SmartX.SmartModbus();
|
|
this.sThrComm = new SmartX.SmartThread(this.components);
|
|
this.sThrDisplay = new SmartX.SmartThread(this.components);
|
|
this.tmLedDisplay = new SmartX.SmartTimer(this.components);
|
|
this.lbMainVoltage = new SmartX.SmartLabel();
|
|
this.lbMainCurrent = new SmartX.SmartLabel();
|
|
this.lbMainOpStatus = new SmartX.SmartLabel();
|
|
this.lbMainAlarmStatus = new SmartX.SmartLabel();
|
|
this.lbCurrentDateTime = new SmartX.SmartLabel();
|
|
this.lbMainSOC = new SmartX.SmartLabel();
|
|
this.lbMainTemp = new SmartX.SmartLabel();
|
|
this.sfAlarmList = new SmartX.SmartFile();
|
|
this.tmHistory = new SmartX.SmartTimer(this.components);
|
|
this.lbW1 = new SmartX.SmartLabel();
|
|
this.lbP1 = new SmartX.SmartLabel();
|
|
this.lbP2 = new SmartX.SmartLabel();
|
|
this.lbW2 = new SmartX.SmartLabel();
|
|
this.btnSetting = new SmartX.SmartButton();
|
|
this.btnMute = new SmartX.SmartButton();
|
|
this.btnTrayInfo = new SmartX.SmartButton();
|
|
this.btnHistory = new SmartX.SmartButton();
|
|
this.pbMAlarmProtectB = new System.Windows.Forms.PictureBox();
|
|
this.pbMAlarmProtectA = new System.Windows.Forms.PictureBox();
|
|
this.pbMAlarmWarningB = new System.Windows.Forms.PictureBox();
|
|
this.pbMAlarmWarningA = new System.Windows.Forms.PictureBox();
|
|
this.pbMAlarmNormalB = new System.Windows.Forms.PictureBox();
|
|
this.pbMAlarmNormalA = new System.Windows.Forms.PictureBox();
|
|
this.tmrScreenSaver = new SmartX.SmartTimer(this.components);
|
|
this.tmrLog = new SmartX.SmartTimer(this.components);
|
|
this.lbModelName = new SmartX.SmartLabel();
|
|
this.lbModelSpec = new SmartX.SmartLabel();
|
|
this.tmrInitPass = new SmartX.SmartTimer(this.components);
|
|
this.lbBlankRack = new SmartX.SmartLabel();
|
|
this.smartLabel1 = new SmartX.SmartLabel();
|
|
this.smartLabel2 = new SmartX.SmartLabel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.smartProgressBar3 = new SmartX.SmartProgressBar();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox6 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox7 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox8 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox9 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox10 = new System.Windows.Forms.PictureBox();
|
|
this.smartProgressBar1 = new SmartX.SmartProgressBar();
|
|
this.smartLabel3 = new SmartX.SmartLabel();
|
|
this.sfmMain = new SmartX.SmartForm();
|
|
((System.ComponentModel.ISupportInitialize)(this.sfmMain)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// sModBus
|
|
//
|
|
this.sModBus.Buad_Rate = SmartX.SmartModbus.BUADRATE.CBR_38400;
|
|
this.sModBus.Parity = System.IO.Ports.Parity.None;
|
|
this.sModBus.PortNo = SmartX.SmartModbus.COMPORTNO.COM3;
|
|
this.sModBus.ProtocolType = SmartX.SmartModbus.PROTOCOL.RTU;
|
|
this.sModBus.ReadTimeout = -1;
|
|
this.sModBus.SlaveAddress = 1;
|
|
this.sModBus.StopBits = System.IO.Ports.StopBits.One;
|
|
//
|
|
// sThrComm
|
|
//
|
|
this.sThrComm.Priority = System.Threading.ThreadPriority.Normal;
|
|
this.sThrComm.OnEnding += new SmartX.SmartThread.EndingHandler(this.sThrComm_OnEnding);
|
|
this.sThrComm.ThreadFunction += new SmartX.SmartThread.ThreadHandler(this.sThrComm_ThreadFunction);
|
|
//
|
|
// sThrDisplay
|
|
//
|
|
this.sThrDisplay.Priority = System.Threading.ThreadPriority.Normal;
|
|
this.sThrDisplay.UIThreadFunction += new SmartX.SmartThread.UIThreadHandler(this.sThrDisplay_UIThreadFunction);
|
|
//
|
|
// tmLedDisplay
|
|
//
|
|
this.tmLedDisplay.EndTime = ((long)(100000000000));
|
|
this.tmLedDisplay.Interval = 300;
|
|
this.tmLedDisplay.IntervalSeries = null;
|
|
this.tmLedDisplay.NowMillisecond = ((long)(0));
|
|
this.tmLedDisplay.StartTime = ((long)(0));
|
|
this.tmLedDisplay.Tick += new System.EventHandler(this.tmLedDisplay_Tick);
|
|
//
|
|
// lbMainVoltage
|
|
//
|
|
this.lbMainVoltage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbMainVoltage.BackColor = System.Drawing.Color.White;
|
|
this.lbMainVoltage.BackPictureBox = this.sfmMain;
|
|
this.lbMainVoltage.BackPictureBox1 = null;
|
|
this.lbMainVoltage.BackPictureBox2 = null;
|
|
this.lbMainVoltage.BorderColor = System.Drawing.Color.Black;
|
|
this.lbMainVoltage.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbMainVoltage.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Bold);
|
|
this.lbMainVoltage.InitVisible = true;
|
|
this.lbMainVoltage.LineSpacing = 0F;
|
|
this.lbMainVoltage.Location = new System.Drawing.Point(257, 41);
|
|
this.lbMainVoltage.Name = "lbMainVoltage";
|
|
this.lbMainVoltage.Size = new System.Drawing.Size(106, 35);
|
|
this.lbMainVoltage.TabIndex = 19;
|
|
this.lbMainVoltage.Text = "00.0";
|
|
this.lbMainVoltage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.lbMainVoltage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbMainVoltage.Wordwrap = false;
|
|
//
|
|
// lbMainCurrent
|
|
//
|
|
this.lbMainCurrent.BackColor = System.Drawing.Color.White;
|
|
this.lbMainCurrent.BackPictureBox = this.sfmMain;
|
|
this.lbMainCurrent.BackPictureBox1 = null;
|
|
this.lbMainCurrent.BackPictureBox2 = null;
|
|
this.lbMainCurrent.BorderColor = System.Drawing.Color.Black;
|
|
this.lbMainCurrent.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbMainCurrent.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Bold);
|
|
this.lbMainCurrent.InitVisible = true;
|
|
this.lbMainCurrent.LineSpacing = 0F;
|
|
this.lbMainCurrent.Location = new System.Drawing.Point(402, 41);
|
|
this.lbMainCurrent.Name = "lbMainCurrent";
|
|
this.lbMainCurrent.Size = new System.Drawing.Size(136, 35);
|
|
this.lbMainCurrent.TabIndex = 20;
|
|
this.lbMainCurrent.Text = "-0000.0";
|
|
this.lbMainCurrent.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.lbMainCurrent.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbMainCurrent.Wordwrap = false;
|
|
//
|
|
// lbMainOpStatus
|
|
//
|
|
this.lbMainOpStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|
this.lbMainOpStatus.BackPictureBox = this.sfmMain;
|
|
this.lbMainOpStatus.BackPictureBox1 = null;
|
|
this.lbMainOpStatus.BackPictureBox2 = null;
|
|
this.lbMainOpStatus.BorderColor = System.Drawing.Color.Black;
|
|
this.lbMainOpStatus.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbMainOpStatus.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Bold);
|
|
this.lbMainOpStatus.ForeColor = System.Drawing.Color.Black;
|
|
this.lbMainOpStatus.InitVisible = true;
|
|
this.lbMainOpStatus.LineSpacing = 0F;
|
|
this.lbMainOpStatus.Location = new System.Drawing.Point(359, 264);
|
|
this.lbMainOpStatus.Name = "lbMainOpStatus";
|
|
this.lbMainOpStatus.Size = new System.Drawing.Size(185, 18);
|
|
this.lbMainOpStatus.TabIndex = 24;
|
|
this.lbMainOpStatus.Text = "FLOATING";
|
|
this.lbMainOpStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.lbMainOpStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbMainOpStatus.Wordwrap = false;
|
|
//
|
|
// lbMainAlarmStatus
|
|
//
|
|
this.lbMainAlarmStatus.BackPictureBox = this.sfmMain;
|
|
this.lbMainAlarmStatus.BackPictureBox1 = null;
|
|
this.lbMainAlarmStatus.BackPictureBox2 = null;
|
|
this.lbMainAlarmStatus.BorderColor = System.Drawing.Color.Black;
|
|
this.lbMainAlarmStatus.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbMainAlarmStatus.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Bold);
|
|
this.lbMainAlarmStatus.InitVisible = true;
|
|
this.lbMainAlarmStatus.LineSpacing = 0F;
|
|
this.lbMainAlarmStatus.Location = new System.Drawing.Point(659, 264);
|
|
this.lbMainAlarmStatus.Name = "lbMainAlarmStatus";
|
|
this.lbMainAlarmStatus.Size = new System.Drawing.Size(134, 18);
|
|
this.lbMainAlarmStatus.TabIndex = 28;
|
|
this.lbMainAlarmStatus.Text = "NORMAL";
|
|
this.lbMainAlarmStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.lbMainAlarmStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbMainAlarmStatus.Wordwrap = false;
|
|
//
|
|
// lbCurrentDateTime
|
|
//
|
|
this.lbCurrentDateTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(229)))), ((int)(((byte)(229)))));
|
|
this.lbCurrentDateTime.BackPictureBox = this.sfmMain;
|
|
this.lbCurrentDateTime.BackPictureBox1 = null;
|
|
this.lbCurrentDateTime.BackPictureBox2 = null;
|
|
this.lbCurrentDateTime.BorderColor = System.Drawing.Color.Transparent;
|
|
this.lbCurrentDateTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbCurrentDateTime.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lbCurrentDateTime.InitVisible = true;
|
|
this.lbCurrentDateTime.LineSpacing = 2F;
|
|
this.lbCurrentDateTime.Location = new System.Drawing.Point(20, 458);
|
|
this.lbCurrentDateTime.Name = "lbCurrentDateTime";
|
|
this.lbCurrentDateTime.Size = new System.Drawing.Size(209, 18);
|
|
this.lbCurrentDateTime.TabIndex = 41;
|
|
this.lbCurrentDateTime.Text = "2016/05/12 12:33:20";
|
|
this.lbCurrentDateTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.lbCurrentDateTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbCurrentDateTime.Wordwrap = false;
|
|
this.lbCurrentDateTime.Click += new System.EventHandler(this.lbCurrentDateTime_Click);
|
|
//
|
|
// lbMainSOC
|
|
//
|
|
this.lbMainSOC.BackColor = System.Drawing.Color.White;
|
|
this.lbMainSOC.BackPictureBox = this.sfmMain;
|
|
this.lbMainSOC.BackPictureBox1 = null;
|
|
this.lbMainSOC.BackPictureBox2 = null;
|
|
this.lbMainSOC.BorderColor = System.Drawing.Color.Black;
|
|
this.lbMainSOC.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbMainSOC.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Bold);
|
|
this.lbMainSOC.InitVisible = true;
|
|
this.lbMainSOC.LineSpacing = 0F;
|
|
this.lbMainSOC.Location = new System.Drawing.Point(578, 41);
|
|
this.lbMainSOC.Name = "lbMainSOC";
|
|
this.lbMainSOC.Size = new System.Drawing.Size(72, 35);
|
|
this.lbMainSOC.TabIndex = 43;
|
|
this.lbMainSOC.Text = "100";
|
|
this.lbMainSOC.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.lbMainSOC.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbMainSOC.Wordwrap = false;
|
|
//
|
|
// lbMainTemp
|
|
//
|
|
this.lbMainTemp.BackColor = System.Drawing.Color.White;
|
|
this.lbMainTemp.BackPictureBox = this.sfmMain;
|
|
this.lbMainTemp.BackPictureBox1 = null;
|
|
this.lbMainTemp.BackPictureBox2 = null;
|
|
this.lbMainTemp.BorderColor = System.Drawing.Color.Black;
|
|
this.lbMainTemp.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbMainTemp.Font = new System.Drawing.Font("Tahoma", 22F, System.Drawing.FontStyle.Bold);
|
|
this.lbMainTemp.InitVisible = true;
|
|
this.lbMainTemp.LineSpacing = 0F;
|
|
this.lbMainTemp.Location = new System.Drawing.Point(692, 41);
|
|
this.lbMainTemp.Name = "lbMainTemp";
|
|
this.lbMainTemp.Size = new System.Drawing.Size(76, 35);
|
|
this.lbMainTemp.TabIndex = 44;
|
|
this.lbMainTemp.Text = "0";
|
|
this.lbMainTemp.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.lbMainTemp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbMainTemp.Wordwrap = false;
|
|
//
|
|
// sfAlarmList
|
|
//
|
|
this.sfAlarmList.FilePathName = null;
|
|
//
|
|
// tmHistory
|
|
//
|
|
this.tmHistory.EndTime = ((long)(100000000000));
|
|
this.tmHistory.Interval = 500;
|
|
this.tmHistory.IntervalSeries = null;
|
|
this.tmHistory.NowMillisecond = ((long)(0));
|
|
this.tmHistory.StartTime = ((long)(0));
|
|
this.tmHistory.Tick += new System.EventHandler(this.tmHistory_Tick);
|
|
//
|
|
// lbW1
|
|
//
|
|
this.lbW1.BackPictureBox = this.sfmMain;
|
|
this.lbW1.BackPictureBox1 = null;
|
|
this.lbW1.BackPictureBox2 = null;
|
|
this.lbW1.BorderColor = System.Drawing.Color.Black;
|
|
this.lbW1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbW1.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lbW1.ForeColor = System.Drawing.Color.Yellow;
|
|
this.lbW1.InitVisible = true;
|
|
this.lbW1.LineSpacing = 0F;
|
|
this.lbW1.Location = new System.Drawing.Point(460, 289);
|
|
this.lbW1.Name = "lbW1";
|
|
this.lbW1.Size = new System.Drawing.Size(28, 22);
|
|
this.lbW1.TabIndex = 56;
|
|
this.lbW1.Text = "W";
|
|
this.lbW1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.lbW1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbW1.Wordwrap = false;
|
|
//
|
|
// lbP1
|
|
//
|
|
this.lbP1.BackPictureBox = this.sfmMain;
|
|
this.lbP1.BackPictureBox1 = null;
|
|
this.lbP1.BackPictureBox2 = null;
|
|
this.lbP1.BorderColor = System.Drawing.Color.Black;
|
|
this.lbP1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbP1.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lbP1.ForeColor = System.Drawing.Color.Red;
|
|
this.lbP1.InitVisible = true;
|
|
this.lbP1.LineSpacing = 0F;
|
|
this.lbP1.Location = new System.Drawing.Point(493, 289);
|
|
this.lbP1.Name = "lbP1";
|
|
this.lbP1.Size = new System.Drawing.Size(28, 22);
|
|
this.lbP1.TabIndex = 57;
|
|
this.lbP1.Text = "T";
|
|
this.lbP1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.lbP1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbP1.Wordwrap = false;
|
|
//
|
|
// lbP2
|
|
//
|
|
this.lbP2.BackPictureBox = this.sfmMain;
|
|
this.lbP2.BackPictureBox1 = null;
|
|
this.lbP2.BackPictureBox2 = null;
|
|
this.lbP2.BorderColor = System.Drawing.Color.Black;
|
|
this.lbP2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbP2.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lbP2.ForeColor = System.Drawing.Color.Red;
|
|
this.lbP2.InitVisible = true;
|
|
this.lbP2.LineSpacing = 0F;
|
|
this.lbP2.Location = new System.Drawing.Point(768, 289);
|
|
this.lbP2.Name = "lbP2";
|
|
this.lbP2.Size = new System.Drawing.Size(28, 22);
|
|
this.lbP2.TabIndex = 59;
|
|
this.lbP2.Text = "T";
|
|
this.lbP2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.lbP2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbP2.Wordwrap = false;
|
|
//
|
|
// lbW2
|
|
//
|
|
this.lbW2.BackPictureBox = this.sfmMain;
|
|
this.lbW2.BackPictureBox1 = null;
|
|
this.lbW2.BackPictureBox2 = null;
|
|
this.lbW2.BorderColor = System.Drawing.Color.Black;
|
|
this.lbW2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbW2.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lbW2.ForeColor = System.Drawing.Color.Yellow;
|
|
this.lbW2.InitVisible = true;
|
|
this.lbW2.LineSpacing = 0F;
|
|
this.lbW2.Location = new System.Drawing.Point(735, 289);
|
|
this.lbW2.Name = "lbW2";
|
|
this.lbW2.Size = new System.Drawing.Size(28, 22);
|
|
this.lbW2.TabIndex = 58;
|
|
this.lbW2.Text = "W";
|
|
this.lbW2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.lbW2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbW2.Wordwrap = false;
|
|
//
|
|
// btnSetting
|
|
//
|
|
this.btnSetting.BackPictureBox = null;
|
|
this.btnSetting.BackPictureBox1 = null;
|
|
this.btnSetting.BackPictureBox2 = null;
|
|
this.btnSetting.ButtonColor = System.Drawing.Color.Gray;
|
|
this.btnSetting.ButtonImageAutoSize = true;
|
|
this.btnSetting.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.btnSetting.DisableImage = null;
|
|
this.btnSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("btnSetting.DownImage")));
|
|
this.btnSetting.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
|
|
this.btnSetting.GroupID = 0;
|
|
this.btnSetting.InitVisible = true;
|
|
this.btnSetting.Location = new System.Drawing.Point(661, 429);
|
|
this.btnSetting.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.btnSetting.Name = "btnSetting";
|
|
this.btnSetting.NestedClickEventPrevent = false;
|
|
this.btnSetting.OutlinePixel = 1;
|
|
this.btnSetting.RepeatInterval = 1000;
|
|
this.btnSetting.RepeatIntervalAccelerate = null;
|
|
this.btnSetting.SafeInterval = 200;
|
|
this.btnSetting.Size = new System.Drawing.Size(135, 48);
|
|
this.btnSetting.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.btnSetting.TabIndex = 60;
|
|
this.btnSetting.Text = "SETTING";
|
|
this.btnSetting.TextColor = System.Drawing.Color.Black;
|
|
this.btnSetting.TextDownColor = System.Drawing.Color.White;
|
|
this.btnSetting.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.btnSetting.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.btnSetting.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.btnSetting.UpImage = ((System.Drawing.Image)(resources.GetObject("btnSetting.UpImage")));
|
|
this.btnSetting.Click += new System.EventHandler(this.btnSetting_Click);
|
|
//
|
|
// btnMute
|
|
//
|
|
this.btnMute.BackPictureBox = null;
|
|
this.btnMute.BackPictureBox1 = null;
|
|
this.btnMute.BackPictureBox2 = null;
|
|
this.btnMute.ButtonColor = System.Drawing.Color.Gray;
|
|
this.btnMute.ButtonImageAutoSize = true;
|
|
this.btnMute.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.btnMute.DisableImage = null;
|
|
this.btnMute.DownImage = ((System.Drawing.Image)(resources.GetObject("btnMute.DownImage")));
|
|
this.btnMute.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
|
|
this.btnMute.GroupID = 0;
|
|
this.btnMute.InitVisible = true;
|
|
this.btnMute.Location = new System.Drawing.Point(250, 429);
|
|
this.btnMute.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.btnMute.Name = "btnMute";
|
|
this.btnMute.NestedClickEventPrevent = false;
|
|
this.btnMute.OutlinePixel = 1;
|
|
this.btnMute.RepeatInterval = 1000;
|
|
this.btnMute.RepeatIntervalAccelerate = null;
|
|
this.btnMute.SafeInterval = 200;
|
|
this.btnMute.Size = new System.Drawing.Size(135, 48);
|
|
this.btnMute.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.btnMute.TabIndex = 61;
|
|
this.btnMute.Text = "MUTE";
|
|
this.btnMute.TextColor = System.Drawing.Color.Black;
|
|
this.btnMute.TextDownColor = System.Drawing.Color.White;
|
|
this.btnMute.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.btnMute.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.btnMute.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.btnMute.UpImage = ((System.Drawing.Image)(resources.GetObject("btnMute.UpImage")));
|
|
this.btnMute.Click += new System.EventHandler(this.btnMute_Click);
|
|
//
|
|
// btnTrayInfo
|
|
//
|
|
this.btnTrayInfo.BackPictureBox = null;
|
|
this.btnTrayInfo.BackPictureBox1 = null;
|
|
this.btnTrayInfo.BackPictureBox2 = null;
|
|
this.btnTrayInfo.ButtonColor = System.Drawing.Color.Gray;
|
|
this.btnTrayInfo.ButtonImageAutoSize = true;
|
|
this.btnTrayInfo.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.btnTrayInfo.DisableImage = null;
|
|
this.btnTrayInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("btnTrayInfo.DownImage")));
|
|
this.btnTrayInfo.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
|
|
this.btnTrayInfo.GroupID = 0;
|
|
this.btnTrayInfo.InitVisible = true;
|
|
this.btnTrayInfo.Location = new System.Drawing.Point(387, 429);
|
|
this.btnTrayInfo.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.btnTrayInfo.Name = "btnTrayInfo";
|
|
this.btnTrayInfo.NestedClickEventPrevent = false;
|
|
this.btnTrayInfo.OutlinePixel = 1;
|
|
this.btnTrayInfo.RepeatInterval = 1000;
|
|
this.btnTrayInfo.RepeatIntervalAccelerate = null;
|
|
this.btnTrayInfo.SafeInterval = 200;
|
|
this.btnTrayInfo.Size = new System.Drawing.Size(135, 48);
|
|
this.btnTrayInfo.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.btnTrayInfo.TabIndex = 62;
|
|
this.btnTrayInfo.Text = "MODULE";
|
|
this.btnTrayInfo.TextColor = System.Drawing.Color.Black;
|
|
this.btnTrayInfo.TextDownColor = System.Drawing.Color.White;
|
|
this.btnTrayInfo.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.btnTrayInfo.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.btnTrayInfo.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.btnTrayInfo.UpImage = ((System.Drawing.Image)(resources.GetObject("btnTrayInfo.UpImage")));
|
|
this.btnTrayInfo.Click += new System.EventHandler(this.btnTrayInfo_Click);
|
|
//
|
|
// btnHistory
|
|
//
|
|
this.btnHistory.BackPictureBox = null;
|
|
this.btnHistory.BackPictureBox1 = null;
|
|
this.btnHistory.BackPictureBox2 = null;
|
|
this.btnHistory.ButtonColor = System.Drawing.Color.Gray;
|
|
this.btnHistory.ButtonImageAutoSize = true;
|
|
this.btnHistory.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.btnHistory.DisableImage = null;
|
|
this.btnHistory.DownImage = ((System.Drawing.Image)(resources.GetObject("btnHistory.DownImage")));
|
|
this.btnHistory.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
|
|
this.btnHistory.GroupID = 0;
|
|
this.btnHistory.InitVisible = true;
|
|
this.btnHistory.Location = new System.Drawing.Point(524, 429);
|
|
this.btnHistory.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.btnHistory.Name = "btnHistory";
|
|
this.btnHistory.NestedClickEventPrevent = false;
|
|
this.btnHistory.OutlinePixel = 1;
|
|
this.btnHistory.RepeatInterval = 1000;
|
|
this.btnHistory.RepeatIntervalAccelerate = null;
|
|
this.btnHistory.SafeInterval = 200;
|
|
this.btnHistory.Size = new System.Drawing.Size(135, 48);
|
|
this.btnHistory.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.btnHistory.TabIndex = 63;
|
|
this.btnHistory.Text = "HISTORY";
|
|
this.btnHistory.TextColor = System.Drawing.Color.Black;
|
|
this.btnHistory.TextDownColor = System.Drawing.Color.White;
|
|
this.btnHistory.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.btnHistory.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.btnHistory.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.btnHistory.UpImage = ((System.Drawing.Image)(resources.GetObject("btnHistory.UpImage")));
|
|
this.btnHistory.Click += new System.EventHandler(this.btnHistory_Click);
|
|
//
|
|
// pbMAlarmProtectB
|
|
//
|
|
this.pbMAlarmProtectB.Image = ((System.Drawing.Image)(resources.GetObject("pbMAlarmProtectB.Image")));
|
|
this.pbMAlarmProtectB.Location = new System.Drawing.Point(769, 243);
|
|
this.pbMAlarmProtectB.Name = "pbMAlarmProtectB";
|
|
this.pbMAlarmProtectB.Size = new System.Drawing.Size(23, 23);
|
|
this.pbMAlarmProtectB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
//
|
|
// pbMAlarmProtectA
|
|
//
|
|
this.pbMAlarmProtectA.Image = ((System.Drawing.Image)(resources.GetObject("pbMAlarmProtectA.Image")));
|
|
this.pbMAlarmProtectA.Location = new System.Drawing.Point(769, 214);
|
|
this.pbMAlarmProtectA.Name = "pbMAlarmProtectA";
|
|
this.pbMAlarmProtectA.Size = new System.Drawing.Size(23, 23);
|
|
this.pbMAlarmProtectA.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
//
|
|
// pbMAlarmWarningB
|
|
//
|
|
this.pbMAlarmWarningB.Image = ((System.Drawing.Image)(resources.GetObject("pbMAlarmWarningB.Image")));
|
|
this.pbMAlarmWarningB.Location = new System.Drawing.Point(769, 185);
|
|
this.pbMAlarmWarningB.Name = "pbMAlarmWarningB";
|
|
this.pbMAlarmWarningB.Size = new System.Drawing.Size(23, 23);
|
|
this.pbMAlarmWarningB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
//
|
|
// pbMAlarmWarningA
|
|
//
|
|
this.pbMAlarmWarningA.Image = ((System.Drawing.Image)(resources.GetObject("pbMAlarmWarningA.Image")));
|
|
this.pbMAlarmWarningA.Location = new System.Drawing.Point(769, 156);
|
|
this.pbMAlarmWarningA.Name = "pbMAlarmWarningA";
|
|
this.pbMAlarmWarningA.Size = new System.Drawing.Size(23, 23);
|
|
this.pbMAlarmWarningA.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
//
|
|
// pbMAlarmNormalB
|
|
//
|
|
this.pbMAlarmNormalB.Image = ((System.Drawing.Image)(resources.GetObject("pbMAlarmNormalB.Image")));
|
|
this.pbMAlarmNormalB.Location = new System.Drawing.Point(769, 127);
|
|
this.pbMAlarmNormalB.Name = "pbMAlarmNormalB";
|
|
this.pbMAlarmNormalB.Size = new System.Drawing.Size(23, 23);
|
|
this.pbMAlarmNormalB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
//
|
|
// pbMAlarmNormalA
|
|
//
|
|
this.pbMAlarmNormalA.Image = ((System.Drawing.Image)(resources.GetObject("pbMAlarmNormalA.Image")));
|
|
this.pbMAlarmNormalA.Location = new System.Drawing.Point(772, 314);
|
|
this.pbMAlarmNormalA.Name = "pbMAlarmNormalA";
|
|
this.pbMAlarmNormalA.Size = new System.Drawing.Size(23, 23);
|
|
this.pbMAlarmNormalA.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
//
|
|
// tmrScreenSaver
|
|
//
|
|
this.tmrScreenSaver.EndTime = ((long)(100000000000));
|
|
this.tmrScreenSaver.Interval = 1000;
|
|
this.tmrScreenSaver.IntervalSeries = null;
|
|
this.tmrScreenSaver.NowMillisecond = ((long)(0));
|
|
this.tmrScreenSaver.StartTime = ((long)(0));
|
|
this.tmrScreenSaver.Tick += new System.EventHandler(this.tmrScreenSaver_Tick);
|
|
//
|
|
// tmrLog
|
|
//
|
|
this.tmrLog.EndTime = ((long)(100000000000));
|
|
this.tmrLog.Interval = 1000;
|
|
this.tmrLog.IntervalSeries = null;
|
|
this.tmrLog.NowMillisecond = ((long)(0));
|
|
this.tmrLog.StartTime = ((long)(0));
|
|
this.tmrLog.Tick += new System.EventHandler(this.tmrLog_Tick);
|
|
//
|
|
// lbModelName
|
|
//
|
|
this.lbModelName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbModelName.BackColor = System.Drawing.Color.White;
|
|
this.lbModelName.BackPictureBox = this.sfmMain;
|
|
this.lbModelName.BackPictureBox1 = null;
|
|
this.lbModelName.BackPictureBox2 = null;
|
|
this.lbModelName.BorderColor = System.Drawing.Color.Black;
|
|
this.lbModelName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbModelName.Font = new System.Drawing.Font("Tahoma", 16F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
|
|
this.lbModelName.InitVisible = true;
|
|
this.lbModelName.LineSpacing = 0F;
|
|
this.lbModelName.Location = new System.Drawing.Point(84, 1);
|
|
this.lbModelName.Name = "lbModelName";
|
|
this.lbModelName.Size = new System.Drawing.Size(145, 27);
|
|
this.lbModelName.TabIndex = 112;
|
|
this.lbModelName.Text = "LFP";
|
|
this.lbModelName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.lbModelName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbModelName.Wordwrap = false;
|
|
//
|
|
// lbModelSpec
|
|
//
|
|
this.lbModelSpec.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbModelSpec.BackColor = System.Drawing.Color.White;
|
|
this.lbModelSpec.BackPictureBox = this.sfmMain;
|
|
this.lbModelSpec.BackPictureBox1 = null;
|
|
this.lbModelSpec.BackPictureBox2 = null;
|
|
this.lbModelSpec.BorderColor = System.Drawing.Color.Black;
|
|
this.lbModelSpec.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbModelSpec.Font = new System.Drawing.Font("Tahoma", 16F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
|
|
this.lbModelSpec.InitVisible = true;
|
|
this.lbModelSpec.LineSpacing = 0F;
|
|
this.lbModelSpec.Location = new System.Drawing.Point(84, 25);
|
|
this.lbModelSpec.Name = "lbModelSpec";
|
|
this.lbModelSpec.Size = new System.Drawing.Size(145, 27);
|
|
this.lbModelSpec.TabIndex = 111;
|
|
this.lbModelSpec.Text = "48V 1000Ah";
|
|
this.lbModelSpec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.lbModelSpec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbModelSpec.Wordwrap = false;
|
|
//
|
|
// tmrInitPass
|
|
//
|
|
this.tmrInitPass.EndTime = ((long)(100000000000));
|
|
this.tmrInitPass.Interval = 100;
|
|
this.tmrInitPass.IntervalSeries = null;
|
|
this.tmrInitPass.NowMillisecond = ((long)(0));
|
|
this.tmrInitPass.StartTime = ((long)(0));
|
|
this.tmrInitPass.Tick += new System.EventHandler(this.tmrInitPass_Tick);
|
|
//
|
|
// lbBlankRack
|
|
//
|
|
this.lbBlankRack.BackPictureBox = null;
|
|
this.lbBlankRack.BackPictureBox1 = null;
|
|
this.lbBlankRack.BackPictureBox2 = null;
|
|
this.lbBlankRack.BorderColor = System.Drawing.Color.Black;
|
|
this.lbBlankRack.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbBlankRack.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lbBlankRack.InitVisible = true;
|
|
this.lbBlankRack.LineSpacing = 0F;
|
|
this.lbBlankRack.Location = new System.Drawing.Point(3, 417);
|
|
this.lbBlankRack.Name = "lbBlankRack";
|
|
this.lbBlankRack.Size = new System.Drawing.Size(227, 37);
|
|
this.lbBlankRack.TabIndex = 120;
|
|
this.lbBlankRack.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.lbBlankRack.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbBlankRack.Wordwrap = false;
|
|
//
|
|
// smartLabel1
|
|
//
|
|
this.smartLabel1.BackPictureBox = null;
|
|
this.smartLabel1.BackPictureBox1 = null;
|
|
this.smartLabel1.BackPictureBox2 = null;
|
|
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel1.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel1.InitVisible = true;
|
|
this.smartLabel1.LineSpacing = 0F;
|
|
this.smartLabel1.Location = new System.Drawing.Point(57, 55);
|
|
this.smartLabel1.Name = "smartLabel1";
|
|
this.smartLabel1.Size = new System.Drawing.Size(174, 37);
|
|
this.smartLabel1.TabIndex = 137;
|
|
this.smartLabel1.Text = "#1";
|
|
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel1.Wordwrap = false;
|
|
//
|
|
// smartLabel2
|
|
//
|
|
this.smartLabel2.BackPictureBox = null;
|
|
this.smartLabel2.BackPictureBox1 = null;
|
|
this.smartLabel2.BackPictureBox2 = null;
|
|
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel2.InitVisible = true;
|
|
this.smartLabel2.LineSpacing = 0F;
|
|
this.smartLabel2.Location = new System.Drawing.Point(3, 95);
|
|
this.smartLabel2.Name = "smartLabel2";
|
|
this.smartLabel2.Size = new System.Drawing.Size(227, 37);
|
|
this.smartLabel2.TabIndex = 138;
|
|
this.smartLabel2.Text = "#10";
|
|
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel2.Wordwrap = false;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
this.pictureBox1.Location = new System.Drawing.Point(411, 109);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(53, 143);
|
|
//
|
|
// smartProgressBar3
|
|
//
|
|
this.smartProgressBar3.AutoColorSet = true;
|
|
this.smartProgressBar3.BackColor = System.Drawing.Color.Silver;
|
|
this.smartProgressBar3.BarBackColor1 = System.Drawing.Color.White;
|
|
this.smartProgressBar3.BarBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.smartProgressBar3.BarColor1 = System.Drawing.Color.Green;
|
|
this.smartProgressBar3.BarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|
this.smartProgressBar3.BarStyle = SmartX.SmartProgressBar.BARTYPE.Normal;
|
|
this.smartProgressBar3.Direction = SmartX.SmartProgressBar.DIR.Vertical;
|
|
this.smartProgressBar3.InitVisible = true;
|
|
this.smartProgressBar3.Location = new System.Drawing.Point(414, 122);
|
|
this.smartProgressBar3.Maximum = 100;
|
|
this.smartProgressBar3.Minimum = 0;
|
|
this.smartProgressBar3.Name = "smartProgressBar3";
|
|
this.smartProgressBar3.OutlineColor = System.Drawing.Color.Black;
|
|
this.smartProgressBar3.PercentageText = false;
|
|
this.smartProgressBar3.RoundedCorners = true;
|
|
this.smartProgressBar3.Size = new System.Drawing.Size(48, 126);
|
|
this.smartProgressBar3.TabIndex = 157;
|
|
this.smartProgressBar3.Text = "smartProgressBar3";
|
|
this.smartProgressBar3.TextAutoRotation = true;
|
|
this.smartProgressBar3.Value = 50;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
|
|
this.pictureBox2.Location = new System.Drawing.Point(246, 109);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(53, 116);
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
//
|
|
// pictureBox3
|
|
//
|
|
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
|
|
this.pictureBox3.Location = new System.Drawing.Point(301, 109);
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
this.pictureBox3.Size = new System.Drawing.Size(53, 143);
|
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
//
|
|
// pictureBox4
|
|
//
|
|
this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
|
|
this.pictureBox4.Location = new System.Drawing.Point(356, 109);
|
|
this.pictureBox4.Name = "pictureBox4";
|
|
this.pictureBox4.Size = new System.Drawing.Size(53, 143);
|
|
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
//
|
|
// pictureBox5
|
|
//
|
|
this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
|
|
this.pictureBox5.Location = new System.Drawing.Point(466, 109);
|
|
this.pictureBox5.Name = "pictureBox5";
|
|
this.pictureBox5.Size = new System.Drawing.Size(53, 143);
|
|
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
//
|
|
// pictureBox6
|
|
//
|
|
this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
|
|
this.pictureBox6.Location = new System.Drawing.Point(521, 109);
|
|
this.pictureBox6.Name = "pictureBox6";
|
|
this.pictureBox6.Size = new System.Drawing.Size(53, 143);
|
|
this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
//
|
|
// pictureBox7
|
|
//
|
|
this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
|
|
this.pictureBox7.Location = new System.Drawing.Point(576, 109);
|
|
this.pictureBox7.Name = "pictureBox7";
|
|
this.pictureBox7.Size = new System.Drawing.Size(53, 143);
|
|
this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
//
|
|
// pictureBox8
|
|
//
|
|
this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image")));
|
|
this.pictureBox8.Location = new System.Drawing.Point(631, 109);
|
|
this.pictureBox8.Name = "pictureBox8";
|
|
this.pictureBox8.Size = new System.Drawing.Size(53, 143);
|
|
this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
//
|
|
// pictureBox9
|
|
//
|
|
this.pictureBox9.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox9.Image")));
|
|
this.pictureBox9.Location = new System.Drawing.Point(686, 109);
|
|
this.pictureBox9.Name = "pictureBox9";
|
|
this.pictureBox9.Size = new System.Drawing.Size(53, 143);
|
|
this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
//
|
|
// pictureBox10
|
|
//
|
|
this.pictureBox10.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox10.Image")));
|
|
this.pictureBox10.Location = new System.Drawing.Point(741, 109);
|
|
this.pictureBox10.Name = "pictureBox10";
|
|
this.pictureBox10.Size = new System.Drawing.Size(53, 143);
|
|
this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
//
|
|
// smartProgressBar1
|
|
//
|
|
this.smartProgressBar1.AutoColorSet = true;
|
|
this.smartProgressBar1.BackColor = System.Drawing.Color.Silver;
|
|
this.smartProgressBar1.BarBackColor1 = System.Drawing.Color.White;
|
|
this.smartProgressBar1.BarBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.smartProgressBar1.BarColor1 = System.Drawing.Color.Yellow;
|
|
this.smartProgressBar1.BarColor2 = System.Drawing.Color.Olive;
|
|
this.smartProgressBar1.BarStyle = SmartX.SmartProgressBar.BARTYPE.Normal;
|
|
this.smartProgressBar1.Direction = SmartX.SmartProgressBar.DIR.Vertical;
|
|
this.smartProgressBar1.InitVisible = true;
|
|
this.smartProgressBar1.Location = new System.Drawing.Point(467, 122);
|
|
this.smartProgressBar1.Maximum = 100;
|
|
this.smartProgressBar1.Minimum = 0;
|
|
this.smartProgressBar1.Name = "smartProgressBar1";
|
|
this.smartProgressBar1.OutlineColor = System.Drawing.Color.Black;
|
|
this.smartProgressBar1.PercentageText = false;
|
|
this.smartProgressBar1.RoundedCorners = true;
|
|
this.smartProgressBar1.Size = new System.Drawing.Size(48, 126);
|
|
this.smartProgressBar1.TabIndex = 176;
|
|
this.smartProgressBar1.Text = "smartProgressBar1";
|
|
this.smartProgressBar1.TextAutoRotation = true;
|
|
this.smartProgressBar1.Value = 50;
|
|
//
|
|
// smartLabel3
|
|
//
|
|
this.smartLabel3.BackPictureBox = this.sfmMain;
|
|
this.smartLabel3.BackPictureBox1 = null;
|
|
this.smartLabel3.BackPictureBox2 = null;
|
|
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel3.InitVisible = true;
|
|
this.smartLabel3.LineSpacing = 0F;
|
|
this.smartLabel3.Location = new System.Drawing.Point(246, 85);
|
|
this.smartLabel3.Name = "smartLabel3";
|
|
this.smartLabel3.Size = new System.Drawing.Size(53, 21);
|
|
this.smartLabel3.TabIndex = 194;
|
|
this.smartLabel3.Text = "#1";
|
|
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel3.Wordwrap = false;
|
|
//
|
|
// sfmMain
|
|
//
|
|
this.sfmMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(229)))), ((int)(((byte)(229)))));
|
|
this.sfmMain.CenterLocation = true;
|
|
this.sfmMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.sfmMain.Image = ((System.Drawing.Image)(resources.GetObject("sfmMain.Image")));
|
|
this.sfmMain.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
|
|
this.sfmMain.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD800X480;
|
|
this.sfmMain.Location = new System.Drawing.Point(0, 0);
|
|
this.sfmMain.MainForm = this;
|
|
this.sfmMain.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
|
|
this.sfmMain.MouseCursor = SmartX.SmartForm.OnOff.OFF;
|
|
this.sfmMain.Name = "sfmMain";
|
|
this.sfmMain.Size = new System.Drawing.Size(800, 480);
|
|
this.sfmMain.SpecialFunctionClickPointSize = 100;
|
|
this.sfmMain.SuspendLayoutInterval = 1;
|
|
//
|
|
// fmBMSMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.AutoScroll = true;
|
|
this.ClientSize = new System.Drawing.Size(800, 480);
|
|
this.Controls.Add(this.smartLabel3);
|
|
this.Controls.Add(this.smartProgressBar1);
|
|
this.Controls.Add(this.pictureBox10);
|
|
this.Controls.Add(this.pictureBox9);
|
|
this.Controls.Add(this.pictureBox8);
|
|
this.Controls.Add(this.pictureBox7);
|
|
this.Controls.Add(this.pictureBox6);
|
|
this.Controls.Add(this.pictureBox5);
|
|
this.Controls.Add(this.pictureBox4);
|
|
this.Controls.Add(this.pictureBox3);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.smartProgressBar3);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.smartLabel2);
|
|
this.Controls.Add(this.smartLabel1);
|
|
this.Controls.Add(this.lbBlankRack);
|
|
this.Controls.Add(this.lbModelName);
|
|
this.Controls.Add(this.lbModelSpec);
|
|
this.Controls.Add(this.pbMAlarmProtectB);
|
|
this.Controls.Add(this.pbMAlarmProtectA);
|
|
this.Controls.Add(this.pbMAlarmWarningB);
|
|
this.Controls.Add(this.pbMAlarmWarningA);
|
|
this.Controls.Add(this.pbMAlarmNormalB);
|
|
this.Controls.Add(this.pbMAlarmNormalA);
|
|
this.Controls.Add(this.btnHistory);
|
|
this.Controls.Add(this.btnTrayInfo);
|
|
this.Controls.Add(this.btnMute);
|
|
this.Controls.Add(this.btnSetting);
|
|
this.Controls.Add(this.lbP2);
|
|
this.Controls.Add(this.lbW2);
|
|
this.Controls.Add(this.lbP1);
|
|
this.Controls.Add(this.lbW1);
|
|
this.Controls.Add(this.lbMainTemp);
|
|
this.Controls.Add(this.lbMainSOC);
|
|
this.Controls.Add(this.lbCurrentDateTime);
|
|
this.Controls.Add(this.lbMainAlarmStatus);
|
|
this.Controls.Add(this.lbMainOpStatus);
|
|
this.Controls.Add(this.lbMainCurrent);
|
|
this.Controls.Add(this.lbMainVoltage);
|
|
this.Controls.Add(this.sfmMain);
|
|
this.Name = "fmBMSMain";
|
|
this.Text = "BMSMain";
|
|
this.Load += new System.EventHandler(this.fmBMSMain_Load);
|
|
this.Activated += new System.EventHandler(this.fmBMSMain_Activated);
|
|
this.Closing += new System.ComponentModel.CancelEventHandler(this.fmBMSMain_Closing);
|
|
((System.ComponentModel.ISupportInitialize)(this.sfmMain)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartModbus sModBus;
|
|
private SmartX.SmartThread sThrDisplay;
|
|
private SmartX.SmartTimer tmLedDisplay;
|
|
private SmartX.SmartLabel lbMainVoltage;
|
|
private SmartX.SmartLabel lbMainCurrent;
|
|
private SmartX.SmartLabel lbMainAlarmStatus;
|
|
private SmartX.SmartLabel lbCurrentDateTime;
|
|
private SmartX.SmartLabel lbMainSOC;
|
|
private SmartX.SmartLabel lbMainTemp;
|
|
private SmartX.SmartLabel lbMainOpStatus;
|
|
private SmartX.SmartThread sThrComm;
|
|
private SmartX.SmartFile sfAlarmList;
|
|
private SmartX.SmartTimer tmHistory;
|
|
private SmartX.SmartLabel lbP1;
|
|
private SmartX.SmartLabel lbW1;
|
|
private SmartX.SmartLabel lbP2;
|
|
private SmartX.SmartLabel lbW2;
|
|
private SmartX.SmartButton btnHistory;
|
|
private SmartX.SmartButton btnTrayInfo;
|
|
private SmartX.SmartButton btnMute;
|
|
private SmartX.SmartButton btnSetting;
|
|
private System.Windows.Forms.PictureBox pbMAlarmProtectB;
|
|
private System.Windows.Forms.PictureBox pbMAlarmProtectA;
|
|
private System.Windows.Forms.PictureBox pbMAlarmWarningB;
|
|
private System.Windows.Forms.PictureBox pbMAlarmWarningA;
|
|
private System.Windows.Forms.PictureBox pbMAlarmNormalB;
|
|
private System.Windows.Forms.PictureBox pbMAlarmNormalA;
|
|
private SmartX.SmartTimer tmrScreenSaver;
|
|
private SmartX.SmartTimer tmrLog;
|
|
private SmartX.SmartLabel lbModelName;
|
|
private SmartX.SmartLabel lbModelSpec;
|
|
private SmartX.SmartTimer tmrInitPass;
|
|
private SmartX.SmartLabel lbBlankRack;
|
|
private SmartX.SmartLabel smartLabel1;
|
|
private SmartX.SmartLabel smartLabel2;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private SmartX.SmartProgressBar smartProgressBar3;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.PictureBox pictureBox10;
|
|
private System.Windows.Forms.PictureBox pictureBox9;
|
|
private System.Windows.Forms.PictureBox pictureBox8;
|
|
private System.Windows.Forms.PictureBox pictureBox7;
|
|
private System.Windows.Forms.PictureBox pictureBox6;
|
|
private System.Windows.Forms.PictureBox pictureBox5;
|
|
private System.Windows.Forms.PictureBox pictureBox4;
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
private SmartX.SmartProgressBar smartProgressBar1;
|
|
private SmartX.SmartLabel smartLabel3;
|
|
public SmartX.SmartForm sfmMain;
|
|
}
|
|
}
|
|
|