namespace BMS_D1000H
{
partial class fmHistory
{
///
/// 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(fmHistory));
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.sfmHistory = new SmartX.SmartForm();
this.btnMain = new SmartX.SmartButton();
this.lbHistDateTime = new SmartX.SmartLabel();
this.lbAlarmType = new SmartX.SmartLabel();
this.lbAlarmName = new SmartX.SmartLabel();
this.lbAlarmPos = new SmartX.SmartLabel();
this.lbParam = new SmartX.SmartLabel();
this.tmrDisplay = new SmartX.SmartTimer(this.components);
this.tbHistCount = new System.Windows.Forms.TextBox();
this.btnRefresh = new SmartX.SmartButton();
this.smartLabel1 = new SmartX.SmartLabel();
this.smartLabel2 = new SmartX.SmartLabel();
this.smartLabel3 = new SmartX.SmartLabel();
this.smartLabel4 = new SmartX.SmartLabel();
this.smartLabel5 = new SmartX.SmartLabel();
this.btnPrev = new SmartX.SmartButton();
this.btnNext = new SmartX.SmartButton();
this.lbModelName = new SmartX.SmartLabel();
this.lbModelSpec = new SmartX.SmartLabel();
((System.ComponentModel.ISupportInitialize)(this.sfmHistory)).BeginInit();
this.SuspendLayout();
//
// sfmHistory
//
this.sfmHistory.CenterLocation = false;
this.sfmHistory.Dock = System.Windows.Forms.DockStyle.Fill;
this.sfmHistory.Image = ((System.Drawing.Image)(resources.GetObject("sfmHistory.Image")));
this.sfmHistory.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
this.sfmHistory.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD800X480;
this.sfmHistory.Location = new System.Drawing.Point(0, 0);
this.sfmHistory.MainForm = this;
this.sfmHistory.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
this.sfmHistory.MouseCursor = SmartX.SmartForm.OnOff.OFF;
this.sfmHistory.Name = "sfmHistory";
this.sfmHistory.Size = new System.Drawing.Size(800, 480);
this.sfmHistory.SpecialFunctionClickPointSize = 100;
this.sfmHistory.SuspendLayoutInterval = 1;
//
// btnMain
//
this.btnMain.BackPictureBox = null;
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(659, 427);
this.btnMain.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.btnMain.Name = "btnMain";
this.btnMain.NestedClickEventPrevent = false;
this.btnMain.OutlinePixel = 1;
this.btnMain.RepeatInterval = 200;
this.btnMain.RepeatIntervalAccelerate = null;
this.btnMain.SafeInterval = 200;
this.btnMain.Size = new System.Drawing.Size(135, 48);
this.btnMain.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.btnMain.TabIndex = 1;
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.btnMain_Click);
//
// lbHistDateTime
//
this.lbHistDateTime.BackPictureBox = null;
this.lbHistDateTime.BackPictureBox1 = null;
this.lbHistDateTime.BackPictureBox2 = null;
this.lbHistDateTime.BorderColor = System.Drawing.Color.Black;
this.lbHistDateTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbHistDateTime.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.lbHistDateTime.InitVisible = true;
this.lbHistDateTime.LineSpacing = 0F;
this.lbHistDateTime.Location = new System.Drawing.Point(8, 77);
this.lbHistDateTime.Name = "lbHistDateTime";
this.lbHistDateTime.Size = new System.Drawing.Size(200, 24);
this.lbHistDateTime.TabIndex = 3;
this.lbHistDateTime.Text = "DateTime";
this.lbHistDateTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.lbHistDateTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.lbHistDateTime.Wordwrap = false;
//
// lbAlarmType
//
this.lbAlarmType.BackPictureBox = null;
this.lbAlarmType.BackPictureBox1 = null;
this.lbAlarmType.BackPictureBox2 = null;
this.lbAlarmType.BorderColor = System.Drawing.Color.Black;
this.lbAlarmType.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbAlarmType.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.lbAlarmType.InitVisible = true;
this.lbAlarmType.LineSpacing = 0F;
this.lbAlarmType.Location = new System.Drawing.Point(210, 77);
this.lbAlarmType.Name = "lbAlarmType";
this.lbAlarmType.Size = new System.Drawing.Size(121, 24);
this.lbAlarmType.TabIndex = 4;
this.lbAlarmType.Text = "Event";
this.lbAlarmType.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.lbAlarmType.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.lbAlarmType.Wordwrap = false;
//
// lbAlarmName
//
this.lbAlarmName.BackPictureBox = null;
this.lbAlarmName.BackPictureBox1 = null;
this.lbAlarmName.BackPictureBox2 = null;
this.lbAlarmName.BorderColor = System.Drawing.Color.Black;
this.lbAlarmName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbAlarmName.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.lbAlarmName.InitVisible = true;
this.lbAlarmName.LineSpacing = 0F;
this.lbAlarmName.Location = new System.Drawing.Point(333, 77);
this.lbAlarmName.Name = "lbAlarmName";
this.lbAlarmName.Size = new System.Drawing.Size(250, 24);
this.lbAlarmName.TabIndex = 5;
this.lbAlarmName.Text = "Alarm Name";
this.lbAlarmName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.lbAlarmName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.lbAlarmName.Wordwrap = false;
//
// lbAlarmPos
//
this.lbAlarmPos.BackPictureBox = null;
this.lbAlarmPos.BackPictureBox1 = null;
this.lbAlarmPos.BackPictureBox2 = null;
this.lbAlarmPos.BorderColor = System.Drawing.Color.Black;
this.lbAlarmPos.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbAlarmPos.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.lbAlarmPos.InitVisible = true;
this.lbAlarmPos.LineSpacing = 0F;
this.lbAlarmPos.Location = new System.Drawing.Point(585, 77);
this.lbAlarmPos.Name = "lbAlarmPos";
this.lbAlarmPos.Size = new System.Drawing.Size(98, 24);
this.lbAlarmPos.TabIndex = 6;
this.lbAlarmPos.Text = "Pos";
this.lbAlarmPos.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.lbAlarmPos.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.lbAlarmPos.Wordwrap = false;
//
// lbParam
//
this.lbParam.BackPictureBox = null;
this.lbParam.BackPictureBox1 = null;
this.lbParam.BackPictureBox2 = null;
this.lbParam.BorderColor = System.Drawing.Color.Black;
this.lbParam.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbParam.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.lbParam.InitVisible = true;
this.lbParam.LineSpacing = 0F;
this.lbParam.Location = new System.Drawing.Point(685, 77);
this.lbParam.Name = "lbParam";
this.lbParam.Size = new System.Drawing.Size(106, 24);
this.lbParam.TabIndex = 7;
this.lbParam.Text = "Param";
this.lbParam.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.lbParam.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.lbParam.Wordwrap = false;
//
// tmrDisplay
//
this.tmrDisplay.EndTime = ((long)(100000000000));
this.tmrDisplay.Interval = 500;
this.tmrDisplay.IntervalSeries = null;
this.tmrDisplay.NowMillisecond = ((long)(0));
this.tmrDisplay.StartTime = ((long)(0));
this.tmrDisplay.Tick += new System.EventHandler(this.tmrDisplay_Tick);
//
// tbHistCount
//
this.tbHistCount.Location = new System.Drawing.Point(305, 64);
this.tbHistCount.Name = "tbHistCount";
this.tbHistCount.Size = new System.Drawing.Size(100, 23);
this.tbHistCount.TabIndex = 13;
this.tbHistCount.Visible = false;
//
// btnRefresh
//
this.btnRefresh.BackPictureBox = null;
this.btnRefresh.BackPictureBox1 = null;
this.btnRefresh.BackPictureBox2 = null;
this.btnRefresh.ButtonColor = System.Drawing.Color.Gray;
this.btnRefresh.ButtonImageAutoSize = true;
this.btnRefresh.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.btnRefresh.DisableImage = null;
this.btnRefresh.DownImage = ((System.Drawing.Image)(resources.GetObject("btnRefresh.DownImage")));
this.btnRefresh.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
this.btnRefresh.GroupID = 0;
this.btnRefresh.InitVisible = true;
this.btnRefresh.Location = new System.Drawing.Point(4, 427);
this.btnRefresh.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.NestedClickEventPrevent = false;
this.btnRefresh.OutlinePixel = 1;
this.btnRefresh.RepeatInterval = 200;
this.btnRefresh.RepeatIntervalAccelerate = null;
this.btnRefresh.SafeInterval = 200;
this.btnRefresh.Size = new System.Drawing.Size(135, 48);
this.btnRefresh.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.btnRefresh.TabIndex = 14;
this.btnRefresh.Text = "REFRESH";
this.btnRefresh.TextColor = System.Drawing.Color.Black;
this.btnRefresh.TextDownColor = System.Drawing.Color.White;
this.btnRefresh.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.btnRefresh.TextLocation = new System.Drawing.Point(0, 0);
this.btnRefresh.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.btnRefresh.UpImage = ((System.Drawing.Image)(resources.GetObject("btnRefresh.UpImage")));
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// smartLabel1
//
this.smartLabel1.BackPictureBox = this.sfmHistory;
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("Arial Black", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel1.InitVisible = true;
this.smartLabel1.LineSpacing = 0F;
this.smartLabel1.Location = new System.Drawing.Point(8, 105);
this.smartLabel1.Name = "smartLabel1";
this.smartLabel1.Size = new System.Drawing.Size(200, 25);
this.smartLabel1.TabIndex = 16;
this.smartLabel1.Text = "2016-05-24 11:24:30";
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
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("Arial Black", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel2.InitVisible = true;
this.smartLabel2.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(210, 104);
this.smartLabel2.Name = "smartLabel2";
this.smartLabel2.Size = new System.Drawing.Size(121, 25);
this.smartLabel2.TabIndex = 18;
this.smartLabel2.Text = "TRIP";
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel2.Wordwrap = false;
//
// smartLabel3
//
this.smartLabel3.BackPictureBox = null;
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("Arial Black", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel3.InitVisible = true;
this.smartLabel3.LineSpacing = 0F;
this.smartLabel3.Location = new System.Drawing.Point(333, 104);
this.smartLabel3.Name = "smartLabel3";
this.smartLabel3.Size = new System.Drawing.Size(289, 25);
this.smartLabel3.TabIndex = 19;
this.smartLabel3.Text = "TRIP";
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel3.Wordwrap = false;
//
// smartLabel4
//
this.smartLabel4.BackPictureBox = null;
this.smartLabel4.BackPictureBox1 = null;
this.smartLabel4.BackPictureBox2 = null;
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel4.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel4.InitVisible = true;
this.smartLabel4.LineSpacing = 0F;
this.smartLabel4.Location = new System.Drawing.Point(624, 104);
this.smartLabel4.Name = "smartLabel4";
this.smartLabel4.Size = new System.Drawing.Size(59, 25);
this.smartLabel4.TabIndex = 20;
this.smartLabel4.Text = "A";
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel4.Wordwrap = false;
//
// smartLabel5
//
this.smartLabel5.BackPictureBox = null;
this.smartLabel5.BackPictureBox1 = null;
this.smartLabel5.BackPictureBox2 = null;
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel5.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel5.InitVisible = true;
this.smartLabel5.LineSpacing = 0F;
this.smartLabel5.Location = new System.Drawing.Point(685, 104);
this.smartLabel5.Name = "smartLabel5";
this.smartLabel5.Size = new System.Drawing.Size(106, 25);
this.smartLabel5.TabIndex = 21;
this.smartLabel5.Text = "A";
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel5.Wordwrap = false;
//
// btnPrev
//
this.btnPrev.BackPictureBox = null;
this.btnPrev.BackPictureBox1 = null;
this.btnPrev.BackPictureBox2 = null;
this.btnPrev.ButtonColor = System.Drawing.Color.Gray;
this.btnPrev.ButtonImageAutoSize = true;
this.btnPrev.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.btnPrev.DisableImage = null;
this.btnPrev.DownImage = ((System.Drawing.Image)(resources.GetObject("btnPrev.DownImage")));
this.btnPrev.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
this.btnPrev.GroupID = 0;
this.btnPrev.InitVisible = true;
this.btnPrev.Location = new System.Drawing.Point(368, 427);
this.btnPrev.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.btnPrev.Name = "btnPrev";
this.btnPrev.NestedClickEventPrevent = false;
this.btnPrev.OutlinePixel = 1;
this.btnPrev.RepeatInterval = 200;
this.btnPrev.RepeatIntervalAccelerate = null;
this.btnPrev.SafeInterval = 200;
this.btnPrev.Size = new System.Drawing.Size(135, 48);
this.btnPrev.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.btnPrev.TabIndex = 23;
this.btnPrev.Text = "<<";
this.btnPrev.TextColor = System.Drawing.Color.Black;
this.btnPrev.TextDownColor = System.Drawing.Color.White;
this.btnPrev.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.btnPrev.TextLocation = new System.Drawing.Point(0, 0);
this.btnPrev.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.btnPrev.UpImage = ((System.Drawing.Image)(resources.GetObject("btnPrev.UpImage")));
this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
//
// btnNext
//
this.btnNext.BackPictureBox = null;
this.btnNext.BackPictureBox1 = null;
this.btnNext.BackPictureBox2 = null;
this.btnNext.ButtonColor = System.Drawing.Color.Gray;
this.btnNext.ButtonImageAutoSize = true;
this.btnNext.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.btnNext.DisableImage = null;
this.btnNext.DownImage = ((System.Drawing.Image)(resources.GetObject("btnNext.DownImage")));
this.btnNext.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
this.btnNext.GroupID = 0;
this.btnNext.InitVisible = true;
this.btnNext.Location = new System.Drawing.Point(509, 427);
this.btnNext.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.btnNext.Name = "btnNext";
this.btnNext.NestedClickEventPrevent = false;
this.btnNext.OutlinePixel = 1;
this.btnNext.RepeatInterval = 200;
this.btnNext.RepeatIntervalAccelerate = null;
this.btnNext.SafeInterval = 200;
this.btnNext.Size = new System.Drawing.Size(135, 48);
this.btnNext.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.btnNext.TabIndex = 24;
this.btnNext.Text = ">>";
this.btnNext.TextColor = System.Drawing.Color.Black;
this.btnNext.TextDownColor = System.Drawing.Color.White;
this.btnNext.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.btnNext.TextLocation = new System.Drawing.Point(0, 0);
this.btnNext.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.btnNext.UpImage = ((System.Drawing.Image)(resources.GetObject("btnNext.UpImage")));
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
// 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 = null;
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(96, 11);
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 = null;
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(96, 35);
this.lbModelSpec.Name = "lbModelSpec";
this.lbModelSpec.Size = new System.Drawing.Size(150, 27);
this.lbModelSpec.TabIndex = 113;
this.lbModelSpec.Text = "48V System";
this.lbModelSpec.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.lbModelSpec.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.lbModelSpec.Wordwrap = false;
//
// fmHistory
//
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.lbModelName);
this.Controls.Add(this.lbModelSpec);
this.Controls.Add(this.btnNext);
this.Controls.Add(this.btnPrev);
this.Controls.Add(this.smartLabel5);
this.Controls.Add(this.smartLabel4);
this.Controls.Add(this.smartLabel3);
this.Controls.Add(this.smartLabel2);
this.Controls.Add(this.smartLabel1);
this.Controls.Add(this.btnRefresh);
this.Controls.Add(this.tbHistCount);
this.Controls.Add(this.lbParam);
this.Controls.Add(this.lbAlarmPos);
this.Controls.Add(this.lbAlarmName);
this.Controls.Add(this.lbAlarmType);
this.Controls.Add(this.lbHistDateTime);
this.Controls.Add(this.btnMain);
this.Controls.Add(this.sfmHistory);
this.Menu = this.mainMenu1;
this.Name = "fmHistory";
this.Text = "fmHistory";
this.Load += new System.EventHandler(this.fmHistory_Load);
this.Activated += new System.EventHandler(this.fmHistory_Activated);
((System.ComponentModel.ISupportInitialize)(this.sfmHistory)).EndInit();
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartForm sfmHistory;
private SmartX.SmartButton btnMain;
private SmartX.SmartLabel lbHistDateTime;
private SmartX.SmartLabel lbAlarmType;
private SmartX.SmartLabel lbAlarmName;
private SmartX.SmartLabel lbAlarmPos;
private SmartX.SmartLabel lbParam;
private SmartX.SmartTimer tmrDisplay;
private System.Windows.Forms.TextBox tbHistCount;
private SmartX.SmartButton btnRefresh;
private SmartX.SmartLabel smartLabel1;
private SmartX.SmartLabel smartLabel2;
private SmartX.SmartLabel smartLabel5;
private SmartX.SmartLabel smartLabel4;
private SmartX.SmartLabel smartLabel3;
private SmartX.SmartButton btnNext;
private SmartX.SmartButton btnPrev;
private SmartX.SmartLabel lbModelName;
private SmartX.SmartLabel lbModelSpec;
}
}