diff --git a/INT_PT002/Controls/Log/ControlMenuLogAlarm.Designer.cs b/INT_PT002/Controls/Log/ControlMenuLogAlarm.Designer.cs index 46994ea..75bd96a 100644 --- a/INT_PT002/Controls/Log/ControlMenuLogAlarm.Designer.cs +++ b/INT_PT002/Controls/Log/ControlMenuLogAlarm.Designer.cs @@ -32,10 +32,11 @@ this.treeView = new System.Windows.Forms.TreeView(); this.smartLabel4 = new SmartX.SmartLabel(); this.smartLabel3 = new SmartX.SmartLabel(); - this.smartLabel1 = new SmartX.SmartLabel(); + this.labelFileName = new SmartX.SmartLabel(); this.buttonBackup = new SmartX.SmartButton(); this.labelCount = new SmartX.SmartLabel(); - this.smartListBox1 = new SmartX.SmartListBox(); + this.listBox = new SmartX.SmartListBox(); + this.smartFile1 = new SmartX.SmartFile(); this.smartGroupBox1.SuspendLayout(); this.SuspendLayout(); // @@ -47,10 +48,10 @@ this.smartGroupBox1.Controls.Add(this.treeView); this.smartGroupBox1.Controls.Add(this.smartLabel4); this.smartGroupBox1.Controls.Add(this.smartLabel3); - this.smartGroupBox1.Controls.Add(this.smartLabel1); + this.smartGroupBox1.Controls.Add(this.labelFileName); this.smartGroupBox1.Controls.Add(this.buttonBackup); this.smartGroupBox1.Controls.Add(this.labelCount); - this.smartGroupBox1.Controls.Add(this.smartListBox1); + this.smartGroupBox1.Controls.Add(this.listBox); 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)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65))))); this.smartGroupBox1.FrameLineThickness = 2; @@ -70,6 +71,7 @@ this.treeView.Name = "treeView"; this.treeView.Size = new System.Drawing.Size(299, 566); this.treeView.TabIndex = 81; + this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewLogAlarm_AfterSelect); // // smartLabel4 // @@ -115,28 +117,28 @@ this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel3.Wordwrap = false; // - // smartLabel1 + // labelFileName // - this.smartLabel1.BackGround = this.smartGroupBox1; - this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(64)))), ((int)(((byte)(66))))); - this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; - this.smartLabel1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold); - this.smartLabel1.LineSpacing = 0F; - this.smartLabel1.Location = new System.Drawing.Point(333, 70); - this.smartLabel1.Name = "smartLabel1"; - this.smartLabel1.OverlapOptimize = true; - this.smartLabel1.PasswordChar = '\0'; - this.smartLabel1.Radius = 10; - this.smartLabel1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); - this.smartLabel1.Size = new System.Drawing.Size(460, 36); - this.smartLabel1.TabIndex = 85; - this.smartLabel1.Text = "00"; - this.smartLabel1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel1.Wordwrap = false; + this.labelFileName.BackGround = this.smartGroupBox1; + this.labelFileName.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(64)))), ((int)(((byte)(66))))); + this.labelFileName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); + this.labelFileName.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; + this.labelFileName.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold); + this.labelFileName.LineSpacing = 0F; + this.labelFileName.Location = new System.Drawing.Point(333, 70); + this.labelFileName.Name = "labelFileName"; + this.labelFileName.OverlapOptimize = true; + this.labelFileName.PasswordChar = '\0'; + this.labelFileName.Radius = 10; + this.labelFileName.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); + this.labelFileName.Size = new System.Drawing.Size(460, 36); + this.labelFileName.TabIndex = 85; + this.labelFileName.Text = "00"; + this.labelFileName.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); + this.labelFileName.TextColorDisable = System.Drawing.Color.Gray; + this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelFileName.Wordwrap = false; // // buttonBackup // @@ -196,115 +198,119 @@ this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelCount.Wordwrap = false; // - // smartListBox1 + // listBox // - this.smartListBox1.BackGround = null; - this.smartListBox1.BackGroundColor = System.Drawing.Color.White; - this.smartListBox1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartListBox1.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; - this.smartListBox1.ColumnStyles = null; - this.smartListBox1.DataSource = null; - this.smartListBox1.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; - this.smartListBox1.ItemOffsetGap = 10; - this.smartListBox1.ItemOffsetX = 1; - this.smartListBox1.ItemOffsetY = 0; - this.smartListBox1.ItemTextOffsetY = 1; - this.smartListBox1.Location = new System.Drawing.Point(333, 112); - this.smartListBox1.MouseMoveEventSpace = 3; - this.smartListBox1.MouseMoveSpace = 10; - this.smartListBox1.Name = "smartListBox1"; - this.smartListBox1.OverlapOptimize = true; - this.smartListBox1.ScrollBarBackColor = System.Drawing.Color.DarkGray; - this.smartListBox1.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; - this.smartListBox1.ScrollBarButtonHeight = 15; - this.smartListBox1.ScrollBarButtonImage = null; - this.smartListBox1.ScrollBarButtonRound = 0; - this.smartListBox1.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.ScrollBar; - this.smartListBox1.ScrollButtonHeight = 30; - this.smartListBox1.ScrollButtonWidth = 30; + this.listBox.BackGround = null; + this.listBox.BackGroundColor = System.Drawing.Color.White; + this.listBox.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBox.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; + this.listBox.ColumnStyles = null; + this.listBox.DataSource = null; + this.listBox.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; + this.listBox.ItemOffsetGap = 10; + this.listBox.ItemOffsetX = 1; + this.listBox.ItemOffsetY = 0; + this.listBox.ItemTextOffsetY = 1; + this.listBox.Location = new System.Drawing.Point(333, 112); + this.listBox.MouseMoveEventSpace = 3; + this.listBox.MouseMoveSpace = 10; + this.listBox.Name = "listBox"; + this.listBox.OverlapOptimize = true; + this.listBox.ScrollBarBackColor = System.Drawing.Color.DarkGray; + this.listBox.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; + this.listBox.ScrollBarButtonHeight = 15; + this.listBox.ScrollBarButtonImage = null; + this.listBox.ScrollBarButtonRound = 0; + this.listBox.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.ScrollBar; + this.listBox.ScrollButtonHeight = 30; + this.listBox.ScrollButtonWidth = 30; // // // - this.smartListBox1.ScrollDownButton.BackGround = null; - this.smartListBox1.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; - this.smartListBox1.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartListBox1.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.smartListBox1.ScrollDownButton.ButtonImageAutoSize = false; - this.smartListBox1.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; - this.smartListBox1.ScrollDownButton.ButtonText = "▼"; - this.smartListBox1.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.smartListBox1.ScrollDownButton.GroupID = 0; - this.smartListBox1.ScrollDownButton.ImageDisable = null; - this.smartListBox1.ScrollDownButton.ImageDown = null; - this.smartListBox1.ScrollDownButton.ImageUp = null; - this.smartListBox1.ScrollDownButton.Location = new System.Drawing.Point(524, 492); - this.smartListBox1.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.smartListBox1.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; - this.smartListBox1.ScrollDownButton.NestedClickEventPrevent = false; - this.smartListBox1.ScrollDownButton.OutlinePixel = 1; - this.smartListBox1.ScrollDownButton.OverlapOptimize = true; - this.smartListBox1.ScrollDownButton.RepeatInterval = 200; - this.smartListBox1.ScrollDownButton.RepeatIntervalAccelerate = null; - this.smartListBox1.ScrollDownButton.RoundSize = 10; - this.smartListBox1.ScrollDownButton.SafeInterval = 200; - this.smartListBox1.ScrollDownButton.Size = new System.Drawing.Size(30, 30); - this.smartListBox1.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartListBox1.ScrollDownButton.TabIndex = 0; - this.smartListBox1.ScrollDownButton.Text = null; - this.smartListBox1.ScrollDownButton.TextColor = System.Drawing.Color.White; - this.smartListBox1.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; - this.smartListBox1.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.smartListBox1.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.smartListBox1.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.smartListBox1.ScrollStep = 1; + this.listBox.ScrollDownButton.BackGround = null; + this.listBox.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBox.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBox.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBox.ScrollDownButton.ButtonImageAutoSize = false; + this.listBox.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBox.ScrollDownButton.ButtonText = "▼"; + this.listBox.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBox.ScrollDownButton.GroupID = 0; + this.listBox.ScrollDownButton.ImageDisable = null; + this.listBox.ScrollDownButton.ImageDown = null; + this.listBox.ScrollDownButton.ImageUp = null; + this.listBox.ScrollDownButton.Location = new System.Drawing.Point(524, 492); + this.listBox.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBox.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; + this.listBox.ScrollDownButton.NestedClickEventPrevent = false; + this.listBox.ScrollDownButton.OutlinePixel = 1; + this.listBox.ScrollDownButton.OverlapOptimize = true; + this.listBox.ScrollDownButton.RepeatInterval = 200; + this.listBox.ScrollDownButton.RepeatIntervalAccelerate = null; + this.listBox.ScrollDownButton.RoundSize = 10; + this.listBox.ScrollDownButton.SafeInterval = 200; + this.listBox.ScrollDownButton.Size = new System.Drawing.Size(30, 30); + this.listBox.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBox.ScrollDownButton.TabIndex = 0; + this.listBox.ScrollDownButton.Text = null; + this.listBox.ScrollDownButton.TextColor = System.Drawing.Color.White; + this.listBox.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBox.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBox.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBox.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBox.ScrollStep = 1; // // // - this.smartListBox1.ScrollUpButton.BackGround = null; - this.smartListBox1.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; - this.smartListBox1.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartListBox1.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.smartListBox1.ScrollUpButton.ButtonImageAutoSize = false; - this.smartListBox1.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; - this.smartListBox1.ScrollUpButton.ButtonText = "▲"; - this.smartListBox1.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.smartListBox1.ScrollUpButton.GroupID = 0; - this.smartListBox1.ScrollUpButton.ImageDisable = null; - this.smartListBox1.ScrollUpButton.ImageDown = null; - this.smartListBox1.ScrollUpButton.ImageUp = null; - this.smartListBox1.ScrollUpButton.Location = new System.Drawing.Point(524, 2); - this.smartListBox1.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.smartListBox1.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; - this.smartListBox1.ScrollUpButton.NestedClickEventPrevent = false; - this.smartListBox1.ScrollUpButton.OutlinePixel = 1; - this.smartListBox1.ScrollUpButton.OverlapOptimize = true; - this.smartListBox1.ScrollUpButton.RepeatInterval = 200; - this.smartListBox1.ScrollUpButton.RepeatIntervalAccelerate = null; - this.smartListBox1.ScrollUpButton.RoundSize = 10; - this.smartListBox1.ScrollUpButton.SafeInterval = 200; - this.smartListBox1.ScrollUpButton.Size = new System.Drawing.Size(30, 30); - this.smartListBox1.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartListBox1.ScrollUpButton.TabIndex = 1; - this.smartListBox1.ScrollUpButton.Text = null; - this.smartListBox1.ScrollUpButton.TextColor = System.Drawing.Color.White; - this.smartListBox1.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; - this.smartListBox1.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.smartListBox1.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.smartListBox1.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.smartListBox1.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); - this.smartListBox1.SelectFilled = true; - this.smartListBox1.SelectItemIndex = -1; - this.smartListBox1.SelectTextColor = System.Drawing.Color.White; - this.smartListBox1.SeparationlineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125))))); - this.smartListBox1.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); - this.smartListBox1.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; - this.smartListBox1.SeparationlineVisibleBottom = true; - this.smartListBox1.SeparationlineVisibleTop = true; - this.smartListBox1.Size = new System.Drawing.Size(556, 524); - this.smartListBox1.TabIndex = 82; - this.smartListBox1.Text = "smartListBox1"; - this.smartListBox1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartListBox1.TextColorDisable = System.Drawing.Color.Gray; + this.listBox.ScrollUpButton.BackGround = null; + this.listBox.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBox.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBox.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBox.ScrollUpButton.ButtonImageAutoSize = false; + this.listBox.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBox.ScrollUpButton.ButtonText = "▲"; + this.listBox.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBox.ScrollUpButton.GroupID = 0; + this.listBox.ScrollUpButton.ImageDisable = null; + this.listBox.ScrollUpButton.ImageDown = null; + this.listBox.ScrollUpButton.ImageUp = null; + this.listBox.ScrollUpButton.Location = new System.Drawing.Point(524, 2); + this.listBox.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBox.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; + this.listBox.ScrollUpButton.NestedClickEventPrevent = false; + this.listBox.ScrollUpButton.OutlinePixel = 1; + this.listBox.ScrollUpButton.OverlapOptimize = true; + this.listBox.ScrollUpButton.RepeatInterval = 200; + this.listBox.ScrollUpButton.RepeatIntervalAccelerate = null; + this.listBox.ScrollUpButton.RoundSize = 10; + this.listBox.ScrollUpButton.SafeInterval = 200; + this.listBox.ScrollUpButton.Size = new System.Drawing.Size(30, 30); + this.listBox.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBox.ScrollUpButton.TabIndex = 1; + this.listBox.ScrollUpButton.Text = null; + this.listBox.ScrollUpButton.TextColor = System.Drawing.Color.White; + this.listBox.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBox.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBox.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBox.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBox.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.listBox.SelectFilled = true; + this.listBox.SelectItemIndex = -1; + this.listBox.SelectTextColor = System.Drawing.Color.White; + this.listBox.SeparationlineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125))))); + this.listBox.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.listBox.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; + this.listBox.SeparationlineVisibleBottom = true; + this.listBox.SeparationlineVisibleTop = true; + this.listBox.Size = new System.Drawing.Size(556, 524); + this.listBox.TabIndex = 82; + this.listBox.Text = "smartListBox1"; + this.listBox.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.listBox.TextColorDisable = System.Drawing.Color.Gray; + // + // smartFile1 + // + this.smartFile1.FilePathName = ""; // // ControlMenuLogAlarm // @@ -323,10 +329,11 @@ private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartButton buttonBackup; private SmartX.SmartLabel labelCount; - private SmartX.SmartListBox smartListBox1; + private SmartX.SmartListBox listBox; private System.Windows.Forms.TreeView treeView; - private SmartX.SmartLabel smartLabel1; + private SmartX.SmartLabel labelFileName; private SmartX.SmartLabel smartLabel3; private SmartX.SmartLabel smartLabel4; + private SmartX.SmartFile smartFile1; } } diff --git a/INT_PT002/Controls/Log/ControlMenuLogAlarm.cs b/INT_PT002/Controls/Log/ControlMenuLogAlarm.cs index 0bb98cc..b3e065b 100644 --- a/INT_PT002/Controls/Log/ControlMenuLogAlarm.cs +++ b/INT_PT002/Controls/Log/ControlMenuLogAlarm.cs @@ -55,6 +55,35 @@ namespace INT_PT002.Controls this.ListAlarmFile = new List(); } + public void LoadFile(string fullFilePath) + { + if (fullFilePath.Contains("_Alarm") == false) + return; + + this.smartFile1.FilePathName = fullFilePath; + this.smartFile1.Open(); + this.smartFile1.StringType.EncodingType = SmartX.SmartFile.Encodings.ANSI; + + try + { + this.smartFile1.StringType.FillBuffer(); + + long lineNum = this.smartFile1.StringType.GetCount(); + for (int i = 1; i < lineNum; i++) + { + this.listBox.AddItem(this.smartFile1.StringType.ReadBuffer(i)); + } + } + catch + { + DialogFormMessage myMsg = new DialogFormMessage(16, this.ParentForm.ParentForm.SystemConfig.LANGUAGE); + myMsg.ShowDialog(); + + this.smartFile1.Close(); + } + + this.smartFile1.Close(); + } private void UpdateDisplayFile() { int fileCount = 0; @@ -162,6 +191,7 @@ namespace INT_PT002.Controls public void DisplayRefresh() { + this.ParentForm.ParentForm.CurrentSystemStatus.CurrentDisplayMode = Define.E_DisplayModeStore.LogAlarm; this.ParentForm.ParentForm.SetDisplayMode(Define.E_EquipmentMode.Menu); this.SelecteDataType = Define.E_DataType.None; @@ -178,17 +208,12 @@ namespace INT_PT002.Controls } #endregion + #region Event Handler private void treeViewLogAlarm_AfterSelect(object sender, TreeViewEventArgs e) { - //this.labelPath.Text = e.Node.Text; - //for (int i = 0; i < this.ParentForm.ParentForm.CurrentSystemStatus.EquipmentColumn; i++) - // this.CollectionListBox[i].ClearAll(); - //this.listBoxTime.ClearAll(); - //this.LoadFile(this.ParentForm.ParentForm.PathDataInspectionFolder + this.treeViewInspection.SelectedNode.FullPath); + this.labelFileName.Text = e.Node.Text; + this.LoadFile(this.ParentForm.ParentForm.PathDataInspectionFolder + this.treeView.SelectedNode.FullPath); } - - #region Event Handler - #endregion } } diff --git a/INT_PT002/Controls/Log/ControlMenuLogAlarm.resx b/INT_PT002/Controls/Log/ControlMenuLogAlarm.resx index 3e7a6d2..0d94f70 100644 --- a/INT_PT002/Controls/Log/ControlMenuLogAlarm.resx +++ b/INT_PT002/Controls/Log/ControlMenuLogAlarm.resx @@ -117,6 +117,12 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17, 17 + + + 53 + WEBPAD diff --git a/INT_PT002/Controls/Log/ControlMenuLogHistory.Designer.cs b/INT_PT002/Controls/Log/ControlMenuLogHistory.Designer.cs index 02699c4..6cdc926 100644 --- a/INT_PT002/Controls/Log/ControlMenuLogHistory.Designer.cs +++ b/INT_PT002/Controls/Log/ControlMenuLogHistory.Designer.cs @@ -30,13 +30,13 @@ { this.smartFile1 = new SmartX.SmartFile(); this.smartGroupBox1 = new SmartX.SmartGroupBox(); - this.treeView = new System.Windows.Forms.TreeView(); - this.smartLabel4 = new SmartX.SmartLabel(); - this.smartLabel3 = new SmartX.SmartLabel(); - this.smartLabel1 = new SmartX.SmartLabel(); this.buttonBackup = new SmartX.SmartButton(); + this.listBox = new SmartX.SmartListBox(); + this.treeView = new System.Windows.Forms.TreeView(); + this.labelFileName = new SmartX.SmartLabel(); this.labelCount = new SmartX.SmartLabel(); - this.listbox = new SmartX.SmartListBox(); + this.smartLabel3 = new SmartX.SmartLabel(); + this.smartLabel4 = new SmartX.SmartLabel(); this.smartGroupBox1.SuspendLayout(); this.SuspendLayout(); // @@ -50,9 +50,9 @@ 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.buttonBackup); - this.smartGroupBox1.Controls.Add(this.listbox); + this.smartGroupBox1.Controls.Add(this.listBox); this.smartGroupBox1.Controls.Add(this.treeView); - this.smartGroupBox1.Controls.Add(this.smartLabel1); + this.smartGroupBox1.Controls.Add(this.labelFileName); this.smartGroupBox1.Controls.Add(this.labelCount); this.smartGroupBox1.Controls.Add(this.smartLabel3); this.smartGroupBox1.Controls.Add(this.smartLabel4); @@ -69,80 +69,6 @@ this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // - // treeView - // - this.treeView.Location = new System.Drawing.Point(23, 74); - this.treeView.Name = "treeView"; - this.treeView.Size = new System.Drawing.Size(299, 566); - this.treeView.TabIndex = 81; - // - // smartLabel4 - // - this.smartLabel4.BackGround = this.smartGroupBox1; - this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); - this.smartLabel4.BorderColor = System.Drawing.Color.Black; - this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel4.LineSpacing = 0F; - this.smartLabel4.Location = new System.Drawing.Point(19, 45); - 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(307, 23); - this.smartLabel4.TabIndex = 88; - this.smartLabel4.Text = " List"; - 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.Top; - this.smartLabel4.Wordwrap = true; - // - // smartLabel3 - // - this.smartLabel3.BackGround = this.smartGroupBox1; - this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); - this.smartLabel3.BorderColor = System.Drawing.Color.Black; - this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel3.LineSpacing = 0F; - this.smartLabel3.Location = new System.Drawing.Point(339, 45); - 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(548, 23); - this.smartLabel3.TabIndex = 87; - this.smartLabel3.Text = " File name"; - 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.Top; - this.smartLabel3.Wordwrap = false; - // - // smartLabel1 - // - this.smartLabel1.BackGround = this.smartGroupBox1; - 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)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); - this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel1.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Regular); - this.smartLabel1.LineSpacing = 0F; - this.smartLabel1.Location = new System.Drawing.Point(343, 74); - this.smartLabel1.Name = "smartLabel1"; - this.smartLabel1.OverlapOptimize = true; - this.smartLabel1.PasswordChar = '\0'; - this.smartLabel1.Radius = 10; - this.smartLabel1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); - this.smartLabel1.Size = new System.Drawing.Size(455, 36); - this.smartLabel1.TabIndex = 85; - this.smartLabel1.Text = "00"; - this.smartLabel1.TextColor = System.Drawing.Color.White; - this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel1.Wordwrap = false; - // // buttonBackup // this.buttonBackup.BackGround = this.smartGroupBox1; @@ -178,6 +104,147 @@ this.buttonBackup.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonBackup.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; // + // listBox + // + this.listBox.BackGround = null; + this.listBox.BackGroundColor = System.Drawing.Color.White; + this.listBox.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBox.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; + this.listBox.ColumnStyles = null; + this.listBox.DataSource = null; + this.listBox.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; + this.listBox.ItemOffsetGap = 10; + this.listBox.ItemOffsetX = 1; + this.listBox.ItemOffsetY = 0; + this.listBox.ItemTextOffsetY = 1; + this.listBox.Location = new System.Drawing.Point(343, 116); + this.listBox.MouseMoveEventSpace = 3; + this.listBox.MouseMoveSpace = 10; + this.listBox.Name = "listBox"; + this.listBox.OverlapOptimize = true; + this.listBox.ScrollBarBackColor = System.Drawing.Color.DarkGray; + this.listBox.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; + this.listBox.ScrollBarButtonHeight = 15; + this.listBox.ScrollBarButtonImage = null; + this.listBox.ScrollBarButtonRound = 0; + this.listBox.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.ScrollBar; + this.listBox.ScrollButtonHeight = 30; + this.listBox.ScrollButtonWidth = 30; + // + // + // + this.listBox.ScrollDownButton.BackGround = null; + this.listBox.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBox.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBox.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBox.ScrollDownButton.ButtonImageAutoSize = false; + this.listBox.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBox.ScrollDownButton.ButtonText = "▼"; + this.listBox.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBox.ScrollDownButton.GroupID = 0; + this.listBox.ScrollDownButton.ImageDisable = null; + this.listBox.ScrollDownButton.ImageDown = null; + this.listBox.ScrollDownButton.ImageUp = null; + this.listBox.ScrollDownButton.Location = new System.Drawing.Point(508, 492); + this.listBox.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBox.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; + this.listBox.ScrollDownButton.NestedClickEventPrevent = false; + this.listBox.ScrollDownButton.OutlinePixel = 1; + this.listBox.ScrollDownButton.OverlapOptimize = true; + this.listBox.ScrollDownButton.RepeatInterval = 200; + this.listBox.ScrollDownButton.RepeatIntervalAccelerate = null; + this.listBox.ScrollDownButton.RoundSize = 10; + this.listBox.ScrollDownButton.SafeInterval = 200; + this.listBox.ScrollDownButton.Size = new System.Drawing.Size(30, 30); + this.listBox.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBox.ScrollDownButton.TabIndex = 0; + this.listBox.ScrollDownButton.Text = null; + this.listBox.ScrollDownButton.TextColor = System.Drawing.Color.White; + this.listBox.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBox.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBox.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBox.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBox.ScrollStep = 1; + // + // + // + this.listBox.ScrollUpButton.BackGround = null; + this.listBox.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; + this.listBox.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); + this.listBox.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); + this.listBox.ScrollUpButton.ButtonImageAutoSize = false; + this.listBox.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; + this.listBox.ScrollUpButton.ButtonText = "▲"; + this.listBox.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.listBox.ScrollUpButton.GroupID = 0; + this.listBox.ScrollUpButton.ImageDisable = null; + this.listBox.ScrollUpButton.ImageDown = null; + this.listBox.ScrollUpButton.ImageUp = null; + this.listBox.ScrollUpButton.Location = new System.Drawing.Point(508, 2); + this.listBox.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; + this.listBox.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; + this.listBox.ScrollUpButton.NestedClickEventPrevent = false; + this.listBox.ScrollUpButton.OutlinePixel = 1; + this.listBox.ScrollUpButton.OverlapOptimize = true; + this.listBox.ScrollUpButton.RepeatInterval = 200; + this.listBox.ScrollUpButton.RepeatIntervalAccelerate = null; + this.listBox.ScrollUpButton.RoundSize = 10; + this.listBox.ScrollUpButton.SafeInterval = 200; + this.listBox.ScrollUpButton.Size = new System.Drawing.Size(30, 30); + this.listBox.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.listBox.ScrollUpButton.TabIndex = 1; + this.listBox.ScrollUpButton.Text = null; + this.listBox.ScrollUpButton.TextColor = System.Drawing.Color.White; + this.listBox.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; + this.listBox.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); + this.listBox.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.listBox.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.listBox.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); + this.listBox.SelectFilled = true; + this.listBox.SelectItemIndex = -1; + this.listBox.SelectTextColor = System.Drawing.Color.White; + this.listBox.SeparationlineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125))))); + this.listBox.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); + this.listBox.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; + this.listBox.SeparationlineVisibleBottom = true; + this.listBox.SeparationlineVisibleTop = true; + this.listBox.Size = new System.Drawing.Size(540, 524); + this.listBox.TabIndex = 82; + this.listBox.Text = "smartListBox1"; + this.listBox.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); + this.listBox.TextColorDisable = System.Drawing.Color.Gray; + // + // treeView + // + this.treeView.Location = new System.Drawing.Point(23, 74); + this.treeView.Name = "treeView"; + this.treeView.Size = new System.Drawing.Size(299, 566); + this.treeView.TabIndex = 81; + this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewHistory_AfterSelect); + // + // labelFileName + // + this.labelFileName.BackGround = this.smartGroupBox1; + this.labelFileName.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32))))); + this.labelFileName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226))))); + this.labelFileName.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.labelFileName.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Regular); + this.labelFileName.LineSpacing = 0F; + this.labelFileName.Location = new System.Drawing.Point(343, 74); + this.labelFileName.Name = "labelFileName"; + this.labelFileName.OverlapOptimize = true; + this.labelFileName.PasswordChar = '\0'; + this.labelFileName.Radius = 10; + this.labelFileName.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); + this.labelFileName.Size = new System.Drawing.Size(455, 36); + this.labelFileName.TabIndex = 85; + this.labelFileName.Text = "00"; + this.labelFileName.TextColor = System.Drawing.Color.White; + this.labelFileName.TextColorDisable = System.Drawing.Color.Gray; + this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelFileName.Wordwrap = false; + // // labelCount // this.labelCount.BackGround = this.smartGroupBox1; @@ -201,115 +268,49 @@ this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelCount.Wordwrap = false; // - // listbox + // smartLabel3 // - this.listbox.BackGround = null; - this.listbox.BackGroundColor = System.Drawing.Color.White; - this.listbox.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.listbox.BorderStyle = SmartX.SmartListBox.BORDERSTYLES.FixedSingle; - this.listbox.ColumnStyles = null; - this.listbox.DataSource = null; - this.listbox.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD; - this.listbox.ItemOffsetGap = 10; - this.listbox.ItemOffsetX = 1; - this.listbox.ItemOffsetY = 0; - this.listbox.ItemTextOffsetY = 1; - this.listbox.Location = new System.Drawing.Point(343, 116); - this.listbox.MouseMoveEventSpace = 3; - this.listbox.MouseMoveSpace = 10; - this.listbox.Name = "listbox"; - this.listbox.OverlapOptimize = true; - this.listbox.ScrollBarBackColor = System.Drawing.Color.DarkGray; - this.listbox.ScrollBarButtonColor = System.Drawing.Color.GhostWhite; - this.listbox.ScrollBarButtonHeight = 15; - this.listbox.ScrollBarButtonImage = null; - this.listbox.ScrollBarButtonRound = 0; - this.listbox.ScrollBarStyle = SmartX.SmartListBox.ScrollBarStyles.ScrollBar; - this.listbox.ScrollButtonHeight = 30; - this.listbox.ScrollButtonWidth = 30; + this.smartLabel3.BackGround = this.smartGroupBox1; + this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.smartLabel3.BorderColor = System.Drawing.Color.Black; + this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel3.LineSpacing = 0F; + this.smartLabel3.Location = new System.Drawing.Point(339, 45); + 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(548, 23); + this.smartLabel3.TabIndex = 87; + this.smartLabel3.Text = " File name"; + 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.Top; + this.smartLabel3.Wordwrap = false; // + // smartLabel4 // - // - this.listbox.ScrollDownButton.BackGround = null; - this.listbox.ScrollDownButton.BackGroundColor = System.Drawing.Color.LightBlue; - this.listbox.ScrollDownButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.listbox.ScrollDownButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.listbox.ScrollDownButton.ButtonImageAutoSize = false; - this.listbox.ScrollDownButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; - this.listbox.ScrollDownButton.ButtonText = "▼"; - this.listbox.ScrollDownButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.listbox.ScrollDownButton.GroupID = 0; - this.listbox.ScrollDownButton.ImageDisable = null; - this.listbox.ScrollDownButton.ImageDown = null; - this.listbox.ScrollDownButton.ImageUp = null; - this.listbox.ScrollDownButton.Location = new System.Drawing.Point(524, 492); - this.listbox.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.listbox.ScrollDownButton.Name = "SmartListBox_m_butScrollDown"; - this.listbox.ScrollDownButton.NestedClickEventPrevent = false; - this.listbox.ScrollDownButton.OutlinePixel = 1; - this.listbox.ScrollDownButton.OverlapOptimize = true; - this.listbox.ScrollDownButton.RepeatInterval = 200; - this.listbox.ScrollDownButton.RepeatIntervalAccelerate = null; - this.listbox.ScrollDownButton.RoundSize = 10; - this.listbox.ScrollDownButton.SafeInterval = 200; - this.listbox.ScrollDownButton.Size = new System.Drawing.Size(30, 30); - this.listbox.ScrollDownButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.listbox.ScrollDownButton.TabIndex = 0; - this.listbox.ScrollDownButton.Text = null; - this.listbox.ScrollDownButton.TextColor = System.Drawing.Color.White; - this.listbox.ScrollDownButton.TextColorDisable = System.Drawing.Color.Gray; - this.listbox.ScrollDownButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.listbox.ScrollDownButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.listbox.ScrollDownButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.listbox.ScrollStep = 1; - // - // - // - this.listbox.ScrollUpButton.BackGround = null; - this.listbox.ScrollUpButton.BackGroundColor = System.Drawing.Color.LightBlue; - this.listbox.ScrollUpButton.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.listbox.ScrollUpButton.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.listbox.ScrollUpButton.ButtonImageAutoSize = false; - this.listbox.ScrollUpButton.ButtonStyle = SmartX.SmartButton.ButtonStyles.Flat; - this.listbox.ScrollUpButton.ButtonText = "▲"; - this.listbox.ScrollUpButton.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.listbox.ScrollUpButton.GroupID = 0; - this.listbox.ScrollUpButton.ImageDisable = null; - this.listbox.ScrollUpButton.ImageDown = null; - this.listbox.ScrollUpButton.ImageUp = null; - this.listbox.ScrollUpButton.Location = new System.Drawing.Point(524, 2); - this.listbox.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.listbox.ScrollUpButton.Name = "SmartListBox_m_butScrollUp"; - this.listbox.ScrollUpButton.NestedClickEventPrevent = false; - this.listbox.ScrollUpButton.OutlinePixel = 1; - this.listbox.ScrollUpButton.OverlapOptimize = true; - this.listbox.ScrollUpButton.RepeatInterval = 200; - this.listbox.ScrollUpButton.RepeatIntervalAccelerate = null; - this.listbox.ScrollUpButton.RoundSize = 10; - this.listbox.ScrollUpButton.SafeInterval = 200; - this.listbox.ScrollUpButton.Size = new System.Drawing.Size(30, 30); - this.listbox.ScrollUpButton.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.listbox.ScrollUpButton.TabIndex = 1; - this.listbox.ScrollUpButton.Text = null; - this.listbox.ScrollUpButton.TextColor = System.Drawing.Color.White; - this.listbox.ScrollUpButton.TextColorDisable = System.Drawing.Color.Gray; - this.listbox.ScrollUpButton.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.listbox.ScrollUpButton.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.listbox.ScrollUpButton.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.listbox.SelectColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(156)))), ((int)(((byte)(184))))); - this.listbox.SelectFilled = true; - this.listbox.SelectItemIndex = -1; - this.listbox.SelectTextColor = System.Drawing.Color.White; - this.listbox.SeparationlineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125))))); - this.listbox.SeparationlineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(224))))); - this.listbox.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle; - this.listbox.SeparationlineVisibleBottom = true; - this.listbox.SeparationlineVisibleTop = true; - this.listbox.Size = new System.Drawing.Size(540, 524); - this.listbox.TabIndex = 82; - this.listbox.Text = "smartListBox1"; - this.listbox.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.listbox.TextColorDisable = System.Drawing.Color.Gray; + this.smartLabel4.BackGround = this.smartGroupBox1; + this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(92)))), ((int)(((byte)(118))))); + this.smartLabel4.BorderColor = System.Drawing.Color.Black; + this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None; + this.smartLabel4.LineSpacing = 0F; + this.smartLabel4.Location = new System.Drawing.Point(19, 45); + 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(307, 23); + this.smartLabel4.TabIndex = 88; + this.smartLabel4.Text = " List"; + 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.Top; + this.smartLabel4.Wordwrap = true; // // ControlMenuLogHistory // @@ -330,9 +331,9 @@ private System.Windows.Forms.TreeView treeView; private SmartX.SmartLabel smartLabel4; private SmartX.SmartLabel smartLabel3; - private SmartX.SmartLabel smartLabel1; + private SmartX.SmartLabel labelFileName; private SmartX.SmartButton buttonBackup; private SmartX.SmartLabel labelCount; - private SmartX.SmartListBox listbox; + private SmartX.SmartListBox listBox; } } diff --git a/INT_PT002/Controls/Log/ControlMenuLogHistory.cs b/INT_PT002/Controls/Log/ControlMenuLogHistory.cs index 20316a4..46e0ae2 100644 --- a/INT_PT002/Controls/Log/ControlMenuLogHistory.cs +++ b/INT_PT002/Controls/Log/ControlMenuLogHistory.cs @@ -72,7 +72,7 @@ namespace INT_PT002.Controls long lineNum = this.smartFile1.StringType.GetCount(); for (int i = 1; i < lineNum; i++) { - this.listbox.AddItem(this.smartFile1.StringType.ReadBuffer(i)); + this.listBox.AddItem(this.smartFile1.StringType.ReadBuffer(i)); } } catch @@ -211,6 +211,7 @@ namespace INT_PT002.Controls #region Event Handler private void treeViewHistory_AfterSelect(object sender, TreeViewEventArgs e) { + this.labelFileName.Text = e.Node.Text; this.LoadFile(this.ParentForm.ParentForm.PathDataHistoryFolder + this.treeView.SelectedNode.FullPath); } #endregion diff --git a/INT_PT002/Controls/System/ControlMenuSystemInformation.Designer.cs b/INT_PT002/Controls/System/ControlMenuSystemInformation.Designer.cs index 8a5451d..ba8ec0c 100644 --- a/INT_PT002/Controls/System/ControlMenuSystemInformation.Designer.cs +++ b/INT_PT002/Controls/System/ControlMenuSystemInformation.Designer.cs @@ -30,38 +30,51 @@ { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMenuSystemInformation)); this.smartGroupBox1 = new SmartX.SmartGroupBox(); - this.smartGroupBox2 = new SmartX.SmartGroupBox(); - this.smartKeyboard1 = new SmartX.SmartKeyboard(); - this.buttonUpdateMainboard = new SmartX.SmartButton(); - this.smartLabel25 = new SmartX.SmartLabel(); - this.labelContact3 = new SmartX.SmartLabel(); - this.smartLabel24 = new SmartX.SmartLabel(); - this.smartLabel23 = new SmartX.SmartLabel(); - this.smartLabel22 = new SmartX.SmartLabel(); - this.smartLabel21 = new SmartX.SmartLabel(); - this.smartLabel20 = new SmartX.SmartLabel(); - this.labelContact6 = new SmartX.SmartLabel(); - this.labelContact5 = new SmartX.SmartLabel(); - this.labelContact4 = new SmartX.SmartLabel(); - this.labelContact2 = new SmartX.SmartLabel(); - this.labelContact1 = new SmartX.SmartLabel(); - this.buttonUpdateDisplay = new SmartX.SmartButton(); - this.labelDisplayVersion = new SmartX.SmartLabel(); - this.labelControlVersion = new SmartX.SmartLabel(); - this.smartLabel12 = new SmartX.SmartLabel(); - this.smartLabel11 = new SmartX.SmartLabel(); - this.smartLabel10 = new SmartX.SmartLabel(); - this.smartLabel9 = new SmartX.SmartLabel(); - this.labelSerialNo = new SmartX.SmartLabel(); - this.smartLabel7 = new SmartX.SmartLabel(); - this.smartLabel6 = new SmartX.SmartLabel(); - this.smartLabel5 = new SmartX.SmartLabel(); - this.smartLabel4 = new SmartX.SmartLabel(); - this.smartLabel3 = new SmartX.SmartLabel(); + 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.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.smartGroupBox2.SuspendLayout(); + this.smartGroupBox4.SuspendLayout(); this.smartGroupBox3.SuspendLayout(); + this.smartGroupBox2.SuspendLayout(); this.SuspendLayout(); // // smartGroupBox1 @@ -69,6 +82,7 @@ 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); @@ -85,6 +99,1085 @@ 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, 238); + 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[] { + 31, + 0, + 0, + 0}); + this.upDownMinute.Minimum = new decimal(new int[] { + 1, + 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[] { + 31, + 0, + 0, + 0}); + this.upDownHour.Minimum = new decimal(new int[] { + 1, + 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[] { + 30, + 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, 418); + 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; @@ -110,14 +1203,361 @@ this.smartGroupBox2.FrameLineThickness = 2; this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.smartGroupBox2.HeaderHeightOffset = 12; - this.smartGroupBox2.Location = new System.Drawing.Point(61, 99); + 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, 200); + this.smartGroupBox2.Size = new System.Drawing.Size(774, 177); this.smartGroupBox2.TabIndex = 94; this.smartGroupBox2.Text = "Information"; this.smartGroupBox2.TextColor = System.Drawing.Color.White; // + // 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; @@ -163,659 +1603,14 @@ this.smartKeyboard1.OnXKeyClick += new System.EventHandler(this.smartKeyboard1_OnXKeyClick); this.smartKeyboard1.OnLabelKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.smartKeyboard1_OnLabelKeyPress); // - // buttonUpdateMainboard + // timer // - 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, 121); - 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); - // - // 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, 121); - 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; - // - // 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, 121); - 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; - // - // 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, 211); - 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; - // - // 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, 181); - 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; - // - // 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, 151); - 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; - // - // 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, 91); - 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; - // - // 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, 61); - 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; - // - // 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, 211); - 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; - // - // 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, 181); - 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; - // - // 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, 151); - 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; - // - // 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, 91); - 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; - // - // 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, 61); - 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; - // - // 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, 151); - 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); - // - // 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, 151); - 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; - // - // 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, 121); - 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; - // - // 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, 151); - 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; - // - // 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, 121); - 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; - // - // 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, 151); - 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; - // - // 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, 121); - 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; - // - // 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, 91); - 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); - // - // 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, 151); - 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; - // - // 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, 61); - 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; - // - // 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, 121); - 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; - // - // 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, 91); - 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; - // - // 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, 61); - 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; - // - // 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(61, 324); - this.smartGroupBox3.Name = "smartGroupBox3"; - this.smartGroupBox3.RoundRadius = 5; - this.smartGroupBox3.Size = new System.Drawing.Size(774, 260); - this.smartGroupBox3.TabIndex = 95; - this.smartGroupBox3.Text = "Contact"; - this.smartGroupBox3.TextColor = System.Drawing.Color.White; + 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 // @@ -825,8 +1620,9 @@ this.Name = "ControlMenuSystemInformation"; this.Size = new System.Drawing.Size(909, 664); this.smartGroupBox1.ResumeLayout(false); - this.smartGroupBox2.ResumeLayout(false); + this.smartGroupBox4.ResumeLayout(false); this.smartGroupBox3.ResumeLayout(false); + this.smartGroupBox2.ResumeLayout(false); this.ResumeLayout(false); } @@ -863,5 +1659,17 @@ 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; } } diff --git a/INT_PT002/Controls/System/ControlMenuSystemInformation.cs b/INT_PT002/Controls/System/ControlMenuSystemInformation.cs index 64de11a..cdaf249 100644 --- a/INT_PT002/Controls/System/ControlMenuSystemInformation.cs +++ b/INT_PT002/Controls/System/ControlMenuSystemInformation.cs @@ -33,6 +33,8 @@ namespace INT_PT002.Controls this.ParentForm = parent; this.Initialize(); + + this.timer.Start(); } #endregion @@ -260,12 +262,26 @@ namespace INT_PT002.Controls public void DisplayRefresh() { + DateTime currentTime = DateTime.Now; + this.ParentForm.ParentForm.CurrentSystemStatus.CurrentDisplayMode = Define.E_DisplayModeStore.Information; this.ParentForm.ParentForm.SetDisplayMode(Define.E_EquipmentMode.Menu); this.smartKeyboard1.Hide(); this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Read, CommunicationID.MainBoard, CommunicationAddress._1502_ProgramVersion, ""); + + this.labelCurrentTime.Text = currentTime.ToString("yyyy-MM-dd HH:mm:ss"); + + this.upDownYear.Value = currentTime.Year; + this.upDownMonth.Value = currentTime.Month; + this.upDownDate.Value = currentTime.Day; + this.upDownHour.Value = currentTime.Hour; + this.upDownMinute.Value = currentTime.Minute; + if(this.timer.IsStart == true) + this.timer.Start(); + + this.buttonSave.Visible = false; } #endregion @@ -331,6 +347,42 @@ namespace INT_PT002.Controls this.DisplayProgramUpdateCheck(dr); } + + private void buttonTimeSetting_Click(object sender, EventArgs e) + { + if (this.timer.IsStart == true) + this.timer.Stop(); + this.buttonSave.Visible = true; + } + private void buttonSave_Click(object sender, EventArgs e) + { + DateTime time; + try + { + time = new DateTime(int.Parse(this.upDownYear.Value.ToString()), int.Parse(this.upDownMonth.Value.ToString()), + int.Parse(this.upDownDate.Value.ToString()), int.Parse(this.upDownHour.Value.ToString()), int.Parse(this.upDownMinute.Value.ToString()), 00); + } + catch + { + this.DisplayRefresh(); + return; + } + + this.ParentForm.ParentForm.SetCurrentTime(time); + this.timer.Start(); + this.buttonSave.Visible = false; + } + private void timer_Tick(object sender, EventArgs e) + { + DateTime currentTime = DateTime.Now; + + this.labelCurrentTime.Text = currentTime.ToString("yyyy-MM-dd HH:mm:ss"); + + this.upDownHour.Value = currentTime.Hour; + this.upDownMinute.Value = currentTime.Minute; + + this.ParentForm.ParentForm.ChildFormMainDisplay.UpdateDisplayTime(); + } #endregion } } diff --git a/INT_PT002/Controls/System/ControlMenuSystemInformation.resx b/INT_PT002/Controls/System/ControlMenuSystemInformation.resx index 0411077..3b8f97a 100644 --- a/INT_PT002/Controls/System/ControlMenuSystemInformation.resx +++ b/INT_PT002/Controls/System/ControlMenuSystemInformation.resx @@ -532,6 +532,12 @@ rkJggg== + + 17, 17 + + + 37 + WEBPAD diff --git a/INT_PT002/Forms/FormMain.Designer.cs b/INT_PT002/Forms/FormMain.Designer.cs index be7e322..6149766 100644 --- a/INT_PT002/Forms/FormMain.Designer.cs +++ b/INT_PT002/Forms/FormMain.Designer.cs @@ -36,6 +36,7 @@ this.timer = new System.Windows.Forms.Timer(); this.smartFileIO = new SmartX.SmartFile(); this.timer1 = new System.Windows.Forms.Timer(); + this.smartConfigs = new SmartX.SmartConfigs(); this.SuspendLayout(); // // smartForm1 @@ -117,6 +118,7 @@ private System.Windows.Forms.Timer timer; private SmartX.SmartFile smartFileIO; private System.Windows.Forms.Timer timer1; + private SmartX.SmartConfigs smartConfigs; } } \ No newline at end of file diff --git a/INT_PT002/Forms/FormMain.cs b/INT_PT002/Forms/FormMain.cs index ecbd70c..6c9eca6 100644 --- a/INT_PT002/Forms/FormMain.cs +++ b/INT_PT002/Forms/FormMain.cs @@ -350,6 +350,15 @@ namespace INT_PT002.Forms } } + /// + /// Set Time + /// + /// + public void SetCurrentTime(DateTime time) + { + this.smartConfigs.ControlPanel.SetSystemDateTime(time); + } + #region SmartFile public void OpenSmartFileIO() { diff --git a/INT_PT002/Forms/FormMain.resx b/INT_PT002/Forms/FormMain.resx index e28b802..412b81e 100644 --- a/INT_PT002/Forms/FormMain.resx +++ b/INT_PT002/Forms/FormMain.resx @@ -224,6 +224,9 @@ 582, 17 + + 669, 17 + WEBPAD