diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c664d40
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+INT_PT002/bin/
+INT_PT002/obj/
+INT_PT002.suo
+INT_PT002/INT_PT002.csproj.user
diff --git a/INT_PT002.sln b/INT_PT002.sln
new file mode 100644
index 0000000..279541f
--- /dev/null
+++ b/INT_PT002.sln
@@ -0,0 +1,22 @@
+
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "INT_PT002", "INT_PT002\INT_PT002.csproj", "{37DB9023-1C6E-4094-9777-C626E6885290}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {37DB9023-1C6E-4094-9777-C626E6885290}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {37DB9023-1C6E-4094-9777-C626E6885290}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {37DB9023-1C6E-4094-9777-C626E6885290}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {37DB9023-1C6E-4094-9777-C626E6885290}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {37DB9023-1C6E-4094-9777-C626E6885290}.Release|Any CPU.Build.0 = Release|Any CPU
+ {37DB9023-1C6E-4094-9777-C626E6885290}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/INT_PT002/Controls/ControlMainDisplay.Designer.cs b/INT_PT002/Controls/ControlMainDisplay.Designer.cs
new file mode 100644
index 0000000..7f53618
--- /dev/null
+++ b/INT_PT002/Controls/ControlMainDisplay.Designer.cs
@@ -0,0 +1,540 @@
+namespace INT_PT002.Controls
+{
+ partial class ControlMainDisplay
+ {
+ ///
+ /// 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()
+ {
+ this.button1 = new SmartX.SmartButton();
+ this.button2 = new SmartX.SmartButton();
+ this.smartButton1 = new SmartX.SmartButton();
+ this.smartButton2 = new SmartX.SmartButton();
+ this.button3 = new SmartX.SmartButton();
+ this.button4 = new SmartX.SmartButton();
+ this.buttonClose = new SmartX.SmartButton();
+ this.button5 = new SmartX.SmartButton();
+ this.button10 = new SmartX.SmartButton();
+ this.button9 = new SmartX.SmartButton();
+ this.button8 = new SmartX.SmartButton();
+ this.button7 = new SmartX.SmartButton();
+ this.button6 = new SmartX.SmartButton();
+ this.SuspendLayout();
+ //
+ // button1
+ //
+ this.button1.BackGround = null;
+ this.button1.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.button1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.button1.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.button1.ButtonImageAutoSize = true;
+ this.button1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.button1.ButtonText = "Lane 1";
+ this.button1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.button1.GroupID = 0;
+ this.button1.ImageDisable = null;
+ this.button1.ImageDown = null;
+ this.button1.ImageUp = null;
+ this.button1.Location = new System.Drawing.Point(15, 505);
+ this.button1.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
+ this.button1.Name = "button1";
+ this.button1.NestedClickEventPrevent = false;
+ this.button1.OutlinePixel = 2;
+ this.button1.OverlapOptimize = true;
+ this.button1.RepeatInterval = 200;
+ this.button1.RepeatIntervalAccelerate = null;
+ this.button1.RoundSize = 10;
+ this.button1.SafeInterval = 200;
+ this.button1.Size = new System.Drawing.Size(80, 50);
+ this.button1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.button1.TabIndex = 1;
+ this.button1.Text = null;
+ this.button1.TextColor = System.Drawing.Color.White;
+ this.button1.TextColorDisable = System.Drawing.Color.Gray;
+ this.button1.TextDownColor = System.Drawing.Color.Red;
+ this.button1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.button1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.button1.Click += new System.EventHandler(this.button1_Click);
+ //
+ // button2
+ //
+ this.button2.BackGround = null;
+ this.button2.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.button2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.button2.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.button2.ButtonImageAutoSize = true;
+ this.button2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.button2.ButtonText = "Lane 2";
+ this.button2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.button2.GroupID = 0;
+ this.button2.ImageDisable = null;
+ this.button2.ImageDown = null;
+ this.button2.ImageUp = null;
+ this.button2.Location = new System.Drawing.Point(101, 505);
+ this.button2.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
+ this.button2.Name = "button2";
+ this.button2.NestedClickEventPrevent = false;
+ this.button2.OutlinePixel = 2;
+ this.button2.OverlapOptimize = true;
+ this.button2.RepeatInterval = 200;
+ this.button2.RepeatIntervalAccelerate = null;
+ this.button2.RoundSize = 10;
+ this.button2.SafeInterval = 200;
+ this.button2.Size = new System.Drawing.Size(80, 50);
+ this.button2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.button2.TabIndex = 2;
+ this.button2.Text = null;
+ this.button2.TextColor = System.Drawing.Color.White;
+ this.button2.TextColorDisable = System.Drawing.Color.Gray;
+ this.button2.TextDownColor = System.Drawing.Color.Red;
+ this.button2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.button2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.button2.Click += new System.EventHandler(this.button2_Click);
+ //
+ // smartButton1
+ //
+ this.smartButton1.BackGround = null;
+ this.smartButton1.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.smartButton1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartButton1.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.smartButton1.ButtonImageAutoSize = true;
+ this.smartButton1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.smartButton1.ButtonText = "smartButton1";
+ this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.smartButton1.GroupID = 0;
+ this.smartButton1.ImageDisable = null;
+ this.smartButton1.ImageDown = null;
+ this.smartButton1.ImageUp = null;
+ this.smartButton1.Location = new System.Drawing.Point(59, 495);
+ this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
+ this.smartButton1.Name = "smartButton1";
+ this.smartButton1.NestedClickEventPrevent = false;
+ this.smartButton1.OutlinePixel = 2;
+ this.smartButton1.OverlapOptimize = true;
+ this.smartButton1.RepeatInterval = 200;
+ this.smartButton1.RepeatIntervalAccelerate = null;
+ this.smartButton1.RoundSize = 10;
+ this.smartButton1.SafeInterval = 200;
+ this.smartButton1.Size = new System.Drawing.Size(100, 60);
+ this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.smartButton1.TabIndex = 1;
+ this.smartButton1.Text = null;
+ this.smartButton1.TextColor = System.Drawing.Color.White;
+ this.smartButton1.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ //
+ // smartButton2
+ //
+ this.smartButton2.BackGround = null;
+ this.smartButton2.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.smartButton2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartButton2.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.smartButton2.ButtonImageAutoSize = true;
+ this.smartButton2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.smartButton2.ButtonText = "smartButton1";
+ this.smartButton2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.smartButton2.GroupID = 0;
+ this.smartButton2.ImageDisable = null;
+ this.smartButton2.ImageDown = null;
+ this.smartButton2.ImageUp = null;
+ this.smartButton2.Location = new System.Drawing.Point(165, 495);
+ this.smartButton2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
+ this.smartButton2.Name = "smartButton2";
+ this.smartButton2.NestedClickEventPrevent = false;
+ this.smartButton2.OutlinePixel = 2;
+ this.smartButton2.OverlapOptimize = true;
+ this.smartButton2.RepeatInterval = 200;
+ this.smartButton2.RepeatIntervalAccelerate = null;
+ this.smartButton2.RoundSize = 10;
+ this.smartButton2.SafeInterval = 200;
+ this.smartButton2.Size = new System.Drawing.Size(100, 60);
+ this.smartButton2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.smartButton2.TabIndex = 2;
+ this.smartButton2.Text = null;
+ this.smartButton2.TextColor = System.Drawing.Color.White;
+ this.smartButton2.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartButton2.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartButton2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.smartButton2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ //
+ // button3
+ //
+ this.button3.BackGround = null;
+ this.button3.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.button3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.button3.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.button3.ButtonImageAutoSize = true;
+ this.button3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.button3.ButtonText = "Lane 3";
+ this.button3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.button3.GroupID = 0;
+ this.button3.ImageDisable = null;
+ this.button3.ImageDown = null;
+ this.button3.ImageUp = null;
+ this.button3.Location = new System.Drawing.Point(187, 505);
+ this.button3.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
+ this.button3.Name = "button3";
+ this.button3.NestedClickEventPrevent = false;
+ this.button3.OutlinePixel = 2;
+ this.button3.OverlapOptimize = true;
+ this.button3.RepeatInterval = 200;
+ this.button3.RepeatIntervalAccelerate = null;
+ this.button3.RoundSize = 10;
+ this.button3.SafeInterval = 200;
+ this.button3.Size = new System.Drawing.Size(80, 50);
+ this.button3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.button3.TabIndex = 3;
+ this.button3.Text = null;
+ this.button3.TextColor = System.Drawing.Color.White;
+ this.button3.TextColorDisable = System.Drawing.Color.Gray;
+ this.button3.TextDownColor = System.Drawing.Color.Red;
+ this.button3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.button3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.button3.Click += new System.EventHandler(this.button3_Click);
+ //
+ // button4
+ //
+ this.button4.BackGround = null;
+ this.button4.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.button4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.button4.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.button4.ButtonImageAutoSize = true;
+ this.button4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.button4.ButtonText = "Lane 4";
+ this.button4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.button4.GroupID = 0;
+ this.button4.ImageDisable = null;
+ this.button4.ImageDown = null;
+ this.button4.ImageUp = null;
+ this.button4.Location = new System.Drawing.Point(273, 505);
+ this.button4.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
+ this.button4.Name = "button4";
+ this.button4.NestedClickEventPrevent = false;
+ this.button4.OutlinePixel = 2;
+ this.button4.OverlapOptimize = true;
+ this.button4.RepeatInterval = 200;
+ this.button4.RepeatIntervalAccelerate = null;
+ this.button4.RoundSize = 10;
+ this.button4.SafeInterval = 200;
+ this.button4.Size = new System.Drawing.Size(80, 50);
+ this.button4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.button4.TabIndex = 4;
+ this.button4.Text = null;
+ this.button4.TextColor = System.Drawing.Color.White;
+ this.button4.TextColorDisable = System.Drawing.Color.Gray;
+ this.button4.TextDownColor = System.Drawing.Color.Red;
+ this.button4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.button4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.button4.Click += new System.EventHandler(this.button4_Click);
+ //
+ // buttonClose
+ //
+ this.buttonClose.BackGround = null;
+ this.buttonClose.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.buttonClose.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.buttonClose.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.buttonClose.ButtonImageAutoSize = true;
+ this.buttonClose.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.buttonClose.ButtonText = "Close";
+ this.buttonClose.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.buttonClose.GroupID = 0;
+ this.buttonClose.ImageDisable = null;
+ this.buttonClose.ImageDown = null;
+ this.buttonClose.ImageUp = null;
+ this.buttonClose.Location = new System.Drawing.Point(906, 505);
+ this.buttonClose.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
+ this.buttonClose.Name = "buttonClose";
+ this.buttonClose.NestedClickEventPrevent = false;
+ this.buttonClose.OutlinePixel = 2;
+ this.buttonClose.OverlapOptimize = true;
+ this.buttonClose.RepeatInterval = 200;
+ this.buttonClose.RepeatIntervalAccelerate = null;
+ this.buttonClose.RoundSize = 10;
+ this.buttonClose.SafeInterval = 200;
+ this.buttonClose.Size = new System.Drawing.Size(100, 50);
+ this.buttonClose.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.buttonClose.TabIndex = 5;
+ this.buttonClose.Text = null;
+ this.buttonClose.TextColor = System.Drawing.Color.White;
+ this.buttonClose.TextColorDisable = System.Drawing.Color.Gray;
+ this.buttonClose.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.buttonClose.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.buttonClose.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
+ //
+ // button5
+ //
+ this.button5.BackGround = null;
+ this.button5.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.button5.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.button5.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.button5.ButtonImageAutoSize = true;
+ this.button5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.button5.ButtonText = "Lane 5";
+ this.button5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.button5.GroupID = 0;
+ this.button5.ImageDisable = null;
+ this.button5.ImageDown = null;
+ this.button5.ImageUp = null;
+ this.button5.Location = new System.Drawing.Point(359, 505);
+ this.button5.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
+ this.button5.Name = "button5";
+ this.button5.NestedClickEventPrevent = false;
+ this.button5.OutlinePixel = 2;
+ this.button5.OverlapOptimize = true;
+ this.button5.RepeatInterval = 200;
+ this.button5.RepeatIntervalAccelerate = null;
+ this.button5.RoundSize = 10;
+ this.button5.SafeInterval = 200;
+ this.button5.Size = new System.Drawing.Size(80, 50);
+ this.button5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.button5.TabIndex = 6;
+ this.button5.Text = null;
+ this.button5.TextColor = System.Drawing.Color.White;
+ this.button5.TextColorDisable = System.Drawing.Color.Gray;
+ this.button5.TextDownColor = System.Drawing.Color.Red;
+ this.button5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.button5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.button5.Click += new System.EventHandler(this.button5_Click);
+ //
+ // button10
+ //
+ this.button10.BackGround = null;
+ this.button10.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.button10.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.button10.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.button10.ButtonImageAutoSize = true;
+ this.button10.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.button10.ButtonText = "Lane 10";
+ this.button10.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.button10.GroupID = 0;
+ this.button10.ImageDisable = null;
+ this.button10.ImageDown = null;
+ this.button10.ImageUp = null;
+ this.button10.Location = new System.Drawing.Point(789, 505);
+ this.button10.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
+ this.button10.Name = "button10";
+ this.button10.NestedClickEventPrevent = false;
+ this.button10.OutlinePixel = 2;
+ this.button10.OverlapOptimize = true;
+ this.button10.RepeatInterval = 200;
+ this.button10.RepeatIntervalAccelerate = null;
+ this.button10.RoundSize = 10;
+ this.button10.SafeInterval = 200;
+ this.button10.Size = new System.Drawing.Size(80, 50);
+ this.button10.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.button10.TabIndex = 11;
+ this.button10.Text = null;
+ this.button10.TextColor = System.Drawing.Color.White;
+ this.button10.TextColorDisable = System.Drawing.Color.Gray;
+ this.button10.TextDownColor = System.Drawing.Color.Red;
+ this.button10.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.button10.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.button10.Click += new System.EventHandler(this.button10_Click);
+ //
+ // button9
+ //
+ this.button9.BackGround = null;
+ this.button9.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.button9.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.button9.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.button9.ButtonImageAutoSize = true;
+ this.button9.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.button9.ButtonText = "Lane 9";
+ this.button9.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.button9.GroupID = 0;
+ this.button9.ImageDisable = null;
+ this.button9.ImageDown = null;
+ this.button9.ImageUp = null;
+ this.button9.Location = new System.Drawing.Point(703, 505);
+ this.button9.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
+ this.button9.Name = "button9";
+ this.button9.NestedClickEventPrevent = false;
+ this.button9.OutlinePixel = 2;
+ this.button9.OverlapOptimize = true;
+ this.button9.RepeatInterval = 200;
+ this.button9.RepeatIntervalAccelerate = null;
+ this.button9.RoundSize = 10;
+ this.button9.SafeInterval = 200;
+ this.button9.Size = new System.Drawing.Size(80, 50);
+ this.button9.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.button9.TabIndex = 10;
+ this.button9.Text = null;
+ this.button9.TextColor = System.Drawing.Color.White;
+ this.button9.TextColorDisable = System.Drawing.Color.Gray;
+ this.button9.TextDownColor = System.Drawing.Color.Red;
+ this.button9.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.button9.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.button9.Click += new System.EventHandler(this.button9_Click);
+ //
+ // button8
+ //
+ this.button8.BackGround = null;
+ this.button8.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.button8.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.button8.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.button8.ButtonImageAutoSize = true;
+ this.button8.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.button8.ButtonText = "Lane 8";
+ this.button8.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.button8.GroupID = 0;
+ this.button8.ImageDisable = null;
+ this.button8.ImageDown = null;
+ this.button8.ImageUp = null;
+ this.button8.Location = new System.Drawing.Point(617, 505);
+ this.button8.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
+ this.button8.Name = "button8";
+ this.button8.NestedClickEventPrevent = false;
+ this.button8.OutlinePixel = 2;
+ this.button8.OverlapOptimize = true;
+ this.button8.RepeatInterval = 200;
+ this.button8.RepeatIntervalAccelerate = null;
+ this.button8.RoundSize = 10;
+ this.button8.SafeInterval = 200;
+ this.button8.Size = new System.Drawing.Size(80, 50);
+ this.button8.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.button8.TabIndex = 9;
+ this.button8.Text = null;
+ this.button8.TextColor = System.Drawing.Color.White;
+ this.button8.TextColorDisable = System.Drawing.Color.Gray;
+ this.button8.TextDownColor = System.Drawing.Color.Red;
+ this.button8.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.button8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.button8.Click += new System.EventHandler(this.button8_Click);
+ //
+ // button7
+ //
+ this.button7.BackGround = null;
+ this.button7.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.button7.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.button7.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.button7.ButtonImageAutoSize = true;
+ this.button7.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.button7.ButtonText = "Lane 7";
+ this.button7.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.button7.GroupID = 0;
+ this.button7.ImageDisable = null;
+ this.button7.ImageDown = null;
+ this.button7.ImageUp = null;
+ this.button7.Location = new System.Drawing.Point(531, 505);
+ this.button7.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
+ this.button7.Name = "button7";
+ this.button7.NestedClickEventPrevent = false;
+ this.button7.OutlinePixel = 2;
+ this.button7.OverlapOptimize = true;
+ this.button7.RepeatInterval = 200;
+ this.button7.RepeatIntervalAccelerate = null;
+ this.button7.RoundSize = 10;
+ this.button7.SafeInterval = 200;
+ this.button7.Size = new System.Drawing.Size(80, 50);
+ this.button7.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.button7.TabIndex = 8;
+ this.button7.Text = null;
+ this.button7.TextColor = System.Drawing.Color.White;
+ this.button7.TextColorDisable = System.Drawing.Color.Gray;
+ this.button7.TextDownColor = System.Drawing.Color.Red;
+ this.button7.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.button7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.button7.Click += new System.EventHandler(this.button7_Click);
+ //
+ // button6
+ //
+ this.button6.BackGround = null;
+ this.button6.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.button6.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.button6.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.button6.ButtonImageAutoSize = true;
+ this.button6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.button6.ButtonText = "Lane 6";
+ this.button6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.button6.GroupID = 0;
+ this.button6.ImageDisable = null;
+ this.button6.ImageDown = null;
+ this.button6.ImageUp = null;
+ this.button6.Location = new System.Drawing.Point(445, 505);
+ this.button6.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
+ this.button6.Name = "button6";
+ this.button6.NestedClickEventPrevent = false;
+ this.button6.OutlinePixel = 2;
+ this.button6.OverlapOptimize = true;
+ this.button6.RepeatInterval = 200;
+ this.button6.RepeatIntervalAccelerate = null;
+ this.button6.RoundSize = 10;
+ this.button6.SafeInterval = 200;
+ this.button6.Size = new System.Drawing.Size(80, 50);
+ this.button6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.button6.TabIndex = 7;
+ this.button6.Text = null;
+ this.button6.TextColor = System.Drawing.Color.White;
+ this.button6.TextColorDisable = System.Drawing.Color.Gray;
+ this.button6.TextDownColor = System.Drawing.Color.Red;
+ this.button6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.button6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.button6.Click += new System.EventHandler(this.button6_Click);
+ //
+ // ControlMainDisplay
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
+ this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(222)))), ((int)(((byte)(233)))));
+ this.Controls.Add(this.button10);
+ this.Controls.Add(this.button9);
+ this.Controls.Add(this.button8);
+ this.Controls.Add(this.buttonClose);
+ this.Controls.Add(this.button7);
+ this.Controls.Add(this.button1);
+ this.Controls.Add(this.button6);
+ this.Controls.Add(this.button2);
+ this.Controls.Add(this.button5);
+ this.Controls.Add(this.button3);
+ this.Controls.Add(this.button4);
+ this.Name = "ControlMainDisplay";
+ this.Size = new System.Drawing.Size(1024, 570);
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private SmartX.SmartButton button1;
+ private SmartX.SmartButton button2;
+ private SmartX.SmartButton smartButton1;
+ private SmartX.SmartButton smartButton2;
+ private SmartX.SmartButton button3;
+ private SmartX.SmartButton button4;
+ private SmartX.SmartButton buttonClose;
+ private SmartX.SmartButton button5;
+ private SmartX.SmartButton button10;
+ private SmartX.SmartButton button9;
+ private SmartX.SmartButton button8;
+ private SmartX.SmartButton button7;
+ private SmartX.SmartButton button6;
+
+
+
+ }
+}
diff --git a/INT_PT002/Controls/ControlMainDisplay.cs b/INT_PT002/Controls/ControlMainDisplay.cs
new file mode 100644
index 0000000..cec88d1
--- /dev/null
+++ b/INT_PT002/Controls/ControlMainDisplay.cs
@@ -0,0 +1,313 @@
+using System;
+using System.Linq;
+using System.Collections.Generic;
+using System.Collections.ObjectModel;
+using System.ComponentModel;
+using System.Drawing;
+using System.Data;
+using System.Text;
+using System.Windows.Forms;
+
+using INT_PT002.Forms;
+using INT_PT002.DataStore;
+
+namespace INT_PT002.Controls
+{
+ public partial class ControlMainDisplay : UserControl
+ {
+ #region Field
+ private FormMain m_ParentForm;
+
+ private ControlMainDisplayDotGraph ChildControl1;
+ private ControlMainDisplayDotGraph ChildControl2;
+ private ControlMainDisplayDotGraph ChildControl3;
+ private ControlMainDisplayDotGraph ChildControl4;
+ private ControlMainDisplayDotGraph ChildControl5;
+ private ControlMainDisplayDotGraph ChildControl6;
+ private ControlMainDisplayDotGraph ChildControl7;
+ private ControlMainDisplayDotGraph ChildControl8;
+ private ControlMainDisplayDotGraph ChildControl9;
+ private ControlMainDisplayDotGraph ChildControl10;
+
+ private Collection CollectionChildControl;
+ #endregion
+
+ #region Constructor
+ public ControlMainDisplay(FormMain parent)
+ {
+ InitializeComponent();
+
+ this.ParentForm = parent;
+
+ this.Initialize();
+ }
+ #endregion
+
+ #region Property
+ public FormMain ParentForm
+ {
+ get { return this.m_ParentForm; }
+ private set { this.m_ParentForm = value; }
+ }
+ #endregion
+
+ #region Method
+ private void Initialize()
+ {
+ this.ChildControl1 = new ControlMainDisplayDotGraph(1, this.ParentForm);
+ this.ChildControl2 = new ControlMainDisplayDotGraph(2, this.ParentForm);
+ this.ChildControl3 = new ControlMainDisplayDotGraph(3, this.ParentForm);
+ this.ChildControl4 = new ControlMainDisplayDotGraph(4, this.ParentForm);
+ this.ChildControl5 = new ControlMainDisplayDotGraph(5, this.ParentForm);
+ this.ChildControl6 = new ControlMainDisplayDotGraph(6, this.ParentForm);
+ this.ChildControl7 = new ControlMainDisplayDotGraph(7, this.ParentForm);
+ this.ChildControl8 = new ControlMainDisplayDotGraph(8, this.ParentForm);
+ this.ChildControl9 = new ControlMainDisplayDotGraph(9, this.ParentForm);
+ this.ChildControl10 = new ControlMainDisplayDotGraph(10, this.ParentForm);
+
+ this.Controls.Add(this.ChildControl1);
+ this.Controls.Add(this.ChildControl2);
+ this.Controls.Add(this.ChildControl3);
+ this.Controls.Add(this.ChildControl4);
+ this.Controls.Add(this.ChildControl5);
+ this.Controls.Add(this.ChildControl6);
+ this.Controls.Add(this.ChildControl7);
+ this.Controls.Add(this.ChildControl8);
+ this.Controls.Add(this.ChildControl9);
+ this.Controls.Add(this.ChildControl10);
+
+ this.ChildControl1.Location = new Point(0, 0);
+ this.ChildControl2.Location = new Point(0, 0);
+ this.ChildControl3.Location = new Point(0, 0);
+ this.ChildControl4.Location = new Point(0, 0);
+ this.ChildControl5.Location = new Point(0, 0);
+ this.ChildControl6.Location = new Point(0, 0);
+ this.ChildControl7.Location = new Point(0, 0);
+ this.ChildControl8.Location = new Point(0, 0);
+ this.ChildControl9.Location = new Point(0, 0);
+ this.ChildControl10.Location = new Point(0, 0);
+
+ this.CollectionChildControl = new Collection();
+ this.CollectionChildControl.Add(this.ChildControl1);
+ this.CollectionChildControl.Add(this.ChildControl2);
+ this.CollectionChildControl.Add(this.ChildControl3);
+ this.CollectionChildControl.Add(this.ChildControl4);
+ this.CollectionChildControl.Add(this.ChildControl5);
+ this.CollectionChildControl.Add(this.ChildControl6);
+ this.CollectionChildControl.Add(this.ChildControl7);
+ this.CollectionChildControl.Add(this.ChildControl8);
+ this.CollectionChildControl.Add(this.ChildControl9);
+ this.CollectionChildControl.Add(this.ChildControl10);
+ }
+
+ public void UpdateNomalLeakDataDisplay(Collection datas)
+ {
+ for (int i = 0; i < datas.Count; i++)
+ {
+ this.CollectionChildControl[i].UpdateNomalLeakDataDisplay(datas[i]);
+ }
+ }
+ public void UpdateStartLeakDataDisplay(Collection datas)
+ {
+ for (int i = 0; i < 10; i++)
+ this.CollectionChildControl[i].UpdateStartLeakDataDisplay(datas[i]);
+ }
+ public void ClearAllData()
+ {
+ for (int i = 0; i < 10; i++)
+ this.CollectionChildControl[i].ClearAllData();
+ }
+
+ public void DisplayRefresh(int lane)
+ {
+ switch (lane)
+ {
+ case 1:
+ this.ChildControl1.BringToFront();
+ this.button1.ButtonDown();
+ this.button2.ButtonUp();
+ this.button3.ButtonUp();
+ this.button4.ButtonUp();
+ this.button5.ButtonUp();
+ this.button6.ButtonUp();
+ this.button7.ButtonUp();
+ this.button8.ButtonUp();
+ this.button9.ButtonUp();
+ this.button10.ButtonUp();
+ break;
+ case 2:
+ this.ChildControl2.BringToFront();
+ this.button1.ButtonUp();
+ this.button2.ButtonDown();
+ this.button3.ButtonUp();
+ this.button4.ButtonUp();
+ this.button5.ButtonUp();
+ this.button6.ButtonUp();
+ this.button7.ButtonUp();
+ this.button8.ButtonUp();
+ this.button9.ButtonUp();
+ this.button10.ButtonUp();
+ break;
+ case 3:
+ this.ChildControl3.BringToFront();
+ this.button1.ButtonUp();
+ this.button2.ButtonUp();
+ this.button3.ButtonDown();
+ this.button4.ButtonUp();
+ this.button5.ButtonUp();
+ this.button6.ButtonUp();
+ this.button7.ButtonUp();
+ this.button8.ButtonUp();
+ this.button9.ButtonUp();
+ this.button10.ButtonUp();
+ break;
+ case 4:
+ this.ChildControl4.BringToFront();
+ this.button1.ButtonUp();
+ this.button2.ButtonUp();
+ this.button3.ButtonUp();
+ this.button4.ButtonDown();
+ this.button5.ButtonUp();
+ this.button6.ButtonUp();
+ this.button7.ButtonUp();
+ this.button8.ButtonUp();
+ this.button9.ButtonUp();
+ this.button10.ButtonUp();
+ break;
+ case 5:
+ this.ChildControl5.BringToFront();
+ this.button1.ButtonUp();
+ this.button2.ButtonUp();
+ this.button3.ButtonUp();
+ this.button4.ButtonUp();
+ this.button5.ButtonDown();
+ this.button6.ButtonUp();
+ this.button7.ButtonUp();
+ this.button8.ButtonUp();
+ this.button9.ButtonUp();
+ this.button10.ButtonUp();
+ break;
+ case 6:
+ this.ChildControl6.BringToFront();
+ this.button1.ButtonUp();
+ this.button2.ButtonUp();
+ this.button3.ButtonUp();
+ this.button4.ButtonUp();
+ this.button5.ButtonUp();
+ this.button6.ButtonDown();
+ this.button7.ButtonUp();
+ this.button8.ButtonUp();
+ this.button9.ButtonUp();
+ this.button10.ButtonUp();
+ break;
+ case 7:
+ this.ChildControl7.BringToFront();
+ this.button1.ButtonUp();
+ this.button2.ButtonUp();
+ this.button3.ButtonUp();
+ this.button4.ButtonUp();
+ this.button5.ButtonUp();
+ this.button6.ButtonUp();
+ this.button7.ButtonDown();
+ this.button8.ButtonUp();
+ this.button9.ButtonUp();
+ this.button10.ButtonUp();
+ break;
+ case 8:
+ this.ChildControl8.BringToFront();
+ this.button1.ButtonUp();
+ this.button2.ButtonUp();
+ this.button3.ButtonUp();
+ this.button4.ButtonUp();
+ this.button5.ButtonUp();
+ this.button6.ButtonUp();
+ this.button7.ButtonUp();
+ this.button8.ButtonDown();
+ this.button9.ButtonUp();
+ this.button10.ButtonUp();
+ break;
+ case 9:
+ this.ChildControl9.BringToFront();
+ this.button1.ButtonUp();
+ this.button2.ButtonUp();
+ this.button3.ButtonUp();
+ this.button4.ButtonUp();
+ this.button5.ButtonUp();
+ this.button6.ButtonUp();
+ this.button7.ButtonUp();
+ this.button8.ButtonUp();
+ this.button9.ButtonDown();
+ this.button10.ButtonUp();
+ break;
+ case 10:
+ this.ChildControl10.BringToFront();
+ this.button1.ButtonUp();
+ this.button2.ButtonUp();
+ this.button3.ButtonUp();
+ this.button4.ButtonUp();
+ this.button5.ButtonUp();
+ this.button6.ButtonUp();
+ this.button7.ButtonUp();
+ this.button8.ButtonUp();
+ this.button9.ButtonUp();
+ this.button10.ButtonDown();
+ break;
+ default:
+ break;
+ }
+ }
+ #endregion
+
+ #region Event Handler
+ private void button1_Click(object sender, EventArgs e)
+ {
+ this.ChildControl1.BringToFront();
+ }
+ private void button2_Click(object sender, EventArgs e)
+ {
+ this.ChildControl2.BringToFront();
+ }
+ private void button3_Click(object sender, EventArgs e)
+ {
+ this.ChildControl3.BringToFront();
+ }
+ private void button4_Click(object sender, EventArgs e)
+ {
+ this.ChildControl4.BringToFront();
+ }
+ private void button5_Click(object sender, EventArgs e)
+ {
+ this.ChildControl5.BringToFront();
+ }
+
+ private void button6_Click(object sender, EventArgs e)
+ {
+ this.ChildControl6.BringToFront();
+ }
+
+ private void button7_Click(object sender, EventArgs e)
+ {
+ this.ChildControl7.BringToFront();
+ }
+
+ private void button8_Click(object sender, EventArgs e)
+ {
+ this.ChildControl8.BringToFront();
+ }
+
+ private void button9_Click(object sender, EventArgs e)
+ {
+ this.ChildControl9.BringToFront();
+ }
+
+ private void button10_Click(object sender, EventArgs e)
+ {
+ this.ChildControl10.BringToFront();
+ }
+ private void buttonClose_Click(object sender, EventArgs e)
+ {
+ this.Visible = false;
+ }
+ #endregion
+ }
+}
diff --git a/INT_PT002/Controls/ControlMainDisplay.resx b/INT_PT002/Controls/ControlMainDisplay.resx
new file mode 100644
index 0000000..3e7a6d2
--- /dev/null
+++ b/INT_PT002/Controls/ControlMainDisplay.resx
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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
+
+
+ WEBPAD
+
+
\ No newline at end of file
diff --git a/INT_PT002/Controls/ControlMainDisplayDotGraph.Designer.cs b/INT_PT002/Controls/ControlMainDisplayDotGraph.Designer.cs
new file mode 100644
index 0000000..8db5b1a
--- /dev/null
+++ b/INT_PT002/Controls/ControlMainDisplayDotGraph.Designer.cs
@@ -0,0 +1,425 @@
+namespace INT_PT002.Controls
+{
+ partial class ControlMainDisplayDotGraph
+ {
+ ///
+ /// 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()
+ {
+ SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle2 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle();
+ this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
+ this.labelResultSD = new SmartX.SmartLabel();
+ this.smartLabel10 = new SmartX.SmartLabel();
+ this.labelResult = new SmartX.SmartLabel();
+ this.smartLabel12 = new SmartX.SmartLabel();
+ this.labelStDev = new SmartX.SmartLabel();
+ this.smartLabel8 = new SmartX.SmartLabel();
+ this.labelMaxValue = new SmartX.SmartLabel();
+ this.smartLabel6 = new SmartX.SmartLabel();
+ this.labelCurrentValue = new SmartX.SmartLabel();
+ this.smartLabel3 = new SmartX.SmartLabel();
+ this.labelLane = new SmartX.SmartLabel();
+ this.smartDraw = new SmartX.SmartDraw();
+ this.smartDraw_ChartChannelPenStyle1 = new SmartX.SmartDraw_ChartChannelPenStyle();
+ this.smartButton1 = new SmartX.SmartButton();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw)).BeginInit();
+ this.SuspendLayout();
+ //
+ // smartSeparatorLine1
+ //
+ this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine1.Line1Width = 1F;
+ this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine1.Line2Width = 1F;
+ this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine1.Location = new System.Drawing.Point(21, 247);
+ this.smartSeparatorLine1.Name = "smartSeparatorLine1";
+ this.smartSeparatorLine1.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine1.TabIndex = 58;
+ this.smartSeparatorLine1.Text = "smartSeparatorLine1";
+ //
+ // labelResultSD
+ //
+ this.labelResultSD.BackGround = null;
+ this.labelResultSD.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(222)))), ((int)(((byte)(233)))));
+ this.labelResultSD.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResultSD.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResultSD.LineSpacing = 0F;
+ this.labelResultSD.Location = new System.Drawing.Point(101, 277);
+ this.labelResultSD.Name = "labelResultSD";
+ this.labelResultSD.OverlapOptimize = true;
+ this.labelResultSD.PasswordChar = '\0';
+ this.labelResultSD.Radius = 3;
+ this.labelResultSD.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResultSD.Size = new System.Drawing.Size(100, 20);
+ this.labelResultSD.TabIndex = 57;
+ this.labelResultSD.Text = "1.234567";
+ this.labelResultSD.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResultSD.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResultSD.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResultSD.Wordwrap = false;
+ //
+ // smartLabel10
+ //
+ this.smartLabel10.BackGround = null;
+ this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(222)))), ((int)(((byte)(233)))));
+ 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(15, 277);
+ 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(80, 20);
+ this.smartLabel10.TabIndex = 56;
+ this.smartLabel10.Text = "감도";
+ 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;
+ //
+ // labelResult
+ //
+ this.labelResult.BackGround = null;
+ this.labelResult.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(222)))), ((int)(((byte)(233)))));
+ this.labelResult.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResult.LineSpacing = 0F;
+ this.labelResult.Location = new System.Drawing.Point(101, 255);
+ this.labelResult.Name = "labelResult";
+ this.labelResult.OverlapOptimize = true;
+ this.labelResult.PasswordChar = '\0';
+ this.labelResult.Radius = 3;
+ this.labelResult.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult.Size = new System.Drawing.Size(100, 20);
+ this.labelResult.TabIndex = 55;
+ this.labelResult.Text = "OK";
+ this.labelResult.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult.Wordwrap = false;
+ //
+ // smartLabel12
+ //
+ this.smartLabel12.BackGround = null;
+ this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(222)))), ((int)(((byte)(233)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel12.LineSpacing = 0F;
+ this.smartLabel12.Location = new System.Drawing.Point(15, 255);
+ 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(80, 20);
+ this.smartLabel12.TabIndex = 54;
+ this.smartLabel12.Text = "판정";
+ this.smartLabel12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel12.Wordwrap = false;
+ //
+ // labelStDev
+ //
+ this.labelStDev.BackGround = null;
+ this.labelStDev.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(222)))), ((int)(((byte)(233)))));
+ this.labelStDev.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelStDev.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelStDev.LineSpacing = 0F;
+ this.labelStDev.Location = new System.Drawing.Point(101, 221);
+ this.labelStDev.Name = "labelStDev";
+ this.labelStDev.OverlapOptimize = true;
+ this.labelStDev.PasswordChar = '\0';
+ this.labelStDev.Radius = 3;
+ this.labelStDev.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelStDev.Size = new System.Drawing.Size(100, 20);
+ this.labelStDev.TabIndex = 53;
+ this.labelStDev.Text = "1.234567";
+ this.labelStDev.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelStDev.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelStDev.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelStDev.Wordwrap = false;
+ //
+ // smartLabel8
+ //
+ this.smartLabel8.BackGround = null;
+ this.smartLabel8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(222)))), ((int)(((byte)(233)))));
+ 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(15, 221);
+ 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(80, 20);
+ this.smartLabel8.TabIndex = 52;
+ this.smartLabel8.Text = "감도";
+ 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;
+ //
+ // labelMaxValue
+ //
+ this.labelMaxValue.BackGround = null;
+ this.labelMaxValue.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(222)))), ((int)(((byte)(233)))));
+ this.labelMaxValue.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelMaxValue.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelMaxValue.LineSpacing = 0F;
+ this.labelMaxValue.Location = new System.Drawing.Point(101, 199);
+ this.labelMaxValue.Name = "labelMaxValue";
+ this.labelMaxValue.OverlapOptimize = true;
+ this.labelMaxValue.PasswordChar = '\0';
+ this.labelMaxValue.Radius = 3;
+ this.labelMaxValue.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelMaxValue.Size = new System.Drawing.Size(100, 20);
+ this.labelMaxValue.TabIndex = 51;
+ this.labelMaxValue.Text = "1.2345";
+ this.labelMaxValue.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelMaxValue.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelMaxValue.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelMaxValue.Wordwrap = false;
+ //
+ // smartLabel6
+ //
+ this.smartLabel6.BackGround = null;
+ this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(222)))), ((int)(((byte)(233)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel6.LineSpacing = 0F;
+ this.smartLabel6.Location = new System.Drawing.Point(15, 199);
+ 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(80, 20);
+ this.smartLabel6.TabIndex = 50;
+ this.smartLabel6.Text = "최대값";
+ this.smartLabel6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel6.Wordwrap = false;
+ //
+ // labelCurrentValue
+ //
+ this.labelCurrentValue.BackGround = null;
+ this.labelCurrentValue.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(222)))), ((int)(((byte)(233)))));
+ this.labelCurrentValue.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelCurrentValue.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelCurrentValue.LineSpacing = 0F;
+ this.labelCurrentValue.Location = new System.Drawing.Point(101, 177);
+ this.labelCurrentValue.Name = "labelCurrentValue";
+ this.labelCurrentValue.OverlapOptimize = true;
+ this.labelCurrentValue.PasswordChar = '\0';
+ this.labelCurrentValue.Radius = 3;
+ this.labelCurrentValue.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelCurrentValue.Size = new System.Drawing.Size(100, 20);
+ this.labelCurrentValue.TabIndex = 48;
+ this.labelCurrentValue.Text = "1.2345";
+ this.labelCurrentValue.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelCurrentValue.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelCurrentValue.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelCurrentValue.Wordwrap = false;
+ //
+ // smartLabel3
+ //
+ this.smartLabel3.BackGround = null;
+ this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(222)))), ((int)(((byte)(233)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel3.LineSpacing = 0F;
+ this.smartLabel3.Location = new System.Drawing.Point(15, 177);
+ 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(80, 20);
+ this.smartLabel3.TabIndex = 49;
+ this.smartLabel3.Text = "현재값";
+ this.smartLabel3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel3.Wordwrap = false;
+ //
+ // labelLane
+ //
+ this.labelLane.BackGround = null;
+ this.labelLane.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(222)))), ((int)(((byte)(233)))));
+ this.labelLane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelLane.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelLane.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Bold);
+ this.labelLane.LineSpacing = 0F;
+ this.labelLane.Location = new System.Drawing.Point(37, 89);
+ this.labelLane.Name = "labelLane";
+ this.labelLane.OverlapOptimize = true;
+ this.labelLane.PasswordChar = '\0';
+ this.labelLane.Radius = 3;
+ this.labelLane.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelLane.Size = new System.Drawing.Size(100, 30);
+ this.labelLane.TabIndex = 47;
+ this.labelLane.Text = "LANE 1";
+ this.labelLane.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelLane.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelLane.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelLane.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelLane.Wordwrap = false;
+ //
+ // smartDraw
+ //
+ this.smartDraw.BackGround = null;
+ this.smartDraw.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1;
+ this.smartDraw.Chart.ChartDrawStep = 1;
+ this.smartDraw.Chart.ChartHeight = 442;
+ this.smartDraw.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw.Chart.ChartWidth = 700;
+ this.smartDraw.Chart.OriginX = 100;
+ this.smartDraw.Chart.OriginY = 442;
+ this.smartDraw.Chart.XIncrement = 1;
+ this.smartDraw.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw.Location = new System.Drawing.Point(210, 15);
+ this.smartDraw.Name = "smartDraw";
+ this.smartDraw.OverlapOptimize = false;
+ this.smartDraw.Size = new System.Drawing.Size(800, 460);
+ this.smartDraw.TabIndex = 46;
+ this.smartDraw.Text = "smartDraw1";
+ //
+ // smartDraw_ChartChannelPenStyle1
+ //
+ chartPenStyle2.ChannelColor = System.Drawing.Color.Green;
+ chartPenStyle2.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID;
+ chartPenStyle2.PenWidth = 3;
+ this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle2);
+ //
+ // smartButton1
+ //
+ this.smartButton1.BackGround = null;
+ this.smartButton1.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.smartButton1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartButton1.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.smartButton1.ButtonImageAutoSize = true;
+ this.smartButton1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.smartButton1.ButtonText = "smartButton1";
+ this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.smartButton1.GroupID = 0;
+ this.smartButton1.ImageDisable = null;
+ this.smartButton1.ImageDown = null;
+ this.smartButton1.ImageUp = null;
+ this.smartButton1.Location = new System.Drawing.Point(15, 323);
+ this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
+ this.smartButton1.Name = "smartButton1";
+ this.smartButton1.NestedClickEventPrevent = false;
+ this.smartButton1.OutlinePixel = 2;
+ this.smartButton1.OverlapOptimize = true;
+ this.smartButton1.RepeatInterval = 200;
+ this.smartButton1.RepeatIntervalAccelerate = null;
+ this.smartButton1.RoundSize = 10;
+ this.smartButton1.SafeInterval = 200;
+ this.smartButton1.Size = new System.Drawing.Size(65, 41);
+ this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.smartButton1.TabIndex = 59;
+ this.smartButton1.Text = null;
+ this.smartButton1.TextColor = System.Drawing.Color.White;
+ this.smartButton1.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.smartButton1.Visible = false;
+ this.smartButton1.Click += new System.EventHandler(this.smartButton1_Click);
+ //
+ // ControlMainDisplayDotGraph
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
+ this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(222)))), ((int)(((byte)(233)))));
+ this.Controls.Add(this.smartButton1);
+ this.Controls.Add(this.smartSeparatorLine1);
+ this.Controls.Add(this.labelResultSD);
+ this.Controls.Add(this.smartLabel10);
+ this.Controls.Add(this.labelResult);
+ this.Controls.Add(this.smartLabel12);
+ this.Controls.Add(this.labelStDev);
+ this.Controls.Add(this.smartLabel8);
+ this.Controls.Add(this.labelMaxValue);
+ this.Controls.Add(this.smartLabel6);
+ this.Controls.Add(this.labelCurrentValue);
+ this.Controls.Add(this.smartLabel3);
+ this.Controls.Add(this.labelLane);
+ this.Controls.Add(this.smartDraw);
+ this.Name = "ControlMainDisplayDotGraph";
+ this.Size = new System.Drawing.Size(1024, 490);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private SmartX.SmartSeparatorLine smartSeparatorLine1;
+ private SmartX.SmartLabel labelResultSD;
+ private SmartX.SmartLabel smartLabel10;
+ private SmartX.SmartLabel labelResult;
+ private SmartX.SmartLabel smartLabel12;
+ private SmartX.SmartLabel labelStDev;
+ private SmartX.SmartLabel smartLabel8;
+ private SmartX.SmartLabel labelMaxValue;
+ private SmartX.SmartLabel smartLabel6;
+ private SmartX.SmartLabel labelCurrentValue;
+ private SmartX.SmartLabel smartLabel3;
+ private SmartX.SmartLabel labelLane;
+ private SmartX.SmartDraw smartDraw;
+ private SmartX.SmartButton smartButton1;
+ private SmartX.SmartDraw_ChartChannelPenStyle smartDraw_ChartChannelPenStyle1;
+ }
+}
diff --git a/INT_PT002/Controls/ControlMainDisplayDotGraph.cs b/INT_PT002/Controls/ControlMainDisplayDotGraph.cs
new file mode 100644
index 0000000..74962be
--- /dev/null
+++ b/INT_PT002/Controls/ControlMainDisplayDotGraph.cs
@@ -0,0 +1,219 @@
+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;
+
+using SmartX;
+using INT_PT002.Forms;
+using INT_PT002.DataStore;
+
+namespace INT_PT002.Controls
+{
+ public partial class ControlMainDisplayDotGraph : UserControl
+ {
+ #region Field
+ private int FlagIgnoreCNT;
+
+ private FormMain m_ParentForm;
+ #endregion
+
+ #region Constructor
+ public ControlMainDisplayDotGraph(int lane, FormMain parent)
+ {
+ InitializeComponent();
+
+ this.ParentForm = parent;
+ this.InitializeDraw();
+ this.Initialize(lane);
+ }
+ #endregion
+
+ #region Property
+ public FormMain ParentForm
+ {
+ get { return this.m_ParentForm; }
+ private set { this.m_ParentForm = value; }
+ }
+ #endregion
+
+ #region Method
+ private void Initialize(int lane)
+ {
+ this.FlagIgnoreCNT = 0;
+
+ this.labelLane.Text = string.Format("Lane {0}", lane);
+
+ this.labelCurrentValue.Text = "0.000";
+ this.labelMaxValue.Text = "0.000";
+ this.labelStDev.Text = "0.0000";
+ this.labelResult.Text = "-";
+ this.labelResultSD.Text = "0.0000";
+ this.smartDraw.Chart.PutDataAllClear();
+ }
+ private void InitializeDraw()
+ {
+ // SetChartConfig
+ this.smartDraw.Chart.SetChartConfig(100, 442, 700, 442, 2, SmartDraw.ChartRefresh.LEFTSCROLL);
+
+ // BackLayer 기준선 표시
+ this.smartDraw.BackLayer.SetPenStyle(Color.Gray, 2);
+ // BackLayer 세로
+ this.smartDraw.BackLayer.Line(100, 0, 100, 442);
+ // BackLayer 가로 -2.000
+ this.smartDraw.BackLayer.Line(100, 442, 800, 442);
+
+ // BackLayer 기준선 표시
+ this.smartDraw.BackLayer.SetPenStyle(Color.Gray, 1);
+ // BackLayer 가로 -1.000
+ this.smartDraw.BackLayer.Line(100, 416, 800, 416);
+ // BackLayer 가로 0.000
+ this.smartDraw.BackLayer.Line(100, 390, 800, 390);
+ // BackLayer 가로 1.000
+ this.smartDraw.BackLayer.Line(100, 364, 800, 364);
+ // BackLayer 가로 2.000
+ this.smartDraw.BackLayer.Line(100, 338, 800, 338);
+ // BackLayer 가로 3.000
+ this.smartDraw.BackLayer.Line(100, 312, 800, 312);
+ // BackLayer 가로 4.000
+ this.smartDraw.BackLayer.Line(100, 286, 800, 286);
+ // BackLayer 가로 5.000
+ this.smartDraw.BackLayer.Line(100, 260, 800, 260);
+ // BackLayer 가로 6.000
+ this.smartDraw.BackLayer.Line(100, 234, 800, 234);
+ // BackLayer 가로 7.000
+ this.smartDraw.BackLayer.Line(100, 208, 800, 208);
+ // BackLayer 가로 8.000
+ this.smartDraw.BackLayer.Line(100, 182, 800, 182);
+ // BackLayer 가로 9.000
+ this.smartDraw.BackLayer.Line(100, 156, 800, 156);
+ // BackLayer 가로 10.000
+ this.smartDraw.BackLayer.Line(100, 130, 800, 130);
+ // BackLayer 가로 11.000
+ this.smartDraw.BackLayer.Line(100, 104, 800, 104);
+ // BackLayer 가로 12.000
+ this.smartDraw.BackLayer.Line(100, 78, 800, 78);
+ // BackLayer 가로 13.000
+ this.smartDraw.BackLayer.Line(100, 52, 800, 52);
+ // BackLayer 가로 14.000
+ this.smartDraw.BackLayer.Line(100, 26, 800, 26);
+
+ // TextOut
+ // SetFont
+ this.smartDraw.BackLayer.SetFont("Arial", 18, Color.Gray, true, false, false);
+ this.smartDraw.BackLayer.TextOut(20, 16, "{0,6:F3}", 14.000);
+ this.smartDraw.BackLayer.TextOut(20, 42, "{0,6:F3}", 13.000);
+ this.smartDraw.BackLayer.TextOut(20, 68, "{0,6:F3}", 12.000);
+ this.smartDraw.BackLayer.TextOut(20, 94, "{0,6:F3}", 11.000);
+ this.smartDraw.BackLayer.TextOut(20, 120, "{0,6:F3}", 10.000);
+ this.smartDraw.BackLayer.TextOut(20, 146, "{0,6:F3}", 9.000);
+ this.smartDraw.BackLayer.TextOut(20, 172, "{0,6:F3}", 8.000);
+ this.smartDraw.BackLayer.TextOut(20, 198, "{0,6:F3}", 7.000);
+ this.smartDraw.BackLayer.TextOut(20, 224, "{0,6:F3}", 6.000);
+ this.smartDraw.BackLayer.TextOut(20, 250, "{0,6:F3}", 5.000);
+ this.smartDraw.BackLayer.TextOut(20, 276, "{0,6:F3}", 4.000);
+ this.smartDraw.BackLayer.TextOut(20, 302, "{0,6:F3}", 3.000);
+ this.smartDraw.BackLayer.TextOut(20, 328, "{0,6:F3}", 2.000);
+ this.smartDraw.BackLayer.TextOut(20, 354, "{0,6:F3}", 1.000);
+ this.smartDraw.BackLayer.TextOut(20, 380, "{0,6:F3}", 0.000);
+ this.smartDraw.BackLayer.TextOut(20, 406, "{0,6:F3}", -1.000);
+ this.smartDraw.BackLayer.TextOut(20, 432, "{0,6:F3}", -2.000);
+
+ this.smartDraw.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1;
+ }
+
+ private void UpdateDotGraphDisplay(LeakData data)
+ {
+ int iValue = 0;
+ double dValue = 0.0;
+
+ // 값 표시 범위
+ // 15.000 ~ -2.000 (17.000 ~ 0)
+ // 그래프 영역 높이 460
+ // 17000 / 460 = 36.95652173913043
+ dValue = (int.Parse(data.CurrentValueSign + data.CurrentValue) + 2000) / 36.95652173913043;
+
+ if (dValue > 460)
+ dValue = 460;
+ if (dValue < 1)
+ dValue = 1;
+
+ iValue = int.Parse(string.Format("{0:f0}", dValue));
+
+ this.smartDraw.Chart.PutData(iValue);
+ }
+ public void UpdateNomalLeakDataDisplay(LeakData data)
+ {
+ string value = "";
+ bool bValue = false;
+
+ if (this.ParentForm.SystemConfig.Chart2DrawStep == 1)
+ {
+ bValue = true;
+ }
+ else
+ {
+ if (this.FlagIgnoreCNT == this.ParentForm.SystemConfig.Chart2DrawStep)
+ {
+ bValue = true;
+ this.FlagIgnoreCNT = 0;
+ }
+ else
+ this.FlagIgnoreCNT++;
+ }
+
+ // Current Value
+ value = Helper.StringToDecimalPlaces(data.CurrentValue, this.ParentForm.DecimalPlaces3);
+ if (data.CurrentValueSign == "-")
+ value = string.Format("{0}{1}", data.CurrentValueSign, value);
+ if (this.labelCurrentValue.Text != value)
+ this.labelCurrentValue.Text = value;
+
+ // Max Value
+ value = Helper.StringToDecimalPlaces(data.MaxValue, this.ParentForm.DecimalPlaces3);
+ if(data.MaxValueSign == "-")
+ value = string.Format("{0}{1}", data.MaxValueSign, value);
+ if (this.labelMaxValue.Text != value)
+ this.labelMaxValue.Text = value;
+
+ // Standard Deviation
+ value = Helper.StringToDecimalPlaces(data.StDev, this.ParentForm.DecimalPlaces4);
+ if (this.labelStDev.Text != value)
+ this.labelStDev.Text = value;
+
+ // Draw
+ if (bValue == true)
+ this.UpdateDotGraphDisplay(data);
+ }
+ public void UpdateStartLeakDataDisplay(LeakData data)
+ {
+ string value = "";
+
+ value = data.JudgmentStatus.ToString();
+ if (this.labelResult.Text != value)
+ this.labelResult.Text = value;
+
+ value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4);
+ if (this.labelResultSD.Text != value)
+ this.labelResultSD.Text = value;
+ }
+ public void ClearAllData()
+ {
+ this.labelCurrentValue.Text = "0.000";
+ this.labelMaxValue.Text = "0.000";
+ this.labelStDev.Text = "0.0000";
+ this.labelResult.Text = "-";
+ this.labelResultSD.Text = "0.0000";
+ this.smartDraw.Chart.PutDataAllClear();
+ }
+ #endregion
+
+ private void smartButton1_Click(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
diff --git a/INT_PT002/Controls/ControlMainDisplayDotGraph.resx b/INT_PT002/Controls/ControlMainDisplayDotGraph.resx
new file mode 100644
index 0000000..ba73456
--- /dev/null
+++ b/INT_PT002/Controls/ControlMainDisplayDotGraph.resx
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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
+
+
+ 17, 17
+
+
+ WEBPAD
+
+
\ No newline at end of file
diff --git a/INT_PT002/DataStore/Communication.cs b/INT_PT002/DataStore/Communication.cs
new file mode 100644
index 0000000..e2b3fd7
--- /dev/null
+++ b/INT_PT002/DataStore/Communication.cs
@@ -0,0 +1,121 @@
+using System;
+using System.Linq;
+using System.Collections.Generic;
+using System.Text;
+
+namespace INT_PT002.DataStore
+{
+ public class CommunicationCommand
+ {
+ // 노멀모드
+ public static readonly string ModeNormal = "Csn00";
+ // IO 테스트모드
+ public static readonly string ModeIOTest = "Cst00";
+ // 장비 테스트모드
+ public static readonly string ModeEquipmentTest = "Csy00";
+
+ // Cut 신호
+ public static readonly string CutInpupt = "Cbc00";
+ // 공장초기화
+ public static readonly string Initialization = "Cbi00";
+ // 운전
+ public static readonly string Start = "Cbs00";
+ // 정지
+ public static readonly string Stop = "Cbt00";
+ // 영점
+ public static readonly string Zero = "Cbz00";
+
+ // 모터 원점
+ public static readonly string Origin = "Cmo00";
+ // 모터 Step
+ public static readonly string Step = "Cms00";
+ // 모터 알람 리셋
+ public static readonly string AlarmReset = "Cma00";
+ // 모터 동작 1
+ public static readonly string Move1 = "Cmc00";
+ // 모터 동작 2
+ public static readonly string Move2 = "Cmr00";
+
+ // 파라미터 쓰기
+ public static readonly string Write = "Pw000";
+ // 파라미터 읽기
+ public static readonly string Read = "Pr000";
+ // IO테스트 - OUT
+ public static readonly string IOTest = "Pt000";
+ }
+
+ public class CommunicationID
+ {
+ public static readonly string MainBoard = "0";
+ public static readonly string SubBoard1 = "A";
+ public static readonly string SubBoard2 = "B";
+ public static readonly string SubBoard3 = "C";
+ public static readonly string SubBoard4 = "D";
+ public static readonly string SubBoard5 = "E";
+ public static readonly string SubBoard6 = "F";
+ public static readonly string SubBoard7 = "G";
+ public static readonly string SubBoard8 = "H";
+ public static readonly string SubBoard9 = "I";
+ public static readonly string SubBoard10 = "J";
+ public static readonly string SubBoard11 = "K";
+ public static readonly string SubBoard12 = "L";
+ public static readonly string SubBoardAll = "Z";
+ }
+
+ public class CommunicationAddress
+ {
+ // Address None
+ public static readonly string None = "0000";
+
+ // 메인보드 버전 읽기
+ public static readonly string _1502_ProgramVersion = "1502";
+
+ // 상한 설정값
+ public static readonly string _2301_OverRange = "2301";
+
+ // 진공시간
+ public static readonly string _5504_VacuumStartTime = "5504";
+ // 진공유지시간
+ public static readonly string _5505_VacuumHoldTime = "5505";
+ // 진공파기시간
+ public static readonly string _5506_VacuumBreakTime = "5506";
+
+ // 통신,IO설정 - INPUT ALL
+ public static readonly string _7500_InputAll = "7500";
+ // 통신,IO설정 = OUTPUT1
+ public static readonly string _7701_Output1 = "7701";
+ // 통신,IO설정 = OUTPUT2
+ public static readonly string _7702_Output2 = "7702";
+ // 통신,IO설정 = OUTPUT3
+ public static readonly string _7703_Output3 = "7703";
+ // 통신,IO설정 = OUTPUT4
+ public static readonly string _7704_Output4 = "7704";
+ // 통신,IO설정 = OUTPUT5
+ public static readonly string _7705_Output5 = "7705";
+ // 통신,IO설정 = OUTPUT6
+ public static readonly string _7706_Output6 = "7706";
+ // 통신,IO설정 = OUTPUT7
+ public static readonly string _7707_Output7 = "7707";
+ // 통신,IO설정 = OUTPUT8
+ public static readonly string _7708_Output8 = "7708";
+ // 통신,IO설정 = OUTPUT9
+ public static readonly string _7709_Output9 = "7709";
+ // 통신,IO설정 = OUTPUT10
+ public static readonly string _7710_Output10 = "7710";
+ // 통신,IO설정 = OUTPUT11
+ public static readonly string _7711_Output11 = "7711";
+ // 통신,IO설정 = OUTPUT12
+ public static readonly string _7712_Output12 = "7712";
+ // 통신,IO설정 = OUTPUT13
+ public static readonly string _7713_Output13 = "7713";
+ // 통신,IO설정 = OUTPUT14
+ public static readonly string _7714_Output14 = "7714";
+ // 통신,IO설정 = OUTPUT15
+ public static readonly string _7715_Output15 = "7715";
+ // 통신,IO설정 = OUTPUT16
+ public static readonly string _7716_Output16 = "7716";
+
+ // 파라미터 모두 쓰기
+ public static readonly string _9039_ParameterAll = "9039";
+ }
+}
diff --git a/INT_PT002/DataStore/Define.cs b/INT_PT002/DataStore/Define.cs
new file mode 100644
index 0000000..7839868
--- /dev/null
+++ b/INT_PT002/DataStore/Define.cs
@@ -0,0 +1,51 @@
+using System;
+using System.Linq;
+using System.Collections.Generic;
+using System.Text;
+
+namespace INT_PT002.DataStore
+{
+ public class Define
+ {
+ public enum E_EquipmentStatus
+ {
+ Stop = 0,
+ Start = 1,
+ };
+
+ public enum E_FormStore
+ {
+ FormNone = 0,
+ FormMainDisplay,
+ FormConfiguration,
+ };
+
+ public enum E_ProgressStatus
+ {
+ None = 0,
+ Initial,
+ ProductEntry,
+ ChamberConbined,
+ VacuumStart,
+ VacuumHold,
+ Judgment,
+ VacuumBreak,
+ ChamberSeparation,
+ ProductRelease,
+ };
+
+ public enum E_JudgmentStatus
+ {
+ None,
+ Pass,
+ Ng,
+ Error,
+ };
+
+ public enum E_ResponseData
+ {
+ NAK = 0,
+ ACK = 1,
+ };
+ }
+}
diff --git a/INT_PT002/DataStore/LeakData.cs b/INT_PT002/DataStore/LeakData.cs
new file mode 100644
index 0000000..b3584b5
--- /dev/null
+++ b/INT_PT002/DataStore/LeakData.cs
@@ -0,0 +1,100 @@
+using System;
+using System.Linq;
+using System.Collections.Generic;
+using System.Text;
+
+namespace INT_PT002.DataStore
+{
+ public class LeakData
+ {
+ #region Field
+ private Define.E_ProgressStatus m_ProgressStatus;
+ private Define.E_JudgmentStatus m_JudgmentStatus;
+
+ private string m_CurrentValueSign;
+ private string m_CurrentValue;
+ private string m_MaxValueSign;
+ private string m_MaxValue;
+ private string m_StDev;
+ private string m_ResultSD;
+ #endregion
+
+ #region Constructor
+ public LeakData()
+ {
+ this.Initialize();
+ }
+ #endregion
+
+ #region Property
+ public Define.E_ProgressStatus ProgressStatus
+ {
+ get { return this.m_ProgressStatus; }
+ set { this.m_ProgressStatus = value; }
+ }
+ public Define.E_JudgmentStatus JudgmentStatus
+ {
+ get { return this.m_JudgmentStatus; }
+ set { this.m_JudgmentStatus = value; }
+ }
+
+ public string CurrentValueSign
+ {
+ get { return this.m_CurrentValueSign; }
+ set { this.m_CurrentValueSign = value; }
+ }
+ ///
+ /// 소수점X (3)
+ ///
+ public string CurrentValue
+ {
+ get { return this.m_CurrentValue; }
+ set { this.m_CurrentValue = value; }
+ }
+ public string MaxValueSign
+ {
+ get { return this.m_MaxValueSign; }
+ set { this.m_MaxValueSign = value; }
+ }
+ ///
+ /// 소수점X (3)
+ ///
+ public string MaxValue
+ {
+ get { return this.m_MaxValue; }
+ set { this.m_MaxValue = value; }
+ }
+ ///
+ /// 소수점X (4)
+ ///
+ public string StDev
+ {
+ get { return this.m_StDev; }
+ set { this.m_StDev = value; }
+ }
+ ///
+ /// 소수점X (4)
+ ///
+ public string ResultSD
+ {
+ get { return this.m_ResultSD; }
+ set { this.m_ResultSD = value; }
+ }
+ #endregion
+
+ #region Method
+ private void Initialize()
+ {
+ this.ProgressStatus = Define.E_ProgressStatus.None;
+ this.JudgmentStatus = Define.E_JudgmentStatus.None;
+
+ this.CurrentValueSign = "+";
+ this.CurrentValue = "0.000";
+ this.MaxValueSign = "+";
+ this.MaxValue = "0.000";
+ this.StDev = "0.0000";
+ this.ResultSD = "0.0000";
+ }
+ #endregion
+ }
+}
diff --git a/INT_PT002/DataStore/SystemConfiguration.cs b/INT_PT002/DataStore/SystemConfiguration.cs
new file mode 100644
index 0000000..585c9b3
--- /dev/null
+++ b/INT_PT002/DataStore/SystemConfiguration.cs
@@ -0,0 +1,88 @@
+using System;
+using System.Linq;
+using System.Collections.Generic;
+using System.Text;
+using System.Runtime.InteropServices;
+
+namespace INT_PT002.DataStore
+{
+ public class SystemConfiguration
+ {
+ #region Field
+ private int m_VacuumStartTime;
+ private int m_VacuumHoldTime;
+ private int m_VacuumBreakTime;
+ private int m_Chart1DrawStep;
+ private int m_Chart2DrawStep;
+
+ private string m_OverRange;
+ #endregion
+
+ #region Constructor
+ public SystemConfiguration()
+ {
+ this.Initialize();
+ }
+ #endregion
+
+ #region Property
+ public int VacuumStartTime
+ {
+ get { return this.m_VacuumStartTime; }
+ set { this.m_VacuumStartTime = value; }
+ }
+ public int VacuumHoldTime
+ {
+ get { return this.m_VacuumHoldTime; }
+ set { this.m_VacuumHoldTime = value; }
+ }
+ public int VacuumBreakTime
+ {
+ get { return this.m_VacuumBreakTime; }
+ set { this.m_VacuumBreakTime = value; }
+ }
+ public int Chart1DrawStep
+ {
+ get { return this.m_Chart1DrawStep; }
+ set { this.m_Chart1DrawStep = value; }
+ }
+ public int Chart2DrawStep
+ {
+ get { return this.m_Chart2DrawStep; }
+ set { this.m_Chart2DrawStep = value; }
+ }
+
+ public string OverRange
+ {
+ get { return this.m_OverRange; }
+ set { this.m_OverRange = value; }
+ }
+ #endregion
+
+ #region Method
+ public void Initialize()
+ {
+ this.VacuumStartTime = 3;
+ this.VacuumHoldTime = 4;
+ this.VacuumBreakTime = 5;
+ this.Chart1DrawStep = 4;
+ this.Chart2DrawStep = 2;
+
+ this.OverRange = "10000";
+ }
+ #endregion
+ }
+
+ [StructLayout(LayoutKind.Sequential)]
+ public struct StructSystemConfigurationItem
+ {
+ public int VacuumStartTime;
+ public int VacuumHoldTime;
+ public int VacuumBreakTime;
+ public int Chart1DrawStep;
+ public int Chart2DrawStep;
+
+ [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 15)]
+ public string OverRange;
+ }
+}
diff --git a/INT_PT002/DialogForms/DialogFormNumKeyPad.Designer.cs b/INT_PT002/DialogForms/DialogFormNumKeyPad.Designer.cs
new file mode 100644
index 0000000..5936a65
--- /dev/null
+++ b/INT_PT002/DialogForms/DialogFormNumKeyPad.Designer.cs
@@ -0,0 +1,282 @@
+namespace INT_PT002.DialogForms
+{
+ partial class DialogFormNumKeyPad
+ {
+ ///
+ /// 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()
+ {
+ this.labelScreen = new System.Windows.Forms.Label();
+ this.buttonEnter = new System.Windows.Forms.Button();
+ this.buttonCancel = new System.Windows.Forms.Button();
+ this.buttonNumber9 = new System.Windows.Forms.Button();
+ this.buttonNumber6 = new System.Windows.Forms.Button();
+ this.buttonNumber3 = new System.Windows.Forms.Button();
+ this.buttonNumber0 = new System.Windows.Forms.Button();
+ this.buttonNumber8 = new System.Windows.Forms.Button();
+ this.buttonNumber5 = new System.Windows.Forms.Button();
+ this.buttonNumber2 = new System.Windows.Forms.Button();
+ this.buttonSign = new System.Windows.Forms.Button();
+ this.buttonNumber7 = new System.Windows.Forms.Button();
+ this.buttonNumber4 = new System.Windows.Forms.Button();
+ this.buttonNumber1 = new System.Windows.Forms.Button();
+ this.label1 = new System.Windows.Forms.Label();
+ this.SuspendLayout();
+ //
+ // labelScreen
+ //
+ this.labelScreen.BackColor = System.Drawing.Color.White;
+ this.labelScreen.Font = new System.Drawing.Font("Arial", 35F, System.Drawing.FontStyle.Regular);
+ this.labelScreen.Location = new System.Drawing.Point(10, 23);
+ this.labelScreen.Name = "labelScreen";
+ this.labelScreen.Size = new System.Drawing.Size(230, 50);
+ this.labelScreen.Text = "label2";
+ this.labelScreen.TextAlign = System.Drawing.ContentAlignment.TopRight;
+ //
+ // buttonEnter
+ //
+ this.buttonEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
+ this.buttonEnter.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
+ this.buttonEnter.ForeColor = System.Drawing.Color.White;
+ this.buttonEnter.Location = new System.Drawing.Point(13, 382);
+ this.buttonEnter.Name = "buttonEnter";
+ this.buttonEnter.Size = new System.Drawing.Size(222, 45);
+ this.buttonEnter.TabIndex = 18;
+ this.buttonEnter.TabStop = false;
+ this.buttonEnter.Text = "Enter";
+ this.buttonEnter.Click += new System.EventHandler(this.buttonEnter_Click);
+ //
+ // buttonCancel
+ //
+ this.buttonCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
+ this.buttonCancel.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
+ this.buttonCancel.ForeColor = System.Drawing.Color.White;
+ this.buttonCancel.Location = new System.Drawing.Point(165, 306);
+ this.buttonCancel.Name = "buttonCancel";
+ this.buttonCancel.Size = new System.Drawing.Size(70, 70);
+ this.buttonCancel.TabIndex = 14;
+ this.buttonCancel.TabStop = false;
+ this.buttonCancel.Text = "ESC";
+ this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
+ //
+ // buttonNumber9
+ //
+ this.buttonNumber9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
+ this.buttonNumber9.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
+ this.buttonNumber9.ForeColor = System.Drawing.Color.White;
+ this.buttonNumber9.Location = new System.Drawing.Point(165, 230);
+ this.buttonNumber9.Name = "buttonNumber9";
+ this.buttonNumber9.Size = new System.Drawing.Size(70, 70);
+ this.buttonNumber9.TabIndex = 13;
+ this.buttonNumber9.TabStop = false;
+ this.buttonNumber9.Text = "9";
+ this.buttonNumber9.Click += new System.EventHandler(this.buttonNumber_Click);
+ //
+ // buttonNumber6
+ //
+ this.buttonNumber6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
+ this.buttonNumber6.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
+ this.buttonNumber6.ForeColor = System.Drawing.Color.White;
+ this.buttonNumber6.Location = new System.Drawing.Point(165, 154);
+ this.buttonNumber6.Name = "buttonNumber6";
+ this.buttonNumber6.Size = new System.Drawing.Size(70, 70);
+ this.buttonNumber6.TabIndex = 15;
+ this.buttonNumber6.TabStop = false;
+ this.buttonNumber6.Text = "6";
+ this.buttonNumber6.Click += new System.EventHandler(this.buttonNumber_Click);
+ //
+ // buttonNumber3
+ //
+ this.buttonNumber3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
+ this.buttonNumber3.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
+ this.buttonNumber3.ForeColor = System.Drawing.Color.White;
+ this.buttonNumber3.Location = new System.Drawing.Point(165, 78);
+ this.buttonNumber3.Name = "buttonNumber3";
+ this.buttonNumber3.Size = new System.Drawing.Size(70, 70);
+ this.buttonNumber3.TabIndex = 17;
+ this.buttonNumber3.TabStop = false;
+ this.buttonNumber3.Text = "3";
+ this.buttonNumber3.Click += new System.EventHandler(this.buttonNumber_Click);
+ //
+ // buttonNumber0
+ //
+ this.buttonNumber0.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
+ this.buttonNumber0.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
+ this.buttonNumber0.ForeColor = System.Drawing.Color.White;
+ this.buttonNumber0.Location = new System.Drawing.Point(89, 306);
+ this.buttonNumber0.Name = "buttonNumber0";
+ this.buttonNumber0.Size = new System.Drawing.Size(70, 70);
+ this.buttonNumber0.TabIndex = 16;
+ this.buttonNumber0.TabStop = false;
+ this.buttonNumber0.Text = "0";
+ this.buttonNumber0.Click += new System.EventHandler(this.buttonNumber_Click);
+ //
+ // buttonNumber8
+ //
+ this.buttonNumber8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
+ this.buttonNumber8.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
+ this.buttonNumber8.ForeColor = System.Drawing.Color.White;
+ this.buttonNumber8.Location = new System.Drawing.Point(89, 230);
+ this.buttonNumber8.Name = "buttonNumber8";
+ this.buttonNumber8.Size = new System.Drawing.Size(70, 70);
+ this.buttonNumber8.TabIndex = 12;
+ this.buttonNumber8.TabStop = false;
+ this.buttonNumber8.Text = "8";
+ this.buttonNumber8.Click += new System.EventHandler(this.buttonNumber_Click);
+ //
+ // buttonNumber5
+ //
+ this.buttonNumber5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
+ this.buttonNumber5.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
+ this.buttonNumber5.ForeColor = System.Drawing.Color.White;
+ this.buttonNumber5.Location = new System.Drawing.Point(89, 154);
+ this.buttonNumber5.Name = "buttonNumber5";
+ this.buttonNumber5.Size = new System.Drawing.Size(70, 70);
+ this.buttonNumber5.TabIndex = 8;
+ this.buttonNumber5.TabStop = false;
+ this.buttonNumber5.Text = "5";
+ this.buttonNumber5.Click += new System.EventHandler(this.buttonNumber_Click);
+ //
+ // buttonNumber2
+ //
+ this.buttonNumber2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
+ this.buttonNumber2.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
+ this.buttonNumber2.ForeColor = System.Drawing.Color.White;
+ this.buttonNumber2.Location = new System.Drawing.Point(89, 78);
+ this.buttonNumber2.Name = "buttonNumber2";
+ this.buttonNumber2.Size = new System.Drawing.Size(70, 70);
+ this.buttonNumber2.TabIndex = 7;
+ this.buttonNumber2.TabStop = false;
+ this.buttonNumber2.Text = "2";
+ this.buttonNumber2.Click += new System.EventHandler(this.buttonNumber_Click);
+ //
+ // buttonSign
+ //
+ this.buttonSign.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
+ this.buttonSign.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
+ this.buttonSign.ForeColor = System.Drawing.Color.White;
+ this.buttonSign.Location = new System.Drawing.Point(13, 306);
+ this.buttonSign.Name = "buttonSign";
+ this.buttonSign.Size = new System.Drawing.Size(70, 70);
+ this.buttonSign.TabIndex = 6;
+ this.buttonSign.TabStop = false;
+ this.buttonSign.Text = "+/-";
+ this.buttonSign.Click += new System.EventHandler(this.buttonSign_Click);
+ //
+ // buttonNumber7
+ //
+ this.buttonNumber7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
+ this.buttonNumber7.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
+ this.buttonNumber7.ForeColor = System.Drawing.Color.White;
+ this.buttonNumber7.Location = new System.Drawing.Point(13, 230);
+ this.buttonNumber7.Name = "buttonNumber7";
+ this.buttonNumber7.Size = new System.Drawing.Size(70, 70);
+ this.buttonNumber7.TabIndex = 11;
+ this.buttonNumber7.TabStop = false;
+ this.buttonNumber7.Text = "7";
+ this.buttonNumber7.Click += new System.EventHandler(this.buttonNumber_Click);
+ //
+ // buttonNumber4
+ //
+ this.buttonNumber4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
+ this.buttonNumber4.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
+ this.buttonNumber4.ForeColor = System.Drawing.Color.White;
+ this.buttonNumber4.Location = new System.Drawing.Point(13, 154);
+ this.buttonNumber4.Name = "buttonNumber4";
+ this.buttonNumber4.Size = new System.Drawing.Size(70, 70);
+ this.buttonNumber4.TabIndex = 10;
+ this.buttonNumber4.TabStop = false;
+ this.buttonNumber4.Text = "4";
+ this.buttonNumber4.Click += new System.EventHandler(this.buttonNumber_Click);
+ //
+ // buttonNumber1
+ //
+ this.buttonNumber1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
+ this.buttonNumber1.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
+ this.buttonNumber1.ForeColor = System.Drawing.Color.White;
+ this.buttonNumber1.Location = new System.Drawing.Point(13, 78);
+ this.buttonNumber1.Name = "buttonNumber1";
+ this.buttonNumber1.Size = new System.Drawing.Size(70, 70);
+ this.buttonNumber1.TabIndex = 9;
+ this.buttonNumber1.TabStop = false;
+ this.buttonNumber1.Text = "1";
+ this.buttonNumber1.Click += new System.EventHandler(this.buttonNumber_Click);
+ //
+ // label1
+ //
+ this.label1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
+ this.label1.Location = new System.Drawing.Point(3, 3);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(100, 20);
+ this.label1.Text = "keypad";
+ //
+ // DialogFormNumKeyPad
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
+ this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(200)))), ((int)(((byte)(250)))));
+ this.ClientSize = new System.Drawing.Size(250, 443);
+ this.ControlBox = false;
+ this.Controls.Add(this.labelScreen);
+ this.Controls.Add(this.buttonEnter);
+ this.Controls.Add(this.buttonCancel);
+ this.Controls.Add(this.buttonNumber9);
+ this.Controls.Add(this.buttonNumber6);
+ this.Controls.Add(this.buttonNumber3);
+ this.Controls.Add(this.buttonNumber0);
+ this.Controls.Add(this.buttonNumber8);
+ this.Controls.Add(this.buttonNumber5);
+ this.Controls.Add(this.buttonNumber2);
+ this.Controls.Add(this.buttonSign);
+ this.Controls.Add(this.buttonNumber7);
+ this.Controls.Add(this.buttonNumber4);
+ this.Controls.Add(this.buttonNumber1);
+ this.Controls.Add(this.label1);
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+ this.Name = "DialogFormNumKeyPad";
+ this.Text = "DialogFormNumKeyPad1";
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Label labelScreen;
+ private System.Windows.Forms.Button buttonEnter;
+ private System.Windows.Forms.Button buttonCancel;
+ private System.Windows.Forms.Button buttonNumber9;
+ private System.Windows.Forms.Button buttonNumber6;
+ private System.Windows.Forms.Button buttonNumber3;
+ private System.Windows.Forms.Button buttonNumber0;
+ private System.Windows.Forms.Button buttonNumber8;
+ private System.Windows.Forms.Button buttonNumber5;
+ private System.Windows.Forms.Button buttonNumber2;
+ private System.Windows.Forms.Button buttonSign;
+ private System.Windows.Forms.Button buttonNumber7;
+ private System.Windows.Forms.Button buttonNumber4;
+ private System.Windows.Forms.Button buttonNumber1;
+ private System.Windows.Forms.Label label1;
+ }
+}
\ No newline at end of file
diff --git a/INT_PT002/DialogForms/DialogFormNumKeyPad.cs b/INT_PT002/DialogForms/DialogFormNumKeyPad.cs
new file mode 100644
index 0000000..be712cb
--- /dev/null
+++ b/INT_PT002/DialogForms/DialogFormNumKeyPad.cs
@@ -0,0 +1,226 @@
+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;
+
+namespace INT_PT002.DialogForms
+{
+ public partial class DialogFormNumKeyPad : Form
+ {
+ #region Field
+ private bool IsAddition;
+ private bool IsEditing;
+ private int Digit;
+ private int DecimalPlaces;
+ StringBuilder sbInputValue;
+
+ private string m_StringValue;
+ #endregion
+
+ #region Constructor
+ public DialogFormNumKeyPad(string value, int dig, int decimalPlaces, bool isSignEnable)
+ {
+ InitializeComponent();
+
+ this.sbInputValue = new StringBuilder();
+
+ this.Digit = dig;
+ this.DecimalPlaces = decimalPlaces;
+ this.labelScreen.Text = value;
+
+ if (value[0] == '-')
+ this.IsAddition = false;
+ else
+ this.IsAddition = true;
+
+ this.buttonSign.Enabled = isSignEnable;
+ }
+ #endregion
+
+ #region Property
+ public string StringValue
+ {
+ get { return this.m_StringValue; }
+ private set { this.m_StringValue = value; }
+ }
+
+ public double doubleValue
+ {
+ get
+ {
+ double dValue = 0.0;
+
+ try
+ {
+ dValue = double.Parse(this.StringValue);
+ }
+ catch
+ {
+ dValue = -1;
+ }
+
+ return dValue;
+ }
+ }
+
+ public int IntValue
+ {
+ get { return int.Parse(this.StringValue); }
+ }
+ #endregion
+
+ #region Method
+ private void InitializeContnrol()
+ {
+ int x = 0, y = 0;
+
+ x = Screen.PrimaryScreen.Bounds.Width / 2 - this.Size.Width / 2;
+ y = Screen.PrimaryScreen.Bounds.Height / 2 - this.Size.Height / 2;
+
+ this.Location = new Point(x, y);
+
+ this.Size = new Size(250, 443);
+ }
+
+ private void InputNumber(string key)
+ {
+ if (this.IsEditing == false)
+ this.IsEditing = true;
+
+ this.sbInputValue.Append(key);
+ this.DisplayScreen(this.sbInputValue.ToString());
+ }
+
+ private void DisplayScreen(string value)
+ {
+ int iValue = 0;
+ string sValue = "";
+
+ if (this.IsEditing == false || value == null)
+ return;
+
+ iValue = int.Parse(value);
+
+ if (this.DecimalPlaces == 0)
+ {
+ if (iValue.ToString().Length <= this.Digit)
+ sValue = iValue.ToString();
+ else
+ {
+ this.sbInputValue.Length = 0;
+ sValue = "0";
+ }
+ }
+ else
+ {
+ if (iValue.ToString().Length <= this.Digit)
+ sValue = Helper.StringToDecimalPlaces(iValue.ToString(), this.DecimalPlaces);
+ else
+ {
+ this.sbInputValue.Length = 0;
+ sValue = Helper.StringToDecimalPlaces(this.sbInputValue.ToString(), this.DecimalPlaces);
+ }
+ }
+
+ if (this.IsAddition == true)
+ this.labelScreen.Text = string.Format("{0}", sValue);
+ else
+ this.labelScreen.Text = string.Format("-{0}", sValue);
+ }
+ #endregion
+
+ #region Override Member
+ protected override void OnLoad(EventArgs e)
+ {
+ base.OnLoad(e);
+
+ this.InitializeContnrol();
+ }
+ #endregion
+
+ #region Event Handler
+ private void buttonNumber_Click(object sender, EventArgs e)
+ {
+ Button bt = sender as Button;
+
+ if (bt == null)
+ return;
+
+ if (bt == this.buttonNumber0)
+ this.InputNumber("0");
+ else if (bt == this.buttonNumber1)
+ this.InputNumber("1");
+ else if (bt == this.buttonNumber2)
+ this.InputNumber("2");
+ else if (bt == this.buttonNumber3)
+ this.InputNumber("3");
+ else if (bt == this.buttonNumber4)
+ this.InputNumber("4");
+ else if (bt == this.buttonNumber5)
+ this.InputNumber("5");
+ else if (bt == this.buttonNumber6)
+ this.InputNumber("6");
+ else if (bt == this.buttonNumber7)
+ this.InputNumber("7");
+ else if (bt == this.buttonNumber8)
+ this.InputNumber("8");
+ else if (bt == this.buttonNumber9)
+ this.InputNumber("9");
+ }
+
+ private void buttonCancel_Click(object sender, EventArgs e)
+ {
+ this.Close();
+ }
+
+ private void buttonEnter_Click(object sender, EventArgs e)
+ {
+ this.StringValue = this.labelScreen.Text;
+
+ if (this.doubleValue == 0)
+ {
+ if (this.DecimalPlaces == 1)
+ this.StringValue = "0.0";
+ else if (this.DecimalPlaces == 2)
+ this.StringValue = "0.00";
+ else if (this.DecimalPlaces == 3)
+ this.StringValue = "0.000";
+ else
+ this.StringValue = "0";
+ }
+
+ this.DialogResult = DialogResult.OK;
+ }
+
+ private void buttonSign_Click(object sender, EventArgs e)
+ {
+ if (this.IsEditing == false)
+ {
+ if (this.IsAddition == false)
+ {
+ this.IsAddition = true;
+ this.labelScreen.Text = this.labelScreen.Text.Remove(0, 1);
+ }
+ else
+ {
+ this.IsAddition = false;
+ this.labelScreen.Text = this.labelScreen.Text.Insert(0, "-");
+ }
+ }
+ else
+ {
+ if (this.IsAddition == false)
+ this.IsAddition = true;
+ else
+ this.IsAddition = false;
+
+ this.DisplayScreen(this.sbInputValue.ToString());
+ }
+ }
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/INT_PT002/DialogForms/DialogFormNumKeyPad.resx b/INT_PT002/DialogForms/DialogFormNumKeyPad.resx
new file mode 100644
index 0000000..a721046
--- /dev/null
+++ b/INT_PT002/DialogForms/DialogFormNumKeyPad.resx
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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
+
+
+ WEBPAD
+
+
+ False
+
+
\ No newline at end of file
diff --git a/INT_PT002/Forms/FormConfiguration.Designer.cs b/INT_PT002/Forms/FormConfiguration.Designer.cs
new file mode 100644
index 0000000..22c99dd
--- /dev/null
+++ b/INT_PT002/Forms/FormConfiguration.Designer.cs
@@ -0,0 +1,899 @@
+namespace INT_PT002.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.smartLabel1 = new SmartX.SmartLabel();
+ this.smartLabel6 = new SmartX.SmartLabel();
+ this.labelOverRange = new SmartX.SmartLabel();
+ this.smartLabel4 = new SmartX.SmartLabel();
+ this.smartLabel5 = new SmartX.SmartLabel();
+ this.smartLabel3 = new SmartX.SmartLabel();
+ this.labelVacuumStartTime = new SmartX.SmartLabel();
+ this.smartLabel7 = new SmartX.SmartLabel();
+ this.labelVacuumHoldTime = new SmartX.SmartLabel();
+ this.labelVacuumBreakTime = new SmartX.SmartLabel();
+ this.smartLabel9 = 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.Controls.Add(this.smartLabel1);
+ this.smartGroupBox1.Controls.Add(this.smartLabel6);
+ this.smartGroupBox1.Controls.Add(this.labelOverRange);
+ this.smartGroupBox1.Controls.Add(this.smartLabel4);
+ this.smartGroupBox1.Controls.Add(this.smartLabel5);
+ this.smartGroupBox1.Controls.Add(this.smartLabel3);
+ this.smartGroupBox1.Controls.Add(this.labelVacuumStartTime);
+ this.smartGroupBox1.Controls.Add(this.smartLabel7);
+ this.smartGroupBox1.Controls.Add(this.labelVacuumHoldTime);
+ this.smartGroupBox1.Controls.Add(this.labelVacuumBreakTime);
+ this.smartGroupBox1.Controls.Add(this.smartLabel9);
+ 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;
+ //
+ // smartLabel1
+ //
+ this.smartLabel1.BackGround = null;
+ this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel1.LineSpacing = 0F;
+ this.smartLabel1.Location = new System.Drawing.Point(55, 130);
+ 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(150, 30);
+ this.smartLabel1.TabIndex = 66;
+ this.smartLabel1.Text = "상한 설정값";
+ this.smartLabel1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ 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;
+ //
+ // smartLabel6
+ //
+ this.smartLabel6.BackGround = null;
+ this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel6.LineSpacing = 0F;
+ this.smartLabel6.Location = new System.Drawing.Point(317, 238);
+ 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(70, 30);
+ this.smartLabel6.TabIndex = 78;
+ this.smartLabel6.Text = "sec";
+ this.smartLabel6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ 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;
+ //
+ // labelOverRange
+ //
+ this.labelOverRange.BackGround = null;
+ this.labelOverRange.BackGroundColor = System.Drawing.Color.White;
+ this.labelOverRange.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelOverRange.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelOverRange.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
+ this.labelOverRange.LineSpacing = 0F;
+ this.labelOverRange.Location = new System.Drawing.Point(211, 130);
+ this.labelOverRange.Name = "labelOverRange";
+ this.labelOverRange.OverlapOptimize = true;
+ this.labelOverRange.PasswordChar = '\0';
+ this.labelOverRange.Radius = 3;
+ this.labelOverRange.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelOverRange.Size = new System.Drawing.Size(100, 30);
+ this.labelOverRange.TabIndex = 67;
+ this.labelOverRange.Text = "1.123";
+ this.labelOverRange.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelOverRange.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelOverRange.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelOverRange.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelOverRange.Wordwrap = false;
+ this.labelOverRange.Click += new System.EventHandler(this.labelOverRange_Click);
+ //
+ // smartLabel4
+ //
+ this.smartLabel4.BackGround = null;
+ this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel4.LineSpacing = 0F;
+ this.smartLabel4.Location = new System.Drawing.Point(317, 202);
+ 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(70, 30);
+ this.smartLabel4.TabIndex = 77;
+ this.smartLabel4.Text = "sec";
+ this.smartLabel4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ 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;
+ //
+ // smartLabel5
+ //
+ this.smartLabel5.BackGround = null;
+ this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel5.LineSpacing = 0F;
+ this.smartLabel5.Location = new System.Drawing.Point(55, 166);
+ 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(150, 30);
+ this.smartLabel5.TabIndex = 68;
+ this.smartLabel5.Text = "진공시간";
+ this.smartLabel5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel5.Wordwrap = false;
+ //
+ // smartLabel3
+ //
+ this.smartLabel3.BackGround = null;
+ this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel3.LineSpacing = 0F;
+ this.smartLabel3.Location = new System.Drawing.Point(317, 166);
+ 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(70, 30);
+ this.smartLabel3.TabIndex = 76;
+ this.smartLabel3.Text = "sec";
+ this.smartLabel3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ 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;
+ //
+ // labelVacuumStartTime
+ //
+ this.labelVacuumStartTime.BackGround = null;
+ this.labelVacuumStartTime.BackGroundColor = System.Drawing.Color.White;
+ this.labelVacuumStartTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelVacuumStartTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelVacuumStartTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
+ this.labelVacuumStartTime.LineSpacing = 0F;
+ this.labelVacuumStartTime.Location = new System.Drawing.Point(211, 166);
+ this.labelVacuumStartTime.Name = "labelVacuumStartTime";
+ this.labelVacuumStartTime.OverlapOptimize = true;
+ this.labelVacuumStartTime.PasswordChar = '\0';
+ this.labelVacuumStartTime.Radius = 3;
+ this.labelVacuumStartTime.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelVacuumStartTime.Size = new System.Drawing.Size(100, 30);
+ this.labelVacuumStartTime.TabIndex = 69;
+ this.labelVacuumStartTime.Text = "100";
+ this.labelVacuumStartTime.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelVacuumStartTime.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelVacuumStartTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelVacuumStartTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelVacuumStartTime.Wordwrap = false;
+ this.labelVacuumStartTime.Click += new System.EventHandler(this.labelVacuumStartTime_Click);
+ //
+ // smartLabel7
+ //
+ this.smartLabel7.BackGround = null;
+ this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel7.LineSpacing = 0F;
+ this.smartLabel7.Location = new System.Drawing.Point(55, 202);
+ 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(150, 30);
+ this.smartLabel7.TabIndex = 70;
+ this.smartLabel7.Text = "진공유지시간";
+ this.smartLabel7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel7.Wordwrap = false;
+ //
+ // labelVacuumHoldTime
+ //
+ this.labelVacuumHoldTime.BackGround = null;
+ this.labelVacuumHoldTime.BackGroundColor = System.Drawing.Color.White;
+ this.labelVacuumHoldTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelVacuumHoldTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelVacuumHoldTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
+ this.labelVacuumHoldTime.LineSpacing = 0F;
+ this.labelVacuumHoldTime.Location = new System.Drawing.Point(211, 202);
+ this.labelVacuumHoldTime.Name = "labelVacuumHoldTime";
+ this.labelVacuumHoldTime.OverlapOptimize = true;
+ this.labelVacuumHoldTime.PasswordChar = '\0';
+ this.labelVacuumHoldTime.Radius = 3;
+ this.labelVacuumHoldTime.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelVacuumHoldTime.Size = new System.Drawing.Size(100, 30);
+ this.labelVacuumHoldTime.TabIndex = 71;
+ this.labelVacuumHoldTime.Text = "100";
+ this.labelVacuumHoldTime.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelVacuumHoldTime.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelVacuumHoldTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelVacuumHoldTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelVacuumHoldTime.Wordwrap = false;
+ this.labelVacuumHoldTime.Click += new System.EventHandler(this.labelVacuumHoldTime_Click);
+ //
+ // labelVacuumBreakTime
+ //
+ this.labelVacuumBreakTime.BackGround = null;
+ this.labelVacuumBreakTime.BackGroundColor = System.Drawing.Color.White;
+ this.labelVacuumBreakTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelVacuumBreakTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelVacuumBreakTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
+ this.labelVacuumBreakTime.LineSpacing = 0F;
+ this.labelVacuumBreakTime.Location = new System.Drawing.Point(211, 238);
+ this.labelVacuumBreakTime.Name = "labelVacuumBreakTime";
+ this.labelVacuumBreakTime.OverlapOptimize = true;
+ this.labelVacuumBreakTime.PasswordChar = '\0';
+ this.labelVacuumBreakTime.Radius = 3;
+ this.labelVacuumBreakTime.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelVacuumBreakTime.Size = new System.Drawing.Size(100, 30);
+ this.labelVacuumBreakTime.TabIndex = 73;
+ this.labelVacuumBreakTime.Text = "100";
+ this.labelVacuumBreakTime.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelVacuumBreakTime.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelVacuumBreakTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelVacuumBreakTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelVacuumBreakTime.Wordwrap = false;
+ this.labelVacuumBreakTime.Click += new System.EventHandler(this.labelVacuumBreakTime_Click);
+ //
+ // smartLabel9
+ //
+ this.smartLabel9.BackGround = null;
+ this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel9.LineSpacing = 0F;
+ this.smartLabel9.Location = new System.Drawing.Point(55, 238);
+ 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, 30);
+ this.smartLabel9.TabIndex = 72;
+ this.smartLabel9.Text = "파기시간";
+ this.smartLabel9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel9.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.SmartLabel labelVacuumBreakTime;
+ private SmartX.SmartLabel smartLabel9;
+ private SmartX.SmartLabel labelVacuumHoldTime;
+ private SmartX.SmartLabel smartLabel7;
+ private SmartX.SmartLabel labelVacuumStartTime;
+ private SmartX.SmartLabel smartLabel5;
+ private SmartX.SmartLabel labelOverRange;
+ private SmartX.SmartLabel smartLabel1;
+ private SmartX.SmartButton buttonSetting;
+ private SmartX.SmartButton buttonMainDisplay;
+ private SmartX.SmartLabel smartLabel6;
+ private SmartX.SmartLabel smartLabel4;
+ private SmartX.SmartLabel smartLabel3;
+ 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_PT002/Forms/FormConfiguration.cs b/INT_PT002/Forms/FormConfiguration.cs
new file mode 100644
index 0000000..943ce6f
--- /dev/null
+++ b/INT_PT002/Forms/FormConfiguration.cs
@@ -0,0 +1,189 @@
+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_PT002.DataStore;
+using INT_PT002.DialogForms;
+
+namespace INT_PT002.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.Chart1DrawStep.ToString();
+ if (this.labelChart1DrawStep.Text != value)
+ this.labelChart1DrawStep.Text = value;
+
+ value = this.ParentForm.SystemConfig.Chart2DrawStep.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.labelChart1DrawStep.Text, 2, 0, false);
+
+ if (myKeypad.ShowDialog() == DialogResult.OK)
+ {
+ if (myKeypad.IntValue == 0)
+ return;
+
+ this.labelChart1DrawStep.Text = myKeypad.StringValue;
+ this.ParentForm.SystemConfig.Chart1DrawStep = myKeypad.IntValue;
+
+ this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig);
+ }
+ }
+ private void labelChart2DrawStep_Click(object sender, EventArgs e)
+ {
+ DialogFormNumKeyPad myKeypad = new DialogFormNumKeyPad(this.labelChart2DrawStep.Text, 2, 0, false);
+
+ if (myKeypad.ShowDialog() == DialogResult.OK)
+ {
+ if (myKeypad.IntValue == 0)
+ return;
+
+ this.labelChart2DrawStep.Text = myKeypad.StringValue;
+ this.ParentForm.SystemConfig.Chart2DrawStep = myKeypad.IntValue;
+
+ this.ParentForm.SaveSystemConfigurationFile(this.ParentForm.SystemConfig);
+ }
+ }
+
+ private void buttonOrigin_Click(object sender, EventArgs e)
+ {
+ this.ParentForm.TransferData(CommunicationCommand.Origin, CommunicationID.SubBoardAll);
+ }
+ private void buttonAlarmReset_1W_Click(object sender, EventArgs e)
+ {
+ this.ParentForm.TransferData(CommunicationCommand.AlarmReset, CommunicationID.SubBoard2);
+ }
+ private void buttonMove1_1W_Click(object sender, EventArgs e)
+ {
+ this.ParentForm.TransferData(CommunicationCommand.Step, CommunicationID.SubBoard2);
+ }
+ private void buttonAlarmReset_4W_Click(object sender, EventArgs e)
+ {
+ this.ParentForm.TransferData(CommunicationCommand.AlarmReset, CommunicationID.SubBoard1);
+ }
+ private void buttonMove1_4W_Click(object sender, EventArgs e)
+ {
+ this.ParentForm.TransferData(CommunicationCommand.Move1, CommunicationID.SubBoard1);
+ }
+ private void buttonMove2_4W_Click(object sender, EventArgs e)
+ {
+ this.ParentForm.TransferData(CommunicationCommand.Move2, CommunicationID.SubBoard1);
+ }
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/INT_PT002/Forms/FormConfiguration.resx b/INT_PT002/Forms/FormConfiguration.resx
new file mode 100644
index 0000000..13b314b
--- /dev/null
+++ b/INT_PT002/Forms/FormConfiguration.resx
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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
+
+
+
+
+ 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
+ AAAASUVORK5CYII=
+
+
+
+ WEBPAD
+
+
+ False
+
+
\ No newline at end of file
diff --git a/INT_PT002/Forms/FormMain.Designer.cs b/INT_PT002/Forms/FormMain.Designer.cs
new file mode 100644
index 0000000..36b7db4
--- /dev/null
+++ b/INT_PT002/Forms/FormMain.Designer.cs
@@ -0,0 +1,115 @@
+namespace INT_PT002.Forms
+{
+ partial class FormMain
+ {
+ ///
+ /// 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()
+ {
+ this.components = new System.ComponentModel.Container();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
+ this.smartForm1 = new SmartX.SmartForm();
+ this.smartSerialPortLink = new SmartX.SmartSerialPort(this.components);
+ this.smartFileIO = new SmartX.SmartFile();
+ this.smartFileCommunicationLog = new SmartX.SmartFile();
+ this.timer = new System.Windows.Forms.Timer();
+ 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.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;
+ //
+ // smartSerialPortLink
+ //
+ this.smartSerialPortLink.Baud_Rate = SmartX.SmartSerialPort.BAUDRATE._115200bps;
+ this.smartSerialPortLink.ErrorCheckCodeType = SmartX.SmartSerialPort.ERRORCHECKCODETYPES.ASCIICODE;
+ this.smartSerialPortLink.ErrorCheckMode = SmartX.SmartSerialPort.ERRORCHECK.NONE;
+ this.smartSerialPortLink.ErrorCode_Location = SmartX.SmartSerialPort.ERRORCODELOCATION.HEADER;
+ this.smartSerialPortLink.ETXCode = ((byte)(3));
+ this.smartSerialPortLink.ETXCodes = null;
+ this.smartSerialPortLink.FrameBufferSize = ((uint)(1024u));
+ this.smartSerialPortLink.FrameSeparationType = SmartX.SmartSerialPort.FRAMESEPARATIONTYPES.STXANDETX;
+ this.smartSerialPortLink.HeadErrorCodeOffset = 0;
+ this.smartSerialPortLink.PortNo = SmartX.SmartSerialPort.COMPORTNO.COM2;
+ this.smartSerialPortLink.ReadTimeout = -1;
+ this.smartSerialPortLink.ReceiveDetect = SmartX.SmartSerialPort.RECEIVEDETECTTYPE.EVENT_QUEUE;
+ this.smartSerialPortLink.ReceiveFrameDebugMode = false;
+ this.smartSerialPortLink.RS485SoftwareDetection = false;
+ this.smartSerialPortLink.STXCode = ((byte)(2));
+ this.smartSerialPortLink.STXCodes = null;
+ this.smartSerialPortLink.TailErrorCodeOffset = 0;
+ this.smartSerialPortLink.OnReadQueueEvent += new SmartX.SmartSerialPort.ReceiveDataHandler(this.smartSerialPortLink_OnReadQueueEvent);
+ //
+ // smartFileIO
+ //
+ this.smartFileIO.FilePathName = "";
+ //
+ // smartFileCommunicationLog
+ //
+ this.smartFileCommunicationLog.FilePathName = "";
+ //
+ // timer
+ //
+ this.timer.Interval = 1000;
+ this.timer.Tick += new System.EventHandler(this.timer_Tick);
+ //
+ // FormMain
+ //
+ 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 = "FormMain";
+ this.Text = "FormMain";
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ public SmartX.SmartForm smartForm1;
+ private SmartX.SmartSerialPort smartSerialPortLink;
+ private SmartX.SmartFile smartFileIO;
+ private SmartX.SmartFile smartFileCommunicationLog;
+ private System.Windows.Forms.Timer timer;
+
+ }
+}
\ No newline at end of file
diff --git a/INT_PT002/Forms/FormMain.cs b/INT_PT002/Forms/FormMain.cs
new file mode 100644
index 0000000..481d184
--- /dev/null
+++ b/INT_PT002/Forms/FormMain.cs
@@ -0,0 +1,938 @@
+using System;
+using System.Linq;
+using System.Collections.Generic;
+using System.Collections.ObjectModel;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.IO;
+using System.Text;
+using System.Windows.Forms;
+
+using INT_PT002.DataStore;
+using SmartX;
+
+namespace INT_PT002.Forms
+{
+ public partial class FormMain : Form
+ {
+ #region Field
+ public bool IsCommunicationLogOpen;
+ public int DecimalPlaces3;
+ public int DecimalPlaces4;
+ private int CommunicationCheckCount;
+
+ // 파일 위치
+ private string m_PathLaunchFolder;
+ private string m_PathSystemFileFolder;
+ private string m_PathDataBackupFolder;
+
+ // 장비 구동 상태
+ private Define.E_EquipmentStatus m_EquipmentStatus;
+
+ // SystemConfiguration
+ public SystemConfiguration SystemConfig;
+
+ // Leak Data
+ private Collection CollectionLeakDatas;
+
+ public FormMainDisplay1 ChildFormMainDisplay;
+ public FormConfiguration ChildFormConfig;
+ #endregion
+
+ #region Constructor
+ public FormMain()
+ {
+ InitializeComponent();
+ }
+ #endregion
+
+ #region Property
+ public string PathLaunchFolder
+ {
+ get { return this.m_PathLaunchFolder; }
+ set { this.m_PathLaunchFolder = value; }
+ }
+ public string PathSystemFileFolder
+ {
+ get { return this.m_PathSystemFileFolder; }
+ set { this.m_PathSystemFileFolder = value; }
+ }
+ public string PathDataBackupFolder
+ {
+ get { return this.m_PathDataBackupFolder; }
+ set { this.m_PathDataBackupFolder = value; }
+ }
+
+ public Define.E_EquipmentStatus EquipmentStatus
+ {
+ get { return this.m_EquipmentStatus; }
+ private set { this.m_EquipmentStatus = value; }
+ }
+ #endregion
+
+ #region Method
+ private void DefaultSetting()
+ {
+ this.IsCommunicationLogOpen = false;
+ this.DecimalPlaces3 = 3;
+ this.DecimalPlaces4 = 4;
+ this.CommunicationCheckCount = 0;
+
+ this.EquipmentStatus = Define.E_EquipmentStatus.Stop;
+
+ this.PathLaunchFolder = "SD Card\\";
+ this.PathSystemFileFolder = this.PathLaunchFolder + "SystemFile\\";
+ this.PathDataBackupFolder = this.PathLaunchFolder + "DataBackup\\";
+
+ this.SystemConfig = new SystemConfiguration();
+
+ this.CollectionLeakDatas = new Collection();
+ for (int i = 0; i < 10; i++)
+ this.CollectionLeakDatas.Add(new LeakData());
+
+ // SystemFile 폴더 생성
+ if (Directory.Exists(this.PathSystemFileFolder) == false)
+ Directory.CreateDirectory(this.PathSystemFileFolder);
+
+ // DataBackup 폴더 생성
+ if (Directory.Exists(this.PathDataBackupFolder) == false)
+ Directory.CreateDirectory(this.PathDataBackupFolder);
+ }
+ private void CreateForm()
+ {
+ this.ChildFormMainDisplay = new FormMainDisplay1(this);
+ this.ChildFormConfig = new FormConfiguration(this);
+
+ this.smartForm1.MainForm = this;
+
+ this.smartForm1.AddChildForm(this.ChildFormMainDisplay);
+ this.smartForm1.AddChildForm(this.ChildFormConfig);
+ }
+ private void TransferSystemParameter()
+ {
+ StringBuilder sb = new StringBuilder();
+
+ sb.Append(Helper.StringZeroFillDigits6(this.SystemConfig.OverRange));
+ sb.Append(Helper.StringZeroFillDigits4(this.SystemConfig.VacuumStartTime.ToString()));
+ sb.Append(Helper.StringZeroFillDigits4(this.SystemConfig.VacuumHoldTime.ToString()));
+ sb.Append(Helper.StringZeroFillDigits4(this.SystemConfig.VacuumBreakTime.ToString()));
+
+ this.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._9039_ParameterAll, sb.ToString());
+ }
+
+ public void FormChange(int index)
+ {
+ this.smartForm1.Show(index);
+ }
+
+ #region SystemConfiguration File
+ private void CreateSystemConfigurationFile()
+ {
+ StructSystemConfigurationItem structItem;
+
+ this.SystemConfig.Initialize();
+
+ structItem.VacuumStartTime = this.SystemConfig.VacuumStartTime;
+ structItem.VacuumHoldTime = this.SystemConfig.VacuumHoldTime;
+ structItem.VacuumBreakTime = this.SystemConfig.VacuumBreakTime;
+ structItem.Chart1DrawStep = this.SystemConfig.Chart1DrawStep;
+ structItem.Chart2DrawStep = this.SystemConfig.Chart2DrawStep;
+ structItem.OverRange = this.SystemConfig.OverRange;
+
+ this.smartFileIO.StructType.Write(structItem, 0, SmartFile.WriteMode.Overwrite);
+ }
+ public void SaveSystemConfigurationFile(SystemConfiguration item)
+ {
+ string fullFilePath = "";
+ bool fileCheck = false;
+ StructSystemConfigurationItem structItem;
+
+ fullFilePath = this.PathSystemFileFolder + "system.cfg";
+ this.smartFileIO.FilePathName = fullFilePath;
+
+ FileInfo fileInfo = new FileInfo(fullFilePath);
+ fileCheck = fileInfo.Exists;
+
+ if (fileCheck == true)
+ this.smartFileIO.Open();
+ else
+ {
+ this.smartFileIO.Open();
+
+ this.CreateSystemConfigurationFile();
+ }
+
+ structItem.VacuumStartTime = item.VacuumStartTime;
+ structItem.VacuumHoldTime = item.VacuumHoldTime;
+ structItem.VacuumBreakTime = item.VacuumBreakTime;
+ structItem.Chart1DrawStep = item.Chart1DrawStep;
+ structItem.Chart2DrawStep = item.Chart2DrawStep;
+
+ structItem.OverRange = item.OverRange;
+
+ this.smartFileIO.StructType.Write(structItem, 0, SmartFile.WriteMode.Overwrite);
+ this.smartFileIO.Close();
+ }
+ public void LoadSystemConfigurationFile()
+ {
+ string fullFilePath = "";
+ bool fileCheck = false;
+ StructSystemConfigurationItem structItem;
+
+ fullFilePath = this.PathSystemFileFolder + "system.cfg";
+ this.smartFileIO.FilePathName = fullFilePath;
+
+ FileInfo fileInfo = new FileInfo(fullFilePath);
+ fileCheck = fileInfo.Exists;
+
+ if (fileCheck == true)
+ this.smartFileIO.Open();
+ else
+ {
+ this.smartFileIO.Open();
+
+ this.CreateSystemConfigurationFile();
+ }
+
+ structItem = (StructSystemConfigurationItem)this.smartFileIO.StructType.Read(0);
+
+ this.SystemConfig.VacuumStartTime = structItem.VacuumStartTime;
+ this.SystemConfig.VacuumHoldTime = structItem.VacuumHoldTime;
+ this.SystemConfig.VacuumBreakTime = structItem.VacuumBreakTime;
+ this.SystemConfig.Chart1DrawStep = structItem.Chart1DrawStep;
+ this.SystemConfig.Chart2DrawStep = structItem.Chart2DrawStep;
+
+ this.SystemConfig.OverRange = structItem.OverRange;
+
+ this.smartFileIO.Close();
+ }
+ #endregion
+
+ #region Uart Communication
+ private void OpenSmartUartLink()
+ {
+ string fullPath = "";
+
+ try
+ {
+ if (this.smartSerialPortLink.IsOpen == false)
+ this.smartSerialPortLink.Open();
+ }
+ catch
+ {
+ }
+
+ #region Test 용 통신 로그
+ fullPath = this.PathDataBackupFolder + "Communicationlog.txt";
+ this.smartFileCommunicationLog.FilePathName = fullPath;
+ //this.smartFileCommunicationLog.Open();
+ //this.IsCommunicationLogOpen = true;
+ #endregion
+ }
+ public void CloseSmartUartLink()
+ {
+ this.smartSerialPortLink.Close();
+ }
+
+ private bool SizeCheck(string cmd, string strTemp)
+ {
+ bool ret = false;
+ string dataSize = "";
+ int size = 0;
+
+ if (strTemp == null || strTemp.Length == 0)
+ {
+ ret = false;
+ return ret;
+ }
+
+ try
+ {
+ if (cmd == "P")
+ dataSize = strTemp.Substring(14, strTemp.Length - 16);
+ else // "S"
+ dataSize = strTemp.Substring(10, strTemp.Length - 12);
+
+ size = int.Parse(strTemp.Substring(6, 4).Trim());
+ }
+ catch
+ {
+ ret = false;
+ return ret;
+ }
+
+ if (dataSize.Length == size)
+ ret = true;
+ else
+ {
+ ret = false;
+ }
+
+ return ret;
+ }
+ private bool ChksumCheck(string strTemp)
+ {
+ bool ret = false;
+ string chkSum = "", dataChksum = "";
+
+ if (strTemp == null || strTemp.Length == 0)
+ ret = false;
+ else
+ {
+ chkSum = strTemp.Substring(strTemp.Length - 2, 2);
+ dataChksum = this.Checksumcalculator(strTemp.Substring(0, strTemp.Length - 2));
+
+ if (chkSum == dataChksum)
+ ret = true;
+ else
+ ret = false;
+ }
+
+ return ret;
+ }
+ private string Checksumcalculator(string strTemp)
+ {
+ string chkSum = "";
+ byte[] temp;
+ int value = 0, first = 0, second = 0;
+ char char1, char2;
+
+ if (strTemp == null || strTemp.Length == 0)
+ chkSum = "cc";
+ else
+ {
+ temp = new UTF8Encoding().GetBytes(strTemp);
+
+ for (int i = 0; i < temp.Length; i++)
+ value += temp[i];
+
+ first = (value & 0x00f0) >> 4;
+ if (first > 9)
+ char1 = (char)(first + 0x37);
+ else
+ char1 = (char)(first + 0x30);
+
+ second = value & 0x000f;
+ if (second > 9)
+ char2 = (char)(second + 0x37);
+ else
+ char2 = (char)(second + 0x30);
+
+ chkSum = char1.ToString() + char2.ToString();
+ }
+
+ return chkSum;
+ }
+ private string Checksumcalculator(byte[] strTemp)
+ {
+ string chkSum = "";
+ byte[] temp;
+ int value = 0, first = 0, second = 0;
+ char char1, char2;
+
+ if (strTemp == null || strTemp.Length == 0)
+ chkSum = "cc";
+ else
+ {
+ temp = strTemp;
+
+ for (int i = 0; i < temp.Length; i++)
+ value += temp[i];
+
+ first = (value & 0x00f0) >> 4;
+ if (first > 9)
+ char1 = (char)(first + 0x37);
+ else
+ char1 = (char)(first + 0x30);
+
+ second = value & 0x000f;
+ if (second > 9)
+ char2 = (char)(second + 0x37);
+ else
+ char2 = (char)(second + 0x30);
+
+ chkSum = char1.ToString() + char2.ToString();
+ }
+
+ return chkSum;
+ }
+
+ public int TransferData(string command, string id)
+ {
+ int ret = 0;
+ string chkSum = "cc";
+ StringBuilder sb = new StringBuilder();
+
+ sb.Append(command);
+ sb.Append(id);
+
+ chkSum = this.Checksumcalculator(sb.ToString());
+
+ sb.Append(chkSum);
+
+ if (this.smartSerialPortLink.IsOpen == true)
+ this.smartSerialPortLink.WriteFrame(sb.ToString(), SmartSerialPort.CODETYPES.ASCIICODE);
+
+ // 통신 확인 로그
+ if (this.IsCommunicationLogOpen == true)
+ this.smartFileCommunicationLog.StringType.Write(string.Format("Send ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, sb.ToString()));
+
+ return ret;
+ }
+ public int TransferDataStream(string command, string id, string address, string data)
+ {
+ int ret = 0;
+ string chkSum = "cc";
+ StringBuilder sb = new StringBuilder();
+
+ sb.Append(command);
+ sb.Append(id);
+ sb.Append(Helper.StringZeroFillDigits4(data.Length.ToString()));
+ sb.Append(address);
+ sb.Append(data);
+
+ chkSum = this.Checksumcalculator(sb.ToString());
+
+ sb.Append(chkSum);
+
+ if (this.smartSerialPortLink.IsOpen == true)
+ this.smartSerialPortLink.WriteFrame(sb.ToString(), SmartSerialPort.CODETYPES.ASCIICODE);
+
+ // 통신 확인 로그
+ if (this.IsCommunicationLogOpen == true)
+ this.smartFileCommunicationLog.StringType.Write(string.Format("Send ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, sb.ToString()));
+
+ return ret;
+ }
+ public int TransferDataStream4(string command, string id, string address, string data)
+ {
+ int ret = 0;
+ string chkSum = "cc";
+ StringBuilder sb = new StringBuilder();
+
+ sb.Append(command);
+ sb.Append(id);
+ sb.Append(Helper.StringZeroFillDigits4("4"));
+ sb.Append(address);
+ sb.Append(Helper.StringZeroFillDigits4(data));
+
+ chkSum = this.Checksumcalculator(sb.ToString());
+
+ sb.Append(chkSum);
+
+ if (this.smartSerialPortLink.IsOpen == true)
+ this.smartSerialPortLink.WriteFrame(sb.ToString(), SmartSerialPort.CODETYPES.ASCIICODE);
+
+ // 통신 확인 로그
+ if (this.IsCommunicationLogOpen == true)
+ this.smartFileCommunicationLog.StringType.Write(string.Format("Send ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, sb.ToString()));
+
+ return ret;
+ }
+ public int TransferDataStream6(string command, string id, string address, string data)
+ {
+ int ret = 0;
+ string chkSum = "cc";
+ StringBuilder sb = new StringBuilder();
+
+ sb.Append(command);
+ sb.Append(id);
+ sb.Append(Helper.StringZeroFillDigits4("6"));
+ sb.Append(address);
+ sb.Append(Helper.StringZeroFillDigits6(data));
+
+ chkSum = this.Checksumcalculator(sb.ToString());
+
+ sb.Append(chkSum);
+
+ if (this.smartSerialPortLink.IsOpen == true)
+ this.smartSerialPortLink.WriteFrame(sb.ToString(), SmartSerialPort.CODETYPES.ASCIICODE);
+
+ // 통신 확인 로그
+ if (this.IsCommunicationLogOpen == true)
+ this.smartFileCommunicationLog.StringType.Write(string.Format("Send ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, sb.ToString()));
+
+ return ret;
+ }
+ private void ReceiveData()
+ {
+ int ret = 0;
+ string strTemp = "";
+ byte[] readByte;
+
+ SmartSerialPort.FRAMEDATAREADSTATUS receiveDataState = SmartSerialPort.FRAMEDATAREADSTATUS.EMPTY;
+
+ try
+ {
+ receiveDataState = this.smartSerialPortLink.ReadQueue(out readByte);
+ strTemp = Encoding.Default.GetString(readByte, 0, readByte.Length);
+ }
+ catch
+ {
+ return;
+ }
+
+ if ((receiveDataState == SmartSerialPort.FRAMEDATAREADSTATUS.EMPTY) || (receiveDataState == SmartSerialPort.FRAMEDATAREADSTATUS.FAILDATA))
+ {
+ return;
+ }
+
+ try
+ {
+ switch (strTemp[0])
+ {
+ case 'C':
+ if ((ret = this.ReceiveCommandC(strTemp)) != 0)
+ return;
+ break;
+ case 'P':
+ if ((ret = this.ReceiveCommandP(strTemp)) != 0)
+ return;
+ break;
+ case 'S':
+ if ((ret = this.ReceiveCommandS(strTemp)) != 0)
+ return;
+ break;
+ default:
+ break;
+ }
+ }
+ catch
+ {
+ }
+ }
+
+ private int ReceiveCommandC(string strTemp)
+ {
+ int ret = 0;
+ string cmd = "", data = "";
+
+ if (this.ChksumCheck(strTemp) == false)
+ {
+ // 로그
+ if (this.IsCommunicationLogOpen == true)
+ this.smartFileCommunicationLog.StringType.Write(string.Format("Receive ({0:yyyy-MM-dd HH:mm:ss}): {1} : Receive Command Data CHKSUM Error", DateTime.Now, strTemp));
+ return ret = -1;
+ }
+
+ // 로그
+ if (this.IsCommunicationLogOpen == true)
+ this.smartFileCommunicationLog.StringType.Write(string.Format("Receive ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, strTemp));
+
+ cmd = strTemp.Substring(0, 3);
+
+ switch (cmd)
+ {
+ case "CI0":
+ this.EquipmentStatus = Define.E_EquipmentStatus.Stop;
+ this.ChildFormMainDisplay.UpdateEquipmentStatusDisplay(this.EquipmentStatus);
+
+ this.TransferSystemParameter();
+ break;
+ case "CBS":
+ this.EquipmentStatus = DataStore.Define.E_EquipmentStatus.Start;
+
+ this.ChildFormMainDisplay.UpdateEquipmentStatusDisplay(this.EquipmentStatus);
+ break;
+ case "CBT":
+ this.EquipmentStatus = Define.E_EquipmentStatus.Stop;
+
+ this.ChildFormMainDisplay.UpdateEquipmentStatusDisplay(this.EquipmentStatus);
+ break;
+ default:
+ break;
+ }
+
+ return ret;
+ }
+ private int ReceiveCommandP(string strTemp)
+ {
+ int ret = 0;
+ string cmd = "", address = "", lane = "", receiveData = "";
+
+ // SIZE 확인
+ if (this.SizeCheck("P", strTemp) == false)
+ {
+ // 로그
+ if (this.IsCommunicationLogOpen == true)
+ this.smartFileCommunicationLog.StringType.Write(string.Format("Receive ({0:yyyy-MM-dd HH:mm:ss}): {1} : Receive Stream Data SIZE Error", DateTime.Now, strTemp));
+ return ret = -1;
+ }
+ // CHKSUM 확인
+ if (this.ChksumCheck(strTemp) == false)
+ {
+ // 로그
+ if (this.IsCommunicationLogOpen == true)
+ this.smartFileCommunicationLog.StringType.Write(string.Format("Receive ({0:yyyy-MM-dd HH:mm:ss}): {1} : Receive Stream Data CHKSUM Error", DateTime.Now, strTemp));
+ return ret = -1;
+ }
+
+ // 로그
+ if (this.IsCommunicationLogOpen == true)
+ this.smartFileCommunicationLog.StringType.Write(string.Format("Receive ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, strTemp));
+
+ cmd = strTemp.Substring(0, 3);
+ lane = strTemp.Substring(5, 1);
+ address = strTemp.Substring(10, 4);
+ receiveData = strTemp.Substring(14, strTemp.Length - 16);
+
+ switch (cmd)
+ {
+ case "PR0":
+ if ((ret = this.ReceiveCommandPR0(lane, address, receiveData)) != 0)
+ return ret = -1;
+ break;
+ case "PW0":
+ if ((ret = this.ReceiveCommandPW0(lane, address, receiveData)) != 0)
+ return ret = -1;
+ break;
+ default:
+ break;
+ }
+
+ return ret;
+ }
+ private int ReceiveCommandS(string strTemp)
+ {
+ int ret = 0;
+ string cmd = "", lane = "", receiveData = "";
+
+ // SIZE 확인
+ if (this.SizeCheck("S", strTemp) == false)
+ {
+ // 로그
+ if (this.IsCommunicationLogOpen == true)
+ this.smartFileCommunicationLog.StringType.Write(string.Format("Receive ({0:yyyy-MM-dd HH:mm:ss}): {1} : Receive Stream Data SIZE Error", DateTime.Now, strTemp));
+ return ret = -1;
+ }
+ // CHKSUM 확인
+ if (this.ChksumCheck(strTemp) == false)
+ {
+ // 로그
+ if (this.IsCommunicationLogOpen == true)
+ this.smartFileCommunicationLog.StringType.Write(string.Format("Receive ({0:yyyy-MM-dd HH:mm:ss}): {1} : Receive Stream Data CHKSUM Error", DateTime.Now, strTemp));
+ return ret = -1;
+ }
+
+ // 로그
+ if (this.IsCommunicationLogOpen == true)
+ this.smartFileCommunicationLog.StringType.Write(string.Format("Receive ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, strTemp));
+
+ cmd = strTemp.Substring(0, 3);
+ lane = strTemp.Substring(5, 1);
+ receiveData = strTemp.Substring(10, strTemp.Length - 12);
+
+ switch (cmd)
+ {
+ case "SN0":
+ if ((ret = this.ReceiveCommandSN0(lane, receiveData)) != 0)
+ return ret;
+ break;
+ case "SR0":
+ if ((ret = this.ReceiveCommandSR0(lane, receiveData)) != 0)
+ return ret;
+ break;
+ case "ST0":
+ if ((ret = this.ReceiveCommandST0(lane, receiveData)) != 0)
+ return ret;
+ break;
+ case "SA0":
+ if ((ret = this.ReceiveCommandSA0(lane, receiveData)) != 0)
+ return ret;
+ break;
+ default:
+ break;
+ }
+
+ return ret;
+ }
+
+ // 파라미터 읽기 응답
+ private int ReceiveCommandPR0(string lane, string address, string receiveData)
+ {
+ int ret = 0, iValue = 0;
+
+ try
+ {
+ switch (address)
+ {
+ default:
+ break;
+ }
+ }
+ catch
+ {
+ ret = -1;
+ }
+
+ return ret;
+ }
+ // 파라미터 쓰기 응답
+ private int ReceiveCommandPW0(string lane, string address, string receiveData)
+ {
+ int ret = 0;
+ DataStore.Define.E_ResponseData response = DataStore.Define.E_ResponseData.NAK;
+
+ try
+ {
+ switch (address)
+ {
+ case "9039":
+ break;
+ default:
+ break;
+ }
+ }
+ catch
+ {
+ ret = -1;
+ }
+
+ return ret;
+ }
+
+ // 노멀 데이터
+ private int ReceiveCommandSN0(string lane, string receiveData)
+ {
+ int ret = 0;
+
+ try
+ {
+ switch (lane)
+ {
+ case "Z":
+ #region Value Assign
+ for (int i = 0; i < 10; i++)
+ {
+ this.CollectionLeakDatas[i].ProgressStatus = Helper.StringToProgressStatus(receiveData.Substring(i * 22, 2));
+ this.CollectionLeakDatas[i].CurrentValueSign = receiveData.Substring(i * 22 + 2, 1);
+ this.CollectionLeakDatas[i].CurrentValue = int.Parse(receiveData.Substring(i * 22 + 3, 5)).ToString();
+ this.CollectionLeakDatas[i].MaxValueSign = receiveData.Substring(i * 22 + 8, 1);
+ this.CollectionLeakDatas[i].MaxValue = int.Parse(receiveData.Substring(i * 22 + 9, 5)).ToString();
+ this.CollectionLeakDatas[i].StDev = receiveData.Substring(i * 22 + 14, 8);
+ }
+ #endregion
+ this.ChildFormMainDisplay.UpdateNomalLeakDataDisplay(this.CollectionLeakDatas);
+ break;
+ default:
+ break;
+ }
+ }
+ catch
+ {
+ ret = -1;
+ }
+
+ return ret;
+ }
+ // 판정 데이터
+ private int ReceiveCommandSR0(string lane, string receiveData)
+ {
+ int ret = 0;
+
+ try
+ {
+ switch (lane)
+ {
+ case "A":
+ #region Value Assign
+ this.CollectionLeakDatas[0].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2));
+ this.CollectionLeakDatas[0].ResultSD = receiveData.Substring(2, 8).Trim();
+ #endregion
+ this.ChildFormMainDisplay.UpdateStartLeakData1Display(this.CollectionLeakDatas[0]);
+ break;
+ case "B":
+ #region Value Assign
+ this.CollectionLeakDatas[1].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2));
+ this.CollectionLeakDatas[1].ResultSD = receiveData.Substring(2, 8).Trim();
+ #endregion
+ this.ChildFormMainDisplay.UpdateStartLeakData2Display(this.CollectionLeakDatas[1]);
+ break;
+ case "C":
+ #region Value Assign
+ this.CollectionLeakDatas[2].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2));
+ this.CollectionLeakDatas[2].ResultSD = receiveData.Substring(2, 8).Trim();
+ #endregion
+ this.ChildFormMainDisplay.UpdateStartLeakData3Display(this.CollectionLeakDatas[2]);
+ break;
+ case "D":
+ #region Value Assign
+ this.CollectionLeakDatas[3].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2));
+ this.CollectionLeakDatas[3].ResultSD = receiveData.Substring(2, 8).Trim();
+ #endregion
+ this.ChildFormMainDisplay.UpdateStartLeakData4Display(this.CollectionLeakDatas[3]);
+ break;
+ case "E":
+ #region Value Assign
+ this.CollectionLeakDatas[4].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2));
+ this.CollectionLeakDatas[4].ResultSD = receiveData.Substring(2, 8).Trim();
+ #endregion
+ this.ChildFormMainDisplay.UpdateStartLeakData5Display(this.CollectionLeakDatas[4]);
+ break;
+ case "F":
+ #region Value Assign
+ this.CollectionLeakDatas[5].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2));
+ this.CollectionLeakDatas[5].ResultSD = receiveData.Substring(2, 8).Trim();
+ #endregion
+ this.ChildFormMainDisplay.UpdateStartLeakData6Display(this.CollectionLeakDatas[5]);
+ break;
+ case "G":
+ #region Value Assign
+ this.CollectionLeakDatas[6].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2));
+ this.CollectionLeakDatas[6].ResultSD = receiveData.Substring(2, 8).Trim();
+ #endregion
+ this.ChildFormMainDisplay.UpdateStartLeakData7Display(this.CollectionLeakDatas[6]);
+ break;
+ case "H":
+ #region Value Assign
+ this.CollectionLeakDatas[7].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2));
+ this.CollectionLeakDatas[7].ResultSD = receiveData.Substring(2, 8).Trim();
+ #endregion
+ this.ChildFormMainDisplay.UpdateStartLeakData8Display(this.CollectionLeakDatas[7]);
+ break;
+ case "I":
+ #region Value Assign
+ this.CollectionLeakDatas[8].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2));
+ this.CollectionLeakDatas[8].ResultSD = receiveData.Substring(2, 8).Trim();
+ #endregion
+ this.ChildFormMainDisplay.UpdateStartLeakData9Display(this.CollectionLeakDatas[8]);
+ break;
+ case "J":
+ #region Value Assign
+ this.CollectionLeakDatas[9].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(0, 2));
+ this.CollectionLeakDatas[9].ResultSD = receiveData.Substring(2, 8).Trim();
+ #endregion
+ this.ChildFormMainDisplay.UpdateStartLeakData10Display(this.CollectionLeakDatas[9]);
+ break;
+ case "Z":
+ #region Value Assign
+ for (int i = 0; i < 10; i++)
+ {
+ this.CollectionLeakDatas[i].JudgmentStatus = Helper.StringToJudgmentStatus(receiveData.Substring(i * 10, 2));
+ this.CollectionLeakDatas[i].ResultSD = receiveData.Substring(i * 10 + 2, 8).Trim();
+ }
+ #endregion
+ this.ChildFormMainDisplay.UpdateStartLeakDataDisplay(this.CollectionLeakDatas);
+ break;
+ default:
+ break;
+ }
+ }
+ catch
+ {
+ ret = -1;
+ }
+
+ return ret;
+ }
+ // IO테스트-IN
+ private int ReceiveCommandST0(string lane, string receiveData)
+ {
+ int ret = 0;
+
+ switch (lane)
+ {
+ case "0":
+ #region Value Assign
+ //for (int i = 0; i < 15; i++)
+ // this.CollectionIOTest_InputData[i] = receiveData.Substring(i, 1);
+ #endregion
+ //if (this.SystemConfig.CurrentForm == DataStore.FormStore.FormIOTest)
+ // this.ChildFormIOTest.UpdateInputRead(this.CollectionIOTest_InputData);
+ break;
+ default:
+ break;
+ }
+
+ return ret;
+ }
+ // 알람
+ private int ReceiveCommandSA0(string lane, string receiveData)
+ {
+ int ret = 0;
+
+ switch (lane)
+ {
+ case "0":
+ #region Value Assign
+ //this.CurrentAlarmList.SetAlarm(receiveData.Substring(0, 8));
+ #endregion
+
+ //this.ChildFormMainDisplay.UpdateDisplayAlarmView(this.CurrentAlarmList);
+ break;
+ default:
+ break;
+ }
+
+ return ret;
+ }
+ #endregion
+
+ #endregion
+
+ #region Override Member
+ protected override void OnLoad(EventArgs e)
+ {
+ base.OnLoad(e);
+
+ // 변수 초기 셋팅
+ this.DefaultSetting();
+ // SystemConfiguration 파일 읽기
+ this.LoadSystemConfigurationFile();
+
+ // Form 생성
+ this.CreateForm();
+
+ // 통신 OPEN
+ this.OpenSmartUartLink();
+
+ this.smartForm1.Show(1);
+
+ // 초기 파라미터 전송
+ this.TransferSystemParameter();
+
+ // 화면 시계 표시 타이머
+ this.timer.Enabled = true;
+ }
+ #endregion
+
+ #region Event Handler
+ private void smartSerialPortLink_OnReadQueueEvent()
+ {
+ this.ReceiveData();
+
+ // 통신 확인
+ if (this.CommunicationCheckCount / 3 == 1)
+ {
+ if (this.ChildFormMainDisplay != null)
+ this.ChildFormMainDisplay.labelCommunicationStatus.Visible = true;
+
+ this.CommunicationCheckCount = 0;
+ }
+ else
+ {
+ if (this.ChildFormMainDisplay != null)
+ this.ChildFormMainDisplay.labelCommunicationStatus.Visible = false;
+
+ this.CommunicationCheckCount += 1;
+ }
+ }
+
+ private void smartButton1_Click(object sender, EventArgs e)
+ {
+ this.smartForm1.Show(2);
+ }
+ private void smartButton2_Click(object sender, EventArgs e)
+ {
+ this.smartForm1.Show(1);
+ }
+
+ private void timer_Tick(object sender, EventArgs e)
+ {
+ this.ChildFormMainDisplay.UpdateDisplayTime();
+ this.ChildFormConfig.UpdateDisplayTime();
+ }
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/INT_PT002/Forms/FormMain.resx b/INT_PT002/Forms/FormMain.resx
new file mode 100644
index 0000000..8808fd1
--- /dev/null
+++ b/INT_PT002/Forms/FormMain.resx
@@ -0,0 +1,233 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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
+
+
+
+
+ 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
+ AAAASUVORK5CYII=
+
+
+
+ 17, 17
+
+
+ 153, 17
+
+
+ 268, 17
+
+
+ 479, 17
+
+
+ WEBPAD
+
+
+ False
+
+
+ 44
+
+
\ No newline at end of file
diff --git a/INT_PT002/Forms/FormMainDisplay.Designer.cs b/INT_PT002/Forms/FormMainDisplay.Designer.cs
new file mode 100644
index 0000000..2e0485f
--- /dev/null
+++ b/INT_PT002/Forms/FormMainDisplay.Designer.cs
@@ -0,0 +1,3542 @@
+namespace INT_PT002.Forms
+{
+ partial class FormMainDisplay
+ {
+ ///
+ /// 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(FormMainDisplay));
+ this.smartForm1 = new SmartX.SmartForm();
+ this.smartLabel111 = new SmartX.SmartLabel();
+ this.smartLabel110 = new SmartX.SmartLabel();
+ this.smartLabel109 = new SmartX.SmartLabel();
+ this.smartLabel108 = new SmartX.SmartLabel();
+ this.smartLabel107 = new SmartX.SmartLabel();
+ this.smartLabel106 = new SmartX.SmartLabel();
+ this.smartLabel105 = new SmartX.SmartLabel();
+ this.smartLabel104 = new SmartX.SmartLabel();
+ this.smartGroupBox2 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine6 = new SmartX.SmartSeparatorLine();
+ this.smartLabel53 = new SmartX.SmartLabel();
+ this.smartLabel54 = new SmartX.SmartLabel();
+ this.smartLabel55 = new SmartX.SmartLabel();
+ this.smartLabel56 = new SmartX.SmartLabel();
+ this.smartLabel57 = new SmartX.SmartLabel();
+ this.smartLabel58 = new SmartX.SmartLabel();
+ this.smartLabel59 = new SmartX.SmartLabel();
+ this.smartLabel60 = new SmartX.SmartLabel();
+ this.smartLabel62 = new SmartX.SmartLabel();
+ this.smartDraw6 = new SmartX.SmartDraw();
+ this.smartGroupBox7 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine7 = new SmartX.SmartSeparatorLine();
+ this.smartLabel63 = new SmartX.SmartLabel();
+ this.smartLabel64 = new SmartX.SmartLabel();
+ this.smartLabel65 = new SmartX.SmartLabel();
+ this.smartLabel66 = new SmartX.SmartLabel();
+ this.smartLabel67 = new SmartX.SmartLabel();
+ this.smartLabel68 = new SmartX.SmartLabel();
+ this.smartLabel69 = new SmartX.SmartLabel();
+ this.smartLabel70 = new SmartX.SmartLabel();
+ this.smartLabel71 = new SmartX.SmartLabel();
+ this.smartLabel72 = new SmartX.SmartLabel();
+ this.smartDraw7 = new SmartX.SmartDraw();
+ this.smartGroupBox8 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine8 = new SmartX.SmartSeparatorLine();
+ this.smartLabel73 = new SmartX.SmartLabel();
+ this.smartLabel74 = new SmartX.SmartLabel();
+ this.smartLabel75 = new SmartX.SmartLabel();
+ this.smartLabel76 = new SmartX.SmartLabel();
+ this.smartLabel77 = new SmartX.SmartLabel();
+ this.smartLabel78 = new SmartX.SmartLabel();
+ this.smartLabel79 = new SmartX.SmartLabel();
+ this.smartLabel80 = new SmartX.SmartLabel();
+ this.smartLabel81 = new SmartX.SmartLabel();
+ this.smartLabel82 = new SmartX.SmartLabel();
+ this.smartDraw8 = new SmartX.SmartDraw();
+ this.smartGroupBox9 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine9 = new SmartX.SmartSeparatorLine();
+ this.smartLabel83 = new SmartX.SmartLabel();
+ this.smartLabel84 = new SmartX.SmartLabel();
+ this.smartLabel85 = new SmartX.SmartLabel();
+ this.smartLabel86 = new SmartX.SmartLabel();
+ this.smartLabel87 = new SmartX.SmartLabel();
+ this.smartLabel88 = new SmartX.SmartLabel();
+ this.smartLabel89 = new SmartX.SmartLabel();
+ this.smartLabel90 = new SmartX.SmartLabel();
+ this.smartLabel91 = new SmartX.SmartLabel();
+ this.smartLabel92 = new SmartX.SmartLabel();
+ this.smartDraw9 = new SmartX.SmartDraw();
+ this.smartGroupBox10 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine10 = new SmartX.SmartSeparatorLine();
+ this.smartLabel93 = new SmartX.SmartLabel();
+ this.smartLabel94 = new SmartX.SmartLabel();
+ this.smartLabel95 = new SmartX.SmartLabel();
+ this.smartLabel96 = new SmartX.SmartLabel();
+ this.smartLabel97 = new SmartX.SmartLabel();
+ this.smartLabel98 = new SmartX.SmartLabel();
+ this.smartLabel99 = new SmartX.SmartLabel();
+ this.smartLabel100 = new SmartX.SmartLabel();
+ this.smartLabel101 = new SmartX.SmartLabel();
+ this.smartLabel102 = new SmartX.SmartLabel();
+ this.smartDraw10 = new SmartX.SmartDraw();
+ this.smartGroupBox6 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine5 = new SmartX.SmartSeparatorLine();
+ this.smartLabel43 = new SmartX.SmartLabel();
+ this.smartLabel44 = new SmartX.SmartLabel();
+ this.smartLabel45 = new SmartX.SmartLabel();
+ this.smartLabel46 = new SmartX.SmartLabel();
+ this.smartLabel47 = new SmartX.SmartLabel();
+ this.smartLabel48 = new SmartX.SmartLabel();
+ this.smartLabel49 = new SmartX.SmartLabel();
+ this.smartLabel50 = new SmartX.SmartLabel();
+ this.smartLabel51 = new SmartX.SmartLabel();
+ this.smartLabel52 = new SmartX.SmartLabel();
+ this.smartDraw5 = new SmartX.SmartDraw();
+ this.smartGroupBox5 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine4 = new SmartX.SmartSeparatorLine();
+ this.smartLabel33 = new SmartX.SmartLabel();
+ this.smartLabel34 = new SmartX.SmartLabel();
+ this.smartLabel35 = new SmartX.SmartLabel();
+ this.smartLabel36 = new SmartX.SmartLabel();
+ this.smartLabel37 = new SmartX.SmartLabel();
+ this.smartLabel38 = new SmartX.SmartLabel();
+ this.smartLabel39 = new SmartX.SmartLabel();
+ this.smartLabel40 = new SmartX.SmartLabel();
+ this.smartLabel41 = new SmartX.SmartLabel();
+ this.smartLabel42 = new SmartX.SmartLabel();
+ this.smartDraw4 = new SmartX.SmartDraw();
+ this.smartGroupBox4 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine3 = new SmartX.SmartSeparatorLine();
+ this.smartLabel23 = new SmartX.SmartLabel();
+ this.smartLabel24 = new SmartX.SmartLabel();
+ this.smartLabel25 = new SmartX.SmartLabel();
+ this.smartLabel26 = new SmartX.SmartLabel();
+ this.smartLabel27 = new SmartX.SmartLabel();
+ this.smartLabel28 = new SmartX.SmartLabel();
+ this.smartLabel29 = new SmartX.SmartLabel();
+ this.smartLabel30 = new SmartX.SmartLabel();
+ this.smartLabel31 = new SmartX.SmartLabel();
+ this.smartLabel32 = new SmartX.SmartLabel();
+ this.smartDraw3 = new SmartX.SmartDraw();
+ this.smartGroupBox3 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine2 = new SmartX.SmartSeparatorLine();
+ this.smartLabel13 = new SmartX.SmartLabel();
+ this.smartLabel14 = new SmartX.SmartLabel();
+ this.smartLabel15 = new SmartX.SmartLabel();
+ this.smartLabel16 = new SmartX.SmartLabel();
+ this.smartLabel17 = new SmartX.SmartLabel();
+ this.smartLabel18 = new SmartX.SmartLabel();
+ this.smartLabel19 = new SmartX.SmartLabel();
+ this.smartLabel20 = new SmartX.SmartLabel();
+ this.smartLabel21 = new SmartX.SmartLabel();
+ this.smartLabel22 = new SmartX.SmartLabel();
+ this.smartDraw2 = new SmartX.SmartDraw();
+ this.smartGroupBox1 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
+ this.smartLabel9 = new SmartX.SmartLabel();
+ this.smartLabel10 = new SmartX.SmartLabel();
+ this.smartLabel11 = new SmartX.SmartLabel();
+ this.smartLabel12 = new SmartX.SmartLabel();
+ this.smartLabel7 = new SmartX.SmartLabel();
+ this.smartLabel8 = new SmartX.SmartLabel();
+ this.smartLabel5 = new SmartX.SmartLabel();
+ this.smartLabel6 = new SmartX.SmartLabel();
+ this.smartLabel61 = new SmartX.SmartLabel();
+ this.smartLabel4 = new SmartX.SmartLabel();
+ this.smartLabel3 = new SmartX.SmartLabel();
+ this.smartDraw1 = new SmartX.SmartDraw();
+ this.smartForm1.SuspendLayout();
+ this.smartGroupBox2.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw6)).BeginInit();
+ this.smartGroupBox7.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw7)).BeginInit();
+ this.smartGroupBox8.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw8)).BeginInit();
+ this.smartGroupBox9.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw9)).BeginInit();
+ this.smartGroupBox10.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw10)).BeginInit();
+ this.smartGroupBox6.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw5)).BeginInit();
+ this.smartGroupBox5.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw4)).BeginInit();
+ this.smartGroupBox4.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw3)).BeginInit();
+ this.smartGroupBox3.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw2)).BeginInit();
+ this.smartGroupBox1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw1)).BeginInit();
+ 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.smartLabel111);
+ this.smartForm1.Controls.Add(this.smartLabel110);
+ this.smartForm1.Controls.Add(this.smartLabel109);
+ this.smartForm1.Controls.Add(this.smartLabel108);
+ this.smartForm1.Controls.Add(this.smartLabel107);
+ this.smartForm1.Controls.Add(this.smartLabel106);
+ this.smartForm1.Controls.Add(this.smartLabel105);
+ this.smartForm1.Controls.Add(this.smartLabel104);
+ this.smartForm1.Controls.Add(this.smartGroupBox2);
+ this.smartForm1.Controls.Add(this.smartGroupBox7);
+ this.smartForm1.Controls.Add(this.smartGroupBox8);
+ this.smartForm1.Controls.Add(this.smartGroupBox9);
+ this.smartForm1.Controls.Add(this.smartGroupBox10);
+ this.smartForm1.Controls.Add(this.smartGroupBox6);
+ this.smartForm1.Controls.Add(this.smartGroupBox5);
+ this.smartForm1.Controls.Add(this.smartGroupBox4);
+ this.smartForm1.Controls.Add(this.smartGroupBox3);
+ this.smartForm1.Controls.Add(this.smartGroupBox1);
+ 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.CUSTOMIZING;
+ 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, 618);
+ this.smartForm1.SpecialFunctionClickPointSize = 100;
+ this.smartForm1.UseMainMenu = false;
+ //
+ // smartLabel111
+ //
+ this.smartLabel111.BackGround = null;
+ this.smartLabel111.BackGroundColor = System.Drawing.Color.Azure;
+ this.smartLabel111.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel111.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel111.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel111.LineSpacing = 0F;
+ this.smartLabel111.Location = new System.Drawing.Point(887, 5);
+ this.smartLabel111.Name = "smartLabel111";
+ this.smartLabel111.OverlapOptimize = true;
+ this.smartLabel111.PasswordChar = '\0';
+ this.smartLabel111.Radius = 3;
+ this.smartLabel111.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel111.Size = new System.Drawing.Size(120, 30);
+ this.smartLabel111.TabIndex = 36;
+ this.smartLabel111.Text = "배출";
+ this.smartLabel111.TextColor = System.Drawing.Color.Black;
+ this.smartLabel111.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel111.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel111.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel111.Wordwrap = false;
+ //
+ // smartLabel110
+ //
+ this.smartLabel110.BackGround = null;
+ this.smartLabel110.BackGroundColor = System.Drawing.Color.Azure;
+ this.smartLabel110.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel110.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel110.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel110.LineSpacing = 0F;
+ this.smartLabel110.Location = new System.Drawing.Point(761, 5);
+ this.smartLabel110.Name = "smartLabel110";
+ this.smartLabel110.OverlapOptimize = true;
+ this.smartLabel110.PasswordChar = '\0';
+ this.smartLabel110.Radius = 3;
+ this.smartLabel110.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel110.Size = new System.Drawing.Size(120, 30);
+ this.smartLabel110.TabIndex = 35;
+ this.smartLabel110.Text = "챔버분리";
+ this.smartLabel110.TextColor = System.Drawing.Color.Black;
+ this.smartLabel110.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel110.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel110.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel110.Wordwrap = false;
+ //
+ // smartLabel109
+ //
+ this.smartLabel109.BackGround = null;
+ this.smartLabel109.BackGroundColor = System.Drawing.Color.Azure;
+ this.smartLabel109.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel109.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel109.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel109.LineSpacing = 0F;
+ this.smartLabel109.Location = new System.Drawing.Point(635, 5);
+ this.smartLabel109.Name = "smartLabel109";
+ this.smartLabel109.OverlapOptimize = true;
+ this.smartLabel109.PasswordChar = '\0';
+ this.smartLabel109.Radius = 3;
+ this.smartLabel109.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel109.Size = new System.Drawing.Size(120, 30);
+ this.smartLabel109.TabIndex = 34;
+ this.smartLabel109.Text = "진공파기";
+ this.smartLabel109.TextColor = System.Drawing.Color.Black;
+ this.smartLabel109.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel109.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel109.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel109.Wordwrap = false;
+ //
+ // smartLabel108
+ //
+ this.smartLabel108.BackGround = null;
+ this.smartLabel108.BackGroundColor = System.Drawing.Color.Azure;
+ this.smartLabel108.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel108.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel108.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel108.LineSpacing = 0F;
+ this.smartLabel108.Location = new System.Drawing.Point(509, 5);
+ this.smartLabel108.Name = "smartLabel108";
+ this.smartLabel108.OverlapOptimize = true;
+ this.smartLabel108.PasswordChar = '\0';
+ this.smartLabel108.Radius = 3;
+ this.smartLabel108.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel108.Size = new System.Drawing.Size(120, 30);
+ this.smartLabel108.TabIndex = 33;
+ this.smartLabel108.Text = "진공유지";
+ this.smartLabel108.TextColor = System.Drawing.Color.Black;
+ this.smartLabel108.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel108.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel108.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel108.Wordwrap = false;
+ //
+ // smartLabel107
+ //
+ this.smartLabel107.BackGround = null;
+ this.smartLabel107.BackGroundColor = System.Drawing.Color.Azure;
+ this.smartLabel107.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel107.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel107.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel107.LineSpacing = 0F;
+ this.smartLabel107.Location = new System.Drawing.Point(383, 5);
+ this.smartLabel107.Name = "smartLabel107";
+ this.smartLabel107.OverlapOptimize = true;
+ this.smartLabel107.PasswordChar = '\0';
+ this.smartLabel107.Radius = 3;
+ this.smartLabel107.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel107.Size = new System.Drawing.Size(120, 30);
+ this.smartLabel107.TabIndex = 32;
+ this.smartLabel107.Text = "진공시작";
+ this.smartLabel107.TextColor = System.Drawing.Color.Black;
+ this.smartLabel107.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel107.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel107.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel107.Wordwrap = false;
+ //
+ // smartLabel106
+ //
+ this.smartLabel106.BackGround = null;
+ this.smartLabel106.BackGroundColor = System.Drawing.Color.Pink;
+ this.smartLabel106.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel106.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel106.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel106.LineSpacing = 0F;
+ this.smartLabel106.Location = new System.Drawing.Point(257, 5);
+ this.smartLabel106.Name = "smartLabel106";
+ this.smartLabel106.OverlapOptimize = true;
+ this.smartLabel106.PasswordChar = '\0';
+ this.smartLabel106.Radius = 3;
+ this.smartLabel106.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel106.Size = new System.Drawing.Size(120, 30);
+ this.smartLabel106.TabIndex = 32;
+ this.smartLabel106.Text = "챔버결합";
+ this.smartLabel106.TextColor = System.Drawing.Color.Black;
+ this.smartLabel106.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel106.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel106.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel106.Wordwrap = false;
+ //
+ // smartLabel105
+ //
+ this.smartLabel105.BackGround = null;
+ this.smartLabel105.BackGroundColor = System.Drawing.Color.Azure;
+ this.smartLabel105.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel105.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel105.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel105.LineSpacing = 0F;
+ this.smartLabel105.Location = new System.Drawing.Point(131, 5);
+ this.smartLabel105.Name = "smartLabel105";
+ this.smartLabel105.OverlapOptimize = true;
+ this.smartLabel105.PasswordChar = '\0';
+ this.smartLabel105.Radius = 3;
+ this.smartLabel105.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel105.Size = new System.Drawing.Size(120, 30);
+ this.smartLabel105.TabIndex = 31;
+ this.smartLabel105.Text = "제품진입";
+ this.smartLabel105.TextColor = System.Drawing.Color.Black;
+ this.smartLabel105.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel105.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel105.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel105.Wordwrap = false;
+ //
+ // smartLabel104
+ //
+ this.smartLabel104.BackGround = null;
+ this.smartLabel104.BackGroundColor = System.Drawing.Color.Azure;
+ this.smartLabel104.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel104.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel104.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel104.LineSpacing = 0F;
+ this.smartLabel104.Location = new System.Drawing.Point(5, 5);
+ this.smartLabel104.Name = "smartLabel104";
+ this.smartLabel104.OverlapOptimize = true;
+ this.smartLabel104.PasswordChar = '\0';
+ this.smartLabel104.Radius = 3;
+ this.smartLabel104.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel104.Size = new System.Drawing.Size(120, 30);
+ this.smartLabel104.TabIndex = 30;
+ this.smartLabel104.Text = "초기상태";
+ this.smartLabel104.TextColor = System.Drawing.Color.Black;
+ this.smartLabel104.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel104.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel104.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel104.Wordwrap = 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.smartSeparatorLine6);
+ this.smartGroupBox2.Controls.Add(this.smartLabel53);
+ this.smartGroupBox2.Controls.Add(this.smartLabel54);
+ this.smartGroupBox2.Controls.Add(this.smartLabel55);
+ this.smartGroupBox2.Controls.Add(this.smartLabel56);
+ this.smartGroupBox2.Controls.Add(this.smartLabel57);
+ this.smartGroupBox2.Controls.Add(this.smartLabel58);
+ this.smartGroupBox2.Controls.Add(this.smartLabel59);
+ this.smartGroupBox2.Controls.Add(this.smartLabel60);
+ this.smartGroupBox2.Controls.Add(this.smartLabel62);
+ this.smartGroupBox2.Controls.Add(this.smartDraw6);
+ 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(821, 327);
+ this.smartGroupBox2.Name = "smartGroupBox2";
+ this.smartGroupBox2.RoundRadius = 5;
+ this.smartGroupBox2.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox2.TabIndex = 28;
+ this.smartGroupBox2.Text = "Lane 10";
+ this.smartGroupBox2.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine6
+ //
+ this.smartSeparatorLine6.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine6.Line1Width = 1F;
+ this.smartSeparatorLine6.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine6.Line2Width = 1F;
+ this.smartSeparatorLine6.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine6.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine6.Name = "smartSeparatorLine6";
+ this.smartSeparatorLine6.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine6.TabIndex = 21;
+ this.smartSeparatorLine6.Text = "smartSeparatorLine6";
+ //
+ // smartLabel53
+ //
+ this.smartLabel53.BackGround = null;
+ this.smartLabel53.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel53.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel53.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel53.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel53.LineSpacing = 0F;
+ this.smartLabel53.Location = new System.Drawing.Point(89, 254);
+ this.smartLabel53.Name = "smartLabel53";
+ this.smartLabel53.OverlapOptimize = true;
+ this.smartLabel53.PasswordChar = '\0';
+ this.smartLabel53.Radius = 3;
+ this.smartLabel53.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel53.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel53.TabIndex = 20;
+ this.smartLabel53.Text = "1.234567";
+ this.smartLabel53.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel53.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel53.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel53.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel53.Wordwrap = false;
+ //
+ // smartLabel54
+ //
+ this.smartLabel54.BackGround = this.smartGroupBox2;
+ this.smartLabel54.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel54.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel54.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel54.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel54.LineSpacing = 0F;
+ this.smartLabel54.Location = new System.Drawing.Point(3, 254);
+ this.smartLabel54.Name = "smartLabel54";
+ this.smartLabel54.OverlapOptimize = true;
+ this.smartLabel54.PasswordChar = '\0';
+ this.smartLabel54.Radius = 3;
+ this.smartLabel54.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel54.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel54.TabIndex = 19;
+ this.smartLabel54.Text = "StDev";
+ this.smartLabel54.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel54.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel54.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel54.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel54.Wordwrap = false;
+ //
+ // smartLabel55
+ //
+ this.smartLabel55.BackGround = null;
+ this.smartLabel55.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel55.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel55.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel55.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel55.LineSpacing = 0F;
+ this.smartLabel55.Location = new System.Drawing.Point(89, 232);
+ this.smartLabel55.Name = "smartLabel55";
+ this.smartLabel55.OverlapOptimize = true;
+ this.smartLabel55.PasswordChar = '\0';
+ this.smartLabel55.Radius = 3;
+ this.smartLabel55.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel55.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel55.TabIndex = 18;
+ this.smartLabel55.Text = "OK";
+ this.smartLabel55.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel55.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel55.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel55.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel55.Wordwrap = false;
+ //
+ // smartLabel56
+ //
+ this.smartLabel56.BackGround = this.smartGroupBox2;
+ this.smartLabel56.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel56.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel56.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel56.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel56.LineSpacing = 0F;
+ this.smartLabel56.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel56.Name = "smartLabel56";
+ this.smartLabel56.OverlapOptimize = true;
+ this.smartLabel56.PasswordChar = '\0';
+ this.smartLabel56.Radius = 3;
+ this.smartLabel56.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel56.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel56.TabIndex = 17;
+ this.smartLabel56.Text = "Result";
+ this.smartLabel56.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel56.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel56.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel56.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel56.Wordwrap = false;
+ //
+ // smartLabel57
+ //
+ this.smartLabel57.BackGround = null;
+ this.smartLabel57.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel57.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel57.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel57.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel57.LineSpacing = 0F;
+ this.smartLabel57.Location = new System.Drawing.Point(89, 198);
+ this.smartLabel57.Name = "smartLabel57";
+ this.smartLabel57.OverlapOptimize = true;
+ this.smartLabel57.PasswordChar = '\0';
+ this.smartLabel57.Radius = 3;
+ this.smartLabel57.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel57.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel57.TabIndex = 16;
+ this.smartLabel57.Text = "1.234567";
+ this.smartLabel57.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel57.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel57.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel57.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel57.Wordwrap = false;
+ //
+ // smartLabel58
+ //
+ this.smartLabel58.BackGround = this.smartGroupBox2;
+ this.smartLabel58.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel58.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel58.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel58.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel58.LineSpacing = 0F;
+ this.smartLabel58.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel58.Name = "smartLabel58";
+ this.smartLabel58.OverlapOptimize = true;
+ this.smartLabel58.PasswordChar = '\0';
+ this.smartLabel58.Radius = 3;
+ this.smartLabel58.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel58.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel58.TabIndex = 15;
+ this.smartLabel58.Text = "StDev";
+ this.smartLabel58.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel58.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel58.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel58.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel58.Wordwrap = false;
+ //
+ // smartLabel59
+ //
+ this.smartLabel59.BackGround = null;
+ this.smartLabel59.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel59.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel59.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel59.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel59.LineSpacing = 0F;
+ this.smartLabel59.Location = new System.Drawing.Point(89, 176);
+ this.smartLabel59.Name = "smartLabel59";
+ this.smartLabel59.OverlapOptimize = true;
+ this.smartLabel59.PasswordChar = '\0';
+ this.smartLabel59.Radius = 3;
+ this.smartLabel59.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel59.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel59.TabIndex = 14;
+ this.smartLabel59.Text = "1.2345";
+ this.smartLabel59.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel59.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel59.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel59.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel59.Wordwrap = false;
+ //
+ // smartLabel60
+ //
+ this.smartLabel60.BackGround = this.smartGroupBox2;
+ this.smartLabel60.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel60.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel60.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel60.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel60.LineSpacing = 0F;
+ this.smartLabel60.Location = new System.Drawing.Point(3, 176);
+ this.smartLabel60.Name = "smartLabel60";
+ this.smartLabel60.OverlapOptimize = true;
+ this.smartLabel60.PasswordChar = '\0';
+ this.smartLabel60.Radius = 3;
+ this.smartLabel60.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel60.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel60.TabIndex = 13;
+ this.smartLabel60.Text = "Max";
+ this.smartLabel60.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel60.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel60.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel60.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel60.Wordwrap = false;
+ //
+ // smartLabel62
+ //
+ this.smartLabel62.BackGround = this.smartGroupBox2;
+ this.smartLabel62.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel62.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel62.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel62.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel62.LineSpacing = 0F;
+ this.smartLabel62.Location = new System.Drawing.Point(3, 154);
+ this.smartLabel62.Name = "smartLabel62";
+ this.smartLabel62.OverlapOptimize = true;
+ this.smartLabel62.PasswordChar = '\0';
+ this.smartLabel62.Radius = 3;
+ this.smartLabel62.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel62.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel62.TabIndex = 12;
+ this.smartLabel62.Text = "Current";
+ this.smartLabel62.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel62.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel62.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel62.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel62.Wordwrap = false;
+ //
+ // smartDraw6
+ //
+ this.smartDraw6.BackGround = null;
+ this.smartDraw6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw6.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw6.Chart.ChartChannelPenStyle = null;
+ this.smartDraw6.Chart.ChartDrawStep = 1;
+ this.smartDraw6.Chart.ChartHeight = 0;
+ this.smartDraw6.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw6.Chart.ChartWidth = 0;
+ this.smartDraw6.Chart.OriginX = 30;
+ this.smartDraw6.Chart.OriginY = 20;
+ this.smartDraw6.Chart.XIncrement = 1;
+ this.smartDraw6.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw6.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw6.Location = new System.Drawing.Point(3, 38);
+ this.smartDraw6.Name = "smartDraw6";
+ this.smartDraw6.OverlapOptimize = false;
+ this.smartDraw6.Size = new System.Drawing.Size(192, 110);
+ this.smartDraw6.TabIndex = 11;
+ this.smartDraw6.Text = "smartDraw6";
+ //
+ // smartGroupBox7
+ //
+ this.smartGroupBox7.BackGround = null;
+ this.smartGroupBox7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartGroupBox7.BackImage = null;
+ this.smartGroupBox7.Controls.Add(this.smartSeparatorLine7);
+ this.smartGroupBox7.Controls.Add(this.smartLabel63);
+ this.smartGroupBox7.Controls.Add(this.smartLabel64);
+ this.smartGroupBox7.Controls.Add(this.smartLabel65);
+ this.smartGroupBox7.Controls.Add(this.smartLabel66);
+ this.smartGroupBox7.Controls.Add(this.smartLabel67);
+ this.smartGroupBox7.Controls.Add(this.smartLabel68);
+ this.smartGroupBox7.Controls.Add(this.smartLabel69);
+ this.smartGroupBox7.Controls.Add(this.smartLabel70);
+ this.smartGroupBox7.Controls.Add(this.smartLabel71);
+ this.smartGroupBox7.Controls.Add(this.smartLabel72);
+ this.smartGroupBox7.Controls.Add(this.smartDraw7);
+ this.smartGroupBox7.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox7.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox7.FrameLineThickness = 2;
+ this.smartGroupBox7.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
+ this.smartGroupBox7.HeaderHeightOffset = 12;
+ this.smartGroupBox7.Location = new System.Drawing.Point(617, 327);
+ this.smartGroupBox7.Name = "smartGroupBox7";
+ this.smartGroupBox7.RoundRadius = 5;
+ this.smartGroupBox7.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox7.TabIndex = 27;
+ this.smartGroupBox7.Text = "Lane 9";
+ this.smartGroupBox7.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine7
+ //
+ this.smartSeparatorLine7.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine7.Line1Width = 1F;
+ this.smartSeparatorLine7.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine7.Line2Width = 1F;
+ this.smartSeparatorLine7.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine7.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine7.Name = "smartSeparatorLine7";
+ this.smartSeparatorLine7.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine7.TabIndex = 21;
+ this.smartSeparatorLine7.Text = "smartSeparatorLine7";
+ //
+ // smartLabel63
+ //
+ this.smartLabel63.BackGround = null;
+ this.smartLabel63.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel63.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel63.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel63.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel63.LineSpacing = 0F;
+ this.smartLabel63.Location = new System.Drawing.Point(89, 254);
+ this.smartLabel63.Name = "smartLabel63";
+ this.smartLabel63.OverlapOptimize = true;
+ this.smartLabel63.PasswordChar = '\0';
+ this.smartLabel63.Radius = 3;
+ this.smartLabel63.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel63.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel63.TabIndex = 20;
+ this.smartLabel63.Text = "1.234567";
+ this.smartLabel63.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel63.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel63.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel63.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel63.Wordwrap = false;
+ //
+ // smartLabel64
+ //
+ this.smartLabel64.BackGround = this.smartGroupBox7;
+ this.smartLabel64.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel64.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel64.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel64.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel64.LineSpacing = 0F;
+ this.smartLabel64.Location = new System.Drawing.Point(3, 254);
+ this.smartLabel64.Name = "smartLabel64";
+ this.smartLabel64.OverlapOptimize = true;
+ this.smartLabel64.PasswordChar = '\0';
+ this.smartLabel64.Radius = 3;
+ this.smartLabel64.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel64.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel64.TabIndex = 19;
+ this.smartLabel64.Text = "StDev";
+ this.smartLabel64.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel64.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel64.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel64.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel64.Wordwrap = false;
+ //
+ // smartLabel65
+ //
+ this.smartLabel65.BackGround = null;
+ this.smartLabel65.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel65.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel65.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel65.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel65.LineSpacing = 0F;
+ this.smartLabel65.Location = new System.Drawing.Point(89, 232);
+ this.smartLabel65.Name = "smartLabel65";
+ this.smartLabel65.OverlapOptimize = true;
+ this.smartLabel65.PasswordChar = '\0';
+ this.smartLabel65.Radius = 3;
+ this.smartLabel65.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel65.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel65.TabIndex = 18;
+ this.smartLabel65.Text = "OK";
+ this.smartLabel65.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel65.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel65.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel65.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel65.Wordwrap = false;
+ //
+ // smartLabel66
+ //
+ this.smartLabel66.BackGround = this.smartGroupBox7;
+ this.smartLabel66.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel66.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel66.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel66.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel66.LineSpacing = 0F;
+ this.smartLabel66.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel66.Name = "smartLabel66";
+ this.smartLabel66.OverlapOptimize = true;
+ this.smartLabel66.PasswordChar = '\0';
+ this.smartLabel66.Radius = 3;
+ this.smartLabel66.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel66.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel66.TabIndex = 17;
+ this.smartLabel66.Text = "Result";
+ this.smartLabel66.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel66.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel66.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel66.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel66.Wordwrap = false;
+ //
+ // smartLabel67
+ //
+ this.smartLabel67.BackGround = null;
+ this.smartLabel67.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel67.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel67.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel67.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel67.LineSpacing = 0F;
+ this.smartLabel67.Location = new System.Drawing.Point(89, 198);
+ this.smartLabel67.Name = "smartLabel67";
+ this.smartLabel67.OverlapOptimize = true;
+ this.smartLabel67.PasswordChar = '\0';
+ this.smartLabel67.Radius = 3;
+ this.smartLabel67.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel67.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel67.TabIndex = 16;
+ this.smartLabel67.Text = "1.234567";
+ this.smartLabel67.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel67.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel67.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel67.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel67.Wordwrap = false;
+ //
+ // smartLabel68
+ //
+ this.smartLabel68.BackGround = this.smartGroupBox7;
+ this.smartLabel68.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel68.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel68.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel68.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel68.LineSpacing = 0F;
+ this.smartLabel68.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel68.Name = "smartLabel68";
+ this.smartLabel68.OverlapOptimize = true;
+ this.smartLabel68.PasswordChar = '\0';
+ this.smartLabel68.Radius = 3;
+ this.smartLabel68.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel68.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel68.TabIndex = 15;
+ this.smartLabel68.Text = "StDev";
+ this.smartLabel68.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel68.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel68.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel68.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel68.Wordwrap = false;
+ //
+ // smartLabel69
+ //
+ this.smartLabel69.BackGround = null;
+ this.smartLabel69.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel69.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel69.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel69.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel69.LineSpacing = 0F;
+ this.smartLabel69.Location = new System.Drawing.Point(89, 176);
+ this.smartLabel69.Name = "smartLabel69";
+ this.smartLabel69.OverlapOptimize = true;
+ this.smartLabel69.PasswordChar = '\0';
+ this.smartLabel69.Radius = 3;
+ this.smartLabel69.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel69.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel69.TabIndex = 14;
+ this.smartLabel69.Text = "1.2345";
+ this.smartLabel69.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel69.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel69.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel69.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel69.Wordwrap = false;
+ //
+ // smartLabel70
+ //
+ this.smartLabel70.BackGround = this.smartGroupBox7;
+ this.smartLabel70.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel70.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel70.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel70.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel70.LineSpacing = 0F;
+ this.smartLabel70.Location = new System.Drawing.Point(3, 176);
+ this.smartLabel70.Name = "smartLabel70";
+ this.smartLabel70.OverlapOptimize = true;
+ this.smartLabel70.PasswordChar = '\0';
+ this.smartLabel70.Radius = 3;
+ this.smartLabel70.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel70.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel70.TabIndex = 13;
+ this.smartLabel70.Text = "Max";
+ this.smartLabel70.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel70.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel70.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel70.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel70.Wordwrap = false;
+ //
+ // smartLabel71
+ //
+ this.smartLabel71.BackGround = null;
+ this.smartLabel71.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel71.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel71.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel71.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel71.LineSpacing = 0F;
+ this.smartLabel71.Location = new System.Drawing.Point(89, 154);
+ this.smartLabel71.Name = "smartLabel71";
+ this.smartLabel71.OverlapOptimize = true;
+ this.smartLabel71.PasswordChar = '\0';
+ this.smartLabel71.Radius = 3;
+ this.smartLabel71.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel71.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel71.TabIndex = 12;
+ this.smartLabel71.Text = "1.2345";
+ this.smartLabel71.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel71.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel71.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel71.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel71.Wordwrap = false;
+ //
+ // smartLabel72
+ //
+ this.smartLabel72.BackGround = this.smartGroupBox7;
+ this.smartLabel72.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel72.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel72.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel72.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel72.LineSpacing = 0F;
+ this.smartLabel72.Location = new System.Drawing.Point(3, 154);
+ this.smartLabel72.Name = "smartLabel72";
+ this.smartLabel72.OverlapOptimize = true;
+ this.smartLabel72.PasswordChar = '\0';
+ this.smartLabel72.Radius = 3;
+ this.smartLabel72.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel72.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel72.TabIndex = 12;
+ this.smartLabel72.Text = "Current";
+ this.smartLabel72.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel72.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel72.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel72.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel72.Wordwrap = false;
+ //
+ // smartDraw7
+ //
+ this.smartDraw7.BackGround = null;
+ this.smartDraw7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw7.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw7.Chart.ChartChannelPenStyle = null;
+ this.smartDraw7.Chart.ChartDrawStep = 1;
+ this.smartDraw7.Chart.ChartHeight = 0;
+ this.smartDraw7.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw7.Chart.ChartWidth = 0;
+ this.smartDraw7.Chart.OriginX = 30;
+ this.smartDraw7.Chart.OriginY = 20;
+ this.smartDraw7.Chart.XIncrement = 1;
+ this.smartDraw7.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw7.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw7.Location = new System.Drawing.Point(3, 38);
+ this.smartDraw7.Name = "smartDraw7";
+ this.smartDraw7.OverlapOptimize = false;
+ this.smartDraw7.Size = new System.Drawing.Size(192, 110);
+ this.smartDraw7.TabIndex = 11;
+ this.smartDraw7.Text = "smartDraw7";
+ //
+ // smartGroupBox8
+ //
+ this.smartGroupBox8.BackGround = null;
+ this.smartGroupBox8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartGroupBox8.BackImage = null;
+ this.smartGroupBox8.Controls.Add(this.smartSeparatorLine8);
+ this.smartGroupBox8.Controls.Add(this.smartLabel73);
+ this.smartGroupBox8.Controls.Add(this.smartLabel74);
+ this.smartGroupBox8.Controls.Add(this.smartLabel75);
+ this.smartGroupBox8.Controls.Add(this.smartLabel76);
+ this.smartGroupBox8.Controls.Add(this.smartLabel77);
+ this.smartGroupBox8.Controls.Add(this.smartLabel78);
+ this.smartGroupBox8.Controls.Add(this.smartLabel79);
+ this.smartGroupBox8.Controls.Add(this.smartLabel80);
+ this.smartGroupBox8.Controls.Add(this.smartLabel81);
+ this.smartGroupBox8.Controls.Add(this.smartLabel82);
+ this.smartGroupBox8.Controls.Add(this.smartDraw8);
+ this.smartGroupBox8.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox8.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox8.FrameLineThickness = 2;
+ this.smartGroupBox8.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
+ this.smartGroupBox8.HeaderHeightOffset = 12;
+ this.smartGroupBox8.Location = new System.Drawing.Point(413, 327);
+ this.smartGroupBox8.Name = "smartGroupBox8";
+ this.smartGroupBox8.RoundRadius = 5;
+ this.smartGroupBox8.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox8.TabIndex = 26;
+ this.smartGroupBox8.Text = "Lane 8";
+ this.smartGroupBox8.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine8
+ //
+ this.smartSeparatorLine8.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine8.Line1Width = 1F;
+ this.smartSeparatorLine8.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine8.Line2Width = 1F;
+ this.smartSeparatorLine8.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine8.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine8.Name = "smartSeparatorLine8";
+ this.smartSeparatorLine8.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine8.TabIndex = 21;
+ this.smartSeparatorLine8.Text = "smartSeparatorLine8";
+ //
+ // smartLabel73
+ //
+ this.smartLabel73.BackGround = null;
+ this.smartLabel73.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel73.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel73.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel73.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel73.LineSpacing = 0F;
+ this.smartLabel73.Location = new System.Drawing.Point(89, 254);
+ this.smartLabel73.Name = "smartLabel73";
+ this.smartLabel73.OverlapOptimize = true;
+ this.smartLabel73.PasswordChar = '\0';
+ this.smartLabel73.Radius = 3;
+ this.smartLabel73.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel73.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel73.TabIndex = 20;
+ this.smartLabel73.Text = "1.234567";
+ this.smartLabel73.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel73.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel73.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel73.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel73.Wordwrap = false;
+ //
+ // smartLabel74
+ //
+ this.smartLabel74.BackGround = this.smartGroupBox8;
+ this.smartLabel74.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel74.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel74.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel74.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel74.LineSpacing = 0F;
+ this.smartLabel74.Location = new System.Drawing.Point(3, 254);
+ this.smartLabel74.Name = "smartLabel74";
+ this.smartLabel74.OverlapOptimize = true;
+ this.smartLabel74.PasswordChar = '\0';
+ this.smartLabel74.Radius = 3;
+ this.smartLabel74.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel74.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel74.TabIndex = 19;
+ this.smartLabel74.Text = "StDev";
+ this.smartLabel74.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel74.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel74.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel74.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel74.Wordwrap = false;
+ //
+ // smartLabel75
+ //
+ this.smartLabel75.BackGround = null;
+ this.smartLabel75.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel75.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel75.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel75.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel75.LineSpacing = 0F;
+ this.smartLabel75.Location = new System.Drawing.Point(89, 232);
+ this.smartLabel75.Name = "smartLabel75";
+ this.smartLabel75.OverlapOptimize = true;
+ this.smartLabel75.PasswordChar = '\0';
+ this.smartLabel75.Radius = 3;
+ this.smartLabel75.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel75.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel75.TabIndex = 18;
+ this.smartLabel75.Text = "OK";
+ this.smartLabel75.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel75.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel75.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel75.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel75.Wordwrap = false;
+ //
+ // smartLabel76
+ //
+ this.smartLabel76.BackGround = this.smartGroupBox8;
+ this.smartLabel76.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel76.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel76.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel76.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel76.LineSpacing = 0F;
+ this.smartLabel76.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel76.Name = "smartLabel76";
+ this.smartLabel76.OverlapOptimize = true;
+ this.smartLabel76.PasswordChar = '\0';
+ this.smartLabel76.Radius = 3;
+ this.smartLabel76.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel76.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel76.TabIndex = 17;
+ this.smartLabel76.Text = "Result";
+ this.smartLabel76.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel76.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel76.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel76.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel76.Wordwrap = false;
+ //
+ // smartLabel77
+ //
+ this.smartLabel77.BackGround = null;
+ this.smartLabel77.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel77.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel77.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel77.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel77.LineSpacing = 0F;
+ this.smartLabel77.Location = new System.Drawing.Point(89, 198);
+ this.smartLabel77.Name = "smartLabel77";
+ this.smartLabel77.OverlapOptimize = true;
+ this.smartLabel77.PasswordChar = '\0';
+ this.smartLabel77.Radius = 3;
+ this.smartLabel77.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel77.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel77.TabIndex = 16;
+ this.smartLabel77.Text = "1.234567";
+ this.smartLabel77.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel77.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel77.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel77.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel77.Wordwrap = false;
+ //
+ // smartLabel78
+ //
+ this.smartLabel78.BackGround = this.smartGroupBox8;
+ this.smartLabel78.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel78.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel78.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel78.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel78.LineSpacing = 0F;
+ this.smartLabel78.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel78.Name = "smartLabel78";
+ this.smartLabel78.OverlapOptimize = true;
+ this.smartLabel78.PasswordChar = '\0';
+ this.smartLabel78.Radius = 3;
+ this.smartLabel78.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel78.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel78.TabIndex = 15;
+ this.smartLabel78.Text = "StDev";
+ this.smartLabel78.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel78.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel78.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel78.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel78.Wordwrap = false;
+ //
+ // smartLabel79
+ //
+ this.smartLabel79.BackGround = null;
+ this.smartLabel79.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel79.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel79.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel79.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel79.LineSpacing = 0F;
+ this.smartLabel79.Location = new System.Drawing.Point(89, 176);
+ this.smartLabel79.Name = "smartLabel79";
+ this.smartLabel79.OverlapOptimize = true;
+ this.smartLabel79.PasswordChar = '\0';
+ this.smartLabel79.Radius = 3;
+ this.smartLabel79.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel79.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel79.TabIndex = 14;
+ this.smartLabel79.Text = "1.2345";
+ this.smartLabel79.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel79.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel79.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel79.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel79.Wordwrap = false;
+ //
+ // smartLabel80
+ //
+ this.smartLabel80.BackGround = this.smartGroupBox8;
+ this.smartLabel80.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel80.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel80.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel80.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel80.LineSpacing = 0F;
+ this.smartLabel80.Location = new System.Drawing.Point(3, 176);
+ this.smartLabel80.Name = "smartLabel80";
+ this.smartLabel80.OverlapOptimize = true;
+ this.smartLabel80.PasswordChar = '\0';
+ this.smartLabel80.Radius = 3;
+ this.smartLabel80.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel80.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel80.TabIndex = 13;
+ this.smartLabel80.Text = "Max";
+ this.smartLabel80.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel80.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel80.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel80.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel80.Wordwrap = false;
+ //
+ // smartLabel81
+ //
+ this.smartLabel81.BackGround = null;
+ this.smartLabel81.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel81.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel81.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel81.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel81.LineSpacing = 0F;
+ this.smartLabel81.Location = new System.Drawing.Point(89, 154);
+ this.smartLabel81.Name = "smartLabel81";
+ this.smartLabel81.OverlapOptimize = true;
+ this.smartLabel81.PasswordChar = '\0';
+ this.smartLabel81.Radius = 3;
+ this.smartLabel81.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel81.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel81.TabIndex = 12;
+ this.smartLabel81.Text = "1.2345";
+ this.smartLabel81.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel81.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel81.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel81.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel81.Wordwrap = false;
+ //
+ // smartLabel82
+ //
+ this.smartLabel82.BackGround = this.smartGroupBox8;
+ this.smartLabel82.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel82.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel82.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel82.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel82.LineSpacing = 0F;
+ this.smartLabel82.Location = new System.Drawing.Point(3, 154);
+ this.smartLabel82.Name = "smartLabel82";
+ this.smartLabel82.OverlapOptimize = true;
+ this.smartLabel82.PasswordChar = '\0';
+ this.smartLabel82.Radius = 3;
+ this.smartLabel82.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel82.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel82.TabIndex = 12;
+ this.smartLabel82.Text = "Current";
+ this.smartLabel82.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel82.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel82.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel82.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel82.Wordwrap = false;
+ //
+ // smartDraw8
+ //
+ this.smartDraw8.BackGround = null;
+ this.smartDraw8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw8.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw8.Chart.ChartChannelPenStyle = null;
+ this.smartDraw8.Chart.ChartDrawStep = 1;
+ this.smartDraw8.Chart.ChartHeight = 0;
+ this.smartDraw8.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw8.Chart.ChartWidth = 0;
+ this.smartDraw8.Chart.OriginX = 30;
+ this.smartDraw8.Chart.OriginY = 20;
+ this.smartDraw8.Chart.XIncrement = 1;
+ this.smartDraw8.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw8.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw8.Location = new System.Drawing.Point(3, 38);
+ this.smartDraw8.Name = "smartDraw8";
+ this.smartDraw8.OverlapOptimize = false;
+ this.smartDraw8.Size = new System.Drawing.Size(192, 110);
+ this.smartDraw8.TabIndex = 11;
+ this.smartDraw8.Text = "smartDraw8";
+ //
+ // smartGroupBox9
+ //
+ this.smartGroupBox9.BackGround = null;
+ this.smartGroupBox9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartGroupBox9.BackImage = null;
+ this.smartGroupBox9.Controls.Add(this.smartSeparatorLine9);
+ this.smartGroupBox9.Controls.Add(this.smartLabel83);
+ this.smartGroupBox9.Controls.Add(this.smartLabel84);
+ this.smartGroupBox9.Controls.Add(this.smartLabel85);
+ this.smartGroupBox9.Controls.Add(this.smartLabel86);
+ this.smartGroupBox9.Controls.Add(this.smartLabel87);
+ this.smartGroupBox9.Controls.Add(this.smartLabel88);
+ this.smartGroupBox9.Controls.Add(this.smartLabel89);
+ this.smartGroupBox9.Controls.Add(this.smartLabel90);
+ this.smartGroupBox9.Controls.Add(this.smartLabel91);
+ this.smartGroupBox9.Controls.Add(this.smartLabel92);
+ this.smartGroupBox9.Controls.Add(this.smartDraw9);
+ this.smartGroupBox9.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox9.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox9.FrameLineThickness = 2;
+ this.smartGroupBox9.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
+ this.smartGroupBox9.HeaderHeightOffset = 12;
+ this.smartGroupBox9.Location = new System.Drawing.Point(209, 327);
+ this.smartGroupBox9.Name = "smartGroupBox9";
+ this.smartGroupBox9.RoundRadius = 5;
+ this.smartGroupBox9.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox9.TabIndex = 25;
+ this.smartGroupBox9.Text = "Lane 7";
+ this.smartGroupBox9.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine9
+ //
+ this.smartSeparatorLine9.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine9.Line1Width = 1F;
+ this.smartSeparatorLine9.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine9.Line2Width = 1F;
+ this.smartSeparatorLine9.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine9.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine9.Name = "smartSeparatorLine9";
+ this.smartSeparatorLine9.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine9.TabIndex = 21;
+ this.smartSeparatorLine9.Text = "smartSeparatorLine9";
+ //
+ // smartLabel83
+ //
+ this.smartLabel83.BackGround = null;
+ this.smartLabel83.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel83.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel83.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel83.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel83.LineSpacing = 0F;
+ this.smartLabel83.Location = new System.Drawing.Point(89, 254);
+ this.smartLabel83.Name = "smartLabel83";
+ this.smartLabel83.OverlapOptimize = true;
+ this.smartLabel83.PasswordChar = '\0';
+ this.smartLabel83.Radius = 3;
+ this.smartLabel83.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel83.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel83.TabIndex = 20;
+ this.smartLabel83.Text = "1.234567";
+ this.smartLabel83.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel83.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel83.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel83.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel83.Wordwrap = false;
+ //
+ // smartLabel84
+ //
+ this.smartLabel84.BackGround = this.smartGroupBox9;
+ this.smartLabel84.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel84.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel84.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel84.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel84.LineSpacing = 0F;
+ this.smartLabel84.Location = new System.Drawing.Point(3, 254);
+ this.smartLabel84.Name = "smartLabel84";
+ this.smartLabel84.OverlapOptimize = true;
+ this.smartLabel84.PasswordChar = '\0';
+ this.smartLabel84.Radius = 3;
+ this.smartLabel84.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel84.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel84.TabIndex = 19;
+ this.smartLabel84.Text = "StDev";
+ this.smartLabel84.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel84.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel84.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel84.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel84.Wordwrap = false;
+ //
+ // smartLabel85
+ //
+ this.smartLabel85.BackGround = null;
+ this.smartLabel85.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel85.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel85.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel85.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel85.LineSpacing = 0F;
+ this.smartLabel85.Location = new System.Drawing.Point(89, 232);
+ this.smartLabel85.Name = "smartLabel85";
+ this.smartLabel85.OverlapOptimize = true;
+ this.smartLabel85.PasswordChar = '\0';
+ this.smartLabel85.Radius = 3;
+ this.smartLabel85.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel85.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel85.TabIndex = 18;
+ this.smartLabel85.Text = "OK";
+ this.smartLabel85.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel85.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel85.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel85.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel85.Wordwrap = false;
+ //
+ // smartLabel86
+ //
+ this.smartLabel86.BackGround = this.smartGroupBox9;
+ this.smartLabel86.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel86.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel86.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel86.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel86.LineSpacing = 0F;
+ this.smartLabel86.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel86.Name = "smartLabel86";
+ this.smartLabel86.OverlapOptimize = true;
+ this.smartLabel86.PasswordChar = '\0';
+ this.smartLabel86.Radius = 3;
+ this.smartLabel86.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel86.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel86.TabIndex = 17;
+ this.smartLabel86.Text = "Result";
+ this.smartLabel86.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel86.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel86.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel86.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel86.Wordwrap = false;
+ //
+ // smartLabel87
+ //
+ this.smartLabel87.BackGround = null;
+ this.smartLabel87.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel87.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel87.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel87.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel87.LineSpacing = 0F;
+ this.smartLabel87.Location = new System.Drawing.Point(89, 198);
+ this.smartLabel87.Name = "smartLabel87";
+ this.smartLabel87.OverlapOptimize = true;
+ this.smartLabel87.PasswordChar = '\0';
+ this.smartLabel87.Radius = 3;
+ this.smartLabel87.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel87.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel87.TabIndex = 16;
+ this.smartLabel87.Text = "1.234567";
+ this.smartLabel87.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel87.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel87.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel87.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel87.Wordwrap = false;
+ //
+ // smartLabel88
+ //
+ this.smartLabel88.BackGround = this.smartGroupBox9;
+ this.smartLabel88.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel88.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel88.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel88.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel88.LineSpacing = 0F;
+ this.smartLabel88.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel88.Name = "smartLabel88";
+ this.smartLabel88.OverlapOptimize = true;
+ this.smartLabel88.PasswordChar = '\0';
+ this.smartLabel88.Radius = 3;
+ this.smartLabel88.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel88.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel88.TabIndex = 15;
+ this.smartLabel88.Text = "StDev";
+ this.smartLabel88.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel88.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel88.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel88.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel88.Wordwrap = false;
+ //
+ // smartLabel89
+ //
+ this.smartLabel89.BackGround = null;
+ this.smartLabel89.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel89.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel89.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel89.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel89.LineSpacing = 0F;
+ this.smartLabel89.Location = new System.Drawing.Point(89, 176);
+ this.smartLabel89.Name = "smartLabel89";
+ this.smartLabel89.OverlapOptimize = true;
+ this.smartLabel89.PasswordChar = '\0';
+ this.smartLabel89.Radius = 3;
+ this.smartLabel89.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel89.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel89.TabIndex = 14;
+ this.smartLabel89.Text = "1.2345";
+ this.smartLabel89.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel89.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel89.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel89.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel89.Wordwrap = false;
+ //
+ // smartLabel90
+ //
+ this.smartLabel90.BackGround = this.smartGroupBox9;
+ this.smartLabel90.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel90.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel90.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel90.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel90.LineSpacing = 0F;
+ this.smartLabel90.Location = new System.Drawing.Point(3, 176);
+ this.smartLabel90.Name = "smartLabel90";
+ this.smartLabel90.OverlapOptimize = true;
+ this.smartLabel90.PasswordChar = '\0';
+ this.smartLabel90.Radius = 3;
+ this.smartLabel90.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel90.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel90.TabIndex = 13;
+ this.smartLabel90.Text = "Max";
+ this.smartLabel90.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel90.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel90.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel90.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel90.Wordwrap = false;
+ //
+ // smartLabel91
+ //
+ this.smartLabel91.BackGround = null;
+ this.smartLabel91.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel91.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel91.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel91.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel91.LineSpacing = 0F;
+ this.smartLabel91.Location = new System.Drawing.Point(89, 154);
+ this.smartLabel91.Name = "smartLabel91";
+ this.smartLabel91.OverlapOptimize = true;
+ this.smartLabel91.PasswordChar = '\0';
+ this.smartLabel91.Radius = 3;
+ this.smartLabel91.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel91.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel91.TabIndex = 12;
+ this.smartLabel91.Text = "1.2345";
+ this.smartLabel91.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel91.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel91.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel91.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel91.Wordwrap = false;
+ //
+ // smartLabel92
+ //
+ this.smartLabel92.BackGround = this.smartGroupBox9;
+ this.smartLabel92.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel92.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel92.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel92.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel92.LineSpacing = 0F;
+ this.smartLabel92.Location = new System.Drawing.Point(3, 154);
+ this.smartLabel92.Name = "smartLabel92";
+ this.smartLabel92.OverlapOptimize = true;
+ this.smartLabel92.PasswordChar = '\0';
+ this.smartLabel92.Radius = 3;
+ this.smartLabel92.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel92.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel92.TabIndex = 12;
+ this.smartLabel92.Text = "Current";
+ this.smartLabel92.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel92.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel92.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel92.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel92.Wordwrap = false;
+ //
+ // smartDraw9
+ //
+ this.smartDraw9.BackGround = null;
+ this.smartDraw9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw9.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw9.Chart.ChartChannelPenStyle = null;
+ this.smartDraw9.Chart.ChartDrawStep = 1;
+ this.smartDraw9.Chart.ChartHeight = 0;
+ this.smartDraw9.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw9.Chart.ChartWidth = 0;
+ this.smartDraw9.Chart.OriginX = 30;
+ this.smartDraw9.Chart.OriginY = 20;
+ this.smartDraw9.Chart.XIncrement = 1;
+ this.smartDraw9.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw9.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw9.Location = new System.Drawing.Point(3, 38);
+ this.smartDraw9.Name = "smartDraw9";
+ this.smartDraw9.OverlapOptimize = false;
+ this.smartDraw9.Size = new System.Drawing.Size(192, 110);
+ this.smartDraw9.TabIndex = 11;
+ this.smartDraw9.Text = "smartDraw9";
+ //
+ // smartGroupBox10
+ //
+ this.smartGroupBox10.BackGround = null;
+ this.smartGroupBox10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartGroupBox10.BackImage = null;
+ this.smartGroupBox10.Controls.Add(this.smartSeparatorLine10);
+ this.smartGroupBox10.Controls.Add(this.smartLabel93);
+ this.smartGroupBox10.Controls.Add(this.smartLabel94);
+ this.smartGroupBox10.Controls.Add(this.smartLabel95);
+ this.smartGroupBox10.Controls.Add(this.smartLabel96);
+ this.smartGroupBox10.Controls.Add(this.smartLabel97);
+ this.smartGroupBox10.Controls.Add(this.smartLabel98);
+ this.smartGroupBox10.Controls.Add(this.smartLabel99);
+ this.smartGroupBox10.Controls.Add(this.smartLabel100);
+ this.smartGroupBox10.Controls.Add(this.smartLabel101);
+ this.smartGroupBox10.Controls.Add(this.smartLabel102);
+ this.smartGroupBox10.Controls.Add(this.smartDraw10);
+ this.smartGroupBox10.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox10.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox10.FrameLineThickness = 2;
+ this.smartGroupBox10.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
+ this.smartGroupBox10.HeaderHeightOffset = 12;
+ this.smartGroupBox10.Location = new System.Drawing.Point(5, 327);
+ this.smartGroupBox10.Name = "smartGroupBox10";
+ this.smartGroupBox10.RoundRadius = 5;
+ this.smartGroupBox10.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox10.TabIndex = 24;
+ this.smartGroupBox10.Text = "Lane 6";
+ this.smartGroupBox10.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine10
+ //
+ this.smartSeparatorLine10.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine10.Line1Width = 1F;
+ this.smartSeparatorLine10.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine10.Line2Width = 1F;
+ this.smartSeparatorLine10.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine10.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine10.Name = "smartSeparatorLine10";
+ this.smartSeparatorLine10.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine10.TabIndex = 21;
+ this.smartSeparatorLine10.Text = "smartSeparatorLine10";
+ //
+ // smartLabel93
+ //
+ this.smartLabel93.BackGround = null;
+ this.smartLabel93.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel93.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel93.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel93.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel93.LineSpacing = 0F;
+ this.smartLabel93.Location = new System.Drawing.Point(89, 254);
+ this.smartLabel93.Name = "smartLabel93";
+ this.smartLabel93.OverlapOptimize = true;
+ this.smartLabel93.PasswordChar = '\0';
+ this.smartLabel93.Radius = 3;
+ this.smartLabel93.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel93.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel93.TabIndex = 20;
+ this.smartLabel93.Text = "1.234567";
+ this.smartLabel93.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel93.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel93.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel93.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel93.Wordwrap = false;
+ //
+ // smartLabel94
+ //
+ this.smartLabel94.BackGround = this.smartGroupBox10;
+ this.smartLabel94.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel94.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel94.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel94.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel94.LineSpacing = 0F;
+ this.smartLabel94.Location = new System.Drawing.Point(3, 254);
+ this.smartLabel94.Name = "smartLabel94";
+ this.smartLabel94.OverlapOptimize = true;
+ this.smartLabel94.PasswordChar = '\0';
+ this.smartLabel94.Radius = 3;
+ this.smartLabel94.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel94.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel94.TabIndex = 19;
+ this.smartLabel94.Text = "StDev";
+ this.smartLabel94.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel94.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel94.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel94.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel94.Wordwrap = false;
+ //
+ // smartLabel95
+ //
+ this.smartLabel95.BackGround = null;
+ this.smartLabel95.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel95.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel95.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel95.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel95.LineSpacing = 0F;
+ this.smartLabel95.Location = new System.Drawing.Point(89, 232);
+ this.smartLabel95.Name = "smartLabel95";
+ this.smartLabel95.OverlapOptimize = true;
+ this.smartLabel95.PasswordChar = '\0';
+ this.smartLabel95.Radius = 3;
+ this.smartLabel95.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel95.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel95.TabIndex = 18;
+ this.smartLabel95.Text = "OK";
+ this.smartLabel95.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel95.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel95.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel95.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel95.Wordwrap = false;
+ //
+ // smartLabel96
+ //
+ this.smartLabel96.BackGround = this.smartGroupBox10;
+ this.smartLabel96.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel96.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel96.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel96.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel96.LineSpacing = 0F;
+ this.smartLabel96.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel96.Name = "smartLabel96";
+ this.smartLabel96.OverlapOptimize = true;
+ this.smartLabel96.PasswordChar = '\0';
+ this.smartLabel96.Radius = 3;
+ this.smartLabel96.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel96.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel96.TabIndex = 17;
+ this.smartLabel96.Text = "Result";
+ this.smartLabel96.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel96.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel96.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel96.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel96.Wordwrap = false;
+ //
+ // smartLabel97
+ //
+ this.smartLabel97.BackGround = null;
+ this.smartLabel97.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel97.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel97.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel97.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel97.LineSpacing = 0F;
+ this.smartLabel97.Location = new System.Drawing.Point(89, 198);
+ this.smartLabel97.Name = "smartLabel97";
+ this.smartLabel97.OverlapOptimize = true;
+ this.smartLabel97.PasswordChar = '\0';
+ this.smartLabel97.Radius = 3;
+ this.smartLabel97.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel97.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel97.TabIndex = 16;
+ this.smartLabel97.Text = "1.234567";
+ this.smartLabel97.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel97.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel97.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel97.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel97.Wordwrap = false;
+ //
+ // smartLabel98
+ //
+ this.smartLabel98.BackGround = this.smartGroupBox10;
+ this.smartLabel98.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel98.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel98.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel98.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel98.LineSpacing = 0F;
+ this.smartLabel98.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel98.Name = "smartLabel98";
+ this.smartLabel98.OverlapOptimize = true;
+ this.smartLabel98.PasswordChar = '\0';
+ this.smartLabel98.Radius = 3;
+ this.smartLabel98.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel98.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel98.TabIndex = 15;
+ this.smartLabel98.Text = "StDev";
+ this.smartLabel98.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel98.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel98.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel98.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel98.Wordwrap = false;
+ //
+ // smartLabel99
+ //
+ this.smartLabel99.BackGround = null;
+ this.smartLabel99.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel99.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel99.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel99.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel99.LineSpacing = 0F;
+ this.smartLabel99.Location = new System.Drawing.Point(89, 176);
+ this.smartLabel99.Name = "smartLabel99";
+ this.smartLabel99.OverlapOptimize = true;
+ this.smartLabel99.PasswordChar = '\0';
+ this.smartLabel99.Radius = 3;
+ this.smartLabel99.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel99.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel99.TabIndex = 14;
+ this.smartLabel99.Text = "1.2345";
+ this.smartLabel99.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel99.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel99.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel99.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel99.Wordwrap = false;
+ //
+ // smartLabel100
+ //
+ this.smartLabel100.BackGround = this.smartGroupBox10;
+ this.smartLabel100.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel100.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel100.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel100.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel100.LineSpacing = 0F;
+ this.smartLabel100.Location = new System.Drawing.Point(3, 176);
+ this.smartLabel100.Name = "smartLabel100";
+ this.smartLabel100.OverlapOptimize = true;
+ this.smartLabel100.PasswordChar = '\0';
+ this.smartLabel100.Radius = 3;
+ this.smartLabel100.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel100.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel100.TabIndex = 13;
+ this.smartLabel100.Text = "Max";
+ this.smartLabel100.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel100.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel100.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel100.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel100.Wordwrap = false;
+ //
+ // smartLabel101
+ //
+ this.smartLabel101.BackGround = null;
+ this.smartLabel101.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel101.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel101.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel101.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel101.LineSpacing = 0F;
+ this.smartLabel101.Location = new System.Drawing.Point(89, 154);
+ this.smartLabel101.Name = "smartLabel101";
+ this.smartLabel101.OverlapOptimize = true;
+ this.smartLabel101.PasswordChar = '\0';
+ this.smartLabel101.Radius = 3;
+ this.smartLabel101.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel101.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel101.TabIndex = 12;
+ this.smartLabel101.Text = "1.2345";
+ this.smartLabel101.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel101.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel101.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel101.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel101.Wordwrap = false;
+ //
+ // smartLabel102
+ //
+ this.smartLabel102.BackGround = this.smartGroupBox10;
+ this.smartLabel102.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel102.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel102.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel102.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel102.LineSpacing = 0F;
+ this.smartLabel102.Location = new System.Drawing.Point(3, 154);
+ this.smartLabel102.Name = "smartLabel102";
+ this.smartLabel102.OverlapOptimize = true;
+ this.smartLabel102.PasswordChar = '\0';
+ this.smartLabel102.Radius = 3;
+ this.smartLabel102.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel102.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel102.TabIndex = 12;
+ this.smartLabel102.Text = "Current";
+ this.smartLabel102.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel102.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel102.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel102.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel102.Wordwrap = false;
+ //
+ // smartDraw10
+ //
+ this.smartDraw10.BackGround = null;
+ this.smartDraw10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw10.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw10.Chart.ChartChannelPenStyle = null;
+ this.smartDraw10.Chart.ChartDrawStep = 1;
+ this.smartDraw10.Chart.ChartHeight = 0;
+ this.smartDraw10.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw10.Chart.ChartWidth = 0;
+ this.smartDraw10.Chart.OriginX = 30;
+ this.smartDraw10.Chart.OriginY = 20;
+ this.smartDraw10.Chart.XIncrement = 1;
+ this.smartDraw10.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw10.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw10.Location = new System.Drawing.Point(3, 38);
+ this.smartDraw10.Name = "smartDraw10";
+ this.smartDraw10.OverlapOptimize = false;
+ this.smartDraw10.Size = new System.Drawing.Size(192, 110);
+ this.smartDraw10.TabIndex = 11;
+ this.smartDraw10.Text = "smartDraw10";
+ //
+ // smartGroupBox6
+ //
+ this.smartGroupBox6.BackGround = null;
+ this.smartGroupBox6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartGroupBox6.BackImage = null;
+ this.smartGroupBox6.Controls.Add(this.smartSeparatorLine5);
+ this.smartGroupBox6.Controls.Add(this.smartLabel43);
+ this.smartGroupBox6.Controls.Add(this.smartLabel44);
+ this.smartGroupBox6.Controls.Add(this.smartLabel45);
+ this.smartGroupBox6.Controls.Add(this.smartLabel46);
+ this.smartGroupBox6.Controls.Add(this.smartLabel47);
+ this.smartGroupBox6.Controls.Add(this.smartLabel48);
+ this.smartGroupBox6.Controls.Add(this.smartLabel49);
+ this.smartGroupBox6.Controls.Add(this.smartLabel50);
+ this.smartGroupBox6.Controls.Add(this.smartLabel51);
+ this.smartGroupBox6.Controls.Add(this.smartLabel52);
+ this.smartGroupBox6.Controls.Add(this.smartDraw5);
+ this.smartGroupBox6.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox6.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox6.FrameLineThickness = 2;
+ this.smartGroupBox6.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
+ this.smartGroupBox6.HeaderHeightOffset = 12;
+ this.smartGroupBox6.Location = new System.Drawing.Point(821, 41);
+ this.smartGroupBox6.Name = "smartGroupBox6";
+ this.smartGroupBox6.RoundRadius = 5;
+ this.smartGroupBox6.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox6.TabIndex = 23;
+ this.smartGroupBox6.Text = "Lane 5";
+ this.smartGroupBox6.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine5
+ //
+ this.smartSeparatorLine5.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine5.Line1Width = 1F;
+ this.smartSeparatorLine5.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine5.Line2Width = 1F;
+ this.smartSeparatorLine5.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine5.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine5.Name = "smartSeparatorLine5";
+ this.smartSeparatorLine5.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine5.TabIndex = 21;
+ this.smartSeparatorLine5.Text = "smartSeparatorLine5";
+ //
+ // smartLabel43
+ //
+ this.smartLabel43.BackGround = null;
+ this.smartLabel43.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel43.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel43.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel43.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel43.LineSpacing = 0F;
+ this.smartLabel43.Location = new System.Drawing.Point(89, 254);
+ this.smartLabel43.Name = "smartLabel43";
+ this.smartLabel43.OverlapOptimize = true;
+ this.smartLabel43.PasswordChar = '\0';
+ this.smartLabel43.Radius = 3;
+ this.smartLabel43.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel43.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel43.TabIndex = 20;
+ this.smartLabel43.Text = "1.234567";
+ this.smartLabel43.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel43.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel43.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel43.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel43.Wordwrap = false;
+ //
+ // smartLabel44
+ //
+ this.smartLabel44.BackGround = this.smartGroupBox6;
+ this.smartLabel44.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel44.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel44.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel44.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel44.LineSpacing = 0F;
+ this.smartLabel44.Location = new System.Drawing.Point(3, 254);
+ this.smartLabel44.Name = "smartLabel44";
+ this.smartLabel44.OverlapOptimize = true;
+ this.smartLabel44.PasswordChar = '\0';
+ this.smartLabel44.Radius = 3;
+ this.smartLabel44.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel44.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel44.TabIndex = 19;
+ this.smartLabel44.Text = "StDev";
+ this.smartLabel44.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel44.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel44.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel44.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel44.Wordwrap = false;
+ //
+ // smartLabel45
+ //
+ this.smartLabel45.BackGround = null;
+ this.smartLabel45.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel45.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel45.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel45.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel45.LineSpacing = 0F;
+ this.smartLabel45.Location = new System.Drawing.Point(89, 232);
+ this.smartLabel45.Name = "smartLabel45";
+ this.smartLabel45.OverlapOptimize = true;
+ this.smartLabel45.PasswordChar = '\0';
+ this.smartLabel45.Radius = 3;
+ this.smartLabel45.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel45.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel45.TabIndex = 18;
+ this.smartLabel45.Text = "OK";
+ this.smartLabel45.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel45.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel45.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel45.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel45.Wordwrap = false;
+ //
+ // smartLabel46
+ //
+ this.smartLabel46.BackGround = this.smartGroupBox6;
+ this.smartLabel46.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel46.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel46.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel46.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel46.LineSpacing = 0F;
+ this.smartLabel46.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel46.Name = "smartLabel46";
+ this.smartLabel46.OverlapOptimize = true;
+ this.smartLabel46.PasswordChar = '\0';
+ this.smartLabel46.Radius = 3;
+ this.smartLabel46.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel46.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel46.TabIndex = 17;
+ this.smartLabel46.Text = "Result";
+ this.smartLabel46.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel46.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel46.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel46.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel46.Wordwrap = false;
+ //
+ // smartLabel47
+ //
+ this.smartLabel47.BackGround = null;
+ this.smartLabel47.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel47.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel47.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel47.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel47.LineSpacing = 0F;
+ this.smartLabel47.Location = new System.Drawing.Point(89, 198);
+ this.smartLabel47.Name = "smartLabel47";
+ this.smartLabel47.OverlapOptimize = true;
+ this.smartLabel47.PasswordChar = '\0';
+ this.smartLabel47.Radius = 3;
+ this.smartLabel47.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel47.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel47.TabIndex = 16;
+ this.smartLabel47.Text = "1.234567";
+ this.smartLabel47.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel47.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel47.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel47.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel47.Wordwrap = false;
+ //
+ // smartLabel48
+ //
+ this.smartLabel48.BackGround = this.smartGroupBox6;
+ this.smartLabel48.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel48.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel48.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel48.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel48.LineSpacing = 0F;
+ this.smartLabel48.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel48.Name = "smartLabel48";
+ this.smartLabel48.OverlapOptimize = true;
+ this.smartLabel48.PasswordChar = '\0';
+ this.smartLabel48.Radius = 3;
+ this.smartLabel48.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel48.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel48.TabIndex = 15;
+ this.smartLabel48.Text = "StDev";
+ this.smartLabel48.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel48.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel48.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel48.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel48.Wordwrap = false;
+ //
+ // smartLabel49
+ //
+ this.smartLabel49.BackGround = null;
+ this.smartLabel49.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel49.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel49.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel49.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel49.LineSpacing = 0F;
+ this.smartLabel49.Location = new System.Drawing.Point(89, 176);
+ this.smartLabel49.Name = "smartLabel49";
+ this.smartLabel49.OverlapOptimize = true;
+ this.smartLabel49.PasswordChar = '\0';
+ this.smartLabel49.Radius = 3;
+ this.smartLabel49.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel49.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel49.TabIndex = 14;
+ this.smartLabel49.Text = "1.2345";
+ this.smartLabel49.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel49.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel49.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel49.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel49.Wordwrap = false;
+ //
+ // smartLabel50
+ //
+ this.smartLabel50.BackGround = this.smartGroupBox6;
+ this.smartLabel50.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel50.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel50.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel50.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel50.LineSpacing = 0F;
+ this.smartLabel50.Location = new System.Drawing.Point(3, 176);
+ this.smartLabel50.Name = "smartLabel50";
+ this.smartLabel50.OverlapOptimize = true;
+ this.smartLabel50.PasswordChar = '\0';
+ this.smartLabel50.Radius = 3;
+ this.smartLabel50.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel50.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel50.TabIndex = 13;
+ this.smartLabel50.Text = "Max";
+ this.smartLabel50.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel50.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel50.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel50.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel50.Wordwrap = false;
+ //
+ // smartLabel51
+ //
+ this.smartLabel51.BackGround = null;
+ this.smartLabel51.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel51.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel51.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel51.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel51.LineSpacing = 0F;
+ this.smartLabel51.Location = new System.Drawing.Point(89, 154);
+ this.smartLabel51.Name = "smartLabel51";
+ this.smartLabel51.OverlapOptimize = true;
+ this.smartLabel51.PasswordChar = '\0';
+ this.smartLabel51.Radius = 3;
+ this.smartLabel51.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel51.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel51.TabIndex = 12;
+ this.smartLabel51.Text = "1.2345";
+ this.smartLabel51.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel51.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel51.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel51.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel51.Wordwrap = false;
+ //
+ // smartLabel52
+ //
+ this.smartLabel52.BackGround = this.smartGroupBox6;
+ this.smartLabel52.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel52.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel52.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel52.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel52.LineSpacing = 0F;
+ this.smartLabel52.Location = new System.Drawing.Point(3, 154);
+ this.smartLabel52.Name = "smartLabel52";
+ this.smartLabel52.OverlapOptimize = true;
+ this.smartLabel52.PasswordChar = '\0';
+ this.smartLabel52.Radius = 3;
+ this.smartLabel52.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel52.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel52.TabIndex = 12;
+ this.smartLabel52.Text = "Current";
+ this.smartLabel52.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel52.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel52.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel52.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel52.Wordwrap = false;
+ //
+ // smartDraw5
+ //
+ this.smartDraw5.BackGround = null;
+ this.smartDraw5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw5.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw5.Chart.ChartChannelPenStyle = null;
+ this.smartDraw5.Chart.ChartDrawStep = 1;
+ this.smartDraw5.Chart.ChartHeight = 0;
+ this.smartDraw5.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw5.Chart.ChartWidth = 0;
+ this.smartDraw5.Chart.OriginX = 30;
+ this.smartDraw5.Chart.OriginY = 20;
+ this.smartDraw5.Chart.XIncrement = 1;
+ this.smartDraw5.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw5.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw5.Location = new System.Drawing.Point(3, 38);
+ this.smartDraw5.Name = "smartDraw5";
+ this.smartDraw5.OverlapOptimize = false;
+ this.smartDraw5.Size = new System.Drawing.Size(192, 110);
+ this.smartDraw5.TabIndex = 11;
+ this.smartDraw5.Text = "smartDraw5";
+ //
+ // smartGroupBox5
+ //
+ this.smartGroupBox5.BackGround = null;
+ this.smartGroupBox5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartGroupBox5.BackImage = null;
+ this.smartGroupBox5.Controls.Add(this.smartSeparatorLine4);
+ this.smartGroupBox5.Controls.Add(this.smartLabel33);
+ this.smartGroupBox5.Controls.Add(this.smartLabel34);
+ this.smartGroupBox5.Controls.Add(this.smartLabel35);
+ this.smartGroupBox5.Controls.Add(this.smartLabel36);
+ this.smartGroupBox5.Controls.Add(this.smartLabel37);
+ this.smartGroupBox5.Controls.Add(this.smartLabel38);
+ this.smartGroupBox5.Controls.Add(this.smartLabel39);
+ this.smartGroupBox5.Controls.Add(this.smartLabel40);
+ this.smartGroupBox5.Controls.Add(this.smartLabel41);
+ this.smartGroupBox5.Controls.Add(this.smartLabel42);
+ this.smartGroupBox5.Controls.Add(this.smartDraw4);
+ this.smartGroupBox5.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox5.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox5.FrameLineThickness = 2;
+ this.smartGroupBox5.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
+ this.smartGroupBox5.HeaderHeightOffset = 12;
+ this.smartGroupBox5.Location = new System.Drawing.Point(617, 41);
+ this.smartGroupBox5.Name = "smartGroupBox5";
+ this.smartGroupBox5.RoundRadius = 5;
+ this.smartGroupBox5.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox5.TabIndex = 22;
+ this.smartGroupBox5.Text = "Lane 4";
+ this.smartGroupBox5.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine4
+ //
+ this.smartSeparatorLine4.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine4.Line1Width = 1F;
+ this.smartSeparatorLine4.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine4.Line2Width = 1F;
+ this.smartSeparatorLine4.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine4.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine4.Name = "smartSeparatorLine4";
+ this.smartSeparatorLine4.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine4.TabIndex = 21;
+ this.smartSeparatorLine4.Text = "smartSeparatorLine4";
+ //
+ // smartLabel33
+ //
+ this.smartLabel33.BackGround = null;
+ this.smartLabel33.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel33.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel33.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel33.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel33.LineSpacing = 0F;
+ this.smartLabel33.Location = new System.Drawing.Point(89, 254);
+ this.smartLabel33.Name = "smartLabel33";
+ this.smartLabel33.OverlapOptimize = true;
+ this.smartLabel33.PasswordChar = '\0';
+ this.smartLabel33.Radius = 3;
+ this.smartLabel33.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel33.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel33.TabIndex = 20;
+ this.smartLabel33.Text = "1.234567";
+ this.smartLabel33.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel33.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel33.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel33.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel33.Wordwrap = false;
+ //
+ // smartLabel34
+ //
+ this.smartLabel34.BackGround = this.smartGroupBox5;
+ this.smartLabel34.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel34.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel34.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel34.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel34.LineSpacing = 0F;
+ this.smartLabel34.Location = new System.Drawing.Point(3, 254);
+ this.smartLabel34.Name = "smartLabel34";
+ this.smartLabel34.OverlapOptimize = true;
+ this.smartLabel34.PasswordChar = '\0';
+ this.smartLabel34.Radius = 3;
+ this.smartLabel34.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel34.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel34.TabIndex = 19;
+ this.smartLabel34.Text = "StDev";
+ this.smartLabel34.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel34.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel34.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel34.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel34.Wordwrap = false;
+ //
+ // smartLabel35
+ //
+ this.smartLabel35.BackGround = null;
+ this.smartLabel35.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel35.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel35.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel35.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel35.LineSpacing = 0F;
+ this.smartLabel35.Location = new System.Drawing.Point(89, 232);
+ this.smartLabel35.Name = "smartLabel35";
+ this.smartLabel35.OverlapOptimize = true;
+ this.smartLabel35.PasswordChar = '\0';
+ this.smartLabel35.Radius = 3;
+ this.smartLabel35.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel35.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel35.TabIndex = 18;
+ this.smartLabel35.Text = "OK";
+ this.smartLabel35.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel35.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel35.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel35.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel35.Wordwrap = false;
+ //
+ // smartLabel36
+ //
+ this.smartLabel36.BackGround = this.smartGroupBox5;
+ this.smartLabel36.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel36.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel36.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel36.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel36.LineSpacing = 0F;
+ this.smartLabel36.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel36.Name = "smartLabel36";
+ this.smartLabel36.OverlapOptimize = true;
+ this.smartLabel36.PasswordChar = '\0';
+ this.smartLabel36.Radius = 3;
+ this.smartLabel36.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel36.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel36.TabIndex = 17;
+ this.smartLabel36.Text = "Result";
+ this.smartLabel36.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel36.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel36.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel36.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel36.Wordwrap = false;
+ //
+ // smartLabel37
+ //
+ this.smartLabel37.BackGround = null;
+ this.smartLabel37.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel37.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel37.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel37.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel37.LineSpacing = 0F;
+ this.smartLabel37.Location = new System.Drawing.Point(89, 198);
+ this.smartLabel37.Name = "smartLabel37";
+ this.smartLabel37.OverlapOptimize = true;
+ this.smartLabel37.PasswordChar = '\0';
+ this.smartLabel37.Radius = 3;
+ this.smartLabel37.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel37.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel37.TabIndex = 16;
+ this.smartLabel37.Text = "1.234567";
+ this.smartLabel37.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel37.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel37.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel37.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel37.Wordwrap = false;
+ //
+ // smartLabel38
+ //
+ this.smartLabel38.BackGround = this.smartGroupBox5;
+ this.smartLabel38.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel38.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel38.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel38.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel38.LineSpacing = 0F;
+ this.smartLabel38.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel38.Name = "smartLabel38";
+ this.smartLabel38.OverlapOptimize = true;
+ this.smartLabel38.PasswordChar = '\0';
+ this.smartLabel38.Radius = 3;
+ this.smartLabel38.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel38.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel38.TabIndex = 15;
+ this.smartLabel38.Text = "StDev";
+ this.smartLabel38.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel38.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel38.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel38.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel38.Wordwrap = false;
+ //
+ // smartLabel39
+ //
+ this.smartLabel39.BackGround = null;
+ this.smartLabel39.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel39.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel39.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel39.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel39.LineSpacing = 0F;
+ this.smartLabel39.Location = new System.Drawing.Point(89, 176);
+ this.smartLabel39.Name = "smartLabel39";
+ this.smartLabel39.OverlapOptimize = true;
+ this.smartLabel39.PasswordChar = '\0';
+ this.smartLabel39.Radius = 3;
+ this.smartLabel39.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel39.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel39.TabIndex = 14;
+ this.smartLabel39.Text = "1.2345";
+ this.smartLabel39.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel39.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel39.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel39.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel39.Wordwrap = false;
+ //
+ // smartLabel40
+ //
+ this.smartLabel40.BackGround = this.smartGroupBox5;
+ this.smartLabel40.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel40.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel40.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel40.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel40.LineSpacing = 0F;
+ this.smartLabel40.Location = new System.Drawing.Point(3, 176);
+ this.smartLabel40.Name = "smartLabel40";
+ this.smartLabel40.OverlapOptimize = true;
+ this.smartLabel40.PasswordChar = '\0';
+ this.smartLabel40.Radius = 3;
+ this.smartLabel40.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel40.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel40.TabIndex = 13;
+ this.smartLabel40.Text = "Max";
+ this.smartLabel40.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel40.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel40.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel40.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel40.Wordwrap = false;
+ //
+ // smartLabel41
+ //
+ this.smartLabel41.BackGround = null;
+ this.smartLabel41.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel41.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel41.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel41.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel41.LineSpacing = 0F;
+ this.smartLabel41.Location = new System.Drawing.Point(89, 154);
+ this.smartLabel41.Name = "smartLabel41";
+ this.smartLabel41.OverlapOptimize = true;
+ this.smartLabel41.PasswordChar = '\0';
+ this.smartLabel41.Radius = 3;
+ this.smartLabel41.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel41.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel41.TabIndex = 12;
+ this.smartLabel41.Text = "1.2345";
+ this.smartLabel41.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel41.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel41.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel41.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel41.Wordwrap = false;
+ //
+ // smartLabel42
+ //
+ this.smartLabel42.BackGround = this.smartGroupBox5;
+ this.smartLabel42.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel42.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel42.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel42.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel42.LineSpacing = 0F;
+ this.smartLabel42.Location = new System.Drawing.Point(3, 154);
+ this.smartLabel42.Name = "smartLabel42";
+ this.smartLabel42.OverlapOptimize = true;
+ this.smartLabel42.PasswordChar = '\0';
+ this.smartLabel42.Radius = 3;
+ this.smartLabel42.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel42.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel42.TabIndex = 12;
+ this.smartLabel42.Text = "Current";
+ this.smartLabel42.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel42.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel42.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel42.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel42.Wordwrap = false;
+ //
+ // smartDraw4
+ //
+ this.smartDraw4.BackGround = null;
+ this.smartDraw4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw4.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw4.Chart.ChartChannelPenStyle = null;
+ this.smartDraw4.Chart.ChartDrawStep = 1;
+ this.smartDraw4.Chart.ChartHeight = 0;
+ this.smartDraw4.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw4.Chart.ChartWidth = 0;
+ this.smartDraw4.Chart.OriginX = 30;
+ this.smartDraw4.Chart.OriginY = 20;
+ this.smartDraw4.Chart.XIncrement = 1;
+ this.smartDraw4.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw4.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw4.Location = new System.Drawing.Point(3, 38);
+ this.smartDraw4.Name = "smartDraw4";
+ this.smartDraw4.OverlapOptimize = false;
+ this.smartDraw4.Size = new System.Drawing.Size(192, 110);
+ this.smartDraw4.TabIndex = 11;
+ this.smartDraw4.Text = "smartDraw4";
+ //
+ // smartGroupBox4
+ //
+ this.smartGroupBox4.BackGround = null;
+ this.smartGroupBox4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartGroupBox4.BackImage = null;
+ this.smartGroupBox4.Controls.Add(this.smartSeparatorLine3);
+ this.smartGroupBox4.Controls.Add(this.smartLabel23);
+ this.smartGroupBox4.Controls.Add(this.smartLabel24);
+ this.smartGroupBox4.Controls.Add(this.smartLabel25);
+ this.smartGroupBox4.Controls.Add(this.smartLabel26);
+ this.smartGroupBox4.Controls.Add(this.smartLabel27);
+ this.smartGroupBox4.Controls.Add(this.smartLabel28);
+ this.smartGroupBox4.Controls.Add(this.smartLabel29);
+ this.smartGroupBox4.Controls.Add(this.smartLabel30);
+ this.smartGroupBox4.Controls.Add(this.smartLabel31);
+ this.smartGroupBox4.Controls.Add(this.smartLabel32);
+ this.smartGroupBox4.Controls.Add(this.smartDraw3);
+ this.smartGroupBox4.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ 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(413, 41);
+ this.smartGroupBox4.Name = "smartGroupBox4";
+ this.smartGroupBox4.RoundRadius = 5;
+ this.smartGroupBox4.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox4.TabIndex = 22;
+ this.smartGroupBox4.Text = "Lane 3";
+ this.smartGroupBox4.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine3
+ //
+ this.smartSeparatorLine3.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine3.Line1Width = 1F;
+ this.smartSeparatorLine3.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine3.Line2Width = 1F;
+ this.smartSeparatorLine3.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine3.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine3.Name = "smartSeparatorLine3";
+ this.smartSeparatorLine3.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine3.TabIndex = 21;
+ this.smartSeparatorLine3.Text = "smartSeparatorLine3";
+ //
+ // smartLabel23
+ //
+ this.smartLabel23.BackGround = null;
+ this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel23.LineSpacing = 0F;
+ this.smartLabel23.Location = new System.Drawing.Point(89, 254);
+ 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(100, 20);
+ this.smartLabel23.TabIndex = 20;
+ this.smartLabel23.Text = "1.234567";
+ this.smartLabel23.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel23.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel23.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel23.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel23.Wordwrap = false;
+ //
+ // smartLabel24
+ //
+ this.smartLabel24.BackGround = this.smartGroupBox4;
+ this.smartLabel24.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel24.LineSpacing = 0F;
+ this.smartLabel24.Location = new System.Drawing.Point(3, 254);
+ 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(80, 20);
+ this.smartLabel24.TabIndex = 19;
+ this.smartLabel24.Text = "StDev";
+ this.smartLabel24.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel24.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel24.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel24.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel24.Wordwrap = false;
+ //
+ // smartLabel25
+ //
+ this.smartLabel25.BackGround = null;
+ this.smartLabel25.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel25.LineSpacing = 0F;
+ this.smartLabel25.Location = new System.Drawing.Point(89, 232);
+ 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(100, 20);
+ this.smartLabel25.TabIndex = 18;
+ this.smartLabel25.Text = "ERROR";
+ this.smartLabel25.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel25.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel25.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel25.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel25.Wordwrap = false;
+ //
+ // smartLabel26
+ //
+ this.smartLabel26.BackGround = this.smartGroupBox4;
+ this.smartLabel26.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel26.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel26.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel26.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel26.LineSpacing = 0F;
+ this.smartLabel26.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel26.Name = "smartLabel26";
+ this.smartLabel26.OverlapOptimize = true;
+ this.smartLabel26.PasswordChar = '\0';
+ this.smartLabel26.Radius = 3;
+ this.smartLabel26.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel26.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel26.TabIndex = 17;
+ this.smartLabel26.Text = "Result";
+ this.smartLabel26.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel26.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel26.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel26.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel26.Wordwrap = false;
+ //
+ // smartLabel27
+ //
+ this.smartLabel27.BackGround = null;
+ this.smartLabel27.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel27.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel27.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel27.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel27.LineSpacing = 0F;
+ this.smartLabel27.Location = new System.Drawing.Point(89, 198);
+ this.smartLabel27.Name = "smartLabel27";
+ this.smartLabel27.OverlapOptimize = true;
+ this.smartLabel27.PasswordChar = '\0';
+ this.smartLabel27.Radius = 3;
+ this.smartLabel27.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel27.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel27.TabIndex = 16;
+ this.smartLabel27.Text = "1.234567";
+ this.smartLabel27.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel27.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel27.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel27.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel27.Wordwrap = false;
+ //
+ // smartLabel28
+ //
+ this.smartLabel28.BackGround = this.smartGroupBox4;
+ this.smartLabel28.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel28.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel28.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel28.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel28.LineSpacing = 0F;
+ this.smartLabel28.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel28.Name = "smartLabel28";
+ this.smartLabel28.OverlapOptimize = true;
+ this.smartLabel28.PasswordChar = '\0';
+ this.smartLabel28.Radius = 3;
+ this.smartLabel28.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel28.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel28.TabIndex = 15;
+ this.smartLabel28.Text = "StDev";
+ this.smartLabel28.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel28.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel28.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel28.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel28.Wordwrap = false;
+ //
+ // smartLabel29
+ //
+ this.smartLabel29.BackGround = null;
+ this.smartLabel29.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel29.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel29.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel29.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel29.LineSpacing = 0F;
+ this.smartLabel29.Location = new System.Drawing.Point(89, 176);
+ this.smartLabel29.Name = "smartLabel29";
+ this.smartLabel29.OverlapOptimize = true;
+ this.smartLabel29.PasswordChar = '\0';
+ this.smartLabel29.Radius = 3;
+ this.smartLabel29.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel29.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel29.TabIndex = 14;
+ this.smartLabel29.Text = "1.2345";
+ this.smartLabel29.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel29.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel29.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel29.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel29.Wordwrap = false;
+ //
+ // smartLabel30
+ //
+ this.smartLabel30.BackGround = this.smartGroupBox4;
+ this.smartLabel30.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel30.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel30.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel30.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel30.LineSpacing = 0F;
+ this.smartLabel30.Location = new System.Drawing.Point(3, 176);
+ this.smartLabel30.Name = "smartLabel30";
+ this.smartLabel30.OverlapOptimize = true;
+ this.smartLabel30.PasswordChar = '\0';
+ this.smartLabel30.Radius = 3;
+ this.smartLabel30.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel30.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel30.TabIndex = 13;
+ this.smartLabel30.Text = "Max";
+ this.smartLabel30.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel30.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel30.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel30.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel30.Wordwrap = false;
+ //
+ // smartLabel31
+ //
+ this.smartLabel31.BackGround = null;
+ this.smartLabel31.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel31.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel31.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel31.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel31.LineSpacing = 0F;
+ this.smartLabel31.Location = new System.Drawing.Point(89, 154);
+ this.smartLabel31.Name = "smartLabel31";
+ this.smartLabel31.OverlapOptimize = true;
+ this.smartLabel31.PasswordChar = '\0';
+ this.smartLabel31.Radius = 3;
+ this.smartLabel31.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel31.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel31.TabIndex = 12;
+ this.smartLabel31.Text = "1.2345";
+ this.smartLabel31.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel31.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel31.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel31.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel31.Wordwrap = false;
+ //
+ // smartLabel32
+ //
+ this.smartLabel32.BackGround = this.smartGroupBox4;
+ this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel32.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel32.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel32.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel32.LineSpacing = 0F;
+ this.smartLabel32.Location = new System.Drawing.Point(3, 154);
+ this.smartLabel32.Name = "smartLabel32";
+ this.smartLabel32.OverlapOptimize = true;
+ this.smartLabel32.PasswordChar = '\0';
+ this.smartLabel32.Radius = 3;
+ this.smartLabel32.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel32.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel32.TabIndex = 12;
+ this.smartLabel32.Text = "Current";
+ this.smartLabel32.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel32.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel32.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel32.Wordwrap = false;
+ //
+ // smartDraw3
+ //
+ this.smartDraw3.BackGround = null;
+ this.smartDraw3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw3.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw3.Chart.ChartChannelPenStyle = null;
+ this.smartDraw3.Chart.ChartDrawStep = 1;
+ this.smartDraw3.Chart.ChartHeight = 0;
+ this.smartDraw3.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw3.Chart.ChartWidth = 0;
+ this.smartDraw3.Chart.OriginX = 30;
+ this.smartDraw3.Chart.OriginY = 20;
+ this.smartDraw3.Chart.XIncrement = 1;
+ this.smartDraw3.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw3.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw3.Location = new System.Drawing.Point(3, 38);
+ this.smartDraw3.Name = "smartDraw3";
+ this.smartDraw3.OverlapOptimize = false;
+ this.smartDraw3.Size = new System.Drawing.Size(192, 110);
+ this.smartDraw3.TabIndex = 11;
+ this.smartDraw3.Text = "smartDraw3";
+ //
+ // smartGroupBox3
+ //
+ this.smartGroupBox3.BackGround = null;
+ this.smartGroupBox3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartGroupBox3.BackImage = null;
+ this.smartGroupBox3.Controls.Add(this.smartSeparatorLine2);
+ this.smartGroupBox3.Controls.Add(this.smartLabel13);
+ this.smartGroupBox3.Controls.Add(this.smartLabel14);
+ this.smartGroupBox3.Controls.Add(this.smartLabel15);
+ this.smartGroupBox3.Controls.Add(this.smartLabel16);
+ this.smartGroupBox3.Controls.Add(this.smartLabel17);
+ this.smartGroupBox3.Controls.Add(this.smartLabel18);
+ this.smartGroupBox3.Controls.Add(this.smartLabel19);
+ this.smartGroupBox3.Controls.Add(this.smartLabel20);
+ this.smartGroupBox3.Controls.Add(this.smartLabel21);
+ this.smartGroupBox3.Controls.Add(this.smartLabel22);
+ this.smartGroupBox3.Controls.Add(this.smartDraw2);
+ this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ 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(209, 41);
+ this.smartGroupBox3.Name = "smartGroupBox3";
+ this.smartGroupBox3.RoundRadius = 5;
+ this.smartGroupBox3.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox3.TabIndex = 22;
+ this.smartGroupBox3.Text = "Lane 2";
+ this.smartGroupBox3.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine2
+ //
+ this.smartSeparatorLine2.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine2.Line1Width = 1F;
+ this.smartSeparatorLine2.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine2.Line2Width = 1F;
+ this.smartSeparatorLine2.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine2.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine2.Name = "smartSeparatorLine2";
+ this.smartSeparatorLine2.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine2.TabIndex = 21;
+ this.smartSeparatorLine2.Text = "smartSeparatorLine2";
+ //
+ // 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(89, 254);
+ 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(100, 20);
+ this.smartLabel13.TabIndex = 20;
+ this.smartLabel13.Text = "1.234567";
+ 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;
+ //
+ // smartLabel14
+ //
+ this.smartLabel14.BackGround = this.smartGroupBox3;
+ this.smartLabel14.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel14.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel14.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel14.LineSpacing = 0F;
+ this.smartLabel14.Location = new System.Drawing.Point(3, 254);
+ this.smartLabel14.Name = "smartLabel14";
+ this.smartLabel14.OverlapOptimize = true;
+ this.smartLabel14.PasswordChar = '\0';
+ this.smartLabel14.Radius = 3;
+ this.smartLabel14.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel14.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel14.TabIndex = 19;
+ this.smartLabel14.Text = "StDev";
+ this.smartLabel14.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel14.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel14.Wordwrap = false;
+ //
+ // smartLabel15
+ //
+ this.smartLabel15.BackGround = null;
+ this.smartLabel15.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel15.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel15.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel15.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel15.LineSpacing = 0F;
+ this.smartLabel15.Location = new System.Drawing.Point(89, 232);
+ this.smartLabel15.Name = "smartLabel15";
+ this.smartLabel15.OverlapOptimize = true;
+ this.smartLabel15.PasswordChar = '\0';
+ this.smartLabel15.Radius = 3;
+ this.smartLabel15.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel15.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel15.TabIndex = 18;
+ this.smartLabel15.Text = "NG";
+ this.smartLabel15.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel15.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel15.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel15.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel15.Wordwrap = false;
+ //
+ // smartLabel16
+ //
+ this.smartLabel16.BackGround = this.smartGroupBox3;
+ this.smartLabel16.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel16.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel16.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel16.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel16.LineSpacing = 0F;
+ this.smartLabel16.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel16.Name = "smartLabel16";
+ this.smartLabel16.OverlapOptimize = true;
+ this.smartLabel16.PasswordChar = '\0';
+ this.smartLabel16.Radius = 3;
+ this.smartLabel16.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel16.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel16.TabIndex = 17;
+ this.smartLabel16.Text = "Result";
+ this.smartLabel16.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel16.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel16.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel16.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel16.Wordwrap = false;
+ //
+ // smartLabel17
+ //
+ this.smartLabel17.BackGround = null;
+ this.smartLabel17.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel17.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel17.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel17.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel17.LineSpacing = 0F;
+ this.smartLabel17.Location = new System.Drawing.Point(89, 198);
+ this.smartLabel17.Name = "smartLabel17";
+ this.smartLabel17.OverlapOptimize = true;
+ this.smartLabel17.PasswordChar = '\0';
+ this.smartLabel17.Radius = 3;
+ this.smartLabel17.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel17.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel17.TabIndex = 16;
+ this.smartLabel17.Text = "1.234567";
+ this.smartLabel17.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel17.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel17.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel17.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel17.Wordwrap = false;
+ //
+ // smartLabel18
+ //
+ this.smartLabel18.BackGround = this.smartGroupBox3;
+ this.smartLabel18.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel18.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel18.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel18.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel18.LineSpacing = 0F;
+ this.smartLabel18.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel18.Name = "smartLabel18";
+ this.smartLabel18.OverlapOptimize = true;
+ this.smartLabel18.PasswordChar = '\0';
+ this.smartLabel18.Radius = 3;
+ this.smartLabel18.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel18.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel18.TabIndex = 15;
+ this.smartLabel18.Text = "StDev";
+ this.smartLabel18.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel18.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel18.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel18.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel18.Wordwrap = false;
+ //
+ // smartLabel19
+ //
+ this.smartLabel19.BackGround = null;
+ this.smartLabel19.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel19.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel19.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel19.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel19.LineSpacing = 0F;
+ this.smartLabel19.Location = new System.Drawing.Point(89, 176);
+ this.smartLabel19.Name = "smartLabel19";
+ this.smartLabel19.OverlapOptimize = true;
+ this.smartLabel19.PasswordChar = '\0';
+ this.smartLabel19.Radius = 3;
+ this.smartLabel19.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel19.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel19.TabIndex = 14;
+ this.smartLabel19.Text = "1.2345";
+ this.smartLabel19.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel19.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel19.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel19.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel19.Wordwrap = false;
+ //
+ // smartLabel20
+ //
+ this.smartLabel20.BackGround = this.smartGroupBox3;
+ this.smartLabel20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel20.LineSpacing = 0F;
+ this.smartLabel20.Location = new System.Drawing.Point(3, 176);
+ 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(80, 20);
+ this.smartLabel20.TabIndex = 13;
+ this.smartLabel20.Text = "Max";
+ this.smartLabel20.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel20.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel20.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel20.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel20.Wordwrap = false;
+ //
+ // smartLabel21
+ //
+ this.smartLabel21.BackGround = null;
+ this.smartLabel21.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel21.LineSpacing = 0F;
+ this.smartLabel21.Location = new System.Drawing.Point(89, 154);
+ 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(100, 20);
+ this.smartLabel21.TabIndex = 12;
+ this.smartLabel21.Text = "1.2345";
+ this.smartLabel21.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel21.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel21.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel21.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel21.Wordwrap = false;
+ //
+ // smartLabel22
+ //
+ this.smartLabel22.BackGround = this.smartGroupBox3;
+ this.smartLabel22.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel22.LineSpacing = 0F;
+ this.smartLabel22.Location = new System.Drawing.Point(3, 154);
+ 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(80, 20);
+ this.smartLabel22.TabIndex = 12;
+ this.smartLabel22.Text = "Current";
+ this.smartLabel22.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel22.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel22.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel22.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel22.Wordwrap = false;
+ //
+ // smartDraw2
+ //
+ this.smartDraw2.BackGround = null;
+ this.smartDraw2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw2.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw2.Chart.ChartChannelPenStyle = null;
+ this.smartDraw2.Chart.ChartDrawStep = 1;
+ this.smartDraw2.Chart.ChartHeight = 0;
+ this.smartDraw2.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw2.Chart.ChartWidth = 0;
+ this.smartDraw2.Chart.OriginX = 30;
+ this.smartDraw2.Chart.OriginY = 20;
+ this.smartDraw2.Chart.XIncrement = 1;
+ this.smartDraw2.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw2.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw2.Location = new System.Drawing.Point(3, 38);
+ this.smartDraw2.Name = "smartDraw2";
+ this.smartDraw2.OverlapOptimize = false;
+ this.smartDraw2.Size = new System.Drawing.Size(192, 110);
+ this.smartDraw2.TabIndex = 11;
+ this.smartDraw2.Text = "smartDraw2";
+ //
+ // 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.smartSeparatorLine1);
+ this.smartGroupBox1.Controls.Add(this.smartLabel9);
+ this.smartGroupBox1.Controls.Add(this.smartLabel10);
+ this.smartGroupBox1.Controls.Add(this.smartLabel11);
+ this.smartGroupBox1.Controls.Add(this.smartLabel12);
+ this.smartGroupBox1.Controls.Add(this.smartLabel7);
+ this.smartGroupBox1.Controls.Add(this.smartLabel8);
+ this.smartGroupBox1.Controls.Add(this.smartLabel5);
+ this.smartGroupBox1.Controls.Add(this.smartLabel6);
+ this.smartGroupBox1.Controls.Add(this.smartLabel61);
+ this.smartGroupBox1.Controls.Add(this.smartLabel4);
+ this.smartGroupBox1.Controls.Add(this.smartLabel3);
+ this.smartGroupBox1.Controls.Add(this.smartDraw1);
+ 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(5, 41);
+ this.smartGroupBox1.Name = "smartGroupBox1";
+ this.smartGroupBox1.RoundRadius = 5;
+ this.smartGroupBox1.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox1.TabIndex = 3;
+ this.smartGroupBox1.Text = "Lane 1";
+ this.smartGroupBox1.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine1
+ //
+ this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine1.Line1Width = 1F;
+ this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine1.Line2Width = 1F;
+ this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine1.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine1.Name = "smartSeparatorLine1";
+ this.smartSeparatorLine1.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine1.TabIndex = 21;
+ this.smartSeparatorLine1.Text = "smartSeparatorLine1";
+ //
+ // smartLabel9
+ //
+ this.smartLabel9.BackGround = null;
+ this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel9.LineSpacing = 0F;
+ this.smartLabel9.Location = new System.Drawing.Point(89, 254);
+ 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(100, 20);
+ this.smartLabel9.TabIndex = 20;
+ this.smartLabel9.Text = "1.234567";
+ this.smartLabel9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel9.Wordwrap = false;
+ //
+ // smartLabel10
+ //
+ this.smartLabel10.BackGround = this.smartGroupBox1;
+ 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(3, 254);
+ 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(80, 20);
+ this.smartLabel10.TabIndex = 19;
+ this.smartLabel10.Text = "StDev";
+ 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;
+ //
+ // 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(89, 232);
+ 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(100, 20);
+ this.smartLabel11.TabIndex = 18;
+ this.smartLabel11.Text = "OK";
+ 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;
+ //
+ // smartLabel12
+ //
+ this.smartLabel12.BackGround = this.smartGroupBox1;
+ this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel12.LineSpacing = 0F;
+ this.smartLabel12.Location = new System.Drawing.Point(3, 232);
+ 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(80, 20);
+ this.smartLabel12.TabIndex = 17;
+ this.smartLabel12.Text = "Result";
+ this.smartLabel12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel12.Wordwrap = false;
+ //
+ // smartLabel7
+ //
+ this.smartLabel7.BackGround = null;
+ this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel7.LineSpacing = 0F;
+ this.smartLabel7.Location = new System.Drawing.Point(89, 198);
+ 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(100, 20);
+ this.smartLabel7.TabIndex = 16;
+ this.smartLabel7.Text = "1.234567";
+ this.smartLabel7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel7.Wordwrap = false;
+ //
+ // smartLabel8
+ //
+ this.smartLabel8.BackGround = this.smartGroupBox1;
+ 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(3, 198);
+ 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(80, 20);
+ this.smartLabel8.TabIndex = 15;
+ this.smartLabel8.Text = "StDev";
+ 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;
+ //
+ // smartLabel5
+ //
+ this.smartLabel5.BackGround = null;
+ this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel5.LineSpacing = 0F;
+ this.smartLabel5.Location = new System.Drawing.Point(89, 176);
+ 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(100, 20);
+ this.smartLabel5.TabIndex = 14;
+ this.smartLabel5.Text = "1.2345";
+ this.smartLabel5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel5.Wordwrap = false;
+ //
+ // smartLabel6
+ //
+ this.smartLabel6.BackGround = this.smartGroupBox1;
+ this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel6.LineSpacing = 0F;
+ this.smartLabel6.Location = new System.Drawing.Point(3, 176);
+ 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(80, 20);
+ this.smartLabel6.TabIndex = 13;
+ this.smartLabel6.Text = "Max";
+ this.smartLabel6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel6.Wordwrap = false;
+ //
+ // smartLabel61
+ //
+ this.smartLabel61.BackGround = null;
+ this.smartLabel61.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel61.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel61.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel61.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel61.LineSpacing = 0F;
+ this.smartLabel61.Location = new System.Drawing.Point(399, 392);
+ this.smartLabel61.Name = "smartLabel61";
+ this.smartLabel61.OverlapOptimize = true;
+ this.smartLabel61.PasswordChar = '\0';
+ this.smartLabel61.Radius = 3;
+ this.smartLabel61.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel61.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel61.TabIndex = 12;
+ this.smartLabel61.Text = "1.2345";
+ this.smartLabel61.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel61.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel61.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel61.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel61.Wordwrap = false;
+ //
+ // smartLabel4
+ //
+ this.smartLabel4.BackGround = null;
+ this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel4.LineSpacing = 0F;
+ this.smartLabel4.Location = new System.Drawing.Point(89, 154);
+ 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(100, 20);
+ this.smartLabel4.TabIndex = 12;
+ this.smartLabel4.Text = "1.2345";
+ this.smartLabel4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel4.Wordwrap = false;
+ //
+ // smartLabel3
+ //
+ this.smartLabel3.BackGround = this.smartGroupBox1;
+ this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel3.LineSpacing = 0F;
+ this.smartLabel3.Location = new System.Drawing.Point(3, 154);
+ 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(80, 20);
+ this.smartLabel3.TabIndex = 12;
+ this.smartLabel3.Text = "Current";
+ this.smartLabel3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel3.Wordwrap = false;
+ //
+ // smartDraw1
+ //
+ this.smartDraw1.BackGround = null;
+ this.smartDraw1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw1.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw1.Chart.ChartChannelPenStyle = null;
+ this.smartDraw1.Chart.ChartDrawStep = 1;
+ this.smartDraw1.Chart.ChartHeight = 0;
+ this.smartDraw1.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw1.Chart.ChartWidth = 0;
+ this.smartDraw1.Chart.OriginX = 30;
+ this.smartDraw1.Chart.OriginY = 20;
+ this.smartDraw1.Chart.XIncrement = 1;
+ this.smartDraw1.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw1.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw1.Location = new System.Drawing.Point(3, 38);
+ this.smartDraw1.Name = "smartDraw1";
+ this.smartDraw1.OverlapOptimize = false;
+ this.smartDraw1.Size = new System.Drawing.Size(192, 110);
+ this.smartDraw1.TabIndex = 11;
+ this.smartDraw1.Text = "smartDraw1";
+ //
+ // FormMainDisplay
+ //
+ 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, 618);
+ this.ControlBox = false;
+ this.Controls.Add(this.smartForm1);
+ this.Name = "FormMainDisplay";
+ this.Text = "Form1";
+ this.smartForm1.ResumeLayout(false);
+ this.smartGroupBox2.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw6)).EndInit();
+ this.smartGroupBox7.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw7)).EndInit();
+ this.smartGroupBox8.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw8)).EndInit();
+ this.smartGroupBox9.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw9)).EndInit();
+ this.smartGroupBox10.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw10)).EndInit();
+ this.smartGroupBox6.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw5)).EndInit();
+ this.smartGroupBox5.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw4)).EndInit();
+ this.smartGroupBox4.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw3)).EndInit();
+ this.smartGroupBox3.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw2)).EndInit();
+ this.smartGroupBox1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw1)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private SmartX.SmartForm smartForm1;
+ private SmartX.SmartGroupBox smartGroupBox1;
+ private SmartX.SmartLabel smartLabel7;
+ private SmartX.SmartLabel smartLabel8;
+ private SmartX.SmartLabel smartLabel5;
+ private SmartX.SmartLabel smartLabel6;
+ private SmartX.SmartLabel smartLabel4;
+ private SmartX.SmartLabel smartLabel3;
+ private SmartX.SmartDraw smartDraw1;
+ private SmartX.SmartGroupBox smartGroupBox2;
+ private SmartX.SmartSeparatorLine smartSeparatorLine6;
+ private SmartX.SmartLabel smartLabel53;
+ private SmartX.SmartLabel smartLabel54;
+ private SmartX.SmartLabel smartLabel55;
+ private SmartX.SmartLabel smartLabel56;
+ private SmartX.SmartLabel smartLabel57;
+ private SmartX.SmartLabel smartLabel58;
+ private SmartX.SmartLabel smartLabel59;
+ private SmartX.SmartLabel smartLabel60;
+ private SmartX.SmartLabel smartLabel62;
+ private SmartX.SmartDraw smartDraw6;
+ private SmartX.SmartGroupBox smartGroupBox7;
+ private SmartX.SmartSeparatorLine smartSeparatorLine7;
+ private SmartX.SmartLabel smartLabel63;
+ private SmartX.SmartLabel smartLabel64;
+ private SmartX.SmartLabel smartLabel65;
+ private SmartX.SmartLabel smartLabel66;
+ private SmartX.SmartLabel smartLabel67;
+ private SmartX.SmartLabel smartLabel68;
+ private SmartX.SmartLabel smartLabel69;
+ private SmartX.SmartLabel smartLabel70;
+ private SmartX.SmartLabel smartLabel71;
+ private SmartX.SmartLabel smartLabel72;
+ private SmartX.SmartDraw smartDraw7;
+ private SmartX.SmartGroupBox smartGroupBox8;
+ private SmartX.SmartSeparatorLine smartSeparatorLine8;
+ private SmartX.SmartLabel smartLabel73;
+ private SmartX.SmartLabel smartLabel74;
+ private SmartX.SmartLabel smartLabel75;
+ private SmartX.SmartLabel smartLabel76;
+ private SmartX.SmartLabel smartLabel77;
+ private SmartX.SmartLabel smartLabel78;
+ private SmartX.SmartLabel smartLabel79;
+ private SmartX.SmartLabel smartLabel80;
+ private SmartX.SmartLabel smartLabel81;
+ private SmartX.SmartLabel smartLabel82;
+ private SmartX.SmartDraw smartDraw8;
+ private SmartX.SmartGroupBox smartGroupBox9;
+ private SmartX.SmartSeparatorLine smartSeparatorLine9;
+ private SmartX.SmartLabel smartLabel83;
+ private SmartX.SmartLabel smartLabel84;
+ private SmartX.SmartLabel smartLabel85;
+ private SmartX.SmartLabel smartLabel86;
+ private SmartX.SmartLabel smartLabel87;
+ private SmartX.SmartLabel smartLabel88;
+ private SmartX.SmartLabel smartLabel89;
+ private SmartX.SmartLabel smartLabel90;
+ private SmartX.SmartLabel smartLabel91;
+ private SmartX.SmartLabel smartLabel92;
+ private SmartX.SmartDraw smartDraw9;
+ private SmartX.SmartGroupBox smartGroupBox10;
+ private SmartX.SmartSeparatorLine smartSeparatorLine10;
+ private SmartX.SmartLabel smartLabel93;
+ private SmartX.SmartLabel smartLabel94;
+ private SmartX.SmartLabel smartLabel95;
+ private SmartX.SmartLabel smartLabel96;
+ private SmartX.SmartLabel smartLabel97;
+ private SmartX.SmartLabel smartLabel98;
+ private SmartX.SmartLabel smartLabel99;
+ private SmartX.SmartLabel smartLabel100;
+ private SmartX.SmartLabel smartLabel101;
+ private SmartX.SmartLabel smartLabel102;
+ private SmartX.SmartDraw smartDraw10;
+ private SmartX.SmartGroupBox smartGroupBox6;
+ private SmartX.SmartSeparatorLine smartSeparatorLine5;
+ private SmartX.SmartLabel smartLabel43;
+ private SmartX.SmartLabel smartLabel44;
+ private SmartX.SmartLabel smartLabel45;
+ private SmartX.SmartLabel smartLabel46;
+ private SmartX.SmartLabel smartLabel47;
+ private SmartX.SmartLabel smartLabel48;
+ private SmartX.SmartLabel smartLabel49;
+ private SmartX.SmartLabel smartLabel50;
+ private SmartX.SmartLabel smartLabel51;
+ private SmartX.SmartLabel smartLabel52;
+ private SmartX.SmartDraw smartDraw5;
+ private SmartX.SmartGroupBox smartGroupBox5;
+ private SmartX.SmartSeparatorLine smartSeparatorLine4;
+ private SmartX.SmartLabel smartLabel33;
+ private SmartX.SmartLabel smartLabel34;
+ private SmartX.SmartLabel smartLabel35;
+ private SmartX.SmartLabel smartLabel36;
+ private SmartX.SmartLabel smartLabel37;
+ private SmartX.SmartLabel smartLabel38;
+ private SmartX.SmartLabel smartLabel39;
+ private SmartX.SmartLabel smartLabel40;
+ private SmartX.SmartLabel smartLabel41;
+ private SmartX.SmartLabel smartLabel42;
+ private SmartX.SmartDraw smartDraw4;
+ private SmartX.SmartGroupBox smartGroupBox4;
+ private SmartX.SmartSeparatorLine smartSeparatorLine3;
+ private SmartX.SmartLabel smartLabel23;
+ private SmartX.SmartLabel smartLabel24;
+ private SmartX.SmartLabel smartLabel25;
+ private SmartX.SmartLabel smartLabel26;
+ private SmartX.SmartLabel smartLabel27;
+ private SmartX.SmartLabel smartLabel28;
+ private SmartX.SmartLabel smartLabel29;
+ private SmartX.SmartLabel smartLabel30;
+ private SmartX.SmartLabel smartLabel31;
+ private SmartX.SmartLabel smartLabel32;
+ private SmartX.SmartDraw smartDraw3;
+ private SmartX.SmartGroupBox smartGroupBox3;
+ private SmartX.SmartSeparatorLine smartSeparatorLine2;
+ private SmartX.SmartLabel smartLabel13;
+ private SmartX.SmartLabel smartLabel14;
+ private SmartX.SmartLabel smartLabel15;
+ private SmartX.SmartLabel smartLabel16;
+ private SmartX.SmartLabel smartLabel17;
+ private SmartX.SmartLabel smartLabel18;
+ private SmartX.SmartLabel smartLabel19;
+ private SmartX.SmartLabel smartLabel20;
+ private SmartX.SmartLabel smartLabel21;
+ private SmartX.SmartLabel smartLabel22;
+ private SmartX.SmartDraw smartDraw2;
+ private SmartX.SmartSeparatorLine smartSeparatorLine1;
+ private SmartX.SmartLabel smartLabel9;
+ private SmartX.SmartLabel smartLabel10;
+ private SmartX.SmartLabel smartLabel11;
+ private SmartX.SmartLabel smartLabel12;
+ private SmartX.SmartLabel smartLabel61;
+ private SmartX.SmartLabel smartLabel107;
+ private SmartX.SmartLabel smartLabel106;
+ private SmartX.SmartLabel smartLabel105;
+ private SmartX.SmartLabel smartLabel104;
+ private SmartX.SmartLabel smartLabel111;
+ private SmartX.SmartLabel smartLabel110;
+ private SmartX.SmartLabel smartLabel109;
+ private SmartX.SmartLabel smartLabel108;
+ }
+}
+
diff --git a/INT_PT002/Forms/FormMainDisplay.cs b/INT_PT002/Forms/FormMainDisplay.cs
new file mode 100644
index 0000000..8f6750a
--- /dev/null
+++ b/INT_PT002/Forms/FormMainDisplay.cs
@@ -0,0 +1,51 @@
+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;
+
+namespace INT_PT002.Forms
+{
+ public partial class FormMainDisplay : Form
+ {
+ #region Field
+ private FormMain m_ParentForm;
+ #endregion
+
+ #region Constructor
+ public FormMainDisplay(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
+
+ #endregion
+
+ #region Event Handler
+ private void smartButton1_Click(object sender, EventArgs e)
+ {
+ this.ParentForm.smartForm1.Show(2);
+ }
+
+ private void smartButton2_Click(object sender, EventArgs e)
+ {
+ this.ParentForm.smartForm1.Show(1);
+ }
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/INT_PT002/Forms/FormMainDisplay.resx b/INT_PT002/Forms/FormMainDisplay.resx
new file mode 100644
index 0000000..59d793b
--- /dev/null
+++ b/INT_PT002/Forms/FormMainDisplay.resx
@@ -0,0 +1,202 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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
+
+
+
+
+ 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
+
+
+
+ WEBPAD
+
+
+ False
+
+
\ No newline at end of file
diff --git a/INT_PT002/Forms/FormMainDisplay1.Designer.cs b/INT_PT002/Forms/FormMainDisplay1.Designer.cs
new file mode 100644
index 0000000..0e12377
--- /dev/null
+++ b/INT_PT002/Forms/FormMainDisplay1.Designer.cs
@@ -0,0 +1,4362 @@
+namespace INT_PT002.Forms
+{
+ partial class FormMainDisplay1
+ {
+ ///
+ /// 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(FormMainDisplay1));
+ SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle chartPenStyle1 = new SmartX.SmartDraw_ChartChannelPenStyle.ChartPenStyle();
+ this.smartForm1 = new SmartX.SmartForm();
+ this.labelStop = new SmartX.SmartLabel();
+ this.labelStart = new SmartX.SmartLabel();
+ this.buttonExit = new SmartX.SmartButton();
+ this.labelCommunicationStatus = new SmartX.SmartLabel();
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
+ this.buttonCut = new SmartX.SmartButton();
+ this.buttonClear = new SmartX.SmartButton();
+ this.buttonSetting = new SmartX.SmartButton();
+ this.labelTime = new SmartX.SmartLabel();
+ this.buttonMainDisplay = new SmartX.SmartButton();
+ this.smartGroupBox4 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine13 = new SmartX.SmartSeparatorLine();
+ this.labelResult3_1 = new SmartX.SmartLabel();
+ this.smartSeparatorLine3 = new SmartX.SmartSeparatorLine();
+ this.labelResultSD3 = new SmartX.SmartLabel();
+ this.smartLabel24 = new SmartX.SmartLabel();
+ this.labelResult3 = new SmartX.SmartLabel();
+ this.smartLabel26 = new SmartX.SmartLabel();
+ this.labelStDev3 = new SmartX.SmartLabel();
+ this.smartLabel28 = new SmartX.SmartLabel();
+ this.labelMaxValue3 = new SmartX.SmartLabel();
+ this.smartLabel30 = new SmartX.SmartLabel();
+ this.labelCurrentValue3 = new SmartX.SmartLabel();
+ this.smartLabel32 = new SmartX.SmartLabel();
+ this.smartDraw3 = new SmartX.SmartDraw();
+ this.smartDraw_ChartChannelPenStyle1 = new SmartX.SmartDraw_ChartChannelPenStyle();
+ this.smartGroupBox5 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine14 = new SmartX.SmartSeparatorLine();
+ this.labelResult4_1 = new SmartX.SmartLabel();
+ this.smartSeparatorLine4 = new SmartX.SmartSeparatorLine();
+ this.labelResultSD4 = new SmartX.SmartLabel();
+ this.smartLabel34 = new SmartX.SmartLabel();
+ this.labelResult4 = new SmartX.SmartLabel();
+ this.smartLabel36 = new SmartX.SmartLabel();
+ this.labelStDev4 = new SmartX.SmartLabel();
+ this.smartLabel38 = new SmartX.SmartLabel();
+ this.labelMaxValue4 = new SmartX.SmartLabel();
+ this.smartLabel40 = new SmartX.SmartLabel();
+ this.labelCurrentValue4 = new SmartX.SmartLabel();
+ this.smartLabel42 = new SmartX.SmartLabel();
+ this.smartDraw4 = new SmartX.SmartDraw();
+ this.smartGroupBox1 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine11 = new SmartX.SmartSeparatorLine();
+ this.labelResult1_1 = new SmartX.SmartLabel();
+ this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
+ this.labelResultSD1 = new SmartX.SmartLabel();
+ this.smartLabel10 = new SmartX.SmartLabel();
+ this.labelResult1 = new SmartX.SmartLabel();
+ this.smartLabel12 = new SmartX.SmartLabel();
+ this.labelStDev1 = new SmartX.SmartLabel();
+ this.smartLabel8 = new SmartX.SmartLabel();
+ this.labelMaxValue1 = new SmartX.SmartLabel();
+ this.smartLabel6 = new SmartX.SmartLabel();
+ this.smartLabel61 = new SmartX.SmartLabel();
+ this.labelCurrentValue1 = new SmartX.SmartLabel();
+ this.smartLabel3 = new SmartX.SmartLabel();
+ this.smartDraw1 = new SmartX.SmartDraw();
+ this.smartGroupBox3 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine12 = new SmartX.SmartSeparatorLine();
+ this.smartSeparatorLine2 = new SmartX.SmartSeparatorLine();
+ this.labelResult2_1 = new SmartX.SmartLabel();
+ this.labelResultSD2 = new SmartX.SmartLabel();
+ this.smartLabel14 = new SmartX.SmartLabel();
+ this.labelResult2 = new SmartX.SmartLabel();
+ this.smartLabel16 = new SmartX.SmartLabel();
+ this.labelStDev2 = new SmartX.SmartLabel();
+ this.smartLabel18 = new SmartX.SmartLabel();
+ this.labelMaxValue2 = new SmartX.SmartLabel();
+ this.smartLabel20 = new SmartX.SmartLabel();
+ this.labelCurrentValue2 = new SmartX.SmartLabel();
+ this.smartLabel22 = new SmartX.SmartLabel();
+ this.smartDraw2 = new SmartX.SmartDraw();
+ this.smartGroupBox6 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine15 = new SmartX.SmartSeparatorLine();
+ this.labelResult5_1 = new SmartX.SmartLabel();
+ this.smartSeparatorLine5 = new SmartX.SmartSeparatorLine();
+ this.labelResultSD5 = new SmartX.SmartLabel();
+ this.smartLabel44 = new SmartX.SmartLabel();
+ this.labelResult5 = new SmartX.SmartLabel();
+ this.smartLabel46 = new SmartX.SmartLabel();
+ this.labelStDev5 = new SmartX.SmartLabel();
+ this.smartLabel48 = new SmartX.SmartLabel();
+ this.labelMaxValue5 = new SmartX.SmartLabel();
+ this.smartLabel50 = new SmartX.SmartLabel();
+ this.labelCurrentValue5 = new SmartX.SmartLabel();
+ this.smartLabel52 = new SmartX.SmartLabel();
+ this.smartDraw5 = new SmartX.SmartDraw();
+ this.smartGroupBox7 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine19 = new SmartX.SmartSeparatorLine();
+ this.labelResult9_1 = new SmartX.SmartLabel();
+ this.smartSeparatorLine7 = new SmartX.SmartSeparatorLine();
+ this.labelResultSD9 = new SmartX.SmartLabel();
+ this.smartLabel64 = new SmartX.SmartLabel();
+ this.labelResult9 = new SmartX.SmartLabel();
+ this.smartLabel66 = new SmartX.SmartLabel();
+ this.labelStDev9 = new SmartX.SmartLabel();
+ this.smartLabel68 = new SmartX.SmartLabel();
+ this.labelMaxValue9 = new SmartX.SmartLabel();
+ this.smartLabel70 = new SmartX.SmartLabel();
+ this.labelCurrentValue9 = new SmartX.SmartLabel();
+ this.smartLabel72 = new SmartX.SmartLabel();
+ this.smartDraw9 = new SmartX.SmartDraw();
+ this.labelProgress7 = new SmartX.SmartLabel();
+ this.labelProgress6 = new SmartX.SmartLabel();
+ this.labelProgress5 = new SmartX.SmartLabel();
+ this.labelProgress4 = new SmartX.SmartLabel();
+ this.labelProgress3 = new SmartX.SmartLabel();
+ this.labelProgress2 = new SmartX.SmartLabel();
+ this.labelProgress1 = new SmartX.SmartLabel();
+ this.labelProgress0 = new SmartX.SmartLabel();
+ this.smartGroupBox2 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine20 = new SmartX.SmartSeparatorLine();
+ this.labelResult10_1 = new SmartX.SmartLabel();
+ this.labelCurrentValue10 = new SmartX.SmartLabel();
+ this.smartSeparatorLine6 = new SmartX.SmartSeparatorLine();
+ this.labelResultSD10 = new SmartX.SmartLabel();
+ this.smartLabel54 = new SmartX.SmartLabel();
+ this.labelResult10 = new SmartX.SmartLabel();
+ this.smartLabel56 = new SmartX.SmartLabel();
+ this.labelStDev10 = new SmartX.SmartLabel();
+ this.smartLabel58 = new SmartX.SmartLabel();
+ this.labelMaxValue10 = new SmartX.SmartLabel();
+ this.smartLabel60 = new SmartX.SmartLabel();
+ this.smartLabel62 = new SmartX.SmartLabel();
+ this.smartDraw10 = new SmartX.SmartDraw();
+ this.smartGroupBox8 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine18 = new SmartX.SmartSeparatorLine();
+ this.labelResult8_1 = new SmartX.SmartLabel();
+ this.smartSeparatorLine8 = new SmartX.SmartSeparatorLine();
+ this.labelResultSD8 = new SmartX.SmartLabel();
+ this.smartLabel74 = new SmartX.SmartLabel();
+ this.labelResult8 = new SmartX.SmartLabel();
+ this.smartLabel76 = new SmartX.SmartLabel();
+ this.labelStDev8 = new SmartX.SmartLabel();
+ this.smartLabel78 = new SmartX.SmartLabel();
+ this.labelMaxValue8 = new SmartX.SmartLabel();
+ this.smartLabel80 = new SmartX.SmartLabel();
+ this.labelCurrentValue8 = new SmartX.SmartLabel();
+ this.smartLabel82 = new SmartX.SmartLabel();
+ this.smartDraw8 = new SmartX.SmartDraw();
+ this.smartGroupBox9 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine17 = new SmartX.SmartSeparatorLine();
+ this.labelResult7_1 = new SmartX.SmartLabel();
+ this.smartSeparatorLine9 = new SmartX.SmartSeparatorLine();
+ this.labelResultSD7 = new SmartX.SmartLabel();
+ this.smartLabel84 = new SmartX.SmartLabel();
+ this.labelResult7 = new SmartX.SmartLabel();
+ this.smartLabel86 = new SmartX.SmartLabel();
+ this.labelStDev7 = new SmartX.SmartLabel();
+ this.smartLabel88 = new SmartX.SmartLabel();
+ this.labelMaxValue7 = new SmartX.SmartLabel();
+ this.smartLabel90 = new SmartX.SmartLabel();
+ this.labelCurrentValue7 = new SmartX.SmartLabel();
+ this.smartLabel92 = new SmartX.SmartLabel();
+ this.smartDraw7 = new SmartX.SmartDraw();
+ this.smartGroupBox10 = new SmartX.SmartGroupBox();
+ this.smartSeparatorLine16 = new SmartX.SmartSeparatorLine();
+ this.labelResult6_1 = new SmartX.SmartLabel();
+ this.smartSeparatorLine10 = new SmartX.SmartSeparatorLine();
+ this.labelResultSD6 = new SmartX.SmartLabel();
+ this.smartLabel94 = new SmartX.SmartLabel();
+ this.labelResult6 = new SmartX.SmartLabel();
+ this.smartLabel96 = new SmartX.SmartLabel();
+ this.labelStDev6 = new SmartX.SmartLabel();
+ this.smartLabel98 = new SmartX.SmartLabel();
+ this.labelMaxValue6 = new SmartX.SmartLabel();
+ this.smartLabel100 = new SmartX.SmartLabel();
+ this.labelCurrentValue6 = new SmartX.SmartLabel();
+ this.smartLabel102 = new SmartX.SmartLabel();
+ this.smartDraw6 = new SmartX.SmartDraw();
+ this.timerOff = new System.Windows.Forms.Timer();
+ this.timerOn = new System.Windows.Forms.Timer();
+ this.smartLabel1 = new SmartX.SmartLabel();
+ this.smartForm1.SuspendLayout();
+ this.smartGroupBox4.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw3)).BeginInit();
+ this.smartGroupBox5.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw4)).BeginInit();
+ this.smartGroupBox1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw1)).BeginInit();
+ this.smartGroupBox3.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw2)).BeginInit();
+ this.smartGroupBox6.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw5)).BeginInit();
+ this.smartGroupBox7.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw9)).BeginInit();
+ this.smartGroupBox2.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw10)).BeginInit();
+ this.smartGroupBox8.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw8)).BeginInit();
+ this.smartGroupBox9.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw7)).BeginInit();
+ this.smartGroupBox10.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw6)).BeginInit();
+ 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.smartLabel1);
+ this.smartForm1.Controls.Add(this.labelStop);
+ this.smartForm1.Controls.Add(this.labelStart);
+ this.smartForm1.Controls.Add(this.buttonExit);
+ this.smartForm1.Controls.Add(this.labelCommunicationStatus);
+ this.smartForm1.Controls.Add(this.pictureBox1);
+ this.smartForm1.Controls.Add(this.buttonCut);
+ this.smartForm1.Controls.Add(this.buttonClear);
+ this.smartForm1.Controls.Add(this.buttonSetting);
+ this.smartForm1.Controls.Add(this.labelTime);
+ this.smartForm1.Controls.Add(this.buttonMainDisplay);
+ this.smartForm1.Controls.Add(this.smartGroupBox4);
+ this.smartForm1.Controls.Add(this.smartGroupBox5);
+ this.smartForm1.Controls.Add(this.smartGroupBox1);
+ this.smartForm1.Controls.Add(this.smartGroupBox3);
+ this.smartForm1.Controls.Add(this.smartGroupBox6);
+ this.smartForm1.Controls.Add(this.smartGroupBox7);
+ this.smartForm1.Controls.Add(this.labelProgress7);
+ this.smartForm1.Controls.Add(this.labelProgress6);
+ this.smartForm1.Controls.Add(this.labelProgress5);
+ this.smartForm1.Controls.Add(this.labelProgress4);
+ this.smartForm1.Controls.Add(this.labelProgress3);
+ this.smartForm1.Controls.Add(this.labelProgress2);
+ this.smartForm1.Controls.Add(this.labelProgress1);
+ this.smartForm1.Controls.Add(this.labelProgress0);
+ this.smartForm1.Controls.Add(this.smartGroupBox2);
+ this.smartForm1.Controls.Add(this.smartGroupBox8);
+ this.smartForm1.Controls.Add(this.smartGroupBox9);
+ this.smartForm1.Controls.Add(this.smartGroupBox10);
+ 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;
+ //
+ // labelStop
+ //
+ this.labelStop.BackGround = this.smartForm1;
+ this.labelStop.BackGroundColor = System.Drawing.Color.Red;
+ this.labelStop.BorderColor = System.Drawing.Color.Red;
+ this.labelStop.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
+ this.labelStop.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
+ this.labelStop.LineSpacing = 0F;
+ this.labelStop.Location = new System.Drawing.Point(858, 5);
+ this.labelStop.Name = "labelStop";
+ this.labelStop.OverlapOptimize = true;
+ this.labelStop.PasswordChar = '\0';
+ this.labelStop.Radius = 10;
+ this.labelStop.RoundRectFillColor = System.Drawing.Color.Red;
+ this.labelStop.Size = new System.Drawing.Size(150, 60);
+ this.labelStop.TabIndex = 62;
+ this.labelStop.Text = "STOP";
+ this.labelStop.TextColor = System.Drawing.Color.White;
+ this.labelStop.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelStop.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelStop.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelStop.Wordwrap = false;
+ this.labelStop.Click += new System.EventHandler(this.labelStop_Click);
+ //
+ // labelStart
+ //
+ this.labelStart.BackGround = this.smartForm1;
+ this.labelStart.BackGroundColor = System.Drawing.Color.Lime;
+ this.labelStart.BorderColor = System.Drawing.Color.DarkGreen;
+ this.labelStart.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
+ this.labelStart.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
+ this.labelStart.LineSpacing = 0F;
+ this.labelStart.Location = new System.Drawing.Point(858, 5);
+ this.labelStart.Name = "labelStart";
+ this.labelStart.OverlapOptimize = true;
+ this.labelStart.PasswordChar = '\0';
+ this.labelStart.Radius = 10;
+ this.labelStart.RoundRectFillColor = System.Drawing.Color.DarkGreen;
+ this.labelStart.Size = new System.Drawing.Size(150, 60);
+ this.labelStart.TabIndex = 63;
+ this.labelStart.Text = "START";
+ this.labelStart.TextColor = System.Drawing.Color.White;
+ this.labelStart.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelStart.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelStart.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelStart.Wordwrap = false;
+ this.labelStart.Click += new System.EventHandler(this.labelStart_Click);
+ //
+ // buttonExit
+ //
+ this.buttonExit.BackGround = this.smartForm1;
+ this.buttonExit.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.buttonExit.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.buttonExit.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.buttonExit.ButtonImageAutoSize = true;
+ this.buttonExit.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.buttonExit.ButtonText = "EXIT";
+ this.buttonExit.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.buttonExit.GroupID = 0;
+ this.buttonExit.ImageDisable = null;
+ this.buttonExit.ImageDown = null;
+ this.buttonExit.ImageUp = null;
+ this.buttonExit.Location = new System.Drawing.Point(697, 26);
+ this.buttonExit.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
+ this.buttonExit.Name = "buttonExit";
+ this.buttonExit.NestedClickEventPrevent = false;
+ this.buttonExit.OutlinePixel = 2;
+ this.buttonExit.OverlapOptimize = true;
+ this.buttonExit.RepeatInterval = 200;
+ this.buttonExit.RepeatIntervalAccelerate = null;
+ this.buttonExit.RoundSize = 10;
+ this.buttonExit.SafeInterval = 200;
+ this.buttonExit.Size = new System.Drawing.Size(110, 39);
+ this.buttonExit.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.buttonExit.TabIndex = 22;
+ this.buttonExit.Text = null;
+ this.buttonExit.TextColor = System.Drawing.Color.White;
+ this.buttonExit.TextColorDisable = System.Drawing.Color.Gray;
+ this.buttonExit.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.buttonExit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.buttonExit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.buttonExit.Visible = false;
+ this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
+ //
+ // labelCommunicationStatus
+ //
+ this.labelCommunicationStatus.BackGround = null;
+ this.labelCommunicationStatus.BackGroundColor = System.Drawing.Color.Lime;
+ this.labelCommunicationStatus.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCommunicationStatus.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelCommunicationStatus.LineSpacing = 0F;
+ this.labelCommunicationStatus.Location = new System.Drawing.Point(832, 5);
+ this.labelCommunicationStatus.Name = "labelCommunicationStatus";
+ this.labelCommunicationStatus.OverlapOptimize = true;
+ this.labelCommunicationStatus.PasswordChar = '\0';
+ this.labelCommunicationStatus.Radius = 3;
+ this.labelCommunicationStatus.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelCommunicationStatus.Size = new System.Drawing.Size(20, 20);
+ this.labelCommunicationStatus.TabIndex = 69;
+ this.labelCommunicationStatus.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCommunicationStatus.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelCommunicationStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
+ this.labelCommunicationStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
+ this.labelCommunicationStatus.Wordwrap = false;
+ //
+ // pictureBox1
+ //
+ this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
+ this.pictureBox1.Location = new System.Drawing.Point(0, 3);
+ this.pictureBox1.Name = "pictureBox1";
+ this.pictureBox1.Size = new System.Drawing.Size(1024, 70);
+ //
+ // buttonCut
+ //
+ this.buttonCut.BackGround = this.smartForm1;
+ this.buttonCut.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.buttonCut.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.buttonCut.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.buttonCut.ButtonImageAutoSize = true;
+ this.buttonCut.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.buttonCut.ButtonText = "측정시작";
+ this.buttonCut.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.buttonCut.GroupID = 0;
+ this.buttonCut.ImageDisable = null;
+ this.buttonCut.ImageDown = null;
+ this.buttonCut.ImageUp = null;
+ this.buttonCut.Location = new System.Drawing.Point(544, 701);
+ this.buttonCut.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
+ this.buttonCut.Name = "buttonCut";
+ this.buttonCut.NestedClickEventPrevent = false;
+ this.buttonCut.OutlinePixel = 2;
+ this.buttonCut.OverlapOptimize = true;
+ this.buttonCut.RepeatInterval = 200;
+ this.buttonCut.RepeatIntervalAccelerate = null;
+ this.buttonCut.RoundSize = 10;
+ this.buttonCut.SafeInterval = 200;
+ this.buttonCut.Size = new System.Drawing.Size(110, 60);
+ this.buttonCut.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.buttonCut.TabIndex = 70;
+ this.buttonCut.Text = null;
+ this.buttonCut.TextColor = System.Drawing.Color.White;
+ this.buttonCut.TextColorDisable = System.Drawing.Color.Gray;
+ this.buttonCut.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.buttonCut.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.buttonCut.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.buttonCut.Click += new System.EventHandler(this.buttonCut_Click);
+ //
+ // buttonClear
+ //
+ this.buttonClear.BackGround = this.smartForm1;
+ this.buttonClear.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.buttonClear.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.buttonClear.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.buttonClear.ButtonImageAutoSize = true;
+ this.buttonClear.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.buttonClear.ButtonText = "데이터소거";
+ this.buttonClear.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.buttonClear.GroupID = 0;
+ this.buttonClear.ImageDisable = null;
+ this.buttonClear.ImageDown = null;
+ this.buttonClear.ImageUp = null;
+ this.buttonClear.Location = new System.Drawing.Point(661, 701);
+ this.buttonClear.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
+ this.buttonClear.Name = "buttonClear";
+ this.buttonClear.NestedClickEventPrevent = false;
+ this.buttonClear.OutlinePixel = 2;
+ this.buttonClear.OverlapOptimize = true;
+ this.buttonClear.RepeatInterval = 200;
+ this.buttonClear.RepeatIntervalAccelerate = null;
+ this.buttonClear.RoundSize = 10;
+ this.buttonClear.SafeInterval = 200;
+ this.buttonClear.Size = new System.Drawing.Size(110, 60);
+ this.buttonClear.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.buttonClear.TabIndex = 64;
+ this.buttonClear.Text = null;
+ this.buttonClear.TextColor = System.Drawing.Color.White;
+ this.buttonClear.TextColorDisable = System.Drawing.Color.Gray;
+ this.buttonClear.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.buttonClear.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.buttonClear.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
+ //
+ // 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(3, 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(110, 60);
+ this.buttonSetting.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.buttonSetting.TabIndex = 60;
+ 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.Click += new System.EventHandler(this.buttonSetting_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 = 57;
+ 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;
+ //
+ // 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(119, 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(110, 60);
+ this.buttonMainDisplay.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.buttonMainDisplay.TabIndex = 55;
+ 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.Visible = false;
+ //
+ // smartGroupBox4
+ //
+ this.smartGroupBox4.BackGround = null;
+ this.smartGroupBox4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartGroupBox4.BackImage = null;
+ this.smartGroupBox4.Controls.Add(this.smartSeparatorLine13);
+ this.smartGroupBox4.Controls.Add(this.labelResult3_1);
+ this.smartGroupBox4.Controls.Add(this.smartSeparatorLine3);
+ this.smartGroupBox4.Controls.Add(this.labelResultSD3);
+ this.smartGroupBox4.Controls.Add(this.smartLabel24);
+ this.smartGroupBox4.Controls.Add(this.labelResult3);
+ this.smartGroupBox4.Controls.Add(this.smartLabel26);
+ this.smartGroupBox4.Controls.Add(this.labelStDev3);
+ this.smartGroupBox4.Controls.Add(this.smartLabel28);
+ this.smartGroupBox4.Controls.Add(this.labelMaxValue3);
+ this.smartGroupBox4.Controls.Add(this.smartLabel30);
+ this.smartGroupBox4.Controls.Add(this.labelCurrentValue3);
+ this.smartGroupBox4.Controls.Add(this.smartLabel32);
+ this.smartGroupBox4.Controls.Add(this.smartDraw3);
+ this.smartGroupBox4.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ 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(414, 119);
+ this.smartGroupBox4.Name = "smartGroupBox4";
+ this.smartGroupBox4.RoundRadius = 5;
+ this.smartGroupBox4.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox4.TabIndex = 39;
+ this.smartGroupBox4.Text = "Lane 3";
+ this.smartGroupBox4.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine13
+ //
+ this.smartSeparatorLine13.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine13.Line1Width = 1F;
+ this.smartSeparatorLine13.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine13.Line2Width = 1F;
+ this.smartSeparatorLine13.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine13.Location = new System.Drawing.Point(9, 146);
+ this.smartSeparatorLine13.Name = "smartSeparatorLine13";
+ this.smartSeparatorLine13.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine13.TabIndex = 25;
+ this.smartSeparatorLine13.Text = "smartSeparatorLine13";
+ //
+ // labelResult3_1
+ //
+ this.labelResult3_1.BackGround = null;
+ this.labelResult3_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult3_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult3_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult3_1.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
+ this.labelResult3_1.LineSpacing = 0F;
+ this.labelResult3_1.Location = new System.Drawing.Point(3, 42);
+ this.labelResult3_1.Name = "labelResult3_1";
+ this.labelResult3_1.OverlapOptimize = true;
+ this.labelResult3_1.PasswordChar = '\0';
+ this.labelResult3_1.Radius = 3;
+ this.labelResult3_1.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult3_1.Size = new System.Drawing.Size(192, 98);
+ this.labelResult3_1.TabIndex = 24;
+ this.labelResult3_1.Text = "제품 없음";
+ this.labelResult3_1.TextColor = System.Drawing.Color.Black;
+ this.labelResult3_1.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult3_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult3_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult3_1.Wordwrap = false;
+ //
+ // smartSeparatorLine3
+ //
+ this.smartSeparatorLine3.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine3.Line1Width = 1F;
+ this.smartSeparatorLine3.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine3.Line2Width = 1F;
+ this.smartSeparatorLine3.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine3.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine3.Name = "smartSeparatorLine3";
+ this.smartSeparatorLine3.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine3.TabIndex = 21;
+ this.smartSeparatorLine3.Text = "smartSeparatorLine3";
+ //
+ // labelResultSD3
+ //
+ this.labelResultSD3.BackGround = null;
+ this.labelResultSD3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResultSD3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResultSD3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResultSD3.LineSpacing = 0F;
+ this.labelResultSD3.Location = new System.Drawing.Point(89, 254);
+ this.labelResultSD3.Name = "labelResultSD3";
+ this.labelResultSD3.OverlapOptimize = true;
+ this.labelResultSD3.PasswordChar = '\0';
+ this.labelResultSD3.Radius = 3;
+ this.labelResultSD3.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResultSD3.Size = new System.Drawing.Size(100, 20);
+ this.labelResultSD3.TabIndex = 20;
+ this.labelResultSD3.Text = "0.0023";
+ this.labelResultSD3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD3.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResultSD3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResultSD3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResultSD3.Wordwrap = false;
+ //
+ // smartLabel24
+ //
+ this.smartLabel24.BackGround = this.smartGroupBox4;
+ this.smartLabel24.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel24.LineSpacing = 0F;
+ this.smartLabel24.Location = new System.Drawing.Point(3, 254);
+ 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(80, 20);
+ this.smartLabel24.TabIndex = 19;
+ this.smartLabel24.Text = "감도";
+ this.smartLabel24.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel24.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel24.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel24.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel24.Wordwrap = false;
+ //
+ // labelResult3
+ //
+ this.labelResult3.BackGround = null;
+ this.labelResult3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResult3.LineSpacing = 0F;
+ this.labelResult3.Location = new System.Drawing.Point(89, 232);
+ this.labelResult3.Name = "labelResult3";
+ this.labelResult3.OverlapOptimize = true;
+ this.labelResult3.PasswordChar = '\0';
+ this.labelResult3.Radius = 3;
+ this.labelResult3.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult3.Size = new System.Drawing.Size(100, 20);
+ this.labelResult3.TabIndex = 18;
+ this.labelResult3.Text = "정상";
+ this.labelResult3.TextColor = System.Drawing.Color.Green;
+ this.labelResult3.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult3.Wordwrap = false;
+ //
+ // smartLabel26
+ //
+ this.smartLabel26.BackGround = this.smartGroupBox4;
+ this.smartLabel26.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel26.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel26.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel26.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel26.LineSpacing = 0F;
+ this.smartLabel26.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel26.Name = "smartLabel26";
+ this.smartLabel26.OverlapOptimize = true;
+ this.smartLabel26.PasswordChar = '\0';
+ this.smartLabel26.Radius = 3;
+ this.smartLabel26.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel26.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel26.TabIndex = 17;
+ this.smartLabel26.Text = "판정";
+ this.smartLabel26.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel26.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel26.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel26.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel26.Wordwrap = false;
+ //
+ // labelStDev3
+ //
+ this.labelStDev3.BackGround = null;
+ this.labelStDev3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelStDev3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelStDev3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelStDev3.LineSpacing = 0F;
+ this.labelStDev3.Location = new System.Drawing.Point(89, 198);
+ this.labelStDev3.Name = "labelStDev3";
+ this.labelStDev3.OverlapOptimize = true;
+ this.labelStDev3.PasswordChar = '\0';
+ this.labelStDev3.Radius = 3;
+ this.labelStDev3.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelStDev3.Size = new System.Drawing.Size(100, 20);
+ this.labelStDev3.TabIndex = 16;
+ this.labelStDev3.Text = "0.0023";
+ this.labelStDev3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev3.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelStDev3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelStDev3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelStDev3.Wordwrap = false;
+ //
+ // smartLabel28
+ //
+ this.smartLabel28.BackGround = this.smartGroupBox4;
+ this.smartLabel28.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel28.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel28.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel28.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel28.LineSpacing = 0F;
+ this.smartLabel28.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel28.Name = "smartLabel28";
+ this.smartLabel28.OverlapOptimize = true;
+ this.smartLabel28.PasswordChar = '\0';
+ this.smartLabel28.Radius = 3;
+ this.smartLabel28.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel28.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel28.TabIndex = 15;
+ this.smartLabel28.Text = "감도";
+ this.smartLabel28.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel28.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel28.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel28.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel28.Wordwrap = false;
+ //
+ // labelMaxValue3
+ //
+ this.labelMaxValue3.BackGround = null;
+ this.labelMaxValue3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelMaxValue3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelMaxValue3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelMaxValue3.LineSpacing = 0F;
+ this.labelMaxValue3.Location = new System.Drawing.Point(89, 176);
+ this.labelMaxValue3.Name = "labelMaxValue3";
+ this.labelMaxValue3.OverlapOptimize = true;
+ this.labelMaxValue3.PasswordChar = '\0';
+ this.labelMaxValue3.Radius = 3;
+ this.labelMaxValue3.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelMaxValue3.Size = new System.Drawing.Size(100, 20);
+ this.labelMaxValue3.TabIndex = 14;
+ this.labelMaxValue3.Text = "9.2354";
+ this.labelMaxValue3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue3.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelMaxValue3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelMaxValue3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelMaxValue3.Wordwrap = false;
+ //
+ // smartLabel30
+ //
+ this.smartLabel30.BackGround = this.smartGroupBox4;
+ this.smartLabel30.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel30.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel30.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel30.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel30.LineSpacing = 0F;
+ this.smartLabel30.Location = new System.Drawing.Point(3, 176);
+ this.smartLabel30.Name = "smartLabel30";
+ this.smartLabel30.OverlapOptimize = true;
+ this.smartLabel30.PasswordChar = '\0';
+ this.smartLabel30.Radius = 3;
+ this.smartLabel30.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel30.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel30.TabIndex = 13;
+ this.smartLabel30.Text = "최대값";
+ this.smartLabel30.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel30.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel30.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel30.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel30.Wordwrap = false;
+ //
+ // labelCurrentValue3
+ //
+ this.labelCurrentValue3.BackGround = null;
+ this.labelCurrentValue3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelCurrentValue3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelCurrentValue3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelCurrentValue3.LineSpacing = 0F;
+ this.labelCurrentValue3.Location = new System.Drawing.Point(89, 154);
+ this.labelCurrentValue3.Name = "labelCurrentValue3";
+ this.labelCurrentValue3.OverlapOptimize = true;
+ this.labelCurrentValue3.PasswordChar = '\0';
+ this.labelCurrentValue3.Radius = 3;
+ this.labelCurrentValue3.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelCurrentValue3.Size = new System.Drawing.Size(100, 20);
+ this.labelCurrentValue3.TabIndex = 12;
+ this.labelCurrentValue3.Text = "9.2354";
+ this.labelCurrentValue3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue3.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelCurrentValue3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelCurrentValue3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelCurrentValue3.Wordwrap = false;
+ //
+ // smartLabel32
+ //
+ this.smartLabel32.BackGround = this.smartGroupBox4;
+ this.smartLabel32.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel32.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel32.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel32.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel32.LineSpacing = 0F;
+ this.smartLabel32.Location = new System.Drawing.Point(3, 154);
+ this.smartLabel32.Name = "smartLabel32";
+ this.smartLabel32.OverlapOptimize = true;
+ this.smartLabel32.PasswordChar = '\0';
+ this.smartLabel32.Radius = 3;
+ this.smartLabel32.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel32.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel32.TabIndex = 12;
+ this.smartLabel32.Text = "현재값";
+ this.smartLabel32.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel32.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel32.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel32.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel32.Wordwrap = false;
+ //
+ // smartDraw3
+ //
+ this.smartDraw3.BackGround = null;
+ this.smartDraw3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw3.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw3.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1;
+ this.smartDraw3.Chart.ChartDrawStep = 1;
+ this.smartDraw3.Chart.ChartHeight = 0;
+ this.smartDraw3.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw3.Chart.ChartWidth = 0;
+ this.smartDraw3.Chart.OriginX = 30;
+ this.smartDraw3.Chart.OriginY = 20;
+ this.smartDraw3.Chart.XIncrement = 1;
+ this.smartDraw3.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw3.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw3.Location = new System.Drawing.Point(3, 42);
+ this.smartDraw3.Name = "smartDraw3";
+ this.smartDraw3.OverlapOptimize = false;
+ this.smartDraw3.Size = new System.Drawing.Size(192, 102);
+ this.smartDraw3.TabIndex = 11;
+ this.smartDraw3.Text = "smartDraw3";
+ this.smartDraw3.Visible = false;
+ this.smartDraw3.Click += new System.EventHandler(this.smartDraw3_Click);
+ //
+ // smartDraw_ChartChannelPenStyle1
+ //
+ chartPenStyle1.ChannelColor = System.Drawing.Color.Green;
+ chartPenStyle1.PenStyle = SmartX.SmartDraw_ChartChannelPenStyle.PenStyles.SOLID;
+ chartPenStyle1.PenWidth = 2;
+ this.smartDraw_ChartChannelPenStyle1.ChartChannelPenStyle.Add(chartPenStyle1);
+ //
+ // smartGroupBox5
+ //
+ this.smartGroupBox5.BackGround = null;
+ this.smartGroupBox5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartGroupBox5.BackImage = null;
+ this.smartGroupBox5.Controls.Add(this.smartSeparatorLine14);
+ this.smartGroupBox5.Controls.Add(this.labelResult4_1);
+ this.smartGroupBox5.Controls.Add(this.smartSeparatorLine4);
+ this.smartGroupBox5.Controls.Add(this.labelResultSD4);
+ this.smartGroupBox5.Controls.Add(this.smartLabel34);
+ this.smartGroupBox5.Controls.Add(this.labelResult4);
+ this.smartGroupBox5.Controls.Add(this.smartLabel36);
+ this.smartGroupBox5.Controls.Add(this.labelStDev4);
+ this.smartGroupBox5.Controls.Add(this.smartLabel38);
+ this.smartGroupBox5.Controls.Add(this.labelMaxValue4);
+ this.smartGroupBox5.Controls.Add(this.smartLabel40);
+ this.smartGroupBox5.Controls.Add(this.labelCurrentValue4);
+ this.smartGroupBox5.Controls.Add(this.smartLabel42);
+ this.smartGroupBox5.Controls.Add(this.smartDraw4);
+ this.smartGroupBox5.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox5.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox5.FrameLineThickness = 2;
+ this.smartGroupBox5.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
+ this.smartGroupBox5.HeaderHeightOffset = 12;
+ this.smartGroupBox5.Location = new System.Drawing.Point(618, 119);
+ this.smartGroupBox5.Name = "smartGroupBox5";
+ this.smartGroupBox5.RoundRadius = 5;
+ this.smartGroupBox5.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox5.TabIndex = 40;
+ this.smartGroupBox5.Text = "Lane 4";
+ this.smartGroupBox5.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine14
+ //
+ this.smartSeparatorLine14.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine14.Line1Width = 1F;
+ this.smartSeparatorLine14.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine14.Line2Width = 1F;
+ this.smartSeparatorLine14.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine14.Location = new System.Drawing.Point(9, 146);
+ this.smartSeparatorLine14.Name = "smartSeparatorLine14";
+ this.smartSeparatorLine14.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine14.TabIndex = 25;
+ this.smartSeparatorLine14.Text = "smartSeparatorLine14";
+ //
+ // labelResult4_1
+ //
+ this.labelResult4_1.BackGround = null;
+ this.labelResult4_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult4_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult4_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult4_1.Font = new System.Drawing.Font("New Gulim", 48F, System.Drawing.FontStyle.Bold);
+ this.labelResult4_1.LineSpacing = 0F;
+ this.labelResult4_1.Location = new System.Drawing.Point(3, 42);
+ this.labelResult4_1.Name = "labelResult4_1";
+ this.labelResult4_1.OverlapOptimize = true;
+ this.labelResult4_1.PasswordChar = '\0';
+ this.labelResult4_1.Radius = 3;
+ this.labelResult4_1.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult4_1.Size = new System.Drawing.Size(192, 98);
+ this.labelResult4_1.TabIndex = 24;
+ this.labelResult4_1.Text = "오류";
+ this.labelResult4_1.TextColor = System.Drawing.Color.Black;
+ this.labelResult4_1.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult4_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult4_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult4_1.Wordwrap = false;
+ //
+ // smartSeparatorLine4
+ //
+ this.smartSeparatorLine4.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine4.Line1Width = 1F;
+ this.smartSeparatorLine4.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine4.Line2Width = 1F;
+ this.smartSeparatorLine4.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine4.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine4.Name = "smartSeparatorLine4";
+ this.smartSeparatorLine4.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine4.TabIndex = 21;
+ this.smartSeparatorLine4.Text = "smartSeparatorLine4";
+ //
+ // labelResultSD4
+ //
+ this.labelResultSD4.BackGround = null;
+ this.labelResultSD4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResultSD4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResultSD4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResultSD4.LineSpacing = 0F;
+ this.labelResultSD4.Location = new System.Drawing.Point(89, 254);
+ this.labelResultSD4.Name = "labelResultSD4";
+ this.labelResultSD4.OverlapOptimize = true;
+ this.labelResultSD4.PasswordChar = '\0';
+ this.labelResultSD4.Radius = 3;
+ this.labelResultSD4.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResultSD4.Size = new System.Drawing.Size(100, 20);
+ this.labelResultSD4.TabIndex = 20;
+ this.labelResultSD4.Text = "0.0023";
+ this.labelResultSD4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD4.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResultSD4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResultSD4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResultSD4.Wordwrap = false;
+ //
+ // smartLabel34
+ //
+ this.smartLabel34.BackGround = this.smartGroupBox5;
+ this.smartLabel34.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel34.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel34.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel34.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel34.LineSpacing = 0F;
+ this.smartLabel34.Location = new System.Drawing.Point(3, 254);
+ this.smartLabel34.Name = "smartLabel34";
+ this.smartLabel34.OverlapOptimize = true;
+ this.smartLabel34.PasswordChar = '\0';
+ this.smartLabel34.Radius = 3;
+ this.smartLabel34.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel34.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel34.TabIndex = 19;
+ this.smartLabel34.Text = "감도";
+ this.smartLabel34.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel34.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel34.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel34.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel34.Wordwrap = false;
+ //
+ // labelResult4
+ //
+ this.labelResult4.BackGround = null;
+ this.labelResult4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResult4.LineSpacing = 0F;
+ this.labelResult4.Location = new System.Drawing.Point(89, 232);
+ this.labelResult4.Name = "labelResult4";
+ this.labelResult4.OverlapOptimize = true;
+ this.labelResult4.PasswordChar = '\0';
+ this.labelResult4.Radius = 3;
+ this.labelResult4.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult4.Size = new System.Drawing.Size(100, 20);
+ this.labelResult4.TabIndex = 18;
+ this.labelResult4.Text = "정상";
+ this.labelResult4.TextColor = System.Drawing.Color.Green;
+ this.labelResult4.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult4.Wordwrap = false;
+ //
+ // smartLabel36
+ //
+ this.smartLabel36.BackGround = this.smartGroupBox5;
+ this.smartLabel36.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel36.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel36.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel36.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel36.LineSpacing = 0F;
+ this.smartLabel36.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel36.Name = "smartLabel36";
+ this.smartLabel36.OverlapOptimize = true;
+ this.smartLabel36.PasswordChar = '\0';
+ this.smartLabel36.Radius = 3;
+ this.smartLabel36.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel36.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel36.TabIndex = 17;
+ this.smartLabel36.Text = "판정";
+ this.smartLabel36.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel36.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel36.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel36.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel36.Wordwrap = false;
+ //
+ // labelStDev4
+ //
+ this.labelStDev4.BackGround = null;
+ this.labelStDev4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelStDev4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelStDev4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelStDev4.LineSpacing = 0F;
+ this.labelStDev4.Location = new System.Drawing.Point(89, 198);
+ this.labelStDev4.Name = "labelStDev4";
+ this.labelStDev4.OverlapOptimize = true;
+ this.labelStDev4.PasswordChar = '\0';
+ this.labelStDev4.Radius = 3;
+ this.labelStDev4.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelStDev4.Size = new System.Drawing.Size(100, 20);
+ this.labelStDev4.TabIndex = 16;
+ this.labelStDev4.Text = "0.0023";
+ this.labelStDev4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev4.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelStDev4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelStDev4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelStDev4.Wordwrap = false;
+ //
+ // smartLabel38
+ //
+ this.smartLabel38.BackGround = this.smartGroupBox5;
+ this.smartLabel38.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel38.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel38.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel38.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel38.LineSpacing = 0F;
+ this.smartLabel38.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel38.Name = "smartLabel38";
+ this.smartLabel38.OverlapOptimize = true;
+ this.smartLabel38.PasswordChar = '\0';
+ this.smartLabel38.Radius = 3;
+ this.smartLabel38.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel38.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel38.TabIndex = 15;
+ this.smartLabel38.Text = "감도";
+ this.smartLabel38.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel38.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel38.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel38.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel38.Wordwrap = false;
+ //
+ // labelMaxValue4
+ //
+ this.labelMaxValue4.BackGround = null;
+ this.labelMaxValue4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelMaxValue4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelMaxValue4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelMaxValue4.LineSpacing = 0F;
+ this.labelMaxValue4.Location = new System.Drawing.Point(89, 176);
+ this.labelMaxValue4.Name = "labelMaxValue4";
+ this.labelMaxValue4.OverlapOptimize = true;
+ this.labelMaxValue4.PasswordChar = '\0';
+ this.labelMaxValue4.Radius = 3;
+ this.labelMaxValue4.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelMaxValue4.Size = new System.Drawing.Size(100, 20);
+ this.labelMaxValue4.TabIndex = 14;
+ this.labelMaxValue4.Text = "9.2354";
+ this.labelMaxValue4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue4.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelMaxValue4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelMaxValue4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelMaxValue4.Wordwrap = false;
+ //
+ // smartLabel40
+ //
+ this.smartLabel40.BackGround = this.smartGroupBox5;
+ this.smartLabel40.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel40.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel40.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel40.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel40.LineSpacing = 0F;
+ this.smartLabel40.Location = new System.Drawing.Point(3, 176);
+ this.smartLabel40.Name = "smartLabel40";
+ this.smartLabel40.OverlapOptimize = true;
+ this.smartLabel40.PasswordChar = '\0';
+ this.smartLabel40.Radius = 3;
+ this.smartLabel40.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel40.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel40.TabIndex = 13;
+ this.smartLabel40.Text = "최대값";
+ this.smartLabel40.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel40.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel40.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel40.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel40.Wordwrap = false;
+ //
+ // labelCurrentValue4
+ //
+ this.labelCurrentValue4.BackGround = null;
+ this.labelCurrentValue4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelCurrentValue4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelCurrentValue4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelCurrentValue4.LineSpacing = 0F;
+ this.labelCurrentValue4.Location = new System.Drawing.Point(89, 154);
+ this.labelCurrentValue4.Name = "labelCurrentValue4";
+ this.labelCurrentValue4.OverlapOptimize = true;
+ this.labelCurrentValue4.PasswordChar = '\0';
+ this.labelCurrentValue4.Radius = 3;
+ this.labelCurrentValue4.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelCurrentValue4.Size = new System.Drawing.Size(100, 20);
+ this.labelCurrentValue4.TabIndex = 12;
+ this.labelCurrentValue4.Text = "9.2354";
+ this.labelCurrentValue4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue4.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelCurrentValue4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelCurrentValue4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelCurrentValue4.Wordwrap = false;
+ //
+ // smartLabel42
+ //
+ this.smartLabel42.BackGround = this.smartGroupBox5;
+ this.smartLabel42.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel42.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel42.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel42.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel42.LineSpacing = 0F;
+ this.smartLabel42.Location = new System.Drawing.Point(3, 154);
+ this.smartLabel42.Name = "smartLabel42";
+ this.smartLabel42.OverlapOptimize = true;
+ this.smartLabel42.PasswordChar = '\0';
+ this.smartLabel42.Radius = 3;
+ this.smartLabel42.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel42.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel42.TabIndex = 12;
+ this.smartLabel42.Text = "현재값";
+ this.smartLabel42.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel42.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel42.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel42.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel42.Wordwrap = false;
+ //
+ // smartDraw4
+ //
+ this.smartDraw4.BackGround = null;
+ this.smartDraw4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw4.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw4.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1;
+ this.smartDraw4.Chart.ChartDrawStep = 1;
+ this.smartDraw4.Chart.ChartHeight = 0;
+ this.smartDraw4.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw4.Chart.ChartWidth = 0;
+ this.smartDraw4.Chart.OriginX = 30;
+ this.smartDraw4.Chart.OriginY = 20;
+ this.smartDraw4.Chart.XIncrement = 1;
+ this.smartDraw4.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw4.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw4.Location = new System.Drawing.Point(3, 42);
+ this.smartDraw4.Name = "smartDraw4";
+ this.smartDraw4.OverlapOptimize = false;
+ this.smartDraw4.Size = new System.Drawing.Size(192, 102);
+ this.smartDraw4.TabIndex = 11;
+ this.smartDraw4.Text = "smartDraw4";
+ this.smartDraw4.Visible = false;
+ this.smartDraw4.Click += new System.EventHandler(this.smartDraw4_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.smartSeparatorLine11);
+ this.smartGroupBox1.Controls.Add(this.labelResult1_1);
+ this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
+ this.smartGroupBox1.Controls.Add(this.labelResultSD1);
+ this.smartGroupBox1.Controls.Add(this.smartLabel10);
+ this.smartGroupBox1.Controls.Add(this.labelResult1);
+ this.smartGroupBox1.Controls.Add(this.smartLabel12);
+ this.smartGroupBox1.Controls.Add(this.labelStDev1);
+ this.smartGroupBox1.Controls.Add(this.smartLabel8);
+ this.smartGroupBox1.Controls.Add(this.labelMaxValue1);
+ this.smartGroupBox1.Controls.Add(this.smartLabel6);
+ this.smartGroupBox1.Controls.Add(this.smartLabel61);
+ this.smartGroupBox1.Controls.Add(this.labelCurrentValue1);
+ this.smartGroupBox1.Controls.Add(this.smartLabel3);
+ this.smartGroupBox1.Controls.Add(this.smartDraw1);
+ 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(6, 119);
+ this.smartGroupBox1.Name = "smartGroupBox1";
+ this.smartGroupBox1.RoundRadius = 5;
+ this.smartGroupBox1.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox1.TabIndex = 37;
+ this.smartGroupBox1.Text = "Lane 1";
+ this.smartGroupBox1.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine11
+ //
+ this.smartSeparatorLine11.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine11.Line1Width = 1F;
+ this.smartSeparatorLine11.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine11.Line2Width = 1F;
+ this.smartSeparatorLine11.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine11.Location = new System.Drawing.Point(9, 146);
+ this.smartSeparatorLine11.Name = "smartSeparatorLine11";
+ this.smartSeparatorLine11.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine11.TabIndex = 23;
+ this.smartSeparatorLine11.Text = "smartSeparatorLine11";
+ //
+ // labelResult1_1
+ //
+ this.labelResult1_1.BackGround = null;
+ this.labelResult1_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult1_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult1_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult1_1.Font = new System.Drawing.Font("New Gulim", 48F, System.Drawing.FontStyle.Bold);
+ this.labelResult1_1.LineSpacing = 0F;
+ this.labelResult1_1.Location = new System.Drawing.Point(3, 42);
+ this.labelResult1_1.Name = "labelResult1_1";
+ this.labelResult1_1.OverlapOptimize = true;
+ this.labelResult1_1.PasswordChar = '\0';
+ this.labelResult1_1.Radius = 3;
+ this.labelResult1_1.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult1_1.Size = new System.Drawing.Size(192, 98);
+ this.labelResult1_1.TabIndex = 22;
+ this.labelResult1_1.Text = "실패";
+ this.labelResult1_1.TextColor = System.Drawing.Color.Black;
+ this.labelResult1_1.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult1_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult1_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult1_1.Wordwrap = false;
+ //
+ // smartSeparatorLine1
+ //
+ this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine1.Line1Width = 1F;
+ this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine1.Line2Width = 1F;
+ this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine1.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine1.Name = "smartSeparatorLine1";
+ this.smartSeparatorLine1.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine1.TabIndex = 21;
+ this.smartSeparatorLine1.Text = "smartSeparatorLine1";
+ //
+ // labelResultSD1
+ //
+ this.labelResultSD1.BackGround = null;
+ this.labelResultSD1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResultSD1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResultSD1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResultSD1.LineSpacing = 0F;
+ this.labelResultSD1.Location = new System.Drawing.Point(89, 254);
+ this.labelResultSD1.Name = "labelResultSD1";
+ this.labelResultSD1.OverlapOptimize = true;
+ this.labelResultSD1.PasswordChar = '\0';
+ this.labelResultSD1.Radius = 3;
+ this.labelResultSD1.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResultSD1.Size = new System.Drawing.Size(100, 20);
+ this.labelResultSD1.TabIndex = 20;
+ this.labelResultSD1.Text = "0.0023";
+ this.labelResultSD1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD1.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResultSD1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResultSD1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResultSD1.Wordwrap = false;
+ //
+ // smartLabel10
+ //
+ this.smartLabel10.BackGround = this.smartGroupBox1;
+ 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(3, 254);
+ 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(80, 20);
+ this.smartLabel10.TabIndex = 19;
+ this.smartLabel10.Text = "감도";
+ 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;
+ //
+ // labelResult1
+ //
+ this.labelResult1.BackGround = null;
+ this.labelResult1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResult1.LineSpacing = 0F;
+ this.labelResult1.Location = new System.Drawing.Point(89, 232);
+ this.labelResult1.Name = "labelResult1";
+ this.labelResult1.OverlapOptimize = true;
+ this.labelResult1.PasswordChar = '\0';
+ this.labelResult1.Radius = 3;
+ this.labelResult1.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult1.Size = new System.Drawing.Size(100, 20);
+ this.labelResult1.TabIndex = 18;
+ this.labelResult1.Text = "정상";
+ this.labelResult1.TextColor = System.Drawing.Color.Green;
+ this.labelResult1.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult1.Wordwrap = false;
+ //
+ // smartLabel12
+ //
+ this.smartLabel12.BackGround = this.smartGroupBox1;
+ this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel12.LineSpacing = 0F;
+ this.smartLabel12.Location = new System.Drawing.Point(3, 232);
+ 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(80, 20);
+ this.smartLabel12.TabIndex = 17;
+ this.smartLabel12.Text = "판정";
+ this.smartLabel12.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel12.Wordwrap = false;
+ //
+ // labelStDev1
+ //
+ this.labelStDev1.BackGround = null;
+ this.labelStDev1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelStDev1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelStDev1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelStDev1.LineSpacing = 0F;
+ this.labelStDev1.Location = new System.Drawing.Point(89, 198);
+ this.labelStDev1.Name = "labelStDev1";
+ this.labelStDev1.OverlapOptimize = true;
+ this.labelStDev1.PasswordChar = '\0';
+ this.labelStDev1.Radius = 3;
+ this.labelStDev1.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelStDev1.Size = new System.Drawing.Size(100, 20);
+ this.labelStDev1.TabIndex = 16;
+ this.labelStDev1.Text = "0.0023";
+ this.labelStDev1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev1.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelStDev1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelStDev1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelStDev1.Wordwrap = false;
+ //
+ // smartLabel8
+ //
+ this.smartLabel8.BackGround = this.smartGroupBox1;
+ 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(3, 198);
+ 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(80, 20);
+ this.smartLabel8.TabIndex = 15;
+ this.smartLabel8.Text = "감도";
+ 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;
+ //
+ // labelMaxValue1
+ //
+ this.labelMaxValue1.BackGround = null;
+ this.labelMaxValue1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelMaxValue1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelMaxValue1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelMaxValue1.LineSpacing = 0F;
+ this.labelMaxValue1.Location = new System.Drawing.Point(89, 176);
+ this.labelMaxValue1.Name = "labelMaxValue1";
+ this.labelMaxValue1.OverlapOptimize = true;
+ this.labelMaxValue1.PasswordChar = '\0';
+ this.labelMaxValue1.Radius = 3;
+ this.labelMaxValue1.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelMaxValue1.Size = new System.Drawing.Size(100, 20);
+ this.labelMaxValue1.TabIndex = 14;
+ this.labelMaxValue1.Text = "9.2354";
+ this.labelMaxValue1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue1.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelMaxValue1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelMaxValue1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelMaxValue1.Wordwrap = false;
+ //
+ // smartLabel6
+ //
+ this.smartLabel6.BackGround = this.smartGroupBox1;
+ this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel6.LineSpacing = 0F;
+ this.smartLabel6.Location = new System.Drawing.Point(3, 176);
+ 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(80, 20);
+ this.smartLabel6.TabIndex = 13;
+ this.smartLabel6.Text = "최대값";
+ this.smartLabel6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel6.Wordwrap = false;
+ //
+ // smartLabel61
+ //
+ this.smartLabel61.BackGround = null;
+ this.smartLabel61.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel61.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel61.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel61.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel61.LineSpacing = 0F;
+ this.smartLabel61.Location = new System.Drawing.Point(399, 392);
+ this.smartLabel61.Name = "smartLabel61";
+ this.smartLabel61.OverlapOptimize = true;
+ this.smartLabel61.PasswordChar = '\0';
+ this.smartLabel61.Radius = 3;
+ this.smartLabel61.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel61.Size = new System.Drawing.Size(100, 20);
+ this.smartLabel61.TabIndex = 12;
+ this.smartLabel61.Text = "1.2345";
+ this.smartLabel61.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel61.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel61.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel61.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel61.Wordwrap = false;
+ //
+ // labelCurrentValue1
+ //
+ this.labelCurrentValue1.BackGround = null;
+ this.labelCurrentValue1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelCurrentValue1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelCurrentValue1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelCurrentValue1.LineSpacing = 0F;
+ this.labelCurrentValue1.Location = new System.Drawing.Point(89, 154);
+ this.labelCurrentValue1.Name = "labelCurrentValue1";
+ this.labelCurrentValue1.OverlapOptimize = true;
+ this.labelCurrentValue1.PasswordChar = '\0';
+ this.labelCurrentValue1.Radius = 3;
+ this.labelCurrentValue1.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelCurrentValue1.Size = new System.Drawing.Size(100, 20);
+ this.labelCurrentValue1.TabIndex = 12;
+ this.labelCurrentValue1.Text = "9.2354";
+ this.labelCurrentValue1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue1.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelCurrentValue1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelCurrentValue1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelCurrentValue1.Wordwrap = false;
+ //
+ // smartLabel3
+ //
+ this.smartLabel3.BackGround = this.smartGroupBox1;
+ this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel3.LineSpacing = 0F;
+ this.smartLabel3.Location = new System.Drawing.Point(3, 154);
+ 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(80, 20);
+ this.smartLabel3.TabIndex = 12;
+ this.smartLabel3.Text = "현재값";
+ this.smartLabel3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel3.Wordwrap = false;
+ //
+ // smartDraw1
+ //
+ this.smartDraw1.BackGround = null;
+ this.smartDraw1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw1.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw1.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1;
+ this.smartDraw1.Chart.ChartDrawStep = 1;
+ this.smartDraw1.Chart.ChartHeight = 102;
+ this.smartDraw1.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw1.Chart.ChartWidth = 192;
+ this.smartDraw1.Chart.OriginX = 0;
+ this.smartDraw1.Chart.OriginY = 102;
+ this.smartDraw1.Chart.XIncrement = 1;
+ this.smartDraw1.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw1.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw1.Location = new System.Drawing.Point(3, 42);
+ this.smartDraw1.Name = "smartDraw1";
+ this.smartDraw1.OverlapOptimize = false;
+ this.smartDraw1.Size = new System.Drawing.Size(192, 102);
+ this.smartDraw1.TabIndex = 11;
+ this.smartDraw1.Text = "smartDraw1";
+ this.smartDraw1.Visible = false;
+ this.smartDraw1.Click += new System.EventHandler(this.smartDraw1_Click);
+ //
+ // smartGroupBox3
+ //
+ this.smartGroupBox3.BackGround = null;
+ this.smartGroupBox3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartGroupBox3.BackImage = null;
+ this.smartGroupBox3.Controls.Add(this.smartSeparatorLine12);
+ this.smartGroupBox3.Controls.Add(this.smartSeparatorLine2);
+ this.smartGroupBox3.Controls.Add(this.labelResult2_1);
+ this.smartGroupBox3.Controls.Add(this.labelResultSD2);
+ this.smartGroupBox3.Controls.Add(this.smartLabel14);
+ this.smartGroupBox3.Controls.Add(this.labelResult2);
+ this.smartGroupBox3.Controls.Add(this.smartLabel16);
+ this.smartGroupBox3.Controls.Add(this.labelStDev2);
+ this.smartGroupBox3.Controls.Add(this.smartLabel18);
+ this.smartGroupBox3.Controls.Add(this.labelMaxValue2);
+ this.smartGroupBox3.Controls.Add(this.smartLabel20);
+ this.smartGroupBox3.Controls.Add(this.labelCurrentValue2);
+ this.smartGroupBox3.Controls.Add(this.smartLabel22);
+ this.smartGroupBox3.Controls.Add(this.smartDraw2);
+ this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ 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(210, 119);
+ this.smartGroupBox3.Name = "smartGroupBox3";
+ this.smartGroupBox3.RoundRadius = 5;
+ this.smartGroupBox3.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox3.TabIndex = 38;
+ this.smartGroupBox3.Text = "Lane 2";
+ this.smartGroupBox3.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine12
+ //
+ this.smartSeparatorLine12.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine12.Line1Width = 1F;
+ this.smartSeparatorLine12.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine12.Line2Width = 1F;
+ this.smartSeparatorLine12.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine12.Location = new System.Drawing.Point(9, 146);
+ this.smartSeparatorLine12.Name = "smartSeparatorLine12";
+ this.smartSeparatorLine12.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine12.TabIndex = 25;
+ this.smartSeparatorLine12.Text = "smartSeparatorLine12";
+ //
+ // smartSeparatorLine2
+ //
+ this.smartSeparatorLine2.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine2.Line1Width = 1F;
+ this.smartSeparatorLine2.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine2.Line2Width = 1F;
+ this.smartSeparatorLine2.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine2.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine2.Name = "smartSeparatorLine2";
+ this.smartSeparatorLine2.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine2.TabIndex = 21;
+ this.smartSeparatorLine2.Text = "smartSeparatorLine2";
+ //
+ // labelResult2_1
+ //
+ this.labelResult2_1.BackGround = null;
+ this.labelResult2_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult2_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult2_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult2_1.Font = new System.Drawing.Font("New Gulim", 48F, System.Drawing.FontStyle.Bold);
+ this.labelResult2_1.LineSpacing = 0F;
+ this.labelResult2_1.Location = new System.Drawing.Point(3, 42);
+ this.labelResult2_1.Name = "labelResult2_1";
+ this.labelResult2_1.OverlapOptimize = true;
+ this.labelResult2_1.PasswordChar = '\0';
+ this.labelResult2_1.Radius = 3;
+ this.labelResult2_1.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult2_1.Size = new System.Drawing.Size(192, 98);
+ this.labelResult2_1.TabIndex = 24;
+ this.labelResult2_1.Text = "-";
+ this.labelResult2_1.TextColor = System.Drawing.Color.Black;
+ this.labelResult2_1.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult2_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult2_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult2_1.Wordwrap = false;
+ //
+ // labelResultSD2
+ //
+ this.labelResultSD2.BackGround = null;
+ this.labelResultSD2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResultSD2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResultSD2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResultSD2.LineSpacing = 0F;
+ this.labelResultSD2.Location = new System.Drawing.Point(89, 254);
+ this.labelResultSD2.Name = "labelResultSD2";
+ this.labelResultSD2.OverlapOptimize = true;
+ this.labelResultSD2.PasswordChar = '\0';
+ this.labelResultSD2.Radius = 3;
+ this.labelResultSD2.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResultSD2.Size = new System.Drawing.Size(100, 20);
+ this.labelResultSD2.TabIndex = 20;
+ this.labelResultSD2.Text = "0.0235";
+ this.labelResultSD2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD2.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResultSD2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResultSD2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResultSD2.Wordwrap = false;
+ //
+ // smartLabel14
+ //
+ this.smartLabel14.BackGround = this.smartGroupBox3;
+ this.smartLabel14.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel14.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel14.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel14.LineSpacing = 0F;
+ this.smartLabel14.Location = new System.Drawing.Point(3, 254);
+ this.smartLabel14.Name = "smartLabel14";
+ this.smartLabel14.OverlapOptimize = true;
+ this.smartLabel14.PasswordChar = '\0';
+ this.smartLabel14.Radius = 3;
+ this.smartLabel14.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel14.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel14.TabIndex = 19;
+ this.smartLabel14.Text = "감도";
+ this.smartLabel14.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel14.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel14.Wordwrap = false;
+ //
+ // labelResult2
+ //
+ this.labelResult2.BackGround = null;
+ this.labelResult2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResult2.LineSpacing = 0F;
+ this.labelResult2.Location = new System.Drawing.Point(89, 232);
+ this.labelResult2.Name = "labelResult2";
+ this.labelResult2.OverlapOptimize = true;
+ this.labelResult2.PasswordChar = '\0';
+ this.labelResult2.Radius = 3;
+ this.labelResult2.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult2.Size = new System.Drawing.Size(100, 20);
+ this.labelResult2.TabIndex = 18;
+ this.labelResult2.Text = "리크";
+ this.labelResult2.TextColor = System.Drawing.Color.Red;
+ this.labelResult2.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult2.Wordwrap = false;
+ //
+ // smartLabel16
+ //
+ this.smartLabel16.BackGround = this.smartGroupBox3;
+ this.smartLabel16.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel16.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel16.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel16.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel16.LineSpacing = 0F;
+ this.smartLabel16.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel16.Name = "smartLabel16";
+ this.smartLabel16.OverlapOptimize = true;
+ this.smartLabel16.PasswordChar = '\0';
+ this.smartLabel16.Radius = 3;
+ this.smartLabel16.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel16.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel16.TabIndex = 17;
+ this.smartLabel16.Text = "판정";
+ this.smartLabel16.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel16.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel16.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel16.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel16.Wordwrap = false;
+ //
+ // labelStDev2
+ //
+ this.labelStDev2.BackGround = null;
+ this.labelStDev2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelStDev2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelStDev2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelStDev2.LineSpacing = 0F;
+ this.labelStDev2.Location = new System.Drawing.Point(89, 198);
+ this.labelStDev2.Name = "labelStDev2";
+ this.labelStDev2.OverlapOptimize = true;
+ this.labelStDev2.PasswordChar = '\0';
+ this.labelStDev2.Radius = 3;
+ this.labelStDev2.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelStDev2.Size = new System.Drawing.Size(100, 20);
+ this.labelStDev2.TabIndex = 16;
+ this.labelStDev2.Text = "0.0235";
+ this.labelStDev2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev2.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelStDev2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelStDev2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelStDev2.Wordwrap = false;
+ //
+ // smartLabel18
+ //
+ this.smartLabel18.BackGround = this.smartGroupBox3;
+ this.smartLabel18.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel18.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel18.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel18.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel18.LineSpacing = 0F;
+ this.smartLabel18.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel18.Name = "smartLabel18";
+ this.smartLabel18.OverlapOptimize = true;
+ this.smartLabel18.PasswordChar = '\0';
+ this.smartLabel18.Radius = 3;
+ this.smartLabel18.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel18.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel18.TabIndex = 15;
+ this.smartLabel18.Text = "감도";
+ this.smartLabel18.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel18.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel18.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel18.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel18.Wordwrap = false;
+ //
+ // labelMaxValue2
+ //
+ this.labelMaxValue2.BackGround = null;
+ this.labelMaxValue2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelMaxValue2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelMaxValue2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelMaxValue2.LineSpacing = 0F;
+ this.labelMaxValue2.Location = new System.Drawing.Point(89, 176);
+ this.labelMaxValue2.Name = "labelMaxValue2";
+ this.labelMaxValue2.OverlapOptimize = true;
+ this.labelMaxValue2.PasswordChar = '\0';
+ this.labelMaxValue2.Radius = 3;
+ this.labelMaxValue2.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelMaxValue2.Size = new System.Drawing.Size(100, 20);
+ this.labelMaxValue2.TabIndex = 14;
+ this.labelMaxValue2.Text = "9.3542";
+ this.labelMaxValue2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue2.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelMaxValue2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelMaxValue2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelMaxValue2.Wordwrap = false;
+ //
+ // smartLabel20
+ //
+ this.smartLabel20.BackGround = this.smartGroupBox3;
+ this.smartLabel20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel20.LineSpacing = 0F;
+ this.smartLabel20.Location = new System.Drawing.Point(3, 176);
+ 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(80, 20);
+ this.smartLabel20.TabIndex = 13;
+ this.smartLabel20.Text = "최대값";
+ this.smartLabel20.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel20.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel20.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel20.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel20.Wordwrap = false;
+ //
+ // labelCurrentValue2
+ //
+ this.labelCurrentValue2.BackGround = null;
+ this.labelCurrentValue2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelCurrentValue2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelCurrentValue2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelCurrentValue2.LineSpacing = 0F;
+ this.labelCurrentValue2.Location = new System.Drawing.Point(89, 154);
+ this.labelCurrentValue2.Name = "labelCurrentValue2";
+ this.labelCurrentValue2.OverlapOptimize = true;
+ this.labelCurrentValue2.PasswordChar = '\0';
+ this.labelCurrentValue2.Radius = 3;
+ this.labelCurrentValue2.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelCurrentValue2.Size = new System.Drawing.Size(100, 20);
+ this.labelCurrentValue2.TabIndex = 12;
+ this.labelCurrentValue2.Text = "8.2563";
+ this.labelCurrentValue2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue2.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelCurrentValue2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelCurrentValue2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelCurrentValue2.Wordwrap = false;
+ //
+ // smartLabel22
+ //
+ this.smartLabel22.BackGround = this.smartGroupBox3;
+ this.smartLabel22.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ 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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel22.LineSpacing = 0F;
+ this.smartLabel22.Location = new System.Drawing.Point(3, 154);
+ 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(80, 20);
+ this.smartLabel22.TabIndex = 12;
+ this.smartLabel22.Text = "현재값";
+ this.smartLabel22.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel22.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel22.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel22.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel22.Wordwrap = false;
+ //
+ // smartDraw2
+ //
+ this.smartDraw2.BackGround = null;
+ this.smartDraw2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw2.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw2.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1;
+ this.smartDraw2.Chart.ChartDrawStep = 1;
+ this.smartDraw2.Chart.ChartHeight = 0;
+ this.smartDraw2.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw2.Chart.ChartWidth = 0;
+ this.smartDraw2.Chart.OriginX = 30;
+ this.smartDraw2.Chart.OriginY = 20;
+ this.smartDraw2.Chart.XIncrement = 1;
+ this.smartDraw2.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw2.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw2.Location = new System.Drawing.Point(3, 42);
+ this.smartDraw2.Name = "smartDraw2";
+ this.smartDraw2.OverlapOptimize = false;
+ this.smartDraw2.Size = new System.Drawing.Size(192, 102);
+ this.smartDraw2.TabIndex = 11;
+ this.smartDraw2.Text = "smartDraw2";
+ this.smartDraw2.Visible = false;
+ this.smartDraw2.Click += new System.EventHandler(this.smartDraw2_Click);
+ //
+ // smartGroupBox6
+ //
+ this.smartGroupBox6.BackGround = null;
+ this.smartGroupBox6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartGroupBox6.BackImage = null;
+ this.smartGroupBox6.Controls.Add(this.smartSeparatorLine15);
+ this.smartGroupBox6.Controls.Add(this.labelResult5_1);
+ this.smartGroupBox6.Controls.Add(this.smartSeparatorLine5);
+ this.smartGroupBox6.Controls.Add(this.labelResultSD5);
+ this.smartGroupBox6.Controls.Add(this.smartLabel44);
+ this.smartGroupBox6.Controls.Add(this.labelResult5);
+ this.smartGroupBox6.Controls.Add(this.smartLabel46);
+ this.smartGroupBox6.Controls.Add(this.labelStDev5);
+ this.smartGroupBox6.Controls.Add(this.smartLabel48);
+ this.smartGroupBox6.Controls.Add(this.labelMaxValue5);
+ this.smartGroupBox6.Controls.Add(this.smartLabel50);
+ this.smartGroupBox6.Controls.Add(this.labelCurrentValue5);
+ this.smartGroupBox6.Controls.Add(this.smartLabel52);
+ this.smartGroupBox6.Controls.Add(this.smartDraw5);
+ this.smartGroupBox6.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox6.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox6.FrameLineThickness = 2;
+ this.smartGroupBox6.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
+ this.smartGroupBox6.HeaderHeightOffset = 12;
+ this.smartGroupBox6.Location = new System.Drawing.Point(822, 119);
+ this.smartGroupBox6.Name = "smartGroupBox6";
+ this.smartGroupBox6.RoundRadius = 5;
+ this.smartGroupBox6.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox6.TabIndex = 41;
+ this.smartGroupBox6.Text = "Lane 5";
+ this.smartGroupBox6.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine15
+ //
+ this.smartSeparatorLine15.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine15.Line1Width = 1F;
+ this.smartSeparatorLine15.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine15.Line2Width = 1F;
+ this.smartSeparatorLine15.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine15.Location = new System.Drawing.Point(9, 146);
+ this.smartSeparatorLine15.Name = "smartSeparatorLine15";
+ this.smartSeparatorLine15.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine15.TabIndex = 25;
+ this.smartSeparatorLine15.Text = "smartSeparatorLine15";
+ //
+ // labelResult5_1
+ //
+ this.labelResult5_1.BackGround = null;
+ this.labelResult5_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult5_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult5_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult5_1.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
+ this.labelResult5_1.LineSpacing = 0F;
+ this.labelResult5_1.Location = new System.Drawing.Point(3, 42);
+ this.labelResult5_1.Name = "labelResult5_1";
+ this.labelResult5_1.OverlapOptimize = true;
+ this.labelResult5_1.PasswordChar = '\0';
+ this.labelResult5_1.Radius = 3;
+ this.labelResult5_1.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult5_1.Size = new System.Drawing.Size(192, 98);
+ this.labelResult5_1.TabIndex = 24;
+ this.labelResult5_1.Text = "테스트 오류";
+ this.labelResult5_1.TextColor = System.Drawing.Color.Black;
+ this.labelResult5_1.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult5_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult5_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult5_1.Wordwrap = false;
+ //
+ // smartSeparatorLine5
+ //
+ this.smartSeparatorLine5.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine5.Line1Width = 1F;
+ this.smartSeparatorLine5.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine5.Line2Width = 1F;
+ this.smartSeparatorLine5.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine5.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine5.Name = "smartSeparatorLine5";
+ this.smartSeparatorLine5.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine5.TabIndex = 21;
+ this.smartSeparatorLine5.Text = "smartSeparatorLine5";
+ //
+ // labelResultSD5
+ //
+ this.labelResultSD5.BackGround = null;
+ this.labelResultSD5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResultSD5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResultSD5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResultSD5.LineSpacing = 0F;
+ this.labelResultSD5.Location = new System.Drawing.Point(89, 254);
+ this.labelResultSD5.Name = "labelResultSD5";
+ this.labelResultSD5.OverlapOptimize = true;
+ this.labelResultSD5.PasswordChar = '\0';
+ this.labelResultSD5.Radius = 3;
+ this.labelResultSD5.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResultSD5.Size = new System.Drawing.Size(100, 20);
+ this.labelResultSD5.TabIndex = 20;
+ this.labelResultSD5.Text = "0.0023";
+ this.labelResultSD5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD5.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResultSD5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResultSD5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResultSD5.Wordwrap = false;
+ //
+ // smartLabel44
+ //
+ this.smartLabel44.BackGround = this.smartGroupBox6;
+ this.smartLabel44.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel44.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel44.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel44.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel44.LineSpacing = 0F;
+ this.smartLabel44.Location = new System.Drawing.Point(3, 254);
+ this.smartLabel44.Name = "smartLabel44";
+ this.smartLabel44.OverlapOptimize = true;
+ this.smartLabel44.PasswordChar = '\0';
+ this.smartLabel44.Radius = 3;
+ this.smartLabel44.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel44.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel44.TabIndex = 19;
+ this.smartLabel44.Text = "감도";
+ this.smartLabel44.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel44.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel44.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel44.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel44.Wordwrap = false;
+ //
+ // labelResult5
+ //
+ this.labelResult5.BackGround = null;
+ this.labelResult5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResult5.LineSpacing = 0F;
+ this.labelResult5.Location = new System.Drawing.Point(89, 232);
+ this.labelResult5.Name = "labelResult5";
+ this.labelResult5.OverlapOptimize = true;
+ this.labelResult5.PasswordChar = '\0';
+ this.labelResult5.Radius = 3;
+ this.labelResult5.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult5.Size = new System.Drawing.Size(100, 20);
+ this.labelResult5.TabIndex = 18;
+ this.labelResult5.Text = "정상";
+ this.labelResult5.TextColor = System.Drawing.Color.Green;
+ this.labelResult5.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult5.Wordwrap = false;
+ //
+ // smartLabel46
+ //
+ this.smartLabel46.BackGround = this.smartGroupBox6;
+ this.smartLabel46.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel46.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel46.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel46.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel46.LineSpacing = 0F;
+ this.smartLabel46.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel46.Name = "smartLabel46";
+ this.smartLabel46.OverlapOptimize = true;
+ this.smartLabel46.PasswordChar = '\0';
+ this.smartLabel46.Radius = 3;
+ this.smartLabel46.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel46.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel46.TabIndex = 17;
+ this.smartLabel46.Text = "판정";
+ this.smartLabel46.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel46.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel46.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel46.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel46.Wordwrap = false;
+ //
+ // labelStDev5
+ //
+ this.labelStDev5.BackGround = null;
+ this.labelStDev5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelStDev5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelStDev5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelStDev5.LineSpacing = 0F;
+ this.labelStDev5.Location = new System.Drawing.Point(89, 198);
+ this.labelStDev5.Name = "labelStDev5";
+ this.labelStDev5.OverlapOptimize = true;
+ this.labelStDev5.PasswordChar = '\0';
+ this.labelStDev5.Radius = 3;
+ this.labelStDev5.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelStDev5.Size = new System.Drawing.Size(100, 20);
+ this.labelStDev5.TabIndex = 16;
+ this.labelStDev5.Text = "0.0023";
+ this.labelStDev5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev5.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelStDev5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelStDev5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelStDev5.Wordwrap = false;
+ //
+ // smartLabel48
+ //
+ this.smartLabel48.BackGround = this.smartGroupBox6;
+ this.smartLabel48.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel48.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel48.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel48.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel48.LineSpacing = 0F;
+ this.smartLabel48.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel48.Name = "smartLabel48";
+ this.smartLabel48.OverlapOptimize = true;
+ this.smartLabel48.PasswordChar = '\0';
+ this.smartLabel48.Radius = 3;
+ this.smartLabel48.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel48.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel48.TabIndex = 15;
+ this.smartLabel48.Text = "감도";
+ this.smartLabel48.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel48.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel48.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel48.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel48.Wordwrap = false;
+ //
+ // labelMaxValue5
+ //
+ this.labelMaxValue5.BackGround = null;
+ this.labelMaxValue5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelMaxValue5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelMaxValue5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelMaxValue5.LineSpacing = 0F;
+ this.labelMaxValue5.Location = new System.Drawing.Point(89, 176);
+ this.labelMaxValue5.Name = "labelMaxValue5";
+ this.labelMaxValue5.OverlapOptimize = true;
+ this.labelMaxValue5.PasswordChar = '\0';
+ this.labelMaxValue5.Radius = 3;
+ this.labelMaxValue5.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelMaxValue5.Size = new System.Drawing.Size(100, 20);
+ this.labelMaxValue5.TabIndex = 14;
+ this.labelMaxValue5.Text = "9.2354";
+ this.labelMaxValue5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue5.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelMaxValue5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelMaxValue5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelMaxValue5.Wordwrap = false;
+ //
+ // smartLabel50
+ //
+ this.smartLabel50.BackGround = this.smartGroupBox6;
+ this.smartLabel50.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel50.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel50.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel50.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel50.LineSpacing = 0F;
+ this.smartLabel50.Location = new System.Drawing.Point(3, 176);
+ this.smartLabel50.Name = "smartLabel50";
+ this.smartLabel50.OverlapOptimize = true;
+ this.smartLabel50.PasswordChar = '\0';
+ this.smartLabel50.Radius = 3;
+ this.smartLabel50.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel50.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel50.TabIndex = 13;
+ this.smartLabel50.Text = "최대값";
+ this.smartLabel50.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel50.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel50.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel50.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel50.Wordwrap = false;
+ //
+ // labelCurrentValue5
+ //
+ this.labelCurrentValue5.BackGround = null;
+ this.labelCurrentValue5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelCurrentValue5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelCurrentValue5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelCurrentValue5.LineSpacing = 0F;
+ this.labelCurrentValue5.Location = new System.Drawing.Point(89, 154);
+ this.labelCurrentValue5.Name = "labelCurrentValue5";
+ this.labelCurrentValue5.OverlapOptimize = true;
+ this.labelCurrentValue5.PasswordChar = '\0';
+ this.labelCurrentValue5.Radius = 3;
+ this.labelCurrentValue5.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelCurrentValue5.Size = new System.Drawing.Size(100, 20);
+ this.labelCurrentValue5.TabIndex = 12;
+ this.labelCurrentValue5.Text = "9.2354";
+ this.labelCurrentValue5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue5.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelCurrentValue5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelCurrentValue5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelCurrentValue5.Wordwrap = false;
+ //
+ // smartLabel52
+ //
+ this.smartLabel52.BackGround = this.smartGroupBox6;
+ this.smartLabel52.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel52.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel52.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel52.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel52.LineSpacing = 0F;
+ this.smartLabel52.Location = new System.Drawing.Point(3, 154);
+ this.smartLabel52.Name = "smartLabel52";
+ this.smartLabel52.OverlapOptimize = true;
+ this.smartLabel52.PasswordChar = '\0';
+ this.smartLabel52.Radius = 3;
+ this.smartLabel52.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel52.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel52.TabIndex = 12;
+ this.smartLabel52.Text = "현재값";
+ this.smartLabel52.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel52.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel52.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel52.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel52.Wordwrap = false;
+ //
+ // smartDraw5
+ //
+ this.smartDraw5.BackGround = null;
+ this.smartDraw5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw5.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw5.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1;
+ this.smartDraw5.Chart.ChartDrawStep = 1;
+ this.smartDraw5.Chart.ChartHeight = 0;
+ this.smartDraw5.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw5.Chart.ChartWidth = 0;
+ this.smartDraw5.Chart.OriginX = 30;
+ this.smartDraw5.Chart.OriginY = 20;
+ this.smartDraw5.Chart.XIncrement = 1;
+ this.smartDraw5.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw5.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw5.Location = new System.Drawing.Point(3, 42);
+ this.smartDraw5.Name = "smartDraw5";
+ this.smartDraw5.OverlapOptimize = false;
+ this.smartDraw5.Size = new System.Drawing.Size(192, 102);
+ this.smartDraw5.TabIndex = 11;
+ this.smartDraw5.Text = "smartDraw5";
+ this.smartDraw5.Visible = false;
+ this.smartDraw5.Click += new System.EventHandler(this.smartDraw5_Click);
+ //
+ // smartGroupBox7
+ //
+ this.smartGroupBox7.BackGround = null;
+ this.smartGroupBox7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartGroupBox7.BackImage = null;
+ this.smartGroupBox7.Controls.Add(this.smartSeparatorLine19);
+ this.smartGroupBox7.Controls.Add(this.labelResult9_1);
+ this.smartGroupBox7.Controls.Add(this.smartSeparatorLine7);
+ this.smartGroupBox7.Controls.Add(this.labelResultSD9);
+ this.smartGroupBox7.Controls.Add(this.smartLabel64);
+ this.smartGroupBox7.Controls.Add(this.labelResult9);
+ this.smartGroupBox7.Controls.Add(this.smartLabel66);
+ this.smartGroupBox7.Controls.Add(this.labelStDev9);
+ this.smartGroupBox7.Controls.Add(this.smartLabel68);
+ this.smartGroupBox7.Controls.Add(this.labelMaxValue9);
+ this.smartGroupBox7.Controls.Add(this.smartLabel70);
+ this.smartGroupBox7.Controls.Add(this.labelCurrentValue9);
+ this.smartGroupBox7.Controls.Add(this.smartLabel72);
+ this.smartGroupBox7.Controls.Add(this.smartDraw9);
+ this.smartGroupBox7.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox7.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox7.FrameLineThickness = 2;
+ this.smartGroupBox7.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
+ this.smartGroupBox7.HeaderHeightOffset = 12;
+ this.smartGroupBox7.Location = new System.Drawing.Point(618, 405);
+ this.smartGroupBox7.Name = "smartGroupBox7";
+ this.smartGroupBox7.RoundRadius = 5;
+ this.smartGroupBox7.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox7.TabIndex = 45;
+ this.smartGroupBox7.Text = "Lane 9";
+ this.smartGroupBox7.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine19
+ //
+ this.smartSeparatorLine19.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine19.Line1Width = 1F;
+ this.smartSeparatorLine19.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine19.Line2Width = 1F;
+ this.smartSeparatorLine19.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine19.Location = new System.Drawing.Point(9, 146);
+ this.smartSeparatorLine19.Name = "smartSeparatorLine19";
+ this.smartSeparatorLine19.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine19.TabIndex = 25;
+ this.smartSeparatorLine19.Text = "smartSeparatorLine19";
+ //
+ // labelResult9_1
+ //
+ this.labelResult9_1.BackGround = null;
+ this.labelResult9_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult9_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult9_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult9_1.Font = new System.Drawing.Font("New Gulim", 40F, System.Drawing.FontStyle.Bold);
+ this.labelResult9_1.LineSpacing = 0F;
+ this.labelResult9_1.Location = new System.Drawing.Point(3, 42);
+ this.labelResult9_1.Name = "labelResult9_1";
+ this.labelResult9_1.OverlapOptimize = true;
+ this.labelResult9_1.PasswordChar = '\0';
+ this.labelResult9_1.Radius = 3;
+ this.labelResult9_1.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult9_1.Size = new System.Drawing.Size(192, 98);
+ this.labelResult9_1.TabIndex = 24;
+ this.labelResult9_1.Text = "정상";
+ this.labelResult9_1.TextColor = System.Drawing.Color.Green;
+ this.labelResult9_1.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult9_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult9_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult9_1.Wordwrap = false;
+ //
+ // smartSeparatorLine7
+ //
+ this.smartSeparatorLine7.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine7.Line1Width = 1F;
+ this.smartSeparatorLine7.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine7.Line2Width = 1F;
+ this.smartSeparatorLine7.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine7.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine7.Name = "smartSeparatorLine7";
+ this.smartSeparatorLine7.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine7.TabIndex = 21;
+ this.smartSeparatorLine7.Text = "smartSeparatorLine7";
+ //
+ // labelResultSD9
+ //
+ this.labelResultSD9.BackGround = null;
+ this.labelResultSD9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResultSD9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResultSD9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResultSD9.LineSpacing = 0F;
+ this.labelResultSD9.Location = new System.Drawing.Point(89, 254);
+ this.labelResultSD9.Name = "labelResultSD9";
+ this.labelResultSD9.OverlapOptimize = true;
+ this.labelResultSD9.PasswordChar = '\0';
+ this.labelResultSD9.Radius = 3;
+ this.labelResultSD9.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResultSD9.Size = new System.Drawing.Size(100, 20);
+ this.labelResultSD9.TabIndex = 20;
+ this.labelResultSD9.Text = "0.0023";
+ this.labelResultSD9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD9.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResultSD9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResultSD9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResultSD9.Wordwrap = false;
+ //
+ // smartLabel64
+ //
+ this.smartLabel64.BackGround = this.smartGroupBox7;
+ this.smartLabel64.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel64.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel64.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel64.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel64.LineSpacing = 0F;
+ this.smartLabel64.Location = new System.Drawing.Point(3, 254);
+ this.smartLabel64.Name = "smartLabel64";
+ this.smartLabel64.OverlapOptimize = true;
+ this.smartLabel64.PasswordChar = '\0';
+ this.smartLabel64.Radius = 3;
+ this.smartLabel64.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel64.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel64.TabIndex = 19;
+ this.smartLabel64.Text = "감도";
+ this.smartLabel64.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel64.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel64.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel64.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel64.Wordwrap = false;
+ //
+ // labelResult9
+ //
+ this.labelResult9.BackGround = null;
+ this.labelResult9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResult9.LineSpacing = 0F;
+ this.labelResult9.Location = new System.Drawing.Point(89, 232);
+ this.labelResult9.Name = "labelResult9";
+ this.labelResult9.OverlapOptimize = true;
+ this.labelResult9.PasswordChar = '\0';
+ this.labelResult9.Radius = 3;
+ this.labelResult9.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult9.Size = new System.Drawing.Size(100, 20);
+ this.labelResult9.TabIndex = 18;
+ this.labelResult9.Text = "정상";
+ this.labelResult9.TextColor = System.Drawing.Color.Green;
+ this.labelResult9.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult9.Wordwrap = false;
+ //
+ // smartLabel66
+ //
+ this.smartLabel66.BackGround = this.smartGroupBox7;
+ this.smartLabel66.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel66.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel66.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel66.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel66.LineSpacing = 0F;
+ this.smartLabel66.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel66.Name = "smartLabel66";
+ this.smartLabel66.OverlapOptimize = true;
+ this.smartLabel66.PasswordChar = '\0';
+ this.smartLabel66.Radius = 3;
+ this.smartLabel66.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel66.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel66.TabIndex = 17;
+ this.smartLabel66.Text = "판정";
+ this.smartLabel66.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel66.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel66.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel66.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel66.Wordwrap = false;
+ //
+ // labelStDev9
+ //
+ this.labelStDev9.BackGround = null;
+ this.labelStDev9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelStDev9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelStDev9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelStDev9.LineSpacing = 0F;
+ this.labelStDev9.Location = new System.Drawing.Point(89, 198);
+ this.labelStDev9.Name = "labelStDev9";
+ this.labelStDev9.OverlapOptimize = true;
+ this.labelStDev9.PasswordChar = '\0';
+ this.labelStDev9.Radius = 3;
+ this.labelStDev9.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelStDev9.Size = new System.Drawing.Size(100, 20);
+ this.labelStDev9.TabIndex = 16;
+ this.labelStDev9.Text = "0.0023";
+ this.labelStDev9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev9.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelStDev9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelStDev9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelStDev9.Wordwrap = false;
+ //
+ // smartLabel68
+ //
+ this.smartLabel68.BackGround = this.smartGroupBox7;
+ this.smartLabel68.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel68.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel68.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel68.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel68.LineSpacing = 0F;
+ this.smartLabel68.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel68.Name = "smartLabel68";
+ this.smartLabel68.OverlapOptimize = true;
+ this.smartLabel68.PasswordChar = '\0';
+ this.smartLabel68.Radius = 3;
+ this.smartLabel68.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel68.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel68.TabIndex = 15;
+ this.smartLabel68.Text = "감도";
+ this.smartLabel68.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel68.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel68.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel68.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel68.Wordwrap = false;
+ //
+ // labelMaxValue9
+ //
+ this.labelMaxValue9.BackGround = null;
+ this.labelMaxValue9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelMaxValue9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelMaxValue9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelMaxValue9.LineSpacing = 0F;
+ this.labelMaxValue9.Location = new System.Drawing.Point(89, 176);
+ this.labelMaxValue9.Name = "labelMaxValue9";
+ this.labelMaxValue9.OverlapOptimize = true;
+ this.labelMaxValue9.PasswordChar = '\0';
+ this.labelMaxValue9.Radius = 3;
+ this.labelMaxValue9.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelMaxValue9.Size = new System.Drawing.Size(100, 20);
+ this.labelMaxValue9.TabIndex = 14;
+ this.labelMaxValue9.Text = "9.2354";
+ this.labelMaxValue9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue9.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelMaxValue9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelMaxValue9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelMaxValue9.Wordwrap = false;
+ //
+ // smartLabel70
+ //
+ this.smartLabel70.BackGround = this.smartGroupBox7;
+ this.smartLabel70.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel70.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel70.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel70.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel70.LineSpacing = 0F;
+ this.smartLabel70.Location = new System.Drawing.Point(3, 176);
+ this.smartLabel70.Name = "smartLabel70";
+ this.smartLabel70.OverlapOptimize = true;
+ this.smartLabel70.PasswordChar = '\0';
+ this.smartLabel70.Radius = 3;
+ this.smartLabel70.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel70.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel70.TabIndex = 13;
+ this.smartLabel70.Text = "최대값";
+ this.smartLabel70.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel70.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel70.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel70.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel70.Wordwrap = false;
+ //
+ // labelCurrentValue9
+ //
+ this.labelCurrentValue9.BackGround = null;
+ this.labelCurrentValue9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelCurrentValue9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelCurrentValue9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelCurrentValue9.LineSpacing = 0F;
+ this.labelCurrentValue9.Location = new System.Drawing.Point(89, 154);
+ this.labelCurrentValue9.Name = "labelCurrentValue9";
+ this.labelCurrentValue9.OverlapOptimize = true;
+ this.labelCurrentValue9.PasswordChar = '\0';
+ this.labelCurrentValue9.Radius = 3;
+ this.labelCurrentValue9.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelCurrentValue9.Size = new System.Drawing.Size(100, 20);
+ this.labelCurrentValue9.TabIndex = 12;
+ this.labelCurrentValue9.Text = "9.2354";
+ this.labelCurrentValue9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue9.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelCurrentValue9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelCurrentValue9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelCurrentValue9.Wordwrap = false;
+ //
+ // smartLabel72
+ //
+ this.smartLabel72.BackGround = this.smartGroupBox7;
+ this.smartLabel72.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel72.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel72.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel72.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel72.LineSpacing = 0F;
+ this.smartLabel72.Location = new System.Drawing.Point(3, 154);
+ this.smartLabel72.Name = "smartLabel72";
+ this.smartLabel72.OverlapOptimize = true;
+ this.smartLabel72.PasswordChar = '\0';
+ this.smartLabel72.Radius = 3;
+ this.smartLabel72.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel72.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel72.TabIndex = 12;
+ this.smartLabel72.Text = "현재값";
+ this.smartLabel72.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel72.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel72.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel72.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel72.Wordwrap = false;
+ //
+ // smartDraw9
+ //
+ this.smartDraw9.BackGround = null;
+ this.smartDraw9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw9.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw9.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1;
+ this.smartDraw9.Chart.ChartDrawStep = 1;
+ this.smartDraw9.Chart.ChartHeight = 0;
+ this.smartDraw9.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw9.Chart.ChartWidth = 0;
+ this.smartDraw9.Chart.OriginX = 30;
+ this.smartDraw9.Chart.OriginY = 20;
+ this.smartDraw9.Chart.XIncrement = 1;
+ this.smartDraw9.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw9.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw9.Location = new System.Drawing.Point(3, 42);
+ this.smartDraw9.Name = "smartDraw9";
+ this.smartDraw9.OverlapOptimize = false;
+ this.smartDraw9.Size = new System.Drawing.Size(192, 102);
+ this.smartDraw9.TabIndex = 11;
+ this.smartDraw9.Text = "smartDraw7";
+ this.smartDraw9.Visible = false;
+ this.smartDraw9.Click += new System.EventHandler(this.smartDraw9_Click);
+ //
+ // labelProgress7
+ //
+ this.labelProgress7.BackGround = null;
+ this.labelProgress7.BackGroundColor = System.Drawing.Color.Azure;
+ this.labelProgress7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelProgress7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelProgress7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.labelProgress7.LineSpacing = 0F;
+ this.labelProgress7.Location = new System.Drawing.Point(894, 76);
+ this.labelProgress7.Name = "labelProgress7";
+ this.labelProgress7.OverlapOptimize = true;
+ this.labelProgress7.PasswordChar = '\0';
+ this.labelProgress7.Radius = 3;
+ this.labelProgress7.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelProgress7.Size = new System.Drawing.Size(105, 40);
+ this.labelProgress7.TabIndex = 54;
+ this.labelProgress7.Text = "배출";
+ this.labelProgress7.TextColor = System.Drawing.Color.Black;
+ this.labelProgress7.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelProgress7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelProgress7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelProgress7.Wordwrap = false;
+ //
+ // labelProgress6
+ //
+ this.labelProgress6.BackGround = null;
+ this.labelProgress6.BackGroundColor = System.Drawing.Color.Azure;
+ this.labelProgress6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelProgress6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelProgress6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.labelProgress6.LineSpacing = 0F;
+ this.labelProgress6.Location = new System.Drawing.Point(783, 76);
+ this.labelProgress6.Name = "labelProgress6";
+ this.labelProgress6.OverlapOptimize = true;
+ this.labelProgress6.PasswordChar = '\0';
+ this.labelProgress6.Radius = 3;
+ this.labelProgress6.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelProgress6.Size = new System.Drawing.Size(105, 40);
+ this.labelProgress6.TabIndex = 53;
+ this.labelProgress6.Text = "챔버분리";
+ this.labelProgress6.TextColor = System.Drawing.Color.Black;
+ this.labelProgress6.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelProgress6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelProgress6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelProgress6.Wordwrap = false;
+ //
+ // labelProgress5
+ //
+ this.labelProgress5.BackGround = null;
+ this.labelProgress5.BackGroundColor = System.Drawing.Color.Azure;
+ this.labelProgress5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelProgress5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelProgress5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.labelProgress5.LineSpacing = 0F;
+ this.labelProgress5.Location = new System.Drawing.Point(672, 76);
+ this.labelProgress5.Name = "labelProgress5";
+ this.labelProgress5.OverlapOptimize = true;
+ this.labelProgress5.PasswordChar = '\0';
+ this.labelProgress5.Radius = 3;
+ this.labelProgress5.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelProgress5.Size = new System.Drawing.Size(105, 40);
+ this.labelProgress5.TabIndex = 52;
+ this.labelProgress5.Text = "진공파기";
+ this.labelProgress5.TextColor = System.Drawing.Color.Black;
+ this.labelProgress5.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelProgress5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelProgress5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelProgress5.Wordwrap = false;
+ //
+ // labelProgress4
+ //
+ this.labelProgress4.BackGround = null;
+ this.labelProgress4.BackGroundColor = System.Drawing.Color.Azure;
+ this.labelProgress4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelProgress4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelProgress4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.labelProgress4.LineSpacing = 0F;
+ this.labelProgress4.Location = new System.Drawing.Point(450, 76);
+ this.labelProgress4.Name = "labelProgress4";
+ this.labelProgress4.OverlapOptimize = true;
+ this.labelProgress4.PasswordChar = '\0';
+ this.labelProgress4.Radius = 3;
+ this.labelProgress4.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelProgress4.Size = new System.Drawing.Size(105, 40);
+ this.labelProgress4.TabIndex = 51;
+ this.labelProgress4.Text = "진공유지";
+ this.labelProgress4.TextColor = System.Drawing.Color.Black;
+ this.labelProgress4.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelProgress4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelProgress4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelProgress4.Wordwrap = false;
+ //
+ // labelProgress3
+ //
+ this.labelProgress3.BackGround = null;
+ this.labelProgress3.BackGroundColor = System.Drawing.Color.Azure;
+ this.labelProgress3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelProgress3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelProgress3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.labelProgress3.LineSpacing = 0F;
+ this.labelProgress3.Location = new System.Drawing.Point(339, 76);
+ this.labelProgress3.Name = "labelProgress3";
+ this.labelProgress3.OverlapOptimize = true;
+ this.labelProgress3.PasswordChar = '\0';
+ this.labelProgress3.Radius = 3;
+ this.labelProgress3.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelProgress3.Size = new System.Drawing.Size(105, 40);
+ this.labelProgress3.TabIndex = 50;
+ this.labelProgress3.Text = "진공시작";
+ this.labelProgress3.TextColor = System.Drawing.Color.Black;
+ this.labelProgress3.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelProgress3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelProgress3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelProgress3.Wordwrap = false;
+ //
+ // labelProgress2
+ //
+ this.labelProgress2.BackGround = null;
+ this.labelProgress2.BackGroundColor = System.Drawing.Color.Lime;
+ this.labelProgress2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelProgress2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelProgress2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.labelProgress2.LineSpacing = 0F;
+ this.labelProgress2.Location = new System.Drawing.Point(228, 76);
+ this.labelProgress2.Name = "labelProgress2";
+ this.labelProgress2.OverlapOptimize = true;
+ this.labelProgress2.PasswordChar = '\0';
+ this.labelProgress2.Radius = 3;
+ this.labelProgress2.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelProgress2.Size = new System.Drawing.Size(105, 40);
+ this.labelProgress2.TabIndex = 49;
+ this.labelProgress2.Text = "챔버결합";
+ this.labelProgress2.TextColor = System.Drawing.Color.Black;
+ this.labelProgress2.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelProgress2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelProgress2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelProgress2.Wordwrap = false;
+ //
+ // labelProgress1
+ //
+ this.labelProgress1.BackGround = null;
+ this.labelProgress1.BackGroundColor = System.Drawing.Color.Azure;
+ this.labelProgress1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelProgress1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelProgress1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.labelProgress1.LineSpacing = 0F;
+ this.labelProgress1.Location = new System.Drawing.Point(117, 76);
+ this.labelProgress1.Name = "labelProgress1";
+ this.labelProgress1.OverlapOptimize = true;
+ this.labelProgress1.PasswordChar = '\0';
+ this.labelProgress1.Radius = 3;
+ this.labelProgress1.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelProgress1.Size = new System.Drawing.Size(105, 40);
+ this.labelProgress1.TabIndex = 48;
+ this.labelProgress1.Text = "제품진입";
+ this.labelProgress1.TextColor = System.Drawing.Color.Black;
+ this.labelProgress1.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelProgress1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelProgress1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelProgress1.Wordwrap = false;
+ //
+ // labelProgress0
+ //
+ this.labelProgress0.BackGround = null;
+ this.labelProgress0.BackGroundColor = System.Drawing.Color.Azure;
+ this.labelProgress0.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelProgress0.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelProgress0.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
+ this.labelProgress0.LineSpacing = 0F;
+ this.labelProgress0.Location = new System.Drawing.Point(6, 76);
+ this.labelProgress0.Name = "labelProgress0";
+ this.labelProgress0.OverlapOptimize = true;
+ this.labelProgress0.PasswordChar = '\0';
+ this.labelProgress0.Radius = 3;
+ this.labelProgress0.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelProgress0.Size = new System.Drawing.Size(105, 40);
+ this.labelProgress0.TabIndex = 47;
+ this.labelProgress0.Text = "초기상태";
+ this.labelProgress0.TextColor = System.Drawing.Color.Black;
+ this.labelProgress0.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelProgress0.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelProgress0.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelProgress0.Wordwrap = 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.smartSeparatorLine20);
+ this.smartGroupBox2.Controls.Add(this.labelResult10_1);
+ this.smartGroupBox2.Controls.Add(this.labelCurrentValue10);
+ this.smartGroupBox2.Controls.Add(this.smartSeparatorLine6);
+ this.smartGroupBox2.Controls.Add(this.labelResultSD10);
+ this.smartGroupBox2.Controls.Add(this.smartLabel54);
+ this.smartGroupBox2.Controls.Add(this.labelResult10);
+ this.smartGroupBox2.Controls.Add(this.smartLabel56);
+ this.smartGroupBox2.Controls.Add(this.labelStDev10);
+ this.smartGroupBox2.Controls.Add(this.smartLabel58);
+ this.smartGroupBox2.Controls.Add(this.labelMaxValue10);
+ this.smartGroupBox2.Controls.Add(this.smartLabel60);
+ this.smartGroupBox2.Controls.Add(this.smartLabel62);
+ this.smartGroupBox2.Controls.Add(this.smartDraw10);
+ 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(822, 405);
+ this.smartGroupBox2.Name = "smartGroupBox2";
+ this.smartGroupBox2.RoundRadius = 5;
+ this.smartGroupBox2.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox2.TabIndex = 46;
+ this.smartGroupBox2.Text = "Lane 10";
+ this.smartGroupBox2.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine20
+ //
+ this.smartSeparatorLine20.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine20.Line1Width = 1F;
+ this.smartSeparatorLine20.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine20.Line2Width = 1F;
+ this.smartSeparatorLine20.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine20.Location = new System.Drawing.Point(9, 146);
+ this.smartSeparatorLine20.Name = "smartSeparatorLine20";
+ this.smartSeparatorLine20.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine20.TabIndex = 25;
+ this.smartSeparatorLine20.Text = "smartSeparatorLine20";
+ //
+ // labelResult10_1
+ //
+ this.labelResult10_1.BackGround = null;
+ this.labelResult10_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult10_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult10_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult10_1.Font = new System.Drawing.Font("New Gulim", 40F, System.Drawing.FontStyle.Bold);
+ this.labelResult10_1.LineSpacing = 0F;
+ this.labelResult10_1.Location = new System.Drawing.Point(3, 42);
+ this.labelResult10_1.Name = "labelResult10_1";
+ this.labelResult10_1.OverlapOptimize = true;
+ this.labelResult10_1.PasswordChar = '\0';
+ this.labelResult10_1.Radius = 3;
+ this.labelResult10_1.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult10_1.Size = new System.Drawing.Size(192, 98);
+ this.labelResult10_1.TabIndex = 24;
+ this.labelResult10_1.Text = "정상";
+ this.labelResult10_1.TextColor = System.Drawing.Color.Green;
+ this.labelResult10_1.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult10_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult10_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult10_1.Wordwrap = false;
+ //
+ // labelCurrentValue10
+ //
+ this.labelCurrentValue10.BackGround = null;
+ this.labelCurrentValue10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelCurrentValue10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue10.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelCurrentValue10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelCurrentValue10.LineSpacing = 0F;
+ this.labelCurrentValue10.Location = new System.Drawing.Point(89, 154);
+ this.labelCurrentValue10.Name = "labelCurrentValue10";
+ this.labelCurrentValue10.OverlapOptimize = true;
+ this.labelCurrentValue10.PasswordChar = '\0';
+ this.labelCurrentValue10.Radius = 3;
+ this.labelCurrentValue10.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelCurrentValue10.Size = new System.Drawing.Size(100, 20);
+ this.labelCurrentValue10.TabIndex = 22;
+ this.labelCurrentValue10.Text = "9.2354";
+ this.labelCurrentValue10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue10.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelCurrentValue10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelCurrentValue10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelCurrentValue10.Wordwrap = false;
+ //
+ // smartSeparatorLine6
+ //
+ this.smartSeparatorLine6.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine6.Line1Width = 1F;
+ this.smartSeparatorLine6.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine6.Line2Width = 1F;
+ this.smartSeparatorLine6.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine6.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine6.Name = "smartSeparatorLine6";
+ this.smartSeparatorLine6.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine6.TabIndex = 21;
+ this.smartSeparatorLine6.Text = "smartSeparatorLine6";
+ //
+ // labelResultSD10
+ //
+ this.labelResultSD10.BackGround = null;
+ this.labelResultSD10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResultSD10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD10.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResultSD10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResultSD10.LineSpacing = 0F;
+ this.labelResultSD10.Location = new System.Drawing.Point(89, 254);
+ this.labelResultSD10.Name = "labelResultSD10";
+ this.labelResultSD10.OverlapOptimize = true;
+ this.labelResultSD10.PasswordChar = '\0';
+ this.labelResultSD10.Radius = 3;
+ this.labelResultSD10.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResultSD10.Size = new System.Drawing.Size(100, 20);
+ this.labelResultSD10.TabIndex = 20;
+ this.labelResultSD10.Text = "0.0023";
+ this.labelResultSD10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD10.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResultSD10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResultSD10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResultSD10.Wordwrap = false;
+ //
+ // smartLabel54
+ //
+ this.smartLabel54.BackGround = this.smartGroupBox2;
+ this.smartLabel54.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel54.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel54.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel54.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel54.LineSpacing = 0F;
+ this.smartLabel54.Location = new System.Drawing.Point(3, 254);
+ this.smartLabel54.Name = "smartLabel54";
+ this.smartLabel54.OverlapOptimize = true;
+ this.smartLabel54.PasswordChar = '\0';
+ this.smartLabel54.Radius = 3;
+ this.smartLabel54.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel54.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel54.TabIndex = 19;
+ this.smartLabel54.Text = "감도";
+ this.smartLabel54.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel54.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel54.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel54.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel54.Wordwrap = false;
+ //
+ // labelResult10
+ //
+ this.labelResult10.BackGround = null;
+ this.labelResult10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult10.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResult10.LineSpacing = 0F;
+ this.labelResult10.Location = new System.Drawing.Point(89, 232);
+ this.labelResult10.Name = "labelResult10";
+ this.labelResult10.OverlapOptimize = true;
+ this.labelResult10.PasswordChar = '\0';
+ this.labelResult10.Radius = 3;
+ this.labelResult10.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult10.Size = new System.Drawing.Size(100, 20);
+ this.labelResult10.TabIndex = 18;
+ this.labelResult10.Text = "정상";
+ this.labelResult10.TextColor = System.Drawing.Color.Green;
+ this.labelResult10.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult10.Wordwrap = false;
+ //
+ // smartLabel56
+ //
+ this.smartLabel56.BackGround = this.smartGroupBox2;
+ this.smartLabel56.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel56.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel56.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel56.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel56.LineSpacing = 0F;
+ this.smartLabel56.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel56.Name = "smartLabel56";
+ this.smartLabel56.OverlapOptimize = true;
+ this.smartLabel56.PasswordChar = '\0';
+ this.smartLabel56.Radius = 3;
+ this.smartLabel56.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel56.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel56.TabIndex = 17;
+ this.smartLabel56.Text = "판정";
+ this.smartLabel56.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel56.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel56.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel56.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel56.Wordwrap = false;
+ //
+ // labelStDev10
+ //
+ this.labelStDev10.BackGround = null;
+ this.labelStDev10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelStDev10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev10.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelStDev10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelStDev10.LineSpacing = 0F;
+ this.labelStDev10.Location = new System.Drawing.Point(89, 198);
+ this.labelStDev10.Name = "labelStDev10";
+ this.labelStDev10.OverlapOptimize = true;
+ this.labelStDev10.PasswordChar = '\0';
+ this.labelStDev10.Radius = 3;
+ this.labelStDev10.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelStDev10.Size = new System.Drawing.Size(100, 20);
+ this.labelStDev10.TabIndex = 16;
+ this.labelStDev10.Text = "0.0023";
+ this.labelStDev10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev10.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelStDev10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelStDev10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelStDev10.Wordwrap = false;
+ //
+ // smartLabel58
+ //
+ this.smartLabel58.BackGround = this.smartGroupBox2;
+ this.smartLabel58.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel58.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel58.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel58.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel58.LineSpacing = 0F;
+ this.smartLabel58.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel58.Name = "smartLabel58";
+ this.smartLabel58.OverlapOptimize = true;
+ this.smartLabel58.PasswordChar = '\0';
+ this.smartLabel58.Radius = 3;
+ this.smartLabel58.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel58.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel58.TabIndex = 15;
+ this.smartLabel58.Text = "감도";
+ this.smartLabel58.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel58.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel58.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel58.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel58.Wordwrap = false;
+ //
+ // labelMaxValue10
+ //
+ this.labelMaxValue10.BackGround = null;
+ this.labelMaxValue10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelMaxValue10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue10.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelMaxValue10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelMaxValue10.LineSpacing = 0F;
+ this.labelMaxValue10.Location = new System.Drawing.Point(89, 176);
+ this.labelMaxValue10.Name = "labelMaxValue10";
+ this.labelMaxValue10.OverlapOptimize = true;
+ this.labelMaxValue10.PasswordChar = '\0';
+ this.labelMaxValue10.Radius = 3;
+ this.labelMaxValue10.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelMaxValue10.Size = new System.Drawing.Size(100, 20);
+ this.labelMaxValue10.TabIndex = 14;
+ this.labelMaxValue10.Text = "9.2354";
+ this.labelMaxValue10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue10.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelMaxValue10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelMaxValue10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelMaxValue10.Wordwrap = false;
+ //
+ // smartLabel60
+ //
+ this.smartLabel60.BackGround = this.smartGroupBox2;
+ this.smartLabel60.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel60.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel60.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel60.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel60.LineSpacing = 0F;
+ this.smartLabel60.Location = new System.Drawing.Point(3, 176);
+ this.smartLabel60.Name = "smartLabel60";
+ this.smartLabel60.OverlapOptimize = true;
+ this.smartLabel60.PasswordChar = '\0';
+ this.smartLabel60.Radius = 3;
+ this.smartLabel60.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel60.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel60.TabIndex = 13;
+ this.smartLabel60.Text = "최대값";
+ this.smartLabel60.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel60.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel60.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel60.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel60.Wordwrap = false;
+ //
+ // smartLabel62
+ //
+ this.smartLabel62.BackGround = this.smartGroupBox2;
+ this.smartLabel62.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel62.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel62.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel62.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel62.LineSpacing = 0F;
+ this.smartLabel62.Location = new System.Drawing.Point(3, 154);
+ this.smartLabel62.Name = "smartLabel62";
+ this.smartLabel62.OverlapOptimize = true;
+ this.smartLabel62.PasswordChar = '\0';
+ this.smartLabel62.Radius = 3;
+ this.smartLabel62.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel62.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel62.TabIndex = 12;
+ this.smartLabel62.Text = "현재값";
+ this.smartLabel62.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel62.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel62.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel62.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel62.Wordwrap = false;
+ //
+ // smartDraw10
+ //
+ this.smartDraw10.BackGround = null;
+ this.smartDraw10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw10.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw10.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1;
+ this.smartDraw10.Chart.ChartDrawStep = 1;
+ this.smartDraw10.Chart.ChartHeight = 0;
+ this.smartDraw10.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw10.Chart.ChartWidth = 0;
+ this.smartDraw10.Chart.OriginX = 30;
+ this.smartDraw10.Chart.OriginY = 20;
+ this.smartDraw10.Chart.XIncrement = 1;
+ this.smartDraw10.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw10.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw10.Location = new System.Drawing.Point(3, 42);
+ this.smartDraw10.Name = "smartDraw10";
+ this.smartDraw10.OverlapOptimize = false;
+ this.smartDraw10.Size = new System.Drawing.Size(192, 102);
+ this.smartDraw10.TabIndex = 11;
+ this.smartDraw10.Text = "smartDraw6";
+ this.smartDraw10.Visible = false;
+ this.smartDraw10.Click += new System.EventHandler(this.smartDraw10_Click);
+ //
+ // smartGroupBox8
+ //
+ this.smartGroupBox8.BackGround = null;
+ this.smartGroupBox8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartGroupBox8.BackImage = null;
+ this.smartGroupBox8.Controls.Add(this.smartSeparatorLine18);
+ this.smartGroupBox8.Controls.Add(this.labelResult8_1);
+ this.smartGroupBox8.Controls.Add(this.smartSeparatorLine8);
+ this.smartGroupBox8.Controls.Add(this.labelResultSD8);
+ this.smartGroupBox8.Controls.Add(this.smartLabel74);
+ this.smartGroupBox8.Controls.Add(this.labelResult8);
+ this.smartGroupBox8.Controls.Add(this.smartLabel76);
+ this.smartGroupBox8.Controls.Add(this.labelStDev8);
+ this.smartGroupBox8.Controls.Add(this.smartLabel78);
+ this.smartGroupBox8.Controls.Add(this.labelMaxValue8);
+ this.smartGroupBox8.Controls.Add(this.smartLabel80);
+ this.smartGroupBox8.Controls.Add(this.labelCurrentValue8);
+ this.smartGroupBox8.Controls.Add(this.smartLabel82);
+ this.smartGroupBox8.Controls.Add(this.smartDraw8);
+ this.smartGroupBox8.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox8.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox8.FrameLineThickness = 2;
+ this.smartGroupBox8.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
+ this.smartGroupBox8.HeaderHeightOffset = 12;
+ this.smartGroupBox8.Location = new System.Drawing.Point(414, 405);
+ this.smartGroupBox8.Name = "smartGroupBox8";
+ this.smartGroupBox8.RoundRadius = 5;
+ this.smartGroupBox8.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox8.TabIndex = 44;
+ this.smartGroupBox8.Text = "Lane 8";
+ this.smartGroupBox8.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine18
+ //
+ this.smartSeparatorLine18.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine18.Line1Width = 1F;
+ this.smartSeparatorLine18.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine18.Line2Width = 1F;
+ this.smartSeparatorLine18.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine18.Location = new System.Drawing.Point(9, 146);
+ this.smartSeparatorLine18.Name = "smartSeparatorLine18";
+ this.smartSeparatorLine18.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine18.TabIndex = 25;
+ this.smartSeparatorLine18.Text = "smartSeparatorLine18";
+ //
+ // labelResult8_1
+ //
+ this.labelResult8_1.BackGround = null;
+ this.labelResult8_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult8_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult8_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult8_1.Font = new System.Drawing.Font("New Gulim", 40F, System.Drawing.FontStyle.Bold);
+ this.labelResult8_1.LineSpacing = 0F;
+ this.labelResult8_1.Location = new System.Drawing.Point(3, 42);
+ this.labelResult8_1.Name = "labelResult8_1";
+ this.labelResult8_1.OverlapOptimize = true;
+ this.labelResult8_1.PasswordChar = '\0';
+ this.labelResult8_1.Radius = 3;
+ this.labelResult8_1.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult8_1.Size = new System.Drawing.Size(192, 98);
+ this.labelResult8_1.TabIndex = 24;
+ this.labelResult8_1.Text = "리크";
+ this.labelResult8_1.TextColor = System.Drawing.Color.Red;
+ this.labelResult8_1.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult8_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult8_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult8_1.Wordwrap = false;
+ //
+ // smartSeparatorLine8
+ //
+ this.smartSeparatorLine8.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine8.Line1Width = 1F;
+ this.smartSeparatorLine8.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine8.Line2Width = 1F;
+ this.smartSeparatorLine8.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine8.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine8.Name = "smartSeparatorLine8";
+ this.smartSeparatorLine8.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine8.TabIndex = 21;
+ this.smartSeparatorLine8.Text = "smartSeparatorLine8";
+ //
+ // labelResultSD8
+ //
+ this.labelResultSD8.BackGround = null;
+ this.labelResultSD8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResultSD8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResultSD8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResultSD8.LineSpacing = 0F;
+ this.labelResultSD8.Location = new System.Drawing.Point(89, 254);
+ this.labelResultSD8.Name = "labelResultSD8";
+ this.labelResultSD8.OverlapOptimize = true;
+ this.labelResultSD8.PasswordChar = '\0';
+ this.labelResultSD8.Radius = 3;
+ this.labelResultSD8.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResultSD8.Size = new System.Drawing.Size(100, 20);
+ this.labelResultSD8.TabIndex = 20;
+ this.labelResultSD8.Text = "0.0235";
+ this.labelResultSD8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD8.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResultSD8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResultSD8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResultSD8.Wordwrap = false;
+ //
+ // smartLabel74
+ //
+ this.smartLabel74.BackGround = this.smartGroupBox8;
+ this.smartLabel74.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel74.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel74.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel74.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel74.LineSpacing = 0F;
+ this.smartLabel74.Location = new System.Drawing.Point(3, 254);
+ this.smartLabel74.Name = "smartLabel74";
+ this.smartLabel74.OverlapOptimize = true;
+ this.smartLabel74.PasswordChar = '\0';
+ this.smartLabel74.Radius = 3;
+ this.smartLabel74.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel74.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel74.TabIndex = 19;
+ this.smartLabel74.Text = "감도";
+ this.smartLabel74.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel74.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel74.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel74.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel74.Wordwrap = false;
+ //
+ // labelResult8
+ //
+ this.labelResult8.BackGround = null;
+ this.labelResult8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResult8.LineSpacing = 0F;
+ this.labelResult8.Location = new System.Drawing.Point(89, 232);
+ this.labelResult8.Name = "labelResult8";
+ this.labelResult8.OverlapOptimize = true;
+ this.labelResult8.PasswordChar = '\0';
+ this.labelResult8.Radius = 3;
+ this.labelResult8.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult8.Size = new System.Drawing.Size(100, 20);
+ this.labelResult8.TabIndex = 18;
+ this.labelResult8.Text = "리크";
+ this.labelResult8.TextColor = System.Drawing.Color.Red;
+ this.labelResult8.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult8.Wordwrap = false;
+ //
+ // smartLabel76
+ //
+ this.smartLabel76.BackGround = this.smartGroupBox8;
+ this.smartLabel76.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel76.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel76.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel76.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel76.LineSpacing = 0F;
+ this.smartLabel76.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel76.Name = "smartLabel76";
+ this.smartLabel76.OverlapOptimize = true;
+ this.smartLabel76.PasswordChar = '\0';
+ this.smartLabel76.Radius = 3;
+ this.smartLabel76.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel76.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel76.TabIndex = 17;
+ this.smartLabel76.Text = "판정";
+ this.smartLabel76.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel76.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel76.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel76.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel76.Wordwrap = false;
+ //
+ // labelStDev8
+ //
+ this.labelStDev8.BackGround = null;
+ this.labelStDev8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelStDev8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelStDev8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelStDev8.LineSpacing = 0F;
+ this.labelStDev8.Location = new System.Drawing.Point(89, 198);
+ this.labelStDev8.Name = "labelStDev8";
+ this.labelStDev8.OverlapOptimize = true;
+ this.labelStDev8.PasswordChar = '\0';
+ this.labelStDev8.Radius = 3;
+ this.labelStDev8.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelStDev8.Size = new System.Drawing.Size(100, 20);
+ this.labelStDev8.TabIndex = 16;
+ this.labelStDev8.Text = "0.0235";
+ this.labelStDev8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev8.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelStDev8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelStDev8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelStDev8.Wordwrap = false;
+ //
+ // smartLabel78
+ //
+ this.smartLabel78.BackGround = this.smartGroupBox8;
+ this.smartLabel78.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel78.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel78.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel78.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel78.LineSpacing = 0F;
+ this.smartLabel78.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel78.Name = "smartLabel78";
+ this.smartLabel78.OverlapOptimize = true;
+ this.smartLabel78.PasswordChar = '\0';
+ this.smartLabel78.Radius = 3;
+ this.smartLabel78.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel78.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel78.TabIndex = 15;
+ this.smartLabel78.Text = "감도";
+ this.smartLabel78.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel78.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel78.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel78.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel78.Wordwrap = false;
+ //
+ // labelMaxValue8
+ //
+ this.labelMaxValue8.BackGround = null;
+ this.labelMaxValue8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelMaxValue8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelMaxValue8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelMaxValue8.LineSpacing = 0F;
+ this.labelMaxValue8.Location = new System.Drawing.Point(89, 176);
+ this.labelMaxValue8.Name = "labelMaxValue8";
+ this.labelMaxValue8.OverlapOptimize = true;
+ this.labelMaxValue8.PasswordChar = '\0';
+ this.labelMaxValue8.Radius = 3;
+ this.labelMaxValue8.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelMaxValue8.Size = new System.Drawing.Size(100, 20);
+ this.labelMaxValue8.TabIndex = 14;
+ this.labelMaxValue8.Text = "9.3542";
+ this.labelMaxValue8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue8.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelMaxValue8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelMaxValue8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelMaxValue8.Wordwrap = false;
+ //
+ // smartLabel80
+ //
+ this.smartLabel80.BackGround = this.smartGroupBox8;
+ this.smartLabel80.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel80.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel80.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel80.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel80.LineSpacing = 0F;
+ this.smartLabel80.Location = new System.Drawing.Point(3, 176);
+ this.smartLabel80.Name = "smartLabel80";
+ this.smartLabel80.OverlapOptimize = true;
+ this.smartLabel80.PasswordChar = '\0';
+ this.smartLabel80.Radius = 3;
+ this.smartLabel80.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel80.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel80.TabIndex = 13;
+ this.smartLabel80.Text = "최대값";
+ this.smartLabel80.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel80.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel80.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel80.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel80.Wordwrap = false;
+ //
+ // labelCurrentValue8
+ //
+ this.labelCurrentValue8.BackGround = null;
+ this.labelCurrentValue8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelCurrentValue8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue8.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelCurrentValue8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelCurrentValue8.LineSpacing = 0F;
+ this.labelCurrentValue8.Location = new System.Drawing.Point(89, 154);
+ this.labelCurrentValue8.Name = "labelCurrentValue8";
+ this.labelCurrentValue8.OverlapOptimize = true;
+ this.labelCurrentValue8.PasswordChar = '\0';
+ this.labelCurrentValue8.Radius = 3;
+ this.labelCurrentValue8.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelCurrentValue8.Size = new System.Drawing.Size(100, 20);
+ this.labelCurrentValue8.TabIndex = 12;
+ this.labelCurrentValue8.Text = "8.2563";
+ this.labelCurrentValue8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue8.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelCurrentValue8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelCurrentValue8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelCurrentValue8.Wordwrap = false;
+ //
+ // smartLabel82
+ //
+ this.smartLabel82.BackGround = this.smartGroupBox8;
+ this.smartLabel82.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel82.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel82.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel82.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel82.LineSpacing = 0F;
+ this.smartLabel82.Location = new System.Drawing.Point(3, 154);
+ this.smartLabel82.Name = "smartLabel82";
+ this.smartLabel82.OverlapOptimize = true;
+ this.smartLabel82.PasswordChar = '\0';
+ this.smartLabel82.Radius = 3;
+ this.smartLabel82.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel82.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel82.TabIndex = 12;
+ this.smartLabel82.Text = "현재값";
+ this.smartLabel82.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel82.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel82.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel82.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel82.Wordwrap = false;
+ //
+ // smartDraw8
+ //
+ this.smartDraw8.BackGround = null;
+ this.smartDraw8.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw8.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw8.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1;
+ this.smartDraw8.Chart.ChartDrawStep = 1;
+ this.smartDraw8.Chart.ChartHeight = 0;
+ this.smartDraw8.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw8.Chart.ChartWidth = 0;
+ this.smartDraw8.Chart.OriginX = 30;
+ this.smartDraw8.Chart.OriginY = 20;
+ this.smartDraw8.Chart.XIncrement = 1;
+ this.smartDraw8.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw8.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw8.Location = new System.Drawing.Point(3, 42);
+ this.smartDraw8.Name = "smartDraw8";
+ this.smartDraw8.OverlapOptimize = false;
+ this.smartDraw8.Size = new System.Drawing.Size(192, 102);
+ this.smartDraw8.TabIndex = 11;
+ this.smartDraw8.Text = "smartDraw8";
+ this.smartDraw8.Visible = false;
+ this.smartDraw8.Click += new System.EventHandler(this.smartDraw8_Click);
+ //
+ // smartGroupBox9
+ //
+ this.smartGroupBox9.BackGround = null;
+ this.smartGroupBox9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartGroupBox9.BackImage = null;
+ this.smartGroupBox9.Controls.Add(this.smartSeparatorLine17);
+ this.smartGroupBox9.Controls.Add(this.labelResult7_1);
+ this.smartGroupBox9.Controls.Add(this.smartSeparatorLine9);
+ this.smartGroupBox9.Controls.Add(this.labelResultSD7);
+ this.smartGroupBox9.Controls.Add(this.smartLabel84);
+ this.smartGroupBox9.Controls.Add(this.labelResult7);
+ this.smartGroupBox9.Controls.Add(this.smartLabel86);
+ this.smartGroupBox9.Controls.Add(this.labelStDev7);
+ this.smartGroupBox9.Controls.Add(this.smartLabel88);
+ this.smartGroupBox9.Controls.Add(this.labelMaxValue7);
+ this.smartGroupBox9.Controls.Add(this.smartLabel90);
+ this.smartGroupBox9.Controls.Add(this.labelCurrentValue7);
+ this.smartGroupBox9.Controls.Add(this.smartLabel92);
+ this.smartGroupBox9.Controls.Add(this.smartDraw7);
+ this.smartGroupBox9.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox9.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox9.FrameLineThickness = 2;
+ this.smartGroupBox9.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
+ this.smartGroupBox9.HeaderHeightOffset = 12;
+ this.smartGroupBox9.Location = new System.Drawing.Point(210, 405);
+ this.smartGroupBox9.Name = "smartGroupBox9";
+ this.smartGroupBox9.RoundRadius = 5;
+ this.smartGroupBox9.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox9.TabIndex = 43;
+ this.smartGroupBox9.Text = "Lane 7";
+ this.smartGroupBox9.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine17
+ //
+ this.smartSeparatorLine17.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine17.Line1Width = 1F;
+ this.smartSeparatorLine17.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine17.Line2Width = 1F;
+ this.smartSeparatorLine17.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine17.Location = new System.Drawing.Point(9, 146);
+ this.smartSeparatorLine17.Name = "smartSeparatorLine17";
+ this.smartSeparatorLine17.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine17.TabIndex = 25;
+ this.smartSeparatorLine17.Text = "smartSeparatorLine17";
+ //
+ // labelResult7_1
+ //
+ this.labelResult7_1.BackGround = null;
+ this.labelResult7_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult7_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult7_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult7_1.Font = new System.Drawing.Font("New Gulim", 40F, System.Drawing.FontStyle.Bold);
+ this.labelResult7_1.LineSpacing = 0F;
+ this.labelResult7_1.Location = new System.Drawing.Point(3, 42);
+ this.labelResult7_1.Name = "labelResult7_1";
+ this.labelResult7_1.OverlapOptimize = true;
+ this.labelResult7_1.PasswordChar = '\0';
+ this.labelResult7_1.Radius = 3;
+ this.labelResult7_1.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult7_1.Size = new System.Drawing.Size(192, 98);
+ this.labelResult7_1.TabIndex = 24;
+ this.labelResult7_1.Text = "정상";
+ this.labelResult7_1.TextColor = System.Drawing.Color.Green;
+ this.labelResult7_1.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult7_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult7_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult7_1.Wordwrap = false;
+ //
+ // smartSeparatorLine9
+ //
+ this.smartSeparatorLine9.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine9.Line1Width = 1F;
+ this.smartSeparatorLine9.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine9.Line2Width = 1F;
+ this.smartSeparatorLine9.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine9.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine9.Name = "smartSeparatorLine9";
+ this.smartSeparatorLine9.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine9.TabIndex = 21;
+ this.smartSeparatorLine9.Text = "smartSeparatorLine9";
+ //
+ // labelResultSD7
+ //
+ this.labelResultSD7.BackGround = null;
+ this.labelResultSD7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResultSD7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResultSD7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResultSD7.LineSpacing = 0F;
+ this.labelResultSD7.Location = new System.Drawing.Point(89, 254);
+ this.labelResultSD7.Name = "labelResultSD7";
+ this.labelResultSD7.OverlapOptimize = true;
+ this.labelResultSD7.PasswordChar = '\0';
+ this.labelResultSD7.Radius = 3;
+ this.labelResultSD7.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResultSD7.Size = new System.Drawing.Size(100, 20);
+ this.labelResultSD7.TabIndex = 20;
+ this.labelResultSD7.Text = "0.0023";
+ this.labelResultSD7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD7.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResultSD7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResultSD7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResultSD7.Wordwrap = false;
+ //
+ // smartLabel84
+ //
+ this.smartLabel84.BackGround = this.smartGroupBox9;
+ this.smartLabel84.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel84.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel84.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel84.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel84.LineSpacing = 0F;
+ this.smartLabel84.Location = new System.Drawing.Point(3, 254);
+ this.smartLabel84.Name = "smartLabel84";
+ this.smartLabel84.OverlapOptimize = true;
+ this.smartLabel84.PasswordChar = '\0';
+ this.smartLabel84.Radius = 3;
+ this.smartLabel84.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel84.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel84.TabIndex = 19;
+ this.smartLabel84.Text = "감도";
+ this.smartLabel84.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel84.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel84.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel84.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel84.Wordwrap = false;
+ //
+ // labelResult7
+ //
+ this.labelResult7.BackGround = null;
+ this.labelResult7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResult7.LineSpacing = 0F;
+ this.labelResult7.Location = new System.Drawing.Point(89, 232);
+ this.labelResult7.Name = "labelResult7";
+ this.labelResult7.OverlapOptimize = true;
+ this.labelResult7.PasswordChar = '\0';
+ this.labelResult7.Radius = 3;
+ this.labelResult7.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult7.Size = new System.Drawing.Size(100, 20);
+ this.labelResult7.TabIndex = 18;
+ this.labelResult7.Text = "정상";
+ this.labelResult7.TextColor = System.Drawing.Color.Green;
+ this.labelResult7.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult7.Wordwrap = false;
+ //
+ // smartLabel86
+ //
+ this.smartLabel86.BackGround = this.smartGroupBox9;
+ this.smartLabel86.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel86.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel86.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel86.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel86.LineSpacing = 0F;
+ this.smartLabel86.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel86.Name = "smartLabel86";
+ this.smartLabel86.OverlapOptimize = true;
+ this.smartLabel86.PasswordChar = '\0';
+ this.smartLabel86.Radius = 3;
+ this.smartLabel86.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel86.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel86.TabIndex = 17;
+ this.smartLabel86.Text = "판정";
+ this.smartLabel86.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel86.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel86.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel86.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel86.Wordwrap = false;
+ //
+ // labelStDev7
+ //
+ this.labelStDev7.BackGround = null;
+ this.labelStDev7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelStDev7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelStDev7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelStDev7.LineSpacing = 0F;
+ this.labelStDev7.Location = new System.Drawing.Point(89, 198);
+ this.labelStDev7.Name = "labelStDev7";
+ this.labelStDev7.OverlapOptimize = true;
+ this.labelStDev7.PasswordChar = '\0';
+ this.labelStDev7.Radius = 3;
+ this.labelStDev7.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelStDev7.Size = new System.Drawing.Size(100, 20);
+ this.labelStDev7.TabIndex = 16;
+ this.labelStDev7.Text = "0.0023";
+ this.labelStDev7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev7.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelStDev7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelStDev7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelStDev7.Wordwrap = false;
+ //
+ // smartLabel88
+ //
+ this.smartLabel88.BackGround = this.smartGroupBox9;
+ this.smartLabel88.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel88.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel88.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel88.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel88.LineSpacing = 0F;
+ this.smartLabel88.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel88.Name = "smartLabel88";
+ this.smartLabel88.OverlapOptimize = true;
+ this.smartLabel88.PasswordChar = '\0';
+ this.smartLabel88.Radius = 3;
+ this.smartLabel88.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel88.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel88.TabIndex = 15;
+ this.smartLabel88.Text = "감도";
+ this.smartLabel88.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel88.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel88.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel88.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel88.Wordwrap = false;
+ //
+ // labelMaxValue7
+ //
+ this.labelMaxValue7.BackGround = null;
+ this.labelMaxValue7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelMaxValue7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelMaxValue7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelMaxValue7.LineSpacing = 0F;
+ this.labelMaxValue7.Location = new System.Drawing.Point(89, 176);
+ this.labelMaxValue7.Name = "labelMaxValue7";
+ this.labelMaxValue7.OverlapOptimize = true;
+ this.labelMaxValue7.PasswordChar = '\0';
+ this.labelMaxValue7.Radius = 3;
+ this.labelMaxValue7.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelMaxValue7.Size = new System.Drawing.Size(100, 20);
+ this.labelMaxValue7.TabIndex = 14;
+ this.labelMaxValue7.Text = "9.2354";
+ this.labelMaxValue7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue7.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelMaxValue7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelMaxValue7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelMaxValue7.Wordwrap = false;
+ //
+ // smartLabel90
+ //
+ this.smartLabel90.BackGround = this.smartGroupBox9;
+ this.smartLabel90.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel90.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel90.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel90.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel90.LineSpacing = 0F;
+ this.smartLabel90.Location = new System.Drawing.Point(3, 176);
+ this.smartLabel90.Name = "smartLabel90";
+ this.smartLabel90.OverlapOptimize = true;
+ this.smartLabel90.PasswordChar = '\0';
+ this.smartLabel90.Radius = 3;
+ this.smartLabel90.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel90.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel90.TabIndex = 13;
+ this.smartLabel90.Text = "최대값";
+ this.smartLabel90.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel90.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel90.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel90.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel90.Wordwrap = false;
+ //
+ // labelCurrentValue7
+ //
+ this.labelCurrentValue7.BackGround = null;
+ this.labelCurrentValue7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelCurrentValue7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelCurrentValue7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelCurrentValue7.LineSpacing = 0F;
+ this.labelCurrentValue7.Location = new System.Drawing.Point(89, 154);
+ this.labelCurrentValue7.Name = "labelCurrentValue7";
+ this.labelCurrentValue7.OverlapOptimize = true;
+ this.labelCurrentValue7.PasswordChar = '\0';
+ this.labelCurrentValue7.Radius = 3;
+ this.labelCurrentValue7.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelCurrentValue7.Size = new System.Drawing.Size(100, 20);
+ this.labelCurrentValue7.TabIndex = 12;
+ this.labelCurrentValue7.Text = "9.2354";
+ this.labelCurrentValue7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue7.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelCurrentValue7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelCurrentValue7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelCurrentValue7.Wordwrap = false;
+ //
+ // smartLabel92
+ //
+ this.smartLabel92.BackGround = this.smartGroupBox9;
+ this.smartLabel92.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel92.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel92.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel92.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel92.LineSpacing = 0F;
+ this.smartLabel92.Location = new System.Drawing.Point(3, 154);
+ this.smartLabel92.Name = "smartLabel92";
+ this.smartLabel92.OverlapOptimize = true;
+ this.smartLabel92.PasswordChar = '\0';
+ this.smartLabel92.Radius = 3;
+ this.smartLabel92.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel92.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel92.TabIndex = 12;
+ this.smartLabel92.Text = "현재값";
+ this.smartLabel92.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel92.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel92.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel92.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel92.Wordwrap = false;
+ //
+ // smartDraw7
+ //
+ this.smartDraw7.BackGround = null;
+ this.smartDraw7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw7.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw7.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1;
+ this.smartDraw7.Chart.ChartDrawStep = 1;
+ this.smartDraw7.Chart.ChartHeight = 0;
+ this.smartDraw7.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw7.Chart.ChartWidth = 0;
+ this.smartDraw7.Chart.OriginX = 30;
+ this.smartDraw7.Chart.OriginY = 20;
+ this.smartDraw7.Chart.XIncrement = 1;
+ this.smartDraw7.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw7.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw7.Location = new System.Drawing.Point(3, 42);
+ this.smartDraw7.Name = "smartDraw7";
+ this.smartDraw7.OverlapOptimize = false;
+ this.smartDraw7.Size = new System.Drawing.Size(192, 102);
+ this.smartDraw7.TabIndex = 11;
+ this.smartDraw7.Text = "smartDraw9";
+ this.smartDraw7.Visible = false;
+ this.smartDraw7.Click += new System.EventHandler(this.smartDraw7_Click);
+ //
+ // smartGroupBox10
+ //
+ this.smartGroupBox10.BackGround = null;
+ this.smartGroupBox10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartGroupBox10.BackImage = null;
+ this.smartGroupBox10.Controls.Add(this.smartSeparatorLine16);
+ this.smartGroupBox10.Controls.Add(this.labelResult6_1);
+ this.smartGroupBox10.Controls.Add(this.smartSeparatorLine10);
+ this.smartGroupBox10.Controls.Add(this.labelResultSD6);
+ this.smartGroupBox10.Controls.Add(this.smartLabel94);
+ this.smartGroupBox10.Controls.Add(this.labelResult6);
+ this.smartGroupBox10.Controls.Add(this.smartLabel96);
+ this.smartGroupBox10.Controls.Add(this.labelStDev6);
+ this.smartGroupBox10.Controls.Add(this.smartLabel98);
+ this.smartGroupBox10.Controls.Add(this.labelMaxValue6);
+ this.smartGroupBox10.Controls.Add(this.smartLabel100);
+ this.smartGroupBox10.Controls.Add(this.labelCurrentValue6);
+ this.smartGroupBox10.Controls.Add(this.smartLabel102);
+ this.smartGroupBox10.Controls.Add(this.smartDraw6);
+ this.smartGroupBox10.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox10.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartGroupBox10.FrameLineThickness = 2;
+ this.smartGroupBox10.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
+ this.smartGroupBox10.HeaderHeightOffset = 12;
+ this.smartGroupBox10.Location = new System.Drawing.Point(6, 405);
+ this.smartGroupBox10.Name = "smartGroupBox10";
+ this.smartGroupBox10.RoundRadius = 5;
+ this.smartGroupBox10.Size = new System.Drawing.Size(198, 280);
+ this.smartGroupBox10.TabIndex = 42;
+ this.smartGroupBox10.Text = "Lane 6";
+ this.smartGroupBox10.TextColor = System.Drawing.Color.White;
+ //
+ // smartSeparatorLine16
+ //
+ this.smartSeparatorLine16.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine16.Line1Width = 1F;
+ this.smartSeparatorLine16.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine16.Line2Width = 1F;
+ this.smartSeparatorLine16.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine16.Location = new System.Drawing.Point(9, 146);
+ this.smartSeparatorLine16.Name = "smartSeparatorLine16";
+ this.smartSeparatorLine16.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine16.TabIndex = 25;
+ this.smartSeparatorLine16.Text = "smartSeparatorLine16";
+ //
+ // labelResult6_1
+ //
+ this.labelResult6_1.BackGround = null;
+ this.labelResult6_1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult6_1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult6_1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult6_1.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
+ this.labelResult6_1.LineSpacing = 0F;
+ this.labelResult6_1.Location = new System.Drawing.Point(3, 42);
+ this.labelResult6_1.Name = "labelResult6_1";
+ this.labelResult6_1.OverlapOptimize = true;
+ this.labelResult6_1.PasswordChar = '\0';
+ this.labelResult6_1.Radius = 3;
+ this.labelResult6_1.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult6_1.Size = new System.Drawing.Size(192, 98);
+ this.labelResult6_1.TabIndex = 24;
+ this.labelResult6_1.Text = "검사 중..";
+ this.labelResult6_1.TextColor = System.Drawing.Color.Green;
+ this.labelResult6_1.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult6_1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult6_1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult6_1.Wordwrap = false;
+ //
+ // smartSeparatorLine10
+ //
+ this.smartSeparatorLine10.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartSeparatorLine10.Line1Width = 1F;
+ this.smartSeparatorLine10.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartSeparatorLine10.Line2Width = 1F;
+ this.smartSeparatorLine10.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
+ this.smartSeparatorLine10.Location = new System.Drawing.Point(9, 224);
+ this.smartSeparatorLine10.Name = "smartSeparatorLine10";
+ this.smartSeparatorLine10.Size = new System.Drawing.Size(180, 2);
+ this.smartSeparatorLine10.TabIndex = 21;
+ this.smartSeparatorLine10.Text = "smartSeparatorLine10";
+ //
+ // labelResultSD6
+ //
+ this.labelResultSD6.BackGround = null;
+ this.labelResultSD6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResultSD6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResultSD6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResultSD6.LineSpacing = 0F;
+ this.labelResultSD6.Location = new System.Drawing.Point(89, 254);
+ this.labelResultSD6.Name = "labelResultSD6";
+ this.labelResultSD6.OverlapOptimize = true;
+ this.labelResultSD6.PasswordChar = '\0';
+ this.labelResultSD6.Radius = 3;
+ this.labelResultSD6.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResultSD6.Size = new System.Drawing.Size(100, 20);
+ this.labelResultSD6.TabIndex = 20;
+ this.labelResultSD6.Text = "0.0023";
+ this.labelResultSD6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResultSD6.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResultSD6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResultSD6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResultSD6.Wordwrap = false;
+ //
+ // smartLabel94
+ //
+ this.smartLabel94.BackGround = this.smartGroupBox10;
+ this.smartLabel94.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel94.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel94.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel94.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel94.LineSpacing = 0F;
+ this.smartLabel94.Location = new System.Drawing.Point(3, 254);
+ this.smartLabel94.Name = "smartLabel94";
+ this.smartLabel94.OverlapOptimize = true;
+ this.smartLabel94.PasswordChar = '\0';
+ this.smartLabel94.Radius = 3;
+ this.smartLabel94.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel94.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel94.TabIndex = 19;
+ this.smartLabel94.Text = "감도";
+ this.smartLabel94.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel94.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel94.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel94.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel94.Wordwrap = false;
+ //
+ // labelResult6
+ //
+ this.labelResult6.BackGround = null;
+ this.labelResult6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelResult6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelResult6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelResult6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelResult6.LineSpacing = 0F;
+ this.labelResult6.Location = new System.Drawing.Point(89, 232);
+ this.labelResult6.Name = "labelResult6";
+ this.labelResult6.OverlapOptimize = true;
+ this.labelResult6.PasswordChar = '\0';
+ this.labelResult6.Radius = 3;
+ this.labelResult6.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelResult6.Size = new System.Drawing.Size(100, 20);
+ this.labelResult6.TabIndex = 18;
+ this.labelResult6.Text = "정상";
+ this.labelResult6.TextColor = System.Drawing.Color.Green;
+ this.labelResult6.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelResult6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelResult6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelResult6.Wordwrap = false;
+ //
+ // smartLabel96
+ //
+ this.smartLabel96.BackGround = this.smartGroupBox10;
+ this.smartLabel96.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel96.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel96.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel96.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel96.LineSpacing = 0F;
+ this.smartLabel96.Location = new System.Drawing.Point(3, 232);
+ this.smartLabel96.Name = "smartLabel96";
+ this.smartLabel96.OverlapOptimize = true;
+ this.smartLabel96.PasswordChar = '\0';
+ this.smartLabel96.Radius = 3;
+ this.smartLabel96.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel96.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel96.TabIndex = 17;
+ this.smartLabel96.Text = "판정";
+ this.smartLabel96.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel96.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel96.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel96.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel96.Wordwrap = false;
+ //
+ // labelStDev6
+ //
+ this.labelStDev6.BackGround = null;
+ this.labelStDev6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelStDev6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelStDev6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelStDev6.LineSpacing = 0F;
+ this.labelStDev6.Location = new System.Drawing.Point(89, 198);
+ this.labelStDev6.Name = "labelStDev6";
+ this.labelStDev6.OverlapOptimize = true;
+ this.labelStDev6.PasswordChar = '\0';
+ this.labelStDev6.Radius = 3;
+ this.labelStDev6.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelStDev6.Size = new System.Drawing.Size(100, 20);
+ this.labelStDev6.TabIndex = 16;
+ this.labelStDev6.Text = "0.0023";
+ this.labelStDev6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelStDev6.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelStDev6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelStDev6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelStDev6.Wordwrap = false;
+ //
+ // smartLabel98
+ //
+ this.smartLabel98.BackGround = this.smartGroupBox10;
+ this.smartLabel98.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel98.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel98.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel98.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel98.LineSpacing = 0F;
+ this.smartLabel98.Location = new System.Drawing.Point(3, 198);
+ this.smartLabel98.Name = "smartLabel98";
+ this.smartLabel98.OverlapOptimize = true;
+ this.smartLabel98.PasswordChar = '\0';
+ this.smartLabel98.Radius = 3;
+ this.smartLabel98.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel98.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel98.TabIndex = 15;
+ this.smartLabel98.Text = "감도";
+ this.smartLabel98.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel98.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel98.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel98.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel98.Wordwrap = false;
+ //
+ // labelMaxValue6
+ //
+ this.labelMaxValue6.BackGround = null;
+ this.labelMaxValue6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelMaxValue6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelMaxValue6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelMaxValue6.LineSpacing = 0F;
+ this.labelMaxValue6.Location = new System.Drawing.Point(89, 176);
+ this.labelMaxValue6.Name = "labelMaxValue6";
+ this.labelMaxValue6.OverlapOptimize = true;
+ this.labelMaxValue6.PasswordChar = '\0';
+ this.labelMaxValue6.Radius = 3;
+ this.labelMaxValue6.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelMaxValue6.Size = new System.Drawing.Size(100, 20);
+ this.labelMaxValue6.TabIndex = 14;
+ this.labelMaxValue6.Text = "9.2354";
+ this.labelMaxValue6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelMaxValue6.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelMaxValue6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelMaxValue6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelMaxValue6.Wordwrap = false;
+ //
+ // smartLabel100
+ //
+ this.smartLabel100.BackGround = this.smartGroupBox10;
+ this.smartLabel100.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel100.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel100.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel100.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel100.LineSpacing = 0F;
+ this.smartLabel100.Location = new System.Drawing.Point(3, 176);
+ this.smartLabel100.Name = "smartLabel100";
+ this.smartLabel100.OverlapOptimize = true;
+ this.smartLabel100.PasswordChar = '\0';
+ this.smartLabel100.Radius = 3;
+ this.smartLabel100.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel100.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel100.TabIndex = 13;
+ this.smartLabel100.Text = "최대값";
+ this.smartLabel100.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel100.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel100.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel100.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel100.Wordwrap = false;
+ //
+ // labelCurrentValue6
+ //
+ this.labelCurrentValue6.BackGround = null;
+ this.labelCurrentValue6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.labelCurrentValue6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.labelCurrentValue6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.labelCurrentValue6.LineSpacing = 0F;
+ this.labelCurrentValue6.Location = new System.Drawing.Point(89, 154);
+ this.labelCurrentValue6.Name = "labelCurrentValue6";
+ this.labelCurrentValue6.OverlapOptimize = true;
+ this.labelCurrentValue6.PasswordChar = '\0';
+ this.labelCurrentValue6.Radius = 3;
+ this.labelCurrentValue6.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.labelCurrentValue6.Size = new System.Drawing.Size(100, 20);
+ this.labelCurrentValue6.TabIndex = 12;
+ this.labelCurrentValue6.Text = "9.2354";
+ this.labelCurrentValue6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.labelCurrentValue6.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelCurrentValue6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelCurrentValue6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelCurrentValue6.Wordwrap = false;
+ //
+ // smartLabel102
+ //
+ this.smartLabel102.BackGround = this.smartGroupBox10;
+ this.smartLabel102.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.smartLabel102.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel102.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
+ this.smartLabel102.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel102.LineSpacing = 0F;
+ this.smartLabel102.Location = new System.Drawing.Point(3, 154);
+ this.smartLabel102.Name = "smartLabel102";
+ this.smartLabel102.OverlapOptimize = true;
+ this.smartLabel102.PasswordChar = '\0';
+ this.smartLabel102.Radius = 3;
+ this.smartLabel102.RoundRectFillColor = System.Drawing.Color.LightBlue;
+ this.smartLabel102.Size = new System.Drawing.Size(80, 20);
+ this.smartLabel102.TabIndex = 12;
+ this.smartLabel102.Text = "현재값";
+ this.smartLabel102.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
+ this.smartLabel102.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartLabel102.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.smartLabel102.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.smartLabel102.Wordwrap = false;
+ //
+ // smartDraw6
+ //
+ this.smartDraw6.BackGround = null;
+ this.smartDraw6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(195)))), ((int)(((byte)(220)))));
+ this.smartDraw6.Chart.ChartAreaMarkingDesignTime = true;
+ this.smartDraw6.Chart.ChartChannelPenStyle = this.smartDraw_ChartChannelPenStyle1;
+ this.smartDraw6.Chart.ChartDrawStep = 1;
+ this.smartDraw6.Chart.ChartHeight = 0;
+ this.smartDraw6.Chart.ChartRefreshMode = SmartX.SmartDraw.ChartRefresh.LEFTSCROLL;
+ this.smartDraw6.Chart.ChartWidth = 0;
+ this.smartDraw6.Chart.OriginX = 30;
+ this.smartDraw6.Chart.OriginY = 20;
+ this.smartDraw6.Chart.XIncrement = 1;
+ this.smartDraw6.DrawUpdateOption = SmartX.SmartDraw.DrawUpdateOptions.DefaultAuto;
+ this.smartDraw6.LayerSupport = SmartX.SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw6.Location = new System.Drawing.Point(3, 42);
+ this.smartDraw6.Name = "smartDraw6";
+ this.smartDraw6.OverlapOptimize = false;
+ this.smartDraw6.Size = new System.Drawing.Size(192, 102);
+ this.smartDraw6.TabIndex = 11;
+ this.smartDraw6.Text = "smartDraw10";
+ this.smartDraw6.Visible = false;
+ this.smartDraw6.Click += new System.EventHandler(this.smartDraw6_Click);
+ //
+ // timerOff
+ //
+ this.timerOff.Interval = 500;
+ this.timerOff.Tick += new System.EventHandler(this.timerOff_Tick);
+ //
+ // timerOn
+ //
+ this.timerOn.Interval = 1000;
+ this.timerOn.Tick += new System.EventHandler(this.timerOn_Tick);
+ //
+ // smartLabel1
+ //
+ this.smartLabel1.BackGround = null;
+ this.smartLabel1.BackGroundColor = System.Drawing.Color.Azure;
+ 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", 10F, System.Drawing.FontStyle.Bold);
+ this.smartLabel1.LineSpacing = 0F;
+ this.smartLabel1.Location = new System.Drawing.Point(561, 76);
+ 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(105, 40);
+ this.smartLabel1.TabIndex = 71;
+ this.smartLabel1.Text = "진공파기";
+ this.smartLabel1.TextColor = System.Drawing.Color.Black;
+ 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;
+ //
+ // FormMainDisplay1
+ //
+ 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 = "FormMainDisplay1";
+ this.Text = "FormMainDisplay1";
+ this.smartForm1.ResumeLayout(false);
+ this.smartGroupBox4.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw3)).EndInit();
+ this.smartGroupBox5.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw4)).EndInit();
+ this.smartGroupBox1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw1)).EndInit();
+ this.smartGroupBox3.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw2)).EndInit();
+ this.smartGroupBox6.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw5)).EndInit();
+ this.smartGroupBox7.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw9)).EndInit();
+ this.smartGroupBox2.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw10)).EndInit();
+ this.smartGroupBox8.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw8)).EndInit();
+ this.smartGroupBox9.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw7)).EndInit();
+ this.smartGroupBox10.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.smartDraw6)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private SmartX.SmartForm smartForm1;
+ private SmartX.SmartGroupBox smartGroupBox4;
+ private SmartX.SmartSeparatorLine smartSeparatorLine3;
+ private SmartX.SmartLabel labelResultSD3;
+ private SmartX.SmartLabel smartLabel24;
+ private SmartX.SmartLabel labelResult3;
+ private SmartX.SmartLabel smartLabel26;
+ private SmartX.SmartLabel labelStDev3;
+ private SmartX.SmartLabel smartLabel28;
+ private SmartX.SmartLabel labelMaxValue3;
+ private SmartX.SmartLabel smartLabel30;
+ private SmartX.SmartLabel labelCurrentValue3;
+ private SmartX.SmartLabel smartLabel32;
+ private SmartX.SmartDraw smartDraw3;
+ private SmartX.SmartGroupBox smartGroupBox5;
+ private SmartX.SmartSeparatorLine smartSeparatorLine4;
+ private SmartX.SmartLabel labelResultSD4;
+ private SmartX.SmartLabel smartLabel34;
+ private SmartX.SmartLabel labelResult4;
+ private SmartX.SmartLabel smartLabel36;
+ private SmartX.SmartLabel labelStDev4;
+ private SmartX.SmartLabel smartLabel38;
+ private SmartX.SmartLabel labelMaxValue4;
+ private SmartX.SmartLabel smartLabel40;
+ private SmartX.SmartLabel labelCurrentValue4;
+ private SmartX.SmartLabel smartLabel42;
+ private SmartX.SmartDraw smartDraw4;
+ private SmartX.SmartGroupBox smartGroupBox1;
+ private SmartX.SmartSeparatorLine smartSeparatorLine1;
+ private SmartX.SmartLabel labelResultSD1;
+ private SmartX.SmartLabel smartLabel10;
+ private SmartX.SmartLabel labelResult1;
+ private SmartX.SmartLabel smartLabel12;
+ private SmartX.SmartLabel labelStDev1;
+ private SmartX.SmartLabel smartLabel8;
+ private SmartX.SmartLabel labelMaxValue1;
+ private SmartX.SmartLabel smartLabel6;
+ private SmartX.SmartLabel smartLabel61;
+ private SmartX.SmartLabel labelCurrentValue1;
+ private SmartX.SmartLabel smartLabel3;
+ private SmartX.SmartDraw smartDraw1;
+ private SmartX.SmartGroupBox smartGroupBox3;
+ private SmartX.SmartSeparatorLine smartSeparatorLine2;
+ private SmartX.SmartLabel labelResultSD2;
+ private SmartX.SmartLabel smartLabel14;
+ private SmartX.SmartLabel labelResult2;
+ private SmartX.SmartLabel smartLabel16;
+ private SmartX.SmartLabel labelStDev2;
+ private SmartX.SmartLabel smartLabel18;
+ private SmartX.SmartLabel labelMaxValue2;
+ private SmartX.SmartLabel smartLabel20;
+ private SmartX.SmartLabel labelCurrentValue2;
+ private SmartX.SmartLabel smartLabel22;
+ private SmartX.SmartDraw smartDraw2;
+ private SmartX.SmartGroupBox smartGroupBox6;
+ private SmartX.SmartSeparatorLine smartSeparatorLine5;
+ private SmartX.SmartLabel labelResultSD5;
+ private SmartX.SmartLabel smartLabel44;
+ private SmartX.SmartLabel labelResult5;
+ private SmartX.SmartLabel smartLabel46;
+ private SmartX.SmartLabel labelStDev5;
+ private SmartX.SmartLabel smartLabel48;
+ private SmartX.SmartLabel labelMaxValue5;
+ private SmartX.SmartLabel smartLabel50;
+ private SmartX.SmartLabel labelCurrentValue5;
+ private SmartX.SmartLabel smartLabel52;
+ private SmartX.SmartDraw smartDraw5;
+ private SmartX.SmartGroupBox smartGroupBox7;
+ private SmartX.SmartSeparatorLine smartSeparatorLine7;
+ private SmartX.SmartLabel labelResultSD9;
+ private SmartX.SmartLabel smartLabel64;
+ private SmartX.SmartLabel labelResult9;
+ private SmartX.SmartLabel smartLabel66;
+ private SmartX.SmartLabel labelStDev9;
+ private SmartX.SmartLabel smartLabel68;
+ private SmartX.SmartLabel labelMaxValue9;
+ private SmartX.SmartLabel smartLabel70;
+ private SmartX.SmartLabel labelCurrentValue9;
+ private SmartX.SmartLabel smartLabel72;
+ private SmartX.SmartDraw smartDraw9;
+ private SmartX.SmartLabel labelProgress7;
+ private SmartX.SmartLabel labelProgress6;
+ private SmartX.SmartLabel labelProgress5;
+ private SmartX.SmartLabel labelProgress4;
+ private SmartX.SmartLabel labelProgress3;
+ private SmartX.SmartLabel labelProgress2;
+ private SmartX.SmartLabel labelProgress1;
+ private SmartX.SmartLabel labelProgress0;
+ private SmartX.SmartGroupBox smartGroupBox2;
+ private SmartX.SmartSeparatorLine smartSeparatorLine6;
+ private SmartX.SmartLabel labelResultSD10;
+ private SmartX.SmartLabel smartLabel54;
+ private SmartX.SmartLabel labelResult10;
+ private SmartX.SmartLabel smartLabel56;
+ private SmartX.SmartLabel labelStDev10;
+ private SmartX.SmartLabel smartLabel58;
+ private SmartX.SmartLabel labelMaxValue10;
+ private SmartX.SmartLabel smartLabel60;
+ private SmartX.SmartLabel smartLabel62;
+ private SmartX.SmartDraw smartDraw10;
+ private SmartX.SmartGroupBox smartGroupBox8;
+ private SmartX.SmartSeparatorLine smartSeparatorLine8;
+ private SmartX.SmartLabel labelResultSD8;
+ private SmartX.SmartLabel smartLabel74;
+ private SmartX.SmartLabel labelResult8;
+ private SmartX.SmartLabel smartLabel76;
+ private SmartX.SmartLabel labelStDev8;
+ private SmartX.SmartLabel smartLabel78;
+ private SmartX.SmartLabel labelMaxValue8;
+ private SmartX.SmartLabel smartLabel80;
+ private SmartX.SmartLabel labelCurrentValue8;
+ private SmartX.SmartLabel smartLabel82;
+ private SmartX.SmartDraw smartDraw8;
+ private SmartX.SmartGroupBox smartGroupBox9;
+ private SmartX.SmartSeparatorLine smartSeparatorLine9;
+ private SmartX.SmartLabel labelResultSD7;
+ private SmartX.SmartLabel smartLabel84;
+ private SmartX.SmartLabel labelResult7;
+ private SmartX.SmartLabel smartLabel86;
+ private SmartX.SmartLabel labelStDev7;
+ private SmartX.SmartLabel smartLabel88;
+ private SmartX.SmartLabel labelMaxValue7;
+ private SmartX.SmartLabel smartLabel90;
+ private SmartX.SmartLabel labelCurrentValue7;
+ private SmartX.SmartLabel smartLabel92;
+ private SmartX.SmartDraw smartDraw7;
+ private SmartX.SmartGroupBox smartGroupBox10;
+ private SmartX.SmartSeparatorLine smartSeparatorLine10;
+ private SmartX.SmartLabel labelResultSD6;
+ private SmartX.SmartLabel smartLabel94;
+ private SmartX.SmartLabel labelResult6;
+ private SmartX.SmartLabel smartLabel96;
+ private SmartX.SmartLabel labelStDev6;
+ private SmartX.SmartLabel smartLabel98;
+ private SmartX.SmartLabel labelMaxValue6;
+ private SmartX.SmartLabel smartLabel100;
+ private SmartX.SmartLabel labelCurrentValue6;
+ private SmartX.SmartLabel smartLabel102;
+ private SmartX.SmartDraw smartDraw6;
+ private SmartX.SmartButton buttonSetting;
+ private SmartX.SmartLabel labelTime;
+ private SmartX.SmartButton buttonMainDisplay;
+ private SmartX.SmartLabel labelCurrentValue10;
+ private SmartX.SmartLabel labelStart;
+ private SmartX.SmartLabel labelStop;
+ private SmartX.SmartDraw_ChartChannelPenStyle smartDraw_ChartChannelPenStyle1;
+ private SmartX.SmartButton buttonClear;
+ public SmartX.SmartLabel labelCommunicationStatus;
+ private SmartX.SmartButton buttonCut;
+ private SmartX.SmartButton buttonExit;
+ private System.Windows.Forms.PictureBox pictureBox1;
+ private SmartX.SmartLabel labelResult1_1;
+ private SmartX.SmartSeparatorLine smartSeparatorLine13;
+ private SmartX.SmartLabel labelResult3_1;
+ private SmartX.SmartSeparatorLine smartSeparatorLine14;
+ private SmartX.SmartLabel labelResult4_1;
+ private SmartX.SmartSeparatorLine smartSeparatorLine11;
+ private SmartX.SmartSeparatorLine smartSeparatorLine12;
+ private SmartX.SmartLabel labelResult2_1;
+ private SmartX.SmartSeparatorLine smartSeparatorLine15;
+ private SmartX.SmartLabel labelResult5_1;
+ private SmartX.SmartSeparatorLine smartSeparatorLine19;
+ private SmartX.SmartLabel labelResult9_1;
+ private SmartX.SmartSeparatorLine smartSeparatorLine20;
+ private SmartX.SmartLabel labelResult10_1;
+ private SmartX.SmartSeparatorLine smartSeparatorLine18;
+ private SmartX.SmartLabel labelResult8_1;
+ private SmartX.SmartSeparatorLine smartSeparatorLine17;
+ private SmartX.SmartLabel labelResult7_1;
+ private SmartX.SmartSeparatorLine smartSeparatorLine16;
+ private SmartX.SmartLabel labelResult6_1;
+ private System.Windows.Forms.Timer timerOff;
+ private System.Windows.Forms.Timer timerOn;
+ private SmartX.SmartLabel smartLabel1;
+ }
+}
\ No newline at end of file
diff --git a/INT_PT002/Forms/FormMainDisplay1.cs b/INT_PT002/Forms/FormMainDisplay1.cs
new file mode 100644
index 0000000..417b186
--- /dev/null
+++ b/INT_PT002/Forms/FormMainDisplay1.cs
@@ -0,0 +1,800 @@
+using System;
+using System.Linq;
+using System.Collections.Generic;
+using System.Collections.ObjectModel;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Text;
+using System.Windows.Forms;
+
+using SmartX;
+using INT_PT002.DataStore;
+using INT_PT002.Controls;
+
+namespace INT_PT002.Forms
+{
+ public partial class FormMainDisplay1 : Form
+ {
+ #region Field
+ private int FlagIgnoreCNT;
+
+ private Color ColorProgressOn;
+ private Color ColorProgressOff;
+ private Color ColorResultPass;
+ private Color ColorResultNG;
+ private Color ColorResultNone;
+
+ private FormMain m_ParentForm;
+
+ private Collection CollectionCurrentValue;
+ private Collection CollectionMaxValue;
+ private Collection CollectionStDev;
+ private Collection CollectionResult;
+ private Collection CollectionResultSD;
+ private Collection CollectionResult1;
+ private Collection CollectionDraw;
+
+ private ControlMainDisplay ChildControl;
+ #endregion
+
+ #region Constructor
+ public FormMainDisplay1(FormMain parent)
+ {
+ InitializeComponent();
+
+ this.ParentForm = parent;
+
+ this.DefaultSetting();
+ this.InitializeDraw();
+ this.InitializeData();
+ }
+ #endregion
+
+ #region Property
+ public FormMain ParentForm
+ {
+ get { return this.m_ParentForm; }
+ private set { this.m_ParentForm = value; }
+ }
+ #endregion
+
+ #region Method
+ private void DefaultSetting()
+ {
+ this.FlagIgnoreCNT = 0;
+
+ this.ColorProgressOff = Color.Azure;
+ this.ColorProgressOn = Color.Lime;
+ this.ColorResultPass = Color.Green;
+ this.ColorResultNG = Color.Red;
+ this.ColorResultNone = Color.Black;
+
+ this.CollectionCurrentValue = new Collection();
+ this.CollectionCurrentValue.Add(this.labelCurrentValue5);
+ this.CollectionCurrentValue.Add(this.labelCurrentValue4);
+ this.CollectionCurrentValue.Add(this.labelCurrentValue3);
+ this.CollectionCurrentValue.Add(this.labelCurrentValue2);
+ this.CollectionCurrentValue.Add(this.labelCurrentValue1);
+ this.CollectionCurrentValue.Add(this.labelCurrentValue6);
+ this.CollectionCurrentValue.Add(this.labelCurrentValue7);
+ this.CollectionCurrentValue.Add(this.labelCurrentValue8);
+ this.CollectionCurrentValue.Add(this.labelCurrentValue9);
+ this.CollectionCurrentValue.Add(this.labelCurrentValue10);
+
+ this.CollectionMaxValue = new Collection();
+ this.CollectionMaxValue.Add(this.labelMaxValue5);
+ this.CollectionMaxValue.Add(this.labelMaxValue4);
+ this.CollectionMaxValue.Add(this.labelMaxValue3);
+ this.CollectionMaxValue.Add(this.labelMaxValue2);
+ this.CollectionMaxValue.Add(this.labelMaxValue1);
+ this.CollectionMaxValue.Add(this.labelMaxValue6);
+ this.CollectionMaxValue.Add(this.labelMaxValue7);
+ this.CollectionMaxValue.Add(this.labelMaxValue8);
+ this.CollectionMaxValue.Add(this.labelMaxValue9);
+ this.CollectionMaxValue.Add(this.labelMaxValue10);
+
+ this.CollectionStDev = new Collection();
+ this.CollectionStDev.Add(this.labelStDev5);
+ this.CollectionStDev.Add(this.labelStDev4);
+ this.CollectionStDev.Add(this.labelStDev3);
+ this.CollectionStDev.Add(this.labelStDev2);
+ this.CollectionStDev.Add(this.labelStDev1);
+ this.CollectionStDev.Add(this.labelStDev6);
+ this.CollectionStDev.Add(this.labelStDev7);
+ this.CollectionStDev.Add(this.labelStDev8);
+ this.CollectionStDev.Add(this.labelStDev9);
+ this.CollectionStDev.Add(this.labelStDev10);
+
+ this.CollectionResult = new Collection();
+ this.CollectionResult.Add(this.labelResult1);
+ this.CollectionResult.Add(this.labelResult2);
+ this.CollectionResult.Add(this.labelResult3);
+ this.CollectionResult.Add(this.labelResult4);
+ this.CollectionResult.Add(this.labelResult5);
+ this.CollectionResult.Add(this.labelResult6);
+ this.CollectionResult.Add(this.labelResult7);
+ this.CollectionResult.Add(this.labelResult8);
+ this.CollectionResult.Add(this.labelResult9);
+ this.CollectionResult.Add(this.labelResult10);
+
+ this.CollectionResultSD = new Collection();
+ this.CollectionResultSD.Add(this.labelResultSD1);
+ this.CollectionResultSD.Add(this.labelResultSD2);
+ this.CollectionResultSD.Add(this.labelResultSD3);
+ this.CollectionResultSD.Add(this.labelResultSD4);
+ this.CollectionResultSD.Add(this.labelResultSD5);
+ this.CollectionResultSD.Add(this.labelResultSD6);
+ this.CollectionResultSD.Add(this.labelResultSD7);
+ this.CollectionResultSD.Add(this.labelResultSD8);
+ this.CollectionResultSD.Add(this.labelResultSD9);
+ this.CollectionResultSD.Add(this.labelResultSD10);
+
+ this.CollectionResult1 = new Collection();
+ this.CollectionResult1.Add(this.labelResult1_1);
+ this.CollectionResult1.Add(this.labelResult2_1);
+ this.CollectionResult1.Add(this.labelResult3_1);
+ this.CollectionResult1.Add(this.labelResult4_1);
+ this.CollectionResult1.Add(this.labelResult5_1);
+ this.CollectionResult1.Add(this.labelResult6_1);
+ this.CollectionResult1.Add(this.labelResult7_1);
+ this.CollectionResult1.Add(this.labelResult8_1);
+ this.CollectionResult1.Add(this.labelResult9_1);
+ this.CollectionResult1.Add(this.labelResult10_1);
+
+ this.CollectionDraw = new Collection();
+ this.CollectionDraw.Add(this.smartDraw1);
+ this.CollectionDraw.Add(this.smartDraw2);
+ this.CollectionDraw.Add(this.smartDraw3);
+ this.CollectionDraw.Add(this.smartDraw4);
+ this.CollectionDraw.Add(this.smartDraw5);
+ this.CollectionDraw.Add(this.smartDraw6);
+ this.CollectionDraw.Add(this.smartDraw7);
+ this.CollectionDraw.Add(this.smartDraw8);
+ this.CollectionDraw.Add(this.smartDraw9);
+ this.CollectionDraw.Add(this.smartDraw10);
+
+ this.ChildControl = new ControlMainDisplay(this.ParentForm);
+ this.Controls.Add(this.ChildControl);
+ this.ChildControl.Location = new Point(0, 118);
+ this.ChildControl.BringToFront();
+ this.ChildControl.Visible = false;
+ }
+ private void InitializeData()
+ {
+ for (int i = 0; i < 10; i++)
+ {
+ this.CollectionCurrentValue[i].Text = "0.000";
+ this.CollectionMaxValue[i].Text = "0.000";
+ this.CollectionStDev[i].Text = "0.0000";
+ this.CollectionResult[i].Text = "-";
+ this.CollectionResult[i].TextColor = this.ColorResultNone;
+ this.CollectionResult1[i].Text = "-";
+ this.CollectionResult1[i].TextColor = this.ColorResultNone;
+ this.CollectionResult1[i].Font = new Font("New Gulim", 48, FontStyle.Bold);
+ this.CollectionResultSD[i].Text = "0.0000";
+ this.CollectionDraw[i].Chart.PutDataAllClear();
+ }
+ }
+ private void InitializeDraw()
+ {
+ for (int i = 0; i < 10; i++)
+ {
+ // SetChartConfig
+ this.CollectionDraw[i].Chart.SetChartConfig(0, 102, 192, 102, 1, SmartDraw.ChartRefresh.LEFTSCROLL);
+ // BackLayer "0" 기준선 표시
+ this.CollectionDraw[i].BackLayer.SetPenStyle(Color.Gray, 1);
+ this.CollectionDraw[i].BackLayer.Line(0, 90, 192, 90);
+ }
+ }
+
+ private void GetJudgmentResult(LeakData data, SmartLabel label1, SmartLabel label2)
+ {
+ string value = "";
+
+ switch (data.JudgmentStatus)
+ {
+ case Define.E_JudgmentStatus.None:
+ value = "-";
+ label1.TextColor = this.ColorResultNone;
+ label2.TextColor = this.ColorResultNone;
+ label2.Font = new Font("New Gulim", 40, FontStyle.Bold);
+ break;
+ case Define.E_JudgmentStatus.Pass:
+ value = "정상";
+ label1.TextColor = this.ColorResultPass;
+ label2.TextColor = this.ColorResultPass;
+ label2.Font = new Font("New Gulim", 40, FontStyle.Bold);
+ break;
+ case Define.E_JudgmentStatus.Ng:
+ value = "리크";
+ label1.TextColor = this.ColorResultNG;
+ label2.TextColor = this.ColorResultNG;
+ label2.Font = new Font("New Gulim", 40, FontStyle.Bold);
+ break;
+ case Define.E_JudgmentStatus.Error:
+ value = "제품 없음";
+ label1.TextColor = this.ColorResultNone;
+ label2.TextColor = this.ColorResultNone;
+ label2.Font = new Font("New Gulim", 20, FontStyle.Bold);
+ break;
+ default:
+ break;
+ }
+
+ if (label1.Text != value)
+ label1.Text = value;
+ if (label2.Text != value)
+ label2.Text = value;
+ }
+
+ private void UpdateProgressStatusDisplay(Define.E_ProgressStatus status)
+ {
+ switch (status)
+ {
+ case Define.E_ProgressStatus.None:
+ this.labelProgress0.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress1.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress2.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress3.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress4.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress5.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress6.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress7.BackGroundColor = this.ColorProgressOff;
+ break;
+ case Define.E_ProgressStatus.Initial:
+ this.labelProgress0.BackGroundColor = this.ColorProgressOn;
+ this.labelProgress1.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress2.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress3.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress4.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress5.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress6.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress7.BackGroundColor = this.ColorProgressOff;
+ break;
+ case Define.E_ProgressStatus.ProductEntry:
+ this.labelProgress0.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress1.BackGroundColor = this.ColorProgressOn;
+ this.labelProgress2.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress3.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress4.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress5.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress6.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress7.BackGroundColor = this.ColorProgressOff;
+
+ // Label Initialize
+ //this.InitializeLabel();
+ break;
+ case Define.E_ProgressStatus.ChamberConbined:
+ this.labelProgress0.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress1.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress2.BackGroundColor = this.ColorProgressOn;
+ this.labelProgress3.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress4.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress5.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress6.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress7.BackGroundColor = this.ColorProgressOff;
+ break;
+ case Define.E_ProgressStatus.VacuumStart:
+ this.labelProgress0.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress1.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress2.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress3.BackGroundColor = this.ColorProgressOn;
+ this.labelProgress4.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress5.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress6.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress7.BackGroundColor = this.ColorProgressOff;
+ break;
+ case Define.E_ProgressStatus.VacuumHold:
+ this.labelProgress0.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress1.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress2.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress3.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress4.BackGroundColor = this.ColorProgressOn;
+ this.labelProgress5.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress6.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress7.BackGroundColor = this.ColorProgressOff;
+ break;
+ case Define.E_ProgressStatus.Judgment:
+ break;
+ case Define.E_ProgressStatus.VacuumBreak:
+ this.labelProgress0.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress1.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress2.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress3.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress4.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress5.BackGroundColor = this.ColorProgressOn;
+ this.labelProgress6.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress7.BackGroundColor = this.ColorProgressOff;
+ break;
+ case Define.E_ProgressStatus.ChamberSeparation:
+ this.labelProgress0.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress1.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress2.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress3.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress4.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress5.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress6.BackGroundColor = this.ColorProgressOn;
+ this.labelProgress7.BackGroundColor = this.ColorProgressOff;
+ break;
+ case Define.E_ProgressStatus.ProductRelease:
+ this.labelProgress0.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress1.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress2.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress3.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress4.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress5.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress6.BackGroundColor = this.ColorProgressOff;
+ this.labelProgress7.BackGroundColor = this.ColorProgressOn;
+ break;
+ default:
+ break;
+ }
+ }
+ private void UpdateDotGraphDisplay(SmartDraw draw, LeakData data)
+ {
+ int iValue = 0;
+ double dValue = 0.0;
+
+ // 값 표시 범위
+ // 15.000 ~ -2.000 (17.000 ~ 0)
+ // 그래프 영역 높이 102
+ // 17000 / 102 = 166.666666~
+ dValue = (int.Parse(data.CurrentValueSign + data.CurrentValue) + 2000) / 166.66666;
+
+ if (dValue > 110)
+ dValue = 110;
+ if (dValue < 1)
+ dValue = 1;
+
+ iValue = int.Parse(string.Format("{0:f0}", dValue));
+
+ draw.Chart.PutData(iValue);
+ }
+ public void UpdateEquipmentStatusDisplay(Define.E_EquipmentStatus status)
+ {
+ if (status == Define.E_EquipmentStatus.Start)
+ {
+ #region Start
+ this.labelStart.Visible = true;
+ this.labelStop.Visible = false;
+ #endregion
+ }
+ else
+ {
+ #region Stop
+ this.labelStart.Visible = false;
+ this.labelStop.Visible = true;
+ #endregion
+ }
+ }
+ public void UpdateNomalLeakDataDisplay(Collection datas)
+ {
+ string value = "";
+ bool bValue = false;
+
+ if (this.FlagIgnoreCNT == this.ParentForm.SystemConfig.Chart1DrawStep)
+ {
+ bValue = true;
+ this.FlagIgnoreCNT = 0;
+ }
+ else
+ this.FlagIgnoreCNT++;
+
+ this.UpdateProgressStatusDisplay(datas[0].ProgressStatus);
+
+ for (int i = 0; i < datas.Count; i++)
+ {
+ // Current Value
+ value = Helper.StringToDecimalPlaces(datas[i].CurrentValue, this.ParentForm.DecimalPlaces3);
+ if (datas[i].CurrentValueSign == "-")
+ value = string.Format("{0}{1}", datas[i].CurrentValueSign, value);
+ if (this.CollectionCurrentValue[i].Text != value)
+ this.CollectionCurrentValue[i].Text = value;
+
+ // Max Value
+ value = Helper.StringToDecimalPlaces(datas[i].MaxValue, this.ParentForm.DecimalPlaces3);
+ if (datas[i].MaxValueSign == "-")
+ value = string.Format("{0}{1}", datas[i].MaxValueSign, value);
+ if (this.CollectionMaxValue[i].Text != value)
+ this.CollectionMaxValue[i].Text = value;
+
+ // Standard Deviation
+ value = Helper.StringToDecimalPlaces(datas[i].StDev, this.ParentForm.DecimalPlaces4);
+ if (this.CollectionStDev[i].Text != value)
+ this.CollectionStDev[i].Text = value;
+
+ // Draw
+ if (bValue == true)
+ this.UpdateDotGraphDisplay(this.CollectionDraw[i], datas[i]);
+ }
+
+ this.ChildControl.UpdateNomalLeakDataDisplay(datas);
+ }
+ public void UpdateStartLeakDataDisplay(Collection datas)
+ {
+ this.timerOn.Enabled = false;
+ this.timerOff.Enabled = false;
+
+ for (int i = 0; i < 10; i++)
+ this.CollectionResult1[i].Visible = true;
+
+ this.UpdateStartLeakData1Display(datas[4]);
+ this.UpdateStartLeakData2Display(datas[3]);
+ this.UpdateStartLeakData3Display(datas[2]);
+ this.UpdateStartLeakData4Display(datas[1]);
+ this.UpdateStartLeakData5Display(datas[0]);
+ this.UpdateStartLeakData6Display(datas[5]);
+ this.UpdateStartLeakData7Display(datas[6]);
+ this.UpdateStartLeakData8Display(datas[7]);
+ this.UpdateStartLeakData9Display(datas[8]);
+ this.UpdateStartLeakData10Display(datas[9]);
+
+ this.ChildControl.UpdateStartLeakDataDisplay(datas);
+ }
+ public void UpdateStartLeakData1Display(LeakData data)
+ {
+ string value = "";
+
+ //value = data.JudgmentStatus.ToString();
+ //if (this.labelResult1.Text != value)
+ // this.labelResult1.Text = value;
+ this.GetJudgmentResult(data, this.labelResult1, this.labelResult1_1);
+
+ value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4);
+ if (this.labelResultSD1.Text != value)
+ this.labelResultSD1.Text = value;
+ }
+ public void UpdateStartLeakData2Display(LeakData data)
+ {
+ string value = "";
+
+ //value = data.JudgmentStatus.ToString();
+ //if (this.labelResult2.Text != value)
+ // this.labelResult2.Text = value;
+ this.GetJudgmentResult(data, this.labelResult2, this.labelResult2_1);
+
+ value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4);
+ if (this.labelResultSD2.Text != value)
+ this.labelResultSD2.Text = value;
+ }
+ public void UpdateStartLeakData3Display(LeakData data)
+ {
+ string value = "";
+
+ //value = data.JudgmentStatus.ToString();
+ //if (this.labelResult3.Text != value)
+ // this.labelResult3.Text = value;
+ this.GetJudgmentResult(data, this.labelResult3, this.labelResult3_1);
+
+ value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4);
+ if (this.labelResultSD3.Text != value)
+ this.labelResultSD3.Text = value;
+ }
+ public void UpdateStartLeakData4Display(LeakData data)
+ {
+ string value = "";
+
+ //value = data.JudgmentStatus.ToString();
+ //if (this.labelResult4.Text != value)
+ // this.labelResult4.Text = value;
+ this.GetJudgmentResult(data, this.labelResult4, this.labelResult4_1);
+
+ value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4);
+ if (this.labelResultSD4.Text != value)
+ this.labelResultSD4.Text = value;
+ }
+ public void UpdateStartLeakData5Display(LeakData data)
+ {
+ string value = "";
+
+ //value = data.JudgmentStatus.ToString();
+ //if (this.labelResult5.Text != value)
+ // this.labelResult5.Text = value;
+ this.GetJudgmentResult(data, this.labelResult5, this.labelResult5_1);
+
+ value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4);
+ if (this.labelResultSD5.Text != value)
+ this.labelResultSD5.Text = value;
+ }
+ public void UpdateStartLeakData6Display(LeakData data)
+ {
+ string value = "";
+
+ //value = data.JudgmentStatus.ToString();
+ //if (this.labelResult6.Text != value)
+ // this.labelResult6.Text = value;
+ this.GetJudgmentResult(data, this.labelResult6, this.labelResult6_1);
+
+ value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4);
+ if (this.labelResultSD6.Text != value)
+ this.labelResultSD6.Text = value;
+ }
+ public void UpdateStartLeakData7Display(LeakData data)
+ {
+ string value = "";
+
+ //value = data.JudgmentStatus.ToString();
+ //if (this.labelResult7.Text != value)
+ // this.labelResult7.Text = value;
+ this.GetJudgmentResult(data, this.labelResult7, this.labelResult7_1);
+
+ value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4);
+ if (this.labelResultSD7.Text != value)
+ this.labelResultSD7.Text = value;
+ }
+ public void UpdateStartLeakData8Display(LeakData data)
+ {
+ string value = "";
+
+ //value = data.JudgmentStatus.ToString();
+ //if (this.labelResult8.Text != value)
+ // this.labelResult8.Text = value;
+ this.GetJudgmentResult(data, this.labelResult8, this.labelResult8_1);
+
+ value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4);
+ if (this.labelResultSD8.Text != value)
+ this.labelResultSD8.Text = value;
+ }
+ public void UpdateStartLeakData9Display(LeakData data)
+ {
+ string value = "";
+
+ //value = data.JudgmentStatus.ToString();
+ //if (this.labelResult9.Text != value)
+ // this.labelResult9.Text = value;
+ this.GetJudgmentResult(data, this.labelResult9, this.labelResult9_1);
+
+ value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4);
+ if (this.labelResultSD9.Text != value)
+ this.labelResultSD9.Text = value;
+ }
+ public void UpdateStartLeakData10Display(LeakData data)
+ {
+ string value = "";
+
+ //value = data.JudgmentStatus.ToString();
+ //if (this.labelResult10.Text != value)
+ // this.labelResult10.Text = value;
+ this.GetJudgmentResult(data, this.labelResult10, this.labelResult10_1);
+
+ value = Helper.StringToDecimalPlaces(data.ResultSD, this.ParentForm.DecimalPlaces4);
+ if (this.labelResultSD10.Text != value)
+ this.labelResultSD10.Text = value;
+ }
+ public void UpdateDisplayTime()
+ {
+ this.labelTime.Text = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
+ }
+
+ public void DisplayRefresh()
+ {
+
+ }
+ #endregion
+
+ #region Event Handler
+ private void labelStop_Click(object sender, EventArgs e)
+ {
+ this.ParentForm.TransferData(CommunicationCommand.Start, CommunicationID.MainBoard);
+ }
+ private void labelStart_Click(object sender, EventArgs e)
+ {
+ this.ParentForm.TransferData(CommunicationCommand.Stop, CommunicationID.MainBoard);
+ }
+ private void buttonSetting_Click(object sender, EventArgs e)
+ {
+ this.ParentForm.ChildFormConfig.DisplayRefresh();
+ this.ParentForm.FormChange((int)Define.E_FormStore.FormConfiguration);
+ }
+ private void buttonMainDisplayGraph_Click(object sender, EventArgs e)
+ {
+ this.ChildControl.DisplayRefresh(1);
+ this.ChildControl.Visible = true;
+ }
+ private void buttonCut_Click(object sender, EventArgs e)
+ {
+ this.ParentForm.TransferData(CommunicationCommand.CutInpupt, CommunicationID.MainBoard);
+
+ this.InitializeData();
+ this.ChildControl.ClearAllData();
+
+ for (int i = 0; i < 10; i++)
+ {
+ this.CollectionResult1[i].Font = new Font("New Gulim", 20, FontStyle.Bold);
+ this.CollectionResult1[i].Text = "검사 중..";
+ }
+
+ this.timerOn.Enabled = true;
+ }
+
+ private void smartDraw1_Click(object sender, EventArgs e)
+ {
+ this.ChildControl.DisplayRefresh(1);
+ this.ChildControl.Visible = true;
+ }
+ private void smartDraw2_Click(object sender, EventArgs e)
+ {
+ this.ChildControl.DisplayRefresh(2);
+ this.ChildControl.Visible = true;
+ }
+ private void smartDraw3_Click(object sender, EventArgs e)
+ {
+ this.ChildControl.DisplayRefresh(3);
+ this.ChildControl.Visible = true;
+ }
+ private void smartDraw4_Click(object sender, EventArgs e)
+ {
+ this.ChildControl.DisplayRefresh(4);
+ this.ChildControl.Visible = true;
+ }
+ private void smartDraw5_Click(object sender, EventArgs e)
+ {
+ this.ChildControl.DisplayRefresh(5);
+ this.ChildControl.Visible = true;
+ }
+ private void smartDraw6_Click(object sender, EventArgs e)
+ {
+ this.ChildControl.DisplayRefresh(6);
+ this.ChildControl.Visible = true;
+ }
+ private void smartDraw7_Click(object sender, EventArgs e)
+ {
+ this.ChildControl.DisplayRefresh(7);
+ this.ChildControl.Visible = true;
+ }
+ private void smartDraw8_Click(object sender, EventArgs e)
+ {
+ this.ChildControl.DisplayRefresh(8);
+ this.ChildControl.Visible = true;
+ }
+ private void smartDraw9_Click(object sender, EventArgs e)
+ {
+ this.ChildControl.DisplayRefresh(9);
+ this.ChildControl.Visible = true;
+ }
+ private void smartDraw10_Click(object sender, EventArgs e)
+ {
+ this.ChildControl.DisplayRefresh(10);
+ this.ChildControl.Visible = true;
+ }
+ private void buttonClear_Click(object sender, EventArgs e)
+ {
+ this.InitializeData();
+ this.ChildControl.ClearAllData();
+ }
+
+ private void timerOn_Tick(object sender, EventArgs e)
+ {
+ this.timerOn.Enabled = false;
+
+ for (int i = 0; i < 10; i++)
+ this.CollectionResult1[i].Visible = false;
+
+ this.timerOff.Enabled = true;
+ }
+ private void timerOff_Tick(object sender, EventArgs e)
+ {
+ this.timerOff.Enabled = false;
+
+ for (int i = 0; i < 10; i++)
+ this.CollectionResult1[i].Visible = true;
+
+ this.timerOn.Enabled = true;
+ }
+ #endregion
+
+ private void smartButton1_Click(object sender, EventArgs e)
+ {
+ int iValue1 = 0, iValue2 = 0;
+
+ iValue1 = -2000;
+
+ this.smartDraw1.Chart.PutDataAllClear();
+ this.smartDraw1.LayerSupport = SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw1.Chart.SetChartConfig(0, 110, 192, 110, 1, SmartDraw.ChartRefresh.LEFTSCROLL);
+ this.smartDraw1.Chart.ChartDrawStep = 1;
+ this.smartDraw1.SetPenStyle(Color.Green, 2, SmartDraw.PenStyles.SOLID);
+
+ for (int j = 0; j < 192; j++)
+ {
+ iValue2 = (iValue1 + 2000) / 100;
+ this.smartDraw1.Chart.PutData(iValue2);
+ }
+
+ }
+ private void smartButton4_Click(object sender, EventArgs e)
+ {
+ int iValue1 = 0, iValue2 = 0;
+
+ iValue1 = 0;
+
+ this.smartDraw1.Chart.PutDataAllClear();
+ this.smartDraw1.LayerSupport = SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw1.Chart.SetChartConfig(0, 110, 192, 110, 1, SmartDraw.ChartRefresh.LEFTSCROLL);
+ this.smartDraw1.Chart.ChartDrawStep = 1;
+ this.smartDraw1.SetPenStyle(Color.Green, 2, SmartDraw.PenStyles.SOLID);
+
+ for (int j = 0; j < 192; j++)
+ {
+ iValue2 = (iValue1 + 2000) / 100;
+ this.smartDraw1.Chart.PutData(iValue2);
+ }
+
+ }
+ private void smartButton5_Click(object sender, EventArgs e)
+ {
+ int iValue1 = 0, iValue2 = 0;
+
+ iValue1 = 7000;
+
+ this.smartDraw1.Chart.PutDataAllClear();
+ this.smartDraw1.LayerSupport = SmartDraw.LayerSupportOption.BackAndDraw;
+ this.smartDraw1.Chart.SetChartConfig(0, 110, 192, 110, 1, SmartDraw.ChartRefresh.LEFTSCROLL);
+ this.smartDraw1.Chart.ChartDrawStep = 1;
+ this.smartDraw1.SetPenStyle(Color.Green, 2, SmartDraw.PenStyles.SOLID);
+
+ for (int j = 0; j < 192; j++)
+ {
+ iValue2 = (iValue1 + 2000) / 100;
+ this.smartDraw1.Chart.PutData(iValue2);
+ }
+
+ }
+ private void smartButton6_Click(object sender, EventArgs e)
+ {
+ int iValue1 = 0, iValue2 = 0, iValue3 = 0;
+
+ iValue1 = -1000;
+
+ //this.smartDraw1.Chart.PutDataAllClear();
+ //this.smartDraw1.LayerSupport = SmartDraw.LayerSupportOption.BackAndDraw;
+// this.smartDraw1.Chart.SetChartConfig(0, 110, 192, 110, 1, SmartDraw.ChartRefresh.LEFTSCROLL);
+ this.smartDraw1.Chart.SetChartConfig();
+ //this.smartDraw1.Chart.ChartDrawStep = 1;
+ //this.smartDraw1.SetPenStyle(Color.Green, 2, SmartDraw.PenStyles.SOLID);
+
+ for (int j = 0; j < 30; j++)
+ {
+ iValue2 = (iValue1 + 2000) / 100;
+ this.smartDraw1.Chart.PutData(iValue2);
+ }
+
+ iValue3 = -1000;
+ for (int j = 0; j < 10; j++)
+ {
+ iValue2 = ((iValue3 + 2000) / 100) + 7;
+ iValue3 = iValue2;
+ this.smartDraw1.Chart.PutData(iValue2);
+ }
+
+ iValue1 = 7000;
+ for (int j = 0; j < 110; j++)
+ {
+ iValue2 = (iValue1 + 2000) / 100;
+ this.smartDraw1.Chart.PutData(iValue2);
+ }
+ iValue3 = 7000;
+ for (int j = 0; j < 10; j++)
+ {
+ iValue2 = ((iValue3 + 2000) / 100) - 7;
+ iValue3 = iValue2;
+ this.smartDraw1.Chart.PutData(iValue2);
+ }
+
+ iValue1 = -1000;
+ for (int j = 0; j < 30; j++)
+ {
+ iValue2 = (iValue1 + 2000) / 100;
+ this.smartDraw1.Chart.PutData(iValue2);
+ }
+ }
+
+ private void buttonExit_Click(object sender, EventArgs e)
+ {
+ this.ParentForm.CloseSmartUartLink();
+ this.ParentForm.Dispose();
+ this.ParentForm.Close();
+ }
+ }
+}
\ No newline at end of file
diff --git a/INT_PT002/Forms/FormMainDisplay1.resx b/INT_PT002/Forms/FormMainDisplay1.resx
new file mode 100644
index 0000000..b521d95
--- /dev/null
+++ b/INT_PT002/Forms/FormMainDisplay1.resx
@@ -0,0 +1,390 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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
+
+
+
+
+ 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
+ AAAASUVORK5CYII=
+
+
+
+
+ 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
+ cEEPAAAAAElFTkSuQmCC
+
+
+
+ 17, 17
+
+
+ 264, 17
+
+
+ 351, 17
+
+
+ WEBPAD
+
+
+ False
+
+
+ 36
+
+
\ No newline at end of file
diff --git a/INT_PT002/Forms/FormMenu.Designer.cs b/INT_PT002/Forms/FormMenu.Designer.cs
new file mode 100644
index 0000000..05c1347
--- /dev/null
+++ b/INT_PT002/Forms/FormMenu.Designer.cs
@@ -0,0 +1,379 @@
+namespace INT_PT002.Forms
+{
+ partial class FormMenu
+ {
+ ///
+ /// 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(FormMenu));
+ this.smartForm1 = new SmartX.SmartForm();
+ this.smartGroupBox1 = new SmartX.SmartGroupBox();
+ this.buttonCut = new SmartX.SmartButton();
+ this.smartButton1 = new SmartX.SmartButton();
+ this.labelStop = new SmartX.SmartLabel();
+ this.smartButton2 = new SmartX.SmartButton();
+ this.smartButton3 = new SmartX.SmartButton();
+ this.smartButton4 = new SmartX.SmartButton();
+ this.smartButton5 = new SmartX.SmartButton();
+ this.smartButton6 = new SmartX.SmartButton();
+ this.smartForm1.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.smartButton6);
+ this.smartForm1.Controls.Add(this.smartButton5);
+ this.smartForm1.Controls.Add(this.smartButton4);
+ this.smartForm1.Controls.Add(this.smartButton3);
+ this.smartForm1.Controls.Add(this.smartButton2);
+ this.smartForm1.Controls.Add(this.labelStop);
+ this.smartForm1.Controls.Add(this.smartButton1);
+ this.smartForm1.Controls.Add(this.buttonCut);
+ this.smartForm1.Controls.Add(this.smartGroupBox1);
+ 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.DEVELOPER;
+ this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.ON;
+ this.smartForm1.Name = "smartForm1";
+ this.smartForm1.Size = new System.Drawing.Size(1024, 768);
+ this.smartForm1.SpecialFunctionClickPointSize = 100;
+ this.smartForm1.UseMainMenu = false;
+ //
+ // 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.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 = 5;
+ this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
+ this.smartGroupBox1.HeaderHeightOffset = 9;
+ this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
+ this.smartGroupBox1.Name = "smartGroupBox1";
+ this.smartGroupBox1.RoundRadius = 5;
+ this.smartGroupBox1.Size = new System.Drawing.Size(909, 703);
+ this.smartGroupBox1.TabIndex = 0;
+ this.smartGroupBox1.Text = "기본 > ";
+ this.smartGroupBox1.TextColor = System.Drawing.Color.White;
+ //
+ // buttonCut
+ //
+ this.buttonCut.BackGround = null;
+ this.buttonCut.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.buttonCut.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.buttonCut.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.buttonCut.ButtonImageAutoSize = true;
+ this.buttonCut.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.buttonCut.ButtonText = "HOME";
+ this.buttonCut.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.buttonCut.GroupID = 0;
+ this.buttonCut.ImageDisable = null;
+ this.buttonCut.ImageDown = null;
+ this.buttonCut.ImageUp = null;
+ this.buttonCut.Location = new System.Drawing.Point(911, 705);
+ this.buttonCut.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
+ this.buttonCut.Name = "buttonCut";
+ this.buttonCut.NestedClickEventPrevent = false;
+ this.buttonCut.OutlinePixel = 2;
+ this.buttonCut.OverlapOptimize = true;
+ this.buttonCut.RepeatInterval = 200;
+ this.buttonCut.RepeatIntervalAccelerate = null;
+ this.buttonCut.RoundSize = 10;
+ this.buttonCut.SafeInterval = 200;
+ this.buttonCut.Size = new System.Drawing.Size(110, 60);
+ this.buttonCut.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.buttonCut.TabIndex = 71;
+ this.buttonCut.Text = null;
+ this.buttonCut.TextColor = System.Drawing.Color.White;
+ this.buttonCut.TextColorDisable = System.Drawing.Color.Gray;
+ this.buttonCut.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.buttonCut.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.buttonCut.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ //
+ // smartButton1
+ //
+ this.smartButton1.BackGround = null;
+ this.smartButton1.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.smartButton1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartButton1.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.smartButton1.ButtonImageAutoSize = true;
+ this.smartButton1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.smartButton1.ButtonText = "Recipe";
+ this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.smartButton1.GroupID = 0;
+ this.smartButton1.ImageDisable = null;
+ this.smartButton1.ImageDown = null;
+ this.smartButton1.ImageUp = null;
+ this.smartButton1.Location = new System.Drawing.Point(911, 39);
+ this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
+ this.smartButton1.Name = "smartButton1";
+ this.smartButton1.NestedClickEventPrevent = false;
+ this.smartButton1.OutlinePixel = 2;
+ this.smartButton1.OverlapOptimize = true;
+ this.smartButton1.RepeatInterval = 200;
+ this.smartButton1.RepeatIntervalAccelerate = null;
+ this.smartButton1.RoundSize = 10;
+ this.smartButton1.SafeInterval = 200;
+ this.smartButton1.Size = new System.Drawing.Size(110, 60);
+ this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.smartButton1.TabIndex = 72;
+ this.smartButton1.Text = null;
+ this.smartButton1.TextColor = System.Drawing.Color.White;
+ this.smartButton1.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartButton1.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ //
+ // labelStop
+ //
+ this.labelStop.BackGround = null;
+ this.labelStop.BackGroundColor = System.Drawing.Color.Red;
+ this.labelStop.BorderColor = System.Drawing.Color.Red;
+ this.labelStop.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
+ this.labelStop.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
+ this.labelStop.LineSpacing = 0F;
+ this.labelStop.Location = new System.Drawing.Point(911, 3);
+ this.labelStop.Name = "labelStop";
+ this.labelStop.OverlapOptimize = true;
+ this.labelStop.PasswordChar = '\0';
+ this.labelStop.Radius = 10;
+ this.labelStop.RoundRectFillColor = System.Drawing.Color.Red;
+ this.labelStop.Size = new System.Drawing.Size(110, 30);
+ this.labelStop.TabIndex = 73;
+ this.labelStop.Text = "STOP";
+ this.labelStop.TextColor = System.Drawing.Color.White;
+ this.labelStop.TextColorDisable = System.Drawing.Color.Gray;
+ this.labelStop.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
+ this.labelStop.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
+ this.labelStop.Wordwrap = false;
+ //
+ // smartButton2
+ //
+ this.smartButton2.BackGround = null;
+ this.smartButton2.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.smartButton2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartButton2.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.smartButton2.ButtonImageAutoSize = true;
+ this.smartButton2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.smartButton2.ButtonText = "Setting";
+ this.smartButton2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.smartButton2.GroupID = 0;
+ this.smartButton2.ImageDisable = null;
+ this.smartButton2.ImageDown = null;
+ this.smartButton2.ImageUp = null;
+ this.smartButton2.Location = new System.Drawing.Point(911, 105);
+ this.smartButton2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
+ this.smartButton2.Name = "smartButton2";
+ this.smartButton2.NestedClickEventPrevent = false;
+ this.smartButton2.OutlinePixel = 2;
+ this.smartButton2.OverlapOptimize = true;
+ this.smartButton2.RepeatInterval = 200;
+ this.smartButton2.RepeatIntervalAccelerate = null;
+ this.smartButton2.RoundSize = 10;
+ this.smartButton2.SafeInterval = 200;
+ this.smartButton2.Size = new System.Drawing.Size(110, 60);
+ this.smartButton2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.smartButton2.TabIndex = 74;
+ this.smartButton2.Text = null;
+ this.smartButton2.TextColor = System.Drawing.Color.White;
+ this.smartButton2.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartButton2.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartButton2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.smartButton2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ //
+ // smartButton3
+ //
+ this.smartButton3.BackGround = null;
+ this.smartButton3.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.smartButton3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartButton3.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.smartButton3.ButtonImageAutoSize = true;
+ this.smartButton3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.smartButton3.ButtonText = "Manual";
+ this.smartButton3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.smartButton3.GroupID = 0;
+ this.smartButton3.ImageDisable = null;
+ this.smartButton3.ImageDown = null;
+ this.smartButton3.ImageUp = null;
+ this.smartButton3.Location = new System.Drawing.Point(911, 171);
+ this.smartButton3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
+ this.smartButton3.Name = "smartButton3";
+ this.smartButton3.NestedClickEventPrevent = false;
+ this.smartButton3.OutlinePixel = 2;
+ this.smartButton3.OverlapOptimize = true;
+ this.smartButton3.RepeatInterval = 200;
+ this.smartButton3.RepeatIntervalAccelerate = null;
+ this.smartButton3.RoundSize = 10;
+ this.smartButton3.SafeInterval = 200;
+ this.smartButton3.Size = new System.Drawing.Size(110, 60);
+ this.smartButton3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.smartButton3.TabIndex = 75;
+ this.smartButton3.Text = null;
+ this.smartButton3.TextColor = System.Drawing.Color.White;
+ this.smartButton3.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartButton3.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartButton3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.smartButton3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ //
+ // smartButton4
+ //
+ this.smartButton4.BackGround = null;
+ this.smartButton4.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.smartButton4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartButton4.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.smartButton4.ButtonImageAutoSize = true;
+ this.smartButton4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.smartButton4.ButtonText = "Log";
+ this.smartButton4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.smartButton4.GroupID = 0;
+ this.smartButton4.ImageDisable = null;
+ this.smartButton4.ImageDown = null;
+ this.smartButton4.ImageUp = null;
+ this.smartButton4.Location = new System.Drawing.Point(911, 237);
+ this.smartButton4.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
+ this.smartButton4.Name = "smartButton4";
+ this.smartButton4.NestedClickEventPrevent = false;
+ this.smartButton4.OutlinePixel = 2;
+ this.smartButton4.OverlapOptimize = true;
+ this.smartButton4.RepeatInterval = 200;
+ this.smartButton4.RepeatIntervalAccelerate = null;
+ this.smartButton4.RoundSize = 10;
+ this.smartButton4.SafeInterval = 200;
+ this.smartButton4.Size = new System.Drawing.Size(110, 60);
+ this.smartButton4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.smartButton4.TabIndex = 76;
+ this.smartButton4.Text = null;
+ this.smartButton4.TextColor = System.Drawing.Color.White;
+ this.smartButton4.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartButton4.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartButton4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.smartButton4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ //
+ // smartButton5
+ //
+ this.smartButton5.BackGround = null;
+ this.smartButton5.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.smartButton5.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartButton5.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.smartButton5.ButtonImageAutoSize = true;
+ this.smartButton5.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.smartButton5.ButtonText = "System";
+ this.smartButton5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.smartButton5.GroupID = 0;
+ this.smartButton5.ImageDisable = null;
+ this.smartButton5.ImageDown = null;
+ this.smartButton5.ImageUp = null;
+ this.smartButton5.Location = new System.Drawing.Point(911, 303);
+ this.smartButton5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
+ this.smartButton5.Name = "smartButton5";
+ this.smartButton5.NestedClickEventPrevent = false;
+ this.smartButton5.OutlinePixel = 2;
+ this.smartButton5.OverlapOptimize = true;
+ this.smartButton5.RepeatInterval = 200;
+ this.smartButton5.RepeatIntervalAccelerate = null;
+ this.smartButton5.RoundSize = 10;
+ this.smartButton5.SafeInterval = 200;
+ this.smartButton5.Size = new System.Drawing.Size(110, 60);
+ this.smartButton5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.smartButton5.TabIndex = 77;
+ this.smartButton5.Text = null;
+ this.smartButton5.TextColor = System.Drawing.Color.White;
+ this.smartButton5.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartButton5.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartButton5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.smartButton5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ //
+ // smartButton6
+ //
+ this.smartButton6.BackGround = null;
+ this.smartButton6.BackGroundColor = System.Drawing.Color.LightBlue;
+ this.smartButton6.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
+ this.smartButton6.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
+ this.smartButton6.ButtonImageAutoSize = true;
+ this.smartButton6.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
+ this.smartButton6.ButtonText = "측정시작";
+ this.smartButton6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
+ this.smartButton6.GroupID = 0;
+ this.smartButton6.ImageDisable = null;
+ this.smartButton6.ImageDown = null;
+ this.smartButton6.ImageUp = null;
+ this.smartButton6.Location = new System.Drawing.Point(3, 705);
+ this.smartButton6.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
+ this.smartButton6.Name = "smartButton6";
+ this.smartButton6.NestedClickEventPrevent = false;
+ this.smartButton6.OutlinePixel = 2;
+ this.smartButton6.OverlapOptimize = true;
+ this.smartButton6.RepeatInterval = 200;
+ this.smartButton6.RepeatIntervalAccelerate = null;
+ this.smartButton6.RoundSize = 10;
+ this.smartButton6.SafeInterval = 200;
+ this.smartButton6.Size = new System.Drawing.Size(110, 60);
+ this.smartButton6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
+ this.smartButton6.TabIndex = 78;
+ this.smartButton6.Text = null;
+ this.smartButton6.TextColor = System.Drawing.Color.White;
+ this.smartButton6.TextColorDisable = System.Drawing.Color.Gray;
+ this.smartButton6.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
+ this.smartButton6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
+ this.smartButton6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
+ //
+ // FormMenu
+ //
+ 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 = "FormMenu";
+ this.Text = "FormMenu";
+ this.smartForm1.ResumeLayout(false);
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private SmartX.SmartForm smartForm1;
+ private SmartX.SmartGroupBox smartGroupBox1;
+ private SmartX.SmartButton smartButton1;
+ private SmartX.SmartButton buttonCut;
+ private SmartX.SmartButton smartButton4;
+ private SmartX.SmartButton smartButton3;
+ private SmartX.SmartButton smartButton2;
+ private SmartX.SmartLabel labelStop;
+ private SmartX.SmartButton smartButton6;
+ private SmartX.SmartButton smartButton5;
+ }
+}
\ No newline at end of file
diff --git a/INT_PT002/Forms/FormMenu.cs b/INT_PT002/Forms/FormMenu.cs
new file mode 100644
index 0000000..1c23a1d
--- /dev/null
+++ b/INT_PT002/Forms/FormMenu.cs
@@ -0,0 +1,29 @@
+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;
+
+namespace INT_PT002.Forms
+{
+ public partial class FormMenu : Form
+ {
+ public FormMenu()
+ {
+ InitializeComponent();
+ }
+
+ private void buttonCut_Click(object sender, EventArgs e)
+ {
+
+ }
+
+ private void labelStop_Click(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/INT_PT002/Forms/FormMenu.resx b/INT_PT002/Forms/FormMenu.resx
new file mode 100644
index 0000000..13b314b
--- /dev/null
+++ b/INT_PT002/Forms/FormMenu.resx
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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
+
+
+
+
+ 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
+ AAAASUVORK5CYII=
+
+
+
+ WEBPAD
+
+
+ False
+
+
\ No newline at end of file
diff --git a/INT_PT002/Helper.cs b/INT_PT002/Helper.cs
new file mode 100644
index 0000000..f4b52c7
--- /dev/null
+++ b/INT_PT002/Helper.cs
@@ -0,0 +1,246 @@
+using System;
+using System.Linq;
+using System.Collections.Generic;
+using System.Text;
+
+using INT_PT002.DataStore;
+
+namespace INT_PT002
+{
+ public class Helper
+ {
+ ///
+ /// Double형을 String형으로 변환하여 리턴(소수점 자릿수에 맞춰 0을 채워서 리턴)
+ ///
+ /// Double형 데이터
+ /// 소수점 자릿수
+ /// String형 데이터
+ public static string DoubleToString(double value, int decimalPlaces)
+ {
+ if (decimalPlaces == 0)
+ return string.Format("{0:F0}", value);
+ else if (decimalPlaces == 1)
+ return string.Format("{0:F1}", value);
+ else if (decimalPlaces == 2)
+ return string.Format("{0:F2}", value);
+ else if (decimalPlaces == 3)
+ return string.Format("{0:F3}", value);
+ else if (decimalPlaces == 4)
+ return string.Format("{0:F4}", value);
+ else if (decimalPlaces == 5)
+ return string.Format("{0:F5}", value);
+ else if (decimalPlaces == 6)
+ return string.Format("{0:F6}", value);
+ else if (decimalPlaces == 7)
+ return string.Format("{0:F7}", value);
+ else
+ return "0";
+ }
+
+ ///
+ /// 소수점 없는 String 값을 소수점 추가 후 String 값으로 리턴
+ ///
+ /// 소수점이 없는 값
+ /// 소수점 자릿수
+ /// 소수점 자리 추가 데이터
+ public static string StringToDecimalPlaces(string value, int decimalPlaces)
+ {
+ string ret = "";
+ double dValue = 0.0;
+
+ dValue = StringToDouble(value, decimalPlaces);
+ ret = DoubleToString(dValue, decimalPlaces);
+
+ return ret;
+ }
+
+ ///
+ /// 소수점 없는 String형 값을 소수점 추가후 Double형으로 리턴(부호가 포함된 String형값)
+ ///
+ /// 소수점이 없는 값
+ /// 소수점 자릿수
+ /// Double형 소수점 추가 데이터
+ public static double StringToDouble(string value, int decimalPlaces)
+ {
+ double dValue = 0.0;
+ string str = "", code = "";
+ StringBuilder sb = new StringBuilder();
+ sb.Append(value);
+
+ try
+ {
+ if (sb.Length > 8)
+ return 0.0;
+ if (sb[0] == '-')
+ {
+ code = "-";
+ sb.Remove(0, 1);
+ }
+
+ str = sb.ToString();
+ str = str.Trim();
+ sb.Remove(0, sb.Length);
+ sb.Append(str);
+
+ for (int i = 0; i < decimalPlaces; i++)
+ {
+ if (sb.Length > decimalPlaces)
+ break;
+
+ sb.Insert(0, "0");
+ }
+
+ sb.Insert(sb.Length - decimalPlaces, ".");
+ str = sb.ToString();
+ str = code + str;
+ dValue = double.Parse(str);
+
+ return dValue;
+
+ }
+ catch
+ {
+ return 0.0;
+ }
+ }
+
+ public static Define.E_ProgressStatus StringToProgressStatus(string value)
+ {
+ if (value.Length != 2)
+ return Define.E_ProgressStatus.None;
+
+ if (value == "S0")
+ return Define.E_ProgressStatus.Initial;
+ else if (value == "S1")
+ return Define.E_ProgressStatus.ProductEntry;
+ else if (value == "S2")
+ return Define.E_ProgressStatus.ChamberConbined;
+ else if (value == "S3")
+ return Define.E_ProgressStatus.VacuumStart;
+ else if (value == "S4")
+ return Define.E_ProgressStatus.VacuumHold;
+ else if (value == "S5")
+ return Define.E_ProgressStatus.VacuumBreak;
+ else if (value == "S6")
+ return Define.E_ProgressStatus.ChamberSeparation;
+ else if (value == "S7")
+ return Define.E_ProgressStatus.ProductRelease;
+ else
+ return Define.E_ProgressStatus.None;
+ }
+
+ public static Define.E_JudgmentStatus StringToJudgmentStatus(string value)
+ {
+ if (value.Length != 2)
+ return Define.E_JudgmentStatus.None;
+
+ if (value == "sp")
+ return Define.E_JudgmentStatus.Pass;
+ else if (value == "sn")
+ return Define.E_JudgmentStatus.Ng;
+ else if (value == "se")
+ return Define.E_JudgmentStatus.Error;
+ else
+ return Define.E_JudgmentStatus.None;
+ }
+
+ ///
+ /// 2자리에 마춰 공백을 0으로 채움
+ ///
+ ///
+ ///
+ public static string StringZeroFillDigits2(string value)
+ {
+ if (value.Length == 1)
+ return string.Format("0{0}", value);
+ else if (value.Length == 2)
+ return value;
+ else
+ return "00";
+ }
+ ///
+ /// 4자리에 마춰 공백을 0으로 채움
+ ///
+ ///
+ ///
+ public static string StringZeroFillDigits4(string value)
+ {
+ if (value.Length == 1)
+ return string.Format("000{0}", value);
+ else if (value.Length == 2)
+ return string.Format("00{0}", value);
+ else if (value.Length == 3)
+ return string.Format("0{0}", value);
+ else if (value.Length == 4)
+ return value;
+ else
+ return "0000";
+ }
+ ///
+ /// 5자리에 마춰 공백을 0으로 채움
+ ///
+ ///
+ ///
+ public static string StringZeroFillDigits5(string value)
+ {
+ if (value.Length == 1)
+ return string.Format("0000{0}", value);
+ else if (value.Length == 2)
+ return string.Format("000{0}", value);
+ else if (value.Length == 3)
+ return string.Format("00{0}", value);
+ else if (value.Length == 4)
+ return string.Format("0{0}", value);
+ else if (value.Length == 5)
+ return value;
+ else
+ return "00000";
+ }
+ ///
+ /// 6자리에 마춰 공백을 0으로 채움
+ ///
+ ///
+ ///
+ public static string StringZeroFillDigits6(string value)
+ {
+ if (value.Length == 1)
+ return string.Format("00000{0}", value);
+ else if (value.Length == 2)
+ return string.Format("0000{0}", value);
+ else if (value.Length == 3)
+ return string.Format("000{0}", value);
+ else if (value.Length == 4)
+ return string.Format("00{0}", value);
+ else if (value.Length == 5)
+ return string.Format("0{0}", value);
+ else if (value.Length == 6)
+ return value;
+ else
+ return "000000";
+ }
+ ///
+ /// 7자리에 마춰 공백을 0으로 채움
+ ///
+ ///
+ ///
+ public static string StringZeroFillDigits7(string value)
+ {
+ if (value.Length == 1)
+ return string.Format("000000{0}", value);
+ else if (value.Length == 2)
+ return string.Format("00000{0}", value);
+ else if (value.Length == 3)
+ return string.Format("0000{0}", value);
+ else if (value.Length == 4)
+ return string.Format("000{0}", value);
+ else if (value.Length == 5)
+ return string.Format("00{0}", value);
+ else if (value.Length == 6)
+ return string.Format("0{0}", value);
+ else if (value.Length == 7)
+ return value;
+ else
+ return "0000000";
+ }
+ }
+}
diff --git a/INT_PT002/INT_PT002.csproj b/INT_PT002/INT_PT002.csproj
new file mode 100644
index 0000000..33029b0
--- /dev/null
+++ b/INT_PT002/INT_PT002.csproj
@@ -0,0 +1,184 @@
+
+
+ Debug
+ AnyCPU
+ 9.0.21022
+ 2.0
+ {37DB9023-1C6E-4094-9777-C626E6885290}
+ WinExe
+ Properties
+ INT_PT002
+ INT_PT002
+ {4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
+ WindowsCE
+ E2BECB1F-8C8C-41ba-B736-9BE7D946A398
+ 5.0
+ INT_PT002
+ v3.5
+ Windows CE
+
+
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE;$(PlatformFamilyName)
+ true
+ true
+ prompt
+ 512
+ 4
+ Off
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE;$(PlatformFamilyName)
+ true
+ true
+ prompt
+ 512
+ 4
+ Off
+
+
+
+
+
+ False
+ C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\SmartX_New_5.0.0.6_IEC1000_DOTNETCF3.5수동설치파일\SmartXNCommon.dll
+
+
+ False
+ C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\SmartX_New_5.0.0.6_IEC1000_DOTNETCF3.5수동설치파일\SmartXNFDCommon.dll
+
+
+ False
+ C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\SmartX_New_5.0.0.6_IEC1000_DOTNETCF3.5수동설치파일\SmartXN_IEC1000.dll
+
+
+
+
+
+
+
+
+
+
+
+
+ UserControl
+
+
+ ControlMainDisplay.cs
+
+
+ UserControl
+
+
+ ControlMainDisplayDotGraph.cs
+
+
+
+
+
+
+ Form
+
+
+ DialogFormNumKeyPad.cs
+
+
+ Form
+
+
+ FormConfiguration.cs
+
+
+ Form
+
+
+ FormMainDisplay.cs
+
+
+ Form
+
+
+ FormMain.cs
+
+
+ Form
+
+
+ FormMainDisplay1.cs
+
+
+ Form
+
+
+ FormMenu.cs
+
+
+
+
+
+ ControlMainDisplay.cs
+ Designer
+
+
+ ControlMainDisplayDotGraph.cs
+ Designer
+
+
+ DialogFormNumKeyPad.cs
+ Designer
+
+
+ FormConfiguration.cs
+ Designer
+
+
+ FormMainDisplay.cs
+
+
+ FormMain.cs
+ Designer
+
+
+ FormMainDisplay1.cs
+ Designer
+
+
+ FormMenu.cs
+ Designer
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+ Designer
+
+
+ True
+ Resources.resx
+ True
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/INT_PT002/Program.cs b/INT_PT002/Program.cs
new file mode 100644
index 0000000..17585ff
--- /dev/null
+++ b/INT_PT002/Program.cs
@@ -0,0 +1,21 @@
+using System;
+using System.Linq;
+using System.Collections.Generic;
+using System.Windows.Forms;
+
+using INT_PT002.Forms;
+
+namespace INT_PT002
+{
+ static class Program
+ {
+ ///
+ /// The main entry point for the application.
+ ///
+ [MTAThread]
+ static void Main()
+ {
+ Application.Run(new FormMain());
+ }
+ }
+}
\ No newline at end of file
diff --git a/INT_PT002/Properties/AssemblyInfo.cs b/INT_PT002/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..f17de0c
--- /dev/null
+++ b/INT_PT002/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("INT_PT001")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("INT_PT001")]
+[assembly: AssemblyCopyright("Copyright © 2022")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("52c11b6a-99ce-4009-b05d-26128fc5efb5")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+[assembly: AssemblyVersion("1.0.0.0")]
+
+// Below attribute is to suppress FxCop warning "CA2232 : Microsoft.Usage : Add STAThreadAttribute to assembly"
+// as Device app does not support STA thread.
+[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2232:MarkWindowsFormsEntryPointsWithStaThread")]
diff --git a/INT_PT002/Properties/Resources.Designer.cs b/INT_PT002/Properties/Resources.Designer.cs
new file mode 100644
index 0000000..177a364
--- /dev/null
+++ b/INT_PT002/Properties/Resources.Designer.cs
@@ -0,0 +1,60 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:2.0.50727.9164
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace INT_PT002.Properties {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ internal class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ internal Resources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("INT_PT002.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+ }
+}
diff --git a/INT_PT002/Properties/Resources.resx b/INT_PT002/Properties/Resources.resx
new file mode 100644
index 0000000..3e18af9
--- /dev/null
+++ b/INT_PT002/Properties/Resources.resx
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file