405 lines
22 KiB
C#
405 lines
22 KiB
C#
namespace BMS_D1000H
|
|
{
|
|
partial class fmParamSetCmd
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
private System.Windows.Forms.MainMenu mainMenu1;
|
|
|
|
/// <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(fmParamSetCmd));
|
|
this.mainMenu1 = new System.Windows.Forms.MainMenu();
|
|
this.sfmParamSetCmd = new SmartX.SmartForm();
|
|
this.kbdValue = new SmartX.SmartKeyboard();
|
|
this.tbProtection = new System.Windows.Forms.TextBox();
|
|
this.btnOk = new SmartX.SmartButton();
|
|
this.btnCancel = new SmartX.SmartButton();
|
|
this.lbConfigName = new SmartX.SmartLabel();
|
|
this.smartLabel2 = new SmartX.SmartLabel();
|
|
this.smartLabel3 = new SmartX.SmartLabel();
|
|
this.smartLabel4 = new SmartX.SmartLabel();
|
|
this.lbProtection = new SmartX.SmartLabel();
|
|
this.lbWarning = new SmartX.SmartLabel();
|
|
this.lbRecovery = new SmartX.SmartLabel();
|
|
this.tbWarning = new System.Windows.Forms.TextBox();
|
|
this.tbRecovery = new System.Windows.Forms.TextBox();
|
|
this.tmrDisplay = new SmartX.SmartTimer(this.components);
|
|
this.lbSetResult = new SmartX.SmartLabel();
|
|
((System.ComponentModel.ISupportInitialize)(this.sfmParamSetCmd)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// sfmParamSetCmd
|
|
//
|
|
this.sfmParamSetCmd.CenterLocation = false;
|
|
this.sfmParamSetCmd.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.sfmParamSetCmd.Image = ((System.Drawing.Image)(resources.GetObject("sfmParamSetCmd.Image")));
|
|
this.sfmParamSetCmd.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
|
|
this.sfmParamSetCmd.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD800X480;
|
|
this.sfmParamSetCmd.Location = new System.Drawing.Point(0, 0);
|
|
this.sfmParamSetCmd.MainForm = null;
|
|
this.sfmParamSetCmd.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
|
|
this.sfmParamSetCmd.MouseCursor = SmartX.SmartForm.OnOff.ON;
|
|
this.sfmParamSetCmd.Name = "sfmParamSetCmd";
|
|
this.sfmParamSetCmd.Size = new System.Drawing.Size(800, 480);
|
|
this.sfmParamSetCmd.SpecialFunctionClickPointSize = 100;
|
|
this.sfmParamSetCmd.SuspendLayoutInterval = 1;
|
|
//
|
|
// kbdValue
|
|
//
|
|
this.kbdValue.ControlKeyDisable = false;
|
|
this.kbdValue.DesignMinimize = false;
|
|
this.kbdValue.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.kbdValue.HanYoungKeyDisable = false;
|
|
this.kbdValue.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NUMERICAL;
|
|
this.kbdValue.KeyFillColor = System.Drawing.Color.Black;
|
|
this.kbdValue.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.kbdValue.KeyOutLineWidth = 1;
|
|
this.kbdValue.KeyPressImage1 = null;
|
|
this.kbdValue.KeyPressImage2 = null;
|
|
this.kbdValue.KeyPressImage3 = null;
|
|
this.kbdValue.KeyUpImage1 = null;
|
|
this.kbdValue.KeyUpImage2 = null;
|
|
this.kbdValue.KeyUpImage3 = null;
|
|
this.kbdValue.LeftMargin = 5;
|
|
this.kbdValue.Location = new System.Drawing.Point(210, 172);
|
|
this.kbdValue.Name = "kbdValue";
|
|
this.kbdValue.PressFontColor = System.Drawing.Color.Olive;
|
|
this.kbdValue.PressKeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.kbdValue.PressKeyOutLineColor = System.Drawing.Color.Green;
|
|
this.kbdValue.RoundedCorners = true;
|
|
this.kbdValue.SetBackimage = null;
|
|
this.kbdValue.Size = new System.Drawing.Size(220, 220);
|
|
this.kbdValue.TabIndex = 12;
|
|
this.kbdValue.TABKeyDisable = false;
|
|
this.kbdValue.TargetInputObject = this.tbProtection;
|
|
this.kbdValue.Text = "smartKeyboard1";
|
|
this.kbdValue.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.CUSTOMIZED_LITE;
|
|
this.kbdValue.TopMargin = 5;
|
|
//
|
|
// tbProtection
|
|
//
|
|
this.tbProtection.Font = new System.Drawing.Font("Arial Black", 14F, System.Drawing.FontStyle.Bold);
|
|
this.tbProtection.Location = new System.Drawing.Point(242, 130);
|
|
this.tbProtection.MaxLength = 5;
|
|
this.tbProtection.Name = "tbProtection";
|
|
this.tbProtection.Size = new System.Drawing.Size(151, 33);
|
|
this.tbProtection.TabIndex = 16;
|
|
this.tbProtection.GotFocus += new System.EventHandler(this.tbProtection_GotFocus);
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.BackPictureBox = null;
|
|
this.btnOk.BackPictureBox1 = null;
|
|
this.btnOk.BackPictureBox2 = null;
|
|
this.btnOk.ButtonColor = System.Drawing.Color.Gray;
|
|
this.btnOk.ButtonImageAutoSize = true;
|
|
this.btnOk.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.btnOk.DisableImage = null;
|
|
this.btnOk.DownImage = ((System.Drawing.Image)(resources.GetObject("btnOk.DownImage")));
|
|
this.btnOk.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
|
|
this.btnOk.GroupID = 0;
|
|
this.btnOk.InitVisible = true;
|
|
this.btnOk.Location = new System.Drawing.Point(521, 429);
|
|
this.btnOk.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.NestedClickEventPrevent = false;
|
|
this.btnOk.RepeatInterval = 200;
|
|
this.btnOk.SafeInterval = 200;
|
|
this.btnOk.Size = new System.Drawing.Size(135, 48);
|
|
this.btnOk.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.btnOk.TabIndex = 15;
|
|
this.btnOk.Text = "SET";
|
|
this.btnOk.TextColor = System.Drawing.Color.Black;
|
|
this.btnOk.TextDownColor = System.Drawing.Color.White;
|
|
this.btnOk.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.btnOk.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.btnOk.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.btnOk.UpImage = ((System.Drawing.Image)(resources.GetObject("btnOk.UpImage")));
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.BackPictureBox = null;
|
|
this.btnCancel.BackPictureBox1 = null;
|
|
this.btnCancel.BackPictureBox2 = null;
|
|
this.btnCancel.ButtonColor = System.Drawing.Color.Gray;
|
|
this.btnCancel.ButtonImageAutoSize = true;
|
|
this.btnCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.btnCancel.DisableImage = null;
|
|
this.btnCancel.DownImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.DownImage")));
|
|
this.btnCancel.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
|
|
this.btnCancel.GroupID = 0;
|
|
this.btnCancel.InitVisible = true;
|
|
this.btnCancel.Location = new System.Drawing.Point(662, 429);
|
|
this.btnCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.NestedClickEventPrevent = false;
|
|
this.btnCancel.RepeatInterval = 200;
|
|
this.btnCancel.SafeInterval = 200;
|
|
this.btnCancel.Size = new System.Drawing.Size(135, 48);
|
|
this.btnCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.btnCancel.TabIndex = 14;
|
|
this.btnCancel.Text = "CANCEL";
|
|
this.btnCancel.TextColor = System.Drawing.Color.Black;
|
|
this.btnCancel.TextDownColor = System.Drawing.Color.White;
|
|
this.btnCancel.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.btnCancel.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.btnCancel.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.btnCancel.UpImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.UpImage")));
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// lbConfigName
|
|
//
|
|
this.lbConfigName.BackPictureBox = this.sfmParamSetCmd;
|
|
this.lbConfigName.BackPictureBox1 = null;
|
|
this.lbConfigName.BackPictureBox2 = null;
|
|
this.lbConfigName.BorderColor = System.Drawing.Color.Black;
|
|
this.lbConfigName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbConfigName.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Bold);
|
|
this.lbConfigName.ForeColor = System.Drawing.SystemColors.Info;
|
|
this.lbConfigName.InitVisible = true;
|
|
this.lbConfigName.LineSpacing = 0F;
|
|
this.lbConfigName.Location = new System.Drawing.Point(6, 3);
|
|
this.lbConfigName.Name = "lbConfigName";
|
|
this.lbConfigName.Size = new System.Drawing.Size(794, 48);
|
|
this.lbConfigName.TabIndex = 13;
|
|
this.lbConfigName.Text = "Please input password";
|
|
this.lbConfigName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.lbConfigName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbConfigName.Wordwrap = false;
|
|
//
|
|
// smartLabel2
|
|
//
|
|
this.smartLabel2.BackPictureBox = this.sfmParamSetCmd;
|
|
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(243, 66);
|
|
this.smartLabel2.Name = "smartLabel2";
|
|
this.smartLabel2.Size = new System.Drawing.Size(148, 27);
|
|
this.smartLabel2.TabIndex = 20;
|
|
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 = this.sfmParamSetCmd;
|
|
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(402, 66);
|
|
this.smartLabel3.Name = "smartLabel3";
|
|
this.smartLabel3.Size = new System.Drawing.Size(148, 27);
|
|
this.smartLabel3.TabIndex = 21;
|
|
this.smartLabel3.Text = "Warning";
|
|
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel3.Wordwrap = false;
|
|
//
|
|
// smartLabel4
|
|
//
|
|
this.smartLabel4.BackPictureBox = this.sfmParamSetCmd;
|
|
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(562, 66);
|
|
this.smartLabel4.Name = "smartLabel4";
|
|
this.smartLabel4.Size = new System.Drawing.Size(148, 27);
|
|
this.smartLabel4.TabIndex = 22;
|
|
this.smartLabel4.Text = "Recovery";
|
|
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel4.Wordwrap = false;
|
|
//
|
|
// lbProtection
|
|
//
|
|
this.lbProtection.BackPictureBox = this.sfmParamSetCmd;
|
|
this.lbProtection.BackPictureBox1 = null;
|
|
this.lbProtection.BackPictureBox2 = null;
|
|
this.lbProtection.BorderColor = System.Drawing.Color.Black;
|
|
this.lbProtection.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbProtection.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lbProtection.InitVisible = true;
|
|
this.lbProtection.LineSpacing = 0F;
|
|
this.lbProtection.Location = new System.Drawing.Point(243, 99);
|
|
this.lbProtection.Name = "lbProtection";
|
|
this.lbProtection.Size = new System.Drawing.Size(148, 27);
|
|
this.lbProtection.TabIndex = 23;
|
|
this.lbProtection.Text = "53.50";
|
|
this.lbProtection.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.lbProtection.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbProtection.Wordwrap = false;
|
|
//
|
|
// lbWarning
|
|
//
|
|
this.lbWarning.BackPictureBox = this.sfmParamSetCmd;
|
|
this.lbWarning.BackPictureBox1 = null;
|
|
this.lbWarning.BackPictureBox2 = null;
|
|
this.lbWarning.BorderColor = System.Drawing.Color.Black;
|
|
this.lbWarning.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbWarning.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lbWarning.InitVisible = true;
|
|
this.lbWarning.LineSpacing = 0F;
|
|
this.lbWarning.Location = new System.Drawing.Point(402, 99);
|
|
this.lbWarning.Name = "lbWarning";
|
|
this.lbWarning.Size = new System.Drawing.Size(148, 27);
|
|
this.lbWarning.TabIndex = 24;
|
|
this.lbWarning.Text = "53.50";
|
|
this.lbWarning.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.lbWarning.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbWarning.Wordwrap = false;
|
|
//
|
|
// lbRecovery
|
|
//
|
|
this.lbRecovery.BackPictureBox = this.sfmParamSetCmd;
|
|
this.lbRecovery.BackPictureBox1 = null;
|
|
this.lbRecovery.BackPictureBox2 = null;
|
|
this.lbRecovery.BorderColor = System.Drawing.Color.Black;
|
|
this.lbRecovery.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbRecovery.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lbRecovery.InitVisible = true;
|
|
this.lbRecovery.LineSpacing = 0F;
|
|
this.lbRecovery.Location = new System.Drawing.Point(562, 99);
|
|
this.lbRecovery.Name = "lbRecovery";
|
|
this.lbRecovery.Size = new System.Drawing.Size(148, 27);
|
|
this.lbRecovery.TabIndex = 25;
|
|
this.lbRecovery.Text = "53.50";
|
|
this.lbRecovery.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.lbRecovery.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbRecovery.Wordwrap = false;
|
|
//
|
|
// tbWarning
|
|
//
|
|
this.tbWarning.Font = new System.Drawing.Font("Arial Black", 14F, System.Drawing.FontStyle.Bold);
|
|
this.tbWarning.Location = new System.Drawing.Point(401, 130);
|
|
this.tbWarning.MaxLength = 5;
|
|
this.tbWarning.Name = "tbWarning";
|
|
this.tbWarning.Size = new System.Drawing.Size(151, 33);
|
|
this.tbWarning.TabIndex = 26;
|
|
this.tbWarning.GotFocus += new System.EventHandler(this.tbWarning_GotFocus);
|
|
//
|
|
// tbRecovery
|
|
//
|
|
this.tbRecovery.Font = new System.Drawing.Font("Arial Black", 14F, System.Drawing.FontStyle.Bold);
|
|
this.tbRecovery.Location = new System.Drawing.Point(560, 130);
|
|
this.tbRecovery.MaxLength = 5;
|
|
this.tbRecovery.Name = "tbRecovery";
|
|
this.tbRecovery.Size = new System.Drawing.Size(151, 33);
|
|
this.tbRecovery.TabIndex = 27;
|
|
this.tbRecovery.GotFocus += new System.EventHandler(this.tbRecovery_GotFocus);
|
|
//
|
|
// 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);
|
|
//
|
|
// lbSetResult
|
|
//
|
|
this.lbSetResult.BackPictureBox = null;
|
|
this.lbSetResult.BackPictureBox1 = null;
|
|
this.lbSetResult.BackPictureBox2 = null;
|
|
this.lbSetResult.BorderColor = System.Drawing.Color.Black;
|
|
this.lbSetResult.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.lbSetResult.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lbSetResult.InitVisible = true;
|
|
this.lbSetResult.LineSpacing = 0F;
|
|
this.lbSetResult.Location = new System.Drawing.Point(25, 439);
|
|
this.lbSetResult.Name = "lbSetResult";
|
|
this.lbSetResult.Size = new System.Drawing.Size(464, 27);
|
|
this.lbSetResult.TabIndex = 29;
|
|
this.lbSetResult.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.lbSetResult.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.lbSetResult.Wordwrap = false;
|
|
//
|
|
// fmParamSetCmd
|
|
//
|
|
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.lbSetResult);
|
|
this.Controls.Add(this.tbRecovery);
|
|
this.Controls.Add(this.tbWarning);
|
|
this.Controls.Add(this.lbRecovery);
|
|
this.Controls.Add(this.lbWarning);
|
|
this.Controls.Add(this.lbProtection);
|
|
this.Controls.Add(this.smartLabel4);
|
|
this.Controls.Add(this.smartLabel3);
|
|
this.Controls.Add(this.smartLabel2);
|
|
this.Controls.Add(this.kbdValue);
|
|
this.Controls.Add(this.tbProtection);
|
|
this.Controls.Add(this.btnOk);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.lbConfigName);
|
|
this.Controls.Add(this.sfmParamSetCmd);
|
|
this.Menu = this.mainMenu1;
|
|
this.Name = "fmParamSetCmd";
|
|
this.Text = "fmParamSetCmd";
|
|
this.Load += new System.EventHandler(this.fmParamSetCmd_Load);
|
|
this.Activated += new System.EventHandler(this.fmParamSetCmd_Activated);
|
|
((System.ComponentModel.ISupportInitialize)(this.sfmParamSetCmd)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartForm sfmParamSetCmd;
|
|
private SmartX.SmartKeyboard kbdValue;
|
|
private System.Windows.Forms.TextBox tbProtection;
|
|
private SmartX.SmartButton btnOk;
|
|
private SmartX.SmartButton btnCancel;
|
|
private SmartX.SmartLabel lbConfigName;
|
|
private SmartX.SmartLabel smartLabel2;
|
|
private SmartX.SmartLabel smartLabel3;
|
|
private SmartX.SmartLabel smartLabel4;
|
|
private SmartX.SmartLabel lbProtection;
|
|
private SmartX.SmartLabel lbWarning;
|
|
private SmartX.SmartLabel lbRecovery;
|
|
private System.Windows.Forms.TextBox tbWarning;
|
|
private System.Windows.Forms.TextBox tbRecovery;
|
|
private SmartX.SmartTimer tmrDisplay;
|
|
private SmartX.SmartLabel lbSetResult;
|
|
}
|
|
} |