1715 lines
108 KiB
C#
1715 lines
108 KiB
C#
namespace INT_PT002.Controls
|
|
{
|
|
partial class ControlMenuSystemInformation
|
|
{
|
|
/// <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 Component 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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMenuSystemInformation));
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.smartGroupBox4 = new SmartX.SmartGroupBox();
|
|
this.labelCurrentTime = new SmartX.SmartLabel();
|
|
this.buttonSave = new SmartX.SmartButton();
|
|
this.smartLabel8 = new SmartX.SmartLabel();
|
|
this.smartLabel2 = new SmartX.SmartLabel();
|
|
this.smartLabel1 = new SmartX.SmartLabel();
|
|
this.upDownMinute = new SmartX.SmartUpDown();
|
|
this.upDownHour = new SmartX.SmartUpDown();
|
|
this.upDownDate = new SmartX.SmartUpDown();
|
|
this.upDownMonth = new SmartX.SmartUpDown();
|
|
this.upDownYear = new SmartX.SmartUpDown();
|
|
this.smartGroupBox3 = new SmartX.SmartGroupBox();
|
|
this.smartLabel20 = new SmartX.SmartLabel();
|
|
this.labelContact1 = new SmartX.SmartLabel();
|
|
this.labelContact2 = new SmartX.SmartLabel();
|
|
this.smartLabel25 = new SmartX.SmartLabel();
|
|
this.labelContact4 = new SmartX.SmartLabel();
|
|
this.labelContact3 = new SmartX.SmartLabel();
|
|
this.labelContact5 = new SmartX.SmartLabel();
|
|
this.smartLabel24 = new SmartX.SmartLabel();
|
|
this.labelContact6 = new SmartX.SmartLabel();
|
|
this.smartLabel23 = new SmartX.SmartLabel();
|
|
this.smartLabel21 = new SmartX.SmartLabel();
|
|
this.smartLabel22 = new SmartX.SmartLabel();
|
|
this.smartGroupBox2 = new SmartX.SmartGroupBox();
|
|
this.smartButton1 = new SmartX.SmartButton();
|
|
this.smartLabel3 = new SmartX.SmartLabel();
|
|
this.smartLabel4 = new SmartX.SmartLabel();
|
|
this.buttonUpdateMainboard = new SmartX.SmartButton();
|
|
this.smartLabel5 = new SmartX.SmartLabel();
|
|
this.smartLabel6 = new SmartX.SmartLabel();
|
|
this.smartLabel7 = new SmartX.SmartLabel();
|
|
this.labelSerialNo = new SmartX.SmartLabel();
|
|
this.smartLabel9 = new SmartX.SmartLabel();
|
|
this.smartLabel10 = new SmartX.SmartLabel();
|
|
this.smartLabel11 = new SmartX.SmartLabel();
|
|
this.smartLabel12 = new SmartX.SmartLabel();
|
|
this.labelControlVersion = new SmartX.SmartLabel();
|
|
this.labelDisplayVersion = new SmartX.SmartLabel();
|
|
this.buttonUpdateDisplay = new SmartX.SmartButton();
|
|
this.smartKeyboard1 = new SmartX.SmartKeyboard();
|
|
this.timer = new SmartX.SmartTimer();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
this.smartGroupBox4.SuspendLayout();
|
|
this.smartGroupBox3.SuspendLayout();
|
|
this.smartGroupBox2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// smartGroupBox1
|
|
//
|
|
this.smartGroupBox1.BackGround = null;
|
|
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.smartGroupBox1.BackImage = null;
|
|
this.smartGroupBox1.Controls.Add(this.smartGroupBox4);
|
|
this.smartGroupBox1.Controls.Add(this.smartGroupBox3);
|
|
this.smartGroupBox1.Controls.Add(this.smartGroupBox2);
|
|
this.smartGroupBox1.Controls.Add(this.smartKeyboard1);
|
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.smartGroupBox1.FrameLineThickness = 2;
|
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
|
this.smartGroupBox1.HeaderHeightOffset = 9;
|
|
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|
this.smartGroupBox1.RoundRadius = 5;
|
|
this.smartGroupBox1.Size = new System.Drawing.Size(909, 664);
|
|
this.smartGroupBox1.TabIndex = 2;
|
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
|
//
|
|
// smartGroupBox4
|
|
//
|
|
this.smartGroupBox4.BackGround = null;
|
|
this.smartGroupBox4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartGroupBox4.BackImage = null;
|
|
this.smartGroupBox4.Controls.Add(this.labelCurrentTime);
|
|
this.smartGroupBox4.Controls.Add(this.buttonSave);
|
|
this.smartGroupBox4.Controls.Add(this.smartLabel8);
|
|
this.smartGroupBox4.Controls.Add(this.smartLabel2);
|
|
this.smartGroupBox4.Controls.Add(this.smartLabel1);
|
|
this.smartGroupBox4.Controls.Add(this.upDownMinute);
|
|
this.smartGroupBox4.Controls.Add(this.upDownHour);
|
|
this.smartGroupBox4.Controls.Add(this.upDownDate);
|
|
this.smartGroupBox4.Controls.Add(this.upDownMonth);
|
|
this.smartGroupBox4.Controls.Add(this.upDownYear);
|
|
this.smartGroupBox4.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
|
this.smartGroupBox4.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
|
this.smartGroupBox4.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.smartGroupBox4.FrameLineThickness = 2;
|
|
this.smartGroupBox4.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
|
this.smartGroupBox4.HeaderHeightOffset = 12;
|
|
this.smartGroupBox4.Location = new System.Drawing.Point(67, 486);
|
|
this.smartGroupBox4.Name = "smartGroupBox4";
|
|
this.smartGroupBox4.RoundRadius = 5;
|
|
this.smartGroupBox4.Size = new System.Drawing.Size(774, 162);
|
|
this.smartGroupBox4.TabIndex = 96;
|
|
this.smartGroupBox4.Text = "Time";
|
|
this.smartGroupBox4.TextColor = System.Drawing.Color.White;
|
|
//
|
|
// labelCurrentTime
|
|
//
|
|
this.labelCurrentTime.BackGround = null;
|
|
this.labelCurrentTime.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
|
this.labelCurrentTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelCurrentTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelCurrentTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelCurrentTime.LineSpacing = 0F;
|
|
this.labelCurrentTime.Location = new System.Drawing.Point(84, 5);
|
|
this.labelCurrentTime.Name = "labelCurrentTime";
|
|
this.labelCurrentTime.OverlapOptimize = true;
|
|
this.labelCurrentTime.PasswordChar = '\0';
|
|
this.labelCurrentTime.Radius = 3;
|
|
this.labelCurrentTime.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelCurrentTime.Size = new System.Drawing.Size(160, 29);
|
|
this.labelCurrentTime.TabIndex = 91;
|
|
this.labelCurrentTime.Text = "0000-00-00 00:00";
|
|
this.labelCurrentTime.TextColor = System.Drawing.Color.White;
|
|
this.labelCurrentTime.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelCurrentTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelCurrentTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelCurrentTime.Wordwrap = false;
|
|
//
|
|
// buttonSave
|
|
//
|
|
this.buttonSave.BackGround = this.smartGroupBox4;
|
|
this.buttonSave.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
|
this.buttonSave.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.buttonSave.ButtonDownColor = System.Drawing.Color.SlateGray;
|
|
this.buttonSave.ButtonImageAutoSize = true;
|
|
this.buttonSave.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.buttonSave.ButtonText = "Save";
|
|
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonSave.GroupID = 0;
|
|
this.buttonSave.ImageDisable = null;
|
|
this.buttonSave.ImageDown = null;
|
|
this.buttonSave.ImageUp = null;
|
|
this.buttonSave.Location = new System.Drawing.Point(705, 5);
|
|
this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonSave.Name = "buttonSave";
|
|
this.buttonSave.NestedClickEventPrevent = false;
|
|
this.buttonSave.OutlinePixel = 2;
|
|
this.buttonSave.OverlapOptimize = true;
|
|
this.buttonSave.RepeatInterval = 200;
|
|
this.buttonSave.RepeatIntervalAccelerate = null;
|
|
this.buttonSave.RoundSize = 10;
|
|
this.buttonSave.SafeInterval = 200;
|
|
this.buttonSave.Size = new System.Drawing.Size(62, 29);
|
|
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonSave.TabIndex = 91;
|
|
this.buttonSave.Text = null;
|
|
this.buttonSave.TextColor = System.Drawing.Color.White;
|
|
this.buttonSave.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.buttonSave.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonSave.Visible = false;
|
|
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
|
|
//
|
|
// smartLabel8
|
|
//
|
|
this.smartLabel8.BackGround = null;
|
|
this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel8.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel8.LineSpacing = 0F;
|
|
this.smartLabel8.Location = new System.Drawing.Point(331, 61);
|
|
this.smartLabel8.Name = "smartLabel8";
|
|
this.smartLabel8.OverlapOptimize = true;
|
|
this.smartLabel8.PasswordChar = '\0';
|
|
this.smartLabel8.Radius = 3;
|
|
this.smartLabel8.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel8.Size = new System.Drawing.Size(20, 76);
|
|
this.smartLabel8.TabIndex = 93;
|
|
this.smartLabel8.Text = "-";
|
|
this.smartLabel8.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel8.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel8.Wordwrap = false;
|
|
//
|
|
// smartLabel2
|
|
//
|
|
this.smartLabel2.BackGround = null;
|
|
this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel2.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel2.LineSpacing = 0F;
|
|
this.smartLabel2.Location = new System.Drawing.Point(189, 61);
|
|
this.smartLabel2.Name = "smartLabel2";
|
|
this.smartLabel2.OverlapOptimize = true;
|
|
this.smartLabel2.PasswordChar = '\0';
|
|
this.smartLabel2.Radius = 3;
|
|
this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel2.Size = new System.Drawing.Size(20, 76);
|
|
this.smartLabel2.TabIndex = 92;
|
|
this.smartLabel2.Text = "-";
|
|
this.smartLabel2.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel2.Wordwrap = false;
|
|
//
|
|
// smartLabel1
|
|
//
|
|
this.smartLabel1.BackGround = null;
|
|
this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel1.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel1.LineSpacing = 0F;
|
|
this.smartLabel1.Location = new System.Drawing.Point(618, 61);
|
|
this.smartLabel1.Name = "smartLabel1";
|
|
this.smartLabel1.OverlapOptimize = true;
|
|
this.smartLabel1.PasswordChar = '\0';
|
|
this.smartLabel1.Radius = 3;
|
|
this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel1.Size = new System.Drawing.Size(20, 76);
|
|
this.smartLabel1.TabIndex = 91;
|
|
this.smartLabel1.Text = ":";
|
|
this.smartLabel1.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel1.Wordwrap = false;
|
|
//
|
|
// upDownMinute
|
|
//
|
|
this.upDownMinute.BackGround = null;
|
|
this.upDownMinute.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.upDownMinute.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.upDownMinute.BorderStyle = SmartX.SmartUpDown.BORDERSTYLES.FixedSingle;
|
|
//
|
|
//
|
|
//
|
|
this.upDownMinute.ButtonDown.BackGround = null;
|
|
this.upDownMinute.ButtonDown.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.upDownMinute.ButtonDown.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.upDownMinute.ButtonDown.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.upDownMinute.ButtonDown.ButtonImageAutoSize = false;
|
|
this.upDownMinute.ButtonDown.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
|
this.upDownMinute.ButtonDown.ButtonText = "▼";
|
|
this.upDownMinute.ButtonDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.upDownMinute.ButtonDown.GroupID = 0;
|
|
this.upDownMinute.ButtonDown.ImageDisable = null;
|
|
this.upDownMinute.ButtonDown.ImageDown = null;
|
|
this.upDownMinute.ButtonDown.ImageUp = null;
|
|
this.upDownMinute.ButtonDown.Location = new System.Drawing.Point(78, 39);
|
|
this.upDownMinute.ButtonDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.upDownMinute.ButtonDown.Name = "SmartUpDown_m_butDown";
|
|
this.upDownMinute.ButtonDown.NestedClickEventPrevent = false;
|
|
this.upDownMinute.ButtonDown.OutlinePixel = 1;
|
|
this.upDownMinute.ButtonDown.OverlapOptimize = true;
|
|
this.upDownMinute.ButtonDown.RepeatInterval = 200;
|
|
this.upDownMinute.ButtonDown.RepeatIntervalAccelerate = null;
|
|
this.upDownMinute.ButtonDown.RoundSize = 10;
|
|
this.upDownMinute.ButtonDown.SafeInterval = 200;
|
|
this.upDownMinute.ButtonDown.Size = new System.Drawing.Size(30, 36);
|
|
this.upDownMinute.ButtonDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.upDownMinute.ButtonDown.TabIndex = 0;
|
|
this.upDownMinute.ButtonDown.Text = null;
|
|
this.upDownMinute.ButtonDown.TextColor = System.Drawing.Color.White;
|
|
this.upDownMinute.ButtonDown.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.upDownMinute.ButtonDown.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.upDownMinute.ButtonDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.upDownMinute.ButtonDown.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
//
|
|
//
|
|
//
|
|
this.upDownMinute.ButtonUp.BackGround = null;
|
|
this.upDownMinute.ButtonUp.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.upDownMinute.ButtonUp.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.upDownMinute.ButtonUp.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.upDownMinute.ButtonUp.ButtonImageAutoSize = false;
|
|
this.upDownMinute.ButtonUp.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
|
this.upDownMinute.ButtonUp.ButtonText = "▲";
|
|
this.upDownMinute.ButtonUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.upDownMinute.ButtonUp.GroupID = 0;
|
|
this.upDownMinute.ButtonUp.ImageDisable = null;
|
|
this.upDownMinute.ButtonUp.ImageDown = null;
|
|
this.upDownMinute.ButtonUp.ImageUp = null;
|
|
this.upDownMinute.ButtonUp.Location = new System.Drawing.Point(78, 2);
|
|
this.upDownMinute.ButtonUp.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.upDownMinute.ButtonUp.Name = "SmartUpDown_m_butUp";
|
|
this.upDownMinute.ButtonUp.NestedClickEventPrevent = false;
|
|
this.upDownMinute.ButtonUp.OutlinePixel = 1;
|
|
this.upDownMinute.ButtonUp.OverlapOptimize = true;
|
|
this.upDownMinute.ButtonUp.RepeatInterval = 200;
|
|
this.upDownMinute.ButtonUp.RepeatIntervalAccelerate = null;
|
|
this.upDownMinute.ButtonUp.RoundSize = 10;
|
|
this.upDownMinute.ButtonUp.SafeInterval = 200;
|
|
this.upDownMinute.ButtonUp.Size = new System.Drawing.Size(30, 36);
|
|
this.upDownMinute.ButtonUp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.upDownMinute.ButtonUp.TabIndex = 1;
|
|
this.upDownMinute.ButtonUp.Text = null;
|
|
this.upDownMinute.ButtonUp.TextColor = System.Drawing.Color.White;
|
|
this.upDownMinute.ButtonUp.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.upDownMinute.ButtonUp.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.upDownMinute.ButtonUp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.upDownMinute.ButtonUp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.upDownMinute.DataSource = null;
|
|
this.upDownMinute.Font = new System.Drawing.Font("Arial", 35F, System.Drawing.FontStyle.Regular);
|
|
this.upDownMinute.FormatString = "";
|
|
this.upDownMinute.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownMinute.LayoutStyle = SmartX.SmartUpDown.LAYOUTSTYPES.RIGHT1;
|
|
this.upDownMinute.Location = new System.Drawing.Point(644, 61);
|
|
this.upDownMinute.Maximum = new decimal(new int[] {
|
|
59,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownMinute.Minimum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownMinute.Name = "upDownMinute";
|
|
this.upDownMinute.OverlapOptimize = true;
|
|
this.upDownMinute.RepeatInterval = 200;
|
|
this.upDownMinute.RepeatIntervalAccelerate = null;
|
|
this.upDownMinute.SafeInterval = 200;
|
|
this.upDownMinute.SelectItemIndex = 0;
|
|
this.upDownMinute.Size = new System.Drawing.Size(110, 77);
|
|
this.upDownMinute.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.upDownMinute.TabIndex = 4;
|
|
this.upDownMinute.Text = "smartUpDown5";
|
|
this.upDownMinute.TextColor = System.Drawing.Color.White;
|
|
this.upDownMinute.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.upDownMinute.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Middle;
|
|
this.upDownMinute.TextHeight = 70;
|
|
this.upDownMinute.TextLabelBoundaryLine = false;
|
|
this.upDownMinute.TextLocation = new System.Drawing.Point(3, 3);
|
|
this.upDownMinute.TextVAlign = SmartX.SmartUpDown.TextVerAlign.Middle;
|
|
this.upDownMinute.TextWidth = 72;
|
|
this.upDownMinute.Units = "";
|
|
this.upDownMinute.UpDownButtonSize = 30;
|
|
this.upDownMinute.Value = new decimal(new int[] {
|
|
30,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownMinute.ValueItems = null;
|
|
this.upDownMinute.OnUpButtonClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|
this.upDownMinute.OnDownButtonClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|
//
|
|
// upDownHour
|
|
//
|
|
this.upDownHour.BackGround = null;
|
|
this.upDownHour.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.upDownHour.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.upDownHour.BorderStyle = SmartX.SmartUpDown.BORDERSTYLES.FixedSingle;
|
|
//
|
|
//
|
|
//
|
|
this.upDownHour.ButtonDown.BackGround = null;
|
|
this.upDownHour.ButtonDown.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.upDownHour.ButtonDown.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.upDownHour.ButtonDown.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.upDownHour.ButtonDown.ButtonImageAutoSize = false;
|
|
this.upDownHour.ButtonDown.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
|
this.upDownHour.ButtonDown.ButtonText = "▼";
|
|
this.upDownHour.ButtonDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.upDownHour.ButtonDown.GroupID = 0;
|
|
this.upDownHour.ButtonDown.ImageDisable = null;
|
|
this.upDownHour.ButtonDown.ImageDown = null;
|
|
this.upDownHour.ButtonDown.ImageUp = null;
|
|
this.upDownHour.ButtonDown.Location = new System.Drawing.Point(78, 39);
|
|
this.upDownHour.ButtonDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.upDownHour.ButtonDown.Name = "SmartUpDown_m_butDown";
|
|
this.upDownHour.ButtonDown.NestedClickEventPrevent = false;
|
|
this.upDownHour.ButtonDown.OutlinePixel = 1;
|
|
this.upDownHour.ButtonDown.OverlapOptimize = true;
|
|
this.upDownHour.ButtonDown.RepeatInterval = 200;
|
|
this.upDownHour.ButtonDown.RepeatIntervalAccelerate = null;
|
|
this.upDownHour.ButtonDown.RoundSize = 10;
|
|
this.upDownHour.ButtonDown.SafeInterval = 200;
|
|
this.upDownHour.ButtonDown.Size = new System.Drawing.Size(30, 36);
|
|
this.upDownHour.ButtonDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.upDownHour.ButtonDown.TabIndex = 0;
|
|
this.upDownHour.ButtonDown.Text = null;
|
|
this.upDownHour.ButtonDown.TextColor = System.Drawing.Color.White;
|
|
this.upDownHour.ButtonDown.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.upDownHour.ButtonDown.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.upDownHour.ButtonDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.upDownHour.ButtonDown.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
//
|
|
//
|
|
//
|
|
this.upDownHour.ButtonUp.BackGround = null;
|
|
this.upDownHour.ButtonUp.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.upDownHour.ButtonUp.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.upDownHour.ButtonUp.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.upDownHour.ButtonUp.ButtonImageAutoSize = false;
|
|
this.upDownHour.ButtonUp.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
|
this.upDownHour.ButtonUp.ButtonText = "▲";
|
|
this.upDownHour.ButtonUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.upDownHour.ButtonUp.GroupID = 0;
|
|
this.upDownHour.ButtonUp.ImageDisable = null;
|
|
this.upDownHour.ButtonUp.ImageDown = null;
|
|
this.upDownHour.ButtonUp.ImageUp = null;
|
|
this.upDownHour.ButtonUp.Location = new System.Drawing.Point(78, 2);
|
|
this.upDownHour.ButtonUp.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.upDownHour.ButtonUp.Name = "SmartUpDown_m_butUp";
|
|
this.upDownHour.ButtonUp.NestedClickEventPrevent = false;
|
|
this.upDownHour.ButtonUp.OutlinePixel = 1;
|
|
this.upDownHour.ButtonUp.OverlapOptimize = true;
|
|
this.upDownHour.ButtonUp.RepeatInterval = 200;
|
|
this.upDownHour.ButtonUp.RepeatIntervalAccelerate = null;
|
|
this.upDownHour.ButtonUp.RoundSize = 10;
|
|
this.upDownHour.ButtonUp.SafeInterval = 200;
|
|
this.upDownHour.ButtonUp.Size = new System.Drawing.Size(30, 36);
|
|
this.upDownHour.ButtonUp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.upDownHour.ButtonUp.TabIndex = 1;
|
|
this.upDownHour.ButtonUp.Text = null;
|
|
this.upDownHour.ButtonUp.TextColor = System.Drawing.Color.White;
|
|
this.upDownHour.ButtonUp.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.upDownHour.ButtonUp.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.upDownHour.ButtonUp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.upDownHour.ButtonUp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.upDownHour.DataSource = null;
|
|
this.upDownHour.Font = new System.Drawing.Font("Arial", 35F, System.Drawing.FontStyle.Regular);
|
|
this.upDownHour.FormatString = "";
|
|
this.upDownHour.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownHour.LayoutStyle = SmartX.SmartUpDown.LAYOUTSTYPES.RIGHT1;
|
|
this.upDownHour.Location = new System.Drawing.Point(502, 61);
|
|
this.upDownHour.Maximum = new decimal(new int[] {
|
|
23,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownHour.Minimum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownHour.Name = "upDownHour";
|
|
this.upDownHour.OverlapOptimize = true;
|
|
this.upDownHour.RepeatInterval = 200;
|
|
this.upDownHour.RepeatIntervalAccelerate = null;
|
|
this.upDownHour.SafeInterval = 200;
|
|
this.upDownHour.SelectItemIndex = 0;
|
|
this.upDownHour.Size = new System.Drawing.Size(110, 77);
|
|
this.upDownHour.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.upDownHour.TabIndex = 3;
|
|
this.upDownHour.Text = "smartUpDown4";
|
|
this.upDownHour.TextColor = System.Drawing.Color.White;
|
|
this.upDownHour.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.upDownHour.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Middle;
|
|
this.upDownHour.TextHeight = 70;
|
|
this.upDownHour.TextLabelBoundaryLine = false;
|
|
this.upDownHour.TextLocation = new System.Drawing.Point(3, 3);
|
|
this.upDownHour.TextVAlign = SmartX.SmartUpDown.TextVerAlign.Middle;
|
|
this.upDownHour.TextWidth = 72;
|
|
this.upDownHour.Units = "";
|
|
this.upDownHour.UpDownButtonSize = 30;
|
|
this.upDownHour.Value = new decimal(new int[] {
|
|
12,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownHour.ValueItems = null;
|
|
this.upDownHour.OnUpButtonClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|
this.upDownHour.OnDownButtonClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|
//
|
|
// upDownDate
|
|
//
|
|
this.upDownDate.BackGround = null;
|
|
this.upDownDate.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.upDownDate.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.upDownDate.BorderStyle = SmartX.SmartUpDown.BORDERSTYLES.FixedSingle;
|
|
//
|
|
//
|
|
//
|
|
this.upDownDate.ButtonDown.BackGround = null;
|
|
this.upDownDate.ButtonDown.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.upDownDate.ButtonDown.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.upDownDate.ButtonDown.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.upDownDate.ButtonDown.ButtonImageAutoSize = false;
|
|
this.upDownDate.ButtonDown.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
|
this.upDownDate.ButtonDown.ButtonText = "▼";
|
|
this.upDownDate.ButtonDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.upDownDate.ButtonDown.GroupID = 0;
|
|
this.upDownDate.ButtonDown.ImageDisable = null;
|
|
this.upDownDate.ButtonDown.ImageDown = null;
|
|
this.upDownDate.ButtonDown.ImageUp = null;
|
|
this.upDownDate.ButtonDown.Location = new System.Drawing.Point(78, 39);
|
|
this.upDownDate.ButtonDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.upDownDate.ButtonDown.Name = "SmartUpDown_m_butDown";
|
|
this.upDownDate.ButtonDown.NestedClickEventPrevent = false;
|
|
this.upDownDate.ButtonDown.OutlinePixel = 1;
|
|
this.upDownDate.ButtonDown.OverlapOptimize = true;
|
|
this.upDownDate.ButtonDown.RepeatInterval = 200;
|
|
this.upDownDate.ButtonDown.RepeatIntervalAccelerate = null;
|
|
this.upDownDate.ButtonDown.RoundSize = 10;
|
|
this.upDownDate.ButtonDown.SafeInterval = 200;
|
|
this.upDownDate.ButtonDown.Size = new System.Drawing.Size(30, 36);
|
|
this.upDownDate.ButtonDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.upDownDate.ButtonDown.TabIndex = 0;
|
|
this.upDownDate.ButtonDown.Text = null;
|
|
this.upDownDate.ButtonDown.TextColor = System.Drawing.Color.White;
|
|
this.upDownDate.ButtonDown.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.upDownDate.ButtonDown.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.upDownDate.ButtonDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.upDownDate.ButtonDown.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
//
|
|
//
|
|
//
|
|
this.upDownDate.ButtonUp.BackGround = null;
|
|
this.upDownDate.ButtonUp.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.upDownDate.ButtonUp.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.upDownDate.ButtonUp.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.upDownDate.ButtonUp.ButtonImageAutoSize = false;
|
|
this.upDownDate.ButtonUp.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
|
this.upDownDate.ButtonUp.ButtonText = "▲";
|
|
this.upDownDate.ButtonUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.upDownDate.ButtonUp.GroupID = 0;
|
|
this.upDownDate.ButtonUp.ImageDisable = null;
|
|
this.upDownDate.ButtonUp.ImageDown = null;
|
|
this.upDownDate.ButtonUp.ImageUp = null;
|
|
this.upDownDate.ButtonUp.Location = new System.Drawing.Point(78, 2);
|
|
this.upDownDate.ButtonUp.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.upDownDate.ButtonUp.Name = "SmartUpDown_m_butUp";
|
|
this.upDownDate.ButtonUp.NestedClickEventPrevent = false;
|
|
this.upDownDate.ButtonUp.OutlinePixel = 1;
|
|
this.upDownDate.ButtonUp.OverlapOptimize = true;
|
|
this.upDownDate.ButtonUp.RepeatInterval = 200;
|
|
this.upDownDate.ButtonUp.RepeatIntervalAccelerate = null;
|
|
this.upDownDate.ButtonUp.RoundSize = 10;
|
|
this.upDownDate.ButtonUp.SafeInterval = 200;
|
|
this.upDownDate.ButtonUp.Size = new System.Drawing.Size(30, 36);
|
|
this.upDownDate.ButtonUp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.upDownDate.ButtonUp.TabIndex = 1;
|
|
this.upDownDate.ButtonUp.Text = null;
|
|
this.upDownDate.ButtonUp.TextColor = System.Drawing.Color.White;
|
|
this.upDownDate.ButtonUp.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.upDownDate.ButtonUp.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.upDownDate.ButtonUp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.upDownDate.ButtonUp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.upDownDate.DataSource = null;
|
|
this.upDownDate.Font = new System.Drawing.Font("Arial", 35F, System.Drawing.FontStyle.Regular);
|
|
this.upDownDate.FormatString = "";
|
|
this.upDownDate.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownDate.LayoutStyle = SmartX.SmartUpDown.LAYOUTSTYPES.RIGHT1;
|
|
this.upDownDate.Location = new System.Drawing.Point(357, 61);
|
|
this.upDownDate.Maximum = new decimal(new int[] {
|
|
31,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownDate.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownDate.Name = "upDownDate";
|
|
this.upDownDate.OverlapOptimize = true;
|
|
this.upDownDate.RepeatInterval = 200;
|
|
this.upDownDate.RepeatIntervalAccelerate = null;
|
|
this.upDownDate.SafeInterval = 200;
|
|
this.upDownDate.SelectItemIndex = 0;
|
|
this.upDownDate.Size = new System.Drawing.Size(110, 77);
|
|
this.upDownDate.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.upDownDate.TabIndex = 2;
|
|
this.upDownDate.Text = "smartUpDown3";
|
|
this.upDownDate.TextColor = System.Drawing.Color.White;
|
|
this.upDownDate.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.upDownDate.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Middle;
|
|
this.upDownDate.TextHeight = 70;
|
|
this.upDownDate.TextLabelBoundaryLine = false;
|
|
this.upDownDate.TextLocation = new System.Drawing.Point(3, 3);
|
|
this.upDownDate.TextVAlign = SmartX.SmartUpDown.TextVerAlign.Middle;
|
|
this.upDownDate.TextWidth = 72;
|
|
this.upDownDate.Units = "";
|
|
this.upDownDate.UpDownButtonSize = 30;
|
|
this.upDownDate.Value = new decimal(new int[] {
|
|
30,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownDate.ValueItems = null;
|
|
this.upDownDate.OnUpButtonClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|
this.upDownDate.OnDownButtonClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|
//
|
|
// upDownMonth
|
|
//
|
|
this.upDownMonth.BackGround = null;
|
|
this.upDownMonth.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.upDownMonth.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.upDownMonth.BorderStyle = SmartX.SmartUpDown.BORDERSTYLES.FixedSingle;
|
|
//
|
|
//
|
|
//
|
|
this.upDownMonth.ButtonDown.BackGround = null;
|
|
this.upDownMonth.ButtonDown.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.upDownMonth.ButtonDown.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.upDownMonth.ButtonDown.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.upDownMonth.ButtonDown.ButtonImageAutoSize = false;
|
|
this.upDownMonth.ButtonDown.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
|
this.upDownMonth.ButtonDown.ButtonText = "▼";
|
|
this.upDownMonth.ButtonDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.upDownMonth.ButtonDown.GroupID = 0;
|
|
this.upDownMonth.ButtonDown.ImageDisable = null;
|
|
this.upDownMonth.ButtonDown.ImageDown = null;
|
|
this.upDownMonth.ButtonDown.ImageUp = null;
|
|
this.upDownMonth.ButtonDown.Location = new System.Drawing.Point(78, 39);
|
|
this.upDownMonth.ButtonDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.upDownMonth.ButtonDown.Name = "SmartUpDown_m_butDown";
|
|
this.upDownMonth.ButtonDown.NestedClickEventPrevent = false;
|
|
this.upDownMonth.ButtonDown.OutlinePixel = 1;
|
|
this.upDownMonth.ButtonDown.OverlapOptimize = true;
|
|
this.upDownMonth.ButtonDown.RepeatInterval = 200;
|
|
this.upDownMonth.ButtonDown.RepeatIntervalAccelerate = null;
|
|
this.upDownMonth.ButtonDown.RoundSize = 10;
|
|
this.upDownMonth.ButtonDown.SafeInterval = 200;
|
|
this.upDownMonth.ButtonDown.Size = new System.Drawing.Size(30, 36);
|
|
this.upDownMonth.ButtonDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.upDownMonth.ButtonDown.TabIndex = 0;
|
|
this.upDownMonth.ButtonDown.Text = null;
|
|
this.upDownMonth.ButtonDown.TextColor = System.Drawing.Color.White;
|
|
this.upDownMonth.ButtonDown.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.upDownMonth.ButtonDown.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.upDownMonth.ButtonDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.upDownMonth.ButtonDown.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
//
|
|
//
|
|
//
|
|
this.upDownMonth.ButtonUp.BackGround = null;
|
|
this.upDownMonth.ButtonUp.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.upDownMonth.ButtonUp.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.upDownMonth.ButtonUp.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.upDownMonth.ButtonUp.ButtonImageAutoSize = false;
|
|
this.upDownMonth.ButtonUp.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
|
this.upDownMonth.ButtonUp.ButtonText = "▲";
|
|
this.upDownMonth.ButtonUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.upDownMonth.ButtonUp.GroupID = 0;
|
|
this.upDownMonth.ButtonUp.ImageDisable = null;
|
|
this.upDownMonth.ButtonUp.ImageDown = null;
|
|
this.upDownMonth.ButtonUp.ImageUp = null;
|
|
this.upDownMonth.ButtonUp.Location = new System.Drawing.Point(78, 2);
|
|
this.upDownMonth.ButtonUp.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.upDownMonth.ButtonUp.Name = "SmartUpDown_m_butUp";
|
|
this.upDownMonth.ButtonUp.NestedClickEventPrevent = false;
|
|
this.upDownMonth.ButtonUp.OutlinePixel = 1;
|
|
this.upDownMonth.ButtonUp.OverlapOptimize = true;
|
|
this.upDownMonth.ButtonUp.RepeatInterval = 200;
|
|
this.upDownMonth.ButtonUp.RepeatIntervalAccelerate = null;
|
|
this.upDownMonth.ButtonUp.RoundSize = 10;
|
|
this.upDownMonth.ButtonUp.SafeInterval = 200;
|
|
this.upDownMonth.ButtonUp.Size = new System.Drawing.Size(30, 36);
|
|
this.upDownMonth.ButtonUp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.upDownMonth.ButtonUp.TabIndex = 1;
|
|
this.upDownMonth.ButtonUp.Text = null;
|
|
this.upDownMonth.ButtonUp.TextColor = System.Drawing.Color.White;
|
|
this.upDownMonth.ButtonUp.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.upDownMonth.ButtonUp.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.upDownMonth.ButtonUp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.upDownMonth.ButtonUp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.upDownMonth.DataSource = null;
|
|
this.upDownMonth.Font = new System.Drawing.Font("Arial", 35F, System.Drawing.FontStyle.Regular);
|
|
this.upDownMonth.FormatString = "";
|
|
this.upDownMonth.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownMonth.LayoutStyle = SmartX.SmartUpDown.LAYOUTSTYPES.RIGHT1;
|
|
this.upDownMonth.Location = new System.Drawing.Point(215, 61);
|
|
this.upDownMonth.Maximum = new decimal(new int[] {
|
|
12,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownMonth.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownMonth.Name = "upDownMonth";
|
|
this.upDownMonth.OverlapOptimize = true;
|
|
this.upDownMonth.RepeatInterval = 200;
|
|
this.upDownMonth.RepeatIntervalAccelerate = null;
|
|
this.upDownMonth.SafeInterval = 200;
|
|
this.upDownMonth.SelectItemIndex = 0;
|
|
this.upDownMonth.Size = new System.Drawing.Size(110, 77);
|
|
this.upDownMonth.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.upDownMonth.TabIndex = 1;
|
|
this.upDownMonth.Text = "smartUpDown2";
|
|
this.upDownMonth.TextColor = System.Drawing.Color.White;
|
|
this.upDownMonth.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.upDownMonth.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Middle;
|
|
this.upDownMonth.TextHeight = 70;
|
|
this.upDownMonth.TextLabelBoundaryLine = false;
|
|
this.upDownMonth.TextLocation = new System.Drawing.Point(3, 3);
|
|
this.upDownMonth.TextVAlign = SmartX.SmartUpDown.TextVerAlign.Middle;
|
|
this.upDownMonth.TextWidth = 72;
|
|
this.upDownMonth.Units = "";
|
|
this.upDownMonth.UpDownButtonSize = 30;
|
|
this.upDownMonth.Value = new decimal(new int[] {
|
|
12,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownMonth.ValueItems = null;
|
|
this.upDownMonth.OnUpButtonClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|
this.upDownMonth.OnDownButtonClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|
//
|
|
// upDownYear
|
|
//
|
|
this.upDownYear.BackGround = null;
|
|
this.upDownYear.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.upDownYear.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.upDownYear.BorderStyle = SmartX.SmartUpDown.BORDERSTYLES.FixedSingle;
|
|
//
|
|
//
|
|
//
|
|
this.upDownYear.ButtonDown.BackGround = null;
|
|
this.upDownYear.ButtonDown.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.upDownYear.ButtonDown.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.upDownYear.ButtonDown.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.upDownYear.ButtonDown.ButtonImageAutoSize = false;
|
|
this.upDownYear.ButtonDown.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
|
this.upDownYear.ButtonDown.ButtonText = "▼";
|
|
this.upDownYear.ButtonDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.upDownYear.ButtonDown.GroupID = 0;
|
|
this.upDownYear.ButtonDown.ImageDisable = null;
|
|
this.upDownYear.ButtonDown.ImageDown = null;
|
|
this.upDownYear.ButtonDown.ImageUp = null;
|
|
this.upDownYear.ButtonDown.Location = new System.Drawing.Point(129, 39);
|
|
this.upDownYear.ButtonDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.upDownYear.ButtonDown.Name = "SmartUpDown_m_butDown";
|
|
this.upDownYear.ButtonDown.NestedClickEventPrevent = false;
|
|
this.upDownYear.ButtonDown.OutlinePixel = 1;
|
|
this.upDownYear.ButtonDown.OverlapOptimize = true;
|
|
this.upDownYear.ButtonDown.RepeatInterval = 200;
|
|
this.upDownYear.ButtonDown.RepeatIntervalAccelerate = null;
|
|
this.upDownYear.ButtonDown.RoundSize = 10;
|
|
this.upDownYear.ButtonDown.SafeInterval = 200;
|
|
this.upDownYear.ButtonDown.Size = new System.Drawing.Size(30, 36);
|
|
this.upDownYear.ButtonDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.upDownYear.ButtonDown.TabIndex = 0;
|
|
this.upDownYear.ButtonDown.Text = null;
|
|
this.upDownYear.ButtonDown.TextColor = System.Drawing.Color.White;
|
|
this.upDownYear.ButtonDown.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.upDownYear.ButtonDown.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.upDownYear.ButtonDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.upDownYear.ButtonDown.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
//
|
|
//
|
|
//
|
|
this.upDownYear.ButtonUp.BackGround = null;
|
|
this.upDownYear.ButtonUp.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.upDownYear.ButtonUp.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.upDownYear.ButtonUp.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.upDownYear.ButtonUp.ButtonImageAutoSize = false;
|
|
this.upDownYear.ButtonUp.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat;
|
|
this.upDownYear.ButtonUp.ButtonText = "▲";
|
|
this.upDownYear.ButtonUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.upDownYear.ButtonUp.GroupID = 0;
|
|
this.upDownYear.ButtonUp.ImageDisable = null;
|
|
this.upDownYear.ButtonUp.ImageDown = null;
|
|
this.upDownYear.ButtonUp.ImageUp = null;
|
|
this.upDownYear.ButtonUp.Location = new System.Drawing.Point(129, 2);
|
|
this.upDownYear.ButtonUp.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.upDownYear.ButtonUp.Name = "SmartUpDown_m_butUp";
|
|
this.upDownYear.ButtonUp.NestedClickEventPrevent = false;
|
|
this.upDownYear.ButtonUp.OutlinePixel = 1;
|
|
this.upDownYear.ButtonUp.OverlapOptimize = true;
|
|
this.upDownYear.ButtonUp.RepeatInterval = 200;
|
|
this.upDownYear.ButtonUp.RepeatIntervalAccelerate = null;
|
|
this.upDownYear.ButtonUp.RoundSize = 10;
|
|
this.upDownYear.ButtonUp.SafeInterval = 200;
|
|
this.upDownYear.ButtonUp.Size = new System.Drawing.Size(30, 36);
|
|
this.upDownYear.ButtonUp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.upDownYear.ButtonUp.TabIndex = 1;
|
|
this.upDownYear.ButtonUp.Text = null;
|
|
this.upDownYear.ButtonUp.TextColor = System.Drawing.Color.White;
|
|
this.upDownYear.ButtonUp.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.upDownYear.ButtonUp.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.upDownYear.ButtonUp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.upDownYear.ButtonUp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.upDownYear.DataSource = null;
|
|
this.upDownYear.Font = new System.Drawing.Font("Arial", 35F, System.Drawing.FontStyle.Regular);
|
|
this.upDownYear.FormatString = "";
|
|
this.upDownYear.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownYear.LayoutStyle = SmartX.SmartUpDown.LAYOUTSTYPES.RIGHT1;
|
|
this.upDownYear.Location = new System.Drawing.Point(22, 61);
|
|
this.upDownYear.Maximum = new decimal(new int[] {
|
|
3000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownYear.Minimum = new decimal(new int[] {
|
|
2000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownYear.Name = "upDownYear";
|
|
this.upDownYear.OverlapOptimize = true;
|
|
this.upDownYear.RepeatInterval = 200;
|
|
this.upDownYear.RepeatIntervalAccelerate = null;
|
|
this.upDownYear.SafeInterval = 200;
|
|
this.upDownYear.SelectItemIndex = 0;
|
|
this.upDownYear.Size = new System.Drawing.Size(161, 77);
|
|
this.upDownYear.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.upDownYear.TabIndex = 0;
|
|
this.upDownYear.Text = "smartUpDown1";
|
|
this.upDownYear.TextColor = System.Drawing.Color.White;
|
|
this.upDownYear.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.upDownYear.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Middle;
|
|
this.upDownYear.TextHeight = 70;
|
|
this.upDownYear.TextLabelBoundaryLine = false;
|
|
this.upDownYear.TextLocation = new System.Drawing.Point(3, 3);
|
|
this.upDownYear.TextVAlign = SmartX.SmartUpDown.TextVerAlign.Middle;
|
|
this.upDownYear.TextWidth = 123;
|
|
this.upDownYear.Units = "";
|
|
this.upDownYear.UpDownButtonSize = 30;
|
|
this.upDownYear.Value = new decimal(new int[] {
|
|
2023,
|
|
0,
|
|
0,
|
|
0});
|
|
this.upDownYear.ValueItems = null;
|
|
this.upDownYear.OnUpButtonClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|
this.upDownYear.OnDownButtonClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|
//
|
|
// smartGroupBox3
|
|
//
|
|
this.smartGroupBox3.BackGround = null;
|
|
this.smartGroupBox3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartGroupBox3.BackImage = null;
|
|
this.smartGroupBox3.Controls.Add(this.smartLabel20);
|
|
this.smartGroupBox3.Controls.Add(this.labelContact1);
|
|
this.smartGroupBox3.Controls.Add(this.labelContact2);
|
|
this.smartGroupBox3.Controls.Add(this.smartLabel25);
|
|
this.smartGroupBox3.Controls.Add(this.labelContact4);
|
|
this.smartGroupBox3.Controls.Add(this.labelContact3);
|
|
this.smartGroupBox3.Controls.Add(this.labelContact5);
|
|
this.smartGroupBox3.Controls.Add(this.smartLabel24);
|
|
this.smartGroupBox3.Controls.Add(this.labelContact6);
|
|
this.smartGroupBox3.Controls.Add(this.smartLabel23);
|
|
this.smartGroupBox3.Controls.Add(this.smartLabel21);
|
|
this.smartGroupBox3.Controls.Add(this.smartLabel22);
|
|
this.smartGroupBox3.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
|
this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
|
this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.smartGroupBox3.FrameLineThickness = 2;
|
|
this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
|
this.smartGroupBox3.HeaderHeightOffset = 12;
|
|
this.smartGroupBox3.Location = new System.Drawing.Point(67, 234);
|
|
this.smartGroupBox3.Name = "smartGroupBox3";
|
|
this.smartGroupBox3.RoundRadius = 5;
|
|
this.smartGroupBox3.Size = new System.Drawing.Size(774, 237);
|
|
this.smartGroupBox3.TabIndex = 95;
|
|
this.smartGroupBox3.Text = "Contact";
|
|
this.smartGroupBox3.TextColor = System.Drawing.Color.White;
|
|
//
|
|
// smartLabel20
|
|
//
|
|
this.smartLabel20.BackGround = null;
|
|
this.smartLabel20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel20.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel20.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel20.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartLabel20.LineSpacing = 0F;
|
|
this.smartLabel20.Location = new System.Drawing.Point(53, 50);
|
|
this.smartLabel20.Name = "smartLabel20";
|
|
this.smartLabel20.OverlapOptimize = true;
|
|
this.smartLabel20.PasswordChar = '\0';
|
|
this.smartLabel20.Radius = 3;
|
|
this.smartLabel20.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel20.Size = new System.Drawing.Size(130, 24);
|
|
this.smartLabel20.TabIndex = 82;
|
|
this.smartLabel20.Text = "Company:";
|
|
this.smartLabel20.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel20.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel20.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel20.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel20.Wordwrap = false;
|
|
//
|
|
// labelContact1
|
|
//
|
|
this.labelContact1.BackGround = null;
|
|
this.labelContact1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.labelContact1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelContact1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelContact1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelContact1.LineSpacing = 0F;
|
|
this.labelContact1.Location = new System.Drawing.Point(189, 50);
|
|
this.labelContact1.Name = "labelContact1";
|
|
this.labelContact1.OverlapOptimize = true;
|
|
this.labelContact1.PasswordChar = '\0';
|
|
this.labelContact1.Radius = 3;
|
|
this.labelContact1.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelContact1.Size = new System.Drawing.Size(539, 24);
|
|
this.labelContact1.TabIndex = 77;
|
|
this.labelContact1.Text = "INTECHKOREA co.,LTD";
|
|
this.labelContact1.TextColor = System.Drawing.Color.White;
|
|
this.labelContact1.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelContact1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelContact1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelContact1.Wordwrap = false;
|
|
//
|
|
// labelContact2
|
|
//
|
|
this.labelContact2.BackGround = null;
|
|
this.labelContact2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.labelContact2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelContact2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelContact2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelContact2.LineSpacing = 0F;
|
|
this.labelContact2.Location = new System.Drawing.Point(189, 80);
|
|
this.labelContact2.Name = "labelContact2";
|
|
this.labelContact2.OverlapOptimize = true;
|
|
this.labelContact2.PasswordChar = '\0';
|
|
this.labelContact2.Radius = 3;
|
|
this.labelContact2.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelContact2.Size = new System.Drawing.Size(539, 24);
|
|
this.labelContact2.TabIndex = 78;
|
|
this.labelContact2.Text = "(82)032-681-0714";
|
|
this.labelContact2.TextColor = System.Drawing.Color.White;
|
|
this.labelContact2.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelContact2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelContact2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelContact2.Wordwrap = false;
|
|
//
|
|
// smartLabel25
|
|
//
|
|
this.smartLabel25.BackGround = null;
|
|
this.smartLabel25.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel25.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel25.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel25.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartLabel25.LineSpacing = 0F;
|
|
this.smartLabel25.Location = new System.Drawing.Point(53, 110);
|
|
this.smartLabel25.Name = "smartLabel25";
|
|
this.smartLabel25.OverlapOptimize = true;
|
|
this.smartLabel25.PasswordChar = '\0';
|
|
this.smartLabel25.Radius = 3;
|
|
this.smartLabel25.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel25.Size = new System.Drawing.Size(130, 24);
|
|
this.smartLabel25.TabIndex = 88;
|
|
this.smartLabel25.Text = "Fax:";
|
|
this.smartLabel25.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel25.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel25.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel25.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel25.Wordwrap = false;
|
|
//
|
|
// labelContact4
|
|
//
|
|
this.labelContact4.BackGround = null;
|
|
this.labelContact4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.labelContact4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelContact4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelContact4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelContact4.LineSpacing = 0F;
|
|
this.labelContact4.Location = new System.Drawing.Point(189, 140);
|
|
this.labelContact4.Name = "labelContact4";
|
|
this.labelContact4.OverlapOptimize = true;
|
|
this.labelContact4.PasswordChar = '\0';
|
|
this.labelContact4.Radius = 3;
|
|
this.labelContact4.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelContact4.Size = new System.Drawing.Size(539, 24);
|
|
this.labelContact4.TabIndex = 79;
|
|
this.labelContact4.Text = "10, Janggogae-ro 217beon-gil, Seo-gu, Incheon, Republic of Korea";
|
|
this.labelContact4.TextColor = System.Drawing.Color.White;
|
|
this.labelContact4.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelContact4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelContact4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelContact4.Wordwrap = false;
|
|
//
|
|
// labelContact3
|
|
//
|
|
this.labelContact3.BackGround = null;
|
|
this.labelContact3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.labelContact3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelContact3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelContact3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelContact3.LineSpacing = 0F;
|
|
this.labelContact3.Location = new System.Drawing.Point(189, 110);
|
|
this.labelContact3.Name = "labelContact3";
|
|
this.labelContact3.OverlapOptimize = true;
|
|
this.labelContact3.PasswordChar = '\0';
|
|
this.labelContact3.Radius = 3;
|
|
this.labelContact3.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelContact3.Size = new System.Drawing.Size(539, 24);
|
|
this.labelContact3.TabIndex = 87;
|
|
this.labelContact3.Text = "(82)032-681-0713";
|
|
this.labelContact3.TextColor = System.Drawing.Color.White;
|
|
this.labelContact3.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelContact3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelContact3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelContact3.Wordwrap = false;
|
|
//
|
|
// labelContact5
|
|
//
|
|
this.labelContact5.BackGround = null;
|
|
this.labelContact5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.labelContact5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelContact5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelContact5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelContact5.LineSpacing = 0F;
|
|
this.labelContact5.Location = new System.Drawing.Point(189, 170);
|
|
this.labelContact5.Name = "labelContact5";
|
|
this.labelContact5.OverlapOptimize = true;
|
|
this.labelContact5.PasswordChar = '\0';
|
|
this.labelContact5.Radius = 3;
|
|
this.labelContact5.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelContact5.Size = new System.Drawing.Size(539, 24);
|
|
this.labelContact5.TabIndex = 80;
|
|
this.labelContact5.Text = "sales@intechkorea.com";
|
|
this.labelContact5.TextColor = System.Drawing.Color.White;
|
|
this.labelContact5.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelContact5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelContact5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelContact5.Wordwrap = false;
|
|
//
|
|
// smartLabel24
|
|
//
|
|
this.smartLabel24.BackGround = null;
|
|
this.smartLabel24.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel24.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel24.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel24.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartLabel24.LineSpacing = 0F;
|
|
this.smartLabel24.Location = new System.Drawing.Point(53, 200);
|
|
this.smartLabel24.Name = "smartLabel24";
|
|
this.smartLabel24.OverlapOptimize = true;
|
|
this.smartLabel24.PasswordChar = '\0';
|
|
this.smartLabel24.Radius = 3;
|
|
this.smartLabel24.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel24.Size = new System.Drawing.Size(130, 24);
|
|
this.smartLabel24.TabIndex = 86;
|
|
this.smartLabel24.Text = "Homepage:";
|
|
this.smartLabel24.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel24.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel24.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel24.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel24.Wordwrap = false;
|
|
//
|
|
// labelContact6
|
|
//
|
|
this.labelContact6.BackGround = null;
|
|
this.labelContact6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.labelContact6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelContact6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelContact6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelContact6.LineSpacing = 0F;
|
|
this.labelContact6.Location = new System.Drawing.Point(189, 200);
|
|
this.labelContact6.Name = "labelContact6";
|
|
this.labelContact6.OverlapOptimize = true;
|
|
this.labelContact6.PasswordChar = '\0';
|
|
this.labelContact6.Radius = 3;
|
|
this.labelContact6.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelContact6.Size = new System.Drawing.Size(539, 24);
|
|
this.labelContact6.TabIndex = 81;
|
|
this.labelContact6.Text = "http://www.intechkorea.com";
|
|
this.labelContact6.TextColor = System.Drawing.Color.White;
|
|
this.labelContact6.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelContact6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelContact6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelContact6.Wordwrap = false;
|
|
//
|
|
// smartLabel23
|
|
//
|
|
this.smartLabel23.BackGround = null;
|
|
this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel23.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel23.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel23.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartLabel23.LineSpacing = 0F;
|
|
this.smartLabel23.Location = new System.Drawing.Point(53, 170);
|
|
this.smartLabel23.Name = "smartLabel23";
|
|
this.smartLabel23.OverlapOptimize = true;
|
|
this.smartLabel23.PasswordChar = '\0';
|
|
this.smartLabel23.Radius = 3;
|
|
this.smartLabel23.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel23.Size = new System.Drawing.Size(130, 24);
|
|
this.smartLabel23.TabIndex = 85;
|
|
this.smartLabel23.Text = "E-mail:";
|
|
this.smartLabel23.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel23.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel23.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel23.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel23.Wordwrap = false;
|
|
//
|
|
// smartLabel21
|
|
//
|
|
this.smartLabel21.BackGround = null;
|
|
this.smartLabel21.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel21.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel21.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel21.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartLabel21.LineSpacing = 0F;
|
|
this.smartLabel21.Location = new System.Drawing.Point(53, 80);
|
|
this.smartLabel21.Name = "smartLabel21";
|
|
this.smartLabel21.OverlapOptimize = true;
|
|
this.smartLabel21.PasswordChar = '\0';
|
|
this.smartLabel21.Radius = 3;
|
|
this.smartLabel21.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel21.Size = new System.Drawing.Size(130, 24);
|
|
this.smartLabel21.TabIndex = 83;
|
|
this.smartLabel21.Text = "Tel:";
|
|
this.smartLabel21.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel21.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel21.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel21.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel21.Wordwrap = false;
|
|
//
|
|
// smartLabel22
|
|
//
|
|
this.smartLabel22.BackGround = null;
|
|
this.smartLabel22.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel22.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel22.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel22.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartLabel22.LineSpacing = 0F;
|
|
this.smartLabel22.Location = new System.Drawing.Point(53, 140);
|
|
this.smartLabel22.Name = "smartLabel22";
|
|
this.smartLabel22.OverlapOptimize = true;
|
|
this.smartLabel22.PasswordChar = '\0';
|
|
this.smartLabel22.Radius = 3;
|
|
this.smartLabel22.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel22.Size = new System.Drawing.Size(130, 24);
|
|
this.smartLabel22.TabIndex = 84;
|
|
this.smartLabel22.Text = "Address:";
|
|
this.smartLabel22.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel22.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel22.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel22.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel22.Wordwrap = false;
|
|
//
|
|
// smartGroupBox2
|
|
//
|
|
this.smartGroupBox2.BackGround = null;
|
|
this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartGroupBox2.BackImage = null;
|
|
this.smartGroupBox2.Controls.Add(this.smartButton1);
|
|
this.smartGroupBox2.Controls.Add(this.smartLabel3);
|
|
this.smartGroupBox2.Controls.Add(this.smartLabel4);
|
|
this.smartGroupBox2.Controls.Add(this.buttonUpdateMainboard);
|
|
this.smartGroupBox2.Controls.Add(this.smartLabel5);
|
|
this.smartGroupBox2.Controls.Add(this.smartLabel6);
|
|
this.smartGroupBox2.Controls.Add(this.smartLabel7);
|
|
this.smartGroupBox2.Controls.Add(this.labelSerialNo);
|
|
this.smartGroupBox2.Controls.Add(this.smartLabel9);
|
|
this.smartGroupBox2.Controls.Add(this.smartLabel10);
|
|
this.smartGroupBox2.Controls.Add(this.smartLabel11);
|
|
this.smartGroupBox2.Controls.Add(this.smartLabel12);
|
|
this.smartGroupBox2.Controls.Add(this.labelControlVersion);
|
|
this.smartGroupBox2.Controls.Add(this.labelDisplayVersion);
|
|
this.smartGroupBox2.Controls.Add(this.buttonUpdateDisplay);
|
|
this.smartGroupBox2.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
|
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
|
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.smartGroupBox2.FrameLineThickness = 2;
|
|
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
|
this.smartGroupBox2.HeaderHeightOffset = 12;
|
|
this.smartGroupBox2.Location = new System.Drawing.Point(67, 42);
|
|
this.smartGroupBox2.Name = "smartGroupBox2";
|
|
this.smartGroupBox2.RoundRadius = 5;
|
|
this.smartGroupBox2.Size = new System.Drawing.Size(774, 177);
|
|
this.smartGroupBox2.TabIndex = 94;
|
|
this.smartGroupBox2.Text = "Information";
|
|
this.smartGroupBox2.TextColor = System.Drawing.Color.White;
|
|
//
|
|
// smartButton1
|
|
//
|
|
this.smartButton1.BackGround = this.smartGroupBox2;
|
|
this.smartButton1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartButton1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.smartButton1.ButtonDownColor = System.Drawing.Color.SlateGray;
|
|
this.smartButton1.ButtonImageAutoSize = true;
|
|
this.smartButton1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.smartButton1.ButtonText = "English";
|
|
this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.smartButton1.GroupID = 0;
|
|
this.smartButton1.ImageDisable = null;
|
|
this.smartButton1.ImageDown = null;
|
|
this.smartButton1.ImageUp = null;
|
|
this.smartButton1.Location = new System.Drawing.Point(644, 49);
|
|
this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.smartButton1.Name = "smartButton1";
|
|
this.smartButton1.NestedClickEventPrevent = false;
|
|
this.smartButton1.OutlinePixel = 2;
|
|
this.smartButton1.OverlapOptimize = true;
|
|
this.smartButton1.RepeatInterval = 200;
|
|
this.smartButton1.RepeatIntervalAccelerate = null;
|
|
this.smartButton1.RoundSize = 10;
|
|
this.smartButton1.SafeInterval = 200;
|
|
this.smartButton1.Size = new System.Drawing.Size(84, 24);
|
|
this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.smartButton1.TabIndex = 91;
|
|
this.smartButton1.Text = null;
|
|
this.smartButton1.TextColor = System.Drawing.Color.White;
|
|
this.smartButton1.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.smartButton1.Visible = false;
|
|
this.smartButton1.Click += new System.EventHandler(this.smartButton1_Click);
|
|
//
|
|
// smartLabel3
|
|
//
|
|
this.smartLabel3.BackGround = null;
|
|
this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartLabel3.LineSpacing = 0F;
|
|
this.smartLabel3.Location = new System.Drawing.Point(53, 49);
|
|
this.smartLabel3.Name = "smartLabel3";
|
|
this.smartLabel3.OverlapOptimize = true;
|
|
this.smartLabel3.PasswordChar = '\0';
|
|
this.smartLabel3.Radius = 3;
|
|
this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel3.Size = new System.Drawing.Size(130, 24);
|
|
this.smartLabel3.TabIndex = 4;
|
|
this.smartLabel3.Text = "Model:";
|
|
this.smartLabel3.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel3.Wordwrap = false;
|
|
//
|
|
// smartLabel4
|
|
//
|
|
this.smartLabel4.BackGround = null;
|
|
this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartLabel4.LineSpacing = 0F;
|
|
this.smartLabel4.Location = new System.Drawing.Point(53, 79);
|
|
this.smartLabel4.Name = "smartLabel4";
|
|
this.smartLabel4.OverlapOptimize = true;
|
|
this.smartLabel4.PasswordChar = '\0';
|
|
this.smartLabel4.Radius = 3;
|
|
this.smartLabel4.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel4.Size = new System.Drawing.Size(130, 24);
|
|
this.smartLabel4.TabIndex = 5;
|
|
this.smartLabel4.Text = "Serial No.:";
|
|
this.smartLabel4.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel4.Wordwrap = false;
|
|
//
|
|
// buttonUpdateMainboard
|
|
//
|
|
this.buttonUpdateMainboard.BackGround = this.smartGroupBox2;
|
|
this.buttonUpdateMainboard.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.buttonUpdateMainboard.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.buttonUpdateMainboard.ButtonDownColor = System.Drawing.Color.SlateGray;
|
|
this.buttonUpdateMainboard.ButtonImageAutoSize = true;
|
|
this.buttonUpdateMainboard.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.buttonUpdateMainboard.ButtonText = "Update";
|
|
this.buttonUpdateMainboard.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonUpdateMainboard.GroupID = 0;
|
|
this.buttonUpdateMainboard.ImageDisable = null;
|
|
this.buttonUpdateMainboard.ImageDown = null;
|
|
this.buttonUpdateMainboard.ImageUp = null;
|
|
this.buttonUpdateMainboard.Location = new System.Drawing.Point(644, 109);
|
|
this.buttonUpdateMainboard.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonUpdateMainboard.Name = "buttonUpdateMainboard";
|
|
this.buttonUpdateMainboard.NestedClickEventPrevent = false;
|
|
this.buttonUpdateMainboard.OutlinePixel = 2;
|
|
this.buttonUpdateMainboard.OverlapOptimize = true;
|
|
this.buttonUpdateMainboard.RepeatInterval = 200;
|
|
this.buttonUpdateMainboard.RepeatIntervalAccelerate = null;
|
|
this.buttonUpdateMainboard.RoundSize = 10;
|
|
this.buttonUpdateMainboard.SafeInterval = 200;
|
|
this.buttonUpdateMainboard.Size = new System.Drawing.Size(84, 24);
|
|
this.buttonUpdateMainboard.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonUpdateMainboard.TabIndex = 90;
|
|
this.buttonUpdateMainboard.Text = null;
|
|
this.buttonUpdateMainboard.TextColor = System.Drawing.Color.White;
|
|
this.buttonUpdateMainboard.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.buttonUpdateMainboard.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonUpdateMainboard.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonUpdateMainboard.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonUpdateMainboard.Click += new System.EventHandler(this.buttonUpdateMainboard_Click);
|
|
//
|
|
// smartLabel5
|
|
//
|
|
this.smartLabel5.BackGround = null;
|
|
this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartLabel5.LineSpacing = 0F;
|
|
this.smartLabel5.Location = new System.Drawing.Point(53, 109);
|
|
this.smartLabel5.Name = "smartLabel5";
|
|
this.smartLabel5.OverlapOptimize = true;
|
|
this.smartLabel5.PasswordChar = '\0';
|
|
this.smartLabel5.Radius = 3;
|
|
this.smartLabel5.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel5.Size = new System.Drawing.Size(130, 24);
|
|
this.smartLabel5.TabIndex = 6;
|
|
this.smartLabel5.Text = "Main Control:";
|
|
this.smartLabel5.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel5.Wordwrap = false;
|
|
//
|
|
// smartLabel6
|
|
//
|
|
this.smartLabel6.BackGround = null;
|
|
this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartLabel6.LineSpacing = 0F;
|
|
this.smartLabel6.Location = new System.Drawing.Point(189, 49);
|
|
this.smartLabel6.Name = "smartLabel6";
|
|
this.smartLabel6.OverlapOptimize = true;
|
|
this.smartLabel6.PasswordChar = '\0';
|
|
this.smartLabel6.Radius = 3;
|
|
this.smartLabel6.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel6.Size = new System.Drawing.Size(150, 24);
|
|
this.smartLabel6.TabIndex = 7;
|
|
this.smartLabel6.Text = "INT_PT002";
|
|
this.smartLabel6.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel6.Wordwrap = false;
|
|
//
|
|
// smartLabel7
|
|
//
|
|
this.smartLabel7.BackGround = null;
|
|
this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartLabel7.LineSpacing = 0F;
|
|
this.smartLabel7.Location = new System.Drawing.Point(53, 139);
|
|
this.smartLabel7.Name = "smartLabel7";
|
|
this.smartLabel7.OverlapOptimize = true;
|
|
this.smartLabel7.PasswordChar = '\0';
|
|
this.smartLabel7.Radius = 3;
|
|
this.smartLabel7.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel7.Size = new System.Drawing.Size(130, 24);
|
|
this.smartLabel7.TabIndex = 8;
|
|
this.smartLabel7.Text = "Display:";
|
|
this.smartLabel7.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel7.Wordwrap = false;
|
|
//
|
|
// labelSerialNo
|
|
//
|
|
this.labelSerialNo.BackGround = null;
|
|
this.labelSerialNo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.labelSerialNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelSerialNo.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelSerialNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelSerialNo.LineSpacing = 0F;
|
|
this.labelSerialNo.Location = new System.Drawing.Point(189, 79);
|
|
this.labelSerialNo.Name = "labelSerialNo";
|
|
this.labelSerialNo.OverlapOptimize = true;
|
|
this.labelSerialNo.PasswordChar = '\0';
|
|
this.labelSerialNo.Radius = 3;
|
|
this.labelSerialNo.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelSerialNo.Size = new System.Drawing.Size(150, 24);
|
|
this.labelSerialNo.TabIndex = 9;
|
|
this.labelSerialNo.Text = "23A0000";
|
|
this.labelSerialNo.TextColor = System.Drawing.Color.White;
|
|
this.labelSerialNo.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelSerialNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelSerialNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelSerialNo.Wordwrap = false;
|
|
this.labelSerialNo.Click += new System.EventHandler(this.labelSerialNo_Click);
|
|
//
|
|
// smartLabel9
|
|
//
|
|
this.smartLabel9.BackGround = null;
|
|
this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartLabel9.LineSpacing = 0F;
|
|
this.smartLabel9.Location = new System.Drawing.Point(189, 109);
|
|
this.smartLabel9.Name = "smartLabel9";
|
|
this.smartLabel9.OverlapOptimize = true;
|
|
this.smartLabel9.PasswordChar = '\0';
|
|
this.smartLabel9.Radius = 3;
|
|
this.smartLabel9.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel9.Size = new System.Drawing.Size(150, 24);
|
|
this.smartLabel9.TabIndex = 10;
|
|
this.smartLabel9.Text = "IBD902M";
|
|
this.smartLabel9.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel9.Wordwrap = false;
|
|
//
|
|
// smartLabel10
|
|
//
|
|
this.smartLabel10.BackGround = null;
|
|
this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartLabel10.LineSpacing = 0F;
|
|
this.smartLabel10.Location = new System.Drawing.Point(189, 139);
|
|
this.smartLabel10.Name = "smartLabel10";
|
|
this.smartLabel10.OverlapOptimize = true;
|
|
this.smartLabel10.PasswordChar = '\0';
|
|
this.smartLabel10.Radius = 3;
|
|
this.smartLabel10.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel10.Size = new System.Drawing.Size(150, 24);
|
|
this.smartLabel10.TabIndex = 11;
|
|
this.smartLabel10.Text = "INT_PT002";
|
|
this.smartLabel10.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel10.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel10.Wordwrap = false;
|
|
//
|
|
// smartLabel11
|
|
//
|
|
this.smartLabel11.BackGround = null;
|
|
this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel11.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartLabel11.LineSpacing = 0F;
|
|
this.smartLabel11.Location = new System.Drawing.Point(403, 109);
|
|
this.smartLabel11.Name = "smartLabel11";
|
|
this.smartLabel11.OverlapOptimize = true;
|
|
this.smartLabel11.PasswordChar = '\0';
|
|
this.smartLabel11.Radius = 3;
|
|
this.smartLabel11.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel11.Size = new System.Drawing.Size(130, 24);
|
|
this.smartLabel11.TabIndex = 12;
|
|
this.smartLabel11.Text = "Version:";
|
|
this.smartLabel11.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel11.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel11.Wordwrap = false;
|
|
//
|
|
// smartLabel12
|
|
//
|
|
this.smartLabel12.BackGround = null;
|
|
this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.smartLabel12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartLabel12.LineSpacing = 0F;
|
|
this.smartLabel12.Location = new System.Drawing.Point(403, 139);
|
|
this.smartLabel12.Name = "smartLabel12";
|
|
this.smartLabel12.OverlapOptimize = true;
|
|
this.smartLabel12.PasswordChar = '\0';
|
|
this.smartLabel12.Radius = 3;
|
|
this.smartLabel12.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel12.Size = new System.Drawing.Size(130, 24);
|
|
this.smartLabel12.TabIndex = 13;
|
|
this.smartLabel12.Text = "Version:";
|
|
this.smartLabel12.TextColor = System.Drawing.Color.White;
|
|
this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel12.Wordwrap = false;
|
|
//
|
|
// labelControlVersion
|
|
//
|
|
this.labelControlVersion.BackGround = null;
|
|
this.labelControlVersion.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.labelControlVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelControlVersion.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelControlVersion.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelControlVersion.LineSpacing = 0F;
|
|
this.labelControlVersion.Location = new System.Drawing.Point(539, 109);
|
|
this.labelControlVersion.Name = "labelControlVersion";
|
|
this.labelControlVersion.OverlapOptimize = true;
|
|
this.labelControlVersion.PasswordChar = '\0';
|
|
this.labelControlVersion.Radius = 3;
|
|
this.labelControlVersion.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelControlVersion.Size = new System.Drawing.Size(99, 24);
|
|
this.labelControlVersion.TabIndex = 14;
|
|
this.labelControlVersion.Text = "0.0.0";
|
|
this.labelControlVersion.TextColor = System.Drawing.Color.White;
|
|
this.labelControlVersion.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelControlVersion.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelControlVersion.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelControlVersion.Wordwrap = false;
|
|
//
|
|
// labelDisplayVersion
|
|
//
|
|
this.labelDisplayVersion.BackGround = null;
|
|
this.labelDisplayVersion.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.labelDisplayVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelDisplayVersion.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelDisplayVersion.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelDisplayVersion.LineSpacing = 0F;
|
|
this.labelDisplayVersion.Location = new System.Drawing.Point(539, 139);
|
|
this.labelDisplayVersion.Name = "labelDisplayVersion";
|
|
this.labelDisplayVersion.OverlapOptimize = true;
|
|
this.labelDisplayVersion.PasswordChar = '\0';
|
|
this.labelDisplayVersion.Radius = 3;
|
|
this.labelDisplayVersion.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelDisplayVersion.Size = new System.Drawing.Size(99, 24);
|
|
this.labelDisplayVersion.TabIndex = 15;
|
|
this.labelDisplayVersion.Text = "0.0.0";
|
|
this.labelDisplayVersion.TextColor = System.Drawing.Color.White;
|
|
this.labelDisplayVersion.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelDisplayVersion.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelDisplayVersion.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelDisplayVersion.Wordwrap = false;
|
|
//
|
|
// buttonUpdateDisplay
|
|
//
|
|
this.buttonUpdateDisplay.BackGround = this.smartGroupBox2;
|
|
this.buttonUpdateDisplay.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
|
this.buttonUpdateDisplay.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.buttonUpdateDisplay.ButtonDownColor = System.Drawing.Color.SlateGray;
|
|
this.buttonUpdateDisplay.ButtonImageAutoSize = true;
|
|
this.buttonUpdateDisplay.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.buttonUpdateDisplay.ButtonText = "Update";
|
|
this.buttonUpdateDisplay.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonUpdateDisplay.GroupID = 0;
|
|
this.buttonUpdateDisplay.ImageDisable = null;
|
|
this.buttonUpdateDisplay.ImageDown = null;
|
|
this.buttonUpdateDisplay.ImageUp = null;
|
|
this.buttonUpdateDisplay.Location = new System.Drawing.Point(644, 139);
|
|
this.buttonUpdateDisplay.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonUpdateDisplay.Name = "buttonUpdateDisplay";
|
|
this.buttonUpdateDisplay.NestedClickEventPrevent = false;
|
|
this.buttonUpdateDisplay.OutlinePixel = 2;
|
|
this.buttonUpdateDisplay.OverlapOptimize = true;
|
|
this.buttonUpdateDisplay.RepeatInterval = 200;
|
|
this.buttonUpdateDisplay.RepeatIntervalAccelerate = null;
|
|
this.buttonUpdateDisplay.RoundSize = 10;
|
|
this.buttonUpdateDisplay.SafeInterval = 200;
|
|
this.buttonUpdateDisplay.Size = new System.Drawing.Size(84, 24);
|
|
this.buttonUpdateDisplay.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonUpdateDisplay.TabIndex = 76;
|
|
this.buttonUpdateDisplay.Text = null;
|
|
this.buttonUpdateDisplay.TextColor = System.Drawing.Color.White;
|
|
this.buttonUpdateDisplay.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.buttonUpdateDisplay.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonUpdateDisplay.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonUpdateDisplay.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonUpdateDisplay.Click += new System.EventHandler(this.buttonUpdateDisplay_Click);
|
|
//
|
|
// smartKeyboard1
|
|
//
|
|
this.smartKeyboard1.BackGround = null;
|
|
this.smartKeyboard1.BackGroundColor = System.Drawing.Color.LightBlue;
|
|
this.smartKeyboard1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
|
this.smartKeyboard1.BorderStyle = SmartX.SmartKeyboard.BorderStyles.RoundRectFill;
|
|
this.smartKeyboard1.ControlKeyDisable = true;
|
|
this.smartKeyboard1.DesignMinimize = true;
|
|
this.smartKeyboard1.HanYoungKeyDisable = true;
|
|
this.smartKeyboard1.KeyBoardBackImage = null;
|
|
this.smartKeyboard1.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
|
|
this.smartKeyboard1.KeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(93)))), ((int)(((byte)(123)))));
|
|
this.smartKeyboard1.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.smartKeyboard1.KeyOutLineWidth = 1;
|
|
this.smartKeyboard1.KeyPressFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(46)))), ((int)(((byte)(60)))));
|
|
this.smartKeyboard1.KeyPressImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard1.KeyPressImage1")));
|
|
this.smartKeyboard1.KeyPressImage2 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard1.KeyPressImage2")));
|
|
this.smartKeyboard1.KeyPressImage3 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard1.KeyPressImage3")));
|
|
this.smartKeyboard1.KeyPressOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
|
|
this.smartKeyboard1.KeyPressTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
|
|
this.smartKeyboard1.KeyTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.smartKeyboard1.KeyTextFont = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
this.smartKeyboard1.KeyUpImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard1.KeyUpImage1")));
|
|
this.smartKeyboard1.KeyUpImage2 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard1.KeyUpImage2")));
|
|
this.smartKeyboard1.KeyUpImage3 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard1.KeyUpImage3")));
|
|
this.smartKeyboard1.Location = new System.Drawing.Point(15, 62);
|
|
this.smartKeyboard1.MarginLeftRight = 7;
|
|
this.smartKeyboard1.MarginTopBottom = 7;
|
|
this.smartKeyboard1.Name = "smartKeyboard1";
|
|
this.smartKeyboard1.OverlapOptimize = true;
|
|
this.smartKeyboard1.Radius = 5;
|
|
this.smartKeyboard1.RoundedCorners = true;
|
|
this.smartKeyboard1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
|
this.smartKeyboard1.Size = new System.Drawing.Size(16, 11);
|
|
this.smartKeyboard1.SizeRunTime = new System.Drawing.Size(832, 327);
|
|
this.smartKeyboard1.TabIndex = 89;
|
|
this.smartKeyboard1.TABKeyDisable = false;
|
|
this.smartKeyboard1.TargetInputObject = null;
|
|
this.smartKeyboard1.Text = "smartKeyboard1";
|
|
this.smartKeyboard1.TextColor = System.Drawing.Color.Black;
|
|
this.smartKeyboard1.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartKeyboard1.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.GRAY_SKIN1;
|
|
this.smartKeyboard1.OnXKeyClick += new System.EventHandler(this.smartKeyboard1_OnXKeyClick);
|
|
this.smartKeyboard1.OnLabelKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.smartKeyboard1_OnLabelKeyPress);
|
|
//
|
|
// timer
|
|
//
|
|
this.timer.CounterMode = SmartX.SmartTimer.CounterModes.Up_Counter;
|
|
this.timer.Interval = 1000;
|
|
this.timer.IntervalSeries = null;
|
|
this.timer.TimeCount = ((long)(1000000));
|
|
this.timer.TimeFormStringSeparator = ":";
|
|
this.timer.Tick += new System.EventHandler(this.timer_Tick);
|
|
//
|
|
// ControlMenuSystemInformation
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.Name = "ControlMenuSystemInformation";
|
|
this.Size = new System.Drawing.Size(909, 664);
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.smartGroupBox4.ResumeLayout(false);
|
|
this.smartGroupBox3.ResumeLayout(false);
|
|
this.smartGroupBox2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
private SmartX.SmartLabel labelSerialNo;
|
|
private SmartX.SmartLabel smartLabel7;
|
|
private SmartX.SmartLabel smartLabel6;
|
|
private SmartX.SmartLabel smartLabel5;
|
|
private SmartX.SmartLabel smartLabel4;
|
|
private SmartX.SmartLabel smartLabel3;
|
|
private SmartX.SmartLabel smartLabel10;
|
|
private SmartX.SmartLabel smartLabel9;
|
|
private SmartX.SmartLabel labelDisplayVersion;
|
|
private SmartX.SmartLabel labelControlVersion;
|
|
private SmartX.SmartLabel smartLabel12;
|
|
private SmartX.SmartLabel smartLabel11;
|
|
private SmartX.SmartButton buttonUpdateDisplay;
|
|
private SmartX.SmartLabel labelContact1;
|
|
private SmartX.SmartLabel labelContact6;
|
|
private SmartX.SmartLabel labelContact5;
|
|
private SmartX.SmartLabel labelContact4;
|
|
private SmartX.SmartLabel labelContact2;
|
|
private SmartX.SmartLabel labelContact3;
|
|
private SmartX.SmartLabel smartLabel24;
|
|
private SmartX.SmartLabel smartLabel23;
|
|
private SmartX.SmartLabel smartLabel22;
|
|
private SmartX.SmartLabel smartLabel21;
|
|
private SmartX.SmartLabel smartLabel20;
|
|
private SmartX.SmartLabel smartLabel25;
|
|
private SmartX.SmartKeyboard smartKeyboard1;
|
|
private SmartX.SmartButton buttonUpdateMainboard;
|
|
private SmartX.SmartGroupBox smartGroupBox2;
|
|
private SmartX.SmartGroupBox smartGroupBox3;
|
|
private SmartX.SmartGroupBox smartGroupBox4;
|
|
private SmartX.SmartUpDown upDownYear;
|
|
private SmartX.SmartUpDown upDownDate;
|
|
private SmartX.SmartUpDown upDownMonth;
|
|
private SmartX.SmartLabel smartLabel8;
|
|
private SmartX.SmartLabel smartLabel2;
|
|
private SmartX.SmartLabel smartLabel1;
|
|
private SmartX.SmartUpDown upDownMinute;
|
|
private SmartX.SmartUpDown upDownHour;
|
|
private SmartX.SmartButton buttonSave;
|
|
private SmartX.SmartLabel labelCurrentTime;
|
|
private SmartX.SmartTimer timer;
|
|
private SmartX.SmartButton smartButton1;
|
|
}
|
|
}
|