namespace BMS_D1000H { partial class fmTrayInfo { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; private System.Windows.Forms.MainMenu mainMenu1; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fmTrayInfo)); this.mainMenu1 = new System.Windows.Forms.MainMenu(); this.tmDisplay = new SmartX.SmartTimer(this.components); this.TrayVoltage = new SmartX.SmartLabel(); this.sfmMainDetail = new SmartX.SmartForm(); this.TrayCurrent = new SmartX.SmartLabel(); this.TraySoc = new SmartX.SmartLabel(); this.TrayMaxTemp = new SmartX.SmartLabel(); this.lbTrayStatus = new SmartX.SmartLabel(); this.lbTrayAlarm = new SmartX.SmartLabel(); this.MaxCVolt = new SmartX.SmartLabel(); this.AvgCVolt = new SmartX.SmartLabel(); this.MinCVolt = new SmartX.SmartLabel(); this.MinTemp = new SmartX.SmartLabel(); this.AvgTemp = new SmartX.SmartLabel(); this.MaxTemp = new SmartX.SmartLabel(); this.lbTrayNo = new SmartX.SmartLabel(); this.btnRight = new SmartX.SmartButton(); this.btnLeft = new SmartX.SmartButton(); this.btnHistory = new SmartX.SmartButton(); this.btnMain = new SmartX.SmartButton(); this.tmLedDisplay = new SmartX.SmartTimer(this.components); this.pbAlarmNormalA = new System.Windows.Forms.PictureBox(); this.pbAlarmNormalB = new System.Windows.Forms.PictureBox(); this.pbAlarmWarningA = new System.Windows.Forms.PictureBox(); this.pbAlarmWarningB = new System.Windows.Forms.PictureBox(); this.pbAlarmProtectA = new System.Windows.Forms.PictureBox(); this.pbAlarmProtectB = new System.Windows.Forms.PictureBox(); this.lbModelName = new SmartX.SmartLabel(); this.lbModelSpec = new SmartX.SmartLabel(); this.lbP = new SmartX.SmartLabel(); this.lbW = new SmartX.SmartLabel(); ((System.ComponentModel.ISupportInitialize)(this.sfmMainDetail)).BeginInit(); this.SuspendLayout(); // // tmDisplay // this.tmDisplay.EndTime = ((long)(100000000000)); this.tmDisplay.Interval = 500; this.tmDisplay.IntervalSeries = null; this.tmDisplay.NowMillisecond = ((long)(0)); this.tmDisplay.StartTime = ((long)(0)); this.tmDisplay.Tick += new System.EventHandler(this.tmDisplay_Tick); // // TrayVoltage // this.TrayVoltage.BackColor = System.Drawing.Color.White; this.TrayVoltage.BackPictureBox = this.sfmMainDetail; this.TrayVoltage.BackPictureBox1 = null; this.TrayVoltage.BackPictureBox2 = null; this.TrayVoltage.BorderColor = System.Drawing.Color.Black; this.TrayVoltage.BorderStyle = System.Windows.Forms.BorderStyle.None; this.TrayVoltage.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Bold); this.TrayVoltage.InitVisible = true; this.TrayVoltage.LineSpacing = 0F; this.TrayVoltage.Location = new System.Drawing.Point(300, 44); this.TrayVoltage.Name = "TrayVoltage"; this.TrayVoltage.Size = new System.Drawing.Size(125, 32); this.TrayVoltage.TabIndex = 25; this.TrayVoltage.Text = "0.0"; this.TrayVoltage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.TrayVoltage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.TrayVoltage.Wordwrap = false; // // sfmMainDetail // this.sfmMainDetail.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(229)))), ((int)(((byte)(229))))); this.sfmMainDetail.CenterLocation = false; this.sfmMainDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.sfmMainDetail.Image = ((System.Drawing.Image)(resources.GetObject("sfmMainDetail.Image"))); this.sfmMainDetail.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL; this.sfmMainDetail.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD800X480; this.sfmMainDetail.Location = new System.Drawing.Point(0, 0); this.sfmMainDetail.MainForm = this; this.sfmMainDetail.Mode = SmartX.SmartForm.RUNMODE.RUNTIME; this.sfmMainDetail.MouseCursor = SmartX.SmartForm.OnOff.OFF; this.sfmMainDetail.Name = "sfmMainDetail"; this.sfmMainDetail.Size = new System.Drawing.Size(800, 480); this.sfmMainDetail.SpecialFunctionClickPointSize = 100; this.sfmMainDetail.SuspendLayoutInterval = 1; // // TrayCurrent // this.TrayCurrent.BackColor = System.Drawing.Color.White; this.TrayCurrent.BackPictureBox = this.sfmMainDetail; this.TrayCurrent.BackPictureBox1 = null; this.TrayCurrent.BackPictureBox2 = null; this.TrayCurrent.BorderColor = System.Drawing.Color.Black; this.TrayCurrent.BorderStyle = System.Windows.Forms.BorderStyle.None; this.TrayCurrent.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Bold); this.TrayCurrent.InitVisible = true; this.TrayCurrent.LineSpacing = 0F; this.TrayCurrent.Location = new System.Drawing.Point(465, 44); this.TrayCurrent.Name = "TrayCurrent"; this.TrayCurrent.Size = new System.Drawing.Size(162, 32); this.TrayCurrent.TabIndex = 27; this.TrayCurrent.Text = "0.0"; this.TrayCurrent.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.TrayCurrent.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.TrayCurrent.Wordwrap = false; // // TraySoc // this.TraySoc.BackColor = System.Drawing.Color.White; this.TraySoc.BackPictureBox = this.sfmMainDetail; this.TraySoc.BackPictureBox1 = null; this.TraySoc.BackPictureBox2 = null; this.TraySoc.BorderColor = System.Drawing.Color.Black; this.TraySoc.BorderStyle = System.Windows.Forms.BorderStyle.None; this.TraySoc.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Bold); this.TraySoc.InitVisible = true; this.TraySoc.LineSpacing = 0F; this.TraySoc.Location = new System.Drawing.Point(669, 44); this.TraySoc.Name = "TraySoc"; this.TraySoc.Size = new System.Drawing.Size(88, 32); this.TraySoc.TabIndex = 28; this.TraySoc.Text = "0"; this.TraySoc.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.TraySoc.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.TraySoc.Wordwrap = false; // // TrayMaxTemp // this.TrayMaxTemp.BackColor = System.Drawing.Color.White; this.TrayMaxTemp.BackPictureBox = null; this.TrayMaxTemp.BackPictureBox1 = null; this.TrayMaxTemp.BackPictureBox2 = null; this.TrayMaxTemp.BorderColor = System.Drawing.Color.Black; this.TrayMaxTemp.BorderStyle = System.Windows.Forms.BorderStyle.None; this.TrayMaxTemp.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Bold); this.TrayMaxTemp.InitVisible = true; this.TrayMaxTemp.LineSpacing = 0F; this.TrayMaxTemp.Location = new System.Drawing.Point(300, 129); this.TrayMaxTemp.Name = "TrayMaxTemp"; this.TrayMaxTemp.Size = new System.Drawing.Size(125, 24); this.TrayMaxTemp.TabIndex = 35; this.TrayMaxTemp.Text = "0.0"; this.TrayMaxTemp.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.TrayMaxTemp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.TrayMaxTemp.Wordwrap = false; // // lbTrayStatus // this.lbTrayStatus.BackColor = System.Drawing.Color.White; this.lbTrayStatus.BackPictureBox = null; this.lbTrayStatus.BackPictureBox1 = null; this.lbTrayStatus.BackPictureBox2 = null; this.lbTrayStatus.BorderColor = System.Drawing.Color.Black; this.lbTrayStatus.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lbTrayStatus.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold); this.lbTrayStatus.InitVisible = true; this.lbTrayStatus.LineSpacing = 0F; this.lbTrayStatus.Location = new System.Drawing.Point(465, 129); this.lbTrayStatus.Name = "lbTrayStatus"; this.lbTrayStatus.Size = new System.Drawing.Size(186, 26); this.lbTrayStatus.TabIndex = 36; this.lbTrayStatus.Text = "FLOATING"; this.lbTrayStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.lbTrayStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.lbTrayStatus.Wordwrap = false; // // lbTrayAlarm // this.lbTrayAlarm.BackColor = System.Drawing.Color.White; this.lbTrayAlarm.BackPictureBox = null; this.lbTrayAlarm.BackPictureBox1 = null; this.lbTrayAlarm.BackPictureBox2 = null; this.lbTrayAlarm.BorderColor = System.Drawing.Color.Black; this.lbTrayAlarm.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lbTrayAlarm.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold); this.lbTrayAlarm.InitVisible = true; this.lbTrayAlarm.LineSpacing = 0F; this.lbTrayAlarm.Location = new System.Drawing.Point(669, 129); this.lbTrayAlarm.Name = "lbTrayAlarm"; this.lbTrayAlarm.Size = new System.Drawing.Size(121, 26); this.lbTrayAlarm.TabIndex = 37; this.lbTrayAlarm.Text = "NORMAL"; this.lbTrayAlarm.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.lbTrayAlarm.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.lbTrayAlarm.Wordwrap = false; // // MaxCVolt // this.MaxCVolt.BackColor = System.Drawing.Color.White; this.MaxCVolt.BackPictureBox = this.sfmMainDetail; this.MaxCVolt.BackPictureBox1 = null; this.MaxCVolt.BackPictureBox2 = null; this.MaxCVolt.BorderColor = System.Drawing.Color.Black; this.MaxCVolt.BorderStyle = System.Windows.Forms.BorderStyle.None; this.MaxCVolt.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.MaxCVolt.InitVisible = true; this.MaxCVolt.LineSpacing = 0F; this.MaxCVolt.Location = new System.Drawing.Point(460, 192); this.MaxCVolt.Name = "MaxCVolt"; this.MaxCVolt.Size = new System.Drawing.Size(85, 15); this.MaxCVolt.TabIndex = 38; this.MaxCVolt.Text = "0.000"; this.MaxCVolt.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.MaxCVolt.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.MaxCVolt.Wordwrap = false; // // AvgCVolt // this.AvgCVolt.BackColor = System.Drawing.Color.White; this.AvgCVolt.BackPictureBox = this.sfmMainDetail; this.AvgCVolt.BackPictureBox1 = null; this.AvgCVolt.BackPictureBox2 = null; this.AvgCVolt.BorderColor = System.Drawing.Color.Black; this.AvgCVolt.BorderStyle = System.Windows.Forms.BorderStyle.None; this.AvgCVolt.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.AvgCVolt.InitVisible = true; this.AvgCVolt.LineSpacing = 0F; this.AvgCVolt.Location = new System.Drawing.Point(573, 192); this.AvgCVolt.Name = "AvgCVolt"; this.AvgCVolt.Size = new System.Drawing.Size(90, 15); this.AvgCVolt.TabIndex = 39; this.AvgCVolt.Text = "0.000"; this.AvgCVolt.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.AvgCVolt.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.AvgCVolt.Wordwrap = false; // // MinCVolt // this.MinCVolt.BackColor = System.Drawing.Color.White; this.MinCVolt.BackPictureBox = this.sfmMainDetail; this.MinCVolt.BackPictureBox1 = null; this.MinCVolt.BackPictureBox2 = null; this.MinCVolt.BorderColor = System.Drawing.Color.Black; this.MinCVolt.BorderStyle = System.Windows.Forms.BorderStyle.None; this.MinCVolt.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.MinCVolt.InitVisible = true; this.MinCVolt.LineSpacing = 0F; this.MinCVolt.Location = new System.Drawing.Point(687, 192); this.MinCVolt.Name = "MinCVolt"; this.MinCVolt.Size = new System.Drawing.Size(90, 15); this.MinCVolt.TabIndex = 41; this.MinCVolt.Text = "0.000"; this.MinCVolt.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.MinCVolt.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.MinCVolt.Wordwrap = false; // // MinTemp // this.MinTemp.BackColor = System.Drawing.Color.White; this.MinTemp.BackPictureBox = this.sfmMainDetail; this.MinTemp.BackPictureBox1 = null; this.MinTemp.BackPictureBox2 = null; this.MinTemp.BorderColor = System.Drawing.Color.Black; this.MinTemp.BorderStyle = System.Windows.Forms.BorderStyle.None; this.MinTemp.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.MinTemp.InitVisible = true; this.MinTemp.LineSpacing = 0F; this.MinTemp.Location = new System.Drawing.Point(687, 213); this.MinTemp.Name = "MinTemp"; this.MinTemp.Size = new System.Drawing.Size(90, 15); this.MinTemp.TabIndex = 44; this.MinTemp.Text = "0.0"; this.MinTemp.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.MinTemp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.MinTemp.Wordwrap = false; // // AvgTemp // this.AvgTemp.BackColor = System.Drawing.Color.White; this.AvgTemp.BackPictureBox = this.sfmMainDetail; this.AvgTemp.BackPictureBox1 = null; this.AvgTemp.BackPictureBox2 = null; this.AvgTemp.BorderColor = System.Drawing.Color.Black; this.AvgTemp.BorderStyle = System.Windows.Forms.BorderStyle.None; this.AvgTemp.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.AvgTemp.InitVisible = true; this.AvgTemp.LineSpacing = 0F; this.AvgTemp.Location = new System.Drawing.Point(573, 213); this.AvgTemp.Name = "AvgTemp"; this.AvgTemp.Size = new System.Drawing.Size(90, 15); this.AvgTemp.TabIndex = 43; this.AvgTemp.Text = "0.0"; this.AvgTemp.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.AvgTemp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.AvgTemp.Wordwrap = false; // // MaxTemp // this.MaxTemp.BackColor = System.Drawing.Color.White; this.MaxTemp.BackPictureBox = this.sfmMainDetail; this.MaxTemp.BackPictureBox1 = null; this.MaxTemp.BackPictureBox2 = null; this.MaxTemp.BorderColor = System.Drawing.Color.Black; this.MaxTemp.BorderStyle = System.Windows.Forms.BorderStyle.None; this.MaxTemp.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.MaxTemp.InitVisible = true; this.MaxTemp.LineSpacing = 0F; this.MaxTemp.Location = new System.Drawing.Point(460, 213); this.MaxTemp.Name = "MaxTemp"; this.MaxTemp.Size = new System.Drawing.Size(85, 15); this.MaxTemp.TabIndex = 42; this.MaxTemp.Text = "0.0"; this.MaxTemp.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.MaxTemp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.MaxTemp.Wordwrap = false; // // lbTrayNo // this.lbTrayNo.BackColor = System.Drawing.Color.White; this.lbTrayNo.BackPictureBox = null; this.lbTrayNo.BackPictureBox1 = null; this.lbTrayNo.BackPictureBox2 = null; this.lbTrayNo.BorderColor = System.Drawing.Color.Black; this.lbTrayNo.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lbTrayNo.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Bold); this.lbTrayNo.InitVisible = true; this.lbTrayNo.LineSpacing = 0F; this.lbTrayNo.Location = new System.Drawing.Point(226, 21); this.lbTrayNo.Name = "lbTrayNo"; this.lbTrayNo.Size = new System.Drawing.Size(47, 26); this.lbTrayNo.TabIndex = 51; this.lbTrayNo.Text = "A"; this.lbTrayNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.lbTrayNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.lbTrayNo.Wordwrap = false; // // btnRight // this.btnRight.BackPictureBox = this.sfmMainDetail; this.btnRight.BackPictureBox1 = null; this.btnRight.BackPictureBox2 = null; this.btnRight.ButtonColor = System.Drawing.Color.Gray; this.btnRight.ButtonImageAutoSize = true; this.btnRight.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.btnRight.DisableImage = null; this.btnRight.DownImage = ((System.Drawing.Image)(resources.GetObject("btnRight.DownImage"))); this.btnRight.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold); this.btnRight.GroupID = 0; this.btnRight.InitVisible = true; this.btnRight.Location = new System.Drawing.Point(546, 433); this.btnRight.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.btnRight.Name = "btnRight"; this.btnRight.NestedClickEventPrevent = false; this.btnRight.OutlinePixel = 1; this.btnRight.RepeatInterval = 1000; this.btnRight.RepeatIntervalAccelerate = null; this.btnRight.SafeInterval = 200; this.btnRight.Size = new System.Drawing.Size(125, 44); this.btnRight.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.btnRight.TabIndex = 33; this.btnRight.Text = ">>"; this.btnRight.TextColor = System.Drawing.Color.Black; this.btnRight.TextDownColor = System.Drawing.Color.White; this.btnRight.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.btnRight.TextLocation = new System.Drawing.Point(0, 0); this.btnRight.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.btnRight.UpImage = ((System.Drawing.Image)(resources.GetObject("btnRight.UpImage"))); this.btnRight.Click += new System.EventHandler(this.btnRight_Click); // // btnLeft // this.btnLeft.BackPictureBox = this.sfmMainDetail; this.btnLeft.BackPictureBox1 = null; this.btnLeft.BackPictureBox2 = null; this.btnLeft.ButtonColor = System.Drawing.Color.Gray; this.btnLeft.ButtonImageAutoSize = true; this.btnLeft.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.btnLeft.DisableImage = null; this.btnLeft.DownImage = ((System.Drawing.Image)(resources.GetObject("btnLeft.DownImage"))); this.btnLeft.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold); this.btnLeft.GroupID = 0; this.btnLeft.InitVisible = true; this.btnLeft.Location = new System.Drawing.Point(420, 433); this.btnLeft.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.btnLeft.Name = "btnLeft"; this.btnLeft.NestedClickEventPrevent = false; this.btnLeft.OutlinePixel = 1; this.btnLeft.RepeatInterval = 1000; this.btnLeft.RepeatIntervalAccelerate = null; this.btnLeft.SafeInterval = 200; this.btnLeft.Size = new System.Drawing.Size(125, 44); this.btnLeft.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.btnLeft.TabIndex = 32; this.btnLeft.Text = "<<"; this.btnLeft.TextColor = System.Drawing.Color.Black; this.btnLeft.TextDownColor = System.Drawing.Color.White; this.btnLeft.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.btnLeft.TextLocation = new System.Drawing.Point(0, 0); this.btnLeft.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.btnLeft.UpImage = ((System.Drawing.Image)(resources.GetObject("btnLeft.UpImage"))); this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click); // // btnHistory // this.btnHistory.BackPictureBox = this.sfmMainDetail; 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(294, 433); 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(125, 44); this.btnHistory.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.btnHistory.TabIndex = 31; 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); // // btnMain // this.btnMain.BackPictureBox = this.sfmMainDetail; this.btnMain.BackPictureBox1 = null; this.btnMain.BackPictureBox2 = null; this.btnMain.ButtonColor = System.Drawing.Color.Gray; this.btnMain.ButtonImageAutoSize = true; this.btnMain.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.btnMain.DisableImage = null; this.btnMain.DownImage = ((System.Drawing.Image)(resources.GetObject("btnMain.DownImage"))); this.btnMain.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold); this.btnMain.GroupID = 0; this.btnMain.InitVisible = true; this.btnMain.Location = new System.Drawing.Point(672, 433); this.btnMain.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.btnMain.Name = "btnMain"; this.btnMain.NestedClickEventPrevent = false; this.btnMain.OutlinePixel = 1; this.btnMain.RepeatInterval = 1000; this.btnMain.RepeatIntervalAccelerate = null; this.btnMain.SafeInterval = 200; this.btnMain.Size = new System.Drawing.Size(125, 44); this.btnMain.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.btnMain.TabIndex = 29; this.btnMain.Text = "MAIN"; this.btnMain.TextColor = System.Drawing.Color.Black; this.btnMain.TextDownColor = System.Drawing.Color.White; this.btnMain.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.btnMain.TextLocation = new System.Drawing.Point(0, 0); this.btnMain.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.btnMain.UpImage = ((System.Drawing.Image)(resources.GetObject("btnMain.UpImage"))); this.btnMain.Click += new System.EventHandler(this.btnGotoMain_Click); // // 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); // // pbAlarmNormalA // this.pbAlarmNormalA.Image = ((System.Drawing.Image)(resources.GetObject("pbAlarmNormalA.Image"))); this.pbAlarmNormalA.Location = new System.Drawing.Point(205, 234); this.pbAlarmNormalA.Name = "pbAlarmNormalA"; this.pbAlarmNormalA.Size = new System.Drawing.Size(23, 23); this.pbAlarmNormalA.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; // // pbAlarmNormalB // this.pbAlarmNormalB.Image = ((System.Drawing.Image)(resources.GetObject("pbAlarmNormalB.Image"))); this.pbAlarmNormalB.Location = new System.Drawing.Point(205, 263); this.pbAlarmNormalB.Name = "pbAlarmNormalB"; this.pbAlarmNormalB.Size = new System.Drawing.Size(23, 23); this.pbAlarmNormalB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; // // pbAlarmWarningA // this.pbAlarmWarningA.Image = ((System.Drawing.Image)(resources.GetObject("pbAlarmWarningA.Image"))); this.pbAlarmWarningA.Location = new System.Drawing.Point(205, 292); this.pbAlarmWarningA.Name = "pbAlarmWarningA"; this.pbAlarmWarningA.Size = new System.Drawing.Size(23, 23); this.pbAlarmWarningA.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; // // pbAlarmWarningB // this.pbAlarmWarningB.Image = ((System.Drawing.Image)(resources.GetObject("pbAlarmWarningB.Image"))); this.pbAlarmWarningB.Location = new System.Drawing.Point(205, 321); this.pbAlarmWarningB.Name = "pbAlarmWarningB"; this.pbAlarmWarningB.Size = new System.Drawing.Size(23, 23); this.pbAlarmWarningB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; // // pbAlarmProtectA // this.pbAlarmProtectA.Image = ((System.Drawing.Image)(resources.GetObject("pbAlarmProtectA.Image"))); this.pbAlarmProtectA.Location = new System.Drawing.Point(205, 350); this.pbAlarmProtectA.Name = "pbAlarmProtectA"; this.pbAlarmProtectA.Size = new System.Drawing.Size(23, 23); this.pbAlarmProtectA.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; // // pbAlarmProtectB // this.pbAlarmProtectB.Image = ((System.Drawing.Image)(resources.GetObject("pbAlarmProtectB.Image"))); this.pbAlarmProtectB.Location = new System.Drawing.Point(205, 379); this.pbAlarmProtectB.Name = "pbAlarmProtectB"; this.pbAlarmProtectB.Size = new System.Drawing.Size(23, 23); this.pbAlarmProtectB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; // // 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.sfmMainDetail; 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", 18F, ((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(66, 7); this.lbModelName.Name = "lbModelName"; this.lbModelName.Size = new System.Drawing.Size(145, 27); this.lbModelName.TabIndex = 114; 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.sfmMainDetail; 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", 18F, ((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(66, 31); this.lbModelSpec.Name = "lbModelSpec"; this.lbModelSpec.Size = new System.Drawing.Size(145, 27); this.lbModelSpec.TabIndex = 113; this.lbModelSpec.Text = "48V 100Ah"; this.lbModelSpec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.lbModelSpec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.lbModelSpec.Wordwrap = false; // // lbP // this.lbP.BackPictureBox = this.sfmMainDetail; this.lbP.BackPictureBox1 = null; this.lbP.BackPictureBox2 = null; this.lbP.BorderColor = System.Drawing.Color.Black; this.lbP.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lbP.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); this.lbP.ForeColor = System.Drawing.Color.Red; this.lbP.InitVisible = true; this.lbP.LineSpacing = 0F; this.lbP.Location = new System.Drawing.Point(248, 206); this.lbP.Name = "lbP"; this.lbP.Size = new System.Drawing.Size(28, 22); this.lbP.TabIndex = 123; this.lbP.Text = "T"; this.lbP.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.lbP.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.lbP.Wordwrap = false; // // lbW // this.lbW.BackPictureBox = this.sfmMainDetail; this.lbW.BackPictureBox1 = null; this.lbW.BackPictureBox2 = null; this.lbW.BorderColor = System.Drawing.Color.Black; this.lbW.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lbW.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); this.lbW.ForeColor = System.Drawing.Color.Yellow; this.lbW.InitVisible = true; this.lbW.LineSpacing = 0F; this.lbW.Location = new System.Drawing.Point(205, 206); this.lbW.Name = "lbW"; this.lbW.Size = new System.Drawing.Size(28, 22); this.lbW.TabIndex = 122; this.lbW.Text = "W"; this.lbW.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.lbW.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.lbW.Wordwrap = false; // // fmTrayInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(800, 480); this.Controls.Add(this.lbP); this.Controls.Add(this.lbW); this.Controls.Add(this.lbModelName); this.Controls.Add(this.lbModelSpec); this.Controls.Add(this.pbAlarmProtectB); this.Controls.Add(this.pbAlarmProtectA); this.Controls.Add(this.pbAlarmWarningB); this.Controls.Add(this.pbAlarmWarningA); this.Controls.Add(this.pbAlarmNormalB); this.Controls.Add(this.pbAlarmNormalA); this.Controls.Add(this.lbTrayNo); this.Controls.Add(this.MinTemp); this.Controls.Add(this.AvgTemp); this.Controls.Add(this.MaxTemp); this.Controls.Add(this.MinCVolt); this.Controls.Add(this.AvgCVolt); this.Controls.Add(this.MaxCVolt); this.Controls.Add(this.lbTrayAlarm); this.Controls.Add(this.lbTrayStatus); this.Controls.Add(this.TrayMaxTemp); this.Controls.Add(this.btnRight); this.Controls.Add(this.btnLeft); this.Controls.Add(this.btnHistory); this.Controls.Add(this.btnMain); this.Controls.Add(this.TraySoc); this.Controls.Add(this.TrayCurrent); this.Controls.Add(this.TrayVoltage); this.Controls.Add(this.sfmMainDetail); this.Menu = this.mainMenu1; this.Name = "fmTrayInfo"; this.Text = "fmTrayInfo"; this.Load += new System.EventHandler(this.fmMainDetail_Load); ((System.ComponentModel.ISupportInitialize)(this.sfmMainDetail)).EndInit(); this.ResumeLayout(false); } #endregion private SmartX.SmartForm sfmMainDetail; private SmartX.SmartTimer tmDisplay; private SmartX.SmartLabel TrayVoltage; private SmartX.SmartLabel TrayCurrent; private SmartX.SmartLabel TraySoc; private SmartX.SmartButton btnMain; private SmartX.SmartButton btnRight; private SmartX.SmartButton btnLeft; private SmartX.SmartButton btnHistory; private SmartX.SmartLabel TrayMaxTemp; private SmartX.SmartLabel lbTrayStatus; private SmartX.SmartLabel lbTrayAlarm; private SmartX.SmartLabel MaxCVolt; private SmartX.SmartLabel AvgCVolt; private SmartX.SmartLabel MinCVolt; private SmartX.SmartLabel MinTemp; private SmartX.SmartLabel AvgTemp; private SmartX.SmartLabel MaxTemp; private SmartX.SmartLabel lbTrayNo; private SmartX.SmartTimer tmLedDisplay; private System.Windows.Forms.PictureBox pbAlarmNormalA; private System.Windows.Forms.PictureBox pbAlarmWarningA; private System.Windows.Forms.PictureBox pbAlarmNormalB; private System.Windows.Forms.PictureBox pbAlarmProtectB; private System.Windows.Forms.PictureBox pbAlarmProtectA; private System.Windows.Forms.PictureBox pbAlarmWarningB; private SmartX.SmartLabel lbModelName; private SmartX.SmartLabel lbModelSpec; private SmartX.SmartLabel lbP; private SmartX.SmartLabel lbW; } }