From 682fc045bd14fc579aba9994b8f1f1f724021d5f Mon Sep 17 00:00:00 2001 From: Seonjae Date: Fri, 11 Apr 2025 14:40:27 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AF=B8=EC=82=AC=EC=9A=A9=20=ED=8F=BC=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INT_LKD_2.suo | Bin 118272 -> 118272 bytes .../Bottom/ControlBottomManual.Designer.cs | 37 -- .../Controls/Bottom/ControlBottomManual.cs | 21 - .../Bottom/ControlBottomSetting.Designer.cs | 37 -- .../Controls/Bottom/ControlBottomSetting.cs | 19 - INT_LKD_2/Forms/FormConfiguration.Designer.cs | 609 ------------------ INT_LKD_2/Forms/FormConfiguration.cs | 189 ------ INT_LKD_2/Forms/FormConfiguration.resx | 218 ------- INT_LKD_2/INT_LKD_2.csproj | 37 +- 9 files changed, 9 insertions(+), 1158 deletions(-) delete mode 100644 INT_LKD_2/Controls/Bottom/ControlBottomManual.Designer.cs delete mode 100644 INT_LKD_2/Controls/Bottom/ControlBottomManual.cs delete mode 100644 INT_LKD_2/Controls/Bottom/ControlBottomSetting.Designer.cs delete mode 100644 INT_LKD_2/Controls/Bottom/ControlBottomSetting.cs delete mode 100644 INT_LKD_2/Forms/FormConfiguration.Designer.cs delete mode 100644 INT_LKD_2/Forms/FormConfiguration.cs delete mode 100644 INT_LKD_2/Forms/FormConfiguration.resx diff --git a/INT_LKD_2.suo b/INT_LKD_2.suo index 4fedae1398b795e9bd82c8bfc2dc274b34e3c95b..be772b8191564178a4d0af98216366cd8809a252 100644 GIT binary patch delta 514 zcmY+B-7AA(6u{51_qDAgp*6MfBB9JSThy+me9Y&Tj|(?6OKvp97UgRtL=hXAW;`&%ze>tziZ(7iO-O>nOtaX2etM$I7m!UH}B6O|NW>C8BF2m7K;eKs%4=W(< z714!iU=F>)^Ngz-1=v^_f@y9XdDbVSjQA@D5nz-F;c-^3QB&nuYz3(B!Q+3MUygfP^@@0h!>S;fR-*aev}Fhz_QDHc$(rzp9CEs9~E%LzvO sjv6_^0eZ@>Q&T7CH{u@Gwh#_ccj!6rKEo50*IXapxmZGMWOKy`jnd>-{scBZ)V&-(s zYvz(xCiD^vWCR7J_0&Vuiy)B^^cExt_2l#)sE6plkNYj>oO|Hh+dAOeI^g@H$;Xu) zpmqApE_q+`{7c!myVmd_*f=aAe$X-^*SYOs=|0+|VY7SQ6dL0yHU%77B$9zlw8L#a zJZ)UuLA2lwEBsm&~}pzFo=ej>-{9P0F&wYpyrBTEJwW{-RMW z_4}M0zTVk4qs;%5LpDgg)QMGUnH29Voyr|C)yYst`|9!F~Z3Cs-;Xyq)IBK zLK=j&WJ{(bibYZ+UZ1n6W%{T?nK+p~xG`j``n`Rj7F7ME-^}EE4CpP z+pz<2h{sOs!fqtMj6@{Cf@Gv%4^pug`>-DekcNXwpM9)Wwd4@z;s}o781j&h0u88z+&Mm1@&eT*A|Km2A?c44ZWOn94Q`Fv0s{=<{PL-B0>S h2mhArk0_}j(vUwT|8%~-Q4;UaRB-e}^tk%C`Zw0|$Lat8 diff --git a/INT_LKD_2/Controls/Bottom/ControlBottomManual.Designer.cs b/INT_LKD_2/Controls/Bottom/ControlBottomManual.Designer.cs deleted file mode 100644 index 983db97..0000000 --- a/INT_LKD_2/Controls/Bottom/ControlBottomManual.Designer.cs +++ /dev/null @@ -1,37 +0,0 @@ -namespace INT_LKD_2.Controls.Bottom -{ - partial class ControlBottomManual - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Component Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - components = new System.ComponentModel.Container(); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - } - - #endregion - } -} diff --git a/INT_LKD_2/Controls/Bottom/ControlBottomManual.cs b/INT_LKD_2/Controls/Bottom/ControlBottomManual.cs deleted file mode 100644 index 14ba120..0000000 --- a/INT_LKD_2/Controls/Bottom/ControlBottomManual.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Linq; -using System.Collections.Generic; -using System.ComponentModel; -using System.Drawing; -using System.Data; -using System.Text; -using System.Windows.Forms; - -namespace INT_LKD_2.Controls.Bottom -{ - public partial class ControlBottomManual : UserControl - { - public ControlBottomManual() - { - InitializeComponent(); - } - - - } -} diff --git a/INT_LKD_2/Controls/Bottom/ControlBottomSetting.Designer.cs b/INT_LKD_2/Controls/Bottom/ControlBottomSetting.Designer.cs deleted file mode 100644 index bc0d5cb..0000000 --- a/INT_LKD_2/Controls/Bottom/ControlBottomSetting.Designer.cs +++ /dev/null @@ -1,37 +0,0 @@ -namespace INT_LKD_2.Controls.Bottom -{ - partial class ControlBottomSetting - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Component Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - components = new System.ComponentModel.Container(); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - } - - #endregion - } -} diff --git a/INT_LKD_2/Controls/Bottom/ControlBottomSetting.cs b/INT_LKD_2/Controls/Bottom/ControlBottomSetting.cs deleted file mode 100644 index 11dff2a..0000000 --- a/INT_LKD_2/Controls/Bottom/ControlBottomSetting.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Linq; -using System.Collections.Generic; -using System.ComponentModel; -using System.Drawing; -using System.Data; -using System.Text; -using System.Windows.Forms; - -namespace INT_LKD_2.Controls.Bottom -{ - public partial class ControlBottomSetting : UserControl - { - public ControlBottomSetting() - { - InitializeComponent(); - } - } -} diff --git a/INT_LKD_2/Forms/FormConfiguration.Designer.cs b/INT_LKD_2/Forms/FormConfiguration.Designer.cs deleted file mode 100644 index 236624f..0000000 --- a/INT_LKD_2/Forms/FormConfiguration.Designer.cs +++ /dev/null @@ -1,609 +0,0 @@ -namespace INT_LKD_2.Forms -{ - partial class FormConfiguration - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Windows Form Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormConfiguration)); - this.smartForm1 = new SmartX.SmartForm(); - this.smartGroupBox2 = new SmartX.SmartGroupBox(); - this.buttonMove1_1W = new SmartX.SmartButton(); - this.smartLabel10 = new SmartX.SmartLabel(); - this.buttonAlarmReset_1W = new SmartX.SmartButton(); - this.buttonOrigin = new SmartX.SmartButton(); - this.smartLabel8 = new SmartX.SmartLabel(); - this.buttonMove2_4W = new SmartX.SmartButton(); - this.buttonMove1_4W = new SmartX.SmartButton(); - this.buttonAlarmReset_4W = new SmartX.SmartButton(); - this.smartGroupBox1 = new SmartX.SmartGroupBox(); - this.labelChart2DrawStep = new SmartX.SmartLabel(); - this.smartLabel13 = new SmartX.SmartLabel(); - this.labelChart1DrawStep = new SmartX.SmartLabel(); - this.smartLabel11 = new SmartX.SmartLabel(); - this.buttonSetting = new SmartX.SmartButton(); - this.buttonMainDisplay = new SmartX.SmartButton(); - this.labelTime = new SmartX.SmartLabel(); - this.smartForm1.SuspendLayout(); - this.smartGroupBox2.SuspendLayout(); - this.smartGroupBox1.SuspendLayout(); - this.SuspendLayout(); - // - // smartForm1 - // - this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.GradationColor1; - this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage"))); - this.smartForm1.CenterLocation = false; - this.smartForm1.Controls.Add(this.smartGroupBox2); - this.smartForm1.Controls.Add(this.smartGroupBox1); - this.smartForm1.Controls.Add(this.buttonSetting); - this.smartForm1.Controls.Add(this.buttonMainDisplay); - this.smartForm1.Controls.Add(this.labelTime); - this.smartForm1.GradationColorBottom = System.Drawing.Color.Gray; - this.smartForm1.GradationColorTop = System.Drawing.Color.White; - this.smartForm1.LCDDirection = SmartXUIBase.SmartUIControlFormBase.LCDDIRECTIONS.HORIZONTAL; - this.smartForm1.LCDSize = SmartXUIBase.SmartUIControlFormBase.LCDRESOLUTION.LCD1024X768; - this.smartForm1.Location = new System.Drawing.Point(0, 0); - this.smartForm1.MainForm = null; - this.smartForm1.Mode = SmartXUIBase.SmartUIControlFormBase.RUNMODE.RUNTIME; - this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF; - this.smartForm1.Name = "smartForm1"; - this.smartForm1.Size = new System.Drawing.Size(1024, 768); - this.smartForm1.SpecialFunctionClickPointSize = 100; - this.smartForm1.UseMainMenu = false; - // - // smartGroupBox2 - // - this.smartGroupBox2.BackGround = null; - this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartGroupBox2.BackImage = null; - this.smartGroupBox2.Controls.Add(this.buttonMove1_1W); - this.smartGroupBox2.Controls.Add(this.smartLabel10); - this.smartGroupBox2.Controls.Add(this.buttonAlarmReset_1W); - this.smartGroupBox2.Controls.Add(this.buttonOrigin); - this.smartGroupBox2.Controls.Add(this.smartLabel8); - this.smartGroupBox2.Controls.Add(this.buttonMove2_4W); - this.smartGroupBox2.Controls.Add(this.buttonMove1_4W); - this.smartGroupBox2.Controls.Add(this.buttonAlarmReset_4W); - this.smartGroupBox2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartGroupBox2.FrameLineThickness = 2; - this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; - this.smartGroupBox2.HeaderHeightOffset = 12; - this.smartGroupBox2.Location = new System.Drawing.Point(513, 48); - this.smartGroupBox2.Name = "smartGroupBox2"; - this.smartGroupBox2.RoundRadius = 5; - this.smartGroupBox2.Size = new System.Drawing.Size(432, 605); - this.smartGroupBox2.TabIndex = 80; - this.smartGroupBox2.Text = "모터"; - this.smartGroupBox2.TextColor = System.Drawing.Color.White; - // - // buttonMove1_1W - // - this.buttonMove1_1W.BackGround = this.smartGroupBox2; - this.buttonMove1_1W.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonMove1_1W.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonMove1_1W.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.buttonMove1_1W.ButtonImageAutoSize = true; - this.buttonMove1_1W.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonMove1_1W.ButtonText = "동작1"; - this.buttonMove1_1W.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonMove1_1W.GroupID = 0; - this.buttonMove1_1W.ImageDisable = null; - this.buttonMove1_1W.ImageDown = null; - this.buttonMove1_1W.ImageUp = null; - this.buttonMove1_1W.Location = new System.Drawing.Point(50, 242); - this.buttonMove1_1W.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonMove1_1W.Name = "buttonMove1_1W"; - this.buttonMove1_1W.NestedClickEventPrevent = false; - this.buttonMove1_1W.OutlinePixel = 2; - this.buttonMove1_1W.OverlapOptimize = true; - this.buttonMove1_1W.RepeatInterval = 200; - this.buttonMove1_1W.RepeatIntervalAccelerate = null; - this.buttonMove1_1W.RoundSize = 10; - this.buttonMove1_1W.SafeInterval = 200; - this.buttonMove1_1W.Size = new System.Drawing.Size(150, 50); - this.buttonMove1_1W.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonMove1_1W.TabIndex = 71; - this.buttonMove1_1W.Text = null; - this.buttonMove1_1W.TextColor = System.Drawing.Color.White; - this.buttonMove1_1W.TextColorDisable = System.Drawing.Color.Gray; - this.buttonMove1_1W.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonMove1_1W.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonMove1_1W.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonMove1_1W.Click += new System.EventHandler(this.buttonMove1_1W_Click); - // - // smartLabel10 - // - this.smartLabel10.BackGround = null; - this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - 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("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel10.LineSpacing = 0F; - this.smartLabel10.Location = new System.Drawing.Point(50, 94); - 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, 30); - this.smartLabel10.TabIndex = 70; - this.smartLabel10.Text = "1W"; - this.smartLabel10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel10.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel10.Wordwrap = false; - // - // buttonAlarmReset_1W - // - this.buttonAlarmReset_1W.BackGround = this.smartGroupBox2; - this.buttonAlarmReset_1W.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonAlarmReset_1W.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonAlarmReset_1W.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.buttonAlarmReset_1W.ButtonImageAutoSize = true; - this.buttonAlarmReset_1W.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonAlarmReset_1W.ButtonText = "알람 리셋"; - this.buttonAlarmReset_1W.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonAlarmReset_1W.GroupID = 0; - this.buttonAlarmReset_1W.ImageDisable = null; - this.buttonAlarmReset_1W.ImageDown = null; - this.buttonAlarmReset_1W.ImageUp = null; - this.buttonAlarmReset_1W.Location = new System.Drawing.Point(50, 186); - this.buttonAlarmReset_1W.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonAlarmReset_1W.Name = "buttonAlarmReset_1W"; - this.buttonAlarmReset_1W.NestedClickEventPrevent = false; - this.buttonAlarmReset_1W.OutlinePixel = 2; - this.buttonAlarmReset_1W.OverlapOptimize = true; - this.buttonAlarmReset_1W.RepeatInterval = 200; - this.buttonAlarmReset_1W.RepeatIntervalAccelerate = null; - this.buttonAlarmReset_1W.RoundSize = 10; - this.buttonAlarmReset_1W.SafeInterval = 200; - this.buttonAlarmReset_1W.Size = new System.Drawing.Size(150, 50); - this.buttonAlarmReset_1W.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonAlarmReset_1W.TabIndex = 69; - this.buttonAlarmReset_1W.Text = null; - this.buttonAlarmReset_1W.TextColor = System.Drawing.Color.White; - this.buttonAlarmReset_1W.TextColorDisable = System.Drawing.Color.Gray; - this.buttonAlarmReset_1W.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonAlarmReset_1W.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonAlarmReset_1W.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonAlarmReset_1W.Click += new System.EventHandler(this.buttonAlarmReset_1W_Click); - // - // buttonOrigin - // - this.buttonOrigin.BackGround = this.smartGroupBox2; - this.buttonOrigin.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonOrigin.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonOrigin.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.buttonOrigin.ButtonImageAutoSize = true; - this.buttonOrigin.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonOrigin.ButtonText = "원점"; - this.buttonOrigin.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonOrigin.GroupID = 0; - this.buttonOrigin.ImageDisable = null; - this.buttonOrigin.ImageDown = null; - this.buttonOrigin.ImageUp = null; - this.buttonOrigin.Location = new System.Drawing.Point(50, 130); - this.buttonOrigin.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonOrigin.Name = "buttonOrigin"; - this.buttonOrigin.NestedClickEventPrevent = false; - this.buttonOrigin.OutlinePixel = 2; - this.buttonOrigin.OverlapOptimize = true; - this.buttonOrigin.RepeatInterval = 200; - this.buttonOrigin.RepeatIntervalAccelerate = null; - this.buttonOrigin.RoundSize = 10; - this.buttonOrigin.SafeInterval = 200; - this.buttonOrigin.Size = new System.Drawing.Size(354, 50); - this.buttonOrigin.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonOrigin.TabIndex = 68; - this.buttonOrigin.Text = null; - this.buttonOrigin.TextColor = System.Drawing.Color.White; - this.buttonOrigin.TextColorDisable = System.Drawing.Color.Gray; - this.buttonOrigin.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonOrigin.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonOrigin.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonOrigin.Click += new System.EventHandler(this.buttonOrigin_Click); - // - // smartLabel8 - // - this.smartLabel8.BackGround = null; - this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - 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("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel8.LineSpacing = 0F; - this.smartLabel8.Location = new System.Drawing.Point(254, 94); - 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(150, 30); - this.smartLabel8.TabIndex = 67; - this.smartLabel8.Text = "4W"; - this.smartLabel8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - 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; - // - // buttonMove2_4W - // - this.buttonMove2_4W.BackGround = this.smartGroupBox2; - this.buttonMove2_4W.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonMove2_4W.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonMove2_4W.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.buttonMove2_4W.ButtonImageAutoSize = true; - this.buttonMove2_4W.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonMove2_4W.ButtonText = "동작2"; - this.buttonMove2_4W.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonMove2_4W.GroupID = 0; - this.buttonMove2_4W.ImageDisable = null; - this.buttonMove2_4W.ImageDown = null; - this.buttonMove2_4W.ImageUp = null; - this.buttonMove2_4W.Location = new System.Drawing.Point(254, 298); - this.buttonMove2_4W.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonMove2_4W.Name = "buttonMove2_4W"; - this.buttonMove2_4W.NestedClickEventPrevent = false; - this.buttonMove2_4W.OutlinePixel = 2; - this.buttonMove2_4W.OverlapOptimize = true; - this.buttonMove2_4W.RepeatInterval = 200; - this.buttonMove2_4W.RepeatIntervalAccelerate = null; - this.buttonMove2_4W.RoundSize = 10; - this.buttonMove2_4W.SafeInterval = 200; - this.buttonMove2_4W.Size = new System.Drawing.Size(150, 50); - this.buttonMove2_4W.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonMove2_4W.TabIndex = 3; - this.buttonMove2_4W.Text = null; - this.buttonMove2_4W.TextColor = System.Drawing.Color.White; - this.buttonMove2_4W.TextColorDisable = System.Drawing.Color.Gray; - this.buttonMove2_4W.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonMove2_4W.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonMove2_4W.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonMove2_4W.Click += new System.EventHandler(this.buttonMove2_4W_Click); - // - // buttonMove1_4W - // - this.buttonMove1_4W.BackGround = this.smartGroupBox2; - this.buttonMove1_4W.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonMove1_4W.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonMove1_4W.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.buttonMove1_4W.ButtonImageAutoSize = true; - this.buttonMove1_4W.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonMove1_4W.ButtonText = "동작1"; - this.buttonMove1_4W.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonMove1_4W.GroupID = 0; - this.buttonMove1_4W.ImageDisable = null; - this.buttonMove1_4W.ImageDown = null; - this.buttonMove1_4W.ImageUp = null; - this.buttonMove1_4W.Location = new System.Drawing.Point(254, 242); - this.buttonMove1_4W.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonMove1_4W.Name = "buttonMove1_4W"; - this.buttonMove1_4W.NestedClickEventPrevent = false; - this.buttonMove1_4W.OutlinePixel = 2; - this.buttonMove1_4W.OverlapOptimize = true; - this.buttonMove1_4W.RepeatInterval = 200; - this.buttonMove1_4W.RepeatIntervalAccelerate = null; - this.buttonMove1_4W.RoundSize = 10; - this.buttonMove1_4W.SafeInterval = 200; - this.buttonMove1_4W.Size = new System.Drawing.Size(150, 50); - this.buttonMove1_4W.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonMove1_4W.TabIndex = 2; - this.buttonMove1_4W.Text = null; - this.buttonMove1_4W.TextColor = System.Drawing.Color.White; - this.buttonMove1_4W.TextColorDisable = System.Drawing.Color.Gray; - this.buttonMove1_4W.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonMove1_4W.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonMove1_4W.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonMove1_4W.Click += new System.EventHandler(this.buttonMove1_4W_Click); - // - // buttonAlarmReset_4W - // - this.buttonAlarmReset_4W.BackGround = this.smartGroupBox2; - this.buttonAlarmReset_4W.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.buttonAlarmReset_4W.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonAlarmReset_4W.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.buttonAlarmReset_4W.ButtonImageAutoSize = true; - this.buttonAlarmReset_4W.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonAlarmReset_4W.ButtonText = "알람 리셋"; - this.buttonAlarmReset_4W.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonAlarmReset_4W.GroupID = 0; - this.buttonAlarmReset_4W.ImageDisable = null; - this.buttonAlarmReset_4W.ImageDown = null; - this.buttonAlarmReset_4W.ImageUp = null; - this.buttonAlarmReset_4W.Location = new System.Drawing.Point(254, 186); - this.buttonAlarmReset_4W.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonAlarmReset_4W.Name = "buttonAlarmReset_4W"; - this.buttonAlarmReset_4W.NestedClickEventPrevent = false; - this.buttonAlarmReset_4W.OutlinePixel = 2; - this.buttonAlarmReset_4W.OverlapOptimize = true; - this.buttonAlarmReset_4W.RepeatInterval = 200; - this.buttonAlarmReset_4W.RepeatIntervalAccelerate = null; - this.buttonAlarmReset_4W.RoundSize = 10; - this.buttonAlarmReset_4W.SafeInterval = 200; - this.buttonAlarmReset_4W.Size = new System.Drawing.Size(150, 50); - this.buttonAlarmReset_4W.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonAlarmReset_4W.TabIndex = 1; - this.buttonAlarmReset_4W.Text = null; - this.buttonAlarmReset_4W.TextColor = System.Drawing.Color.White; - this.buttonAlarmReset_4W.TextColorDisable = System.Drawing.Color.Gray; - this.buttonAlarmReset_4W.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonAlarmReset_4W.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonAlarmReset_4W.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonAlarmReset_4W.Click += new System.EventHandler(this.buttonAlarmReset_4W_Click); - // - // smartGroupBox1 - // - this.smartGroupBox1.BackGround = null; - this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartGroupBox1.BackImage = null; - this.smartGroupBox1.Controls.Add(this.labelChart2DrawStep); - this.smartGroupBox1.Controls.Add(this.smartLabel13); - this.smartGroupBox1.Controls.Add(this.labelChart1DrawStep); - this.smartGroupBox1.Controls.Add(this.smartLabel11); - this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.smartGroupBox1.FrameLineThickness = 2; - this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; - this.smartGroupBox1.HeaderHeightOffset = 12; - this.smartGroupBox1.Location = new System.Drawing.Point(33, 48); - this.smartGroupBox1.Name = "smartGroupBox1"; - this.smartGroupBox1.RoundRadius = 5; - this.smartGroupBox1.Size = new System.Drawing.Size(432, 605); - this.smartGroupBox1.TabIndex = 79; - this.smartGroupBox1.Text = "설정"; - this.smartGroupBox1.TextColor = System.Drawing.Color.White; - // - // labelChart2DrawStep - // - this.labelChart2DrawStep.BackGround = null; - this.labelChart2DrawStep.BackGroundColor = System.Drawing.Color.White; - this.labelChart2DrawStep.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelChart2DrawStep.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelChart2DrawStep.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); - this.labelChart2DrawStep.LineSpacing = 0F; - this.labelChart2DrawStep.Location = new System.Drawing.Point(211, 390); - this.labelChart2DrawStep.Name = "labelChart2DrawStep"; - this.labelChart2DrawStep.OverlapOptimize = true; - this.labelChart2DrawStep.PasswordChar = '\0'; - this.labelChart2DrawStep.Radius = 3; - this.labelChart2DrawStep.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelChart2DrawStep.Size = new System.Drawing.Size(100, 30); - this.labelChart2DrawStep.TabIndex = 82; - this.labelChart2DrawStep.Text = "100"; - this.labelChart2DrawStep.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelChart2DrawStep.TextColorDisable = System.Drawing.Color.Gray; - this.labelChart2DrawStep.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelChart2DrawStep.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelChart2DrawStep.Wordwrap = false; - this.labelChart2DrawStep.Click += new System.EventHandler(this.labelChart2DrawStep_Click); - // - // smartLabel13 - // - this.smartLabel13.BackGround = null; - this.smartLabel13.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.smartLabel13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel13.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.smartLabel13.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel13.LineSpacing = 0F; - this.smartLabel13.Location = new System.Drawing.Point(55, 390); - this.smartLabel13.Name = "smartLabel13"; - this.smartLabel13.OverlapOptimize = true; - this.smartLabel13.PasswordChar = '\0'; - this.smartLabel13.Radius = 3; - this.smartLabel13.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.smartLabel13.Size = new System.Drawing.Size(150, 30); - this.smartLabel13.TabIndex = 81; - this.smartLabel13.Text = "차트2 DrawStep"; - this.smartLabel13.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel13.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel13.Wordwrap = false; - // - // labelChart1DrawStep - // - this.labelChart1DrawStep.BackGround = null; - this.labelChart1DrawStep.BackGroundColor = System.Drawing.Color.White; - this.labelChart1DrawStep.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelChart1DrawStep.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelChart1DrawStep.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); - this.labelChart1DrawStep.LineSpacing = 0F; - this.labelChart1DrawStep.Location = new System.Drawing.Point(211, 354); - this.labelChart1DrawStep.Name = "labelChart1DrawStep"; - this.labelChart1DrawStep.OverlapOptimize = true; - this.labelChart1DrawStep.PasswordChar = '\0'; - this.labelChart1DrawStep.Radius = 3; - this.labelChart1DrawStep.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelChart1DrawStep.Size = new System.Drawing.Size(100, 30); - this.labelChart1DrawStep.TabIndex = 80; - this.labelChart1DrawStep.Text = "100"; - this.labelChart1DrawStep.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelChart1DrawStep.TextColorDisable = System.Drawing.Color.Gray; - this.labelChart1DrawStep.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelChart1DrawStep.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelChart1DrawStep.Wordwrap = false; - this.labelChart1DrawStep.Click += new System.EventHandler(this.labelChart1DrawStep_Click); - // - // smartLabel11 - // - this.smartLabel11.BackGround = null; - this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - 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("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.smartLabel11.LineSpacing = 0F; - this.smartLabel11.Location = new System.Drawing.Point(55, 354); - 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(150, 30); - this.smartLabel11.TabIndex = 79; - this.smartLabel11.Text = "차트1 DrawStep"; - this.smartLabel11.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.smartLabel11.TextColorDisable = System.Drawing.Color.Gray; - this.smartLabel11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.smartLabel11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel11.Wordwrap = false; - // - // buttonSetting - // - this.buttonSetting.BackGround = this.smartForm1; - this.buttonSetting.BackGroundColor = System.Drawing.Color.LightBlue; - this.buttonSetting.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonSetting.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.buttonSetting.ButtonImageAutoSize = true; - this.buttonSetting.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonSetting.ButtonText = "설정"; - this.buttonSetting.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonSetting.GroupID = 0; - this.buttonSetting.ImageDisable = null; - this.buttonSetting.ImageDown = null; - this.buttonSetting.ImageUp = null; - this.buttonSetting.Location = new System.Drawing.Point(140, 701); - this.buttonSetting.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonSetting.Name = "buttonSetting"; - this.buttonSetting.NestedClickEventPrevent = false; - this.buttonSetting.OutlinePixel = 2; - this.buttonSetting.OverlapOptimize = true; - this.buttonSetting.RepeatInterval = 200; - this.buttonSetting.RepeatIntervalAccelerate = null; - this.buttonSetting.RoundSize = 10; - this.buttonSetting.SafeInterval = 200; - this.buttonSetting.Size = new System.Drawing.Size(131, 64); - this.buttonSetting.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonSetting.TabIndex = 75; - this.buttonSetting.Text = null; - this.buttonSetting.TextColor = System.Drawing.Color.White; - this.buttonSetting.TextColorDisable = System.Drawing.Color.Gray; - this.buttonSetting.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonSetting.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonSetting.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonSetting.Visible = false; - // - // buttonMainDisplay - // - this.buttonMainDisplay.BackGround = this.smartForm1; - this.buttonMainDisplay.BackGroundColor = System.Drawing.Color.LightBlue; - this.buttonMainDisplay.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); - this.buttonMainDisplay.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129))))); - this.buttonMainDisplay.ButtonImageAutoSize = true; - this.buttonMainDisplay.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; - this.buttonMainDisplay.ButtonText = "메인화면"; - this.buttonMainDisplay.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.buttonMainDisplay.GroupID = 0; - this.buttonMainDisplay.ImageDisable = null; - this.buttonMainDisplay.ImageDown = null; - this.buttonMainDisplay.ImageUp = null; - this.buttonMainDisplay.Location = new System.Drawing.Point(3, 701); - this.buttonMainDisplay.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; - this.buttonMainDisplay.Name = "buttonMainDisplay"; - this.buttonMainDisplay.NestedClickEventPrevent = false; - this.buttonMainDisplay.OutlinePixel = 2; - this.buttonMainDisplay.OverlapOptimize = true; - this.buttonMainDisplay.RepeatInterval = 200; - this.buttonMainDisplay.RepeatIntervalAccelerate = null; - this.buttonMainDisplay.RoundSize = 10; - this.buttonMainDisplay.SafeInterval = 200; - this.buttonMainDisplay.Size = new System.Drawing.Size(131, 64); - this.buttonMainDisplay.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.buttonMainDisplay.TabIndex = 74; - this.buttonMainDisplay.Text = null; - this.buttonMainDisplay.TextColor = System.Drawing.Color.White; - this.buttonMainDisplay.TextColorDisable = System.Drawing.Color.Gray; - this.buttonMainDisplay.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255))))); - this.buttonMainDisplay.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.buttonMainDisplay.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.buttonMainDisplay.Click += new System.EventHandler(this.buttonMainDisplay_Click); - // - // labelTime - // - this.labelTime.BackGround = this.smartForm1; - this.labelTime.BackGroundColor = System.Drawing.Color.SkyBlue; - this.labelTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); - this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None; - this.labelTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); - this.labelTime.LineSpacing = 0F; - this.labelTime.Location = new System.Drawing.Point(778, 701); - this.labelTime.Name = "labelTime"; - this.labelTime.OverlapOptimize = true; - this.labelTime.PasswordChar = '\0'; - this.labelTime.Radius = 3; - this.labelTime.RoundRectFillColor = System.Drawing.Color.LightBlue; - this.labelTime.Size = new System.Drawing.Size(243, 64); - this.labelTime.TabIndex = 63; - this.labelTime.Text = "2022.05.12 17:25:28"; - this.labelTime.TextColor = System.Drawing.Color.Black; - this.labelTime.TextColorDisable = System.Drawing.Color.Gray; - this.labelTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; - this.labelTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.labelTime.Wordwrap = false; - // - // FormConfiguration - // - this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.AutoScroll = true; - this.ClientSize = new System.Drawing.Size(1024, 768); - this.ControlBox = false; - this.Controls.Add(this.smartForm1); - this.Name = "FormConfiguration"; - this.Text = "FormConfiguration"; - this.smartForm1.ResumeLayout(false); - this.smartGroupBox2.ResumeLayout(false); - this.smartGroupBox1.ResumeLayout(false); - this.ResumeLayout(false); - - } - - #endregion - - private SmartX.SmartForm smartForm1; - private SmartX.SmartLabel labelTime; - private SmartX.SmartButton buttonSetting; - private SmartX.SmartButton buttonMainDisplay; - private SmartX.SmartGroupBox smartGroupBox2; - private SmartX.SmartGroupBox smartGroupBox1; - private SmartX.SmartLabel smartLabel10; - private SmartX.SmartButton buttonAlarmReset_1W; - private SmartX.SmartButton buttonOrigin; - private SmartX.SmartLabel smartLabel8; - private SmartX.SmartButton buttonMove2_4W; - private SmartX.SmartButton buttonMove1_4W; - private SmartX.SmartButton buttonAlarmReset_4W; - private SmartX.SmartButton buttonMove1_1W; - private SmartX.SmartLabel labelChart1DrawStep; - private SmartX.SmartLabel smartLabel11; - private SmartX.SmartLabel labelChart2DrawStep; - private SmartX.SmartLabel smartLabel13; - } -} \ No newline at end of file diff --git a/INT_LKD_2/Forms/FormConfiguration.cs b/INT_LKD_2/Forms/FormConfiguration.cs deleted file mode 100644 index 9a5b733..0000000 --- a/INT_LKD_2/Forms/FormConfiguration.cs +++ /dev/null @@ -1,189 +0,0 @@ -using System; -using System.Linq; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Text; -using System.Windows.Forms; - -using INT_LKD_2.DataStore; -using INT_LKD_2.DialogForms; - -namespace INT_LKD_2.Forms -{ - public partial class FormConfiguration : Form - { - #region Field - private FormMain m_ParentForm; - #endregion - - #region Constructor - public FormConfiguration(FormMain parent) - { - InitializeComponent(); - - this.ParentForm = parent; - } - #endregion - - #region Property - public FormMain ParentForm - { - get { return this.m_ParentForm; } - private set { this.m_ParentForm = value; } - } - #endregion - - #region Method - public void UpdateDisplayTime() - { - this.labelTime.Text = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); - } - - public void DisplayRefresh() - { - string value = ""; - - //value = Helper.StringToDecimalPlaces(this.ParentForm.SystemConfig.OverRange, this.ParentForm.DecimalPlaces4); - //if (this.labelOverRange.Text != value) - // this.labelOverRange.Text = value; - - //value = this.ParentForm.SystemConfig.VacuumStartTime.ToString(); - //if (this.labelVacuumStartTime.Text != value) - // this.labelVacuumStartTime.Text = value; - - //value = this.ParentForm.SystemConfig.VacuumHoldTime.ToString(); - //if (this.labelVacuumHoldTime.Text != value) - // this.labelVacuumHoldTime.Text = value; - - //value = this.ParentForm.SystemConfig.VacuumBreakTime.ToString(); - //if (this.labelVacuumBreakTime.Text != value) - // this.labelVacuumBreakTime.Text = value; - - value = this.ParentForm.SystemConfig.CHART1_DRAW_STEP.ToString(); - if (this.labelChart1DrawStep.Text != value) - this.labelChart1DrawStep.Text = value; - - value = this.ParentForm.SystemConfig.CHART2_DRAW_STEP.ToString(); - if (this.labelChart2DrawStep.Text != value) - this.labelChart2DrawStep.Text = value; - } - #endregion - - #region Event Handler - private void buttonMainDisplay_Click(object sender, EventArgs e) - { - this.ParentForm.FormChange((int)Define.E_FormStore.FormMainDisplay); - } - - //private void labelOverRange_Click(object sender, EventArgs e) - //{ - // DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelOverRange.Text, 6, 4, false); - - // if (myKeypad.ShowDialog() == DialogResult.OK) - // { - // this.labelOverRange.Text = myKeypad.StringValue; - // this.ParentForm.SystemConfig.OverRange = myKeypad.StringValue.Replace(".", ""); - - // this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig); - // this.ParentForm.TransferDataStream6(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._2301_OverRange, this.ParentForm.SystemConfig.OverRange); - // } - //} - //private void labelVacuumStartTime_Click(object sender, EventArgs e) - //{ - // DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelVacuumStartTime.Text, 3, 0, false); - - // if (myKeypad.ShowDialog() == DialogResult.OK) - // { - // this.labelVacuumStartTime.Text = myKeypad.StringValue; - // this.ParentForm.SystemConfig.VacuumStartTime = myKeypad.IntValue; - - // this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig); - // this.ParentForm.TransferDataStream4(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5504_VacuumStartTime, myKeypad.StringValue); - // } - //} - //private void labelVacuumHoldTime_Click(object sender, EventArgs e) - //{ - // DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelVacuumHoldTime.Text, 3, 0, false); - - // if (myKeypad.ShowDialog() == DialogResult.OK) - // { - // this.labelVacuumHoldTime.Text = myKeypad.StringValue; - // this.ParentForm.SystemConfig.VacuumHoldTime = myKeypad.IntValue; - - // this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig); - // this.ParentForm.TransferDataStream4(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5505_VacuumHoldTime, myKeypad.StringValue); - // } - //} - //private void labelVacuumBreakTime_Click(object sender, EventArgs e) - //{ - // DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelVacuumBreakTime.Text, 3, 0, false); - - // if (myKeypad.ShowDialog() == DialogResult.OK) - // { - // this.labelVacuumBreakTime.Text = myKeypad.StringValue; - // this.ParentForm.SystemConfig.VacuumBreakTime = myKeypad.IntValue; - - // this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig); - // this.ParentForm.TransferDataStream4(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5506_VacuumBreakTime, myKeypad.StringValue); - // } - //} - private void labelChart1DrawStep_Click(object sender, EventArgs e) - { - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel11.Text, this.labelChart1DrawStep.Text, 2, 0, false); - - if (myKeypad.ShowDialog() == DialogResult.OK) - { - if (myKeypad.IntValue == 0) - return; - - this.labelChart1DrawStep.Text = myKeypad.StringValue; - this.ParentForm.SystemConfig.CHART1_DRAW_STEP = myKeypad.IntValue; - - this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig); - } - } - private void labelChart2DrawStep_Click(object sender, EventArgs e) - { - DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.smartLabel11.Text, this.labelChart2DrawStep.Text, 2, 0, false); - - if (myKeypad.ShowDialog() == DialogResult.OK) - { - if (myKeypad.IntValue == 0) - return; - - this.labelChart2DrawStep.Text = myKeypad.StringValue; - this.ParentForm.SystemConfig.CHART2_DRAW_STEP = myKeypad.IntValue; - - this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig); - } - } - - private void buttonOrigin_Click(object sender, EventArgs e) - { - this.ParentForm.TransferData_Master(CommunicationCommand.MotorOrigin, CommunicationID.SubBoardAll); - } - private void buttonAlarmReset_1W_Click(object sender, EventArgs e) - { - this.ParentForm.TransferData_Master(CommunicationCommand.MotorAlarmReset, CommunicationID.SubBoard2); - } - private void buttonMove1_1W_Click(object sender, EventArgs e) - { - this.ParentForm.TransferData_Master(CommunicationCommand.MotorStep, CommunicationID.SubBoard2); - } - private void buttonAlarmReset_4W_Click(object sender, EventArgs e) - { - this.ParentForm.TransferData_Master(CommunicationCommand.MotorAlarmReset, CommunicationID.SubBoard1); - } - private void buttonMove1_4W_Click(object sender, EventArgs e) - { - this.ParentForm.TransferData_Master(CommunicationCommand.MotorMove1, CommunicationID.SubBoard1); - } - private void buttonMove2_4W_Click(object sender, EventArgs e) - { - this.ParentForm.TransferData_Master(CommunicationCommand.MotorMove2, CommunicationID.SubBoard1); - } - #endregion - } -} \ No newline at end of file diff --git a/INT_LKD_2/Forms/FormConfiguration.resx b/INT_LKD_2/Forms/FormConfiguration.resx deleted file mode 100644 index 13b314b..0000000 --- a/INT_LKD_2/Forms/FormConfiguration.resx +++ /dev/null @@ -1,218 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - iVBORw0KGgoAAAANSUhEUgAABAAAAAMACAYAAAC6uhUNAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABPISURBVHhe7djZlRBUFETRm384DiiOKIKACEjLJDTQzZAG - vjju2R+7VsVw5qvbb74AAAAAuwkAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAA - AAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQMB8fQYAAADYTQAAAACA - AAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAALm6z/OAQAAAFYTAAAAACBAAAAAAIAAAQAAAAAC - BAAAAAAIEAAAAAAgQAAAAACAgPnmDAAAALCbAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIA - AAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAAB882dcwAAAIDV5tsz - AAAAwG4CAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAA - BAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAATMjTMAAADAbgIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAEC - AAAAAATMjbvnAAAAAKsJAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQMDfuXp4DAAAAbCYAAAAA - QIAAAAAAAAHz3RkAAABgNwEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBA - AAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAgPnuz3MAAACA1eb7MwAAAMBuAgAAAAAECAAAAAAQ - IAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAA - AAABAgAAAAAECAAAAAAQMDfPAAAAALsJAAAAABAgAAAAAECAAAAAAAABAgAAAAAEzM175wAAAACrCQAA - AAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAATMD2cAAACA3QQAAAAA - CBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAA - AACAgPnh/jkAAADAagIAAAAABAgAAAAAEDA/ngEAAAB2EwAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAA - AAAAIEAAAAAAgAABAAAAAAIEAAAAAAiYH++/PQcAAADYTAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIGB+ - OgMAAADsJgAAAABAgAAAAAAAAQIAAAAABAgAAAAAEDA/PTgHAAAAWE0AAAAAgAABAAAAAAIEAAAAAAgQ - AAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAgPn5DAAAALCbAAAAAAABAgAAAAAECAAA - AAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAATMz3+dAwAAAKwmAAAA - AECAAAAAAAAB88sZAAAAYDcBAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAg - QAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAiYX88AAAAAuwkAAAAAECAA - AAAAQMD8+vAcAAAAYDUBAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAA - AACAAAEAAAAAAgQAAAAACJhbZwAAAIDdBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAA - IGBuPXx3DgAAALCZAAAAAAABAgAAAAAECAAAAAAQMLf+PgcAAABYTQAAAACAAAEAAAAAAgQAAAAACJjf - zgAAAAC7CQAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAA - ABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQML+fAQAAAHYTAAAAACBAAAAAAICA+f3ROQAAAMBqAgAA - AAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAg - AAAAAEDA3D4DAAAA7CYAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAA - AAAQMLcfnwMAAACsJgAAAABAgAAAAAAAAQIAAAAABAgAAAAAEDB/nAEAAAB2EwAAAAAgQAAAAACAAAEA - AAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAI - EAAAAAAgQAAAAACAgLlzBgAAANhNAAAAAICAufPkHAAAAGA1AQAAAAAC5s6T9+cAAAAAmwkAAAAAECAA - AAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQMHfPAAAAALsJAAAA - ABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABMzdf84BAAAAVhMAAAAA - IEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBg/jwDAAAA7CYAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAg - AAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQMDcOwMA - AADsNveengMAAACsJgAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAA - ABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAwNw/AwAAAOwmAAAAAECAAAAAAAABAgAAAAAE - CAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABMz9i3MAAACA1QQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIE - AAAAAAiYB2cAAACA3QQAAAAACJgHF1fnAAAAAJsJAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQ - IAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAATMX/9efQEAAAB2EwAAAAAg - QAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAA - AAACBAAAAAAIEAAAAAAgYB6eAQAAAHYTAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACA - gHn47BwAAABgNQEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBg/j4DAAAA - 7CYAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAA - AAAAAQIAAAAABAgAAAAAECAAAAAAQMA8en71BQAAANhNAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAA - AACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBgHj2/PgcAAADYTAAA - AACAgHl8BgAAANhNAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAgHn84hwAAABgNQEAAAAAAgQA - AAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBgnpwBAAAAdhMAAAAAIEAAAAAAgAABAAAA - AAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACJgn - L88BAAAAVhMAAAAAIGD+OQMAAADsJgAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAEC - AAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAwDw9AwAAAOwmAAAAAECAAAAA - AAABAgAAAAAECAAAAAAQIAAAAABAwDx9dQ4AAACwmgAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAA - AAECAAAAAAQIAAAAABAgAAAAAEDAXJwBAAAAdhMAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBA - AAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgYC5efTgHAAAA2EwAAAAAgIC5+O8cAAAAYDUBAAAAAALm3zMA - AADAbgIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAE - CAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAEDDPzgAAAAC7CQAAAAAQIAAAAABAgAAAAAAAAfPs - 9TkAAADAagIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAA - AAAEzPMzAAAAwG4CAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAA - AQIAAAAABAgAAAAAECAAAAAAQMA8f3MOAAAAsJoAAAAAAAECAAAAAATMizMAAADAbgIAAAAABAgAAAAA - ECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAA - AAAAAQIAAAAABMzLMwAAAMBuAgAAAAAECAAAAAAQIAAAAABAwLy8PAcAAABYTQAAAACAAAEAAAAAAgQA - AAAACJiXlx/PAQAAADYTAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAgHl1BgAAANhN - AAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgIB59fYc - AAAAYDUBAAAAAAIEAAAAAAgQAAAAACBg/jsDAAAA7CYAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAA - AECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAHz - +gwAAACwmwAAAAAAAQIAAAAABMzrd+cAAAAAqwkAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAg - AAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAwLw5AwAAAOwmAAAAAECAAAAAAAABAgAAAAAECAAA - AAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQMC8eX8OAAAAsJoAAAAAAAECAAAAAAQIAAAA - ABAgAAAAAEDAXJ4BAAAAdhMAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAiYy/efzgEAAAA2EwAAAAAgQAAA - AACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAiYt2cAAACA3QQAAAAACJi3V+cA - AAAAqwkAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQ - IAAAAABAgAAAAAAAAQIAAAAABMy7MwAAAMBuAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgA - AAAAECAAAAAAQIAAAAAAAAHz7vocAAAAYDUBAAAAAAIEAAAAAAgQAAAAACBAAAAAAICAeX8GAAAA2E0A - AAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAA - AgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAALm6gwAAACw21x9OAcAAABYTQAAAACAAAEAAAAAAgQAAAAA - CBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgYK7P - AAAAALsJAAAAABAgAAAAAEDAXH/4fA4AAACwmQAAAAAAAQIAAAAABAgAAAAAECAAAAAAQMBcfzwHAAAA - WE0AAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAAC5sMZAAAAYDcBAAAAAAIEAAAAAAgQ - AAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAA - gAABAAAAAALm4xkAAABgt/n46RwAAABgNQEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAA - AAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAubTGQAAAGA3AQAAAAAC - BAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACJhPn88BAAAAVhMAAAAAIEAAAAAAgAABAAAAAAIE - AAAAAAgQAAAAACBAAAAAAICA+XwGAAAA2E0AAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAA - AAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgPU+f/kfOAHKas5MfjcA - AAAASUVORK5CYII= - - - - WEBPAD - - - False - - \ No newline at end of file diff --git a/INT_LKD_2/INT_LKD_2.csproj b/INT_LKD_2/INT_LKD_2.csproj index 4beeec9..144a743 100644 --- a/INT_LKD_2/INT_LKD_2.csproj +++ b/INT_LKD_2/INT_LKD_2.csproj @@ -51,17 +51,17 @@ - + False - C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXNCommon.dll + C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.11_20240426\SmartX_New_5.0.0.11_IEC1000_DOTNETCF3.5수동설치파일\SmartXNCommon.dll - + False - C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXNFDCommon.dll + C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.11_20240426\SmartX_New_5.0.0.11_IEC1000_DOTNETCF3.5수동설치파일\SmartXNFDCommon.dll - + False - C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXN_IEC1000.dll + C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.11_20240426\SmartX_New_5.0.0.11_IEC1000_DOTNETCF3.5수동설치파일\SmartXN_IEC1000.dll @@ -73,18 +73,6 @@ - - UserControl - - - ControlBottomManual.cs - - - UserControl - - - ControlBottomSetting.cs - UserControl @@ -263,12 +251,6 @@ FormMainDisplay.cs - - Form - - - FormConfiguration.cs - Form @@ -395,10 +377,6 @@ FormMainDisplay.cs Designer - - FormConfiguration.cs - Designer - FormMain.cs Designer @@ -424,6 +402,9 @@ + + +