첫 배포

master V1.0.0
CJY 2020-09-22 10:11:23 +09:00
parent 0d682112ca
commit 3696c544ad
70 changed files with 5008 additions and 8882 deletions

View File

@ -82,7 +82,7 @@
this.buttonOption.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOption.DownImage"))); this.buttonOption.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOption.DownImage")));
this.buttonOption.GroupID = 0; this.buttonOption.GroupID = 0;
this.buttonOption.InitVisible = true; this.buttonOption.InitVisible = true;
this.buttonOption.Location = new System.Drawing.Point(527, 0); this.buttonOption.Location = new System.Drawing.Point(456, 0);
this.buttonOption.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonOption.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonOption.Name = "buttonOption"; this.buttonOption.Name = "buttonOption";
this.buttonOption.NestedClickEventPrevent = false; this.buttonOption.NestedClickEventPrevent = false;
@ -114,7 +114,7 @@
this.buttonOptionBoard.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOptionBoard.DownImage"))); this.buttonOptionBoard.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOptionBoard.DownImage")));
this.buttonOptionBoard.GroupID = 0; this.buttonOptionBoard.GroupID = 0;
this.buttonOptionBoard.InitVisible = true; this.buttonOptionBoard.InitVisible = true;
this.buttonOptionBoard.Location = new System.Drawing.Point(456, 0); this.buttonOptionBoard.Location = new System.Drawing.Point(385, 0);
this.buttonOptionBoard.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonOptionBoard.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonOptionBoard.Name = "buttonOptionBoard"; this.buttonOptionBoard.Name = "buttonOptionBoard";
this.buttonOptionBoard.NestedClickEventPrevent = false; this.buttonOptionBoard.NestedClickEventPrevent = false;
@ -176,7 +176,7 @@
this.buttonCountingOutput.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCountingOutput.DownImage"))); this.buttonCountingOutput.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCountingOutput.DownImage")));
this.buttonCountingOutput.GroupID = 0; this.buttonCountingOutput.GroupID = 0;
this.buttonCountingOutput.InitVisible = true; this.buttonCountingOutput.InitVisible = true;
this.buttonCountingOutput.Location = new System.Drawing.Point(385, 0); this.buttonCountingOutput.Location = new System.Drawing.Point(527, 0);
this.buttonCountingOutput.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonCountingOutput.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonCountingOutput.Name = "buttonCountingOutput"; this.buttonCountingOutput.Name = "buttonCountingOutput";
this.buttonCountingOutput.NestedClickEventPrevent = false; this.buttonCountingOutput.NestedClickEventPrevent = false;
@ -193,6 +193,7 @@
this.buttonCountingOutput.TextLocation = new System.Drawing.Point(0, 0); this.buttonCountingOutput.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCountingOutput.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonCountingOutput.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCountingOutput.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCountingOutput.UpImage"))); this.buttonCountingOutput.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCountingOutput.UpImage")));
this.buttonCountingOutput.Visible = false;
this.buttonCountingOutput.Click += new System.EventHandler(this.buttonMenu_Click); this.buttonCountingOutput.Click += new System.EventHandler(this.buttonMenu_Click);
// //
// buttonSerialCOM4 // buttonSerialCOM4

View File

@ -29,7 +29,6 @@
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlBottomSystem)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlBottomSystem));
this.buttonAutoZero = new SmartX.SmartButton();
this.buttonJudgmentSetting = new SmartX.SmartButton(); this.buttonJudgmentSetting = new SmartX.SmartButton();
this.buttonCalibration = new SmartX.SmartButton(); this.buttonCalibration = new SmartX.SmartButton();
this.buttonIOTest = new SmartX.SmartButton(); this.buttonIOTest = new SmartX.SmartButton();
@ -38,37 +37,6 @@
this.buttonExternalOutput = new SmartX.SmartButton(); this.buttonExternalOutput = new SmartX.SmartButton();
this.SuspendLayout(); this.SuspendLayout();
// //
// buttonAutoZero
//
this.buttonAutoZero.BackPictureBox = null;
this.buttonAutoZero.BackPictureBox1 = null;
this.buttonAutoZero.BackPictureBox2 = null;
this.buttonAutoZero.ButtonColor = System.Drawing.Color.Gray;
this.buttonAutoZero.ButtonImageAutoSize = true;
this.buttonAutoZero.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonAutoZero.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonAutoZero.DisableImage")));
this.buttonAutoZero.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAutoZero.DownImage")));
this.buttonAutoZero.GroupID = 0;
this.buttonAutoZero.InitVisible = true;
this.buttonAutoZero.Location = new System.Drawing.Point(314, 0);
this.buttonAutoZero.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonAutoZero.Name = "buttonAutoZero";
this.buttonAutoZero.NestedClickEventPrevent = false;
this.buttonAutoZero.OutlinePixel = 1;
this.buttonAutoZero.RepeatInterval = 200;
this.buttonAutoZero.RepeatIntervalAccelerate = null;
this.buttonAutoZero.SafeInterval = 200;
this.buttonAutoZero.Size = new System.Drawing.Size(65, 65);
this.buttonAutoZero.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonAutoZero.TabIndex = 3;
this.buttonAutoZero.TextColor = System.Drawing.Color.Black;
this.buttonAutoZero.TextDownColor = System.Drawing.Color.White;
this.buttonAutoZero.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonAutoZero.TextLocation = new System.Drawing.Point(0, 0);
this.buttonAutoZero.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonAutoZero.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonAutoZero.UpImage")));
this.buttonAutoZero.Click += new System.EventHandler(this.buttonMenu_Click);
//
// buttonJudgmentSetting // buttonJudgmentSetting
// //
this.buttonJudgmentSetting.BackPictureBox = null; this.buttonJudgmentSetting.BackPictureBox = null;
@ -143,7 +111,7 @@
this.buttonIOTest.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonIOTest.DownImage"))); this.buttonIOTest.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonIOTest.DownImage")));
this.buttonIOTest.GroupID = 0; this.buttonIOTest.GroupID = 0;
this.buttonIOTest.InitVisible = true; this.buttonIOTest.InitVisible = true;
this.buttonIOTest.Location = new System.Drawing.Point(385, 0); this.buttonIOTest.Location = new System.Drawing.Point(314, 0);
this.buttonIOTest.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonIOTest.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonIOTest.Name = "buttonIOTest"; this.buttonIOTest.Name = "buttonIOTest";
this.buttonIOTest.NestedClickEventPrevent = false; this.buttonIOTest.NestedClickEventPrevent = false;
@ -236,7 +204,7 @@
this.buttonExternalOutput.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalOutput.DownImage"))); this.buttonExternalOutput.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalOutput.DownImage")));
this.buttonExternalOutput.GroupID = 0; this.buttonExternalOutput.GroupID = 0;
this.buttonExternalOutput.InitVisible = true; this.buttonExternalOutput.InitVisible = true;
this.buttonExternalOutput.Location = new System.Drawing.Point(456, 0); this.buttonExternalOutput.Location = new System.Drawing.Point(385, 0);
this.buttonExternalOutput.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonExternalOutput.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
this.buttonExternalOutput.Name = "buttonExternalOutput"; this.buttonExternalOutput.Name = "buttonExternalOutput";
this.buttonExternalOutput.NestedClickEventPrevent = false; this.buttonExternalOutput.NestedClickEventPrevent = false;
@ -264,7 +232,6 @@
this.Controls.Add(this.buttonSorter); this.Controls.Add(this.buttonSorter);
this.Controls.Add(this.buttonHelp); this.Controls.Add(this.buttonHelp);
this.Controls.Add(this.buttonIOTest); this.Controls.Add(this.buttonIOTest);
this.Controls.Add(this.buttonAutoZero);
this.Controls.Add(this.buttonJudgmentSetting); this.Controls.Add(this.buttonJudgmentSetting);
this.Controls.Add(this.buttonCalibration); this.Controls.Add(this.buttonCalibration);
this.Name = "ControlBottomSystem"; this.Name = "ControlBottomSystem";
@ -275,7 +242,6 @@
#endregion #endregion
private SmartX.SmartButton buttonAutoZero;
private SmartX.SmartButton buttonJudgmentSetting; private SmartX.SmartButton buttonJudgmentSetting;
private SmartX.SmartButton buttonCalibration; private SmartX.SmartButton buttonCalibration;
private SmartX.SmartButton buttonIOTest; private SmartX.SmartButton buttonIOTest;

View File

@ -56,7 +56,6 @@ namespace ITC81DB_0H.Controls
this.CollectionButtonMenu.Add(this.buttonCalibration); this.CollectionButtonMenu.Add(this.buttonCalibration);
this.CollectionButtonMenu.Add(this.buttonJudgmentSetting); this.CollectionButtonMenu.Add(this.buttonJudgmentSetting);
this.CollectionButtonMenu.Add(this.buttonSorter); this.CollectionButtonMenu.Add(this.buttonSorter);
this.CollectionButtonMenu.Add(this.buttonAutoZero);
this.CollectionButtonMenu.Add(this.buttonExternalOutput); this.CollectionButtonMenu.Add(this.buttonExternalOutput);
this.CollectionButtonMenu.Add(this.buttonIOTest); this.CollectionButtonMenu.Add(this.buttonIOTest);
} }
@ -71,25 +70,7 @@ namespace ITC81DB_0H.Controls
{ {
switch (menu) switch (menu)
{ {
case DataStore.MenuBottomSystem.AutoZero: case DataStore.MenuBottomSystem.Calibration:
if (this.buttonAutoZero.ButtonStatus != SmartButton.BUTSTATUS.DOWN)
this.buttonAutoZero.ButtonDown();
if (this.buttonCalibration.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonCalibration.ButtonUp();
if (this.buttonExternalOutput.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonExternalOutput.ButtonUp();
if (this.buttonHelp.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonHelp.ButtonUp();
if (this.buttonIOTest.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonIOTest.ButtonUp();
if (this.buttonJudgmentSetting.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonJudgmentSetting.ButtonUp();
if (this.buttonSorter.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonSorter.ButtonUp();
break;
case DataStore.MenuBottomSystem.Calibration:
if (this.buttonAutoZero.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonAutoZero.ButtonUp();
if (this.buttonCalibration.ButtonStatus != SmartButton.BUTSTATUS.DOWN) if (this.buttonCalibration.ButtonStatus != SmartButton.BUTSTATUS.DOWN)
this.buttonCalibration.ButtonDown(); this.buttonCalibration.ButtonDown();
if (this.buttonExternalOutput.ButtonStatus != SmartButton.BUTSTATUS.UP) if (this.buttonExternalOutput.ButtonStatus != SmartButton.BUTSTATUS.UP)
@ -104,8 +85,6 @@ namespace ITC81DB_0H.Controls
this.buttonSorter.ButtonUp(); this.buttonSorter.ButtonUp();
break; break;
case DataStore.MenuBottomSystem.ExternalOutput: case DataStore.MenuBottomSystem.ExternalOutput:
if (this.buttonAutoZero.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonAutoZero.ButtonUp();
if (this.buttonCalibration.ButtonStatus != SmartButton.BUTSTATUS.UP) if (this.buttonCalibration.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonCalibration.ButtonUp(); this.buttonCalibration.ButtonUp();
if (this.buttonExternalOutput.ButtonStatus != SmartButton.BUTSTATUS.DOWN) if (this.buttonExternalOutput.ButtonStatus != SmartButton.BUTSTATUS.DOWN)
@ -120,8 +99,6 @@ namespace ITC81DB_0H.Controls
this.buttonSorter.ButtonUp(); this.buttonSorter.ButtonUp();
break; break;
case DataStore.MenuBottomSystem.Help: case DataStore.MenuBottomSystem.Help:
if (this.buttonAutoZero.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonAutoZero.ButtonUp();
if (this.buttonCalibration.ButtonStatus != SmartButton.BUTSTATUS.UP) if (this.buttonCalibration.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonCalibration.ButtonUp(); this.buttonCalibration.ButtonUp();
if (this.buttonExternalOutput.ButtonStatus != SmartButton.BUTSTATUS.UP) if (this.buttonExternalOutput.ButtonStatus != SmartButton.BUTSTATUS.UP)
@ -136,8 +113,6 @@ namespace ITC81DB_0H.Controls
this.buttonSorter.ButtonUp(); this.buttonSorter.ButtonUp();
break; break;
case DataStore.MenuBottomSystem.IOTest: case DataStore.MenuBottomSystem.IOTest:
if (this.buttonAutoZero.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonAutoZero.ButtonUp();
if (this.buttonCalibration.ButtonStatus != SmartButton.BUTSTATUS.UP) if (this.buttonCalibration.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonCalibration.ButtonUp(); this.buttonCalibration.ButtonUp();
if (this.buttonExternalOutput.ButtonStatus != SmartButton.BUTSTATUS.UP) if (this.buttonExternalOutput.ButtonStatus != SmartButton.BUTSTATUS.UP)
@ -152,8 +127,6 @@ namespace ITC81DB_0H.Controls
this.buttonSorter.ButtonUp(); this.buttonSorter.ButtonUp();
break; break;
case DataStore.MenuBottomSystem.JudgmentSetting: case DataStore.MenuBottomSystem.JudgmentSetting:
if (this.buttonAutoZero.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonAutoZero.ButtonUp();
if (this.buttonCalibration.ButtonStatus != SmartButton.BUTSTATUS.UP) if (this.buttonCalibration.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonCalibration.ButtonUp(); this.buttonCalibration.ButtonUp();
if (this.buttonExternalOutput.ButtonStatus != SmartButton.BUTSTATUS.UP) if (this.buttonExternalOutput.ButtonStatus != SmartButton.BUTSTATUS.UP)
@ -168,8 +141,6 @@ namespace ITC81DB_0H.Controls
this.buttonSorter.ButtonUp(); this.buttonSorter.ButtonUp();
break; break;
case DataStore.MenuBottomSystem.SorterSetting: case DataStore.MenuBottomSystem.SorterSetting:
if (this.buttonAutoZero.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonAutoZero.ButtonUp();
if (this.buttonCalibration.ButtonStatus != SmartButton.BUTSTATUS.UP) if (this.buttonCalibration.ButtonStatus != SmartButton.BUTSTATUS.UP)
this.buttonCalibration.ButtonUp(); this.buttonCalibration.ButtonUp();
if (this.buttonExternalOutput.ButtonStatus != SmartButton.BUTSTATUS.UP) if (this.buttonExternalOutput.ButtonStatus != SmartButton.BUTSTATUS.UP)
@ -193,7 +164,6 @@ namespace ITC81DB_0H.Controls
this.buttonHelp.ButtonDown(); this.buttonHelp.ButtonDown();
this.buttonCalibration.ButtonUp(); this.buttonCalibration.ButtonUp();
this.buttonJudgmentSetting.ButtonUp(); this.buttonJudgmentSetting.ButtonUp();
this.buttonAutoZero.ButtonUp();
this.buttonIOTest.ButtonUp(); this.buttonIOTest.ButtonUp();
this.CurrentMenu = DataStore.MenuBottomSystem.Help; this.CurrentMenu = DataStore.MenuBottomSystem.Help;
@ -217,8 +187,6 @@ namespace ITC81DB_0H.Controls
this.CurrentMenu = DataStore.MenuBottomSystem.JudgmentSetting; this.CurrentMenu = DataStore.MenuBottomSystem.JudgmentSetting;
else if (button == this.buttonSorter) else if (button == this.buttonSorter)
this.CurrentMenu = DataStore.MenuBottomSystem.SorterSetting; this.CurrentMenu = DataStore.MenuBottomSystem.SorterSetting;
else if (button == this.buttonAutoZero)
this.CurrentMenu = DataStore.MenuBottomSystem.AutoZero;
else if (button == this.buttonExternalOutput) else if (button == this.buttonExternalOutput)
this.CurrentMenu = DataStore.MenuBottomSystem.ExternalOutput; this.CurrentMenu = DataStore.MenuBottomSystem.ExternalOutput;
else if (button == this.buttonIOTest) else if (button == this.buttonIOTest)

View File

@ -118,190 +118,29 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="buttonAutoZero.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADZGlUWHRYTUw6Y29tLmFkb2Jl
LnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQi
Pz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENv
cmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJE
RiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8
cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv
bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlw
ZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1w
TU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVFRDlBMzQ4
NDc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjMyMzNGQjRDMDA4MjExRTZCNEM1OTIyN0QxNTU3
NDkyIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMyMzNGQjRCMDA4MjExRTZCNEM1OTIyN0QxNTU3
NDkyIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpE
ZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NTRDQjI5NTAwMEU2MTFCQzc2QTlE
OEJCODdFNjg3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVF
RDlBMzQ4NDc2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hw
YWNrZXQgZW5kPSJyIj8+e4d3VAAABFtJREFUaEPtl/krrVsYx2VOlEQiIUVmIkLXPM/zPM9CyRhlHhJl
Hso8FF3JFK7xj7uftodcnFtHeztOZ31+2L3vu9a791rreb7f59l6CoVCoVAoFAqFQqFQKBR/Cn9p8PX1
dXd3j4+Pz8nJkYHfhbS0tJCQkObm5vn5+ZGRkdra2tTU1I6ODhn+/sTGxoaHh09NTV1cXERGRkZERKyt
rTU2Nubl5Q0MDMikb05ycnJLS8vJyYnca5ieni4tLV1YWDA3N5dHz+jr68vV94GzHxsb8/f3l3sNrq6u
6enp5JXcv+I77iE6Orqurg41y70GZ2dnkmp8fFzuP4ubm5udnZ2xsbHc64jKysqSkpI3R56dnR0TE7O8
vCz3nyU/Px+3KC8v9/Pzk0e6oKqqit/gx1CFi4uLk5MTNhUaGoq9dnd3JyQkyLxP0dnZ2dTUhD3wmZWV
JU91weLiYltbG9vAoIKCgjIzM1k9T4qKilA8gSIfZKqeHjnGDj08PJBQUlISG5aBj7C1tUVsUFhYyEmx
EysrKxnTOl1dXWdnZ39reHh46O/v54fZG0WDgLBWbMrIyIiLsLCw1tZWLIv0q66uTklJGR4elm95Bt0z
2dLS0t7eHmnh1LzONgoKCjBxhmTeF2BiYrK9vc0SET02ReFDJNjum0pSVlbGcl/8igsfH5/ExMSMjAz2
jGcwk2tUx+a3trbMzMyeZn4dnp6eh4eHZDbKITjvKwkpx+LIwKioqICAANKMz7i4uOLi4sHBwY2NDbyB
5OQgiB6tgDbjQBrgfZzuG2P9EBRJPkxMTHxYSYhGQ0MDGbiysrKzs3N6enp7e3t9fb2+vl5RUeHt7d3T
08O7V1dX8pq2oJWoqalByjR5CFee/hj0XV9f/76ScPxk+eXlJRtgxaampjKmgdQii3Jzc9Ebk+WpFiHK
hJsokwmkLCcqAx/xo0rCi+fn56QQif6mihsaGvIK2tjc3OS85KnWcXBw2Nvba29vJ1XYAwINDAyUsf/y
YSVBskNDQ7OzswYGBjLvGfZjbW09MzNDBPgJeaoj8B/ydWlpCSelHrEyjtzCwkKGX/G6kgQHByMSlkgQ
+O8hM34tjo6OyBEnJeikB+vDGWXsFS+V5Ojo6PHx8af6cwoclqXbvgMQKDvhsHFGAkLyvDGin4LWnZqI
HvikaHh5edEHvK+J2gf/Hh0dJUmeWh1Ui9vY2NjI8P9Ci4qcCODTP9unRbMHxEbEVldXKTV4rszWNZj6
/v4+roWU0TptAmVLxl6BcCmCLBqFkCRcvxS43t5eNMaXHB8f39zcYL7ojYoub34Z1GBSC9figppIQPB4
6hqLpt0gzZ6aP9yJTSIVKvHu7i5q+UdDX18fbZ98169lcnKSKksxpv+jZSJbaIEoW8gGV6WnOjg44Jjv
7u6YiTfIa98NkgSPp1+am5ujYLFoOr/7+3uyhSGZ9FtA60a2oNf3FU2hUCgUCoVCoVAoFH80enr/Angx
vCJLSuCxAAAAAElFTkSuQmCC
</value>
</data>
<data name="buttonAutoZero.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
</value>
</data>
<data name="buttonAutoZero.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADZGlUWHRYTUw6Y29tLmFkb2Jl
LnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQi
Pz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENv
cmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJE
RiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8
cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv
bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlw
ZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1w
TU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVFRDlBMzQ4
NDc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlGNTlBQkIzRkUwMTExRTU4RTcwOEUyNEFGMzZD
QUQwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlGNTlBQkIyRkUwMTExRTU4RTcwOEUyNEFGMzZD
QUQwIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpE
ZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRDM0RBRThDRjlGREU1MTFBMjMwOTFB
MzY3Mjc5MDI5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVF
RDlBMzQ4NDc2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hw
YWNrZXQgZW5kPSJyIj8+GLgEpgAAA+JJREFUaEPtllkobWEUx495iMy63AxFCUXJE8ILefBgKvFmepCi
hEwRKU6iFFIiL0oSKRKFByWFJ0SU6BiKZMw83H/nW/e07zmHe+lsw7V+D6f9rbXO3uvbe631/xQMwzAM
wzAMwzAMwzDfhaioqOHh4Z2dnZubm7Gxsbi4OHJ8FUpLS590KCsrI/fnB1/g/v4er7+iouKnGlxgiW2k
p6dT0CdnZmYG6eJT0FqN+DKTk5NmZmZk+o2RkRFdfR5OTk6QrouLC63VYAnj+fk5rSX8D3t4Fe7u7vb2
9iYmJrSWCb21VFxcDOPExASt30pra+vR0RFu7uHhQSY50PR0YWHhDzW4ED09OzsbEBBAcW8iNTX1+PgY
t+rv74+IiCCrHOidrQJspqmpyc7OjkIVipiYGAgIygxiAknBKyCHPqytrdPS0ubm5nCr5eXlnJwcKysr
8hkcoXH7+/sHBwcoISwhcysrK2InqIfc3FyUdVVVlbBI0apDgL5HMDbg4ODg7OycnJx8cXGByLOzs/Ly
cmNjY4p7B5BHQUGBaHqwvb2NX10lQSlaWlpq5hUu/Pz8kHd1dfXAwABe/93dnbgDmJ6eNjU1FZHvh6Oj
Y3t7OxIVSWi9dVGH3d3ddXV1Q0NDa2trDw8PIhJcXl7u7u6ir7a2trC8vb3F3gz5HTo6OnBfPNjLy4tM
z4PmFo2udwqLxtWwsbGByqyvr0czBAUFIQZyCXtLSwv9zVCIPQC8HlQFWZ/nBSV5fHxsbGxMSUkJDAzU
UgOUFlyIwRC3tbUlqwHJzMw8PT0VSayvr2PmkEMfLyhJW1sb2heFrqXiKJusrCwE7O3tBQcHk9Xg2NjY
9Pb24jHg6uqqr6/Px8eHfH/ynJLAmJSUpJU9gAWTND8/v7OzMyMjg6wyga8fHR09Pz8vdoLiLikpsbCw
ILcEvUoCI84UFPGxoFiLioqgDyIzTJjw8HDySdAoCfirxmmBR/j7+2Mo01omcLAZHBwU28Bk7Onp8fb2
Jt/rgW6EhYXV1tZOTU2hJcSAxrmD3PKBRoyPj19dXRU7UalUeXl5aBtyvwjaGr0LMR4fH8cfpeomgFQ3
NzdTtNw4OTnV1NQcHh6KZy8sLISGhpJPAhrX19cXzT0yMgIh1036+voam8H5pbKyMiQkxNzcnP75bmDe
j46OiswwgnCWdnV19fT0zM7Oxjlic3NTN2lY0FQYxA0NDTirynjIexUJCQmoZk2K0tMEgLZAZBYXF7HD
2NjYf6y6DwCnJqVSqTk14Ry6tLTU1dWVmJgIdaOgL0FkZCSSdnNz01U0hmEYhmEYhmEY5lujUPwCPXAP
VT4eWSEAAAAASUVORK5CYII=
</value>
</data>
<data name="buttonJudgmentSetting.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonJudgmentSetting.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADZGlUWHRYTUw6Y29tLmFkb2Jl dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAARNSURBVGhD7ZfZL2tRFIcNCQ9ChIRylQppxBAixprV
LnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQi DQ/moVRJqaEiYkxMQVCtGEJuRHhwue1FvEhISP159xd7EbdSPafnxGmT/T2cWKvbOnvts/YaQjgcDofD
Pz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENv 4XCCDa1WW15eXllZOT4+TqrgIiMjo6ioqL6+vqura3R0NC8vj34IFuBAcXGxXq/v7+83m81bW1t40m9B
cmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJE gUajKS0tZQ4MDg7u7u4+PT3Rb0GBWq0uKSl5d8DhcLy8vCQmJtLPgUZ+fn5LS4tOpyP51YGysjLcAaPR
RiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8 CAfsdrvb7Q5cBxAtuKZwgB05NCqVClkoaBwAFoulqakJuzcYDO3t7b29vdXV1XV1dXBgYGDAZrM9Pz+n
cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv pqbS6sAEPmD3OG/mRmdnJ+IKDphMprm5OafTidRESwOZw8NDJH7mxjvwYXV1dWlpCX80Njb+9AXWICbD
bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlw wsLI6PdzcnLi4QZKMuIK36S2thbR5RNUcTz7+vqio6PJ6PdzenpqtVoRWvBkeHgYz8XFxf39/V/CWF5e
ZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1w RvlDLZ+enlbyayD6XS7X2dnZ0NDQ2tra5eUl3MDRAtyQjzDN+xNg90dHR/B8cnIyMjKSLCoF0lR3d/fx
TU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVFRDlBMzQ4 8XFPTw+phJGSkoJ/RCZobm4mlVKgYqA47OzskCwGXAmkAeRokpWCVWjEEsliqKioQPi1traSrBTMBxwn
NDc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlFMTk1RTMzMDA4MTExRTZCMUZDQ0ZFMzRDMTZE wlrs7WQ+oMiQrBTMh5WVFQRVbGwsaYUBHwIilth9wKiAFkNshmHfIVB82NzcJFkMgRVLGxsbJIuBxZLy
NzIwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlFMTk1RTMyMDA4MTExRTZCMUZDQ0ZFMzRDMTZE PrDGW4oPysdSTk5OQ0PDyMgIyWLA6IdOsaOjg2SlQNM2Ozs7Nja2sLCA0vtDGElJSWhdUeO2t7fhCdlS
NzIwIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpE kKqqKrSubW1t2BM6aiEUFhZickKri1j61p5vZmYGZ4Z5GpvQvpGVlYUNseHODxBINTU1zFRBQQHaR4AG
ZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgyNTRDQjI5NTAwMEU2MTFCQzc2QTlE nl4pI9gl7i62jrEBpQCN99XV1R+5+fsKYgwf1r8k4ZWIiAgUAYAGE6cOEcr4+HidTofGE0qVSsVWiiI0
OEJCODdFNjg3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVF NFStVnszi3EKMwZbKQMshDBARkVFkeoN6NFyI8H7EdNxcXFfm8VsGBMTQyqJ4GAQ7hqNhuT/QXFAgKWl
RDlBMzQ4NDc2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hw pZEsGJy9T7P+tcOeIE5wKhi7SP5Ednb2xMQEIphkYeC7CTF7cXFBshRwVKimyJskfyIzMxP1Qewshu5Q
YWNrZXQgZW5kPSJyIj8+yzPeLwAABE1JREFUaEPtl9kva1EUhw0JD0KEhHKVCmnEECLGmtUND+ahVEmp iFlkDpKlgBKGTIfB11vEIyGur6/r9XqShQFrSKk+zd7e3pIsEVxZk8mEnoLkD4SHhyOHHBwcpKenk0ow
oSJiTExBUK0YQm5EeHC57UW8SEhI/Xn3F3sRt1I9p+fEaZP9PZxYq9s6e+2z9hpCOBwOh8PhcIINrVZb yNc+zc7Pz5NKIg6Hw2AwmM1mj40iOeIa2O121FpSiSEhIeFrszc3N6SSBexyamrKYrHAOiI1OTk5NzcX
Xl5eWVk5Pj5OquAiIyOjqKiovr6+q6trdHQ0Ly+PfggW4EBxcbFer+/v7zebzVtbW3jSb0GBRqMpLS1l czDedH5+jt3QOpGgb/dm1uVyGY1GWicLuIJIETCNFg1jJ4ro3t7e71esViu1DX6B5GOz2TzMPjw8wDd6
DgwODu7u7j49PdFvQYFarS4pKXl3wOFwvLy8JCYm0s+BRn5+fktLi06nI/nVgbKyMtwBo9EIB+x2u9vt t7xg5rq/v7++vnY6nWgKcFTUJEiDnQVS0N3dndvtfnx8pPdxOBwOh8PhcDgcjpyEhPwDBXJaSi5tMBgA
DlwHEC24pnCAHTk0KpUKWShoHAAWi6WpqQm7NxgM7e3tvb291dXVdXV1cGBgYMBmsz0/P6emptLqwAQ+ AAAASUVORK5CYII=
YPc4b+ZGZ2cn4goOmEymubk5p9OJ1ERLA5nDw0MkfubGO/BhdXV1aWkJfzQ2Nv70BdYgJsPCwsjo93Ny
cuLhBkoy4grfpLa2FtHlE1RxPPv6+qKjo8no93N6emq1WhFa8GR4eBjPxcXF/f39X8JYXl5G+UMtn56e
VvJrIPpdLtfZ2dnQ0NDa2trl5SXcwNEC3JCPMM37E2D3R0dH8HxycjIyMpIsKgXSVHd39/HxcU9PD6mE
kZKSgn9EJmhubiaVUqBioDjs7OyQLAZcCaQB5GiSlYJVaMQSyWKoqKhA+LW2tpKsFMwHHCfCWuztZD6g
yJCsFMyHlZUVBFVsbCxphQEfAiKW2H3AqIAWQ2yGYd8hUHzY3NwkWQyBFUsbGxski4HFkvI+sMZbig/K
x1JOTk5DQ8PIyAjJYsDoh06xo6ODZKVA0zY7Ozs2NrawsIDS+0MYSUlJaF1R47a3t+EJ2VKQqqoqtK5t
bW3YEzpqIRQWFmJyQquLWPrWnm9mZgZnhnkam9C+kZWVhQ2x4c4PEEg1NTXMVEFBAdpHgAaeXikj2CXu
LraOsQGlAI331dXVH7n5+wpiDB/WvyThlYiICBQBgAYTpw4Ryvj4eJ1Oh8YTSpVKxVaKIjQ0VK1WezOL
cQozBlspAyyEMEBGRUWR6g3o0XIjwfsR03FxcV+bxWwYExNDKongYBDuGo2G5P9BcUCApaWlkSwYnL1P
s/61w54gTnAqGLtI/kR2dvbExAQimGRh4LsJMXtxcUGyFHBUqKbImyR/IjMzE/VB7CyG7lCIWWQOkqWA
EoZMh8HXW8QjIa6vr+v1epKFAWtIqT7N3t7ekiwRXFmTyYSeguQPhIeHI4ccHBykp6eTSjDI1z7Nzs/P
k0oiDofDYDCYzWaPjSI54hrY7XbUWlKJISEh4WuzNzc3pJIF7HJqaspiscA6IjU5OTk3NxdzMN50fn6O
3dA6kaBv92bW5XIZjUZaJwu4gkgRMI0WDWMniuje3t7vV6xWK7UNfoHkY7PZPMw+PDzAN3q3vGDmur+/
v76+djqdaApwVNQkSIOdBVLQ3d2d2+1+fHyk93E4HA6Hw+FwOByOnISE/AMFclpKLm0wGAAAAABJRU5E
rkJggg==
</value> </value>
</data> </data>
<data name="buttonJudgmentSetting.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonJudgmentSetting.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -373,80 +212,50 @@
</data> </data>
<data name="buttonJudgmentSetting.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonJudgmentSetting.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADZGlUWHRYTUw6Y29tLmFkb2Jl dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAN1SURBVGhD7Zg7SCtBFIZ9QDTgC+8VDWIqH/cWgqSw
LnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQi EJsI3gRMp5WgZUBLK0EIhAgWNlaC9qYRC5uELAiBQEAxCEJMQBBstBAlhRHf9/7s/AbFa9g1a3Yj8xWB
Pz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENv c2byzzk7Z2ZntkoikUgkEomk0nA6ndvb2/v7+xMTE3RVFp2dnScnJ39V7u7u2tra2FApIIHj42ORgGBg
cmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJE YIBtFUFHR0c2m2XsKqgotlUEqJl0Os3YVRRFsdvtbLYafX19fr8fv7TVBA4PDxm7Sjwet24C/f39WKmI
RiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8 8ubmZnR0FJ7W1taDgwMRuiCRSFg3ARAIBBipmgZ2T+yhtFWSyWRDQwN7WxM8ewb7P3Z3d5ubm9nVygSD
cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv QYb8lqOjo/Hx8T/a8Hg8XV1d1dXVFC0/i4uLDPyFy8vL5+dnGtrI5/MjIyM2m42i5WdpaYmxqAvj4eGB
bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlw hh6ur699Pp+ZszE/P4+3ciQSQTSYhKenp6GhoV8qv98iPIVfgK05Go3ij5iN2tpaKppFT0+PyOH1G0ML
ZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1w TU1NSBv/hQJdZiFyQDS09SAqUG/yxtPb21tiDlCgbRaFHFDWelenyAHLg7ZZFHJwOBx1dXX0asMqtVRY
TU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVFRDlBMzQ4 D42NjXp3GMvlQFsPlqsl2nr4PjmYX0tYyojj/v6eth6skgMObVtbWxcXFysrKz9UfmoA3dbX15EAwEWc
NDc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZBMDI0NzNCRkY4NDExRTU4MDAyQTNBQUM5NUMy WiaCyx3OrSIg7eB4AnCJLeuZb29vD3XPEL6Mq6srt9vNIQ3E5XI9Pj5ykLIQDoc5tiGg4jHp0M3lcnNz
MTBCIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZBMDI0NzNBRkY4NDExRTU4MDAyQTNBQUM5NUMy cy0tLXAODg5ubGzAidzGxsZET13ghRiPxz+SBcvLy6KnAWQyGSim02mn00nXC2tra2g6PT39xHVsZmam
MTBCIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpE uCwenGGfF8QkTE5O0n7Lzs4OWj8xFeKTVHHZUChEuxTa29uhhdsm7XfgNocOuJrS1obdbtciixKgXQp4
ZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhBNkQ3ODU4ODRGRkU1MTE5RDA4QkYw wNBCtdB+h9/vRwfMPm1toH60yJ6fn9MuBVQktMBHFS8+DgQCAdragJrY6IrLplIp2iUi3gkLCwu0X1Ff
MjUyQ0ZFNzIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVF Xy8+VA4PD9OlGVHxxWVnZ2fpKpFYLAY5MDU1RZdKTU2N2AeTySRdevB6vcVlcZqiyxBub2/FeJubm6hU
RDlBMzQ4NDc2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hw LBIUTyKRgAe7e3d3N/vpZHV19SNZ4PP52M8QULVnZ2dCugxgN5+enubYxoK3Kc52X3dkQuj5fF5RFI4n
YWNrZXQgZW5kPSJyIj8+PFNcRQAAA3VJREFUaEPtmDtIK0EUhn1ANOAL7xUNYiof9xaCpLAQmwjeBEyn kUgkEolEIpFIJEZSVfUPUOETHI5PgAMAAAAASUVORK5CYII=
laBlQEsrQQiECBY2VoL2phELm4QsCIFAQDEIQkxAEGy0ECWFEd/3/uz8BsVr2DVrdiPzFYFzZvLPOTtn
Zme2SiKRSCQSiaTScDqd29vb+/v7ExMTdFUWnZ2dJycnf1Xu7u7a2trYUCkggePjY5GAYGBggG0VQUdH
RzabZewqqCi2VQSomXQ6zdhVFEWx2+1sthp9fX1+vx+/tNUEDg8PGbtKPB63bgL9/f1YqYjy5uZmdHQU
ntbW1oODAxG6IJFIWDcBEAgEGKmaBnZP7KG0VZLJZENDA3tbEzx7Bvs/dnd3m5ub2dXKBINBhvyWo6Oj
8fHxP9rweDxdXV3V1dUULT+Li4sM/IXLy8vn52ca2sjn8yMjIzabjaLlZ2lpibGoC+Ph4YGGHq6vr30+
n5mzMT8/j7dyJBJBNJiEp6enoaGhXyq/3yI8hV+ArTkajeKPmI3a2loqmkVPT4/I4fUbQwtNTU1IG/+F
Al1mIXJANLT1ICpQb/LG09vbW2IOUKBtFoUcUNZ6V6fIAcuDtlkUcnA4HHV1dfRqwyq1VFgPjY2NencY
y+VAWw+WqyXaevg+OZhfS1jKiOP+/p62HqySAw5tW1tbFxcXKysrP1R+agDd1tfXkQDARZxaJoLLHc6t
IiDt4HgCcIkt65lvb28Pdc8Qvoyrqyu3280hDcTlcj0+PnKQshAOhzm2IaDiMenQzeVyc3NzLS0tcA4O
Dm5sbMCJ3MbGxkRPXeCFGI/HP5IFy8vLoqcBZDIZKKbTaafTSdcLa2traDo9Pf3EdWxmZqa4LB6cYZ8X
xCRMTk7SfsvOzg5aPzEV4pNUcdlQKES7FNrb26GF2ybtd+A2hw64mtLWht1u1yKLEqBdCnjA0EK10H6H
3+9HB8w+bW2gfrTInp+f0y4FVCS0wEcVLz4OBAIB2tqAmtjoisumUinaJSLeCQsLC7RfUV9fLz5UDg8P
06UZUfHFZWdnZ+kqkVgsBjkwNTVFl0pNTY3YB5PJJF168Hq9xWVxmqLLEG5vb8V4m5ubqFQsEhRPIpGA
B7t7d3c3++lkdXX1I1ng8/nYzxBQtWdnZ0K6DGA3n56e5tjGgrcpznZfd2RC6Pl8XlEUjieRSCQSiUQi
kUgkRlJV9Q9Q4RMcjk+AAwAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="buttonCalibration.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonCalibration.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADZGlUWHRYTUw6Y29tLmFkb2Jl dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAThSURBVGhD7ZjlS3VLFIcFFQNUMFDRDyp4sbG7u7tb
LnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQi sQu7A7u7sEXlKgb+i/dBl5f3co518RwV9vPh5cyavfc7a2bFb9RRUFBQUFBQUFBQUPh1hIWF+fn5OTs7
Pz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENv //Umnp6eTU1N8s5Po7y8vKqqan5+fumJiYmJlpaWmpqawcHBf42wu7t7dnYm7/w09PT0WPHYC319faOj
cmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJE o9XV1fv7+/gj1rExfnNW8s7PB5fy8vK2trZk/BvJz89PSkpqaGiQ8W/B3d09Ozs7ISHBxcUlICAgLS0t
RiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8 KysrIiIiKiqqoKAAlwwMDOTRHwjri4uL8/Dw4F+iiLhfX19fW1tbXl6enp5ua2vLycmJjIzEmZKSEisr
cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv K3nth+Dq6pqcnOzv719WVraxsXF9fX13d7ewsDA+Po7lObl3dnaOj49nZ2cprBkZGTyfm5sr7387MTEx
bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlw 3t7eBMzq6urj42Nvb6+pqanMqcAhbG9vU22pVykpKbW1tYaGhjL3XaSnp/v4+BA5FxcX7LG+vr5MvBAU
ZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1w FGRubi6DF6KjoxcXF8l1oqu+vt7MzEwmtA9L4QQI9Nvb28zMTLH+ATFDV25ubpbxH5iYmExNTeEAtYsv
TU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVFRDlBMzQ4 iFXLODk5hYaG0phvbm7c3NzE+l9KS0tTU1Pn5uZkrMLAwABBRWJ8T/1l49nmg4MDwklMKuADzxA2MlaB
NDc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdBMTY4NjAwMDA4MjExRTZBRkVBOTFENTdFRTZC ZOjq6iLvi4qKiDqxagfKf3BwMAlA8RGTOt71ARwdHRFaVFvOREzagS5WWFh4enr6RgmCj/gABFJxcTFh
QkYzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdBMTY4NUZGMDA4MjExRTZBRkVBOTFENTdFRTZC GRISIiZN4+DgQAOenJwcHh4W0yt80AfqEpmND+9+8MsgBePj41dWVuzs7MT0CkQ5vYyOIePXeT4KWqGM
QkYzIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpE NQ2xSyChqGX8CrSzxMRE6hKeUF7f7mXsCyfW2dnJIYtJo9CS2TZUkIzVQcbTOhBOeAvUro6ODplTB22E
ZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NTRDQjI5NTAwMEU2MTFCQzc2QTlE s8UHPBGTRomNjWVBIyMjMlYHEpXHyIdnOAraGYJKplWglyMH8YHHxKRRqB4UdZCxOthObj/iwRNoJCSJ
OEJCODdFNjg3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVF TKuDjknmvP3ZL4ND5xz6+/tlrA6WS9rI8ktLyQdij52WaRWo0WzN0NBQY2OjmDQKQq2uro7aKmN14Gdl
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
</value> </value>
</data> </data>
<data name="buttonCalibration.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonCalibration.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -519,87 +328,57 @@
</data> </data>
<data name="buttonCalibration.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonCalibration.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADZGlUWHRYTUw6Y29tLmFkb2Jl dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAOdSURBVGhD7ZhvRHNRGMAjYkREjIjoU0TEiIgRMSIi
LnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQi IiIi+jSiT32KERERI0ZEREREjIgYIyIiImKMERERe3/tebru+267976927nb6/w+7T7nuTvPc855/pzb
Pz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENv YbFYLBaLxWKxWNqLycnJYrFYDsDe3p6+02qsrKyojX48PT3pO61GZ2fn7Owsnjicnp5icalU0udvotGo
cmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJE vtP6bGxs4MPz87M+tyPt6sPIyEgqlcrlcl8H3wWenJyczM3NdXV1qWoLsri4eHt7qybXh/AgL/X29upr
RiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8 LcLw8PDV1ZXaWC6/v7+fnZ0lk0nCNx6P4xs/dnd32QrVqHiyvLys74fOzMwMRotl9/f38/PzkUhEx6rg
cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv pGUyGVGGo6Oj8I8WC/z5+Yk1uLG6ukp61YFvxsfHe3p69OGb0dFRJ2Cy2Wx3d7cOmCeRSIgdHJJYLKZS
bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlw F0tLS4xirj67YK/YBHmdMqJSwwwODnKmsaBQKPT396v0d3xzazqdrnhRRlNFJrm+vmbuj4+Pmjsg+PpA
ZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1w MEgy4EBywFRqBnqKr9XzW78gNY49fHt7Q+3y8lJFZri5uWHWl5cXjxQEQXyAra0t1MDcVgwMDMiUJCIV
TU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVFRDlBMzQ4 1SGgD+Ql2QpqiIqaDaYzHyfYt9YG9AEkR5nryaWjJqb1uQ7T09OPj49oEvc7OzvetYxajiYYasspxkzm
NDc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI3NDlBMUM4RkQyNjExRTU4ODdFQkIyNTI4MDBB fRebmJjAdDFLODw81LFa0K2IGpdBFTWV19dXJltfX9fnWpBkxCY3GKrDVVDLRWdhYUFFTUUm8w5oYkDU
NzMwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI3NDlBMUM3RkQyNjExRTU4ODdFQkIyNTI4MDBB 3NB463AtRMc3TzQGySHe++BuYx1o+HS4ClKT6BjaB7IHk3nHA8dabHLwboqceCATqKipXFxcMJlvXqKW
NzMwIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpE UwTFsoODg+ru1Q3LL5q0YSpqKpL1g9QHqNcO/sHx8TH/GaSSNAaOdWXJylweVPRvEAxyi9rf31eRAe7u
ZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ2QUQwNEQ1MjBGREU1MTE4ODFCODVF 7piSEtaQW5hsLHBhUpEBnOO7tramop/CgZRE5xtgDYY7p3zCoN55ZExf+J/z8/PKapQp7So1xtjYmBxi
RDlBMzQ4NDc2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVF Um1fX59K/5Lt7W1xILSvyM6JIjCGhoZUGgx2ALvl9Ww2G+bXDef6wt2agqBSP0i4TkP18PDw421sGDQd
RDlBMzQ4NDc2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hw Yg2wolNTUzpQC6xPpVISxJDL5cJ3QIjH43JVEIrFYiaToXqwM4QNGZPfm5ub+XxeNSqXCpwJ/wOZG6yh
YWNrZXQgZW5kPSJyIj8+CRYlQwAAA51JREFUaEPtmG9Ec1EYwCNiRESMiOhTRMSIiBExIiIiIiL6NKJP 5ZSvNb5wazPUU/wAPEkkEul0ulAoqL0uiIFkMsl1XLXbArpRzhKE+TXSYrFYLBaLxfI/0NHxC7Svrzan
fYoREREjRkRERESMiBgjIiIiYowRERF7f+15uu77brv3vr3budvr/D7tPue5O89zznn+nNthsVgsFovF 4/cNAAAAAElFTkSuQmCC
YrFY2ovJyclisVgOwN7enr7TaqysrKiNfjw9Pek7rUZnZ+fs7CyeOJyenmJxqVTS52+i0ai+0/psbGzg
w/Pzsz63I+3qw8jISCqVyuVyXwffBZ6cnJzMzc11dXWpaguyuLh4e3urJteH8CAv9fb26mstwvDw8NXV
ldpYLr+/v5+dnSWTScI3Ho/jGz92d3fZCtWoeLK8vKzvh87MzAxGi2X39/fz8/ORSETHquCkZTIZUYaj
o6PwjxYL/Pn5iTW4sbq6SnrVgW/Gx8d7enr04ZvR0VEnYLLZbHd3tw6YJ5FIiB0cklgsplIXS0tLjGKu
Prtgr9gEeZ0yolLDDA4OcqaxoFAo9Pf3q/R3fHNrOp2ueFFGU0Umub6+Zu6Pj4+aOyD4+kAwSDLgQHLA
VGoGeoqv1fNbvyA1jj18e3tD7fLyUkVmuLm5YdaXlxePFARBfICtrS3UwNxWDAwMyJQkIhXVIaAP5CXZ
CmqIipoNpjMfJ9i31gb0ASRHmevJpaMmpvW5DtPT04+Pj2gS9zs7O961jFqOJhhqyynGTOZ9F5uYmMB0
MUs4PDzUsVrQrYgal0EVNZXX11cmW19f1+dakGTEJjcYqsNVUMtFZ2FhQUVNRSbzDmhiQNTc0HjrcC1E
xzdPNAbJId774G5jHWj4dLgKUpPoGNoHsgeTeccDx1pscvBuipx4IBOoqKlcXFwwmW9eopZTBMWyg4OD
6u7VDcsvmrRhKmoqkvWD1Aeo1w7+wfHxMf8ZpJI0Bo51ZcnKXB5U9G8QDHKL2t/fV5EB7u7umJIS1pBb
mGwscGFSkQGc47u2tqain8KBlETnG2ANhjunfMKg3nlkTF/4n/Pz88pqlCntKjXG2NiYHGJSbV9fn0r/
ku3tbXEgtK/IzokiMIaGhlQaDHYAu+X1bDYb5tcN5/rC3ZqCoFI/SLhOQ/Xw8PDjbWwYNB1iDbCiU1NT
OlALrE+lUhLEkMvlwndAiMfjclUQisViJpOherAzhA0Zk9+bm5v5fF41KpcKnAn/A5kbrKHllK81vnBr
M9RT/AA8SSQS6XS6UCiovS6IgWQyyXVctdsCulHOEoT5NdJisVgsFovF8j/Q0fELtK+vNqfj9w0AAAAA
SUVORK5CYII=
</value> </value>
</data> </data>
<data name="buttonIOTest.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonIOTest.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADZGlUWHRYTUw6Y29tLmFkb2Jl dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAY6SURBVGhD7ZjZT1RLEIfHFWVHlgvIjoIogqMQlSub
LnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQi 7IIoO8oiiyyySUDQRAgQAgoxCg9AiAg3EP077wfVnhxnHxge7k1/D5PT1WfOdHX9qrrOWDQajUaj0Wg0
Pz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENv Go3m1Ll+/frFixfV4D9HRkZGbW3ts2fPXr586Ss3cnNzeVpxcXFcXJwynR7Z2dmNjY03btyorq7mV8+e
cmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJE PasmTsCZM2d4VFpaWn5+fk1NDRdq4jSwWq3Nzc3p6empqanT09NtbW0+8YGHvHjx4v79+1lZWeXl5XV1
RiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8 dZmZmWrOt9y7d6+1tZVNunbtGsOPHz/61oeHDx9yTZxxg1BzIbM+Iycnp6WlhTwWB8ArHwICAvj09/fn
cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv /vPnz4vRDFrKy8uTa1ZfUVFBwAm7WHwADpDBSCglJUWZLBZ2jh/m0wU4TNxu3rwZFXOVrwSHhDx9+lTN
bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlw /QkbdPfuXXkyiBvYzcZjwp7hQGVl5a1bt65ePVyHwZ07d4qKiliiC/gufhIuqTZ/V9ZyPTs7q6ZNkAnk
ZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1w mDxZwIIbqBcNK9MxCA4OpuRR727fvn3lyhVlNUE9cQHbX1BQgA819U1RUVHIqae399WrV3Nzc+oOE+qJ
TU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVFRDlBMzQ4 f0IRxw1yg71QJq+IjY1lm9Eo+42OldUbyFF2HRKTkhmGR8dy/enTp5WVFbnBExISElBBfX09bnh3FiUn
NDc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEyMDUyMzM5MDA4MjExRTZCNERFOEM1RjI4NUU2 J1McCCLfdJu1kZGR8fHxamBChNQ/MIiQCELn4ChBWFtbU9MWy+XLl0NDQ0NCQrhQJkcQw6qqKk5VRMH9
M0M1IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEyMDUyMzM4MDA4MjExRTZCNERFOEM1RjI4NUU2 yuoa1Mn5RVYlJR/un1sQLmtVg98YQsrNe8QwMDCI64GBgQ8fPjC8cOECjj148IDFlZWVEW0KBsajrzoA
M0M1IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpE IbAkKCwsRCDK6gzpIzhiCIUyuQPNkKZq8BtDSBKidGtuZ2cnKpqYmGBIjW5qaiImHR0d7e3tg4ODDPH5
ZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzNTRDQjI5NTAwMEU2MTFCQzc2QTlE 6KuOIWc4wp88eVJaWpqYmKis9iQlJeEAJchcQ93i0AcRUmt7pwhpeHyyv7+fZGCK8lBSUrK6umosJSws
OEJCODdFNjg3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVF jNOgr68vJiZGLM7Iys4mGrjhtK0irGjOKwfA3geERNDxITUtnWFoRCSbTW/y5s0bhkSGiglH9yrQ1ejo
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 YrH8C5G4GT1rWmJCAAAAAElFTkSuQmCC
JkYszsjKziYauOG0rSKsaM4rB8DeB4RE0PEhNS2dYWhEJJtNb/LmzRuGRIaKCUf3KtDV6Ogoj1Jj5yBy
zg2qpRrbwBxNi7NK5wx7H0RIr1+/lt2qaGjl+vPnz1QYhsiV5KboHd2rICaIjT1WY5dMTU3ZZ6Di+fPn
1GN+wys37H0QIRWVHa44IDCQ0jQ5OUkcZJZkQ1c26ucAtQ+OQyhNi4uLTn0gE9g/fgBFee6GjQ8iJCOb
41LTu7u7OdfISLmBEoT6bXyghPT09CB0NXYCx+67d+++fPlC6Vcme+hPqBUIl1h76IaNDwQBB3p7eyWb
+8cm3r59S4NotBIcW3RfNNhGMfXz8yMfFhYWaAjE4hCKwdTU9NbWFpp0UzY5mIkUtfzx48eetKVmH4xj
ISMzi2FgcEhXVxdBMIeepbMILOSenHEsneAbYnNIdHT0+vr65uYm37XprBxD7tOleOgGLefu7q5cSxAM
IeUUl4+MjOADvskNQnh4+Pv37+fn51k6Ti4tLZHxERERatoO+t+NjY1v375ROTkAlNUtZB7h5vShljvs
+A3QBq+mXEgQcKCuoUEdC6NjqIgqJHeauXTpEgEUUeG5s5YMPdPybG9vLy8v86ZKNNSEh8iZTW6Ulpa5
aAQMWBMOIJLklMNYh0X+xR6jcuPl5hhwMO/s7KBVykxQUJCyegVNAU8hQUlx+2iwSWbEBxQox0JjVx/l
gVqupl0iD7QB5aBSSgKBOnfunLIeA5TNoYGsq2tq0LGyWizDw8M/fvz4x4T48KigkFmWxdlMTNCSmnbJ
zMyMzalHqd3f36e/IgLKdBLoPnCDDebTaBtp4FiiGY7IsbExqXpk8/b3nb29vV+/fonA3NLQ0CBPxn+2
jC9ysPjGAYH3Dx6HqIaGhqTI0Bogd14e5AaB41YsUdH0b6qBcyYVM/hAGLlAsTROP3/+xOJLBwx4KEWG
F2Sr1UqbSWWUGnpyxAeq0/j4+MHBAU3HiV6jXYMbZCrJ8PXrV+JAAVUTJwMfqMv0ESTxqfy5ZIO4wZmP
0D3RiSfgAyqlSFDNqenKeqrQHZLBfKrxEeKPh/+a2cC+4AavpsZ/cBqNRqPRaDQajUaj+X9isfwLkbgZ
PWtaYkIAAAAASUVORK5CYII=
</value> </value>
</data> </data>
<data name="buttonIOTest.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonIOTest.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -680,93 +459,63 @@
</data> </data>
<data name="buttonIOTest.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonIOTest.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADZGlUWHRYTUw6Y29tLmFkb2Jl dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAWKSURBVGhD7ZhJSGRXFIar1HJKdUUlIE0UpNU20iBm
LnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQi YbKIwQFBxUWri0RExAQnHBoXmoXEqCAizrPETUTI0o6IYNwp2hjpKArqRhxQMGjjQDtEjbHyv3eOj0pZ
Pz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENv 9Xyl5SLhfovi/ueeO5z37j33vtIJBAKBQCAQCAQCweOi1+uLior8/PxY/+coLy9fW1szyzgrjJ6enuvr
cmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJE 6/Hx8dTUVDY9HnV1dfv7+5j9xcUFft3d3bniAbi6usoPRGJlZaW0tJQrHoPm5ubT01OM1Nvb68QY0Am6
RiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8 QofoFoWdnZ2qqiqucy7t7e00b4wE+RgxoExhHB4e1tfXU63T6OzsRNeAAgBOjAFQ51SmME5OTpqamsji
cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv BLq6umiMxsZGNt2M+rcq2Kbk5m6Str6Lm+Hs7MxmKxiPj4+pZ0BhgLa2NjbdG29v7+7ubuouPz+frTLK
bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlw MHeyubVFTSJik9lkC8sHBLB0yd7R0cGmexAWFoaURx3Fx8ez1QIXVYxGI3Yn2n6R9JL8J3/7HXJsbIw9
ZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1w LMCBQz6WVFdXy4ObsRDY5BApKSmjo6PURXBwMFsdISkpCW2Pjo5cDdKe8TB+iKUFYmJiyEELWVlZNAcs
TU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVFRDlBMzQ4 Bx8fH7ZqITs7e2ZmhhrfuWtramrKyspYWDAyMiKN3f8TyW+/q4XEmyEJYmNj0TAnJycyMpJNtsASkCdi
NDc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBCMzE5QTMyRkY4QzExRTVCRjYwQTg5MkE0MzZF 7uvri4iIYKs6xcXFS0tLaNPb12fzFVtBA7C4wd/fH28A9qfPnkPq9S67B5KkVBMUFLSwsCC3Y4aHh1Ue
MDQyIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBCMzE5QTMxRkY4QzExRTVCRjYwQTg5MkE0MzZF c2BgILnhuSQnJ7PVHso9Qsmhd0K9s7gBZy2My8vLehcXyKehLyCRlEJCQiA3NzchESQ27sDAAEU7MTEh
MDQyIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpE N7UN9gx8wOTkZEZGBltvk5mZ6WgAgLpmccP8/DyMX33Dqazr518gsT5RxuJBGfNWlhAKUhdmM1YXWWyC
ZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhDNkQ3ODU4ODRGRkU1MTE5RDA4QkYw RYGlATeEYfdaNTU1BQ+HAgDy6P+KITw8/Pz8HEaPD55Aunl6n/4pScwekpImHr/sy9DSwtZibR/K6bgd
MjUyQ0ZFNzIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVF srbi6uoK1biBsdYGmgAWMsjosAy9fk3yy5dfQ+7t7fn6+kJizUBaTRcSRqvA7AFPwMKK7e1t1GFFsdbG
RDlBMzQ4NDc2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hw 7R53d3dh+eTTzySh17+ZlzLE4OCgXKkWA3Y2a1XgCVhYUVlZSdXY2WzSADVhodPFxcXR3YF2s8k/4C/5
YWNrZXQgZW5kPSJyIj8+B9L/dwAABYpJREFUaEPtmElIZFcUhqvUckp1RSUgTRSk1TbSIGZhsojBAUHF 9UZFRZEDHjYkVhRJArOHUftaoq1lm5aWFngAqzFUIH8WOh2OYcjvf6gmWdEgXRZXV1cNBgNZcCbAgj2t
RauLRETEBCccGheahcSoICLOs8RNRMjSjohg3CnaGOkoCupGHFAwaONAO0SNsfK/d46PSln1fKXlIuF+ JFNlT6t/AEl7ulfa03NzczjB2GqThoYG6lHj5iZnKtMtGofxE9+PIPWubu/kY6GiooIcAKZOuRX7GLsc
i+L+5547nPfuPfe+0gkEAoFAIBAIBALB46LX64uKivz8/Fj/5ygvL19bWzPLOCuMnp6e6+vr8fHx1NRU IWnJrQgAPgAB5ObmslUF5WNNSxjUNZULCgpQxr4i+fzzGKo1mUxkIfDgad4KiAcHH1ffwsvLi9yQOR3Y
Nj0edXV1+/v7mP3FxQV+3d3dueIBuLq6yg9EYmVlpbS0lCseg+bm5tPTU4zU29vrxBjQCbpCh+gWhZ2d rviSohvbnWEgqVNexzGEQw1NEhL5KP31zVvI6elpkpbgbeAlYAMALCGVQzo0NFSaPhLd0FBCQgJbNYIF
naqqKq5zLu3t7TRvjAT5GDGgTGEcHh7W19dTrdPo7OxE14ACAE6MAVDnVKYwTk5OmpqayOIEurq6aIzG sL6+jsZYhWxSBVdDOONj1c3dA9LgbUSyxrpKTEwkh3uA8OT5m3GDpjPeYQoLCxcXF9GFzbeBNWpJa2sr
xkY23Yz6tyrYpuTmbpK2voub4ezszGYrGI+Pj6lnQGGAtrY2Nt0bb2/v7u5u6i4/P5+tMsowd7K5tUVN PJUcmpr7CvLg4ICr74JaWYLgpenLl1ZPT0+23oO0tLTZ2Vl0hHM+ICCArfa/gULCX5DD+rv3bNKG1WOq
ImKT2WQLywcEsHTJ3tHRwaZ7EBYWhpRHHcXHx7PVAhdVjEYjdifafpH0kvwnf/sdcmxsjD0swIFDPpZU rZXuuQBvgE0PAQuXwvixv1+55NAA8hcBA7m1tUXHgvHjZ/N/SDGQnRxUkPqySNDKA3JOAASuCUq/lBno
V1fLg5uxENjkECkpKaOjo9RFcHAwWx0hKSkJbY+OjlwN0p7xMH6IpQViYmLIQQtZWVk0BywHHx8ftmoh chUdHU0OViCrckn++4hL9qGeqUwDITBnBqBAn6ZIPiUlJcgSKKenp3Pdw5AikGOgAC4vLx/0Ga2O8jY2
Ozt7ZmaGGt+5a2tqasrKylhYMDIyIo3d/xPJb7+rhcSbIQliY2PRMCcnJzIykk22wBKQJ2Lu6+uLiIhg Njbwq5LUHYL6pM4f5c8lK+htEI5ecu3B3ZnN+IBx6LZ2f3A7xGGMX9YPht4Avpzy8vLYJBAIBAKBQCAQ
qzrFxcVLS0to09vXZ/MVW0EDsLjB398fbwD2p8+eQ+r1LrsHkqRUExQUtLCwILdjhoeHVR5zYGAgueG5 CASC/yU63T+EjUQL4UdA6wAAAABJRU5ErkJggg==
JCcns9Ueyj1CyaF3Qr2zuAFnLYzLy8t6FxfIp6EvIJGUQkJCIDc3NyERJDbuwMAARTsxMSE3tQ32DHzA
5ORkRkYGW2+TmZnpaACAumZxw/z8PIxffcOprOvnXyCxPlHG4kEZ81aWEApSF2YzVhdZbIJFgaUBN4Rh
91o1NTUFD4cCAPLo/4ohPDz8/PwcRo8PnkC6eXqf/ilJzB6SkiYev+zL0NLC1mJtH8rpuB2ytuLq6grV
uIGx1gaaABYyyOiwDL1+TfLLl19D7u3t+fr6QmLNQFpNFxJGq8DsAU/Awort7W3UYUWx1sbtHnd3d2H5
5NPPJKHXv5mXMsTg4KBcqRYDdjZrVeAJWFhRWVlJ1djZbNIANWGh08XFxdHdgXazyT/gL/n1RkVFkQMe
NiRWFEkCs4dR+1qirWWblpYWeACrMVQgfxY6HY5hyO9/qCZZ0SBdFldXVw0GA1lwJsCCPa0kU2VPq38A
SXu6V9rTc3NzOMHYapOGhgbqUePmJmcq0y0ah/ET348g9a5u7+RjoaKighwApk65FfsYuxwhacmtCAA+
AAHk5uayVQXlY01LGNQ1lQsKClDGviL5/PMYqjWZTGQh8OBp3gqIBwcfV9/Cy8uL3JA5Hdiu+JKiG9ud
YSCpU17HMYRDDU0SEvko/fXNW8jp6WmSluBt4CVgAwAsIZVDOjQ0VJo+Et3QUEJCAls1ggWwvr6OxliF
bFIFV0M442PVzd0D0uBtRLLGukpMTCSHe4Dw5PmbcYOmM95hCgsLFxcX0YXNt4E1aklrays8lRyamvsK
8uDggKvvglpZguCl6cuXVk9PT7beg7S0tNnZWXSEcz4gIICt9r+BQsJfkMP6u/ds0obVY6qtle65AG+A
TQ8BC5fC+LG/X7nk0ADyFwEDubW1RceC8eNn839IMZCdHFSQ+rJI0MoDck4ABK4JSr+UGehyFR0dTQ5W
IKtySf77iEv2oZ6pTAMhMGcGoECfpkg+JSUlyBIop6enc93DkCKQY6AALi8vH/QZrY7yNjY2NvCrktQd
gvqkzh/lzyUr6G0Qjl5y7cHdmc34gHHotnZ/cDvEYYxf1g+G3gC+nPLy8tgkEAgEAoFAIBAIBIL/JTrd
P4SNRAvhR0DrAAAAAElFTkSuQmCC
</value> </value>
</data> </data>
<data name="buttonHelp.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonHelp.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADZGlUWHRYTUw6Y29tLmFkb2Jl dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAXkSURBVGhD7ZjVTzRLEMVx9+AsTnB3d3d3dwguCVnc
LnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQi woeEYAkaEp74N+8vd/qBe2GHXTK7Hw9zHjbTNT07XV1Vp06PmQoVKlSoUKFChQoVhsHCwsLPzy8pKSk/
Pz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENv P7+6urqxsbG3t7e1tZXr4uLi1NTUwMBAKysrMfu3wdXVNT09vaenp7a2trCwMDMzE0/i4uIiIyMTEhJY
cmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJE fVZWVlFRUV1dXXd3d25urpeXl3jyN8DR0ZEltre3Z2dnx8TEhIaGajQaHx8fvOIWE+zs7Nzc3Ly9vYOC
RiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8 gqKiopiMk8zHKw8PD+lP/iYSExO7urry8vJiY2MDAgKsra3FDd2wtLQMCQnBk9LSUp7lQtwwPczNzUme
cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv +vr66Ojon2V5REREQUEBNZORkeHi4iKsJgOv5MVsZHx8PGkjrIaDXKJaKBJK39/fX1hNACKAAzAPee/k
bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlw 5CSsPwVUxkYQT9ygbITV2CCFysvLyR9eL0yf4Ovrm5ycTKAkcI1F3PsKRKOtrY2tEWOjAsZkz/jVFQF8
ZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1w Y9GkB4GiXnGYldEcmpqasHNXzPsE/rOzszMtLU2MjQS4EiaBiyBKYfovWCITUlJS4E0u5ubmhoeHW1pa
TU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVFRDlBMzQ4 Kisr6QllZWU0EF1uwMV0QybAWsJkDLCvJSUlwcHBYvwJ7LS063/+xfz8/NraGr+jo6MsjlCw08wRsz8h
NDc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY4NzVBQUJGMDA4MDExRTZBNTBCRDY1MDZEODgz LCyMqqioqBBjxUHBdXR0sMe6aJQWRprRoZm2tLTEWqkB+kZfXx8xGRgYoEPjTH9/v0xro5czn78SY2XB
MkNEIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY4NzVBQUJFMDA4MDExRTZBNTBCRDY1MDZEODgz BvMCmYRmuQgNdpG1smiWggU7XuEbFvaY7JqampLsXwK5NTIyQtaJsYKguZIMuCHTiVkZa8UN1jo9Pb28
MkNEIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpE vCylDXZKXGJPjLOzszI+AKYRK0mnKAm2h4Yq/24yhwiMj4+fnJw8PDzs7e0RAewQK8FBurK4ra2thYUF
ZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgxNTRDQjI5NTAwMEU2MTFCQzc2QTlE +f+B0Eg5lJUYKwVpHTLVLIFATU5OarXa7e3twcFBd3d3jDgvpRPunZ+f8ysv9eClmZkZdKEYKwXoiGLQ
OEJCODdFNjg3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVF RzBTjmwzsLGxYQjrV1VV4QMhOjw8xAcCIs3UBToPlIDnYqwU+EfEqaE5ipSilIkh9bC/v//09ESdhIeH
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
</value> </value>
</data> </data>
<data name="buttonHelp.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonHelp.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -842,93 +591,63 @@
</data> </data>
<data name="buttonHelp.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonHelp.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADZGlUWHRYTUw6Y29tLmFkb2Jl dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAQeSURBVGhD7ZlPRHRRFMCHiIg0RERMYoghImKItIiI
LnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQi oTYREa0iZlO0iigRERERMZuGISL6REREtGqVIiKiRLR93685p+d9NTPdN903X4v7W4x3zjv33nP/n/Mm
Pz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENv 5nA4HA6Hw+FwhKO+vn5oaGhpaSmfz19cXNze3nqe9/DwwPPBwcHa2lomk2lsbFTr30ZXV9fGxgYem5DL
cmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJE 5dLptJb8DbS3tzPA6p3nHR4eLiwsjI6O9vT0JBIJDFpbW3keHh7OZrOFQkHtPG97exu9VPI/WVxcVI88
RiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8 D9fj8bi+KE9DQ8PMzMzV1ZWUov/6ovbU1dX5i2d5ebmpqUlfGEOfpfjm5mYymVRtzaBJGhYPWDaqDU9v
cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv b+/Ozo7Uw2JTbQ1gBqQD/LKVVVstHGX+fKZSKdVGjTRJB2heVT9mfX1d6lQ5Ujj7i0PmVZ6BwcHBlZWV
bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlw Px/wjEbflUHmls6oHBEco9IBripVfaG5uRmnxewT6Hmrdl9gIYnZ+Pi4qqJA7gGmQuVS+B3Y2tpi7Ofm
ZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1w 5m5ubkQDvFW7UkxPT2NzenqqsnX8capwjI6NjYlN0NeOjo7n52fRQ+V7jZAEm5+cdZWQ9cqhrnIpGPWi
TU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVFRDlBMzQ4 n+/wrNpYjDlR7b/6r3DCYnN8fKyyRbhcxYPKN3GwD8GpKNe3ktzd3WHG3lPZFkSj1EsspHIZ2ABFP99h
NDc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk5MzEzMzQ2RkUwRDExRTVCRjMwRTZBN0UxM0NG 7FUbi3EuqdagD3LOzs7OqmwLognqnZ+fV7k8bAm8hOARFNzW38Z5IyMjmO3v76tsC2aAepkNlcMgp41A
QzQ5IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk5MzEzMzQ1RkUwRDExRTVCRjMwRTZBN0UxM0NG IqHa8hDtYknuobItJJuRWDoUzIZ/KPFgEmwTy4g9m1BVVnh5eaHSKoLTvb09cciwA8L9/T1F2traVLaC
QzQ5IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpE +KGCMf51EaoDcH19TanOzk6VrfD6+kqlYVNhubPDdgAiOV6rm1yKAHtaZWPe3t4oaHk/nJycUGl/f7/K
ZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNGQzE3OEMwMEJGRUU1MTFBMjMwOTFB ZhS74FWI80rCSFGKUVPZFpIzkAerbEaxC6F30cDAAKXshxsEYdSbz+dVNoP9EIw4DDG/T8PBqfo+pNbX
MzY3Mjc5MDI5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVF aCkuLy9pqLu7W2WL5HI5qg61QQmfQAUzZCHRDZXtkk6n3yfC87hHVVURwgqxN4kvfFiuFKniKDNld3eX
RDlBMzQ4NDc2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hw BiqnEEIwgAXD2SALxfj8/FzlKOjr6xOfvl2sXGpiKZjccew0slCMJycnVRUREtyTG3z7YcbPGXhQVUX8
YWNrZXQgZW5kPSJyIj8+OO/2vAAABB5JREFUaEPtmU9EdFEUwIeIiDRERExiiCEiYoi0iIihNhERrSJm Tz4qR4okpTSpsg3kPAXLMVI5ksmktGfrW9Dq6qpUSPajqhogqRYwJz/5XBn8UBnhWVSOVColi6rq5hkI
U7SKKBERERExm4YhIvpERES0apUiIqJEtH3frzmn5301M9033Tdfi/tbjHfOO/fec/+f8ybmcDgcDofD SQ+hpjMQJPj5Hm/M/Qh+7mYg/sOH+09MTEycnZ2JQ09PT1znmUzma+jf0tJCOk6fJYwXstmsvv4N4PfR
4XCEo76+fmhoaGlpKZ/PX1xc3N7eep738PDA88HBwdraWiaTaWxsVOvfRldX18bGBh6bkMvl0um0lvwN 0ZG69gFZOJe0/5ePD8qpqSnD+77WxONx7tpCoSCJWJDHx0fWG9G75Sw5ahKJBDf0z/9ncTgcDofD4XBU
tLe3M8DqnecdHh4uLCyMjo729PQkEgkMWltbeR4eHs5ms4VCQe08b3t7G71U8j9ZXFxUjzwP1+PxuL4o Tyz2F+3KyqVlWw40AAAAAElFTkSuQmCC
T0NDw8zMzNXVlZSi//qi9tTV1fmLZ3l5uampSV8YQ5+l+ObmZjKZVG3NoEkaFg9YNqoNT29v787OjtTD
YlNtDWAGpAP8spVVWy0cZf58plIp1UaNNEkHaF5VP2Z9fV3qVDlSOPuLQ+ZVnoHBwcGVlZU/H/CMRt+V
QeaWzqgcERyj0gGuKlV9obm5GafF7BPoeat2X2Ahidn4+LiqokDuAaZC5VL4Hdja2mLs5+bmbm5uRAO8
VbtSTE9PY3N6eqqydfxxqnCMjo2NiU3Q146OjufnZ9FD5XuNkASbn5x1lZD1yqGucikY9aKf7/Cs2liM
OVHtv/qvcMJic3x8rLJFuFzFg8o3cbAPwako17eS3N3dYcbeU9kWRKPUSyykchnYAEU/32HsVRuLcS6p
1qAPcs7Ozs6qbAuiCeqdn59XuTxsCbyE4BEU3NbfxnkjIyOY7e/vq2wLZoB6mQ2VwyCnjUAiodryEO1i
Se6hsi0km5FYOhTMhn8o8WASbBPLiD2bUFVWeHl5odIqgtO9vT1xyLADwv39PUXa2tpUtoL4oYIx/nUR
qgNwfX1Nqc7OTpWt8Pr6SqVhU2G5s8N2ACI5XqubXIoAe1plY97e3ihoeT+cnJxQaX9/v8pmFLvgVYjz
SsJIUYpRU9kWkjOQB6tsRrELoXfRwMAApeyHGwRh1JvP51U2g/0QjDgMMb9Pw8Gp+j6k1tdoKS4vL2mo
u7tbZYvkcjmqDrVBCZ9ABTNkIdENle2STqffJ8LzuEdVVRHCCrE3iS98WK4UqeIoM2V3d5cGKqcQQjCA
BcPZIAvF+Pz8XOUo6OvrE5++XaxcamIpmNxx7DSyUIwnJydVFRES3JMbfPthxs8ZeFBVRfxPPipHiiSl
NKmyDeQ8BcsxUjmSyaS0Z+tb0OrqqlRI9qOqGiCpFjAnP/lcGfxQGeFZVI5UKiWLqurmGQhJD6GmMxAk
+Pkeb8z9CH7uZiD+w4f7T0xMTJydnYlDT09PXOeZTOZr6N/S0kI6Tp8ljBey2ay+/g3g99HRkbr2AVk4
l7T/l48PyqmpKcP7vtbE43Hu2kKhIIlYkMfHR9Yb0bvlLDlqEokEN/TP/2dxOBwOh8PhcFRPLPYX7crK
pWVbDjQAAAAASUVORK5CYII=
</value> </value>
</data> </data>
<data name="buttonSorter.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonSorter.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADZGlUWHRYTUw6Y29tLmFkb2Jl dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAcsSURBVGhD7djXb1NZEAbw0Duhd0INfQOhEwgdQu+9
LnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQi 995771WAqBIgBAiBeOGRf3B/yjmxDE6Md+149+F+D9a9c8fX5zsz880clyRIkCBBggQJEiQoFFq2bFlW
Pz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENv VjZq1Ki/6lBRUeFz5MiRzZs3j07/cwwcOHDy5MnV1dWzZ8+eM2eOz1mzZrmtqqpCpkWLFtGvDk2aNGHs
cmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJE 0KFDz549S0tLo/U/RNeuXcePHz9z5kxxsKw2bdq0atXKRf/+/adOnYpGZWVldK1F69atLZ1zoD1lypQh
RiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8 Q4a0bds2Pv5PMG7cuBkzZqDRrFmzaKpD7969p02bhp6Nj6aSEisWpU2bNu3bt2/v3r27du1avXr12LFj
cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv +/btmxmxIsHqbWdDGzlp0iQcUvRkTk1NzYEDB3bv3r148WJf9InG9u3b2YcOHdqtW7fgWVTgMH369PSd
bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlw TkdIsxQHt3v27Fm7dm2vXr0kFUvnzp1Hjx69Zs0arDZs2CBuwbOoCHHIhYN1S5vDhw+3b98+PE1B1glI
ZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1w oBFNxUSOHDhwO3jwoNv47FcMGzZMkaBBDKKpaMiFQ9OmTcvLyzdu3Cj1M0s/gL6FKCn6aCoaJk6cSJfi
TU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVFRDlBMzQ4 TQZwkOKkdtGiRUePHtX14oPaLhGvaoHk1q1bDx06lJlpjY7sHCjvhAkTNAoRULjRWot0Djq9znjkyBGc
NDc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUwNzI2RENBMDA4MjExRTY5MDlFQUFEN0NDNzMx o6mYyM6B5ljctm3bjh8/rrVF66+QaWPGjOFDYaOpyMjOYcSIESpVFplBoikD5HX58uVI9uvXL5qKjOwc
RjQ2IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUwNzI2REM5MDA4MjExRTY5MDlFQUFEN0NDNzMx ZNGZM2fIUUNZbig0bmjYy5Yti6biIwsHs9PSpUtv3LhhOoqmDFDSdevWISka0ZQGA8jw4cN79Oiht0RT
RjQ2IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpE YyALB1lO78+fP9/QIISkHKNFXhJNtVDuAwYM0P4FhyIjOX/+/Llz59K36FFYNMShS5cuCxcuPH369KpV
ZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NTRDQjI5NTAwMEU2MTFCQzc2QTlE qxrqHqRWHYNRN1hcmJoMhUaSx48fP3z48M6dO/fu3btw4QKqS5YsCW4FRr0cNDJGUiPR7V+0/grJY03m
OEJCODdFNjg3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVF vz59+rjt2LEjSmgTgGfPnj148ICgsZNmA/z+/fvFU2k1ymxbLweZYPKxwfPmzWtIkbSCFStWSBhHKAuV
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 QT4oKfkbQQG2RQkikkIAAAAASUVORK5CYII=
5cqnT59UfPDJEYrea2/fvo1/NBUK6RxUZ2hY7dq1C5ZBgwZhFZT+2LFj8v7mzZt3797lFhxyB82VnwS3
8CNJioNY22aBNquGR05nEoksWrSSJSxkChMSKbmDTy7o3r17ZWWlE6wgeFW0FhA40G81p5Rppf12bc8Y
/aqqfffuHRq6AYnkgKSwxC//CYpKGA3tV69effPmjYJuaPjNCzj4GclKgtQcVV25cqXOoEnpr6TQQTl4
mmE3b94sm8O/AVlgF8rKyuwC/xBD+dmIf3kYihSrJmWkcRCzeqvUfbVnM6nzQzi7USSeGGaf3hyGpLts
1BkR8B6vbfQ/PKXNggULpBCVJPk+hZ68qg0hokuiZE0ImLGtTGtDbFh9MKJ6xI3+mLIcr73HVxRD9KiF
VxX4uCdDEKCYxjIjGt0wbJt5du7cGc7HlJQWPXny5MOHD1+/fv327ZtPeP/+/f37931L9+XvQr+jueFp
yi0dnppEHGvVFYYm87iIfCBxKQ8OXv39+3dFrCQsXfGxoCGPL126ZJpQ3JnDX1VVldUrG/X68eNH/UtU
47MGILCYyzHq7J3Rmg8MCDgogM+fP6vpYERMR6PlClp2UVIXfFL/ynAwFDri8TFam/OsKfuskQ7zmD1S
eLdu3YqmfCCD7a7ORbmjqQ6dOnWybnV54sQJCzViMFKk8J+xfHj06NHz58855DhrpENVqDopGu/zgQWR
GvtBT6MpDSRFdhk9ZDw5MsaqfvPs06dPEaipqYl+/xy6hHZZGA4UA4eTJ0/WOztUV1crPjMsB4Vx9uxZ
Qx7C9Cp6/FvoFYJZGA6k0FlMairNaKqDxoyDOFi6EZUKSeI/lmyOUE4F42CSoTn0B1L9WMnqU0pWiEgH
lRSH3Es2F4T4E6h4nyfooxHIIK1F6E0VFRVSRYPTntQrudTjomuBIJgi7M3EMJryBMXUbuiSdmbRCoNi
EE2qihiL+Ng2rTAF00e8+hXsqUepi9CbUyAMds3J+8ePH/9o+P0zysvLTWbSRjMGDUtPtU/5w3tSCJYv
X778/PnTYB9/u4AQEEcfqoePHldaWmqAY8wOp454lYZ0o5doagHaC3gafzJBggQJEiRIkCBBPigp+RtB
AbZFCSKSQgAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="buttonSorter.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonSorter.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -1013,91 +732,61 @@
</data> </data>
<data name="buttonSorter.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonSorter.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADZGlUWHRYTUw6Y29tLmFkb2Jl dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAbiSURBVGhD7ZhJTBRbFEBREUVRRI0KOOAYVEDlg8ZZ
LnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQi FAmDxAEEQRD9yDcOceG0cIqzMRpNRIMuiAPGxBCXBtQNkYTE4MYFJBpdupCoGxQRp3/se7tSdNNta1e3
Pz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENv P/l1FqTqvsere9+70+sQGxsbGxsbGxsbq+jbt29cXNyMGTOSTcycOTM+Pr5Pnz466T/O+PHj//LA1KlT
cmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJE Q0NDdZ6TXr16YXZkZGRMTAx/VfoHGTp0KLuOuuPGjQsPDw8LC0M/HkaMGMHJiBk61UH//v3HjBmzYMGC
RiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8 3Nzc/Pz8ZcuWTZ48mfk6/EeYNWsWik6ZMqV3794qcjJ8+HAxj41XUUgIhhUUFPzjYNOmTfwtKSlJSUmJ
cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv jY11P7Eg4XD+5H79+ul7d8RCw7yoqKiNGzei96pVq2bPnp2YmDh//vzi4uKKioo1a9ZMmjSJCTIzqGAA
bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlw 4WveaTOMmm1Yvnw5BixZsmTIkCG4HJKIiAjyQWZmJvINGzYwX2YGlR+nkJzsiw2EgXgOISGjBsOGDSMw
ZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1w GF25cqWKgomPNjBh7dq1aJmUlKRj3cGRcDOOgmSgoqDhow34m2yz4VcucBRlZWXl5eXR0dEqChqoSODq
TU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVFRDlBMzQ4 ixtiw6BBgyQF4U464KgS+uSA82EC8e3uaQHHuw2Sl9LS0tCPUFapA7MNpLXCwkLm4FEqCiY/tSErK2vL
NDc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFGOUExNEUzRkUwNzExRTVCQTY1ODIyMURCQUJF li04CblIpd3BuxYuXIgBK1asUFGQ8W4Do7t27cIG4kFFblAKsRAICRUFGe82kItOnjxJYfbk5dRmmg4O
MzAwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFGOUExNEUyRkUwNzExRTVCQTY1ODIyMURCQUJF Yd68eSoKPl5sGDhw4P79+48ePTp27FgVuUEASCgzWUUmSAmURToxUFEg8GIDQXz8+PGtW7d66sAHDBhQ
MzAwIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpE VFSEDbRbKnJAuPO/HODVq1cvXbp0+fLlffv2rVu3rkc7LcCTDZQq8umBAwcWL17sqXrMmTNHQln6DqD1
ZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkUxRUM4NTUyMDJGRUU1MTFBMjMwOTFB oIZcuHAB7eHIkSOHDh3CBp4vXrzImcg0i+nRBjaeHk6chAkq7Q6h/LcDHngdOXJkaWmpqA67d+9OSEhA
MzY3Mjc5MDI5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVF jrNNmzaNEo7w1KlTAelte7SBO8PmzZvz8vJoTj3ZQM7FSPpWHGnbtm2iOtDDTpgwQSc5IPnidceOHWM0
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 AAAAAElFTkSuQmCC
TxHvAnG/fft2bKAaqsgqXGwQLycM5NWwwQjZ69evNzQ01NbWLl26VOb4CFe8gwcPXrlyZfXq1SqyCrMN
8fHxGEAuMq6mDHHtNIcseZMwoEGSCb5DxSDJkmGtb0kMGzhrgpJ0ZPSeVFk+effuXVSnVDHK+WAkdYNu
XOb4AgEgXgQUO5VaCDbIfVpCmejkmT07ceIEn8SAGzduSMiSIvPz8wmV6dOn6z//DBbn0ET7qqqq9evX
B+T3KDkHliaf0p9ymTSqLHmQLTcyOseCkdQ+oyp7AmsXLVokuwDnz5+nL/ylo/s1sCElJYUYuHnz5v37
99n1a9euoT0Jh2ptxPTgwYNLSkowyftVE0VpPc6ePSva027RqgT8B09U5Eutra1v377t6Oj4Hng+fvzI
aevnLYE+7NmzZ1+/fpUPfPnyRR4EXjs7O7GNv58+ffrw4cP79+/5a4bRrq6uz06YhsR9GrBNrCPLUh9j
Y2NVCX8gfKurq0XvBw8ecI/B+7Fqx44dT548QYgq9J7yq0xiYqL+mxM8jd5O3IbET8h66TUE+peHDx/+
2J7v32/duqVSf8C529raWA6NjZSKYeHh4ej99OlThpqbm/fs2UMoG7/K8ICXY5toT8gSA77fDSg+5ChW
fvfunYr8gXz67ds3HHTv3r0qckIQ08bxpdevX58+fTomJgYhIZuTk2MOWbKwj72GGbIzK+N1+u4PVAbW
evXqFfuqIhMUJvkSutJHcWWT2wxQqqQy/h6jR49mZaJI3/2B7kh2OjMzU0Um6KsZ5aBqampEdaDvoPHW
Gb8L0czKJAB99wd6B9lpemkVOeEe09LSIrtVV1fnY8j6iJy/NedAgy2B+/LlS5oIERKyNBdNTU2cAENY
woXO2uv8zp07WdmamAaKdHt7Oyu+efOGIk2DQLV+8eKFJNznz5/LtdhCSNMUChZnm1TkJ+w6VzbKHItS
6cw1jmdSltYnE1K/KGTyaoBchuRZHlhTzhMkB8onHj9+zI1KlbAEgox4bWxs5KvyvcCBJZQjT7/e+gUH
QvWhgSWNcmOmzIWGhiL0Dv2cPpkwC1kkzAkNLwS8BbSxsbGxsbGx+Z8QEvIvVfVi5UF+CXgAAAAASUVO
RK5CYII=
</value> </value>
</data> </data>
<data name="buttonExternalOutput.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonExternalOutput.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADZGlUWHRYTUw6Y29tLmFkb2Jl dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAP3SURBVGhD7ZdVS2VRFIDtBgPjwUTFQLG7u7s7sLsf
LnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQi FAMfVLA7MBEU/Jfzcc8auGDgwxxnzrC/h8O9a+9z71prr9oWCoVCoVAoFIp/CktLS/lkXP4HGxQKheIn
Pz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENv cXBwcHFx4SnfjUhSUlJ0dHRWVlZ4eLi1tbVIjUV/f//w8HBHR0dpaWl5ebmbm5ssGIvW1tb9/f2JiYmm
cmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJE pqbi4uKMjAxbW1tZMxarq6srKyuDg4M1NTUVFRVRUVFWVlayZiBCQkIODw8XFhY6OzuJKyzx8fGRNWNR
RiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8 VVV1dHQ0PT3d0tJSWFiYl5cnC4YDGzY2Nkj32trakpKSmJgYWTAWdnZ2e3t7S0tLvb29lZWVRFdgYKCs
cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv GYu0tLTj42OOpa2traysrKioyNnZWdb+Ivb29jy9vLx4+vv7m2RfQe8bGhra2dkZHR1taGggSVJTU5HT
bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlw 4LUNP4qrqyvFh5acmJiIHpmZmXTo+Ph4X19f2fE5zCPY0N7ezoGQ97ybnJycnZ2NhT930XN3d09ISMCL
ZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1w FM36+nq0ofI0NjZSSbu7u7/TDXJycmiI7AdaO7+AMfSTgoIC2aE3uA0DyNGzs7P7+/u7uztqKK7VFOIp
TU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVFRDlBMzQ4 +z6C/MZ+fE+l4q2np6fr6+u1tbWRkRGs4mQwT/eeGBYWRnbSv15fX9PT0wMCAhj18vPzFxcXZ2Zm8CjG
NDc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY5RjlGRDRDMDA4MjExRTY5RjM2QUFFRDFCMUZE fNHRiEAMmJube35+5onvEXKY29vbfMUGflnfhsj8k5ubW1dXd3Nzw0QkUhP88fj4ON7VzBDpO+h06H1+
OTlCIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY5RjlGRDRCMDA4MjExRTY5RjM2QUFFRDFCMUZE fk74ichEcHDw/Px8V1cXrzNuiVQPPD09yV10JYpEZEZsbCwdAD02Nzc/G78pqYxSFxcX8v03ZDPlYWBg
OTlCIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpE gGjkdR3vIX5+fiiBmzlxEZlBHONjlNjd3f1w9qYK06o5K7wgIjNwEAUXLzD88lmkf5y4uLjq6mo8vby8
ZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NTRDQjI5NTAwMEU2MTFCQzc2QTlE LCIznJycCBWUIFk/rJI0NeKEpCdsRGQGXYK8wkEnJyci0gPcQxyjxOTkZEREhEhN2NjYYCE2MHhfXV2J
OEJCODdFNjg3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVF 9B2kL/WH7H/fpJnSKUoE0vr6uoh0oqenRwv6vr4+R0dHaiWhzwf6NBqwSrX9YkSlD5C1NBMsCQoKEqmp
RDlBMzQ4NDc2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hw zXNnYun29jY0NFSkOuHh4TE7O8vNk9ilQHGNhpSUFBptc3Mzuc4d6IvrG/px0cN+DhNLqHIUaxo8zZ4j
YWNrZXQgZW5kPSJyIj8+Qlbr4AAAA/dJREFUaEPtl1VLZVEUgO0GA+PBRMVAsbu7uzuwux8UAx9UsDsw 4tah+yFokBJbW1tYQlcmtDCGuj41NfX4+EgkyKbPIekZmchszQxmcnwxNjZ2enr68PDg7e0t+/QGxx8c
ERT8l/Nxzxq4YODDHGfOsL+Hw71r73PvWmuv2hYKhUKhUCgUin8KS0tL+WRc/gcbFAqF4idxcHBwcXHh HPCXl5eXBM/LywvdmiQhtGTH57AnMjKS2kWFJXK033l7e6PNURVk049BAKAQ9Z4EpWF/f0bQqhaWcA5M
Kd+NSFJSUnR0dFZWVnh4uLW1tUiNRX9///DwcEdHR2lpaXl5uZubmywYi9bW1v39/YmJiaampuLi4oyM LqQB46O2pFAoFAqFQqFQKBQKhUJvLCx+Ae9dP4RytrGdAAAAAElFTkSuQmCC
DFtbW1kzFqurqysrK4ODgzU1NRUVFVFRUVZWVrJmIEJCQg4PDxcWFjo7O4krLPHx8ZE1Y1FVVXV0dDQ9
Pd3S0lJYWJiXlycLhgMbNjY2SPfa2tqSkpKYmBhZMBZ2dnZ7e3tLS0u9vb2VlZVEV2BgoKwZi7S0tOPj
Y46lra2trKysqKjI2dlZ1v4i9vb2PL28vHj6+/ubZF9B7xsaGtrZ2RkdHW1oaCBJUlNTkdPgtQ0/iqur
K8WHlpyYmIgemZmZdOj4+HhfX1/Z8TnMI9jQ3t7OgZD3vJucnJydnY2FP3fRc3d3T0hIwIsUzfr6erSh
8jQ2NlJJu7u7v9MNcnJyaIjsB1o7v4Ax9JOCggLZoTe4DQPI0bOzs/v7+7u7O2oortUU4in7PoL8xn58
T6Xiraenp+vr67W1tZGREaziZDBP954YFhZGdtK/Xl9f09PTAwICGPXy8/MXFxdnZmbwKMZ80dGIQAyY
m5t7fn7mie8Rcpjb29t8xQZ+Wd+GyPyTm5tbV1d3c3PDRCRSE/zx+Pg43tXMEOk76HTofX5+TviJyERw
cPD8/HxXVxevM26JVA88PT3JXXQlikRkRmxsLB0APTY3Nz8bvympjFIXFxfy/TdkM+VhYGCAaOR1He8h
fn5+KIGbOXERmUEc42OU2N3d/XD2pgrTqjkrvCAiM3AQBRcvMPzyWaR/nLi4uOrqajy9vLwsIjOcnJwI
FZQgWT+skjQ14oSkJ2xEZAZdgrzCQScnJyLSA9xDHKPE5ORkRESESE3Y2NhgITYweF9dXYn0HaQv9Yfs
f9+kmdIpSgTS+vq6iHSip6dHC/q+vj5HR0dqJaHPB/o0GrBKtf1iRKUPkLU0EywJCgoSqanNc2di6fb2
NjQ0VKQ64eHhMTs7y82T2KVAcY2GlJQUGm1zczO5zh3oi+sb+nHRw34OE0uochRrGjzNniPi1qH7IWiQ
EltbW1hCVya0MIa6PjU19fj4SCTIps8h6RmZyGzNDGZyfDE2NnZ6evrw8ODt7S379AbHHxwc8JeXl5cE
z8vLC92aJCG0ZMfnsCcyMpLaRYUlcrTfeXt7o81RFWTTj0EAoBD1ngSlYX9/RtCqFpZwDkwupAHjo7ak
UCgUCoVCoVAoFAqFQm8sLH4B710/hHK2sZ0AAAAASUVORK5CYII=
</value> </value>
</data> </data>
<data name="buttonExternalOutput.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonExternalOutput.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -1170,40 +859,25 @@
</data> </data>
<data name="buttonExternalOutput.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonExternalOutput.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADZGlUWHRYTUw6Y29tLmFkb2Jl dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAPlSURBVGhD7ZdZKG1hFMfNYxmTeUxEiVKKRFIikTK8
LnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQi IC+nSFIkvHlBmSISJZLiwfSgkIgyPJhCUUgZIkRmRab776xFu8uRl33cfft+D7uz11r77LW+/a3h0xEI
Pz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENv BAKBQCAQ/FPo6uryL+XyP8QgEAgE2sTc3NzOzs7MzIzvlUh5efnb29vCwkJkZKS+vj5LlUVpaenDwwPC
cmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJE AL29vfgmrFAWMTExm5ubr6+vCAPxFBYWGhkZsU5ZwPXHx0f6IBsbG3FxcXp6eqxTEA4ODl1dXc/PzxTJ
RiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8 0NCQh4cH65RFWFgYUvzl5YUiqaysZIXiyMzMvL6+pjCOj49TUlJYoSwMDAyam5spDGT81NRUUFAQ65SF
cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv n5/f+Pg4RfL09NTS0mJhYcG6X8TU1BRXb29vXP39/dWy70CBSk5O3tvbo0hQf/Pz8yG3sbEhA63i5OSU
bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlw mpqanZ09PDw8MDAwODiIHZKQkODi4sIWmkHTKCsrozAACvHKygpaJLac9g567u7uHR0dW1tb7MU7a2tr
ZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1w fX19P+kGVVVV9/f3/Jg6SXAdGRlRqVRsITfS2o8vsLi4OD09TbcoQRkZGWz3Fdh+/f39ZLy7u3tycnJ+
TU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVFRDlBMzQ4 fn57e0tt8fLyMjw8XPaemJiYSB4sLy/7+PjY2tq6ubkFBgaWlJTAIcjh2Tf7OyoqiuKfm5tLS0sLCQmB
NDc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgyMUZDMjJERkUwNTExRTVBQUVBOTZBNjBDQzU5 EGNiT08PPT42NiZvehgbG9OSn56e/lUfra2tMbpeXFxAm5OTw9JP1NfXw+Dm5iYiIoJFapBgNTU1UAHk
RjY2IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgyMUZDMjJDRkUwNTExRTVBQUVBOTZBNjBDQzU5 FUvlwNnZmVYR+cAiCcHBwUdHRzBA3dS0H/AgHm9ra+P7d5DNoaGhlGPd3d0yDou+vr53d3d4TV5eHosk
RjY2IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpE wG+qm7OzszgSsVSCo6Pj9vY2DNC8WSTB3t5+Z2cH+Y3CIGPriI6OPjs7gxMVFRUskmBpaUkxIFW+rJII
ZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRERUM4NTUyMDJGRUU1MTFBMjMwOTFB DPMfDIqKilgkwcrKihYIMbBIDnCyOTw8xGuQFV5eXixVY2hoWFxcTBMezkAs/URnZycM5ufnqT9KycrK
MzY3Mjc5MDI5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQwQUQwNEQ1MjBGREU1MTE4ODFCODVF ggoUFBSwSCbq6urwmqurK6wo1tXExAS9CUuIgnNwcAAVrgEBAWz9CfhH3aC6ulpaFWJjY1EnIMdciNGd
RDlBMzQ4NDc2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hw pTKBDbO0tER+rK6uolu1t7c3NjZSRQLoU9+cpz09PdfX1/G50AomJydbW1vT09NHR0epP6BR5Obmsqms
YWNrZXQgZW5kPSJyIj8+/CMS7gAAA+VJREFUaEPtl1kobWEUx81jGZN5TESJUopEUiKRMrwgL6dIUiS8 4MyJEQPvI6c/TghIBkwfbKQZjN8TExP0yAf4E4SB8VZ7gyCG0KamJux7+A2wfxoaGpKSkrCv2EIzsHF1
eUGZIhIlkuLB9KCQiDI8mEJRSBkiRGZFpvvvrEW7y5GXfdx9+34Pu7PXWvvstb79reHTEQgEAoFAIBD8 da2trd3f38chCbUYnX5mZga17hfO3+jTcCg+Ph69Dw375xMbWWJAxGSBsRe5hLJLKoFAIBAIBAKBQCAQ
U+jq6vIv5fI/xCAQCATaxNzc3M7OzszMjO+VSHl5+dvb28LCQmRkpL6+PkuVRWlp6cPDA8IAvb29+Cas CARyo6PzB4G5geBCl+QLAAAAAElFTkSuQmCC
UBYxMTGbm5uvr68IA/EUFhYaGRmxTlnA9cfHR/ogGxsbcXFxenp6rFMQDg4OXV1dz8/PFMnQ0JCHhwfr
lEVYWBhS/OXlhSKprKxkheLIzMy8vr6mMI6Pj1NSUlihLAwMDJqbmykMZPzU1FRQUBDrlIWfn9/4+DhF
8vT01NLSYmFhwbpfxNTUFFdvb29c/f391bLvQIFKTk7e29ujSFB/8/PzIbexsSEDreLk5JSampqdnT08
PDwwMDA4OIgdkpCQ4OLiwhaaQdMoKyujMAAK8crKCloktpz2Dnru7u4dHR1bW1vsxTtra2t9fX0/6QZV
VVX39/f8mDpJcB0ZGVGpVGwhN9Lajy+wuLg4PT1NtyhBGRkZbPcV2H79/f1kvLu7e3Jycn5+fnt7S23x
8vIyPDxc9p6YmJhIHiwvL/v4+Nja2rq5uQUGBpaUlMAhyOHZN/s7KiqK4p+bm0tLSwsJCYEQY2JPTw89
PjY2Jm96GBsb05Kfnp7+VR+tra0xul5cXECbk5PD0k/U19fD4ObmJiIigkVqkGA1NTVQAeQVS+XA2dmZ
VhH5wCIJwcHBR0dHMEDd1LQf8CAeb2tr4/t3kM2hoaGUY93d3TIOi76+vnd3d3hNXl4eiyTAb6qbs7Oz
OBKxVIKjo+P29jYM0LxZJMHe3n5nZwf5jcIgY+uIjo4+OzuDExUVFSySYGlpSTEgVb6skggM8x8MioqK
WCTBysqKFggxsEgOcLI5PDzEa5AVXl5eLFVjaGhYXFxMEx7OQCz9RGdnJwzm5+epP0rJysqCChQUFLBI
Jurq6vCaq6srrCjW1cTEBL0JS4iCc3BwABWuAQEBbP0J+EfdoLq6WloVYmNjUScgx1yI0Z2lMoENs7S0
RH6srq6iW7W3tzc2NlJFAuhT35ynPT0919fX8bnQCiYnJ1tbW9PT00dHR6k/oFHk5uayqazgzIkRA+8j
pz9OCEgGTB9spBmM3xMTE/TIB/gThIHxVnuDIIbQpqYm7Hv4DbB/GhoakpKSsK/YQjOwcXV1ra2t3d/f
xyEJtRidfmZmBrXuF87f6NNwKD4+Hr0PDfvnExtZYkDEZIGxF7mEsksqgUAgEAgEAoFAIBAIBHKjo/MH
gbmB4EKX5AsAAAAASUVORK5CYII=
</value> </value>
</data> </data>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve"> <metadata name="$this.FormFactorShadowProperty" xml:space="preserve">

View File

@ -31,7 +31,6 @@
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterBasicProduct)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterBasicProduct));
this.textBoxLotNo = new System.Windows.Forms.TextBox(); this.textBoxLotNo = new System.Windows.Forms.TextBox();
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.buttonRandomMode = new SmartX.SmartButton();
this.smartKeyboard = new SmartX.SmartKeyboard(); this.smartKeyboard = new SmartX.SmartKeyboard();
this.buttonItemNo = new SmartX.SmartButton(); this.buttonItemNo = new SmartX.SmartButton();
this.labelDeviationOver = new SmartX.SmartLabel(); this.labelDeviationOver = new SmartX.SmartLabel();
@ -64,7 +63,6 @@
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46))))); this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.smartGroupBox1.BackPictureBox = null; this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null; this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.buttonRandomMode);
this.smartGroupBox1.Controls.Add(this.smartKeyboard); this.smartGroupBox1.Controls.Add(this.smartKeyboard);
this.smartGroupBox1.Controls.Add(this.buttonItemNo); this.smartGroupBox1.Controls.Add(this.buttonItemNo);
this.smartGroupBox1.Controls.Add(this.labelDeviationOver); this.smartGroupBox1.Controls.Add(this.labelDeviationOver);
@ -91,38 +89,6 @@
this.smartGroupBox1.TabIndex = 126; this.smartGroupBox1.TabIndex = 126;
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
// //
// buttonRandomMode
//
this.buttonRandomMode.BackPictureBox = null;
this.buttonRandomMode.BackPictureBox1 = null;
this.buttonRandomMode.BackPictureBox2 = null;
this.buttonRandomMode.ButtonColor = System.Drawing.Color.Gray;
this.buttonRandomMode.ButtonImageAutoSize = true;
this.buttonRandomMode.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonRandomMode.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonRandomMode.DisableImage")));
this.buttonRandomMode.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonRandomMode.DownImage")));
this.buttonRandomMode.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
this.buttonRandomMode.GroupID = 0;
this.buttonRandomMode.InitVisible = true;
this.buttonRandomMode.Location = new System.Drawing.Point(639, 23);
this.buttonRandomMode.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonRandomMode.Name = "buttonRandomMode";
this.buttonRandomMode.NestedClickEventPrevent = false;
this.buttonRandomMode.OutlinePixel = 1;
this.buttonRandomMode.RepeatInterval = 200;
this.buttonRandomMode.RepeatIntervalAccelerate = null;
this.buttonRandomMode.SafeInterval = 200;
this.buttonRandomMode.Size = new System.Drawing.Size(50, 50);
this.buttonRandomMode.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonRandomMode.TabIndex = 182;
this.buttonRandomMode.TextColor = System.Drawing.Color.White;
this.buttonRandomMode.TextDownColor = System.Drawing.Color.White;
this.buttonRandomMode.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonRandomMode.TextLocation = new System.Drawing.Point(0, 0);
this.buttonRandomMode.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonRandomMode.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonRandomMode.UpImage")));
this.buttonRandomMode.Click += new System.EventHandler(this.buttonRandomMode_Click);
//
// smartKeyboard // smartKeyboard
// //
this.smartKeyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.smartKeyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
@ -431,6 +397,5 @@
public SmartX.SmartLabel labelDeviationOver; public SmartX.SmartLabel labelDeviationOver;
public SmartX.SmartLabel labelDeviationUnder; public SmartX.SmartLabel labelDeviationUnder;
private SmartX.SmartButton buttonItemNo; private SmartX.SmartButton buttonItemNo;
private SmartX.SmartButton buttonRandomMode;
} }
} }

View File

@ -19,7 +19,6 @@ namespace ITC81DB_0H.Controls
#region Field #region Field
private FormMenu m_ParentForm; private FormMenu m_ParentForm;
public ControlBasicRandomMode ControlRandomMode;
private int SelectedProductNo; private int SelectedProductNo;
private ProductItem SelectedProductItem; private ProductItem SelectedProductItem;
#endregion #endregion
@ -95,11 +94,6 @@ namespace ITC81DB_0H.Controls
} }
private void DefaultSetting() private void DefaultSetting()
{ {
this.ControlRandomMode = new ControlBasicRandomMode(this.ParentForm);
this.Controls.Add(this.ControlRandomMode);
this.ControlRandomMode.Location = new Point(0, 91);
this.ControlRandomMode.Visible = false;
this.SelectedProductNo = 1; this.SelectedProductNo = 1;
this.SelectedProductItem = new ProductItem(); this.SelectedProductItem = new ProductItem();
@ -120,8 +114,7 @@ namespace ITC81DB_0H.Controls
this.listBoxProductList.Items.Clear(); this.listBoxProductList.Items.Clear();
//for (int i = 0; i < productNames.Count; i++) for (int i = 0; i < productNames.Count; i++)
for (int i = 0; i < 995; i++) // 996~1000은 랜덤모드
this.listBoxProductList.Items.Add(productNames[i]); this.listBoxProductList.Items.Add(productNames[i]);
} }
@ -210,8 +203,6 @@ namespace ITC81DB_0H.Controls
if (this.ParentForm.ParentForm.SystemConfig1.IsBarcodeEnable == true) if (this.ParentForm.ParentForm.SystemConfig1.IsBarcodeEnable == true)
{ {
#region 바코드 사용 시 #region 바코드 사용 시
this.buttonRandomMode.Visible = false;
if (this.SelectedProductNo == 1 || this.SelectedProductNo == 2) if (this.SelectedProductNo == 1 || this.SelectedProductNo == 2)
{ {
this.buttonNameEdit.Enabled = false; this.buttonNameEdit.Enabled = false;
@ -224,22 +215,6 @@ namespace ITC81DB_0H.Controls
} }
#endregion #endregion
} }
else
{
if (this.ControlRandomMode.Visible == true)
{
this.buttonItemNo.Visible = false;
this.ControlRandomMode.DisplayRefresh();
}
if (this.ParentForm.ParentForm.SystemConfig1.ProductNumber > 995)
{
this.buttonItemNo.Text = "995";
this.SelectedProductNo = 995;
}
this.buttonRandomMode.Visible = true;
}
this.listBoxProductList.SelectedIndexChanged -= new EventHandler(this.listBoxProductList_SelectedIndexChanged); this.listBoxProductList.SelectedIndexChanged -= new EventHandler(this.listBoxProductList_SelectedIndexChanged);
this.listBoxProductList.SelectedIndex = this.SelectedProductNo - 1; this.listBoxProductList.SelectedIndex = this.SelectedProductNo - 1;
@ -260,10 +235,10 @@ namespace ITC81DB_0H.Controls
if (myKeyPad.ShowDialog() == DialogResult.OK) if (myKeyPad.ShowDialog() == DialogResult.OK)
{ {
if (myKeyPad.doubleValue < 1 || myKeyPad.doubleValue > 995) if (myKeyPad.doubleValue < 1 || myKeyPad.doubleValue > 1000)
{ {
// 입력범위를 확인하세요 // 입력범위를 확인하세요
message = string.Format("1 ~ {0}", 995); message = string.Format("1 ~ {0}", 1000);
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.ParentForm.SystemConfig1.Language, message); DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.ParentForm.SystemConfig1.Language, message);
myMsg.ShowDialog(); myMsg.ShowDialog();
} }
@ -656,33 +631,6 @@ namespace ITC81DB_0H.Controls
this.DisplayControls(this.SelectedProductItem); this.DisplayControls(this.SelectedProductItem);
} }
private void buttonRandomMode_Click(object sender, EventArgs e)
{
if (this.ControlRandomMode.Visible == false)
{
this.buttonItemNo.Visible = false;
this.ControlRandomMode.Visible = true;
this.ControlRandomMode.BringToFront();
this.ControlRandomMode.DisplayRefresh();
}
else
{
this.buttonItemNo.Visible = true;
this.ControlRandomMode.Visible = false;
if (this.SelectedProductNo > 995)
this.SelectedProductNo = 995;
this.listBoxProductList.SelectedIndex = this.SelectedProductNo - 1;
this.ParentForm.ParentForm.LoadProductFile(ref this.SelectedProductItem, this.SelectedProductNo - 1);
this.ParentForm.ParentForm.CurrentSystemStatus.CurrentDisplay = DataStore.DisplayStore.BasicProduct;
this.ParentForm.DisplayTitleRoot(this.ParentForm.ParentForm.CurrentSystemStatus);
}
}
private void smartKeyboard_OnHanYoungKeyChange(object sender, EventArgs e) private void smartKeyboard_OnHanYoungKeyChange(object sender, EventArgs e)
{ {
if (this.ParentForm.ParentForm.IsCurrentKeyKorean == false) if (this.ParentForm.ParentForm.IsCurrentKeyKorean == false)

View File

@ -118,265 +118,6 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="buttonRandomMode.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
</value>
</data>
<data name="buttonRandomMode.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
</value>
</data>
<data name="buttonRandomMode.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
AAAAAElFTkSuQmCC
</value>
</data>
<data name="buttonItemNo.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonItemNo.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAUoAAAAyCAYAAAA6L5IdAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH iVBORw0KGgoAAAANSUhEUgAAAUoAAAAyCAYAAAA6L5IdAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH

View File

@ -170,7 +170,7 @@
this.buttonCountingOutput.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCountingOutput.DownImage"))); this.buttonCountingOutput.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCountingOutput.DownImage")));
this.buttonCountingOutput.GroupID = 0; this.buttonCountingOutput.GroupID = 0;
this.buttonCountingOutput.InitVisible = true; this.buttonCountingOutput.InitVisible = true;
this.buttonCountingOutput.Location = new System.Drawing.Point(28, 240); this.buttonCountingOutput.Location = new System.Drawing.Point(360, 240);
this.buttonCountingOutput.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonCountingOutput.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCountingOutput.Name = "buttonCountingOutput"; this.buttonCountingOutput.Name = "buttonCountingOutput";
this.buttonCountingOutput.NestedClickEventPrevent = false; this.buttonCountingOutput.NestedClickEventPrevent = false;
@ -187,6 +187,7 @@
this.buttonCountingOutput.TextLocation = new System.Drawing.Point(0, 0); this.buttonCountingOutput.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCountingOutput.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonCountingOutput.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCountingOutput.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCountingOutput.UpImage"))); this.buttonCountingOutput.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCountingOutput.UpImage")));
this.buttonCountingOutput.Visible = false;
this.buttonCountingOutput.Click += new System.EventHandler(this.buttonMenu_Click); this.buttonCountingOutput.Click += new System.EventHandler(this.buttonMenu_Click);
// //
// buttonEthernet // buttonEthernet
@ -232,7 +233,7 @@
this.buttonOptionBoard.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOptionBoard.DownImage"))); this.buttonOptionBoard.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOptionBoard.DownImage")));
this.buttonOptionBoard.GroupID = 0; this.buttonOptionBoard.GroupID = 0;
this.buttonOptionBoard.InitVisible = true; this.buttonOptionBoard.InitVisible = true;
this.buttonOptionBoard.Location = new System.Drawing.Point(194, 240); this.buttonOptionBoard.Location = new System.Drawing.Point(28, 240);
this.buttonOptionBoard.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonOptionBoard.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonOptionBoard.Name = "buttonOptionBoard"; this.buttonOptionBoard.Name = "buttonOptionBoard";
this.buttonOptionBoard.NestedClickEventPrevent = false; this.buttonOptionBoard.NestedClickEventPrevent = false;
@ -263,7 +264,7 @@
this.buttonOption.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOption.DownImage"))); this.buttonOption.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOption.DownImage")));
this.buttonOption.GroupID = 0; this.buttonOption.GroupID = 0;
this.buttonOption.InitVisible = true; this.buttonOption.InitVisible = true;
this.buttonOption.Location = new System.Drawing.Point(360, 240); this.buttonOption.Location = new System.Drawing.Point(194, 240);
this.buttonOption.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonOption.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonOption.Name = "buttonOption"; this.buttonOption.Name = "buttonOption";
this.buttonOption.NestedClickEventPrevent = false; this.buttonOption.NestedClickEventPrevent = false;

View File

@ -30,6 +30,7 @@
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterEquipFunctionSetting)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterEquipFunctionSetting));
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.buttonCapture = new SmartX.SmartButton(); this.buttonCapture = new SmartX.SmartButton();
this.smartGroupBox2 = new SmartX.SmartGroupBox(); this.smartGroupBox2 = new SmartX.SmartGroupBox();
this.labelExternalInputMessage2 = new SmartX.SmartLabel(); this.labelExternalInputMessage2 = new SmartX.SmartLabel();
@ -67,6 +68,7 @@
this.labelTitleBuzzerONTime = new SmartX.SmartLabel(); this.labelTitleBuzzerONTime = new SmartX.SmartLabel();
this.comboBoxLanguage = new System.Windows.Forms.ComboBox(); this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
this.labelTitleLanguage = new SmartX.SmartLabel(); this.labelTitleLanguage = new SmartX.SmartLabel();
this.labelTitleExternalInput = new SmartX.SmartLabel();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.smartGroupBox2.SuspendLayout(); this.smartGroupBox2.SuspendLayout();
this.smartGroupBox4.SuspendLayout(); this.smartGroupBox4.SuspendLayout();
@ -77,6 +79,8 @@
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46))))); this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.smartGroupBox1.BackPictureBox = null; this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null; this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.labelTitleExternalInput);
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
this.smartGroupBox1.Controls.Add(this.buttonCapture); this.smartGroupBox1.Controls.Add(this.buttonCapture);
this.smartGroupBox1.Controls.Add(this.smartGroupBox2); this.smartGroupBox1.Controls.Add(this.smartGroupBox2);
this.smartGroupBox1.Controls.Add(this.comboBoxPIN2); this.smartGroupBox1.Controls.Add(this.comboBoxPIN2);
@ -115,6 +119,21 @@
this.smartGroupBox1.TabIndex = 2; this.smartGroupBox1.TabIndex = 2;
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
// //
// smartSeparatorLine1
//
this.smartSeparatorLine1.InitVisible = true;
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.DimGray;
this.smartSeparatorLine1.Line1Width = 1F;
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.LightGray;
this.smartSeparatorLine1.Line2Visible = true;
this.smartSeparatorLine1.Line2Width = 1F;
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
this.smartSeparatorLine1.Location = new System.Drawing.Point(11, 237);
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
this.smartSeparatorLine1.Size = new System.Drawing.Size(690, 2);
this.smartSeparatorLine1.TabIndex = 191;
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
//
// buttonCapture // buttonCapture
// //
this.buttonCapture.BackPictureBox = null; this.buttonCapture.BackPictureBox = null;
@ -165,10 +184,10 @@
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle; this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
this.smartGroupBox2.Image = null; this.smartGroupBox2.Image = null;
this.smartGroupBox2.InitVisible = true; this.smartGroupBox2.InitVisible = true;
this.smartGroupBox2.Location = new System.Drawing.Point(383, 212); this.smartGroupBox2.Location = new System.Drawing.Point(380, 44);
this.smartGroupBox2.Name = "smartGroupBox2"; this.smartGroupBox2.Name = "smartGroupBox2";
this.smartGroupBox2.RoundRadius = 5; this.smartGroupBox2.RoundRadius = 5;
this.smartGroupBox2.Size = new System.Drawing.Size(324, 148); this.smartGroupBox2.Size = new System.Drawing.Size(324, 184);
this.smartGroupBox2.TabIndex = 151; this.smartGroupBox2.TabIndex = 151;
this.smartGroupBox2.TextColor = System.Drawing.Color.Black; this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
// //
@ -183,7 +202,7 @@
this.labelExternalInputMessage2.ForeColor = System.Drawing.Color.Gold; this.labelExternalInputMessage2.ForeColor = System.Drawing.Color.Gold;
this.labelExternalInputMessage2.InitVisible = true; this.labelExternalInputMessage2.InitVisible = true;
this.labelExternalInputMessage2.LineSpacing = 0F; this.labelExternalInputMessage2.LineSpacing = 0F;
this.labelExternalInputMessage2.Location = new System.Drawing.Point(18, 40); this.labelExternalInputMessage2.Location = new System.Drawing.Point(18, 52);
this.labelExternalInputMessage2.Name = "labelExternalInputMessage2"; this.labelExternalInputMessage2.Name = "labelExternalInputMessage2";
this.labelExternalInputMessage2.Size = new System.Drawing.Size(290, 20); this.labelExternalInputMessage2.Size = new System.Drawing.Size(290, 20);
this.labelExternalInputMessage2.TabIndex = 194; this.labelExternalInputMessage2.TabIndex = 194;
@ -202,11 +221,11 @@
this.labelExternalInputMessage1.ForeColor = System.Drawing.Color.Gold; this.labelExternalInputMessage1.ForeColor = System.Drawing.Color.Gold;
this.labelExternalInputMessage1.InitVisible = true; this.labelExternalInputMessage1.InitVisible = true;
this.labelExternalInputMessage1.LineSpacing = 0F; this.labelExternalInputMessage1.LineSpacing = 0F;
this.labelExternalInputMessage1.Location = new System.Drawing.Point(18, 20); this.labelExternalInputMessage1.Location = new System.Drawing.Point(18, 32);
this.labelExternalInputMessage1.Name = "labelExternalInputMessage1"; this.labelExternalInputMessage1.Name = "labelExternalInputMessage1";
this.labelExternalInputMessage1.Size = new System.Drawing.Size(290, 20); this.labelExternalInputMessage1.Size = new System.Drawing.Size(290, 20);
this.labelExternalInputMessage1.TabIndex = 193; this.labelExternalInputMessage1.TabIndex = 193;
this.labelExternalInputMessage1.Text = "배출, 공압, 문열림, 비상정지, 적체"; this.labelExternalInputMessage1.Text = "배출, 공압, 비상정지, 적체";
this.labelExternalInputMessage1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelExternalInputMessage1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelExternalInputMessage1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelExternalInputMessage1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelExternalInputMessage1.Wordwrap = false; this.labelExternalInputMessage1.Wordwrap = false;
@ -223,7 +242,7 @@
this.buttonExternalInputBuzzer.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalInputBuzzer.DownImage"))); this.buttonExternalInputBuzzer.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalInputBuzzer.DownImage")));
this.buttonExternalInputBuzzer.GroupID = 0; this.buttonExternalInputBuzzer.GroupID = 0;
this.buttonExternalInputBuzzer.InitVisible = true; this.buttonExternalInputBuzzer.InitVisible = true;
this.buttonExternalInputBuzzer.Location = new System.Drawing.Point(218, 66); this.buttonExternalInputBuzzer.Location = new System.Drawing.Point(220, 77);
this.buttonExternalInputBuzzer.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonExternalInputBuzzer.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonExternalInputBuzzer.Name = "buttonExternalInputBuzzer"; this.buttonExternalInputBuzzer.Name = "buttonExternalInputBuzzer";
this.buttonExternalInputBuzzer.NestedClickEventPrevent = false; this.buttonExternalInputBuzzer.NestedClickEventPrevent = false;
@ -254,7 +273,7 @@
this.buttonExternalInputLamp.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalInputLamp.DownImage"))); this.buttonExternalInputLamp.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalInputLamp.DownImage")));
this.buttonExternalInputLamp.GroupID = 0; this.buttonExternalInputLamp.GroupID = 0;
this.buttonExternalInputLamp.InitVisible = true; this.buttonExternalInputLamp.InitVisible = true;
this.buttonExternalInputLamp.Location = new System.Drawing.Point(218, 100); this.buttonExternalInputLamp.Location = new System.Drawing.Point(220, 111);
this.buttonExternalInputLamp.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonExternalInputLamp.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonExternalInputLamp.Name = "buttonExternalInputLamp"; this.buttonExternalInputLamp.Name = "buttonExternalInputLamp";
this.buttonExternalInputLamp.NestedClickEventPrevent = false; this.buttonExternalInputLamp.NestedClickEventPrevent = false;
@ -284,7 +303,7 @@
this.labelTitleExternalInputLamp.ForeColor = System.Drawing.Color.White; this.labelTitleExternalInputLamp.ForeColor = System.Drawing.Color.White;
this.labelTitleExternalInputLamp.InitVisible = true; this.labelTitleExternalInputLamp.InitVisible = true;
this.labelTitleExternalInputLamp.LineSpacing = 0F; this.labelTitleExternalInputLamp.LineSpacing = 0F;
this.labelTitleExternalInputLamp.Location = new System.Drawing.Point(24, 100); this.labelTitleExternalInputLamp.Location = new System.Drawing.Point(26, 111);
this.labelTitleExternalInputLamp.Name = "labelTitleExternalInputLamp"; this.labelTitleExternalInputLamp.Name = "labelTitleExternalInputLamp";
this.labelTitleExternalInputLamp.Size = new System.Drawing.Size(178, 28); this.labelTitleExternalInputLamp.Size = new System.Drawing.Size(178, 28);
this.labelTitleExternalInputLamp.TabIndex = 190; this.labelTitleExternalInputLamp.TabIndex = 190;
@ -304,7 +323,7 @@
this.labelTitleExternalInputBuzzer.ForeColor = System.Drawing.Color.White; this.labelTitleExternalInputBuzzer.ForeColor = System.Drawing.Color.White;
this.labelTitleExternalInputBuzzer.InitVisible = true; this.labelTitleExternalInputBuzzer.InitVisible = true;
this.labelTitleExternalInputBuzzer.LineSpacing = 0F; this.labelTitleExternalInputBuzzer.LineSpacing = 0F;
this.labelTitleExternalInputBuzzer.Location = new System.Drawing.Point(24, 66); this.labelTitleExternalInputBuzzer.Location = new System.Drawing.Point(26, 77);
this.labelTitleExternalInputBuzzer.Name = "labelTitleExternalInputBuzzer"; this.labelTitleExternalInputBuzzer.Name = "labelTitleExternalInputBuzzer";
this.labelTitleExternalInputBuzzer.Size = new System.Drawing.Size(178, 28); this.labelTitleExternalInputBuzzer.Size = new System.Drawing.Size(178, 28);
this.labelTitleExternalInputBuzzer.TabIndex = 189; this.labelTitleExternalInputBuzzer.TabIndex = 189;
@ -316,7 +335,7 @@
// comboBoxPIN2 // comboBoxPIN2
// //
this.comboBoxPIN2.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold); this.comboBoxPIN2.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxPIN2.Location = new System.Drawing.Point(457, 29); this.comboBoxPIN2.Location = new System.Drawing.Point(131, 53);
this.comboBoxPIN2.Name = "comboBoxPIN2"; this.comboBoxPIN2.Name = "comboBoxPIN2";
this.comboBoxPIN2.Size = new System.Drawing.Size(240, 28); this.comboBoxPIN2.Size = new System.Drawing.Size(240, 28);
this.comboBoxPIN2.TabIndex = 186; this.comboBoxPIN2.TabIndex = 186;
@ -325,7 +344,7 @@
// comboBoxPIN3 // comboBoxPIN3
// //
this.comboBoxPIN3.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold); this.comboBoxPIN3.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxPIN3.Location = new System.Drawing.Point(457, 63); this.comboBoxPIN3.Location = new System.Drawing.Point(131, 87);
this.comboBoxPIN3.Name = "comboBoxPIN3"; this.comboBoxPIN3.Name = "comboBoxPIN3";
this.comboBoxPIN3.Size = new System.Drawing.Size(240, 28); this.comboBoxPIN3.Size = new System.Drawing.Size(240, 28);
this.comboBoxPIN3.TabIndex = 185; this.comboBoxPIN3.TabIndex = 185;
@ -334,7 +353,7 @@
// comboBoxPIN4 // comboBoxPIN4
// //
this.comboBoxPIN4.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold); this.comboBoxPIN4.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxPIN4.Location = new System.Drawing.Point(457, 97); this.comboBoxPIN4.Location = new System.Drawing.Point(131, 121);
this.comboBoxPIN4.Name = "comboBoxPIN4"; this.comboBoxPIN4.Name = "comboBoxPIN4";
this.comboBoxPIN4.Size = new System.Drawing.Size(240, 28); this.comboBoxPIN4.Size = new System.Drawing.Size(240, 28);
this.comboBoxPIN4.TabIndex = 184; this.comboBoxPIN4.TabIndex = 184;
@ -343,7 +362,7 @@
// comboBoxPIN5 // comboBoxPIN5
// //
this.comboBoxPIN5.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold); this.comboBoxPIN5.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxPIN5.Location = new System.Drawing.Point(457, 131); this.comboBoxPIN5.Location = new System.Drawing.Point(131, 155);
this.comboBoxPIN5.Name = "comboBoxPIN5"; this.comboBoxPIN5.Name = "comboBoxPIN5";
this.comboBoxPIN5.Size = new System.Drawing.Size(240, 28); this.comboBoxPIN5.Size = new System.Drawing.Size(240, 28);
this.comboBoxPIN5.TabIndex = 183; this.comboBoxPIN5.TabIndex = 183;
@ -352,7 +371,7 @@
// comboBoxPIN6 // comboBoxPIN6
// //
this.comboBoxPIN6.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold); this.comboBoxPIN6.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxPIN6.Location = new System.Drawing.Point(457, 165); this.comboBoxPIN6.Location = new System.Drawing.Point(131, 189);
this.comboBoxPIN6.Name = "comboBoxPIN6"; this.comboBoxPIN6.Name = "comboBoxPIN6";
this.comboBoxPIN6.Size = new System.Drawing.Size(240, 28); this.comboBoxPIN6.Size = new System.Drawing.Size(240, 28);
this.comboBoxPIN6.TabIndex = 182; this.comboBoxPIN6.TabIndex = 182;
@ -368,11 +387,11 @@
this.labelPIn2.ForeColor = System.Drawing.Color.White; this.labelPIn2.ForeColor = System.Drawing.Color.White;
this.labelPIn2.InitVisible = true; this.labelPIn2.InitVisible = true;
this.labelPIn2.LineSpacing = 0F; this.labelPIn2.LineSpacing = 0F;
this.labelPIn2.Location = new System.Drawing.Point(386, 29); this.labelPIn2.Location = new System.Drawing.Point(15, 53);
this.labelPIn2.Name = "labelPIn2"; this.labelPIn2.Name = "labelPIn2";
this.labelPIn2.Size = new System.Drawing.Size(65, 28); this.labelPIn2.Size = new System.Drawing.Size(110, 28);
this.labelPIn2.TabIndex = 179; this.labelPIn2.TabIndex = 179;
this.labelPIn2.Text = "PIN2"; this.labelPIn2.Text = "[NG]";
this.labelPIn2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelPIn2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelPIn2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPIn2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPIn2.Wordwrap = false; this.labelPIn2.Wordwrap = false;
@ -387,11 +406,11 @@
this.labelPIn3.ForeColor = System.Drawing.Color.White; this.labelPIn3.ForeColor = System.Drawing.Color.White;
this.labelPIn3.InitVisible = true; this.labelPIn3.InitVisible = true;
this.labelPIn3.LineSpacing = 0F; this.labelPIn3.LineSpacing = 0F;
this.labelPIn3.Location = new System.Drawing.Point(386, 63); this.labelPIn3.Location = new System.Drawing.Point(15, 87);
this.labelPIn3.Name = "labelPIn3"; this.labelPIn3.Name = "labelPIn3";
this.labelPIn3.Size = new System.Drawing.Size(65, 28); this.labelPIn3.Size = new System.Drawing.Size(110, 28);
this.labelPIn3.TabIndex = 178; this.labelPIn3.TabIndex = 178;
this.labelPIn3.Text = "PIN3"; this.labelPIn3.Text = "[STOP]";
this.labelPIn3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelPIn3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelPIn3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPIn3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPIn3.Wordwrap = false; this.labelPIn3.Wordwrap = false;
@ -406,11 +425,11 @@
this.labelPIn4.ForeColor = System.Drawing.Color.White; this.labelPIn4.ForeColor = System.Drawing.Color.White;
this.labelPIn4.InitVisible = true; this.labelPIn4.InitVisible = true;
this.labelPIn4.LineSpacing = 0F; this.labelPIn4.LineSpacing = 0F;
this.labelPIn4.Location = new System.Drawing.Point(386, 97); this.labelPIn4.Location = new System.Drawing.Point(15, 121);
this.labelPIn4.Name = "labelPIn4"; this.labelPIn4.Name = "labelPIn4";
this.labelPIn4.Size = new System.Drawing.Size(65, 28); this.labelPIn4.Size = new System.Drawing.Size(110, 28);
this.labelPIn4.TabIndex = 177; this.labelPIn4.TabIndex = 177;
this.labelPIn4.Text = "PIN4"; this.labelPIn4.Text = "[START]";
this.labelPIn4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelPIn4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelPIn4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPIn4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPIn4.Wordwrap = false; this.labelPIn4.Wordwrap = false;
@ -425,11 +444,11 @@
this.labelPIn5.ForeColor = System.Drawing.Color.White; this.labelPIn5.ForeColor = System.Drawing.Color.White;
this.labelPIn5.InitVisible = true; this.labelPIn5.InitVisible = true;
this.labelPIn5.LineSpacing = 0F; this.labelPIn5.LineSpacing = 0F;
this.labelPIn5.Location = new System.Drawing.Point(386, 131); this.labelPIn5.Location = new System.Drawing.Point(15, 155);
this.labelPIn5.Name = "labelPIn5"; this.labelPIn5.Name = "labelPIn5";
this.labelPIn5.Size = new System.Drawing.Size(65, 28); this.labelPIn5.Size = new System.Drawing.Size(110, 28);
this.labelPIn5.TabIndex = 173; this.labelPIn5.TabIndex = 173;
this.labelPIn5.Text = "PIN5"; this.labelPIn5.Text = "[IN_OPT1]";
this.labelPIn5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelPIn5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelPIn5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPIn5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPIn5.Wordwrap = false; this.labelPIn5.Wordwrap = false;
@ -444,11 +463,11 @@
this.labelPIn6.ForeColor = System.Drawing.Color.White; this.labelPIn6.ForeColor = System.Drawing.Color.White;
this.labelPIn6.InitVisible = true; this.labelPIn6.InitVisible = true;
this.labelPIn6.LineSpacing = 0F; this.labelPIn6.LineSpacing = 0F;
this.labelPIn6.Location = new System.Drawing.Point(386, 165); this.labelPIn6.Location = new System.Drawing.Point(15, 189);
this.labelPIn6.Name = "labelPIn6"; this.labelPIn6.Name = "labelPIn6";
this.labelPIn6.Size = new System.Drawing.Size(65, 28); this.labelPIn6.Size = new System.Drawing.Size(110, 28);
this.labelPIn6.TabIndex = 176; this.labelPIn6.TabIndex = 176;
this.labelPIn6.Text = "PIN6"; this.labelPIn6.Text = "[IN_OPT2]";
this.labelPIn6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelPIn6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelPIn6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPIn6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPIn6.Wordwrap = false; this.labelPIn6.Wordwrap = false;
@ -463,7 +482,7 @@
this.labelTitleLogin.ForeColor = System.Drawing.Color.White; this.labelTitleLogin.ForeColor = System.Drawing.Color.White;
this.labelTitleLogin.InitVisible = true; this.labelTitleLogin.InitVisible = true;
this.labelTitleLogin.LineSpacing = 0F; this.labelTitleLogin.LineSpacing = 0F;
this.labelTitleLogin.Location = new System.Drawing.Point(14, 199); this.labelTitleLogin.Location = new System.Drawing.Point(343, 295);
this.labelTitleLogin.Name = "labelTitleLogin"; this.labelTitleLogin.Name = "labelTitleLogin";
this.labelTitleLogin.Size = new System.Drawing.Size(230, 28); this.labelTitleLogin.Size = new System.Drawing.Size(230, 28);
this.labelTitleLogin.TabIndex = 135; this.labelTitleLogin.TabIndex = 135;
@ -641,7 +660,7 @@
this.buttonLogin.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLogin.DownImage"))); this.buttonLogin.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLogin.DownImage")));
this.buttonLogin.GroupID = 0; this.buttonLogin.GroupID = 0;
this.buttonLogin.InitVisible = true; this.buttonLogin.InitVisible = true;
this.buttonLogin.Location = new System.Drawing.Point(250, 199); this.buttonLogin.Location = new System.Drawing.Point(579, 295);
this.buttonLogin.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonLogin.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonLogin.Name = "buttonLogin"; this.buttonLogin.Name = "buttonLogin";
this.buttonLogin.NestedClickEventPrevent = false; this.buttonLogin.NestedClickEventPrevent = false;
@ -671,9 +690,9 @@
this.labelEquipmentID.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelEquipmentID.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelEquipmentID.InitVisible = true; this.labelEquipmentID.InitVisible = true;
this.labelEquipmentID.LineSpacing = 0F; this.labelEquipmentID.LineSpacing = 0F;
this.labelEquipmentID.Location = new System.Drawing.Point(250, 29); this.labelEquipmentID.Location = new System.Drawing.Point(251, 261);
this.labelEquipmentID.Name = "labelEquipmentID"; this.labelEquipmentID.Name = "labelEquipmentID";
this.labelEquipmentID.Size = new System.Drawing.Size(120, 28); this.labelEquipmentID.Size = new System.Drawing.Size(80, 28);
this.labelEquipmentID.TabIndex = 133; this.labelEquipmentID.TabIndex = 133;
this.labelEquipmentID.Text = "100"; this.labelEquipmentID.Text = "100";
this.labelEquipmentID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelEquipmentID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -691,7 +710,7 @@
this.labelTitleEquipmentID.ForeColor = System.Drawing.Color.White; this.labelTitleEquipmentID.ForeColor = System.Drawing.Color.White;
this.labelTitleEquipmentID.InitVisible = true; this.labelTitleEquipmentID.InitVisible = true;
this.labelTitleEquipmentID.LineSpacing = 0F; this.labelTitleEquipmentID.LineSpacing = 0F;
this.labelTitleEquipmentID.Location = new System.Drawing.Point(14, 29); this.labelTitleEquipmentID.Location = new System.Drawing.Point(15, 261);
this.labelTitleEquipmentID.Name = "labelTitleEquipmentID"; this.labelTitleEquipmentID.Name = "labelTitleEquipmentID";
this.labelTitleEquipmentID.Size = new System.Drawing.Size(230, 28); this.labelTitleEquipmentID.Size = new System.Drawing.Size(230, 28);
this.labelTitleEquipmentID.TabIndex = 132; this.labelTitleEquipmentID.TabIndex = 132;
@ -711,9 +730,9 @@
this.labelChattering.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelChattering.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelChattering.InitVisible = true; this.labelChattering.InitVisible = true;
this.labelChattering.LineSpacing = 0F; this.labelChattering.LineSpacing = 0F;
this.labelChattering.Location = new System.Drawing.Point(250, 97); this.labelChattering.Location = new System.Drawing.Point(251, 329);
this.labelChattering.Name = "labelChattering"; this.labelChattering.Name = "labelChattering";
this.labelChattering.Size = new System.Drawing.Size(120, 28); this.labelChattering.Size = new System.Drawing.Size(80, 28);
this.labelChattering.TabIndex = 129; this.labelChattering.TabIndex = 129;
this.labelChattering.Text = "100"; this.labelChattering.Text = "100";
this.labelChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelChattering.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -732,9 +751,9 @@
this.labelRelayOnTime.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelRelayOnTime.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelRelayOnTime.InitVisible = true; this.labelRelayOnTime.InitVisible = true;
this.labelRelayOnTime.LineSpacing = 0F; this.labelRelayOnTime.LineSpacing = 0F;
this.labelRelayOnTime.Location = new System.Drawing.Point(250, 131); this.labelRelayOnTime.Location = new System.Drawing.Point(251, 363);
this.labelRelayOnTime.Name = "labelRelayOnTime"; this.labelRelayOnTime.Name = "labelRelayOnTime";
this.labelRelayOnTime.Size = new System.Drawing.Size(120, 28); this.labelRelayOnTime.Size = new System.Drawing.Size(80, 28);
this.labelRelayOnTime.TabIndex = 130; this.labelRelayOnTime.TabIndex = 130;
this.labelRelayOnTime.Text = "100"; this.labelRelayOnTime.Text = "100";
this.labelRelayOnTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelRelayOnTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -753,9 +772,9 @@
this.labelBuzzerOnTime.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelBuzzerOnTime.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelBuzzerOnTime.InitVisible = true; this.labelBuzzerOnTime.InitVisible = true;
this.labelBuzzerOnTime.LineSpacing = 0F; this.labelBuzzerOnTime.LineSpacing = 0F;
this.labelBuzzerOnTime.Location = new System.Drawing.Point(250, 63); this.labelBuzzerOnTime.Location = new System.Drawing.Point(251, 295);
this.labelBuzzerOnTime.Name = "labelBuzzerOnTime"; this.labelBuzzerOnTime.Name = "labelBuzzerOnTime";
this.labelBuzzerOnTime.Size = new System.Drawing.Size(120, 28); this.labelBuzzerOnTime.Size = new System.Drawing.Size(80, 28);
this.labelBuzzerOnTime.TabIndex = 131; this.labelBuzzerOnTime.TabIndex = 131;
this.labelBuzzerOnTime.Text = "100"; this.labelBuzzerOnTime.Text = "100";
this.labelBuzzerOnTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelBuzzerOnTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -773,7 +792,7 @@
this.labelTitleChattering.ForeColor = System.Drawing.Color.White; this.labelTitleChattering.ForeColor = System.Drawing.Color.White;
this.labelTitleChattering.InitVisible = true; this.labelTitleChattering.InitVisible = true;
this.labelTitleChattering.LineSpacing = 0F; this.labelTitleChattering.LineSpacing = 0F;
this.labelTitleChattering.Location = new System.Drawing.Point(14, 97); this.labelTitleChattering.Location = new System.Drawing.Point(15, 329);
this.labelTitleChattering.Name = "labelTitleChattering"; this.labelTitleChattering.Name = "labelTitleChattering";
this.labelTitleChattering.Size = new System.Drawing.Size(230, 28); this.labelTitleChattering.Size = new System.Drawing.Size(230, 28);
this.labelTitleChattering.TabIndex = 127; this.labelTitleChattering.TabIndex = 127;
@ -792,7 +811,7 @@
this.labelTitleRelayRunTime.ForeColor = System.Drawing.Color.White; this.labelTitleRelayRunTime.ForeColor = System.Drawing.Color.White;
this.labelTitleRelayRunTime.InitVisible = true; this.labelTitleRelayRunTime.InitVisible = true;
this.labelTitleRelayRunTime.LineSpacing = 0F; this.labelTitleRelayRunTime.LineSpacing = 0F;
this.labelTitleRelayRunTime.Location = new System.Drawing.Point(14, 131); this.labelTitleRelayRunTime.Location = new System.Drawing.Point(15, 363);
this.labelTitleRelayRunTime.Name = "labelTitleRelayRunTime"; this.labelTitleRelayRunTime.Name = "labelTitleRelayRunTime";
this.labelTitleRelayRunTime.Size = new System.Drawing.Size(230, 28); this.labelTitleRelayRunTime.Size = new System.Drawing.Size(230, 28);
this.labelTitleRelayRunTime.TabIndex = 126; this.labelTitleRelayRunTime.TabIndex = 126;
@ -811,7 +830,7 @@
this.labelTitleBuzzerONTime.ForeColor = System.Drawing.Color.White; this.labelTitleBuzzerONTime.ForeColor = System.Drawing.Color.White;
this.labelTitleBuzzerONTime.InitVisible = true; this.labelTitleBuzzerONTime.InitVisible = true;
this.labelTitleBuzzerONTime.LineSpacing = 0F; this.labelTitleBuzzerONTime.LineSpacing = 0F;
this.labelTitleBuzzerONTime.Location = new System.Drawing.Point(14, 63); this.labelTitleBuzzerONTime.Location = new System.Drawing.Point(15, 295);
this.labelTitleBuzzerONTime.Name = "labelTitleBuzzerONTime"; this.labelTitleBuzzerONTime.Name = "labelTitleBuzzerONTime";
this.labelTitleBuzzerONTime.Size = new System.Drawing.Size(230, 28); this.labelTitleBuzzerONTime.Size = new System.Drawing.Size(230, 28);
this.labelTitleBuzzerONTime.TabIndex = 128; this.labelTitleBuzzerONTime.TabIndex = 128;
@ -823,7 +842,7 @@
// comboBoxLanguage // comboBoxLanguage
// //
this.comboBoxLanguage.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold); this.comboBoxLanguage.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.comboBoxLanguage.Location = new System.Drawing.Point(250, 165); this.comboBoxLanguage.Location = new System.Drawing.Point(579, 261);
this.comboBoxLanguage.Name = "comboBoxLanguage"; this.comboBoxLanguage.Name = "comboBoxLanguage";
this.comboBoxLanguage.Size = new System.Drawing.Size(120, 28); this.comboBoxLanguage.Size = new System.Drawing.Size(120, 28);
this.comboBoxLanguage.TabIndex = 120; this.comboBoxLanguage.TabIndex = 120;
@ -839,7 +858,7 @@
this.labelTitleLanguage.ForeColor = System.Drawing.Color.White; this.labelTitleLanguage.ForeColor = System.Drawing.Color.White;
this.labelTitleLanguage.InitVisible = true; this.labelTitleLanguage.InitVisible = true;
this.labelTitleLanguage.LineSpacing = 0F; this.labelTitleLanguage.LineSpacing = 0F;
this.labelTitleLanguage.Location = new System.Drawing.Point(14, 165); this.labelTitleLanguage.Location = new System.Drawing.Point(343, 261);
this.labelTitleLanguage.Name = "labelTitleLanguage"; this.labelTitleLanguage.Name = "labelTitleLanguage";
this.labelTitleLanguage.Size = new System.Drawing.Size(230, 28); this.labelTitleLanguage.Size = new System.Drawing.Size(230, 28);
this.labelTitleLanguage.TabIndex = 117; this.labelTitleLanguage.TabIndex = 117;
@ -848,6 +867,25 @@
this.labelTitleLanguage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleLanguage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleLanguage.Wordwrap = false; this.labelTitleLanguage.Wordwrap = false;
// //
// labelTitleExternalInput
//
this.labelTitleExternalInput.BackPictureBox1 = null;
this.labelTitleExternalInput.BackPictureBox2 = this.smartGroupBox1;
this.labelTitleExternalInput.BorderColor = System.Drawing.Color.Black;
this.labelTitleExternalInput.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleExternalInput.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleExternalInput.ForeColor = System.Drawing.Color.White;
this.labelTitleExternalInput.InitVisible = true;
this.labelTitleExternalInput.LineSpacing = 0F;
this.labelTitleExternalInput.Location = new System.Drawing.Point(15, 13);
this.labelTitleExternalInput.Name = "labelTitleExternalInput";
this.labelTitleExternalInput.Size = new System.Drawing.Size(679, 28);
this.labelTitleExternalInput.TabIndex = 192;
this.labelTitleExternalInput.Text = "외부입력 설정";
this.labelTitleExternalInput.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleExternalInput.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleExternalInput.Wordwrap = false;
//
// ControlCenterEquipFunctionSetting // ControlCenterEquipFunctionSetting
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -902,5 +940,7 @@
private SmartX.SmartLabel labelExternalInputMessage1; private SmartX.SmartLabel labelExternalInputMessage1;
private SmartX.SmartButton buttonCapture; private SmartX.SmartButton buttonCapture;
private SmartX.SmartLabel labelExternalInputMessage2; private SmartX.SmartLabel labelExternalInputMessage2;
private SmartX.SmartSeparatorLine smartSeparatorLine1;
private SmartX.SmartLabel labelTitleExternalInput;
} }
} }

View File

@ -65,11 +65,13 @@ namespace ITC81DB_0H.Controls
this.labelTitleLanguage.Text = "Language"; this.labelTitleLanguage.Text = "Language";
this.labelTitleEquipmentID.Text = "Equipment ID"; this.labelTitleEquipmentID.Text = "Equipment ID";
this.labelTitleLogin.Text = "Login"; this.labelTitleLogin.Text = "Login";
this.labelExternalInputMessage1.Text = "Emergency Stop/Discharge/Air/Door"; this.labelExternalInputMessage1.Text = "Emergency Stop/Discharge/Air";
this.labelExternalInputMessage2.Text = "/Stack up"; this.labelExternalInputMessage2.Text = "";
this.labelTitleExternalInputBuzzer.Text = "Buzzer"; this.labelTitleExternalInputBuzzer.Text = "Buzzer";
this.labelTitleExternalInputLamp.Text = "Lamp"; this.labelTitleExternalInputLamp.Text = "Lamp";
this.labelTitleExternalInput.Text = "External Input";
this.comboBoxPIN6.SelectedIndexChanged -= new EventHandler(this.comboBoxPIN6_SelectedIndexChanged); this.comboBoxPIN6.SelectedIndexChanged -= new EventHandler(this.comboBoxPIN6_SelectedIndexChanged);
this.comboBoxPIN6.Items.Clear(); this.comboBoxPIN6.Items.Clear();
this.comboBoxPIN6.Items.Add("None"); this.comboBoxPIN6.Items.Add("None");
@ -138,11 +140,13 @@ namespace ITC81DB_0H.Controls
this.labelTitleLanguage.Text = "语言"; this.labelTitleLanguage.Text = "语言";
this.labelTitleEquipmentID.Text = "设备编号"; this.labelTitleEquipmentID.Text = "设备编号";
this.labelTitleLogin.Text = "登錄"; this.labelTitleLogin.Text = "登錄";
this.labelExternalInputMessage1.Text = "排出确认, 气压确认, 门已打开,"; this.labelExternalInputMessage1.Text = "排出确认, 气压确认, 紧急停止";
this.labelExternalInputMessage2.Text = "积压确认, 紧急停止"; this.labelExternalInputMessage2.Text = "";
this.labelTitleExternalInputBuzzer.Text = "蜂鸣器"; this.labelTitleExternalInputBuzzer.Text = "蜂鸣器";
this.labelTitleExternalInputLamp.Text = "灯"; this.labelTitleExternalInputLamp.Text = "灯";
this.labelTitleExternalInput.Text = "外部输入";
this.comboBoxPIN6.SelectedIndexChanged -= new EventHandler(this.comboBoxPIN6_SelectedIndexChanged); this.comboBoxPIN6.SelectedIndexChanged -= new EventHandler(this.comboBoxPIN6_SelectedIndexChanged);
this.comboBoxPIN6.Items.Clear(); this.comboBoxPIN6.Items.Clear();
this.comboBoxPIN6.Items.Add("不使用"); this.comboBoxPIN6.Items.Add("不使用");
@ -217,11 +221,13 @@ namespace ITC81DB_0H.Controls
this.labelTitleLanguage.Text = "Язык"; this.labelTitleLanguage.Text = "Язык";
this.labelTitleEquipmentID.Text = "ID оборудования"; this.labelTitleEquipmentID.Text = "ID оборудования";
this.labelTitleLogin.Text = "Логин"; this.labelTitleLogin.Text = "Логин";
this.labelExternalInputMessage1.Text = "Аврийная остановка/закрытия дверцы"; this.labelExternalInputMessage1.Text = "Аврийная остановка/разрядки";
this.labelExternalInputMessage2.Text = "разрядки/давления/очередности"; this.labelExternalInputMessage2.Text = "/давления";
this.labelTitleExternalInputBuzzer.Text = "Сигнал"; this.labelTitleExternalInputBuzzer.Text = "Сигнал";
this.labelTitleExternalInputLamp.Text = "лампа"; this.labelTitleExternalInputLamp.Text = "лампа";
this.labelTitleExternalInput.Text = "Внешний вход";
this.comboBoxPIN6.SelectedIndexChanged -= new EventHandler(this.comboBoxPIN6_SelectedIndexChanged); this.comboBoxPIN6.SelectedIndexChanged -= new EventHandler(this.comboBoxPIN6_SelectedIndexChanged);
this.comboBoxPIN6.Items.Clear(); this.comboBoxPIN6.Items.Clear();
this.comboBoxPIN6.Items.Add("Нет"); this.comboBoxPIN6.Items.Add("Нет");
@ -290,11 +296,13 @@ namespace ITC81DB_0H.Controls
this.labelTitleLanguage.Text = "Sprache"; this.labelTitleLanguage.Text = "Sprache";
this.labelTitleEquipmentID.Text = "ID-Vorrichtung"; this.labelTitleEquipmentID.Text = "ID-Vorrichtung";
this.labelTitleLogin.Text = "Einloggen"; this.labelTitleLogin.Text = "Einloggen";
this.labelExternalInputMessage1.Text = "Not-Halt/Entladung/Luft/Tür Prüfen"; this.labelExternalInputMessage1.Text = "Not-Halt/Entladung/Luft";
this.labelExternalInputMessage2.Text = "/Stapeln Sie Prüfen"; this.labelExternalInputMessage2.Text = "";
this.labelTitleExternalInputBuzzer.Text = "Summer"; this.labelTitleExternalInputBuzzer.Text = "Summer";
this.labelTitleExternalInputLamp.Text = "Ampel"; this.labelTitleExternalInputLamp.Text = "Ampel";
this.labelTitleExternalInput.Text = "Externe Eingabe";
this.comboBoxPIN6.SelectedIndexChanged -= new EventHandler(this.comboBoxPIN6_SelectedIndexChanged); this.comboBoxPIN6.SelectedIndexChanged -= new EventHandler(this.comboBoxPIN6_SelectedIndexChanged);
this.comboBoxPIN6.Items.Clear(); this.comboBoxPIN6.Items.Clear();
this.comboBoxPIN6.Items.Add("Keiner"); this.comboBoxPIN6.Items.Add("Keiner");
@ -363,11 +371,13 @@ namespace ITC81DB_0H.Controls
this.labelTitleLanguage.Text = "언어설정"; this.labelTitleLanguage.Text = "언어설정";
this.labelTitleEquipmentID.Text = "장비 ID"; this.labelTitleEquipmentID.Text = "장비 ID";
this.labelTitleLogin.Text = "로그인"; this.labelTitleLogin.Text = "로그인";
this.labelExternalInputMessage1.Text = "배출, 공압, 문열림, 비상정지, 적체"; this.labelExternalInputMessage1.Text = "배출, 공압, 비상정지";
this.labelExternalInputMessage2.Text = ""; this.labelExternalInputMessage2.Text = "";
this.labelTitleExternalInputBuzzer.Text = "부저"; this.labelTitleExternalInputBuzzer.Text = "부저";
this.labelTitleExternalInputLamp.Text = "램프"; this.labelTitleExternalInputLamp.Text = "램프";
this.labelTitleExternalInput.Text = "외부입력 설정";
this.comboBoxPIN6.SelectedIndexChanged -= new EventHandler(this.comboBoxPIN6_SelectedIndexChanged); this.comboBoxPIN6.SelectedIndexChanged -= new EventHandler(this.comboBoxPIN6_SelectedIndexChanged);
this.comboBoxPIN6.Items.Clear(); this.comboBoxPIN6.Items.Clear();
this.comboBoxPIN6.Items.Add("사용안함"); this.comboBoxPIN6.Items.Add("사용안함");
@ -701,7 +711,6 @@ namespace ITC81DB_0H.Controls
this.ParentForm.ParentForm.ChildFormMenu.CenterBasicDataStatistics.InitializeDesign(); this.ParentForm.ParentForm.ChildFormMenu.CenterBasicDataStatistics.InitializeDesign();
this.ParentForm.ParentForm.ChildFormMenu.CenterBasicHelp.InitializeDesign(); this.ParentForm.ParentForm.ChildFormMenu.CenterBasicHelp.InitializeDesign();
this.ParentForm.ParentForm.ChildFormMenu.CenterBasicProduct.InitializeDesign(); this.ParentForm.ParentForm.ChildFormMenu.CenterBasicProduct.InitializeDesign();
this.ParentForm.ParentForm.ChildFormMenu.CenterBasicProduct.ControlRandomMode.InitializeDesign();
this.ParentForm.ParentForm.ChildFormMenu.CenterBasicTime.InitializeDesign(); this.ParentForm.ParentForm.ChildFormMenu.CenterBasicTime.InitializeDesign();
Thread.Sleep(50); Thread.Sleep(50);

View File

@ -30,12 +30,12 @@
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterEquipInitialize)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterEquipInitialize));
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.buttonMainBoard = new SmartX.SmartButton();
this.buttonMainBoardLcd = new SmartX.SmartButton();
this.buttonSystemInitialization = new SmartX.SmartButton(); this.buttonSystemInitialization = new SmartX.SmartButton();
this.buttonBackup = new SmartX.SmartButton(); this.buttonBackup = new SmartX.SmartButton();
this.labelMessage2 = new SmartX.SmartLabel(); this.labelMessage2 = new SmartX.SmartLabel();
this.buttonMainBoardLcd = new SmartX.SmartButton();
this.buttonLcd = new SmartX.SmartButton(); this.buttonLcd = new SmartX.SmartButton();
this.buttonMainBoard = new SmartX.SmartButton();
this.labelMessage1 = new SmartX.SmartLabel(); this.labelMessage1 = new SmartX.SmartLabel();
this.progressBarInitialize = new SmartX.SmartProgressBar(); this.progressBarInitialize = new SmartX.SmartProgressBar();
this.timer = new System.Windows.Forms.Timer(); this.timer = new System.Windows.Forms.Timer();
@ -47,12 +47,12 @@
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46))))); this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.smartGroupBox1.BackPictureBox = null; this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null; this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.buttonMainBoard);
this.smartGroupBox1.Controls.Add(this.buttonMainBoardLcd);
this.smartGroupBox1.Controls.Add(this.buttonSystemInitialization); this.smartGroupBox1.Controls.Add(this.buttonSystemInitialization);
this.smartGroupBox1.Controls.Add(this.buttonBackup); this.smartGroupBox1.Controls.Add(this.buttonBackup);
this.smartGroupBox1.Controls.Add(this.labelMessage2); this.smartGroupBox1.Controls.Add(this.labelMessage2);
this.smartGroupBox1.Controls.Add(this.buttonMainBoardLcd);
this.smartGroupBox1.Controls.Add(this.buttonLcd); this.smartGroupBox1.Controls.Add(this.buttonLcd);
this.smartGroupBox1.Controls.Add(this.buttonMainBoard);
this.smartGroupBox1.Controls.Add(this.labelMessage1); this.smartGroupBox1.Controls.Add(this.labelMessage1);
this.smartGroupBox1.Controls.Add(this.progressBarInitialize); this.smartGroupBox1.Controls.Add(this.progressBarInitialize);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
@ -68,6 +68,74 @@
this.smartGroupBox1.TabIndex = 176; this.smartGroupBox1.TabIndex = 176;
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
// //
// buttonMainBoard
//
this.buttonMainBoard.BackPictureBox = null;
this.buttonMainBoard.BackPictureBox1 = null;
this.buttonMainBoard.BackPictureBox2 = null;
this.buttonMainBoard.ButtonColor = System.Drawing.Color.Gray;
this.buttonMainBoard.ButtonImageAutoSize = true;
this.buttonMainBoard.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonMainBoard.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoard.DisableImage")));
this.buttonMainBoard.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoard.DownImage")));
this.buttonMainBoard.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonMainBoard.GroupID = 0;
this.buttonMainBoard.InitVisible = true;
this.buttonMainBoard.Location = new System.Drawing.Point(460, 340);
this.buttonMainBoard.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonMainBoard.Name = "buttonMainBoard";
this.buttonMainBoard.NestedClickEventPrevent = false;
this.buttonMainBoard.OutlinePixel = 1;
this.buttonMainBoard.RepeatInterval = 200;
this.buttonMainBoard.RepeatIntervalAccelerate = null;
this.buttonMainBoard.SafeInterval = 200;
this.buttonMainBoard.Size = new System.Drawing.Size(200, 50);
this.buttonMainBoard.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonMainBoard.TabIndex = 34;
this.buttonMainBoard.Text = "Mainboard";
this.buttonMainBoard.TextColor = System.Drawing.Color.White;
this.buttonMainBoard.TextDownColor = System.Drawing.Color.White;
this.buttonMainBoard.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonMainBoard.TextLocation = new System.Drawing.Point(0, 0);
this.buttonMainBoard.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonMainBoard.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoard.UpImage")));
this.buttonMainBoard.Visible = false;
this.buttonMainBoard.Click += new System.EventHandler(this.buttonMainBoard_Click);
//
// buttonMainBoardLcd
//
this.buttonMainBoardLcd.BackPictureBox = null;
this.buttonMainBoardLcd.BackPictureBox1 = null;
this.buttonMainBoardLcd.BackPictureBox2 = null;
this.buttonMainBoardLcd.ButtonColor = System.Drawing.Color.Gray;
this.buttonMainBoardLcd.ButtonImageAutoSize = true;
this.buttonMainBoardLcd.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonMainBoardLcd.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoardLcd.DisableImage")));
this.buttonMainBoardLcd.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoardLcd.DownImage")));
this.buttonMainBoardLcd.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonMainBoardLcd.GroupID = 0;
this.buttonMainBoardLcd.InitVisible = true;
this.buttonMainBoardLcd.Location = new System.Drawing.Point(44, 340);
this.buttonMainBoardLcd.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonMainBoardLcd.Name = "buttonMainBoardLcd";
this.buttonMainBoardLcd.NestedClickEventPrevent = false;
this.buttonMainBoardLcd.OutlinePixel = 1;
this.buttonMainBoardLcd.RepeatInterval = 200;
this.buttonMainBoardLcd.RepeatIntervalAccelerate = null;
this.buttonMainBoardLcd.SafeInterval = 200;
this.buttonMainBoardLcd.Size = new System.Drawing.Size(200, 50);
this.buttonMainBoardLcd.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonMainBoardLcd.TabIndex = 33;
this.buttonMainBoardLcd.Text = "Mainboard+LCD";
this.buttonMainBoardLcd.TextColor = System.Drawing.Color.White;
this.buttonMainBoardLcd.TextDownColor = System.Drawing.Color.White;
this.buttonMainBoardLcd.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonMainBoardLcd.TextLocation = new System.Drawing.Point(0, 0);
this.buttonMainBoardLcd.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonMainBoardLcd.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoardLcd.UpImage")));
this.buttonMainBoardLcd.Visible = false;
this.buttonMainBoardLcd.Click += new System.EventHandler(this.buttonMainBoardLcd_Click);
//
// buttonSystemInitialization // buttonSystemInitialization
// //
this.buttonSystemInitialization.BackPictureBox = null; this.buttonSystemInitialization.BackPictureBox = null;
@ -81,7 +149,7 @@
this.buttonSystemInitialization.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.buttonSystemInitialization.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonSystemInitialization.GroupID = 0; this.buttonSystemInitialization.GroupID = 0;
this.buttonSystemInitialization.InitVisible = true; this.buttonSystemInitialization.InitVisible = true;
this.buttonSystemInitialization.Location = new System.Drawing.Point(456, 396); this.buttonSystemInitialization.Location = new System.Drawing.Point(460, 396);
this.buttonSystemInitialization.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonSystemInitialization.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonSystemInitialization.Name = "buttonSystemInitialization"; this.buttonSystemInitialization.Name = "buttonSystemInitialization";
this.buttonSystemInitialization.NestedClickEventPrevent = false; this.buttonSystemInitialization.NestedClickEventPrevent = false;
@ -148,7 +216,7 @@
this.labelMessage2.ForeColor = System.Drawing.Color.White; this.labelMessage2.ForeColor = System.Drawing.Color.White;
this.labelMessage2.InitVisible = true; this.labelMessage2.InitVisible = true;
this.labelMessage2.LineSpacing = 0F; this.labelMessage2.LineSpacing = 0F;
this.labelMessage2.Location = new System.Drawing.Point(44, 147); this.labelMessage2.Location = new System.Drawing.Point(48, 166);
this.labelMessage2.Name = "labelMessage2"; this.labelMessage2.Name = "labelMessage2";
this.labelMessage2.Size = new System.Drawing.Size(612, 35); this.labelMessage2.Size = new System.Drawing.Size(612, 35);
this.labelMessage2.TabIndex = 29; this.labelMessage2.TabIndex = 29;
@ -156,39 +224,6 @@
this.labelMessage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMessage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelMessage2.Wordwrap = false; this.labelMessage2.Wordwrap = false;
// //
// buttonMainBoardLcd
//
this.buttonMainBoardLcd.BackPictureBox = null;
this.buttonMainBoardLcd.BackPictureBox1 = null;
this.buttonMainBoardLcd.BackPictureBox2 = null;
this.buttonMainBoardLcd.ButtonColor = System.Drawing.Color.Gray;
this.buttonMainBoardLcd.ButtonImageAutoSize = true;
this.buttonMainBoardLcd.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonMainBoardLcd.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoardLcd.DisableImage")));
this.buttonMainBoardLcd.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoardLcd.DownImage")));
this.buttonMainBoardLcd.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonMainBoardLcd.GroupID = 0;
this.buttonMainBoardLcd.InitVisible = true;
this.buttonMainBoardLcd.Location = new System.Drawing.Point(44, 280);
this.buttonMainBoardLcd.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonMainBoardLcd.Name = "buttonMainBoardLcd";
this.buttonMainBoardLcd.NestedClickEventPrevent = false;
this.buttonMainBoardLcd.OutlinePixel = 1;
this.buttonMainBoardLcd.RepeatInterval = 200;
this.buttonMainBoardLcd.RepeatIntervalAccelerate = null;
this.buttonMainBoardLcd.SafeInterval = 200;
this.buttonMainBoardLcd.Size = new System.Drawing.Size(200, 50);
this.buttonMainBoardLcd.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonMainBoardLcd.TabIndex = 28;
this.buttonMainBoardLcd.Text = "Mainboard+LCD";
this.buttonMainBoardLcd.TextColor = System.Drawing.Color.White;
this.buttonMainBoardLcd.TextDownColor = System.Drawing.Color.White;
this.buttonMainBoardLcd.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonMainBoardLcd.TextLocation = new System.Drawing.Point(0, 0);
this.buttonMainBoardLcd.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonMainBoardLcd.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoardLcd.UpImage")));
this.buttonMainBoardLcd.Click += new System.EventHandler(this.buttonMainBoardLcd_Click);
//
// buttonLcd // buttonLcd
// //
this.buttonLcd.BackPictureBox = null; this.buttonLcd.BackPictureBox = null;
@ -202,7 +237,7 @@
this.buttonLcd.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.buttonLcd.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonLcd.GroupID = 0; this.buttonLcd.GroupID = 0;
this.buttonLcd.InitVisible = true; this.buttonLcd.InitVisible = true;
this.buttonLcd.Location = new System.Drawing.Point(456, 280); this.buttonLcd.Location = new System.Drawing.Point(255, 298);
this.buttonLcd.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonLcd.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonLcd.Name = "buttonLcd"; this.buttonLcd.Name = "buttonLcd";
this.buttonLcd.NestedClickEventPrevent = false; this.buttonLcd.NestedClickEventPrevent = false;
@ -213,7 +248,7 @@
this.buttonLcd.Size = new System.Drawing.Size(200, 50); this.buttonLcd.Size = new System.Drawing.Size(200, 50);
this.buttonLcd.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonLcd.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonLcd.TabIndex = 27; this.buttonLcd.TabIndex = 27;
this.buttonLcd.Text = "LCD"; this.buttonLcd.Text = "Initialization";
this.buttonLcd.TextColor = System.Drawing.Color.White; this.buttonLcd.TextColor = System.Drawing.Color.White;
this.buttonLcd.TextDownColor = System.Drawing.Color.White; this.buttonLcd.TextDownColor = System.Drawing.Color.White;
this.buttonLcd.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonLcd.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
@ -222,39 +257,6 @@
this.buttonLcd.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLcd.UpImage"))); this.buttonLcd.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLcd.UpImage")));
this.buttonLcd.Click += new System.EventHandler(this.buttonLcd_Click); this.buttonLcd.Click += new System.EventHandler(this.buttonLcd_Click);
// //
// buttonMainBoard
//
this.buttonMainBoard.BackPictureBox = null;
this.buttonMainBoard.BackPictureBox1 = null;
this.buttonMainBoard.BackPictureBox2 = null;
this.buttonMainBoard.ButtonColor = System.Drawing.Color.Gray;
this.buttonMainBoard.ButtonImageAutoSize = true;
this.buttonMainBoard.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonMainBoard.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoard.DisableImage")));
this.buttonMainBoard.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoard.DownImage")));
this.buttonMainBoard.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonMainBoard.GroupID = 0;
this.buttonMainBoard.InitVisible = true;
this.buttonMainBoard.Location = new System.Drawing.Point(250, 280);
this.buttonMainBoard.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonMainBoard.Name = "buttonMainBoard";
this.buttonMainBoard.NestedClickEventPrevent = false;
this.buttonMainBoard.OutlinePixel = 1;
this.buttonMainBoard.RepeatInterval = 200;
this.buttonMainBoard.RepeatIntervalAccelerate = null;
this.buttonMainBoard.SafeInterval = 200;
this.buttonMainBoard.Size = new System.Drawing.Size(200, 50);
this.buttonMainBoard.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonMainBoard.TabIndex = 26;
this.buttonMainBoard.Text = "Mainboard";
this.buttonMainBoard.TextColor = System.Drawing.Color.White;
this.buttonMainBoard.TextDownColor = System.Drawing.Color.White;
this.buttonMainBoard.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonMainBoard.TextLocation = new System.Drawing.Point(0, 0);
this.buttonMainBoard.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonMainBoard.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoard.UpImage")));
this.buttonMainBoard.Click += new System.EventHandler(this.buttonMainBoard_Click);
//
// labelMessage1 // labelMessage1
// //
this.labelMessage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.labelMessage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
@ -267,7 +269,7 @@
this.labelMessage1.ForeColor = System.Drawing.Color.White; this.labelMessage1.ForeColor = System.Drawing.Color.White;
this.labelMessage1.InitVisible = true; this.labelMessage1.InitVisible = true;
this.labelMessage1.LineSpacing = 0F; this.labelMessage1.LineSpacing = 0F;
this.labelMessage1.Location = new System.Drawing.Point(44, 106); this.labelMessage1.Location = new System.Drawing.Point(48, 125);
this.labelMessage1.Name = "labelMessage1"; this.labelMessage1.Name = "labelMessage1";
this.labelMessage1.Size = new System.Drawing.Size(612, 35); this.labelMessage1.Size = new System.Drawing.Size(612, 35);
this.labelMessage1.TabIndex = 25; this.labelMessage1.TabIndex = 25;
@ -287,7 +289,7 @@
this.progressBarInitialize.Direction = SmartX.SmartProgressBar.DIR.Horizontal; this.progressBarInitialize.Direction = SmartX.SmartProgressBar.DIR.Horizontal;
this.progressBarInitialize.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.progressBarInitialize.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
this.progressBarInitialize.InitVisible = true; this.progressBarInitialize.InitVisible = true;
this.progressBarInitialize.Location = new System.Drawing.Point(44, 210); this.progressBarInitialize.Location = new System.Drawing.Point(48, 229);
this.progressBarInitialize.Maximum = 100; this.progressBarInitialize.Maximum = 100;
this.progressBarInitialize.Minimum = 0; this.progressBarInitialize.Minimum = 0;
this.progressBarInitialize.Name = "progressBarInitialize"; this.progressBarInitialize.Name = "progressBarInitialize";
@ -322,11 +324,11 @@
public SmartX.SmartLabel labelMessage1; public SmartX.SmartLabel labelMessage1;
public SmartX.SmartProgressBar progressBarInitialize; public SmartX.SmartProgressBar progressBarInitialize;
private SmartX.SmartButton buttonLcd; private SmartX.SmartButton buttonLcd;
private SmartX.SmartButton buttonMainBoard;
private SmartX.SmartButton buttonMainBoardLcd;
private System.Windows.Forms.Timer timer; private System.Windows.Forms.Timer timer;
public SmartX.SmartLabel labelMessage2; public SmartX.SmartLabel labelMessage2;
private SmartX.SmartButton buttonSystemInitialization; private SmartX.SmartButton buttonSystemInitialization;
private SmartX.SmartButton buttonBackup; private SmartX.SmartButton buttonBackup;
private SmartX.SmartButton buttonMainBoard;
private SmartX.SmartButton buttonMainBoardLcd;
} }
} }

View File

@ -55,7 +55,7 @@ namespace ITC81DB_0H.Controls
this.buttonBackup.Text = "Backup"; this.buttonBackup.Text = "Backup";
this.buttonMainBoardLcd.Text = "Mainboard+LCD"; this.buttonMainBoardLcd.Text = "Mainboard+LCD";
this.buttonMainBoard.Text = "Mainboard"; this.buttonMainBoard.Text = "Mainboard";
this.buttonLcd.Text = "LCD"; this.buttonLcd.Text = "Initialization";
this.buttonSystemInitialization.Text = "System Init"; this.buttonSystemInitialization.Text = "System Init";
} }
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Chinese)
@ -66,7 +66,7 @@ namespace ITC81DB_0H.Controls
this.buttonBackup.Text = "备份"; this.buttonBackup.Text = "备份";
this.buttonMainBoardLcd.Text = "主板+LCD"; this.buttonMainBoardLcd.Text = "主板+LCD";
this.buttonMainBoard.Text = "主板"; this.buttonMainBoard.Text = "主板";
this.buttonLcd.Text = "LCD"; this.buttonLcd.Text = "初始化";
this.buttonSystemInitialization.Text = "所有初始化"; this.buttonSystemInitialization.Text = "所有初始化";
} }
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Czech)
@ -80,7 +80,7 @@ namespace ITC81DB_0H.Controls
this.buttonBackup.Text = "Возврат"; this.buttonBackup.Text = "Возврат";
this.buttonMainBoardLcd.Text = "главной платы+LCD"; this.buttonMainBoardLcd.Text = "главной платы+LCD";
this.buttonMainBoard.Text = "главной платы"; this.buttonMainBoard.Text = "главной платы";
this.buttonLcd.Text = "LCD"; this.buttonLcd.Text = "Инициализация";
this.buttonSystemInitialization.Text = "Системы"; this.buttonSystemInitialization.Text = "Системы";
} }
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.German) else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.German)
@ -91,7 +91,7 @@ namespace ITC81DB_0H.Controls
this.buttonBackup.Text = "Sicherung"; this.buttonBackup.Text = "Sicherung";
this.buttonMainBoardLcd.Text = "Mainboard+LCD"; this.buttonMainBoardLcd.Text = "Mainboard+LCD";
this.buttonMainBoard.Text = "Mainboard"; this.buttonMainBoard.Text = "Mainboard";
this.buttonLcd.Text = "LCD"; this.buttonLcd.Text = "Initialisierung";
this.buttonSystemInitialization.Text = "System"; this.buttonSystemInitialization.Text = "System";
} }
else else
@ -102,7 +102,7 @@ namespace ITC81DB_0H.Controls
this.buttonBackup.Text = "Backup"; this.buttonBackup.Text = "Backup";
this.buttonMainBoardLcd.Text = "Mainboard+LCD"; this.buttonMainBoardLcd.Text = "Mainboard+LCD";
this.buttonMainBoard.Text = "Mainboard"; this.buttonMainBoard.Text = "Mainboard";
this.buttonLcd.Text = "LCD"; this.buttonLcd.Text = "Initialization";
this.buttonSystemInitialization.Text = "System Init"; this.buttonSystemInitialization.Text = "System Init";
} }
} }
@ -288,28 +288,28 @@ namespace ITC81DB_0H.Controls
{ {
case DataStore.LanguageID.Korean: case DataStore.LanguageID.Korean:
this.labelMessage1.Font = new Font("새굴림", 17, FontStyle.Regular); this.labelMessage1.Font = new Font("새굴림", 17, FontStyle.Regular);
this.labelMessage1.Text = "초기화를 원하는 항목을 선택해주십시오"; this.labelMessage1.Text = "하단 'Initialization' 버튼을 눌러주십시오";
this.labelMessage2.Text = ""; this.labelMessage2.Text = "";
break; break;
case DataStore.LanguageID.English: case DataStore.LanguageID.English:
this.labelMessage1.Font = new Font("새굴림", 17, FontStyle.Regular); this.labelMessage1.Font = new Font("새굴림", 17, FontStyle.Regular);
this.labelMessage1.Text = "Please select the item you want to initialize"; this.labelMessage1.Text = "Please click the 'Initialization' button";
this.labelMessage2.Text = ""; this.labelMessage2.Text = "at the bottom";
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
this.labelMessage1.Font = new Font("새굴림", 17, FontStyle.Regular); this.labelMessage1.Font = new Font("새굴림", 17, FontStyle.Regular);
this.labelMessage1.Text = "请选择要初始化的项目"; this.labelMessage1.Text = "请点击底部的'初始化'按钮";
this.labelMessage2.Text = ""; this.labelMessage2.Text = "";
break; break;
case DataStore.LanguageID.Russian: case DataStore.LanguageID.Russian:
this.labelMessage1.Font = new Font("새굴림", 12, FontStyle.Regular); this.labelMessage1.Font = new Font("새굴림", 12, FontStyle.Regular);
this.labelMessage1.Text = "Пожалуйста, выберите элемент,"; this.labelMessage1.Text = "Нажмите кнопку 'Инициализация' внизу";
this.labelMessage2.Font = new Font("새굴림", 12, FontStyle.Regular); this.labelMessage2.Font = new Font("새굴림", 12, FontStyle.Regular);
this.labelMessage2.Text = "который хотите инициализировать"; this.labelMessage2.Text = "";
break; break;
case DataStore.LanguageID.German: case DataStore.LanguageID.German:
this.labelMessage1.Font = new Font("새굴림", 12, FontStyle.Regular); this.labelMessage1.Font = new Font("새굴림", 12, FontStyle.Regular);
this.labelMessage1.Text = "Bitte wählen Sie das Element aus, das Sie initialisieren möchten"; this.labelMessage1.Text = "Bitte klicken Sie unten auf die Schaltfläche 'Initialisierung'";
this.labelMessage2.Text = ""; this.labelMessage2.Text = "";
break; break;
default: default:

View File

@ -118,6 +118,430 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="buttonMainBoard.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAMgAAAAyCAYAAAAZUZThAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
bGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZE
sRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTs
AIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4
JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR
3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQd
li7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtF
ehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGX
wzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNF
hImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH55
4SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJ
VgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB
5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyC
qbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiE
j6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I
1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9
rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhG
fDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFp
B+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJ
yeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJC
YVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQln
yfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48v
vacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0Cvp
vfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15L
Wytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AA
bWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0z
llmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHW
ztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5s
xybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6
eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPw
YyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmR
XVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNm
WS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wl
xqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2
dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8
V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33za
Eb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2v
Tqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqb
PhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/
0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h
/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavr
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAexJREFUeF7t3d9OGkEU
gPF5kl2vjH9hbRcqIG0QsQFZIoItUcRYqq02aU31/U+dJbYip+cBmO/ix80Z9u7LMOzFuCiK5LV4ZUWS
ck0a2SfJLm5l8PW3DG8egaXRv/olR2c38qF9IoW37ySK44UOvIVAiqWKdMff1YcCy8rHspWkcy14fwOJ
nwqqtbrql4EQDK4fpFRv6oEQBzCT7jXmA0nKVXUhECJ/5t4o7MwC8Qfy3uSHuhAIVfvzl1kgO7t1dQEQ
uo3CG3H7vZE6BEJXa2Xisos7dQiE7nA4EcdLQEDXPf8mThsAeJTe5I5AgP8hEMBAIICBQAADgQAGAgEM
BAIYCAQwEAhgIBDAQCCAgUAAA4EABgIBDAQCGAgEMBAIYCAQwEAggIFAAAOBAAYCAQwEAhgIBDAQCGAg
EMBAIICBQAADgQCGPJDjq5/qEAhdezQV5++H1oZA6A765+Ia3VN1CISust8RV0wr6hAI3drmtrgojvOr
prQFQKhaJ+PZNdD+YytJZXD9oC4EQtOf3svq+ua/QLxSvakuBoLytFEU0928iblAvPL7A3YSBMvvHP5M
/rKJuUC89e1EPg4v1QcAy8qfOZ5/Vr20EMgzH0q1eZRfpu4P8dn4FlgandE0f89RbXbyf6u0BqIokj8z
7p/mvT1ArQAAAABJRU5ErkJggg==
</value>
</data>
<data name="buttonMainBoard.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
</value>
</data>
<data name="buttonMainBoard.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
SUVORK5CYII=
</value>
</data>
<data name="buttonMainBoardLcd.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
7p/mvT1ArQAAAABJRU5ErkJggg==
</value>
</data>
<data name="buttonMainBoardLcd.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
</value>
</data>
<data name="buttonMainBoardLcd.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAMgAAAAyCAYAAAAZUZThAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
bGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZE
sRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTs
AIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4
JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR
3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQd
li7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtF
ehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGX
wzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNF
hImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH55
4SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJ
VgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB
5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyC
qbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiE
j6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I
1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9
rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhG
fDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFp
B+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJ
yeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJC
YVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQln
yfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48v
vacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0Cvp
vfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15L
Wytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AA
bWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0z
llmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHW
ztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5s
xybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6
eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPw
YyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmR
XVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNm
WS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wl
xqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2
dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8
V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33za
Eb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2v
Tqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqb
PhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/
0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h
/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavr
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA4VJREFUeF7t3UlPU1EY
xvH7SZomrI1DTIwRB9S1YBygYqFMLS2oLdbSgtICqWGKGqMSNA6oC00cEzdqHIgDjiuNREmA8EUe+5yC
pvbm7O19Fr8uyC2r8897z71Jj+Pz+fCvqqoqNIdacPnaDTz/+Amz8wuYXVwWqRivv8/hycwbnL9wCfUN
Afj9/rIOqCyQxmAQT9/N4sXPJUw9nkHfuRvo7B9Fc2IATcdOInhU5P/FNdwcP4VQYT1H0nkk8+dx7vZ9
3Lz3CHtq60paoD+BsKDTI6N4u7CMyYczCGdG0BDrxcHOFA5ETmB/OClSEbieiWs7EEsXwulHx4khDJyZ
QiTa7R4I43j5awm5yTsmDEUhXsG1HiiE0lKYKvHcOIKh1tJAmppDZnIwjvqo4hDv4ZrnYGAkidwYttfs
LAbCDfnLL19x8cFrTQ7xtNVJ0pEaQjR5qhhIW3sHXswtoj2VVxzieWyAm/l4dhybq7fCuTp9q7Apf2Wm
h9sXRLwm0JVGNJPHvsYQnGcfPiNz5prZ0btdLOI13Ie3JwfRdjQF5/38Ajr7RnR7JbKCw6KlJ4tYKguH
bxX50sTtQhEv4rDg06zu9FAxEL5ddLtQxIsYCIdGV+9KINy1u10o4kUKRMRCgYhYKBARCwUiYqFARCwU
iIiFAhGxUCAiFgpExEKBiFgoEBELBSJioUBELBSIiIUCEbFQICIWCkTEQoGIWCgQEQsFImKhQEQsFIiI
hQIRsVAgIhYKRMSiLBD99KjIX2WB8NRP/tHtYhGvYQvmx6szw3BeffthalEgIkU8/qD1eBbhRB8cHqYe
yeR1gI7ICh6gw2OhQ7EeOJNXrprD1AOxtOvFIl7CO6lDXRlzBFtd/WE4hxoPY+L6XfAwdd1midexAe7J
E7lxrN2wEY7f78f0vUdmpAQKU0SRiFdx7fMAz0jvMNqOJIvHQPNjT20dBs5OmZ07778UiXiNiaMwINqO
55AYGMOatev+BkKRaDfihbHCSHghv6BQpNKtrnNODhNHbgLVO3aZJkoCodZwJ3oGJxBODZuXh9yscKLw
CdfqPxKpBFzTXNtc49xz8LaKk6O6ZvefHqgkENq2owbhY2nEs+NmJ8/zovlMmJNFpFJwTXPfzTXODTn3
HGvWrS9pgcoCWbVp8xbsbQiaw9R5XnQslROpDL2DiPT0m/ccfJTLp1VuDfh8PvwG/RRomWK6vncAAAAA
SUVORK5CYII=
</value>
</data>
<data name="buttonSystemInitialization.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonSystemInitialization.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAMgAAAAyCAYAAAAZUZThAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH iVBORw0KGgoAAAANSUhEUgAAAMgAAAAyCAYAAAAZUZThAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
@ -540,218 +964,6 @@
CdfqPxKpBFzTXNtc49xz8LaKk6O6ZvefHqgkENq2owbhY2nEs+NmJ8/zovlMmJNFpFJwTXPfzTXODTn3 CdfqPxKpBFzTXNtc49xz8LaKk6O6ZvefHqgkENq2owbhY2nEs+NmJ8/zovlMmJNFpFJwTXPfzTXODTn3
HGvWrS9pgcoCWbVp8xbsbQiaw9R5XnQslROpDL2DiPT0m/ccfJTLp1VuDfh8PvwG/RRomWK6vncAAAAA HGvWrS9pgcoCWbVp8xbsbQiaw9R5XnQslROpDL2DiPT0m/ccfJTLp1VuDfh8PvwG/RRomWK6vncAAAAA
SUVORK5CYII= SUVORK5CYII=
</value>
</data>
<data name="buttonMainBoardLcd.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
7p/mvT1ArQAAAABJRU5ErkJggg==
</value>
</data>
<data name="buttonMainBoardLcd.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
</value>
</data>
<data name="buttonMainBoardLcd.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
SUVORK5CYII=
</value> </value>
</data> </data>
<data name="buttonLcd.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonLcd.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -964,218 +1176,6 @@
CdfqPxKpBFzTXNtc49xz8LaKk6O6ZvefHqgkENq2owbhY2nEs+NmJ8/zovlMmJNFpFJwTXPfzTXODTn3 CdfqPxKpBFzTXNtc49xz8LaKk6O6ZvefHqgkENq2owbhY2nEs+NmJ8/zovlMmJNFpFJwTXPfzTXODTn3
HGvWrS9pgcoCWbVp8xbsbQiaw9R5XnQslROpDL2DiPT0m/ccfJTLp1VuDfh8PvwG/RRomWK6vncAAAAA HGvWrS9pgcoCWbVp8xbsbQiaw9R5XnQslROpDL2DiPT0m/ccfJTLp1VuDfh8PvwG/RRomWK6vncAAAAA
SUVORK5CYII= SUVORK5CYII=
</value>
</data>
<data name="buttonMainBoard.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
7p/mvT1ArQAAAABJRU5ErkJggg==
</value>
</data>
<data name="buttonMainBoard.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
</value>
</data>
<data name="buttonMainBoard.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
SUVORK5CYII=
</value> </value>
</data> </data>
<data name="smartGroupBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="smartGroupBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">

View File

@ -30,10 +30,12 @@
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterEquipUpdate)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterEquipUpdate));
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.buttonUpdate = new SmartX.SmartButton(); this.ButtonLCD = new SmartX.SmartButton();
this.buttonMainBoard = new SmartX.SmartButton();
this.labelMessage2 = new SmartX.SmartLabel(); this.labelMessage2 = new SmartX.SmartLabel();
this.labelMessage1 = new SmartX.SmartLabel(); this.labelMessage1 = new SmartX.SmartLabel();
this.progressBarUpdate = new SmartX.SmartProgressBar(); this.progressBarUpdate = new SmartX.SmartProgressBar();
this.timerForMainBoard = new System.Windows.Forms.Timer();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
@ -42,7 +44,8 @@
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46))))); this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.smartGroupBox1.BackPictureBox = null; this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null; this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.buttonUpdate); this.smartGroupBox1.Controls.Add(this.ButtonLCD);
this.smartGroupBox1.Controls.Add(this.buttonMainBoard);
this.smartGroupBox1.Controls.Add(this.labelMessage2); this.smartGroupBox1.Controls.Add(this.labelMessage2);
this.smartGroupBox1.Controls.Add(this.labelMessage1); this.smartGroupBox1.Controls.Add(this.labelMessage1);
this.smartGroupBox1.Controls.Add(this.progressBarUpdate); this.smartGroupBox1.Controls.Add(this.progressBarUpdate);
@ -59,38 +62,71 @@
this.smartGroupBox1.TabIndex = 176; this.smartGroupBox1.TabIndex = 176;
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
// //
// buttonUpdate // ButtonLCD
// //
this.buttonUpdate.BackPictureBox = null; this.ButtonLCD.BackPictureBox = null;
this.buttonUpdate.BackPictureBox1 = null; this.ButtonLCD.BackPictureBox1 = null;
this.buttonUpdate.BackPictureBox2 = null; this.ButtonLCD.BackPictureBox2 = null;
this.buttonUpdate.ButtonColor = System.Drawing.Color.Gray; this.ButtonLCD.ButtonColor = System.Drawing.Color.Gray;
this.buttonUpdate.ButtonImageAutoSize = true; this.ButtonLCD.ButtonImageAutoSize = true;
this.buttonUpdate.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.ButtonLCD.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUpdate.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonUpdate.DisableImage"))); this.ButtonLCD.DisableImage = ((System.Drawing.Image)(resources.GetObject("ButtonLCD.DisableImage")));
this.buttonUpdate.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUpdate.DownImage"))); this.ButtonLCD.DownImage = ((System.Drawing.Image)(resources.GetObject("ButtonLCD.DownImage")));
this.buttonUpdate.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.ButtonLCD.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonUpdate.GroupID = 0; this.ButtonLCD.GroupID = 0;
this.buttonUpdate.InitVisible = true; this.ButtonLCD.InitVisible = true;
this.buttonUpdate.Location = new System.Drawing.Point(254, 299); this.ButtonLCD.Location = new System.Drawing.Point(360, 298);
this.buttonUpdate.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.ButtonLCD.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonUpdate.Name = "buttonUpdate"; this.ButtonLCD.Name = "ButtonLCD";
this.buttonUpdate.NestedClickEventPrevent = false; this.ButtonLCD.NestedClickEventPrevent = false;
this.buttonUpdate.OutlinePixel = 1; this.ButtonLCD.OutlinePixel = 1;
this.buttonUpdate.RepeatInterval = 200; this.ButtonLCD.RepeatInterval = 200;
this.buttonUpdate.RepeatIntervalAccelerate = null; this.ButtonLCD.RepeatIntervalAccelerate = null;
this.buttonUpdate.SafeInterval = 200; this.ButtonLCD.SafeInterval = 200;
this.buttonUpdate.Size = new System.Drawing.Size(200, 50); this.ButtonLCD.Size = new System.Drawing.Size(200, 50);
this.buttonUpdate.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.ButtonLCD.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonUpdate.TabIndex = 22; this.ButtonLCD.TabIndex = 24;
this.buttonUpdate.Text = "Update"; this.ButtonLCD.Text = "LCD";
this.buttonUpdate.TextColor = System.Drawing.Color.White; this.ButtonLCD.TextColor = System.Drawing.Color.White;
this.buttonUpdate.TextDownColor = System.Drawing.Color.White; this.ButtonLCD.TextDownColor = System.Drawing.Color.White;
this.buttonUpdate.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.ButtonLCD.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonUpdate.TextLocation = new System.Drawing.Point(0, 0); this.ButtonLCD.TextLocation = new System.Drawing.Point(0, 0);
this.buttonUpdate.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.ButtonLCD.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonUpdate.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUpdate.UpImage"))); this.ButtonLCD.UpImage = ((System.Drawing.Image)(resources.GetObject("ButtonLCD.UpImage")));
this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click); this.ButtonLCD.Click += new System.EventHandler(this.ButtonLCD_Click);
//
// buttonMainBoard
//
this.buttonMainBoard.BackPictureBox = null;
this.buttonMainBoard.BackPictureBox1 = null;
this.buttonMainBoard.BackPictureBox2 = null;
this.buttonMainBoard.ButtonColor = System.Drawing.Color.Gray;
this.buttonMainBoard.ButtonImageAutoSize = true;
this.buttonMainBoard.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonMainBoard.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoard.DisableImage")));
this.buttonMainBoard.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoard.DownImage")));
this.buttonMainBoard.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonMainBoard.GroupID = 0;
this.buttonMainBoard.InitVisible = true;
this.buttonMainBoard.Location = new System.Drawing.Point(154, 298);
this.buttonMainBoard.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonMainBoard.Name = "buttonMainBoard";
this.buttonMainBoard.NestedClickEventPrevent = false;
this.buttonMainBoard.OutlinePixel = 1;
this.buttonMainBoard.RepeatInterval = 200;
this.buttonMainBoard.RepeatIntervalAccelerate = null;
this.buttonMainBoard.SafeInterval = 200;
this.buttonMainBoard.Size = new System.Drawing.Size(200, 50);
this.buttonMainBoard.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonMainBoard.TabIndex = 23;
this.buttonMainBoard.Text = "MainBoard";
this.buttonMainBoard.TextColor = System.Drawing.Color.White;
this.buttonMainBoard.TextDownColor = System.Drawing.Color.White;
this.buttonMainBoard.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonMainBoard.TextLocation = new System.Drawing.Point(0, 0);
this.buttonMainBoard.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonMainBoard.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMainBoard.UpImage")));
this.buttonMainBoard.Click += new System.EventHandler(this.buttonMainBoard_Click);
// //
// labelMessage2 // labelMessage2
// //
@ -158,6 +194,10 @@
this.progressBarUpdate.TextAutoRotation = true; this.progressBarUpdate.TextAutoRotation = true;
this.progressBarUpdate.Value = 0; this.progressBarUpdate.Value = 0;
// //
// timerForMainBoard
//
this.timerForMainBoard.Interval = 1000;
//
// ControlCenterEquipUpdate // ControlCenterEquipUpdate
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -177,6 +217,8 @@
public SmartX.SmartLabel labelMessage2; public SmartX.SmartLabel labelMessage2;
public SmartX.SmartLabel labelMessage1; public SmartX.SmartLabel labelMessage1;
public SmartX.SmartProgressBar progressBarUpdate; public SmartX.SmartProgressBar progressBarUpdate;
private SmartX.SmartButton buttonUpdate; private SmartX.SmartButton ButtonLCD;
private SmartX.SmartButton buttonMainBoard;
private System.Windows.Forms.Timer timerForMainBoard;
} }
} }

View File

@ -60,26 +60,21 @@ namespace ITC81DB_0H.Controls
if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.English) if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.English)
{ {
this.buttonUpdate.Text = "Update";
} }
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Chinese)
{ {
this.buttonUpdate.Text = "更新";
} }
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Czech)
{ {
} }
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Russian) else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Russian)
{ {
this.buttonUpdate.Text = "Обновить";
} }
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.German) else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.German)
{ {
this.buttonUpdate.Text = "Aktualisierung";
} }
else else
{ {
this.buttonUpdate.Text = "Update";
} }
} }
private void DefaultSetting() private void DefaultSetting()
@ -134,34 +129,121 @@ namespace ITC81DB_0H.Controls
return ret; return ret;
} }
private void CheckErrorMainBoard(DialogResult result)
{
FileInfo[] newFiles;
bool isUpdateFile = false;
string fileName = "";
if (result == DialogResult.Yes)
{
if (Directory.Exists("Hard Disk\\") == true)
this.USBPath = "Hard Disk\\";
else if (Directory.Exists("하드 디스크\\") == true)
this.USBPath = "하드 디스크\\";
else
this.USBPath = "하드 디스크\\";
this.UpdateFilePath = this.USBPath + "UpdateFilesMain\\";
DirectoryInfo info = new DirectoryInfo(this.USBPath);
DirectoryInfo directoryFolderUpdateFiles = new DirectoryInfo(this.UpdateFilePath);
// USB 장착 유무 확인
if (info.Exists == true)
{
// USB에 UpdateFiles 유무 확인
if (directoryFolderUpdateFiles.Exists == true)
{
newFiles = directoryFolderUpdateFiles.GetFiles();
foreach (FileInfo file in newFiles)
{
fileName = file.Name.ToLower();
if (fileName == "itc81db_0h_main.int")
{
isUpdateFile = true;
this.UpdateFilePath += "itc81db_0h_main.int";
break;
}
}
if (newFiles.Length == 0 || isUpdateFile == false)
{
// USB에 업데이트 파일이 없습니다
DialogFormMessage message = new DialogFormMessage(7, this.ParentForm.ParentForm.SystemConfig1.Language);
message.ShowDialog();
return;
}
else
{
long a = 0;
byte[] byteData, version;
string sVersion = "";
FileStream fs = new FileStream(this.UpdateFilePath, FileMode.Open, FileAccess.Read);
version = new byte[8];
BinaryReader br = new BinaryReader(fs);
a = br.BaseStream.Length;
int i = int.Parse(a.ToString());
byteData = br.ReadBytes(i);
version[0] = byteData[20];
version[1] = byteData[21];
version[2] = byteData[22];
version[3] = byteData[23];
version[4] = byteData[24];
version[5] = byteData[25];
version[6] = byteData[26];
version[7] = byteData[27];
sVersion = Encoding.UTF8.GetString(version, 0, version.Length);
DialogFormYesNo myDlg = new DialogFormYesNo(this.ParentForm.ParentForm.SystemConfig1.Language, 3, this.ParentForm.ParentForm.SystemConfig1.MainBoardVersion, sVersion);
if (myDlg.ShowDialog() == DialogResult.Yes)
{
this.UpdateMainBoard();
}
else
return;
}
}
else
{
// USB에 업데이트 폴더가 없습니다
DialogFormMessage message = new DialogFormMessage(9, this.ParentForm.ParentForm.SystemConfig1.Language);
message.ShowDialog();
return;
}
}
else
{
// USB메모리가 장착되지 않았습니다
DialogFormMessage message = new DialogFormMessage(5, this.ParentForm.ParentForm.SystemConfig1.Language);
message.ShowDialog();
return;
}
}
}
private void ProgramUpdate() private void ProgramUpdate()
{ {
FileInfo[] newFiles; FileInfo[] newFiles;
DirectoryInfo directoryFolderUpdateFiles = new DirectoryInfo(this.UpdateFilePath); DirectoryInfo directoryFolderUpdateFiles = new DirectoryInfo(this.UpdateFilePath);
if (directoryFolderUpdateFiles.Exists == false)
directoryFolderUpdateFiles.Create();
this.Check = 0;
this.UpdateFilePath = this.USBPath + "UpdateFiles\\";
this.OldFilePath = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase) + "\\";
if (this.OldFilePath.StartsWith("\\F") == true)
this.RemoveFolderPath = "Flash Disk\\RemoveFile\\";
else
this.RemoveFolderPath = "SD Card\\RemoveFile\\";
newFiles = directoryFolderUpdateFiles.GetFiles(); newFiles = directoryFolderUpdateFiles.GetFiles();
this.progressBarUpdate.Value += 20; this.progressBarUpdate.Value += 20;
this.TreatmentRemoveOldFile(); this.TreatmentRemoveOldFile();
this.progressBarUpdate.Value += 20; this.progressBarUpdate.Value += 30;
this.TreatmentCopyNewFile(newFiles); this.TreatmentCopyNewFile(newFiles);
this.progressBarUpdate.Value += 100; this.progressBarUpdate.Value += 100;
this.ParentForm.Enabled = false; this.ParentForm.Enabled = false;
this.UpdateStep = DataStore.Step3.Step3; this.UpdateStep = DataStore.Step3.Step3;
this.UpdateLabelStatus(this.UpdateStep, this.ParentForm.ParentForm.SystemConfig1.Language); this.UpdateLabelStatus(this.UpdateStep, this.ParentForm.ParentForm.SystemConfig1.Language);
} }
@ -169,7 +251,11 @@ namespace ITC81DB_0H.Controls
{ {
bool removeFolderCheck = false; bool removeFolderCheck = false;
FileInfo[] oldFiles; FileInfo[] oldFiles;
FileInfo[] removeFiles; this.OldFilePath = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase) + "\\";
if (this.OldFilePath.StartsWith("\\F") == true)
this.RemoveFolderPath = "Flash Disk\\RemoveFile\\";
else
this.RemoveFolderPath = "SD Card\\RemoveFile\\";
DirectoryInfo directoryFolderRun = new DirectoryInfo(this.OldFilePath); DirectoryInfo directoryFolderRun = new DirectoryInfo(this.OldFilePath);
DirectoryInfo directoryFolderRemove = new DirectoryInfo(this.RemoveFolderPath); DirectoryInfo directoryFolderRemove = new DirectoryInfo(this.RemoveFolderPath);
@ -178,12 +264,6 @@ namespace ITC81DB_0H.Controls
if (removeFolderCheck == false) if (removeFolderCheck == false)
directoryFolderRemove.Create(); directoryFolderRemove.Create();
//else
//{
// removeFiles = directoryFolderRemove.GetFiles();
// foreach (FileInfo file in removeFiles)
// file.Delete();
//}
foreach (FileInfo subFile in oldFiles) foreach (FileInfo subFile in oldFiles)
subFile.MoveTo(RemoveFolderPath + DateTime.Now.ToString("yyyyMMddHHmmss") + subFile.Name.ToString()); subFile.MoveTo(RemoveFolderPath + DateTime.Now.ToString("yyyyMMddHHmmss") + subFile.Name.ToString());
@ -198,6 +278,34 @@ namespace ITC81DB_0H.Controls
this.progressBarUpdate.Value += 20; this.progressBarUpdate.Value += 20;
} }
private void UpdateMainBoard()
{
long a = 0;
int count = 0, byteCount = 0;
FileStream fs = new FileStream(this.UpdateFilePath, FileMode.Open, FileAccess.Read);
BinaryReader br = new BinaryReader(fs);
a = br.BaseStream.Length;
byteCount = int.Parse(a.ToString());
this.ParentForm.ParentForm.UpdateForMain.ByteData = br.ReadBytes(byteCount);
count = byteCount / 100;
this.ParentForm.ParentForm.UpdateForMain.SendDataCount = count;
this.timerForMainBoard.Enabled = true;
}
public void SetProgressBarValue(int value)
{
this.progressBarUpdate.Value += value;
}
public void UpdateMainBoardFail()
{
this.labelMessage1.Text = "Update Fail!";
this.labelMessage2.Text = "Please Check your MainBoard";
}
private void UpdateLabelStatus(DataStore.Step3 step, DataStore.LanguageID language) private void UpdateLabelStatus(DataStore.Step3 step, DataStore.LanguageID language)
{ {
switch (step) switch (step)
@ -336,7 +444,8 @@ namespace ITC81DB_0H.Controls
if (check == DataStore.UpdateCheck.Success) if (check == DataStore.UpdateCheck.Success)
{ {
this.buttonUpdate.Enabled = false; this.buttonMainBoard.Enabled = false;
this.ButtonLCD.Enabled = false;
this.UpdateStep = DataStore.Step3.Step2; this.UpdateStep = DataStore.Step3.Step2;
this.UpdateLabelStatus(this.UpdateStep, this.ParentForm.ParentForm.SystemConfig1.Language); this.UpdateLabelStatus(this.UpdateStep, this.ParentForm.ParentForm.SystemConfig1.Language);
@ -371,7 +480,17 @@ namespace ITC81DB_0H.Controls
#endregion #endregion
#region Event Handler #region Event Handler
private void buttonUpdate_Click(object sender, EventArgs e) private void buttonMainBoard_Click(object sender, EventArgs e)
{
DialogFormYesNo myDlg = new DialogFormYesNo(this.ParentForm.ParentForm.SystemConfig1.Language, 3);
DialogResult dr = myDlg.ShowDialog();
myDlg.Close();
this.Refresh();
this.CheckErrorMainBoard(dr);
}
private void ButtonLCD_Click(object sender, EventArgs e)
{ {
DialogFormYesNo myDlg = new DialogFormYesNo(this.ParentForm.ParentForm.SystemConfig1.Language, 3); DialogFormYesNo myDlg = new DialogFormYesNo(this.ParentForm.ParentForm.SystemConfig1.Language, 3);
DialogResult dr = myDlg.ShowDialog(); DialogResult dr = myDlg.ShowDialog();
@ -381,6 +500,13 @@ namespace ITC81DB_0H.Controls
this.ProgramUpdateCheck(dr); this.ProgramUpdateCheck(dr);
} }
private void timerForMainBoard_Tick(object sender, EventArgs e)
{
this.timerForMainBoard.Enabled = false;
this.ParentForm.ParentForm.SendUpdateForMain(this.ParentForm.ParentForm.UpdateForMain.ByteData);
}
#endregion #endregion
} }
} }

View File

@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="buttonUpdate.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="ButtonLCD.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAMgAAAAyCAYAAAAZUZThAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH iVBORw0KGgoAAAANSUhEUgAAAMgAAAAyCAYAAAAZUZThAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
@ -177,7 +177,7 @@
7p/mvT1ArQAAAABJRU5ErkJggg== 7p/mvT1ArQAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="buttonUpdate.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="ButtonLCD.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAMgAAAAyCAYAAAAZUZThAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH iVBORw0KGgoAAAANSUhEUgAAAMgAAAAyCAYAAAAZUZThAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
@ -264,7 +264,219 @@
mDvXOKkDGo0G/wcEB5qkUo3SkQAAAABJRU5ErkJggg== mDvXOKkDGo0G/wcEB5qkUo3SkQAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="buttonUpdate.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="ButtonLCD.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
SUVORK5CYII=
</value>
</data>
<data name="buttonMainBoard.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
7p/mvT1ArQAAAABJRU5ErkJggg==
</value>
</data>
<data name="buttonMainBoard.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
</value>
</data>
<data name="buttonMainBoard.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAMgAAAAyCAYAAAAZUZThAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH iVBORw0KGgoAAAANSUhEUgAAAMgAAAAyCAYAAAAZUZThAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
@ -433,6 +645,9 @@
AACoEmMAAPgSYwAAuO7nAzC+Sc7BlfbIAAAAAElFTkSuQmCC AACoEmMAAPgSYwAAuO7nAzC+Sc7BlfbIAAAAAElFTkSuQmCC
</value> </value>
</data> </data>
<metadata name="timerForMainBoard.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>418, 17</value>
</metadata>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve"> <metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
<value>WEBPAD</value> <value>WEBPAD</value>
</metadata> </metadata>

View File

@ -130,7 +130,7 @@
this.smartLabel1.ForeColor = System.Drawing.Color.White; this.smartLabel1.ForeColor = System.Drawing.Color.White;
this.smartLabel1.InitVisible = true; this.smartLabel1.InitVisible = true;
this.smartLabel1.LineSpacing = 0F; this.smartLabel1.LineSpacing = 0F;
this.smartLabel1.Location = new System.Drawing.Point(358, 249); this.smartLabel1.Location = new System.Drawing.Point(386, 249);
this.smartLabel1.Name = "smartLabel1"; this.smartLabel1.Name = "smartLabel1";
this.smartLabel1.Size = new System.Drawing.Size(150, 33); this.smartLabel1.Size = new System.Drawing.Size(150, 33);
this.smartLabel1.TabIndex = 195; this.smartLabel1.TabIndex = 195;
@ -151,7 +151,7 @@
this.smartLabel3.ForeColor = System.Drawing.Color.White; this.smartLabel3.ForeColor = System.Drawing.Color.White;
this.smartLabel3.InitVisible = true; this.smartLabel3.InitVisible = true;
this.smartLabel3.LineSpacing = 0F; this.smartLabel3.LineSpacing = 0F;
this.smartLabel3.Location = new System.Drawing.Point(82, 249); this.smartLabel3.Location = new System.Drawing.Point(61, 249);
this.smartLabel3.Name = "smartLabel3"; this.smartLabel3.Name = "smartLabel3";
this.smartLabel3.Size = new System.Drawing.Size(150, 33); this.smartLabel3.Size = new System.Drawing.Size(150, 33);
this.smartLabel3.TabIndex = 194; this.smartLabel3.TabIndex = 194;
@ -172,11 +172,11 @@
this.smartLabel4.ForeColor = System.Drawing.Color.White; this.smartLabel4.ForeColor = System.Drawing.Color.White;
this.smartLabel4.InitVisible = true; this.smartLabel4.InitVisible = true;
this.smartLabel4.LineSpacing = 0F; this.smartLabel4.LineSpacing = 0F;
this.smartLabel4.Location = new System.Drawing.Point(514, 250); this.smartLabel4.Location = new System.Drawing.Point(542, 250);
this.smartLabel4.Name = "smartLabel4"; this.smartLabel4.Name = "smartLabel4";
this.smartLabel4.Size = new System.Drawing.Size(139, 33); this.smartLabel4.Size = new System.Drawing.Size(139, 33);
this.smartLabel4.TabIndex = 193; this.smartLabel4.TabIndex = 193;
this.smartLabel4.Text = "ITC81DB"; this.smartLabel4.Text = "ITC81DB_0H";
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel4.Wordwrap = false; this.smartLabel4.Wordwrap = false;
@ -189,15 +189,15 @@
this.smartLabel5.BackPictureBox2 = null; this.smartLabel5.BackPictureBox2 = null;
this.smartLabel5.BorderColor = System.Drawing.Color.Black; this.smartLabel5.BorderColor = System.Drawing.Color.Black;
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel5.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold); this.smartLabel5.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
this.smartLabel5.ForeColor = System.Drawing.Color.White; this.smartLabel5.ForeColor = System.Drawing.Color.White;
this.smartLabel5.InitVisible = true; this.smartLabel5.InitVisible = true;
this.smartLabel5.LineSpacing = 0F; this.smartLabel5.LineSpacing = 0F;
this.smartLabel5.Location = new System.Drawing.Point(238, 249); this.smartLabel5.Location = new System.Drawing.Point(217, 249);
this.smartLabel5.Name = "smartLabel5"; this.smartLabel5.Name = "smartLabel5";
this.smartLabel5.Size = new System.Drawing.Size(100, 33); this.smartLabel5.Size = new System.Drawing.Size(163, 33);
this.smartLabel5.TabIndex = 192; this.smartLabel5.TabIndex = 192;
this.smartLabel5.Text = "ITC831"; this.smartLabel5.Text = "int81db_0h_main";
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel5.Wordwrap = false; this.smartLabel5.Wordwrap = false;
@ -259,7 +259,7 @@
this.labelSerialNo.ForeColor = System.Drawing.Color.White; this.labelSerialNo.ForeColor = System.Drawing.Color.White;
this.labelSerialNo.InitVisible = true; this.labelSerialNo.InitVisible = true;
this.labelSerialNo.LineSpacing = 0F; this.labelSerialNo.LineSpacing = 0F;
this.labelSerialNo.Location = new System.Drawing.Point(514, 210); this.labelSerialNo.Location = new System.Drawing.Point(542, 210);
this.labelSerialNo.Name = "labelSerialNo"; this.labelSerialNo.Name = "labelSerialNo";
this.labelSerialNo.Size = new System.Drawing.Size(139, 33); this.labelSerialNo.Size = new System.Drawing.Size(139, 33);
this.labelSerialNo.TabIndex = 61; this.labelSerialNo.TabIndex = 61;
@ -282,7 +282,7 @@
this.smartLabel2.ForeColor = System.Drawing.Color.White; this.smartLabel2.ForeColor = System.Drawing.Color.White;
this.smartLabel2.InitVisible = true; this.smartLabel2.InitVisible = true;
this.smartLabel2.LineSpacing = 0F; this.smartLabel2.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(358, 210); this.smartLabel2.Location = new System.Drawing.Point(386, 210);
this.smartLabel2.Name = "smartLabel2"; this.smartLabel2.Name = "smartLabel2";
this.smartLabel2.Size = new System.Drawing.Size(150, 33); this.smartLabel2.Size = new System.Drawing.Size(150, 33);
this.smartLabel2.TabIndex = 60; this.smartLabel2.TabIndex = 60;
@ -303,7 +303,7 @@
this.smartLabel34.ForeColor = System.Drawing.Color.White; this.smartLabel34.ForeColor = System.Drawing.Color.White;
this.smartLabel34.InitVisible = true; this.smartLabel34.InitVisible = true;
this.smartLabel34.LineSpacing = 0F; this.smartLabel34.LineSpacing = 0F;
this.smartLabel34.Location = new System.Drawing.Point(82, 210); this.smartLabel34.Location = new System.Drawing.Point(61, 210);
this.smartLabel34.Name = "smartLabel34"; this.smartLabel34.Name = "smartLabel34";
this.smartLabel34.Size = new System.Drawing.Size(150, 33); this.smartLabel34.Size = new System.Drawing.Size(150, 33);
this.smartLabel34.TabIndex = 59; this.smartLabel34.TabIndex = 59;
@ -324,7 +324,7 @@
this.smartLabel35.ForeColor = System.Drawing.Color.White; this.smartLabel35.ForeColor = System.Drawing.Color.White;
this.smartLabel35.InitVisible = true; this.smartLabel35.InitVisible = true;
this.smartLabel35.LineSpacing = 0F; this.smartLabel35.LineSpacing = 0F;
this.smartLabel35.Location = new System.Drawing.Point(358, 288); this.smartLabel35.Location = new System.Drawing.Point(386, 288);
this.smartLabel35.Name = "smartLabel35"; this.smartLabel35.Name = "smartLabel35";
this.smartLabel35.Size = new System.Drawing.Size(150, 33); this.smartLabel35.Size = new System.Drawing.Size(150, 33);
this.smartLabel35.TabIndex = 58; this.smartLabel35.TabIndex = 58;
@ -345,7 +345,7 @@
this.smartLabel36.ForeColor = System.Drawing.Color.White; this.smartLabel36.ForeColor = System.Drawing.Color.White;
this.smartLabel36.InitVisible = true; this.smartLabel36.InitVisible = true;
this.smartLabel36.LineSpacing = 0F; this.smartLabel36.LineSpacing = 0F;
this.smartLabel36.Location = new System.Drawing.Point(83, 288); this.smartLabel36.Location = new System.Drawing.Point(62, 288);
this.smartLabel36.Name = "smartLabel36"; this.smartLabel36.Name = "smartLabel36";
this.smartLabel36.Size = new System.Drawing.Size(150, 33); this.smartLabel36.Size = new System.Drawing.Size(150, 33);
this.smartLabel36.TabIndex = 57; this.smartLabel36.TabIndex = 57;
@ -366,9 +366,9 @@
this.labelModel.ForeColor = System.Drawing.Color.White; this.labelModel.ForeColor = System.Drawing.Color.White;
this.labelModel.InitVisible = true; this.labelModel.InitVisible = true;
this.labelModel.LineSpacing = 0F; this.labelModel.LineSpacing = 0F;
this.labelModel.Location = new System.Drawing.Point(238, 210); this.labelModel.Location = new System.Drawing.Point(217, 210);
this.labelModel.Name = "labelModel"; this.labelModel.Name = "labelModel";
this.labelModel.Size = new System.Drawing.Size(95, 33); this.labelModel.Size = new System.Drawing.Size(163, 33);
this.labelModel.TabIndex = 56; this.labelModel.TabIndex = 56;
this.labelModel.Text = "INT810"; this.labelModel.Text = "INT810";
this.labelModel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelModel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
@ -387,7 +387,7 @@
this.labelDisplayVer.ForeColor = System.Drawing.Color.White; this.labelDisplayVer.ForeColor = System.Drawing.Color.White;
this.labelDisplayVer.InitVisible = true; this.labelDisplayVer.InitVisible = true;
this.labelDisplayVer.LineSpacing = 0F; this.labelDisplayVer.LineSpacing = 0F;
this.labelDisplayVer.Location = new System.Drawing.Point(514, 289); this.labelDisplayVer.Location = new System.Drawing.Point(542, 289);
this.labelDisplayVer.Name = "labelDisplayVer"; this.labelDisplayVer.Name = "labelDisplayVer";
this.labelDisplayVer.Size = new System.Drawing.Size(139, 33); this.labelDisplayVer.Size = new System.Drawing.Size(139, 33);
this.labelDisplayVer.TabIndex = 55; this.labelDisplayVer.TabIndex = 55;
@ -408,9 +408,9 @@
this.labelControlVer.ForeColor = System.Drawing.Color.White; this.labelControlVer.ForeColor = System.Drawing.Color.White;
this.labelControlVer.InitVisible = true; this.labelControlVer.InitVisible = true;
this.labelControlVer.LineSpacing = 0F; this.labelControlVer.LineSpacing = 0F;
this.labelControlVer.Location = new System.Drawing.Point(238, 289); this.labelControlVer.Location = new System.Drawing.Point(217, 289);
this.labelControlVer.Name = "labelControlVer"; this.labelControlVer.Name = "labelControlVer";
this.labelControlVer.Size = new System.Drawing.Size(100, 33); this.labelControlVer.Size = new System.Drawing.Size(163, 33);
this.labelControlVer.TabIndex = 54; this.labelControlVer.TabIndex = 54;
this.labelControlVer.Text = "1.0"; this.labelControlVer.Text = "1.0";
this.labelControlVer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelControlVer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;

View File

@ -66,21 +66,15 @@ namespace ITC81DB_0H.Controls
private void DefaultSetting() private void DefaultSetting()
{ {
this.labelSerialNo.Text = this.ParentForm.ParentForm.SystemConfig1.SerialNumber; this.labelSerialNo.Text = this.ParentForm.ParentForm.SystemConfig1.SerialNumber;
this.labelDisplayVer.Text = "0.1.0"; this.labelDisplayVer.Text = "1.0.0";
} }
public void UpdateMainBoardVersionDisplay(string version) public void UpdateMainBoardVersionDisplay(string version)
{ {
StringBuilder sb; if (version.Length < 8)
if (version.Length < 4)
return; return;
sb = new StringBuilder(version.Trim()); this.labelControlVer.Text = version;
sb.Insert(sb.Length - 1, ".");
sb.Insert(sb.Length - 3, ".");
this.labelControlVer.Text = sb.ToString();
} }
public void DisplayHiddenMenu(bool bValue) public void DisplayHiddenMenu(bool bValue)

File diff suppressed because it is too large Load Diff

View File

@ -46,7 +46,6 @@ namespace ITC81DB_0H
{ {
this.groupBoxEquipment.Text = "기능설정"; this.groupBoxEquipment.Text = "기능설정";
this.groupBoxSerial.Text = "시리얼통신"; this.groupBoxSerial.Text = "시리얼통신";
this.groupBoxRandomMode.Text = "랜덤모드";
this.groupBoxEthernet.Text = "이더넷통신"; this.groupBoxEthernet.Text = "이더넷통신";
this.labelTitleEquipmentID.Text = "장비 ID"; this.labelTitleEquipmentID.Text = "장비 ID";
@ -58,7 +57,6 @@ namespace ITC81DB_0H
this.labelTitleExtension.Text = "확장자"; this.labelTitleExtension.Text = "확장자";
this.labelTitleFormat.Text = "포맷"; this.labelTitleFormat.Text = "포맷";
this.labelTitleLogin.Text = "로그인"; this.labelTitleLogin.Text = "로그인";
this.labelTitleEquipmentType.Text = "장비타입";
this.labelTitleBarcode.Text = "바코드"; this.labelTitleBarcode.Text = "바코드";
this.labelTitleSampleNumber.Text = "샘플개수"; this.labelTitleSampleNumber.Text = "샘플개수";
@ -74,11 +72,6 @@ namespace ITC81DB_0H
this.labelTitleModeSerial.Text = "모드"; this.labelTitleModeSerial.Text = "모드";
this.labelTitleUnder.Text = "하한";
this.labelTitleOver.Text = "상한";
this.labelTitleTare.Text = "용기";
this.labelTitleUsingRandomMode.Text = "사용여부";
this.labelTitleOperatingMode.Text = "동작모드"; this.labelTitleOperatingMode.Text = "동작모드";
this.labelTitleCommunicationMode.Text = "통신모드"; this.labelTitleCommunicationMode.Text = "통신모드";
} }
@ -86,7 +79,6 @@ namespace ITC81DB_0H
{ {
this.groupBoxEquipment.Text = "Equipment"; this.groupBoxEquipment.Text = "Equipment";
this.groupBoxSerial.Text = "Serial"; this.groupBoxSerial.Text = "Serial";
this.groupBoxRandomMode.Text = "Random Mode";
this.groupBoxEthernet.Text = "Ethernet"; this.groupBoxEthernet.Text = "Ethernet";
this.labelTitleEquipmentID.Text = "Equip ID"; this.labelTitleEquipmentID.Text = "Equip ID";
@ -98,7 +90,6 @@ namespace ITC81DB_0H
this.labelTitleExtension.Text = "Extension"; this.labelTitleExtension.Text = "Extension";
this.labelTitleFormat.Text = "Format"; this.labelTitleFormat.Text = "Format";
this.labelTitleLogin.Text = "Login"; this.labelTitleLogin.Text = "Login";
this.labelTitleEquipmentType.Text = "E-Type";
this.labelTitleBarcode.Text = "Barcode"; this.labelTitleBarcode.Text = "Barcode";
this.labelTitleSampleNumber.Text = "Sample Num"; this.labelTitleSampleNumber.Text = "Sample Num";
@ -114,11 +105,6 @@ namespace ITC81DB_0H
this.labelTitleModeSerial.Text = "Mode"; this.labelTitleModeSerial.Text = "Mode";
this.labelTitleUnder.Text = "Under";
this.labelTitleOver.Text = "Over";
this.labelTitleTare.Text = "Tare";
this.labelTitleUsingRandomMode.Text = "Using";
this.labelTitleOperatingMode.Text = "Op-Mode"; this.labelTitleOperatingMode.Text = "Op-Mode";
this.labelTitleCommunicationMode.Text = "Com-Mode"; this.labelTitleCommunicationMode.Text = "Com-Mode";
} }
@ -244,27 +230,6 @@ namespace ITC81DB_0H
private void InitialLabel() private void InitialLabel()
{ {
#region Initial Label #region Initial Label
this.label996Under.Text = "-";
this.label996Over.Text = "-";
this.label996Tare.Text = "-";
this.label996Using.Text = "-";
this.label997Under.Text = "-";
this.label997Over.Text = "-";
this.label997Tare.Text = "-";
this.label997Using.Text = "-";
this.label998Under.Text = "-";
this.label998Over.Text = "-";
this.label998Tare.Text = "-";
this.label998Using.Text = "-";
this.label999Under.Text = "-";
this.label999Over.Text = "-";
this.label999Tare.Text = "-";
this.label999Using.Text = "-";
this.label1000Under.Text = "-";
this.label1000Over.Text = "-";
this.label1000Tare.Text = "-";
this.label1000Using.Text = "-";
this.labelOPT1SampleNumber.Text = "-"; this.labelOPT1SampleNumber.Text = "-";
this.labelOPT1DelayNumber.Text = "-"; this.labelOPT1DelayNumber.Text = "-";
this.labelOPT1PulseWidth.Text = "-"; this.labelOPT1PulseWidth.Text = "-";
@ -280,9 +245,6 @@ namespace ITC81DB_0H
this.labelChattering.Text = "-"; this.labelChattering.Text = "-";
this.labelRelay.Text = "-"; this.labelRelay.Text = "-";
this.labelOptionBoard.Text = "-"; this.labelOptionBoard.Text = "-";
this.labelEquipmentType.Text = "-";
this.labelPIN8.Text = "-";
this.labelPIN7.Text = "-";
this.labelPIN6.Text = "-"; this.labelPIN6.Text = "-";
this.labelPIN5.Text = "-"; this.labelPIN5.Text = "-";
this.labelPIN4.Text = "-"; this.labelPIN4.Text = "-";
@ -314,27 +276,6 @@ namespace ITC81DB_0H
#endregion #endregion
#region ForeColor #region ForeColor
this.label996Under.ForeColor = Color.White;
this.label996Over.ForeColor = Color.White;
this.label996Tare.ForeColor = Color.White;
this.label996Using.ForeColor = Color.White;
this.label997Under.ForeColor = Color.White;
this.label997Over.ForeColor = Color.White;
this.label997Tare.ForeColor = Color.White;
this.label997Using.ForeColor = Color.White;
this.label998Under.ForeColor = Color.White;
this.label998Over.ForeColor = Color.White;
this.label998Tare.ForeColor = Color.White;
this.label998Using.ForeColor = Color.White;
this.label999Under.ForeColor = Color.White;
this.label999Over.ForeColor = Color.White;
this.label999Tare.ForeColor = Color.White;
this.label999Using.ForeColor = Color.White;
this.label1000Under.ForeColor = Color.White;
this.label1000Over.ForeColor = Color.White;
this.label1000Tare.ForeColor = Color.White;
this.label1000Using.ForeColor = Color.White;
this.labelOPT1SampleNumber.ForeColor = Color.White; this.labelOPT1SampleNumber.ForeColor = Color.White;
this.labelOPT1DelayNumber.ForeColor = Color.White; this.labelOPT1DelayNumber.ForeColor = Color.White;
this.labelOPT1PulseWidth.ForeColor = Color.White; this.labelOPT1PulseWidth.ForeColor = Color.White;
@ -350,9 +291,6 @@ namespace ITC81DB_0H
this.labelChattering.ForeColor = Color.White; this.labelChattering.ForeColor = Color.White;
this.labelRelay.ForeColor = Color.White; this.labelRelay.ForeColor = Color.White;
this.labelOptionBoard.ForeColor = Color.White; this.labelOptionBoard.ForeColor = Color.White;
this.labelEquipmentType.ForeColor = Color.White;
this.labelPIN8.ForeColor = Color.White;
this.labelPIN7.ForeColor = Color.White;
this.labelPIN6.ForeColor = Color.White; this.labelPIN6.ForeColor = Color.White;
this.labelPIN5.ForeColor = Color.White; this.labelPIN5.ForeColor = Color.White;
this.labelPIN4.ForeColor = Color.White; this.labelPIN4.ForeColor = Color.White;
@ -388,53 +326,6 @@ namespace ITC81DB_0H
Collection<ProductItem> productItem = new Collection<ProductItem>(); Collection<ProductItem> productItem = new Collection<ProductItem>();
for (int i = 0; i < 5; i++) for (int i = 0; i < 5; i++)
productItem.Add(new ProductItem()); productItem.Add(new ProductItem());
for (int i = 0; i < 5; i++)
productItem[i] = this.ParentForm.ParentForm.ChildFormMenu.CenterBasicProduct.ControlRandomMode.CollectionRandomItem[i];
if (productItem[0].UnderRange != item.Random1Under)
this.label996Under.ForeColor = Color.Red;
if (productItem[0].OverRange != item.Random1Over)
this.label996Over.ForeColor = Color.Red;
if (productItem[0].TareRange != item.Random1Tare)
this.label996Tare.ForeColor = Color.Red;
if (this.ParentForm.ParentForm.SystemConfig2.IsGroup1UsingRandomMode != Convert.ToBoolean(item.Random1Using))
this.label996Using.ForeColor = Color.Red;
if (productItem[1].UnderRange != item.Random2Under)
this.label997Under.ForeColor = Color.Red;
if (productItem[1].OverRange != item.Random2Over)
this.label997Over.ForeColor = Color.Red;
if (productItem[1].TareRange != item.Random2Tare)
this.label997Tare.ForeColor = Color.Red;
if (this.ParentForm.ParentForm.SystemConfig2.IsGroup2UsingRandomMode != Convert.ToBoolean(item.Random2Using))
this.label997Using.ForeColor = Color.Red;
if (productItem[2].UnderRange != item.Random3Under)
this.label998Under.ForeColor = Color.Red;
if (productItem[2].OverRange != item.Random3Over)
this.label998Over.ForeColor = Color.Red;
if (productItem[2].TareRange != item.Random3Tare)
this.label998Tare.ForeColor = Color.Red;
if (this.ParentForm.ParentForm.SystemConfig2.IsGroup3UsingRandomMode != Convert.ToBoolean(item.Random3Using))
this.label998Using.ForeColor = Color.Red;
if (productItem[3].UnderRange != item.Random4Under)
this.label999Under.ForeColor = Color.Red;
if (productItem[3].OverRange != item.Random4Over)
this.label999Over.ForeColor = Color.Red;
if (productItem[3].TareRange != item.Random4Tare)
this.label999Tare.ForeColor = Color.Red;
if (this.ParentForm.ParentForm.SystemConfig2.IsGroup4UsingRandomMode != Convert.ToBoolean(item.Random4Using))
this.label999Using.ForeColor = Color.Red;
if (productItem[4].UnderRange != item.Random5Under)
this.label1000Under.ForeColor = Color.Red;
if (productItem[4].OverRange != item.Random5Over)
this.label1000Over.ForeColor = Color.Red;
if (productItem[4].TareRange != item.Random5Tare)
this.label1000Tare.ForeColor = Color.Red;
if (this.ParentForm.ParentForm.SystemConfig2.IsGroup5UsingRandomMode != Convert.ToBoolean(item.Random5Using))
this.label1000Using.ForeColor = Color.Red;
if (this.ParentForm.ParentForm.CurrentSystemParameter2.OPT1SamplingCount != item.OPT1SampleNumber) if (this.ParentForm.ParentForm.CurrentSystemParameter2.OPT1SamplingCount != item.OPT1SampleNumber)
this.labelOPT1SampleNumber.ForeColor = Color.Red; this.labelOPT1SampleNumber.ForeColor = Color.Red;
@ -464,12 +355,6 @@ namespace ITC81DB_0H
this.labelRelay.ForeColor = Color.Red; this.labelRelay.ForeColor = Color.Red;
if (this.ParentForm.ParentForm.CurrentSystemParameter1.OptionBoard != item.OptionBoard) if (this.ParentForm.ParentForm.CurrentSystemParameter1.OptionBoard != item.OptionBoard)
this.labelOptionBoard.ForeColor = Color.Red; this.labelOptionBoard.ForeColor = Color.Red;
if (this.ParentForm.ParentForm.CurrentSystemParameter1.EquipmentType != item.EquipmentType)
this.labelEquipmentType.ForeColor = Color.Red;
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI8 != int.Parse(item.PI8))
this.labelPIN8.ForeColor = Color.Red;
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI7 != int.Parse(item.PI7))
this.labelPIN7.ForeColor = Color.Red;
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI6 != int.Parse(item.PI6)) if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI6 != int.Parse(item.PI6))
this.labelPIN6.ForeColor = Color.Red; this.labelPIN6.ForeColor = Color.Red;
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI5 != int.Parse(item.PI5)) if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI5 != int.Parse(item.PI5))
@ -481,56 +366,6 @@ namespace ITC81DB_0H
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI2 != int.Parse(item.PhotoB)) if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI2 != int.Parse(item.PhotoB))
this.labelPhotoB.ForeColor = Color.Red; this.labelPhotoB.ForeColor = Color.Red;
} }
public void UpdateParameter1Display(SystemInformation3 item)
{
int temp = 0;
// Random Mode
this.label996Under.Text = Helper.StringToDecimalPlaces(item.Random1Under, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
this.label996Over.Text = Helper.StringToDecimalPlaces(item.Random1Over, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
this.label996Tare.Text = Helper.StringToDecimalPlaces(item.Random1Tare, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
temp = int.Parse(item.Random1Using);
if (temp == 1)
this.label996Using.Text = "ON";
else
this.label996Using.Text = "OFF";
this.label997Under.Text = Helper.StringToDecimalPlaces(item.Random2Under, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
this.label997Over.Text = Helper.StringToDecimalPlaces(item.Random2Over, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
this.label997Tare.Text = Helper.StringToDecimalPlaces(item.Random2Tare, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
temp = int.Parse(item.Random2Using);
if (temp == 1)
this.label997Using.Text = "ON";
else
this.label997Using.Text = "OFF";
this.label998Under.Text = Helper.StringToDecimalPlaces(item.Random3Under, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
this.label998Over.Text = Helper.StringToDecimalPlaces(item.Random3Over, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
this.label998Tare.Text = Helper.StringToDecimalPlaces(item.Random3Tare, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
temp = int.Parse(item.Random3Using);
if (temp == 1)
this.label998Using.Text = "ON";
else
this.label998Using.Text = "OFF";
this.label999Under.Text = Helper.StringToDecimalPlaces(item.Random4Under, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
this.label999Over.Text = Helper.StringToDecimalPlaces(item.Random4Over, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
this.label999Tare.Text = Helper.StringToDecimalPlaces(item.Random4Tare, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
temp = int.Parse(item.Random4Using);
if (temp == 1)
this.label999Using.Text = "ON";
else
this.label999Using.Text = "OFF";
this.label1000Under.Text = Helper.StringToDecimalPlaces(item.Random5Under, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
this.label1000Over.Text = Helper.StringToDecimalPlaces(item.Random5Over, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
this.label1000Tare.Text = Helper.StringToDecimalPlaces(item.Random5Tare, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
temp = int.Parse(item.Random5Using);
if (temp == 1)
this.label1000Using.Text = "ON";
else
this.label1000Using.Text = "OFF";
}
public void UpdateParameter2Display(SystemInformation3 item) public void UpdateParameter2Display(SystemInformation3 item)
{ {
int temp = 0; int temp = 0;
@ -595,39 +430,6 @@ namespace ITC81DB_0H
else else
this.labelOptionBoard.Text = "None"; this.labelOptionBoard.Text = "None";
temp = int.Parse(item.EquipmentType);
switch (temp)
{
case 0:
this.labelEquipmentType.Text = "Conveyer";
break;
case 4:
this.labelEquipmentType.Text = "Updown";
break;
case 6:
this.labelEquipmentType.Text = "Stop-W";
break;
default:
this.labelEquipmentType.Text = "Conveyer";
break;
}
temp = int.Parse(item.PI8);
if (temp == 1)
this.labelPIN8.Text = "Discharge";
else if (temp == 2)
this.labelPIN8.Text = "Metal";
else
this.labelPIN8.Text = "None";
temp = int.Parse(item.PI7);
if (temp == 1)
this.labelPIN7.Text = "OPT2-En1";
else if (temp == 2)
this.labelPIN7.Text = "Stopper";
else
this.labelPIN7.Text = "None";
temp = int.Parse(item.PI6); temp = int.Parse(item.PI6);
if (temp == 1) if (temp == 1)
this.labelPIN6.Text = "OPT2-En2"; this.labelPIN6.Text = "OPT2-En2";

View File

@ -459,12 +459,10 @@ namespace ITC81DB_0H.Controls
{ {
if (this.radioButtonDecimalPlaces1.Checked == true) if (this.radioButtonDecimalPlaces1.Checked == true)
{ {
this.ParentForm.ParentForm.CreateProductFileForRandomMode();
this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces = 1; this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces = 1;
} }
else if (this.radioButtonDecimalPlaces2.Checked == true) else if (this.radioButtonDecimalPlaces2.Checked == true)
{ {
this.ParentForm.ParentForm.CreateProductFileForRandomMode2();
this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces = 2; this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces = 2;
} }
@ -476,12 +474,10 @@ namespace ITC81DB_0H.Controls
{ {
if (this.radioButtonDecimalPlaces1.Checked == true) if (this.radioButtonDecimalPlaces1.Checked == true)
{ {
this.ParentForm.ParentForm.CreateProductFileForRandomMode();
this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces = 1; this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces = 1;
} }
else if (this.radioButtonDecimalPlaces2.Checked == true) else if (this.radioButtonDecimalPlaces2.Checked == true)
{ {
this.ParentForm.ParentForm.CreateProductFileForRandomMode2();
this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces = 2; this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces = 2;
} }

View File

@ -73,7 +73,7 @@
this.buttonExternalOutput.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalOutput.DownImage"))); this.buttonExternalOutput.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonExternalOutput.DownImage")));
this.buttonExternalOutput.GroupID = 0; this.buttonExternalOutput.GroupID = 0;
this.buttonExternalOutput.InitVisible = true; this.buttonExternalOutput.InitVisible = true;
this.buttonExternalOutput.Location = new System.Drawing.Point(28, 231); this.buttonExternalOutput.Location = new System.Drawing.Point(28, 240);
this.buttonExternalOutput.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonExternalOutput.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonExternalOutput.Name = "buttonExternalOutput"; this.buttonExternalOutput.Name = "buttonExternalOutput";
this.buttonExternalOutput.NestedClickEventPrevent = false; this.buttonExternalOutput.NestedClickEventPrevent = false;

View File

@ -31,6 +31,7 @@
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemIOTest)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemIOTest));
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.groupBoxInput = new SmartX.SmartGroupBox(); this.groupBoxInput = new SmartX.SmartGroupBox();
this.buttonInputRead = new SmartX.SmartButton();
this.labelInput1 = new System.Windows.Forms.Label(); this.labelInput1 = new System.Windows.Forms.Label();
this.labelInput2 = new System.Windows.Forms.Label(); this.labelInput2 = new System.Windows.Forms.Label();
this.labelInput3 = new System.Windows.Forms.Label(); this.labelInput3 = new System.Windows.Forms.Label();
@ -48,15 +49,12 @@
this.labelInputName5 = new SmartX.SmartLabel(); this.labelInputName5 = new SmartX.SmartLabel();
this.labelInputName6 = new SmartX.SmartLabel(); this.labelInputName6 = new SmartX.SmartLabel();
this.groupBoxOutput = new SmartX.SmartGroupBox(); this.groupBoxOutput = new SmartX.SmartGroupBox();
this.buttonOutput16 = new SmartX.SmartButton();
this.buttonOutput1 = new SmartX.SmartButton(); this.buttonOutput1 = new SmartX.SmartButton();
this.buttonOutput8 = new SmartX.SmartButton(); this.buttonOutput8 = new SmartX.SmartButton();
this.buttonOutput12 = new SmartX.SmartButton(); this.buttonOutput12 = new SmartX.SmartButton();
this.buttonOutput15 = new SmartX.SmartButton();
this.buttonOutput7 = new SmartX.SmartButton(); this.buttonOutput7 = new SmartX.SmartButton();
this.buttonOutput4 = new SmartX.SmartButton(); this.buttonOutput4 = new SmartX.SmartButton();
this.buttonOutput11 = new SmartX.SmartButton(); this.buttonOutput11 = new SmartX.SmartButton();
this.buttonOutput14 = new SmartX.SmartButton();
this.buttonOutput3 = new SmartX.SmartButton(); this.buttonOutput3 = new SmartX.SmartButton();
this.buttonOutput6 = new SmartX.SmartButton(); this.buttonOutput6 = new SmartX.SmartButton();
this.buttonOutput10 = new SmartX.SmartButton(); this.buttonOutput10 = new SmartX.SmartButton();
@ -65,7 +63,6 @@
this.buttonOutput5 = new SmartX.SmartButton(); this.buttonOutput5 = new SmartX.SmartButton();
this.buttonOutput9 = new SmartX.SmartButton(); this.buttonOutput9 = new SmartX.SmartButton();
this.timer = new System.Windows.Forms.Timer(); this.timer = new System.Windows.Forms.Timer();
this.buttonInputRead = new SmartX.SmartButton();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.groupBoxInput.SuspendLayout(); this.groupBoxInput.SuspendLayout();
this.groupBoxOutput.SuspendLayout(); this.groupBoxOutput.SuspendLayout();
@ -93,7 +90,7 @@
// //
// groupBoxInput // groupBoxInput
// //
this.groupBoxInput.BackColor = System.Drawing.Color.Black; this.groupBoxInput.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.groupBoxInput.BackPictureBox = null; this.groupBoxInput.BackPictureBox = null;
this.groupBoxInput.BackPictureBox1 = null; this.groupBoxInput.BackPictureBox1 = null;
this.groupBoxInput.Controls.Add(this.buttonInputRead); this.groupBoxInput.Controls.Add(this.buttonInputRead);
@ -113,27 +110,60 @@
this.groupBoxInput.Controls.Add(this.labelInputName7); this.groupBoxInput.Controls.Add(this.labelInputName7);
this.groupBoxInput.Controls.Add(this.labelInputName5); this.groupBoxInput.Controls.Add(this.labelInputName5);
this.groupBoxInput.Controls.Add(this.labelInputName6); this.groupBoxInput.Controls.Add(this.labelInputName6);
this.groupBoxInput.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.groupBoxInput.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.groupBoxInput.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.groupBoxInput.FrameLineColor1 = System.Drawing.Color.White;
this.groupBoxInput.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxInput.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxInput.FrameLineThickness = 2; this.groupBoxInput.FrameLineThickness = 2;
this.groupBoxInput.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; this.groupBoxInput.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
this.groupBoxInput.Image = null; this.groupBoxInput.Image = null;
this.groupBoxInput.InitVisible = true; this.groupBoxInput.InitVisible = true;
this.groupBoxInput.Location = new System.Drawing.Point(3, 0); this.groupBoxInput.Location = new System.Drawing.Point(3, 9);
this.groupBoxInput.Name = "groupBoxInput"; this.groupBoxInput.Name = "groupBoxInput";
this.groupBoxInput.RoundRadius = 0; this.groupBoxInput.RoundRadius = 0;
this.groupBoxInput.Size = new System.Drawing.Size(350, 465); this.groupBoxInput.Size = new System.Drawing.Size(350, 450);
this.groupBoxInput.TabIndex = 177; this.groupBoxInput.TabIndex = 177;
this.groupBoxInput.Text = "INPUT"; this.groupBoxInput.Text = "INPUT";
this.groupBoxInput.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.groupBoxInput.TextColor = System.Drawing.Color.White;
//
// buttonInputRead
//
this.buttonInputRead.BackPictureBox = null;
this.buttonInputRead.BackPictureBox1 = null;
this.buttonInputRead.BackPictureBox2 = null;
this.buttonInputRead.ButtonColor = System.Drawing.Color.Gray;
this.buttonInputRead.ButtonImageAutoSize = true;
this.buttonInputRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonInputRead.DisableImage = null;
this.buttonInputRead.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonInputRead.DownImage")));
this.buttonInputRead.GroupID = 0;
this.buttonInputRead.InitVisible = true;
this.buttonInputRead.Location = new System.Drawing.Point(254, 355);
this.buttonInputRead.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonInputRead.Name = "buttonInputRead";
this.buttonInputRead.NestedClickEventPrevent = false;
this.buttonInputRead.OutlinePixel = 1;
this.buttonInputRead.RepeatInterval = 200;
this.buttonInputRead.RepeatIntervalAccelerate = null;
this.buttonInputRead.SafeInterval = 200;
this.buttonInputRead.Size = new System.Drawing.Size(70, 40);
this.buttonInputRead.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonInputRead.TabIndex = 254;
this.buttonInputRead.Text = "Read";
this.buttonInputRead.TextColor = System.Drawing.Color.Black;
this.buttonInputRead.TextDownColor = System.Drawing.Color.White;
this.buttonInputRead.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonInputRead.TextLocation = new System.Drawing.Point(0, 0);
this.buttonInputRead.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonInputRead.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonInputRead.UpImage")));
this.buttonInputRead.Visible = false;
this.buttonInputRead.Click += new System.EventHandler(this.buttonInputRead_Click);
// //
// labelInput1 // labelInput1
// //
this.labelInput1.BackColor = System.Drawing.Color.DimGray; this.labelInput1.BackColor = System.Drawing.Color.DimGray;
this.labelInput1.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular); this.labelInput1.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput1.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput1.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput1.Location = new System.Drawing.Point(112, 96); this.labelInput1.Location = new System.Drawing.Point(113, 83);
this.labelInput1.Name = "labelInput1"; this.labelInput1.Name = "labelInput1";
this.labelInput1.Size = new System.Drawing.Size(25, 25); this.labelInput1.Size = new System.Drawing.Size(25, 25);
// //
@ -142,7 +172,7 @@
this.labelInput2.BackColor = System.Drawing.Color.DimGray; this.labelInput2.BackColor = System.Drawing.Color.DimGray;
this.labelInput2.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular); this.labelInput2.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput2.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput2.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput2.Location = new System.Drawing.Point(112, 133); this.labelInput2.Location = new System.Drawing.Point(113, 120);
this.labelInput2.Name = "labelInput2"; this.labelInput2.Name = "labelInput2";
this.labelInput2.Size = new System.Drawing.Size(25, 25); this.labelInput2.Size = new System.Drawing.Size(25, 25);
// //
@ -151,7 +181,7 @@
this.labelInput3.BackColor = System.Drawing.Color.DimGray; this.labelInput3.BackColor = System.Drawing.Color.DimGray;
this.labelInput3.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular); this.labelInput3.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput3.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput3.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput3.Location = new System.Drawing.Point(112, 170); this.labelInput3.Location = new System.Drawing.Point(113, 157);
this.labelInput3.Name = "labelInput3"; this.labelInput3.Name = "labelInput3";
this.labelInput3.Size = new System.Drawing.Size(25, 25); this.labelInput3.Size = new System.Drawing.Size(25, 25);
// //
@ -160,7 +190,7 @@
this.labelInput4.BackColor = System.Drawing.Color.DimGray; this.labelInput4.BackColor = System.Drawing.Color.DimGray;
this.labelInput4.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular); this.labelInput4.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput4.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput4.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput4.Location = new System.Drawing.Point(112, 207); this.labelInput4.Location = new System.Drawing.Point(113, 194);
this.labelInput4.Name = "labelInput4"; this.labelInput4.Name = "labelInput4";
this.labelInput4.Size = new System.Drawing.Size(25, 25); this.labelInput4.Size = new System.Drawing.Size(25, 25);
// //
@ -169,7 +199,7 @@
this.labelInput8.BackColor = System.Drawing.Color.DimGray; this.labelInput8.BackColor = System.Drawing.Color.DimGray;
this.labelInput8.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular); this.labelInput8.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput8.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput8.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput8.Location = new System.Drawing.Point(112, 355); this.labelInput8.Location = new System.Drawing.Point(113, 342);
this.labelInput8.Name = "labelInput8"; this.labelInput8.Name = "labelInput8";
this.labelInput8.Size = new System.Drawing.Size(25, 25); this.labelInput8.Size = new System.Drawing.Size(25, 25);
// //
@ -178,7 +208,7 @@
this.labelInput5.BackColor = System.Drawing.Color.DimGray; this.labelInput5.BackColor = System.Drawing.Color.DimGray;
this.labelInput5.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular); this.labelInput5.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput5.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput5.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput5.Location = new System.Drawing.Point(112, 244); this.labelInput5.Location = new System.Drawing.Point(113, 231);
this.labelInput5.Name = "labelInput5"; this.labelInput5.Name = "labelInput5";
this.labelInput5.Size = new System.Drawing.Size(25, 25); this.labelInput5.Size = new System.Drawing.Size(25, 25);
// //
@ -187,7 +217,7 @@
this.labelInput7.BackColor = System.Drawing.Color.DimGray; this.labelInput7.BackColor = System.Drawing.Color.DimGray;
this.labelInput7.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular); this.labelInput7.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput7.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput7.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput7.Location = new System.Drawing.Point(112, 318); this.labelInput7.Location = new System.Drawing.Point(113, 305);
this.labelInput7.Name = "labelInput7"; this.labelInput7.Name = "labelInput7";
this.labelInput7.Size = new System.Drawing.Size(25, 25); this.labelInput7.Size = new System.Drawing.Size(25, 25);
// //
@ -196,192 +226,189 @@
this.labelInput6.BackColor = System.Drawing.Color.DimGray; this.labelInput6.BackColor = System.Drawing.Color.DimGray;
this.labelInput6.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular); this.labelInput6.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInput6.ForeColor = System.Drawing.SystemColors.ControlDark; this.labelInput6.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelInput6.Location = new System.Drawing.Point(112, 281); this.labelInput6.Location = new System.Drawing.Point(113, 268);
this.labelInput6.Name = "labelInput6"; this.labelInput6.Name = "labelInput6";
this.labelInput6.Size = new System.Drawing.Size(25, 25); this.labelInput6.Size = new System.Drawing.Size(25, 25);
// //
// labelInputName1 // labelInputName1
// //
this.labelInputName1.BackColor = System.Drawing.Color.Black; this.labelInputName1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelInputName1.BackPictureBox = null; this.labelInputName1.BackPictureBox = null;
this.labelInputName1.BackPictureBox1 = null; this.labelInputName1.BackPictureBox1 = null;
this.labelInputName1.BackPictureBox2 = null; this.labelInputName1.BackPictureBox2 = null;
this.labelInputName1.BorderColor = System.Drawing.Color.Black; this.labelInputName1.BorderColor = System.Drawing.Color.Black;
this.labelInputName1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelInputName1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelInputName1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelInputName1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInputName1.ForeColor = System.Drawing.Color.RoyalBlue; this.labelInputName1.ForeColor = System.Drawing.Color.White;
this.labelInputName1.InitVisible = true; this.labelInputName1.InitVisible = true;
this.labelInputName1.LineSpacing = 0F; this.labelInputName1.LineSpacing = 0F;
this.labelInputName1.Location = new System.Drawing.Point(143, 96); this.labelInputName1.Location = new System.Drawing.Point(144, 83);
this.labelInputName1.Name = "labelInputName1"; this.labelInputName1.Name = "labelInputName1";
this.labelInputName1.Size = new System.Drawing.Size(69, 25); this.labelInputName1.Size = new System.Drawing.Size(69, 25);
this.labelInputName1.TabIndex = 229; this.labelInputName1.TabIndex = 229;
this.labelInputName1.Text = "INPUT_1"; this.labelInputName1.Text = "OPER.SW";
this.labelInputName1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelInputName1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelInputName1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelInputName1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelInputName1.Wordwrap = false; this.labelInputName1.Wordwrap = false;
// //
// labelInputName2 // labelInputName2
// //
this.labelInputName2.BackColor = System.Drawing.Color.Black; this.labelInputName2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelInputName2.BackPictureBox = null; this.labelInputName2.BackPictureBox = null;
this.labelInputName2.BackPictureBox1 = null; this.labelInputName2.BackPictureBox1 = null;
this.labelInputName2.BackPictureBox2 = null; this.labelInputName2.BackPictureBox2 = null;
this.labelInputName2.BorderColor = System.Drawing.Color.Black; this.labelInputName2.BorderColor = System.Drawing.Color.Black;
this.labelInputName2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelInputName2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelInputName2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelInputName2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInputName2.ForeColor = System.Drawing.Color.RoyalBlue; this.labelInputName2.ForeColor = System.Drawing.Color.White;
this.labelInputName2.InitVisible = true; this.labelInputName2.InitVisible = true;
this.labelInputName2.LineSpacing = 0F; this.labelInputName2.LineSpacing = 0F;
this.labelInputName2.Location = new System.Drawing.Point(143, 133); this.labelInputName2.Location = new System.Drawing.Point(144, 120);
this.labelInputName2.Name = "labelInputName2"; this.labelInputName2.Name = "labelInputName2";
this.labelInputName2.Size = new System.Drawing.Size(69, 25); this.labelInputName2.Size = new System.Drawing.Size(69, 25);
this.labelInputName2.TabIndex = 231; this.labelInputName2.TabIndex = 231;
this.labelInputName2.Text = "INPUT_2"; this.labelInputName2.Text = "EM.STOP";
this.labelInputName2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelInputName2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelInputName2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelInputName2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelInputName2.Wordwrap = false; this.labelInputName2.Wordwrap = false;
// //
// labelInputName3 // labelInputName3
// //
this.labelInputName3.BackColor = System.Drawing.Color.Black; this.labelInputName3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelInputName3.BackPictureBox = null; this.labelInputName3.BackPictureBox = null;
this.labelInputName3.BackPictureBox1 = null; this.labelInputName3.BackPictureBox1 = null;
this.labelInputName3.BackPictureBox2 = null; this.labelInputName3.BackPictureBox2 = null;
this.labelInputName3.BorderColor = System.Drawing.Color.Black; this.labelInputName3.BorderColor = System.Drawing.Color.Black;
this.labelInputName3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelInputName3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelInputName3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelInputName3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInputName3.ForeColor = System.Drawing.Color.RoyalBlue; this.labelInputName3.ForeColor = System.Drawing.Color.White;
this.labelInputName3.InitVisible = true; this.labelInputName3.InitVisible = true;
this.labelInputName3.LineSpacing = 0F; this.labelInputName3.LineSpacing = 0F;
this.labelInputName3.Location = new System.Drawing.Point(143, 170); this.labelInputName3.Location = new System.Drawing.Point(144, 157);
this.labelInputName3.Name = "labelInputName3"; this.labelInputName3.Name = "labelInputName3";
this.labelInputName3.Size = new System.Drawing.Size(69, 25); this.labelInputName3.Size = new System.Drawing.Size(69, 25);
this.labelInputName3.TabIndex = 232; this.labelInputName3.TabIndex = 232;
this.labelInputName3.Text = "INPUT_3"; this.labelInputName3.Text = "ENT.SIG";
this.labelInputName3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelInputName3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelInputName3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelInputName3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelInputName3.Wordwrap = false; this.labelInputName3.Wordwrap = false;
// //
// labelInputName8 // labelInputName8
// //
this.labelInputName8.BackColor = System.Drawing.Color.Black; this.labelInputName8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelInputName8.BackPictureBox = null; this.labelInputName8.BackPictureBox = null;
this.labelInputName8.BackPictureBox1 = null; this.labelInputName8.BackPictureBox1 = null;
this.labelInputName8.BackPictureBox2 = null; this.labelInputName8.BackPictureBox2 = null;
this.labelInputName8.BorderColor = System.Drawing.Color.Black; this.labelInputName8.BorderColor = System.Drawing.Color.Black;
this.labelInputName8.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelInputName8.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelInputName8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelInputName8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInputName8.ForeColor = System.Drawing.Color.RoyalBlue; this.labelInputName8.ForeColor = System.Drawing.Color.White;
this.labelInputName8.InitVisible = true; this.labelInputName8.InitVisible = true;
this.labelInputName8.LineSpacing = 0F; this.labelInputName8.LineSpacing = 0F;
this.labelInputName8.Location = new System.Drawing.Point(143, 355); this.labelInputName8.Location = new System.Drawing.Point(144, 342);
this.labelInputName8.Name = "labelInputName8"; this.labelInputName8.Name = "labelInputName8";
this.labelInputName8.Size = new System.Drawing.Size(69, 25); this.labelInputName8.Size = new System.Drawing.Size(69, 25);
this.labelInputName8.TabIndex = 242; this.labelInputName8.TabIndex = 242;
this.labelInputName8.Text = "INPUT_8"; this.labelInputName8.Text = "OPT2";
this.labelInputName8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelInputName8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelInputName8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelInputName8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelInputName8.Wordwrap = false; this.labelInputName8.Wordwrap = false;
// //
// labelInputName4 // labelInputName4
// //
this.labelInputName4.BackColor = System.Drawing.Color.Black; this.labelInputName4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelInputName4.BackPictureBox = null; this.labelInputName4.BackPictureBox = null;
this.labelInputName4.BackPictureBox1 = null; this.labelInputName4.BackPictureBox1 = null;
this.labelInputName4.BackPictureBox2 = null; this.labelInputName4.BackPictureBox2 = null;
this.labelInputName4.BorderColor = System.Drawing.Color.Black; this.labelInputName4.BorderColor = System.Drawing.Color.Black;
this.labelInputName4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelInputName4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelInputName4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelInputName4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInputName4.ForeColor = System.Drawing.Color.RoyalBlue; this.labelInputName4.ForeColor = System.Drawing.Color.White;
this.labelInputName4.InitVisible = true; this.labelInputName4.InitVisible = true;
this.labelInputName4.LineSpacing = 0F; this.labelInputName4.LineSpacing = 0F;
this.labelInputName4.Location = new System.Drawing.Point(143, 207); this.labelInputName4.Location = new System.Drawing.Point(144, 194);
this.labelInputName4.Name = "labelInputName4"; this.labelInputName4.Name = "labelInputName4";
this.labelInputName4.Size = new System.Drawing.Size(69, 25); this.labelInputName4.Size = new System.Drawing.Size(69, 25);
this.labelInputName4.TabIndex = 235; this.labelInputName4.TabIndex = 235;
this.labelInputName4.Text = "INPUT_4"; this.labelInputName4.Text = "NG";
this.labelInputName4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelInputName4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelInputName4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelInputName4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelInputName4.Wordwrap = false; this.labelInputName4.Wordwrap = false;
// //
// labelInputName7 // labelInputName7
// //
this.labelInputName7.BackColor = System.Drawing.Color.Black; this.labelInputName7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelInputName7.BackPictureBox = null; this.labelInputName7.BackPictureBox = null;
this.labelInputName7.BackPictureBox1 = null; this.labelInputName7.BackPictureBox1 = null;
this.labelInputName7.BackPictureBox2 = null; this.labelInputName7.BackPictureBox2 = null;
this.labelInputName7.BorderColor = System.Drawing.Color.Black; this.labelInputName7.BorderColor = System.Drawing.Color.Black;
this.labelInputName7.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelInputName7.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelInputName7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelInputName7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInputName7.ForeColor = System.Drawing.Color.RoyalBlue; this.labelInputName7.ForeColor = System.Drawing.Color.White;
this.labelInputName7.InitVisible = true; this.labelInputName7.InitVisible = true;
this.labelInputName7.LineSpacing = 0F; this.labelInputName7.LineSpacing = 0F;
this.labelInputName7.Location = new System.Drawing.Point(143, 318); this.labelInputName7.Location = new System.Drawing.Point(144, 305);
this.labelInputName7.Name = "labelInputName7"; this.labelInputName7.Name = "labelInputName7";
this.labelInputName7.Size = new System.Drawing.Size(69, 25); this.labelInputName7.Size = new System.Drawing.Size(69, 25);
this.labelInputName7.TabIndex = 241; this.labelInputName7.TabIndex = 241;
this.labelInputName7.Text = "INPUT_7"; this.labelInputName7.Text = "OPT1";
this.labelInputName7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelInputName7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelInputName7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelInputName7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelInputName7.Wordwrap = false; this.labelInputName7.Wordwrap = false;
// //
// labelInputName5 // labelInputName5
// //
this.labelInputName5.BackColor = System.Drawing.Color.Black; this.labelInputName5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelInputName5.BackPictureBox = null; this.labelInputName5.BackPictureBox = null;
this.labelInputName5.BackPictureBox1 = null; this.labelInputName5.BackPictureBox1 = null;
this.labelInputName5.BackPictureBox2 = null; this.labelInputName5.BackPictureBox2 = null;
this.labelInputName5.BorderColor = System.Drawing.Color.Black; this.labelInputName5.BorderColor = System.Drawing.Color.Black;
this.labelInputName5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelInputName5.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelInputName5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelInputName5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInputName5.ForeColor = System.Drawing.Color.RoyalBlue; this.labelInputName5.ForeColor = System.Drawing.Color.White;
this.labelInputName5.InitVisible = true; this.labelInputName5.InitVisible = true;
this.labelInputName5.LineSpacing = 0F; this.labelInputName5.LineSpacing = 0F;
this.labelInputName5.Location = new System.Drawing.Point(143, 244); this.labelInputName5.Location = new System.Drawing.Point(144, 231);
this.labelInputName5.Name = "labelInputName5"; this.labelInputName5.Name = "labelInputName5";
this.labelInputName5.Size = new System.Drawing.Size(69, 25); this.labelInputName5.Size = new System.Drawing.Size(69, 25);
this.labelInputName5.TabIndex = 236; this.labelInputName5.TabIndex = 236;
this.labelInputName5.Text = "INPUT_5"; this.labelInputName5.Text = "EXT.STOP";
this.labelInputName5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelInputName5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelInputName5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelInputName5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelInputName5.Wordwrap = false; this.labelInputName5.Wordwrap = false;
// //
// labelInputName6 // labelInputName6
// //
this.labelInputName6.BackColor = System.Drawing.Color.Black; this.labelInputName6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelInputName6.BackPictureBox = null; this.labelInputName6.BackPictureBox = null;
this.labelInputName6.BackPictureBox1 = null; this.labelInputName6.BackPictureBox1 = null;
this.labelInputName6.BackPictureBox2 = null; this.labelInputName6.BackPictureBox2 = null;
this.labelInputName6.BorderColor = System.Drawing.Color.Black; this.labelInputName6.BorderColor = System.Drawing.Color.Black;
this.labelInputName6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelInputName6.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelInputName6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelInputName6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelInputName6.ForeColor = System.Drawing.Color.RoyalBlue; this.labelInputName6.ForeColor = System.Drawing.Color.White;
this.labelInputName6.InitVisible = true; this.labelInputName6.InitVisible = true;
this.labelInputName6.LineSpacing = 0F; this.labelInputName6.LineSpacing = 0F;
this.labelInputName6.Location = new System.Drawing.Point(143, 281); this.labelInputName6.Location = new System.Drawing.Point(144, 268);
this.labelInputName6.Name = "labelInputName6"; this.labelInputName6.Name = "labelInputName6";
this.labelInputName6.Size = new System.Drawing.Size(69, 25); this.labelInputName6.Size = new System.Drawing.Size(69, 25);
this.labelInputName6.TabIndex = 238; this.labelInputName6.TabIndex = 238;
this.labelInputName6.Text = "INPUT_6"; this.labelInputName6.Text = "EXT.OPER";
this.labelInputName6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelInputName6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelInputName6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelInputName6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelInputName6.Wordwrap = false; this.labelInputName6.Wordwrap = false;
// //
// groupBoxOutput // groupBoxOutput
// //
this.groupBoxOutput.BackColor = System.Drawing.Color.Black; this.groupBoxOutput.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.groupBoxOutput.BackPictureBox = null; this.groupBoxOutput.BackPictureBox = null;
this.groupBoxOutput.BackPictureBox1 = null; this.groupBoxOutput.BackPictureBox1 = null;
this.groupBoxOutput.Controls.Add(this.buttonOutput16);
this.groupBoxOutput.Controls.Add(this.buttonOutput1); this.groupBoxOutput.Controls.Add(this.buttonOutput1);
this.groupBoxOutput.Controls.Add(this.buttonOutput8); this.groupBoxOutput.Controls.Add(this.buttonOutput8);
this.groupBoxOutput.Controls.Add(this.buttonOutput12); this.groupBoxOutput.Controls.Add(this.buttonOutput12);
this.groupBoxOutput.Controls.Add(this.buttonOutput15);
this.groupBoxOutput.Controls.Add(this.buttonOutput7); this.groupBoxOutput.Controls.Add(this.buttonOutput7);
this.groupBoxOutput.Controls.Add(this.buttonOutput4); this.groupBoxOutput.Controls.Add(this.buttonOutput4);
this.groupBoxOutput.Controls.Add(this.buttonOutput11); this.groupBoxOutput.Controls.Add(this.buttonOutput11);
this.groupBoxOutput.Controls.Add(this.buttonOutput14);
this.groupBoxOutput.Controls.Add(this.buttonOutput3); this.groupBoxOutput.Controls.Add(this.buttonOutput3);
this.groupBoxOutput.Controls.Add(this.buttonOutput6); this.groupBoxOutput.Controls.Add(this.buttonOutput6);
this.groupBoxOutput.Controls.Add(this.buttonOutput10); this.groupBoxOutput.Controls.Add(this.buttonOutput10);
@ -389,55 +416,20 @@
this.groupBoxOutput.Controls.Add(this.buttonOutput2); this.groupBoxOutput.Controls.Add(this.buttonOutput2);
this.groupBoxOutput.Controls.Add(this.buttonOutput5); this.groupBoxOutput.Controls.Add(this.buttonOutput5);
this.groupBoxOutput.Controls.Add(this.buttonOutput9); this.groupBoxOutput.Controls.Add(this.buttonOutput9);
this.groupBoxOutput.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.groupBoxOutput.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.groupBoxOutput.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.groupBoxOutput.FrameLineColor1 = System.Drawing.Color.White;
this.groupBoxOutput.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxOutput.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxOutput.FrameLineThickness = 2; this.groupBoxOutput.FrameLineThickness = 2;
this.groupBoxOutput.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; this.groupBoxOutput.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
this.groupBoxOutput.Image = null; this.groupBoxOutput.Image = null;
this.groupBoxOutput.InitVisible = true; this.groupBoxOutput.InitVisible = true;
this.groupBoxOutput.Location = new System.Drawing.Point(354, 0); this.groupBoxOutput.Location = new System.Drawing.Point(354, 9);
this.groupBoxOutput.Name = "groupBoxOutput"; this.groupBoxOutput.Name = "groupBoxOutput";
this.groupBoxOutput.RoundRadius = 0; this.groupBoxOutput.RoundRadius = 0;
this.groupBoxOutput.Size = new System.Drawing.Size(350, 465); this.groupBoxOutput.Size = new System.Drawing.Size(350, 450);
this.groupBoxOutput.TabIndex = 176; this.groupBoxOutput.TabIndex = 176;
this.groupBoxOutput.Text = "OUTPUT"; this.groupBoxOutput.Text = "OUTPUT";
this.groupBoxOutput.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.groupBoxOutput.TextColor = System.Drawing.Color.White;
//
// buttonOutput16
//
this.buttonOutput16.BackPictureBox = null;
this.buttonOutput16.BackPictureBox1 = null;
this.buttonOutput16.BackPictureBox2 = null;
this.buttonOutput16.ButtonColor = System.Drawing.Color.Gray;
this.buttonOutput16.ButtonImageAutoSize = true;
this.buttonOutput16.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput16.DisableImage = null;
this.buttonOutput16.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput16.DownImage")));
this.buttonOutput16.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonOutput16.ForeColor = System.Drawing.Color.White;
this.buttonOutput16.GroupID = 0;
this.buttonOutput16.InitVisible = true;
this.buttonOutput16.Location = new System.Drawing.Point(254, 179);
this.buttonOutput16.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonOutput16.Name = "buttonOutput16";
this.buttonOutput16.NestedClickEventPrevent = false;
this.buttonOutput16.OutlinePixel = 1;
this.buttonOutput16.RepeatInterval = 200;
this.buttonOutput16.RepeatIntervalAccelerate = null;
this.buttonOutput16.SafeInterval = 200;
this.buttonOutput16.Size = new System.Drawing.Size(70, 40);
this.buttonOutput16.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOutput16.TabIndex = 197;
this.buttonOutput16.Tag = "7716";
this.buttonOutput16.Text = "Output16";
this.buttonOutput16.TextColor = System.Drawing.Color.Blue;
this.buttonOutput16.TextDownColor = System.Drawing.Color.White;
this.buttonOutput16.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOutput16.TextLocation = new System.Drawing.Point(0, 0);
this.buttonOutput16.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonOutput16.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput16.UpImage")));
this.buttonOutput16.Click += new System.EventHandler(this.buttonOutput_Click);
// //
// buttonOutput1 // buttonOutput1
// //
@ -453,7 +445,7 @@
this.buttonOutput1.ForeColor = System.Drawing.Color.White; this.buttonOutput1.ForeColor = System.Drawing.Color.White;
this.buttonOutput1.GroupID = 0; this.buttonOutput1.GroupID = 0;
this.buttonOutput1.InitVisible = true; this.buttonOutput1.InitVisible = true;
this.buttonOutput1.Location = new System.Drawing.Point(41, 41); this.buttonOutput1.Location = new System.Drawing.Point(41, 83);
this.buttonOutput1.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOutput1.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonOutput1.Name = "buttonOutput1"; this.buttonOutput1.Name = "buttonOutput1";
this.buttonOutput1.NestedClickEventPrevent = false; this.buttonOutput1.NestedClickEventPrevent = false;
@ -461,12 +453,12 @@
this.buttonOutput1.RepeatInterval = 200; this.buttonOutput1.RepeatInterval = 200;
this.buttonOutput1.RepeatIntervalAccelerate = null; this.buttonOutput1.RepeatIntervalAccelerate = null;
this.buttonOutput1.SafeInterval = 200; this.buttonOutput1.SafeInterval = 200;
this.buttonOutput1.Size = new System.Drawing.Size(70, 40); this.buttonOutput1.Size = new System.Drawing.Size(65, 65);
this.buttonOutput1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOutput1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOutput1.TabIndex = 199; this.buttonOutput1.TabIndex = 199;
this.buttonOutput1.Tag = "7701"; this.buttonOutput1.Tag = "7701";
this.buttonOutput1.Text = "Output1"; this.buttonOutput1.Text = "RED";
this.buttonOutput1.TextColor = System.Drawing.Color.White; this.buttonOutput1.TextColor = System.Drawing.Color.Black;
this.buttonOutput1.TextDownColor = System.Drawing.Color.White; this.buttonOutput1.TextDownColor = System.Drawing.Color.White;
this.buttonOutput1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOutput1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOutput1.TextLocation = new System.Drawing.Point(0, 0); this.buttonOutput1.TextLocation = new System.Drawing.Point(0, 0);
@ -488,7 +480,7 @@
this.buttonOutput8.ForeColor = System.Drawing.Color.White; this.buttonOutput8.ForeColor = System.Drawing.Color.White;
this.buttonOutput8.GroupID = 0; this.buttonOutput8.GroupID = 0;
this.buttonOutput8.InitVisible = true; this.buttonOutput8.InitVisible = true;
this.buttonOutput8.Location = new System.Drawing.Point(254, 87); this.buttonOutput8.Location = new System.Drawing.Point(254, 154);
this.buttonOutput8.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOutput8.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonOutput8.Name = "buttonOutput8"; this.buttonOutput8.Name = "buttonOutput8";
this.buttonOutput8.NestedClickEventPrevent = false; this.buttonOutput8.NestedClickEventPrevent = false;
@ -496,12 +488,12 @@
this.buttonOutput8.RepeatInterval = 200; this.buttonOutput8.RepeatInterval = 200;
this.buttonOutput8.RepeatIntervalAccelerate = null; this.buttonOutput8.RepeatIntervalAccelerate = null;
this.buttonOutput8.SafeInterval = 200; this.buttonOutput8.SafeInterval = 200;
this.buttonOutput8.Size = new System.Drawing.Size(70, 40); this.buttonOutput8.Size = new System.Drawing.Size(65, 65);
this.buttonOutput8.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOutput8.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOutput8.TabIndex = 196; this.buttonOutput8.TabIndex = 196;
this.buttonOutput8.Tag = "7708"; this.buttonOutput8.Tag = "7708";
this.buttonOutput8.Text = "Output8"; this.buttonOutput8.Text = "OPT_NG";
this.buttonOutput8.TextColor = System.Drawing.Color.White; this.buttonOutput8.TextColor = System.Drawing.Color.Black;
this.buttonOutput8.TextDownColor = System.Drawing.Color.White; this.buttonOutput8.TextDownColor = System.Drawing.Color.White;
this.buttonOutput8.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOutput8.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOutput8.TextLocation = new System.Drawing.Point(0, 0); this.buttonOutput8.TextLocation = new System.Drawing.Point(0, 0);
@ -520,10 +512,10 @@
this.buttonOutput12.DisableImage = null; this.buttonOutput12.DisableImage = null;
this.buttonOutput12.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput12.DownImage"))); this.buttonOutput12.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput12.DownImage")));
this.buttonOutput12.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.buttonOutput12.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonOutput12.ForeColor = System.Drawing.Color.White; this.buttonOutput12.ForeColor = System.Drawing.Color.LightSkyBlue;
this.buttonOutput12.GroupID = 0; this.buttonOutput12.GroupID = 0;
this.buttonOutput12.InitVisible = true; this.buttonOutput12.InitVisible = true;
this.buttonOutput12.Location = new System.Drawing.Point(254, 132); this.buttonOutput12.Location = new System.Drawing.Point(254, 225);
this.buttonOutput12.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOutput12.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonOutput12.Name = "buttonOutput12"; this.buttonOutput12.Name = "buttonOutput12";
this.buttonOutput12.NestedClickEventPrevent = false; this.buttonOutput12.NestedClickEventPrevent = false;
@ -531,12 +523,12 @@
this.buttonOutput12.RepeatInterval = 200; this.buttonOutput12.RepeatInterval = 200;
this.buttonOutput12.RepeatIntervalAccelerate = null; this.buttonOutput12.RepeatIntervalAccelerate = null;
this.buttonOutput12.SafeInterval = 200; this.buttonOutput12.SafeInterval = 200;
this.buttonOutput12.Size = new System.Drawing.Size(70, 40); this.buttonOutput12.Size = new System.Drawing.Size(65, 65);
this.buttonOutput12.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOutput12.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOutput12.TabIndex = 202; this.buttonOutput12.TabIndex = 202;
this.buttonOutput12.Tag = "7712"; this.buttonOutput12.Tag = "7720";
this.buttonOutput12.Text = "Output12"; this.buttonOutput12.Text = "OPT3";
this.buttonOutput12.TextColor = System.Drawing.Color.Blue; this.buttonOutput12.TextColor = System.Drawing.Color.Black;
this.buttonOutput12.TextDownColor = System.Drawing.Color.White; this.buttonOutput12.TextDownColor = System.Drawing.Color.White;
this.buttonOutput12.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOutput12.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOutput12.TextLocation = new System.Drawing.Point(0, 0); this.buttonOutput12.TextLocation = new System.Drawing.Point(0, 0);
@ -544,41 +536,6 @@
this.buttonOutput12.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput12.UpImage"))); this.buttonOutput12.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput12.UpImage")));
this.buttonOutput12.Click += new System.EventHandler(this.buttonOutput_Click); this.buttonOutput12.Click += new System.EventHandler(this.buttonOutput_Click);
// //
// buttonOutput15
//
this.buttonOutput15.BackPictureBox = null;
this.buttonOutput15.BackPictureBox1 = null;
this.buttonOutput15.BackPictureBox2 = null;
this.buttonOutput15.ButtonColor = System.Drawing.Color.Gray;
this.buttonOutput15.ButtonImageAutoSize = true;
this.buttonOutput15.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput15.DisableImage = null;
this.buttonOutput15.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput15.DownImage")));
this.buttonOutput15.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonOutput15.ForeColor = System.Drawing.Color.White;
this.buttonOutput15.GroupID = 0;
this.buttonOutput15.InitVisible = true;
this.buttonOutput15.Location = new System.Drawing.Point(183, 179);
this.buttonOutput15.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonOutput15.Name = "buttonOutput15";
this.buttonOutput15.NestedClickEventPrevent = false;
this.buttonOutput15.OutlinePixel = 1;
this.buttonOutput15.RepeatInterval = 200;
this.buttonOutput15.RepeatIntervalAccelerate = null;
this.buttonOutput15.SafeInterval = 200;
this.buttonOutput15.Size = new System.Drawing.Size(70, 40);
this.buttonOutput15.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOutput15.TabIndex = 198;
this.buttonOutput15.Tag = "7715";
this.buttonOutput15.Text = "Output15";
this.buttonOutput15.TextColor = System.Drawing.Color.Blue;
this.buttonOutput15.TextDownColor = System.Drawing.Color.White;
this.buttonOutput15.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOutput15.TextLocation = new System.Drawing.Point(0, 0);
this.buttonOutput15.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonOutput15.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput15.UpImage")));
this.buttonOutput15.Click += new System.EventHandler(this.buttonOutput_Click);
//
// buttonOutput7 // buttonOutput7
// //
this.buttonOutput7.BackPictureBox = null; this.buttonOutput7.BackPictureBox = null;
@ -593,7 +550,7 @@
this.buttonOutput7.ForeColor = System.Drawing.Color.White; this.buttonOutput7.ForeColor = System.Drawing.Color.White;
this.buttonOutput7.GroupID = 0; this.buttonOutput7.GroupID = 0;
this.buttonOutput7.InitVisible = true; this.buttonOutput7.InitVisible = true;
this.buttonOutput7.Location = new System.Drawing.Point(183, 87); this.buttonOutput7.Location = new System.Drawing.Point(183, 154);
this.buttonOutput7.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOutput7.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonOutput7.Name = "buttonOutput7"; this.buttonOutput7.Name = "buttonOutput7";
this.buttonOutput7.NestedClickEventPrevent = false; this.buttonOutput7.NestedClickEventPrevent = false;
@ -601,12 +558,12 @@
this.buttonOutput7.RepeatInterval = 200; this.buttonOutput7.RepeatInterval = 200;
this.buttonOutput7.RepeatIntervalAccelerate = null; this.buttonOutput7.RepeatIntervalAccelerate = null;
this.buttonOutput7.SafeInterval = 200; this.buttonOutput7.SafeInterval = 200;
this.buttonOutput7.Size = new System.Drawing.Size(70, 40); this.buttonOutput7.Size = new System.Drawing.Size(65, 65);
this.buttonOutput7.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOutput7.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOutput7.TabIndex = 192; this.buttonOutput7.TabIndex = 192;
this.buttonOutput7.Tag = "7707"; this.buttonOutput7.Tag = "7707";
this.buttonOutput7.Text = "Output7"; this.buttonOutput7.Text = "OPT_PASS";
this.buttonOutput7.TextColor = System.Drawing.Color.White; this.buttonOutput7.TextColor = System.Drawing.Color.Black;
this.buttonOutput7.TextDownColor = System.Drawing.Color.White; this.buttonOutput7.TextDownColor = System.Drawing.Color.White;
this.buttonOutput7.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOutput7.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOutput7.TextLocation = new System.Drawing.Point(0, 0); this.buttonOutput7.TextLocation = new System.Drawing.Point(0, 0);
@ -628,7 +585,7 @@
this.buttonOutput4.ForeColor = System.Drawing.Color.White; this.buttonOutput4.ForeColor = System.Drawing.Color.White;
this.buttonOutput4.GroupID = 0; this.buttonOutput4.GroupID = 0;
this.buttonOutput4.InitVisible = true; this.buttonOutput4.InitVisible = true;
this.buttonOutput4.Location = new System.Drawing.Point(254, 41); this.buttonOutput4.Location = new System.Drawing.Point(254, 83);
this.buttonOutput4.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOutput4.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonOutput4.Name = "buttonOutput4"; this.buttonOutput4.Name = "buttonOutput4";
this.buttonOutput4.NestedClickEventPrevent = false; this.buttonOutput4.NestedClickEventPrevent = false;
@ -636,12 +593,12 @@
this.buttonOutput4.RepeatInterval = 200; this.buttonOutput4.RepeatInterval = 200;
this.buttonOutput4.RepeatIntervalAccelerate = null; this.buttonOutput4.RepeatIntervalAccelerate = null;
this.buttonOutput4.SafeInterval = 200; this.buttonOutput4.SafeInterval = 200;
this.buttonOutput4.Size = new System.Drawing.Size(70, 40); this.buttonOutput4.Size = new System.Drawing.Size(65, 65);
this.buttonOutput4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOutput4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOutput4.TabIndex = 201; this.buttonOutput4.TabIndex = 201;
this.buttonOutput4.Tag = "7704"; this.buttonOutput4.Tag = "7704";
this.buttonOutput4.Text = "Output4"; this.buttonOutput4.Text = "BUZZER";
this.buttonOutput4.TextColor = System.Drawing.Color.White; this.buttonOutput4.TextColor = System.Drawing.Color.Black;
this.buttonOutput4.TextDownColor = System.Drawing.Color.White; this.buttonOutput4.TextDownColor = System.Drawing.Color.White;
this.buttonOutput4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOutput4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOutput4.TextLocation = new System.Drawing.Point(0, 0); this.buttonOutput4.TextLocation = new System.Drawing.Point(0, 0);
@ -660,10 +617,10 @@
this.buttonOutput11.DisableImage = null; this.buttonOutput11.DisableImage = null;
this.buttonOutput11.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput11.DownImage"))); this.buttonOutput11.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput11.DownImage")));
this.buttonOutput11.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.buttonOutput11.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonOutput11.ForeColor = System.Drawing.Color.White; this.buttonOutput11.ForeColor = System.Drawing.Color.LightSkyBlue;
this.buttonOutput11.GroupID = 0; this.buttonOutput11.GroupID = 0;
this.buttonOutput11.InitVisible = true; this.buttonOutput11.InitVisible = true;
this.buttonOutput11.Location = new System.Drawing.Point(183, 133); this.buttonOutput11.Location = new System.Drawing.Point(183, 226);
this.buttonOutput11.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOutput11.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonOutput11.Name = "buttonOutput11"; this.buttonOutput11.Name = "buttonOutput11";
this.buttonOutput11.NestedClickEventPrevent = false; this.buttonOutput11.NestedClickEventPrevent = false;
@ -671,12 +628,12 @@
this.buttonOutput11.RepeatInterval = 200; this.buttonOutput11.RepeatInterval = 200;
this.buttonOutput11.RepeatIntervalAccelerate = null; this.buttonOutput11.RepeatIntervalAccelerate = null;
this.buttonOutput11.SafeInterval = 200; this.buttonOutput11.SafeInterval = 200;
this.buttonOutput11.Size = new System.Drawing.Size(70, 40); this.buttonOutput11.Size = new System.Drawing.Size(65, 65);
this.buttonOutput11.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOutput11.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOutput11.TabIndex = 204; this.buttonOutput11.TabIndex = 204;
this.buttonOutput11.Tag = "7711"; this.buttonOutput11.Tag = "7719";
this.buttonOutput11.Text = "Output11"; this.buttonOutput11.Text = "OPT2";
this.buttonOutput11.TextColor = System.Drawing.Color.Blue; this.buttonOutput11.TextColor = System.Drawing.Color.Black;
this.buttonOutput11.TextDownColor = System.Drawing.Color.White; this.buttonOutput11.TextDownColor = System.Drawing.Color.White;
this.buttonOutput11.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOutput11.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOutput11.TextLocation = new System.Drawing.Point(0, 0); this.buttonOutput11.TextLocation = new System.Drawing.Point(0, 0);
@ -684,41 +641,6 @@
this.buttonOutput11.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput11.UpImage"))); this.buttonOutput11.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput11.UpImage")));
this.buttonOutput11.Click += new System.EventHandler(this.buttonOutput_Click); this.buttonOutput11.Click += new System.EventHandler(this.buttonOutput_Click);
// //
// buttonOutput14
//
this.buttonOutput14.BackPictureBox = null;
this.buttonOutput14.BackPictureBox1 = null;
this.buttonOutput14.BackPictureBox2 = null;
this.buttonOutput14.ButtonColor = System.Drawing.Color.Gray;
this.buttonOutput14.ButtonImageAutoSize = true;
this.buttonOutput14.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOutput14.DisableImage = null;
this.buttonOutput14.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput14.DownImage")));
this.buttonOutput14.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonOutput14.ForeColor = System.Drawing.Color.White;
this.buttonOutput14.GroupID = 0;
this.buttonOutput14.InitVisible = true;
this.buttonOutput14.Location = new System.Drawing.Point(112, 179);
this.buttonOutput14.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonOutput14.Name = "buttonOutput14";
this.buttonOutput14.NestedClickEventPrevent = false;
this.buttonOutput14.OutlinePixel = 1;
this.buttonOutput14.RepeatInterval = 200;
this.buttonOutput14.RepeatIntervalAccelerate = null;
this.buttonOutput14.SafeInterval = 200;
this.buttonOutput14.Size = new System.Drawing.Size(70, 40);
this.buttonOutput14.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOutput14.TabIndex = 195;
this.buttonOutput14.Tag = "7714";
this.buttonOutput14.Text = "Output14";
this.buttonOutput14.TextColor = System.Drawing.Color.Blue;
this.buttonOutput14.TextDownColor = System.Drawing.Color.White;
this.buttonOutput14.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOutput14.TextLocation = new System.Drawing.Point(0, 0);
this.buttonOutput14.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonOutput14.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput14.UpImage")));
this.buttonOutput14.Click += new System.EventHandler(this.buttonOutput_Click);
//
// buttonOutput3 // buttonOutput3
// //
this.buttonOutput3.BackPictureBox = null; this.buttonOutput3.BackPictureBox = null;
@ -733,7 +655,7 @@
this.buttonOutput3.ForeColor = System.Drawing.Color.White; this.buttonOutput3.ForeColor = System.Drawing.Color.White;
this.buttonOutput3.GroupID = 0; this.buttonOutput3.GroupID = 0;
this.buttonOutput3.InitVisible = true; this.buttonOutput3.InitVisible = true;
this.buttonOutput3.Location = new System.Drawing.Point(183, 41); this.buttonOutput3.Location = new System.Drawing.Point(183, 83);
this.buttonOutput3.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOutput3.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonOutput3.Name = "buttonOutput3"; this.buttonOutput3.Name = "buttonOutput3";
this.buttonOutput3.NestedClickEventPrevent = false; this.buttonOutput3.NestedClickEventPrevent = false;
@ -741,12 +663,12 @@
this.buttonOutput3.RepeatInterval = 200; this.buttonOutput3.RepeatInterval = 200;
this.buttonOutput3.RepeatIntervalAccelerate = null; this.buttonOutput3.RepeatIntervalAccelerate = null;
this.buttonOutput3.SafeInterval = 200; this.buttonOutput3.SafeInterval = 200;
this.buttonOutput3.Size = new System.Drawing.Size(70, 40); this.buttonOutput3.Size = new System.Drawing.Size(65, 65);
this.buttonOutput3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOutput3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOutput3.TabIndex = 206; this.buttonOutput3.TabIndex = 206;
this.buttonOutput3.Tag = "7703"; this.buttonOutput3.Tag = "7703";
this.buttonOutput3.Text = "Output3"; this.buttonOutput3.Text = "YELLOW";
this.buttonOutput3.TextColor = System.Drawing.Color.White; this.buttonOutput3.TextColor = System.Drawing.Color.Black;
this.buttonOutput3.TextDownColor = System.Drawing.Color.White; this.buttonOutput3.TextDownColor = System.Drawing.Color.White;
this.buttonOutput3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOutput3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOutput3.TextLocation = new System.Drawing.Point(0, 0); this.buttonOutput3.TextLocation = new System.Drawing.Point(0, 0);
@ -768,7 +690,7 @@
this.buttonOutput6.ForeColor = System.Drawing.Color.White; this.buttonOutput6.ForeColor = System.Drawing.Color.White;
this.buttonOutput6.GroupID = 0; this.buttonOutput6.GroupID = 0;
this.buttonOutput6.InitVisible = true; this.buttonOutput6.InitVisible = true;
this.buttonOutput6.Location = new System.Drawing.Point(112, 87); this.buttonOutput6.Location = new System.Drawing.Point(112, 154);
this.buttonOutput6.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOutput6.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonOutput6.Name = "buttonOutput6"; this.buttonOutput6.Name = "buttonOutput6";
this.buttonOutput6.NestedClickEventPrevent = false; this.buttonOutput6.NestedClickEventPrevent = false;
@ -776,12 +698,12 @@
this.buttonOutput6.RepeatInterval = 200; this.buttonOutput6.RepeatInterval = 200;
this.buttonOutput6.RepeatIntervalAccelerate = null; this.buttonOutput6.RepeatIntervalAccelerate = null;
this.buttonOutput6.SafeInterval = 200; this.buttonOutput6.SafeInterval = 200;
this.buttonOutput6.Size = new System.Drawing.Size(70, 40); this.buttonOutput6.Size = new System.Drawing.Size(65, 65);
this.buttonOutput6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOutput6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOutput6.TabIndex = 194; this.buttonOutput6.TabIndex = 194;
this.buttonOutput6.Tag = "7706"; this.buttonOutput6.Tag = "7706";
this.buttonOutput6.Text = "Output6"; this.buttonOutput6.Text = "OPT_OPER";
this.buttonOutput6.TextColor = System.Drawing.Color.White; this.buttonOutput6.TextColor = System.Drawing.Color.Black;
this.buttonOutput6.TextDownColor = System.Drawing.Color.White; this.buttonOutput6.TextDownColor = System.Drawing.Color.White;
this.buttonOutput6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOutput6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOutput6.TextLocation = new System.Drawing.Point(0, 0); this.buttonOutput6.TextLocation = new System.Drawing.Point(0, 0);
@ -800,10 +722,10 @@
this.buttonOutput10.DisableImage = null; this.buttonOutput10.DisableImage = null;
this.buttonOutput10.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput10.DownImage"))); this.buttonOutput10.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput10.DownImage")));
this.buttonOutput10.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.buttonOutput10.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonOutput10.ForeColor = System.Drawing.Color.White; this.buttonOutput10.ForeColor = System.Drawing.Color.LightSkyBlue;
this.buttonOutput10.GroupID = 0; this.buttonOutput10.GroupID = 0;
this.buttonOutput10.InitVisible = true; this.buttonOutput10.InitVisible = true;
this.buttonOutput10.Location = new System.Drawing.Point(112, 133); this.buttonOutput10.Location = new System.Drawing.Point(112, 226);
this.buttonOutput10.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOutput10.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonOutput10.Name = "buttonOutput10"; this.buttonOutput10.Name = "buttonOutput10";
this.buttonOutput10.NestedClickEventPrevent = false; this.buttonOutput10.NestedClickEventPrevent = false;
@ -811,12 +733,12 @@
this.buttonOutput10.RepeatInterval = 200; this.buttonOutput10.RepeatInterval = 200;
this.buttonOutput10.RepeatIntervalAccelerate = null; this.buttonOutput10.RepeatIntervalAccelerate = null;
this.buttonOutput10.SafeInterval = 200; this.buttonOutput10.SafeInterval = 200;
this.buttonOutput10.Size = new System.Drawing.Size(70, 40); this.buttonOutput10.Size = new System.Drawing.Size(65, 65);
this.buttonOutput10.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOutput10.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOutput10.TabIndex = 200; this.buttonOutput10.TabIndex = 200;
this.buttonOutput10.Tag = "7710"; this.buttonOutput10.Tag = "7718";
this.buttonOutput10.Text = "Output10"; this.buttonOutput10.Text = "OPT1";
this.buttonOutput10.TextColor = System.Drawing.Color.Blue; this.buttonOutput10.TextColor = System.Drawing.Color.Black;
this.buttonOutput10.TextDownColor = System.Drawing.Color.White; this.buttonOutput10.TextDownColor = System.Drawing.Color.White;
this.buttonOutput10.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOutput10.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOutput10.TextLocation = new System.Drawing.Point(0, 0); this.buttonOutput10.TextLocation = new System.Drawing.Point(0, 0);
@ -835,10 +757,10 @@
this.buttonOutput13.DisableImage = null; this.buttonOutput13.DisableImage = null;
this.buttonOutput13.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput13.DownImage"))); this.buttonOutput13.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput13.DownImage")));
this.buttonOutput13.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.buttonOutput13.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonOutput13.ForeColor = System.Drawing.Color.White; this.buttonOutput13.ForeColor = System.Drawing.Color.LightSkyBlue;
this.buttonOutput13.GroupID = 0; this.buttonOutput13.GroupID = 0;
this.buttonOutput13.InitVisible = true; this.buttonOutput13.InitVisible = true;
this.buttonOutput13.Location = new System.Drawing.Point(41, 179); this.buttonOutput13.Location = new System.Drawing.Point(41, 297);
this.buttonOutput13.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOutput13.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonOutput13.Name = "buttonOutput13"; this.buttonOutput13.Name = "buttonOutput13";
this.buttonOutput13.NestedClickEventPrevent = false; this.buttonOutput13.NestedClickEventPrevent = false;
@ -846,12 +768,12 @@
this.buttonOutput13.RepeatInterval = 200; this.buttonOutput13.RepeatInterval = 200;
this.buttonOutput13.RepeatIntervalAccelerate = null; this.buttonOutput13.RepeatIntervalAccelerate = null;
this.buttonOutput13.SafeInterval = 200; this.buttonOutput13.SafeInterval = 200;
this.buttonOutput13.Size = new System.Drawing.Size(70, 40); this.buttonOutput13.Size = new System.Drawing.Size(65, 65);
this.buttonOutput13.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOutput13.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOutput13.TabIndex = 191; this.buttonOutput13.TabIndex = 191;
this.buttonOutput13.Tag = "7713"; this.buttonOutput13.Tag = "7721";
this.buttonOutput13.Text = "Output13"; this.buttonOutput13.Text = "OPT4";
this.buttonOutput13.TextColor = System.Drawing.Color.Blue; this.buttonOutput13.TextColor = System.Drawing.Color.Black;
this.buttonOutput13.TextDownColor = System.Drawing.Color.White; this.buttonOutput13.TextDownColor = System.Drawing.Color.White;
this.buttonOutput13.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOutput13.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOutput13.TextLocation = new System.Drawing.Point(0, 0); this.buttonOutput13.TextLocation = new System.Drawing.Point(0, 0);
@ -873,7 +795,7 @@
this.buttonOutput2.ForeColor = System.Drawing.Color.White; this.buttonOutput2.ForeColor = System.Drawing.Color.White;
this.buttonOutput2.GroupID = 0; this.buttonOutput2.GroupID = 0;
this.buttonOutput2.InitVisible = true; this.buttonOutput2.InitVisible = true;
this.buttonOutput2.Location = new System.Drawing.Point(112, 41); this.buttonOutput2.Location = new System.Drawing.Point(112, 83);
this.buttonOutput2.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOutput2.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonOutput2.Name = "buttonOutput2"; this.buttonOutput2.Name = "buttonOutput2";
this.buttonOutput2.NestedClickEventPrevent = false; this.buttonOutput2.NestedClickEventPrevent = false;
@ -881,12 +803,12 @@
this.buttonOutput2.RepeatInterval = 200; this.buttonOutput2.RepeatInterval = 200;
this.buttonOutput2.RepeatIntervalAccelerate = null; this.buttonOutput2.RepeatIntervalAccelerate = null;
this.buttonOutput2.SafeInterval = 200; this.buttonOutput2.SafeInterval = 200;
this.buttonOutput2.Size = new System.Drawing.Size(70, 40); this.buttonOutput2.Size = new System.Drawing.Size(65, 65);
this.buttonOutput2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOutput2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOutput2.TabIndex = 203; this.buttonOutput2.TabIndex = 203;
this.buttonOutput2.Tag = "7702"; this.buttonOutput2.Tag = "7702";
this.buttonOutput2.Text = "Output2"; this.buttonOutput2.Text = "GREEN";
this.buttonOutput2.TextColor = System.Drawing.Color.White; this.buttonOutput2.TextColor = System.Drawing.Color.Black;
this.buttonOutput2.TextDownColor = System.Drawing.Color.White; this.buttonOutput2.TextDownColor = System.Drawing.Color.White;
this.buttonOutput2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOutput2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOutput2.TextLocation = new System.Drawing.Point(0, 0); this.buttonOutput2.TextLocation = new System.Drawing.Point(0, 0);
@ -908,7 +830,7 @@
this.buttonOutput5.ForeColor = System.Drawing.Color.White; this.buttonOutput5.ForeColor = System.Drawing.Color.White;
this.buttonOutput5.GroupID = 0; this.buttonOutput5.GroupID = 0;
this.buttonOutput5.InitVisible = true; this.buttonOutput5.InitVisible = true;
this.buttonOutput5.Location = new System.Drawing.Point(41, 87); this.buttonOutput5.Location = new System.Drawing.Point(41, 154);
this.buttonOutput5.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOutput5.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonOutput5.Name = "buttonOutput5"; this.buttonOutput5.Name = "buttonOutput5";
this.buttonOutput5.NestedClickEventPrevent = false; this.buttonOutput5.NestedClickEventPrevent = false;
@ -916,12 +838,12 @@
this.buttonOutput5.RepeatInterval = 200; this.buttonOutput5.RepeatInterval = 200;
this.buttonOutput5.RepeatIntervalAccelerate = null; this.buttonOutput5.RepeatIntervalAccelerate = null;
this.buttonOutput5.SafeInterval = 200; this.buttonOutput5.SafeInterval = 200;
this.buttonOutput5.Size = new System.Drawing.Size(70, 40); this.buttonOutput5.Size = new System.Drawing.Size(65, 65);
this.buttonOutput5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOutput5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOutput5.TabIndex = 193; this.buttonOutput5.TabIndex = 193;
this.buttonOutput5.Tag = "7705"; this.buttonOutput5.Tag = "7705";
this.buttonOutput5.Text = "Output5"; this.buttonOutput5.Text = "INVERTER";
this.buttonOutput5.TextColor = System.Drawing.Color.White; this.buttonOutput5.TextColor = System.Drawing.Color.Black;
this.buttonOutput5.TextDownColor = System.Drawing.Color.White; this.buttonOutput5.TextDownColor = System.Drawing.Color.White;
this.buttonOutput5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOutput5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOutput5.TextLocation = new System.Drawing.Point(0, 0); this.buttonOutput5.TextLocation = new System.Drawing.Point(0, 0);
@ -940,10 +862,10 @@
this.buttonOutput9.DisableImage = null; this.buttonOutput9.DisableImage = null;
this.buttonOutput9.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput9.DownImage"))); this.buttonOutput9.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOutput9.DownImage")));
this.buttonOutput9.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular); this.buttonOutput9.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Regular);
this.buttonOutput9.ForeColor = System.Drawing.Color.White; this.buttonOutput9.ForeColor = System.Drawing.Color.LightSkyBlue;
this.buttonOutput9.GroupID = 0; this.buttonOutput9.GroupID = 0;
this.buttonOutput9.InitVisible = true; this.buttonOutput9.InitVisible = true;
this.buttonOutput9.Location = new System.Drawing.Point(41, 133); this.buttonOutput9.Location = new System.Drawing.Point(41, 226);
this.buttonOutput9.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonOutput9.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonOutput9.Name = "buttonOutput9"; this.buttonOutput9.Name = "buttonOutput9";
this.buttonOutput9.NestedClickEventPrevent = false; this.buttonOutput9.NestedClickEventPrevent = false;
@ -951,12 +873,12 @@
this.buttonOutput9.RepeatInterval = 200; this.buttonOutput9.RepeatInterval = 200;
this.buttonOutput9.RepeatIntervalAccelerate = null; this.buttonOutput9.RepeatIntervalAccelerate = null;
this.buttonOutput9.SafeInterval = 200; this.buttonOutput9.SafeInterval = 200;
this.buttonOutput9.Size = new System.Drawing.Size(70, 40); this.buttonOutput9.Size = new System.Drawing.Size(65, 65);
this.buttonOutput9.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOutput9.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonOutput9.TabIndex = 205; this.buttonOutput9.TabIndex = 205;
this.buttonOutput9.Tag = "7709"; this.buttonOutput9.Tag = "7717";
this.buttonOutput9.Text = "Output9"; this.buttonOutput9.Text = "OPT_CHK";
this.buttonOutput9.TextColor = System.Drawing.Color.Blue; this.buttonOutput9.TextColor = System.Drawing.Color.Black;
this.buttonOutput9.TextDownColor = System.Drawing.Color.White; this.buttonOutput9.TextDownColor = System.Drawing.Color.White;
this.buttonOutput9.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOutput9.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonOutput9.TextLocation = new System.Drawing.Point(0, 0); this.buttonOutput9.TextLocation = new System.Drawing.Point(0, 0);
@ -969,38 +891,6 @@
this.timer.Interval = 300; this.timer.Interval = 300;
this.timer.Tick += new System.EventHandler(this.timer_Tick); this.timer.Tick += new System.EventHandler(this.timer_Tick);
// //
// buttonInputRead
//
this.buttonInputRead.BackPictureBox = null;
this.buttonInputRead.BackPictureBox1 = null;
this.buttonInputRead.BackPictureBox2 = null;
this.buttonInputRead.ButtonColor = System.Drawing.Color.Gray;
this.buttonInputRead.ButtonImageAutoSize = true;
this.buttonInputRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonInputRead.DisableImage = null;
this.buttonInputRead.DownImage = null;
this.buttonInputRead.GroupID = 0;
this.buttonInputRead.InitVisible = true;
this.buttonInputRead.Location = new System.Drawing.Point(268, 392);
this.buttonInputRead.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonInputRead.Name = "buttonInputRead";
this.buttonInputRead.NestedClickEventPrevent = false;
this.buttonInputRead.OutlinePixel = 1;
this.buttonInputRead.RepeatInterval = 200;
this.buttonInputRead.RepeatIntervalAccelerate = null;
this.buttonInputRead.SafeInterval = 200;
this.buttonInputRead.Size = new System.Drawing.Size(50, 50);
this.buttonInputRead.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonInputRead.TabIndex = 254;
this.buttonInputRead.Text = "Read";
this.buttonInputRead.TextColor = System.Drawing.Color.Black;
this.buttonInputRead.TextDownColor = System.Drawing.Color.White;
this.buttonInputRead.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonInputRead.TextLocation = new System.Drawing.Point(0, 0);
this.buttonInputRead.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonInputRead.UpImage = null;
this.buttonInputRead.Click += new System.EventHandler(this.buttonInputRead_Click);
//
// ControlCenterSystemIOTest // ControlCenterSystemIOTest
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -1037,15 +927,12 @@
private SmartX.SmartLabel labelInputName7; private SmartX.SmartLabel labelInputName7;
private SmartX.SmartLabel labelInputName5; private SmartX.SmartLabel labelInputName5;
private SmartX.SmartLabel labelInputName6; private SmartX.SmartLabel labelInputName6;
private SmartX.SmartButton buttonOutput16;
private SmartX.SmartButton buttonOutput1; private SmartX.SmartButton buttonOutput1;
private SmartX.SmartButton buttonOutput8; private SmartX.SmartButton buttonOutput8;
private SmartX.SmartButton buttonOutput12; private SmartX.SmartButton buttonOutput12;
private SmartX.SmartButton buttonOutput15;
private SmartX.SmartButton buttonOutput7; private SmartX.SmartButton buttonOutput7;
private SmartX.SmartButton buttonOutput4; private SmartX.SmartButton buttonOutput4;
private SmartX.SmartButton buttonOutput11; private SmartX.SmartButton buttonOutput11;
private SmartX.SmartButton buttonOutput14;
private SmartX.SmartButton buttonOutput3; private SmartX.SmartButton buttonOutput3;
private SmartX.SmartButton buttonOutput6; private SmartX.SmartButton buttonOutput6;
private SmartX.SmartButton buttonOutput10; private SmartX.SmartButton buttonOutput10;
@ -1053,7 +940,7 @@
private SmartX.SmartButton buttonOutput2; private SmartX.SmartButton buttonOutput2;
private SmartX.SmartButton buttonOutput5; private SmartX.SmartButton buttonOutput5;
private SmartX.SmartButton buttonOutput9; private SmartX.SmartButton buttonOutput9;
private System.Windows.Forms.Timer timer;
private SmartX.SmartButton buttonInputRead; private SmartX.SmartButton buttonInputRead;
private System.Windows.Forms.Timer timer;
} }
} }

View File

@ -58,31 +58,31 @@ namespace ITC81DB_0H.Controls
this.groupBoxOutput.Text = "Output"; this.groupBoxOutput.Text = "Output";
this.groupBoxInput.Text = "Input"; this.groupBoxInput.Text = "Input";
this.buttonOutput1.Text = "Buzzer"; //this.buttonOutput1.Text = "Buzzer";
this.buttonOutput2.Text = "GRN Lamp"; //this.buttonOutput2.Text = "GRN Lamp";
this.buttonOutput3.Text = "RED Lamp"; //this.buttonOutput3.Text = "RED Lamp";
this.buttonOutput4.Text = "YEL Lamp"; //this.buttonOutput4.Text = "YEL Lamp";
this.buttonOutput5.Text = "OPT"; //this.buttonOutput5.Text = "OPT";
this.buttonOutput6.Text = "SORT A"; //this.buttonOutput6.Text = "SORT A";
this.buttonOutput7.Text = "SORT B"; //this.buttonOutput7.Text = "SORT B";
this.buttonOutput8.Text = "Motor"; //this.buttonOutput8.Text = "Motor";
this.buttonOutput9.Text = "DRY 1"; //this.buttonOutput9.Text = "DRY 1";
this.buttonOutput10.Text = "DRT 2"; //this.buttonOutput10.Text = "DRT 2";
this.buttonOutput11.Text = "DRY 3"; //this.buttonOutput11.Text = "DRY 3";
this.buttonOutput12.Text = "DRY 4"; //this.buttonOutput12.Text = "DRY 4";
this.buttonOutput13.Text = "DRY 5"; //this.buttonOutput13.Text = "DRY 5";
this.buttonOutput14.Text = "DRY 6"; //this.buttonOutput14.Text = "DRY 6";
this.buttonOutput15.Text = "DRY 7"; //this.buttonOutput15.Text = "DRY 7";
this.buttonOutput16.Text = "DRY 8"; //this.buttonOutput16.Text = "DRY 8";
this.labelInputName1.Text = "PI8"; //this.labelInputName1.Text = "PI8";
this.labelInputName2.Text = "PI7"; //this.labelInputName2.Text = "PI7";
this.labelInputName3.Text = "PI6"; //this.labelInputName3.Text = "PI6";
this.labelInputName4.Text = "PI5"; //this.labelInputName4.Text = "PI5";
this.labelInputName5.Text = "PI4"; //this.labelInputName5.Text = "PI4";
this.labelInputName6.Text = "PI3"; //this.labelInputName6.Text = "PI3";
this.labelInputName7.Text = "PhotoB"; //this.labelInputName7.Text = "PhotoB";
this.labelInputName8.Text = "PhotoA"; //this.labelInputName8.Text = "PhotoA";
} }
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Chinese)
@ -90,31 +90,28 @@ namespace ITC81DB_0H.Controls
this.groupBoxOutput.Text = "输出"; this.groupBoxOutput.Text = "输出";
this.groupBoxInput.Text = "输入"; this.groupBoxInput.Text = "输入";
this.buttonOutput1.Text = "蜂鸣器"; //this.buttonOutput1.Text = "蜂鸣器";
this.buttonOutput2.Text = "绿灯"; //this.buttonOutput2.Text = "绿灯";
this.buttonOutput3.Text = "红灯"; //this.buttonOutput3.Text = "红灯";
this.buttonOutput4.Text = "黄灯"; //this.buttonOutput4.Text = "黄灯";
this.buttonOutput5.Text = "OPT"; //this.buttonOutput5.Text = "OPT";
this.buttonOutput6.Text = "分类机A"; //this.buttonOutput6.Text = "分类机A";
this.buttonOutput7.Text = "分类机B"; //this.buttonOutput7.Text = "分类机B";
this.buttonOutput8.Text = "马达"; //this.buttonOutput8.Text = "马达";
this.buttonOutput9.Text = "无电压1"; //this.buttonOutput9.Text = "无电压1";
this.buttonOutput10.Text = "无电压2"; //this.buttonOutput10.Text = "无电压2";
this.buttonOutput11.Text = "无电压3"; //this.buttonOutput11.Text = "无电压3";
this.buttonOutput12.Text = "无电压4"; //this.buttonOutput12.Text = "无电压4";
this.buttonOutput13.Text = "无电压5"; //this.buttonOutput13.Text = "无电压5";
this.buttonOutput14.Text = "无电压6";
this.buttonOutput15.Text = "无电压7";
this.buttonOutput16.Text = "无电压8";
this.labelInputName1.Text = "PI8"; //this.labelInputName1.Text = "PI8";
this.labelInputName2.Text = "PI7"; //this.labelInputName2.Text = "PI7";
this.labelInputName3.Text = "PI6"; //this.labelInputName3.Text = "PI6";
this.labelInputName4.Text = "PI5"; //this.labelInputName4.Text = "PI5";
this.labelInputName5.Text = "PI4"; //this.labelInputName5.Text = "PI4";
this.labelInputName6.Text = "PI3"; //this.labelInputName6.Text = "PI3";
this.labelInputName7.Text = "PhotoB"; //this.labelInputName7.Text = "PhotoB";
this.labelInputName8.Text = "PhotoA"; //this.labelInputName8.Text = "PhotoA";
} }
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Czech) else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Czech)
{ {
@ -124,93 +121,84 @@ namespace ITC81DB_0H.Controls
this.groupBoxOutput.Text = "Выход"; this.groupBoxOutput.Text = "Выход";
this.groupBoxInput.Text = "Вход"; this.groupBoxInput.Text = "Вход";
this.buttonOutput1.Text = "Сигнал"; //this.buttonOutput1.Text = "Сигнал";
this.buttonOutput2.Text = "Зеленая"; //this.buttonOutput2.Text = "Зеленая";
this.buttonOutput3.Text = "Красная"; //this.buttonOutput3.Text = "Красная";
this.buttonOutput4.Text = "Желтая"; //this.buttonOutput4.Text = "Желтая";
this.buttonOutput5.Text = "[OPT]"; //this.buttonOutput5.Text = "[OPT]";
this.buttonOutput6.Text = "[SORT A]"; //this.buttonOutput6.Text = "[SORT A]";
this.buttonOutput7.Text = "[SORT B]"; //this.buttonOutput7.Text = "[SORT B]";
this.buttonOutput8.Text = "[Motor]"; //this.buttonOutput8.Text = "[Motor]";
this.buttonOutput9.Text = "[DRY 1]"; //this.buttonOutput9.Text = "[DRY 1]";
this.buttonOutput10.Text = "[DRT 2]"; //this.buttonOutput10.Text = "[DRT 2]";
this.buttonOutput11.Text = "[DRY 3]"; //this.buttonOutput11.Text = "[DRY 3]";
this.buttonOutput12.Text = "[DRY 4]"; //this.buttonOutput12.Text = "[DRY 4]";
this.buttonOutput13.Text = "[DRY 5]"; //this.buttonOutput13.Text = "[DRY 5]";
this.buttonOutput14.Text = "[DRY 6]";
this.buttonOutput15.Text = "[DRY 7]";
this.buttonOutput16.Text = "[DRY 8]";
this.labelInputName1.Text = "[PI8]"; //this.labelInputName1.Text = "[PI8]";
this.labelInputName2.Text = "[PI7]"; //this.labelInputName2.Text = "[PI7]";
this.labelInputName3.Text = "[PI6]"; //this.labelInputName3.Text = "[PI6]";
this.labelInputName4.Text = "[PI5]"; //this.labelInputName4.Text = "[PI5]";
this.labelInputName5.Text = "[PI4]"; //this.labelInputName5.Text = "[PI4]";
this.labelInputName6.Text = "[PI3]"; //this.labelInputName6.Text = "[PI3]";
this.labelInputName7.Text = "[PhotoB]"; //this.labelInputName7.Text = "[PhotoB]";
this.labelInputName8.Text = "[PhotoA]"; //this.labelInputName8.Text = "[PhotoA]";
} }
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.German) else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.German)
{ {
this.groupBoxOutput.Text = "Ausgabe"; this.groupBoxOutput.Text = "Ausgabe";
this.groupBoxInput.Text = "Eingang"; this.groupBoxInput.Text = "Eingang";
this.buttonOutput1.Text = "Summer"; //this.buttonOutput1.Text = "Summer";
this.buttonOutput2.Text = "Grüne-Amp"; //this.buttonOutput2.Text = "Grüne-Amp";
this.buttonOutput3.Text = "Rote-Amp"; //this.buttonOutput3.Text = "Rote-Amp";
this.buttonOutput4.Text = "Gelb-Amp"; //this.buttonOutput4.Text = "Gelb-Amp";
this.buttonOutput5.Text = "Möglichkeit"; //this.buttonOutput5.Text = "Möglichkeit";
this.buttonOutput6.Text = "SORT-A"; //this.buttonOutput6.Text = "SORT-A";
this.buttonOutput7.Text = "SORT-B"; //this.buttonOutput7.Text = "SORT-B";
this.buttonOutput8.Text = "Motor"; //this.buttonOutput8.Text = "Motor";
this.buttonOutput9.Text = "Lauf 1"; //this.buttonOutput9.Text = "Lauf 1";
this.buttonOutput10.Text = "Lauf 2"; //this.buttonOutput10.Text = "Lauf 2";
this.buttonOutput11.Text = "Lauf 3"; //this.buttonOutput11.Text = "Lauf 3";
this.buttonOutput12.Text = "Lauf 4"; //this.buttonOutput12.Text = "Lauf 4";
this.buttonOutput13.Text = "Lauf 5"; //this.buttonOutput13.Text = "Lauf 5";
this.buttonOutput14.Text = "Lauf 6";
this.buttonOutput15.Text = "Lauf 7";
this.buttonOutput16.Text = "Lauf 8";
this.labelInputName1.Text = "PI8"; //this.labelInputName1.Text = "PI8";
this.labelInputName2.Text = "PI7"; //this.labelInputName2.Text = "PI7";
this.labelInputName3.Text = "PI6"; //this.labelInputName3.Text = "PI6";
this.labelInputName4.Text = "PI5"; //this.labelInputName4.Text = "PI5";
this.labelInputName5.Text = "PI4"; //this.labelInputName5.Text = "PI4";
this.labelInputName6.Text = "PI3"; //this.labelInputName6.Text = "PI3";
this.labelInputName7.Text = "PhotoB"; //this.labelInputName7.Text = "PhotoB";
this.labelInputName8.Text = "PhotoA"; //this.labelInputName8.Text = "PhotoA";
} }
else else
{ {
this.groupBoxOutput.Text = "Output"; this.groupBoxOutput.Text = "Output";
this.groupBoxInput.Text = "Input"; this.groupBoxInput.Text = "Input";
this.buttonOutput1.Text = "Buzzer"; //this.buttonOutput1.Text = "Buzzer";
this.buttonOutput2.Text = "GRN Lamp"; //this.buttonOutput2.Text = "GRN Lamp";
this.buttonOutput3.Text = "RED Lamp"; //this.buttonOutput3.Text = "RED Lamp";
this.buttonOutput4.Text = "YEL Lamp"; //this.buttonOutput4.Text = "YEL Lamp";
this.buttonOutput5.Text = "OPT"; //this.buttonOutput5.Text = "OPT";
this.buttonOutput6.Text = "SORT A"; //this.buttonOutput6.Text = "SORT A";
this.buttonOutput7.Text = "SORT B"; //this.buttonOutput7.Text = "SORT B";
this.buttonOutput8.Text = "Motor"; //this.buttonOutput8.Text = "Motor";
this.buttonOutput9.Text = "DRY 1"; //this.buttonOutput9.Text = "DRY 1";
this.buttonOutput10.Text = "DRT 2"; //this.buttonOutput10.Text = "DRT 2";
this.buttonOutput11.Text = "DRY 3"; //this.buttonOutput11.Text = "DRY 3";
this.buttonOutput12.Text = "DRY 4"; //this.buttonOutput12.Text = "DRY 4";
this.buttonOutput13.Text = "DRY 5"; //this.buttonOutput13.Text = "DRY 5";
this.buttonOutput14.Text = "DRY 6";
this.buttonOutput15.Text = "DRY 7";
this.buttonOutput16.Text = "DRY 8";
this.labelInputName1.Text = "PI8"; //this.labelInputName1.Text = "PI8";
this.labelInputName2.Text = "PI7"; //this.labelInputName2.Text = "PI7";
this.labelInputName3.Text = "PI6"; //this.labelInputName3.Text = "PI6";
this.labelInputName4.Text = "PI5"; //this.labelInputName4.Text = "PI5";
this.labelInputName5.Text = "PI4"; //this.labelInputName5.Text = "PI4";
this.labelInputName6.Text = "PI3"; //this.labelInputName6.Text = "PI3";
this.labelInputName7.Text = "PhotoB"; //this.labelInputName7.Text = "PhotoB";
this.labelInputName8.Text = "PhotoA"; //this.labelInputName8.Text = "PhotoA";
} }
} }
private void DefaultSetting() private void DefaultSetting()
@ -255,15 +243,12 @@ namespace ITC81DB_0H.Controls
this.CollectionOutputButton.Add(this.buttonOutput11); this.CollectionOutputButton.Add(this.buttonOutput11);
this.CollectionOutputButton.Add(this.buttonOutput12); this.CollectionOutputButton.Add(this.buttonOutput12);
this.CollectionOutputButton.Add(this.buttonOutput13); this.CollectionOutputButton.Add(this.buttonOutput13);
this.CollectionOutputButton.Add(this.buttonOutput14);
this.CollectionOutputButton.Add(this.buttonOutput15);
this.CollectionOutputButton.Add(this.buttonOutput16);
for (int i = 0; i < this.CollectionInputLabelName.Count; i++) //for (int i = 0; i < this.CollectionInputLabelName.Count; i++)
{ //{
this.CollectionInputLabelName[i].Text = string.Format("IN{0}", i + 1); // this.CollectionInputLabelName[i].Text = string.Format("IN{0}", i + 1);
this.CollectionOutputButton[i].Text = string.Format("OUT{0}", i + 1); // this.CollectionOutputButton[i].Text = string.Format("OUT{0}", i + 1);
} //}
} }
public void UpdateEquipmentStatusDisplay(DataStore.EquipmentStatus status) public void UpdateEquipmentStatusDisplay(DataStore.EquipmentStatus status)

File diff suppressed because it is too large Load Diff

View File

@ -30,28 +30,26 @@
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemJudgmentManual)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemJudgmentManual));
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.labelProductNo = new SmartX.SmartLabel();
this.labelDescendDelayTime = new SmartX.SmartLabel(); this.labelDescendDelayTime = new SmartX.SmartLabel();
this.labelSensingTime = new SmartX.SmartLabel(); this.labelSensingTime = new SmartX.SmartLabel();
this.labelAscendDelayTime = new SmartX.SmartLabel(); this.labelAscendDelayTime = new SmartX.SmartLabel();
this.buttonUsingAutoMode = new SmartX.SmartButton(); this.buttonUsingAutoMode = new SmartX.SmartButton();
this.buttonDown = new SmartX.SmartButton(); this.buttonDown = new SmartX.SmartButton();
this.buttonUp = new SmartX.SmartButton(); this.buttonUp = new SmartX.SmartButton();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.buttonWeightReference = new SmartX.SmartButton(); this.buttonWeightReference = new SmartX.SmartButton();
this.labelFeedSpeed = new SmartX.SmartLabel(); this.labelFeedSpeed = new SmartX.SmartLabel();
this.labelWeightValue = new SmartX.SmartLabel(); this.labelWeightValue = new SmartX.SmartLabel();
this.labelWeightJudgment = new SmartX.SmartLabel(); this.labelWeightJudgment = new SmartX.SmartLabel();
this.smartDraw = new SmartX.SmartDraw();
this.labelFilter = new SmartX.SmartLabel(); this.labelFilter = new SmartX.SmartLabel();
this.buttonPasteAll = new SmartX.SmartButton(); this.buttonPasteAll = new SmartX.SmartButton();
this.buttonPaste = new SmartX.SmartButton(); this.buttonPaste = new SmartX.SmartButton();
this.buttonCopy = new SmartX.SmartButton(); this.buttonCopy = new SmartX.SmartButton();
this.labelJudgmentDelayTime = new SmartX.SmartLabel(); this.labelJudgmentDelayTime = new SmartX.SmartLabel();
this.labelProductNo = new SmartX.SmartLabel();
this.labelMovingAverage = new SmartX.SmartLabel(); this.labelMovingAverage = new SmartX.SmartLabel();
this.labelJudgmentCount = new SmartX.SmartLabel(); this.labelJudgmentCount = new SmartX.SmartLabel();
this.labelDoubleDelayTime = new SmartX.SmartLabel(); this.labelDoubleDelayTime = new SmartX.SmartLabel();
this.smartLabel1 = new SmartX.SmartLabel();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
@ -60,25 +58,23 @@
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46))))); this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.smartGroupBox1.BackPictureBox = null; this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null; this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.smartLabel1);
this.smartGroupBox1.Controls.Add(this.labelProductNo);
this.smartGroupBox1.Controls.Add(this.labelDescendDelayTime); this.smartGroupBox1.Controls.Add(this.labelDescendDelayTime);
this.smartGroupBox1.Controls.Add(this.labelSensingTime); this.smartGroupBox1.Controls.Add(this.labelSensingTime);
this.smartGroupBox1.Controls.Add(this.labelAscendDelayTime); this.smartGroupBox1.Controls.Add(this.labelAscendDelayTime);
this.smartGroupBox1.Controls.Add(this.buttonUsingAutoMode); this.smartGroupBox1.Controls.Add(this.buttonUsingAutoMode);
this.smartGroupBox1.Controls.Add(this.buttonDown); this.smartGroupBox1.Controls.Add(this.buttonDown);
this.smartGroupBox1.Controls.Add(this.buttonUp); this.smartGroupBox1.Controls.Add(this.buttonUp);
this.smartGroupBox1.Controls.Add(this.label1);
this.smartGroupBox1.Controls.Add(this.label2);
this.smartGroupBox1.Controls.Add(this.buttonWeightReference); this.smartGroupBox1.Controls.Add(this.buttonWeightReference);
this.smartGroupBox1.Controls.Add(this.labelFeedSpeed); this.smartGroupBox1.Controls.Add(this.labelFeedSpeed);
this.smartGroupBox1.Controls.Add(this.labelWeightValue); this.smartGroupBox1.Controls.Add(this.labelWeightValue);
this.smartGroupBox1.Controls.Add(this.labelWeightJudgment); this.smartGroupBox1.Controls.Add(this.labelWeightJudgment);
this.smartGroupBox1.Controls.Add(this.smartDraw);
this.smartGroupBox1.Controls.Add(this.labelFilter); this.smartGroupBox1.Controls.Add(this.labelFilter);
this.smartGroupBox1.Controls.Add(this.buttonPasteAll); this.smartGroupBox1.Controls.Add(this.buttonPasteAll);
this.smartGroupBox1.Controls.Add(this.buttonPaste); this.smartGroupBox1.Controls.Add(this.buttonPaste);
this.smartGroupBox1.Controls.Add(this.buttonCopy); this.smartGroupBox1.Controls.Add(this.buttonCopy);
this.smartGroupBox1.Controls.Add(this.labelJudgmentDelayTime); this.smartGroupBox1.Controls.Add(this.labelJudgmentDelayTime);
this.smartGroupBox1.Controls.Add(this.labelProductNo);
this.smartGroupBox1.Controls.Add(this.labelMovingAverage); this.smartGroupBox1.Controls.Add(this.labelMovingAverage);
this.smartGroupBox1.Controls.Add(this.labelJudgmentCount); this.smartGroupBox1.Controls.Add(this.labelJudgmentCount);
this.smartGroupBox1.Controls.Add(this.labelDoubleDelayTime); this.smartGroupBox1.Controls.Add(this.labelDoubleDelayTime);
@ -95,6 +91,28 @@
this.smartGroupBox1.TabIndex = 174; this.smartGroupBox1.TabIndex = 174;
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
// //
// labelProductNo
//
this.labelProductNo.BackColor = System.Drawing.Color.Black;
this.labelProductNo.BackPictureBox = null;
this.labelProductNo.BackPictureBox1 = null;
this.labelProductNo.BackPictureBox2 = null;
this.labelProductNo.BorderColor = System.Drawing.Color.Black;
this.labelProductNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelProductNo.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelProductNo.ForeColor = System.Drawing.Color.White;
this.labelProductNo.InitVisible = true;
this.labelProductNo.LineSpacing = 0F;
this.labelProductNo.Location = new System.Drawing.Point(519, 80);
this.labelProductNo.Name = "labelProductNo";
this.labelProductNo.Size = new System.Drawing.Size(130, 39);
this.labelProductNo.TabIndex = 193;
this.labelProductNo.Text = "1000";
this.labelProductNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelProductNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelProductNo.Wordwrap = false;
this.labelProductNo.Click += new System.EventHandler(this.labelProductNo_Click);
//
// labelDescendDelayTime // labelDescendDelayTime
// //
this.labelDescendDelayTime.BackColor = System.Drawing.Color.Black; this.labelDescendDelayTime.BackColor = System.Drawing.Color.Black;
@ -114,6 +132,7 @@
this.labelDescendDelayTime.Text = "1000"; this.labelDescendDelayTime.Text = "1000";
this.labelDescendDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelDescendDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelDescendDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelDescendDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelDescendDelayTime.Visible = false;
this.labelDescendDelayTime.Wordwrap = false; this.labelDescendDelayTime.Wordwrap = false;
this.labelDescendDelayTime.Click += new System.EventHandler(this.labelDescendDelayTime_Click); this.labelDescendDelayTime.Click += new System.EventHandler(this.labelDescendDelayTime_Click);
// //
@ -128,7 +147,7 @@
this.labelSensingTime.ForeColor = System.Drawing.Color.White; this.labelSensingTime.ForeColor = System.Drawing.Color.White;
this.labelSensingTime.InitVisible = true; this.labelSensingTime.InitVisible = true;
this.labelSensingTime.LineSpacing = 0F; this.labelSensingTime.LineSpacing = 0F;
this.labelSensingTime.Location = new System.Drawing.Point(429, 30); this.labelSensingTime.Location = new System.Drawing.Point(386, 46);
this.labelSensingTime.Name = "labelSensingTime"; this.labelSensingTime.Name = "labelSensingTime";
this.labelSensingTime.Size = new System.Drawing.Size(53, 25); this.labelSensingTime.Size = new System.Drawing.Size(53, 25);
this.labelSensingTime.TabIndex = 143; this.labelSensingTime.TabIndex = 143;
@ -156,6 +175,7 @@
this.labelAscendDelayTime.Text = "1000"; this.labelAscendDelayTime.Text = "1000";
this.labelAscendDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelAscendDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelAscendDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelAscendDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelAscendDelayTime.Visible = false;
this.labelAscendDelayTime.Wordwrap = false; this.labelAscendDelayTime.Wordwrap = false;
this.labelAscendDelayTime.Click += new System.EventHandler(this.labelAscendDelayTime_Click); this.labelAscendDelayTime.Click += new System.EventHandler(this.labelAscendDelayTime_Click);
// //
@ -255,24 +275,6 @@
this.buttonUp.Visible = false; this.buttonUp.Visible = false;
this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click); this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
// //
// label1
//
this.label1.BackColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(342, 348);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 20);
this.label1.Text = "label1";
this.label1.Visible = false;
//
// label2
//
this.label2.BackColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(448, 348);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(100, 20);
this.label2.Text = "label2";
this.label2.Visible = false;
//
// buttonWeightReference // buttonWeightReference
// //
this.buttonWeightReference.BackPictureBox = null; this.buttonWeightReference.BackPictureBox = null;
@ -287,7 +289,7 @@
this.buttonWeightReference.ForeColor = System.Drawing.Color.White; this.buttonWeightReference.ForeColor = System.Drawing.Color.White;
this.buttonWeightReference.GroupID = 0; this.buttonWeightReference.GroupID = 0;
this.buttonWeightReference.InitVisible = true; this.buttonWeightReference.InitVisible = true;
this.buttonWeightReference.Location = new System.Drawing.Point(242, 145); this.buttonWeightReference.Location = new System.Drawing.Point(315, 77);
this.buttonWeightReference.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonWeightReference.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonWeightReference.Name = "buttonWeightReference"; this.buttonWeightReference.Name = "buttonWeightReference";
this.buttonWeightReference.NestedClickEventPrevent = false; this.buttonWeightReference.NestedClickEventPrevent = false;
@ -295,14 +297,14 @@
this.buttonWeightReference.RepeatInterval = 200; this.buttonWeightReference.RepeatInterval = 200;
this.buttonWeightReference.RepeatIntervalAccelerate = null; this.buttonWeightReference.RepeatIntervalAccelerate = null;
this.buttonWeightReference.SafeInterval = 200; this.buttonWeightReference.SafeInterval = 200;
this.buttonWeightReference.Size = new System.Drawing.Size(99, 100); this.buttonWeightReference.Size = new System.Drawing.Size(100, 150);
this.buttonWeightReference.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonWeightReference.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonWeightReference.TabIndex = 126; this.buttonWeightReference.TabIndex = 126;
this.buttonWeightReference.Text = "0.0"; this.buttonWeightReference.Text = "0.0";
this.buttonWeightReference.TextColor = System.Drawing.Color.White; this.buttonWeightReference.TextColor = System.Drawing.Color.White;
this.buttonWeightReference.TextDownColor = System.Drawing.Color.White; this.buttonWeightReference.TextDownColor = System.Drawing.Color.White;
this.buttonWeightReference.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonWeightReference.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonWeightReference.TextLocation = new System.Drawing.Point(-5, 30); this.buttonWeightReference.TextLocation = new System.Drawing.Point(0, 32);
this.buttonWeightReference.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonWeightReference.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonWeightReference.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonWeightReference.UpImage"))); this.buttonWeightReference.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonWeightReference.UpImage")));
this.buttonWeightReference.Click += new System.EventHandler(this.buttonWeightReference_Click); this.buttonWeightReference.Click += new System.EventHandler(this.buttonWeightReference_Click);
@ -319,9 +321,9 @@
this.labelFeedSpeed.ForeColor = System.Drawing.Color.White; this.labelFeedSpeed.ForeColor = System.Drawing.Color.White;
this.labelFeedSpeed.InitVisible = true; this.labelFeedSpeed.InitVisible = true;
this.labelFeedSpeed.LineSpacing = 0F; this.labelFeedSpeed.LineSpacing = 0F;
this.labelFeedSpeed.Location = new System.Drawing.Point(109, 284); this.labelFeedSpeed.Location = new System.Drawing.Point(519, 299);
this.labelFeedSpeed.Name = "labelFeedSpeed"; this.labelFeedSpeed.Name = "labelFeedSpeed";
this.labelFeedSpeed.Size = new System.Drawing.Size(110, 39); this.labelFeedSpeed.Size = new System.Drawing.Size(130, 39);
this.labelFeedSpeed.TabIndex = 124; this.labelFeedSpeed.TabIndex = 124;
this.labelFeedSpeed.Text = "60"; this.labelFeedSpeed.Text = "60";
this.labelFeedSpeed.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelFeedSpeed.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -341,9 +343,9 @@
this.labelWeightValue.ForeColor = System.Drawing.Color.White; this.labelWeightValue.ForeColor = System.Drawing.Color.White;
this.labelWeightValue.InitVisible = true; this.labelWeightValue.InitVisible = true;
this.labelWeightValue.LineSpacing = 0F; this.labelWeightValue.LineSpacing = 0F;
this.labelWeightValue.Location = new System.Drawing.Point(569, 410); this.labelWeightValue.Location = new System.Drawing.Point(189, 400);
this.labelWeightValue.Name = "labelWeightValue"; this.labelWeightValue.Name = "labelWeightValue";
this.labelWeightValue.Size = new System.Drawing.Size(119, 40); this.labelWeightValue.Size = new System.Drawing.Size(172, 34);
this.labelWeightValue.TabIndex = 120; this.labelWeightValue.TabIndex = 120;
this.labelWeightValue.Text = "0.0"; this.labelWeightValue.Text = "0.0";
this.labelWeightValue.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelWeightValue.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -361,33 +363,15 @@
this.labelWeightJudgment.ForeColor = System.Drawing.Color.White; this.labelWeightJudgment.ForeColor = System.Drawing.Color.White;
this.labelWeightJudgment.InitVisible = true; this.labelWeightJudgment.InitVisible = true;
this.labelWeightJudgment.LineSpacing = 0F; this.labelWeightJudgment.LineSpacing = 0F;
this.labelWeightJudgment.Location = new System.Drawing.Point(246, 272); this.labelWeightJudgment.Location = new System.Drawing.Point(320, 326);
this.labelWeightJudgment.Name = "labelWeightJudgment"; this.labelWeightJudgment.Name = "labelWeightJudgment";
this.labelWeightJudgment.Size = new System.Drawing.Size(81, 30); this.labelWeightJudgment.Size = new System.Drawing.Size(90, 30);
this.labelWeightJudgment.TabIndex = 116; this.labelWeightJudgment.TabIndex = 116;
this.labelWeightJudgment.Text = "0.0"; this.labelWeightJudgment.Text = "0.0";
this.labelWeightJudgment.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelWeightJudgment.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelWeightJudgment.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelWeightJudgment.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelWeightJudgment.Wordwrap = false; this.labelWeightJudgment.Wordwrap = false;
// //
// smartDraw
//
this.smartDraw.AnimationGIFFrameInterval = 0;
this.smartDraw.BackColor = System.Drawing.Color.Black;
this.smartDraw.BackPictureBox = null;
this.smartDraw.BackPictureBox1 = null;
this.smartDraw.ChartChannelPenStyle = null;
this.smartDraw.ChartDrawStep = 1;
this.smartDraw.ImageListIndexIncType = SmartX.SmartDraw.IMAGELISTINDEXCOUNT.RINGCOUNT;
this.smartDraw.InitVisible = true;
this.smartDraw.Location = new System.Drawing.Point(341, 85);
this.smartDraw.Name = "smartDraw";
this.smartDraw.SetBackimage = null;
this.smartDraw.SetBackImageAutoSize = true;
this.smartDraw.Size = new System.Drawing.Size(350, 260);
this.smartDraw.TabIndex = 115;
this.smartDraw.Text = "smartDraw2";
//
// labelFilter // labelFilter
// //
this.labelFilter.BackColor = System.Drawing.Color.Black; this.labelFilter.BackColor = System.Drawing.Color.Black;
@ -400,9 +384,9 @@
this.labelFilter.ForeColor = System.Drawing.Color.White; this.labelFilter.ForeColor = System.Drawing.Color.White;
this.labelFilter.InitVisible = true; this.labelFilter.InitVisible = true;
this.labelFilter.LineSpacing = 0F; this.labelFilter.LineSpacing = 0F;
this.labelFilter.Location = new System.Drawing.Point(109, 108); this.labelFilter.Location = new System.Drawing.Point(519, 123);
this.labelFilter.Name = "labelFilter"; this.labelFilter.Name = "labelFilter";
this.labelFilter.Size = new System.Drawing.Size(110, 39); this.labelFilter.Size = new System.Drawing.Size(130, 39);
this.labelFilter.TabIndex = 105; this.labelFilter.TabIndex = 105;
this.labelFilter.Text = "8"; this.labelFilter.Text = "8";
this.labelFilter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelFilter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -422,7 +406,7 @@
this.buttonPasteAll.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPasteAll.DownImage"))); this.buttonPasteAll.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPasteAll.DownImage")));
this.buttonPasteAll.GroupID = 0; this.buttonPasteAll.GroupID = 0;
this.buttonPasteAll.InitVisible = true; this.buttonPasteAll.InitVisible = true;
this.buttonPasteAll.Location = new System.Drawing.Point(650, 5); this.buttonPasteAll.Location = new System.Drawing.Point(607, 21);
this.buttonPasteAll.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonPasteAll.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonPasteAll.Name = "buttonPasteAll"; this.buttonPasteAll.Name = "buttonPasteAll";
this.buttonPasteAll.NestedClickEventPrevent = false; this.buttonPasteAll.NestedClickEventPrevent = false;
@ -453,7 +437,7 @@
this.buttonPaste.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPaste.DownImage"))); this.buttonPaste.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPaste.DownImage")));
this.buttonPaste.GroupID = 0; this.buttonPaste.GroupID = 0;
this.buttonPaste.InitVisible = true; this.buttonPaste.InitVisible = true;
this.buttonPaste.Location = new System.Drawing.Point(594, 5); this.buttonPaste.Location = new System.Drawing.Point(551, 21);
this.buttonPaste.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonPaste.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonPaste.Name = "buttonPaste"; this.buttonPaste.Name = "buttonPaste";
this.buttonPaste.NestedClickEventPrevent = false; this.buttonPaste.NestedClickEventPrevent = false;
@ -486,7 +470,7 @@
this.buttonCopy.ForeColor = System.Drawing.Color.White; this.buttonCopy.ForeColor = System.Drawing.Color.White;
this.buttonCopy.GroupID = 0; this.buttonCopy.GroupID = 0;
this.buttonCopy.InitVisible = true; this.buttonCopy.InitVisible = true;
this.buttonCopy.Location = new System.Drawing.Point(488, 5); this.buttonCopy.Location = new System.Drawing.Point(445, 21);
this.buttonCopy.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonCopy.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonCopy.Name = "buttonCopy"; this.buttonCopy.Name = "buttonCopy";
this.buttonCopy.NestedClickEventPrevent = false; this.buttonCopy.NestedClickEventPrevent = false;
@ -518,9 +502,9 @@
this.labelJudgmentDelayTime.ForeColor = System.Drawing.Color.White; this.labelJudgmentDelayTime.ForeColor = System.Drawing.Color.White;
this.labelJudgmentDelayTime.InitVisible = true; this.labelJudgmentDelayTime.InitVisible = true;
this.labelJudgmentDelayTime.LineSpacing = 0F; this.labelJudgmentDelayTime.LineSpacing = 0F;
this.labelJudgmentDelayTime.Location = new System.Drawing.Point(109, 152); this.labelJudgmentDelayTime.Location = new System.Drawing.Point(519, 167);
this.labelJudgmentDelayTime.Name = "labelJudgmentDelayTime"; this.labelJudgmentDelayTime.Name = "labelJudgmentDelayTime";
this.labelJudgmentDelayTime.Size = new System.Drawing.Size(110, 39); this.labelJudgmentDelayTime.Size = new System.Drawing.Size(130, 39);
this.labelJudgmentDelayTime.TabIndex = 91; this.labelJudgmentDelayTime.TabIndex = 91;
this.labelJudgmentDelayTime.Text = "1000"; this.labelJudgmentDelayTime.Text = "1000";
this.labelJudgmentDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelJudgmentDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -528,28 +512,6 @@
this.labelJudgmentDelayTime.Wordwrap = false; this.labelJudgmentDelayTime.Wordwrap = false;
this.labelJudgmentDelayTime.Click += new System.EventHandler(this.labelJudgmentDelayTime_Click); this.labelJudgmentDelayTime.Click += new System.EventHandler(this.labelJudgmentDelayTime_Click);
// //
// labelProductNo
//
this.labelProductNo.BackColor = System.Drawing.Color.Black;
this.labelProductNo.BackPictureBox = null;
this.labelProductNo.BackPictureBox1 = null;
this.labelProductNo.BackPictureBox2 = null;
this.labelProductNo.BorderColor = System.Drawing.Color.Black;
this.labelProductNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelProductNo.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelProductNo.ForeColor = System.Drawing.Color.White;
this.labelProductNo.InitVisible = true;
this.labelProductNo.LineSpacing = 0F;
this.labelProductNo.Location = new System.Drawing.Point(109, 64);
this.labelProductNo.Name = "labelProductNo";
this.labelProductNo.Size = new System.Drawing.Size(110, 39);
this.labelProductNo.TabIndex = 92;
this.labelProductNo.Text = "1000";
this.labelProductNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelProductNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelProductNo.Wordwrap = false;
this.labelProductNo.Click += new System.EventHandler(this.labelProductNo_Click);
//
// labelMovingAverage // labelMovingAverage
// //
this.labelMovingAverage.BackColor = System.Drawing.Color.Black; this.labelMovingAverage.BackColor = System.Drawing.Color.Black;
@ -562,9 +524,9 @@
this.labelMovingAverage.ForeColor = System.Drawing.Color.White; this.labelMovingAverage.ForeColor = System.Drawing.Color.White;
this.labelMovingAverage.InitVisible = true; this.labelMovingAverage.InitVisible = true;
this.labelMovingAverage.LineSpacing = 0F; this.labelMovingAverage.LineSpacing = 0F;
this.labelMovingAverage.Location = new System.Drawing.Point(109, 328); this.labelMovingAverage.Location = new System.Drawing.Point(519, 343);
this.labelMovingAverage.Name = "labelMovingAverage"; this.labelMovingAverage.Name = "labelMovingAverage";
this.labelMovingAverage.Size = new System.Drawing.Size(110, 39); this.labelMovingAverage.Size = new System.Drawing.Size(130, 39);
this.labelMovingAverage.TabIndex = 92; this.labelMovingAverage.TabIndex = 92;
this.labelMovingAverage.Text = "50"; this.labelMovingAverage.Text = "50";
this.labelMovingAverage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelMovingAverage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -584,9 +546,9 @@
this.labelJudgmentCount.ForeColor = System.Drawing.Color.White; this.labelJudgmentCount.ForeColor = System.Drawing.Color.White;
this.labelJudgmentCount.InitVisible = true; this.labelJudgmentCount.InitVisible = true;
this.labelJudgmentCount.LineSpacing = 0F; this.labelJudgmentCount.LineSpacing = 0F;
this.labelJudgmentCount.Location = new System.Drawing.Point(109, 240); this.labelJudgmentCount.Location = new System.Drawing.Point(519, 255);
this.labelJudgmentCount.Name = "labelJudgmentCount"; this.labelJudgmentCount.Name = "labelJudgmentCount";
this.labelJudgmentCount.Size = new System.Drawing.Size(110, 39); this.labelJudgmentCount.Size = new System.Drawing.Size(130, 39);
this.labelJudgmentCount.TabIndex = 92; this.labelJudgmentCount.TabIndex = 92;
this.labelJudgmentCount.Text = "10"; this.labelJudgmentCount.Text = "10";
this.labelJudgmentCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelJudgmentCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -606,9 +568,9 @@
this.labelDoubleDelayTime.ForeColor = System.Drawing.Color.White; this.labelDoubleDelayTime.ForeColor = System.Drawing.Color.White;
this.labelDoubleDelayTime.InitVisible = true; this.labelDoubleDelayTime.InitVisible = true;
this.labelDoubleDelayTime.LineSpacing = 0F; this.labelDoubleDelayTime.LineSpacing = 0F;
this.labelDoubleDelayTime.Location = new System.Drawing.Point(109, 196); this.labelDoubleDelayTime.Location = new System.Drawing.Point(519, 211);
this.labelDoubleDelayTime.Name = "labelDoubleDelayTime"; this.labelDoubleDelayTime.Name = "labelDoubleDelayTime";
this.labelDoubleDelayTime.Size = new System.Drawing.Size(110, 39); this.labelDoubleDelayTime.Size = new System.Drawing.Size(130, 39);
this.labelDoubleDelayTime.TabIndex = 92; this.labelDoubleDelayTime.TabIndex = 92;
this.labelDoubleDelayTime.Text = "900"; this.labelDoubleDelayTime.Text = "900";
this.labelDoubleDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelDoubleDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
@ -616,6 +578,27 @@
this.labelDoubleDelayTime.Wordwrap = false; this.labelDoubleDelayTime.Wordwrap = false;
this.labelDoubleDelayTime.Click += new System.EventHandler(this.labelDoubleDelayTime_Click); this.labelDoubleDelayTime.Click += new System.EventHandler(this.labelDoubleDelayTime_Click);
// //
// smartLabel1
//
this.smartLabel1.BackColor = System.Drawing.Color.Black;
this.smartLabel1.BackPictureBox = null;
this.smartLabel1.BackPictureBox1 = null;
this.smartLabel1.BackPictureBox2 = null;
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel1.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.smartLabel1.ForeColor = System.Drawing.Color.White;
this.smartLabel1.InitVisible = true;
this.smartLabel1.LineSpacing = 0F;
this.smartLabel1.Location = new System.Drawing.Point(367, 400);
this.smartLabel1.Name = "smartLabel1";
this.smartLabel1.Size = new System.Drawing.Size(20, 34);
this.smartLabel1.TabIndex = 194;
this.smartLabel1.Text = "g";
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel1.Wordwrap = false;
//
// ControlCenterSystemJudgmentManual // ControlCenterSystemJudgmentManual
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -637,22 +620,20 @@
private SmartX.SmartButton buttonPasteAll; private SmartX.SmartButton buttonPasteAll;
private SmartX.SmartButton buttonPaste; private SmartX.SmartButton buttonPaste;
private SmartX.SmartButton buttonCopy; private SmartX.SmartButton buttonCopy;
public SmartX.SmartLabel labelProductNo;
public SmartX.SmartLabel labelFilter; public SmartX.SmartLabel labelFilter;
private SmartX.SmartLabel labelWeightValue; private SmartX.SmartLabel labelWeightValue;
private SmartX.SmartLabel labelWeightJudgment; private SmartX.SmartLabel labelWeightJudgment;
public SmartX.SmartDraw smartDraw;
public SmartX.SmartLabel labelMovingAverage; public SmartX.SmartLabel labelMovingAverage;
public SmartX.SmartLabel labelJudgmentCount; public SmartX.SmartLabel labelJudgmentCount;
public SmartX.SmartLabel labelFeedSpeed; public SmartX.SmartLabel labelFeedSpeed;
private SmartX.SmartButton buttonWeightReference; private SmartX.SmartButton buttonWeightReference;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private SmartX.SmartButton buttonUp; private SmartX.SmartButton buttonUp;
private SmartX.SmartButton buttonDown; private SmartX.SmartButton buttonDown;
public SmartX.SmartLabel labelAscendDelayTime; public SmartX.SmartLabel labelAscendDelayTime;
public SmartX.SmartLabel labelSensingTime; public SmartX.SmartLabel labelSensingTime;
public SmartX.SmartLabel labelDescendDelayTime; public SmartX.SmartLabel labelDescendDelayTime;
private SmartX.SmartButton buttonUsingAutoMode; private SmartX.SmartButton buttonUsingAutoMode;
public SmartX.SmartLabel labelProductNo;
private SmartX.SmartLabel smartLabel1;
} }
} }

View File

@ -119,7 +119,6 @@ namespace ITC81DB_0H.Controls
this.labelDoubleDelayTime.Text = " -"; this.labelDoubleDelayTime.Text = " -";
this.labelJudgmentDelayTime.Text = " -"; this.labelJudgmentDelayTime.Text = " -";
this.labelFilter.Text = " -"; this.labelFilter.Text = " -";
this.smartDraw.PutDataAllClear();
} }
public void ChangeScreen() public void ChangeScreen()
@ -234,7 +233,7 @@ namespace ITC81DB_0H.Controls
} }
} }
this.LabelLocation(int.Parse(this.ParentForm.ParentForm.CurrentSystemParameter1.EquipmentType)); //this.LabelLocation(int.Parse(this.ParentForm.ParentForm.CurrentSystemParameter1.EquipmentType));
} }
private void IsAutoMode(bool value) private void IsAutoMode(bool value)
{ {
@ -288,52 +287,6 @@ namespace ITC81DB_0H.Controls
} }
} }
public void DrawInitialize()
{
SmartX.SmartDraw.CHARTREFRESH charRefreshType = SmartX.SmartDraw.CHARTREFRESH.LEFTSCROLL;
SmartX.SmartDraw.CHARTPENSTYLE[] charPenStyle;
charPenStyle = new SmartX.SmartDraw.CHARTPENSTYLE[1];
charPenStyle[0].m_chColor = Color.Yellow;
charPenStyle[0].m_iPenWidth = 2;
this.smartDraw.SetChartCfg(25, 250, 300, 240, 1, charRefreshType, 1);
this.smartDraw.ChartChannelPenStyle = charPenStyle;
this.smartDraw.ChartDrawStep = 1;
}
public void GraphBackRedraw()
{
int xPoint, temp;
this.smartDraw.PutDataAllClear();
this.DrawInitialize();
this.smartDraw.BackDraw.BackErase(Color.Black);
// 가로선
//this.smartDraw.BackDraw.SetPenStyle(Color.Gray, 1);
//this.smartDraw.BackDraw.Line(25, 110, 325, 110);
//this.smartDraw.BackDraw.Line(25, 150, 325, 150);
// 가로 중심선
this.smartDraw.BackDraw.SetPenStyle(Color.Blue, 1);
this.smartDraw.BackDraw.Line(25, 130, 325, 130);
// 세로선
this.smartDraw.BackDraw.SetPenStyle(Color.Blue, 3);
this.smartDraw.BackDraw.Line(25, 10, 25, 250);
this.smartDraw.BackDraw.Line(325, 10, 325, 250);
// 세로 중심선
this.smartDraw.BackDraw.SetPenStyle(Color.Red, 1);
this.smartDraw.BackDraw.Line(175, 50, 175, 210);
// 판정개수 표시선
temp = int.Parse(this.labelJudgmentCount.Text);
xPoint = 175 - temp;
this.smartDraw.BackDraw.SetPenStyle(Color.Red, 1);
this.smartDraw.BackDraw.Line(xPoint, 50, xPoint, 210);
}
public void CaculateJudgmentData(int time1) public void CaculateJudgmentData(int time1)
{ {
if (this.buttonUsingAutoMode.ButtonStatus == SmartButton.BUTSTATUS.DOWN) if (this.buttonUsingAutoMode.ButtonStatus == SmartButton.BUTSTATUS.DOWN)
@ -399,17 +352,15 @@ namespace ITC81DB_0H.Controls
if (this.labelFeedSpeed.Text != value) if (this.labelFeedSpeed.Text != value)
this.labelFeedSpeed.Text = value; this.labelFeedSpeed.Text = value;
value = Helper.DoubleToString(item.DynamicCorrection, 6); value = item.MovingAverage.ToString();
if (this.labelMovingAverage.Text != value) if (this.labelMovingAverage.Text != value)
this.labelMovingAverage.Text = value; this.labelMovingAverage.Text = value;
this.GraphBackRedraw();
} }
public void UpdateEquipmentStatusDisplay(DataStore.EquipmentStatus status) public void UpdateEquipmentStatusDisplay(DataStore.EquipmentStatus status)
{ {
if (status == DataStore.EquipmentStatus.Start) if (status == DataStore.EquipmentStatus.Start)
{ {
this.smartDraw.PutDataAllClear();
this.labelProductNo.Enabled = false; this.labelProductNo.Enabled = false;
this.buttonWeightReference.Enabled = false; this.buttonWeightReference.Enabled = false;
this.buttonCopy.Enabled = false; this.buttonCopy.Enabled = false;
@ -435,34 +386,6 @@ namespace ITC81DB_0H.Controls
this.UpdateSystemParameterDisplay(this.ParentForm.ParentForm.CurrentJudgmentSetItem); this.UpdateSystemParameterDisplay(this.ParentForm.ParentForm.CurrentJudgmentSetItem);
} }
public void UpdateGraphDataDisplay(DataStore.EquipmentStatus status, WeightData weightData, Collection<int> values)
{
int iValue = 0, temp = 0, inputValue = 0;
string sValue = "";
this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Read, CommunicationID.MainBoard, CommunicationAddress.ReadSensingTime, "");
sValue = Helper.DoubleToString(weightData.Weight, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
if (this.labelWeightJudgment.Text != sValue)
this.labelWeightJudgment.Text = sValue;
this.smartDraw.PutDataAllClear();
iValue = int.Parse(this.RefrenceADC);
temp = 120 - iValue;
for (int i = 0; i < values.Count; i++)
{
inputValue = values[i] + temp;
if (inputValue > 240)
inputValue = 240;
else if (inputValue < 0)
inputValue = 1;
this.smartDraw.PutData(inputValue);
}
}
public void UpdateStopWeightDisplay(DataStore.EquipmentStatus status, WeightData data) public void UpdateStopWeightDisplay(DataStore.EquipmentStatus status, WeightData data)
{ {
string value = ""; string value = "";
@ -471,20 +394,12 @@ namespace ITC81DB_0H.Controls
if (this.labelWeightValue.Text != value) if (this.labelWeightValue.Text != value)
this.labelWeightValue.Text = value; this.labelWeightValue.Text = value;
} }
public void UpdateChecksumDisplay(string value1, string value2)
{
this.label1.Text = value1;
this.label2.Text = value2;
}
public void DisplayRefresh(SystemStatus status) public void DisplayRefresh(SystemStatus status)
{ {
this.ParentForm.ParentForm.CurrentSystemStatus.CurrentDisplay = DataStore.DisplayStore.SystemJudgmentManual; this.ParentForm.ParentForm.CurrentSystemStatus.CurrentDisplay = DataStore.DisplayStore.SystemJudgmentManual;
if (this.ParentForm.ParentForm.CurrentSystemParameter1.EquipmentType != "0") // 0 : 컨베어, Select 화면에서 모드 셋팅함 this.ParentForm.ParentForm.SetDisplayMode(DataStore.DisplayMode.SystemSetting);
{ this.ParentForm.DisplayTitleRoot(this.ParentForm.ParentForm.CurrentSystemStatus);
this.ParentForm.ParentForm.SetDisplayMode(DataStore.DisplayMode.SystemSetting);
this.ParentForm.DisplayTitleRoot(this.ParentForm.ParentForm.CurrentSystemStatus);
}
this.CaptureJudgmentSetItem = new JudgmentSetItem(); this.CaptureJudgmentSetItem = new JudgmentSetItem();
@ -652,8 +567,6 @@ namespace ITC81DB_0H.Controls
this.labelJudgmentCount.Text = myKeyPad.StringValue; this.labelJudgmentCount.Text = myKeyPad.StringValue;
this.ParentForm.ParentForm.CurrentJudgmentSetItem.JudgmentCount = myKeyPad.IntValue; this.ParentForm.ParentForm.CurrentJudgmentSetItem.JudgmentCount = myKeyPad.IntValue;
this.GraphBackRedraw();
value = Helper.StringZeroFillDigits4(myKeyPad.StringValue); value = Helper.StringZeroFillDigits4(myKeyPad.StringValue);
this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress.JudgmentCount, value); this.ParentForm.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress.JudgmentCount, value);
@ -863,6 +776,7 @@ namespace ITC81DB_0H.Controls
this.CaptureJudgmentSetItem.JudgmentCount = this.ParentForm.ParentForm.CurrentJudgmentSetItem.JudgmentCount; this.CaptureJudgmentSetItem.JudgmentCount = this.ParentForm.ParentForm.CurrentJudgmentSetItem.JudgmentCount;
this.CaptureJudgmentSetItem.FeedSpeed1 = this.ParentForm.ParentForm.CurrentJudgmentSetItem.FeedSpeed1; this.CaptureJudgmentSetItem.FeedSpeed1 = this.ParentForm.ParentForm.CurrentJudgmentSetItem.FeedSpeed1;
this.CaptureJudgmentSetItem.DynamicCorrection = this.ParentForm.ParentForm.CurrentJudgmentSetItem.DynamicCorrection; this.CaptureJudgmentSetItem.DynamicCorrection = this.ParentForm.ParentForm.CurrentJudgmentSetItem.DynamicCorrection;
this.CaptureJudgmentSetItem.MovingAverage = this.ParentForm.ParentForm.CurrentJudgmentSetItem.MovingAverage;
this.CaptureJudgmentSetItem.Sorter1Mode = this.ParentForm.ParentForm.CurrentJudgmentSetItem.Sorter1Mode; this.CaptureJudgmentSetItem.Sorter1Mode = this.ParentForm.ParentForm.CurrentJudgmentSetItem.Sorter1Mode;
this.CaptureJudgmentSetItem.Sorter1DelayTime = this.ParentForm.ParentForm.CurrentJudgmentSetItem.Sorter1DelayTime; this.CaptureJudgmentSetItem.Sorter1DelayTime = this.ParentForm.ParentForm.CurrentJudgmentSetItem.Sorter1DelayTime;
@ -886,6 +800,7 @@ namespace ITC81DB_0H.Controls
this.ParentForm.ParentForm.CurrentJudgmentSetItem.JudgmentCount = this.CaptureJudgmentSetItem.JudgmentCount; this.ParentForm.ParentForm.CurrentJudgmentSetItem.JudgmentCount = this.CaptureJudgmentSetItem.JudgmentCount;
this.ParentForm.ParentForm.CurrentJudgmentSetItem.FeedSpeed1 = this.CaptureJudgmentSetItem.FeedSpeed1; this.ParentForm.ParentForm.CurrentJudgmentSetItem.FeedSpeed1 = this.CaptureJudgmentSetItem.FeedSpeed1;
this.ParentForm.ParentForm.CurrentJudgmentSetItem.DynamicCorrection = this.CaptureJudgmentSetItem.DynamicCorrection; this.ParentForm.ParentForm.CurrentJudgmentSetItem.DynamicCorrection = this.CaptureJudgmentSetItem.DynamicCorrection;
this.ParentForm.ParentForm.CurrentJudgmentSetItem.MovingAverage = this.CaptureJudgmentSetItem.MovingAverage;
this.ParentForm.ParentForm.CurrentJudgmentSetItem.Sorter1Mode = this.CaptureJudgmentSetItem.Sorter1Mode; this.ParentForm.ParentForm.CurrentJudgmentSetItem.Sorter1Mode = this.CaptureJudgmentSetItem.Sorter1Mode;
this.ParentForm.ParentForm.CurrentJudgmentSetItem.Sorter1DelayTime = this.CaptureJudgmentSetItem.Sorter1DelayTime; this.ParentForm.ParentForm.CurrentJudgmentSetItem.Sorter1DelayTime = this.CaptureJudgmentSetItem.Sorter1DelayTime;
@ -949,7 +864,7 @@ namespace ITC81DB_0H.Controls
structItem.DescendDelayTime = this.CaptureJudgmentSetItem.DescendDelayTime; structItem.DescendDelayTime = this.CaptureJudgmentSetItem.DescendDelayTime;
structItem.AscendDelayTime = this.CaptureJudgmentSetItem.AscendDelayTime; structItem.AscendDelayTime = this.CaptureJudgmentSetItem.AscendDelayTime;
structItem.MovingAverage = 0; structItem.MovingAverage = this.CaptureJudgmentSetItem.MovingAverage;
structItem.DummyInt1 = 0; structItem.DummyInt1 = 0;
structItem.DummyInt2 = 0; structItem.DummyInt2 = 0;
structItem.DummyString1 = "0"; structItem.DummyString1 = "0";

View File

@ -1,777 +0,0 @@
namespace ITC81DB_0H.Controls
{
partial class ControlBasicRandomMode
{
/// <summary>
/// 필수 디자이너 변수입니다.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 사용 중인 모든 리소스를 정리합니다.
/// </summary>
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 구성 요소 디자이너에서 생성한 코드
/// <summary>
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlBasicRandomMode));
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.labelHelp2 = new SmartX.SmartLabel();
this.checkBoxSync = new SmartX.SmartCheckBox();
this.labelHelp1 = new SmartX.SmartLabel();
this.buttonSave = new SmartX.SmartButton();
this.buttonUsing5 = new SmartX.SmartButton();
this.buttonUsing4 = new SmartX.SmartButton();
this.buttonUsing3 = new SmartX.SmartButton();
this.buttonUsing2 = new SmartX.SmartButton();
this.buttonUsing1 = new SmartX.SmartButton();
this.labelGroup5Over = new SmartX.SmartLabel();
this.labelGroup4Over = new SmartX.SmartLabel();
this.labelGroup3Over = new SmartX.SmartLabel();
this.labelGroup2Over = new SmartX.SmartLabel();
this.labelGroup1Over = new SmartX.SmartLabel();
this.labelGroup5Pass = new SmartX.SmartLabel();
this.labelGroup4Pass = new SmartX.SmartLabel();
this.labelGroup3Pass = new SmartX.SmartLabel();
this.labelGroup2Pass = new SmartX.SmartLabel();
this.labelGroup1Pass = new SmartX.SmartLabel();
this.labelGroup5Under = new SmartX.SmartLabel();
this.labelGroup4Under = new SmartX.SmartLabel();
this.labelGroup3Under = new SmartX.SmartLabel();
this.labelGroup2Under = new SmartX.SmartLabel();
this.labelGroup1Under = new SmartX.SmartLabel();
this.labelRange4 = new SmartX.SmartLabel();
this.labelRange3 = new SmartX.SmartLabel();
this.labelRange2 = new SmartX.SmartLabel();
this.labelRange1 = new SmartX.SmartLabel();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// smartGroupBox1
//
this.smartGroupBox1.BackPictureBox = null;
this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.labelHelp2);
this.smartGroupBox1.Controls.Add(this.checkBoxSync);
this.smartGroupBox1.Controls.Add(this.labelHelp1);
this.smartGroupBox1.Controls.Add(this.buttonSave);
this.smartGroupBox1.Controls.Add(this.buttonUsing5);
this.smartGroupBox1.Controls.Add(this.buttonUsing4);
this.smartGroupBox1.Controls.Add(this.buttonUsing3);
this.smartGroupBox1.Controls.Add(this.buttonUsing2);
this.smartGroupBox1.Controls.Add(this.buttonUsing1);
this.smartGroupBox1.Controls.Add(this.labelGroup5Over);
this.smartGroupBox1.Controls.Add(this.labelGroup4Over);
this.smartGroupBox1.Controls.Add(this.labelGroup3Over);
this.smartGroupBox1.Controls.Add(this.labelGroup2Over);
this.smartGroupBox1.Controls.Add(this.labelGroup1Over);
this.smartGroupBox1.Controls.Add(this.labelGroup5Pass);
this.smartGroupBox1.Controls.Add(this.labelGroup4Pass);
this.smartGroupBox1.Controls.Add(this.labelGroup3Pass);
this.smartGroupBox1.Controls.Add(this.labelGroup2Pass);
this.smartGroupBox1.Controls.Add(this.labelGroup1Pass);
this.smartGroupBox1.Controls.Add(this.labelGroup5Under);
this.smartGroupBox1.Controls.Add(this.labelGroup4Under);
this.smartGroupBox1.Controls.Add(this.labelGroup3Under);
this.smartGroupBox1.Controls.Add(this.labelGroup2Under);
this.smartGroupBox1.Controls.Add(this.labelGroup1Under);
this.smartGroupBox1.Controls.Add(this.labelRange4);
this.smartGroupBox1.Controls.Add(this.labelRange3);
this.smartGroupBox1.Controls.Add(this.labelRange2);
this.smartGroupBox1.Controls.Add(this.labelRange1);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
this.smartGroupBox1.FrameLineThickness = 1;
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image")));
this.smartGroupBox1.InitVisible = true;
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
this.smartGroupBox1.Name = "smartGroupBox1";
this.smartGroupBox1.RoundRadius = 5;
this.smartGroupBox1.Size = new System.Drawing.Size(710, 379);
this.smartGroupBox1.TabIndex = 7;
this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
//
// labelHelp2
//
this.labelHelp2.BackPictureBox1 = null;
this.labelHelp2.BackPictureBox2 = this.smartGroupBox1;
this.labelHelp2.BorderColor = System.Drawing.Color.Black;
this.labelHelp2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelHelp2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelHelp2.ForeColor = System.Drawing.Color.White;
this.labelHelp2.InitVisible = true;
this.labelHelp2.LineSpacing = 0F;
this.labelHelp2.Location = new System.Drawing.Point(27, 346);
this.labelHelp2.Name = "labelHelp2";
this.labelHelp2.Size = new System.Drawing.Size(600, 20);
this.labelHelp2.TabIndex = 63;
this.labelHelp2.Text = "ex) No.996 : ~ 110.0g <-> No.997 : 160.0g ~ 180.0g <-> No.998 : 230.0g ~";
this.labelHelp2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelHelp2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelHelp2.Wordwrap = false;
//
// checkBoxSync
//
this.checkBoxSync.BackPictureBox1 = null;
this.checkBoxSync.BackPictureBox2 = this.smartGroupBox1;
this.checkBoxSync.CheckBoxBackColor = System.Drawing.Color.White;
this.checkBoxSync.CheckBoxCheckColor = System.Drawing.Color.Green;
this.checkBoxSync.CheckBoxForeColor = System.Drawing.Color.Black;
this.checkBoxSync.CheckBoxSymbolSize = 14;
this.checkBoxSync.Checked = false;
this.checkBoxSync.CheckLineWidth = 3;
this.checkBoxSync.ImageCheckBox = null;
this.checkBoxSync.ImageUnCheckBox = null;
this.checkBoxSync.InitVisible = true;
this.checkBoxSync.Location = new System.Drawing.Point(343, 13);
this.checkBoxSync.Name = "checkBoxSync";
this.checkBoxSync.Size = new System.Drawing.Size(22, 25);
this.checkBoxSync.TabIndex = 159;
this.checkBoxSync.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxSync.Visible = false;
//
// labelHelp1
//
this.labelHelp1.BackPictureBox1 = null;
this.labelHelp1.BackPictureBox2 = this.smartGroupBox1;
this.labelHelp1.BorderColor = System.Drawing.Color.Black;
this.labelHelp1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelHelp1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelHelp1.ForeColor = System.Drawing.Color.White;
this.labelHelp1.InitVisible = true;
this.labelHelp1.LineSpacing = 0F;
this.labelHelp1.Location = new System.Drawing.Point(13, 320);
this.labelHelp1.Name = "labelHelp1";
this.labelHelp1.Size = new System.Drawing.Size(621, 20);
this.labelHelp1.TabIndex = 62;
this.labelHelp1.Text = "- 각 품번의 중량 설정값은 최소 50g 이상 차이나야 합니다.(단위 kg 시 1kg)";
this.labelHelp1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelHelp1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelHelp1.Wordwrap = false;
//
// buttonSave
//
this.buttonSave.BackPictureBox = null;
this.buttonSave.BackPictureBox1 = null;
this.buttonSave.BackPictureBox2 = null;
this.buttonSave.ButtonColor = System.Drawing.Color.Gray;
this.buttonSave.ButtonImageAutoSize = true;
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonSave.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DisableImage")));
this.buttonSave.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DownImage")));
this.buttonSave.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.buttonSave.ForeColor = System.Drawing.Color.White;
this.buttonSave.GroupID = 0;
this.buttonSave.InitVisible = true;
this.buttonSave.Location = new System.Drawing.Point(640, 316);
this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonSave.Name = "buttonSave";
this.buttonSave.NestedClickEventPrevent = false;
this.buttonSave.OutlinePixel = 1;
this.buttonSave.RepeatInterval = 200;
this.buttonSave.RepeatIntervalAccelerate = null;
this.buttonSave.SafeInterval = 200;
this.buttonSave.Size = new System.Drawing.Size(50, 50);
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonSave.TabIndex = 158;
this.buttonSave.TextColor = System.Drawing.Color.White;
this.buttonSave.TextDownColor = System.Drawing.Color.White;
this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonSave.TextLocation = new System.Drawing.Point(0, 0);
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonSave.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.UpImage")));
this.buttonSave.Visible = false;
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
//
// buttonUsing5
//
this.buttonUsing5.BackPictureBox = null;
this.buttonUsing5.BackPictureBox1 = null;
this.buttonUsing5.BackPictureBox2 = null;
this.buttonUsing5.ButtonColor = System.Drawing.Color.Gray;
this.buttonUsing5.ButtonImageAutoSize = true;
this.buttonUsing5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUsing5.DisableImage = null;
this.buttonUsing5.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing5.DownImage")));
this.buttonUsing5.GroupID = 0;
this.buttonUsing5.InitVisible = true;
this.buttonUsing5.Location = new System.Drawing.Point(589, 266);
this.buttonUsing5.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonUsing5.Name = "buttonUsing5";
this.buttonUsing5.NestedClickEventPrevent = false;
this.buttonUsing5.OutlinePixel = 1;
this.buttonUsing5.RepeatInterval = 200;
this.buttonUsing5.RepeatIntervalAccelerate = null;
this.buttonUsing5.SafeInterval = 200;
this.buttonUsing5.Size = new System.Drawing.Size(80, 28);
this.buttonUsing5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonUsing5.TabIndex = 157;
this.buttonUsing5.TextColor = System.Drawing.Color.Black;
this.buttonUsing5.TextDownColor = System.Drawing.Color.White;
this.buttonUsing5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonUsing5.TextLocation = new System.Drawing.Point(0, 0);
this.buttonUsing5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonUsing5.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing5.UpImage")));
this.buttonUsing5.Click += new System.EventHandler(this.buttonUsing_Click);
//
// buttonUsing4
//
this.buttonUsing4.BackPictureBox = null;
this.buttonUsing4.BackPictureBox1 = null;
this.buttonUsing4.BackPictureBox2 = null;
this.buttonUsing4.ButtonColor = System.Drawing.Color.Gray;
this.buttonUsing4.ButtonImageAutoSize = true;
this.buttonUsing4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUsing4.DisableImage = null;
this.buttonUsing4.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing4.DownImage")));
this.buttonUsing4.GroupID = 0;
this.buttonUsing4.InitVisible = true;
this.buttonUsing4.Location = new System.Drawing.Point(589, 215);
this.buttonUsing4.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonUsing4.Name = "buttonUsing4";
this.buttonUsing4.NestedClickEventPrevent = false;
this.buttonUsing4.OutlinePixel = 1;
this.buttonUsing4.RepeatInterval = 200;
this.buttonUsing4.RepeatIntervalAccelerate = null;
this.buttonUsing4.SafeInterval = 200;
this.buttonUsing4.Size = new System.Drawing.Size(80, 28);
this.buttonUsing4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonUsing4.TabIndex = 156;
this.buttonUsing4.TextColor = System.Drawing.Color.Black;
this.buttonUsing4.TextDownColor = System.Drawing.Color.White;
this.buttonUsing4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonUsing4.TextLocation = new System.Drawing.Point(0, 0);
this.buttonUsing4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonUsing4.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing4.UpImage")));
this.buttonUsing4.Click += new System.EventHandler(this.buttonUsing_Click);
//
// buttonUsing3
//
this.buttonUsing3.BackPictureBox = null;
this.buttonUsing3.BackPictureBox1 = null;
this.buttonUsing3.BackPictureBox2 = null;
this.buttonUsing3.ButtonColor = System.Drawing.Color.Gray;
this.buttonUsing3.ButtonImageAutoSize = true;
this.buttonUsing3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUsing3.DisableImage = null;
this.buttonUsing3.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing3.DownImage")));
this.buttonUsing3.GroupID = 0;
this.buttonUsing3.InitVisible = true;
this.buttonUsing3.Location = new System.Drawing.Point(589, 164);
this.buttonUsing3.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonUsing3.Name = "buttonUsing3";
this.buttonUsing3.NestedClickEventPrevent = false;
this.buttonUsing3.OutlinePixel = 1;
this.buttonUsing3.RepeatInterval = 200;
this.buttonUsing3.RepeatIntervalAccelerate = null;
this.buttonUsing3.SafeInterval = 200;
this.buttonUsing3.Size = new System.Drawing.Size(80, 28);
this.buttonUsing3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonUsing3.TabIndex = 155;
this.buttonUsing3.TextColor = System.Drawing.Color.Black;
this.buttonUsing3.TextDownColor = System.Drawing.Color.White;
this.buttonUsing3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonUsing3.TextLocation = new System.Drawing.Point(0, 0);
this.buttonUsing3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonUsing3.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing3.UpImage")));
this.buttonUsing3.Click += new System.EventHandler(this.buttonUsing_Click);
//
// buttonUsing2
//
this.buttonUsing2.BackPictureBox = null;
this.buttonUsing2.BackPictureBox1 = null;
this.buttonUsing2.BackPictureBox2 = null;
this.buttonUsing2.ButtonColor = System.Drawing.Color.Gray;
this.buttonUsing2.ButtonImageAutoSize = true;
this.buttonUsing2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUsing2.DisableImage = null;
this.buttonUsing2.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing2.DownImage")));
this.buttonUsing2.GroupID = 0;
this.buttonUsing2.InitVisible = true;
this.buttonUsing2.Location = new System.Drawing.Point(589, 113);
this.buttonUsing2.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonUsing2.Name = "buttonUsing2";
this.buttonUsing2.NestedClickEventPrevent = false;
this.buttonUsing2.OutlinePixel = 1;
this.buttonUsing2.RepeatInterval = 200;
this.buttonUsing2.RepeatIntervalAccelerate = null;
this.buttonUsing2.SafeInterval = 200;
this.buttonUsing2.Size = new System.Drawing.Size(80, 28);
this.buttonUsing2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonUsing2.TabIndex = 154;
this.buttonUsing2.TextColor = System.Drawing.Color.Black;
this.buttonUsing2.TextDownColor = System.Drawing.Color.White;
this.buttonUsing2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonUsing2.TextLocation = new System.Drawing.Point(0, 0);
this.buttonUsing2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonUsing2.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing2.UpImage")));
this.buttonUsing2.Click += new System.EventHandler(this.buttonUsing_Click);
//
// buttonUsing1
//
this.buttonUsing1.BackPictureBox = null;
this.buttonUsing1.BackPictureBox1 = null;
this.buttonUsing1.BackPictureBox2 = null;
this.buttonUsing1.ButtonColor = System.Drawing.Color.Gray;
this.buttonUsing1.ButtonImageAutoSize = true;
this.buttonUsing1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUsing1.DisableImage = null;
this.buttonUsing1.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing1.DownImage")));
this.buttonUsing1.GroupID = 0;
this.buttonUsing1.InitVisible = true;
this.buttonUsing1.Location = new System.Drawing.Point(589, 62);
this.buttonUsing1.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonUsing1.Name = "buttonUsing1";
this.buttonUsing1.NestedClickEventPrevent = false;
this.buttonUsing1.OutlinePixel = 1;
this.buttonUsing1.RepeatInterval = 200;
this.buttonUsing1.RepeatIntervalAccelerate = null;
this.buttonUsing1.SafeInterval = 200;
this.buttonUsing1.Size = new System.Drawing.Size(80, 28);
this.buttonUsing1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonUsing1.TabIndex = 153;
this.buttonUsing1.TextColor = System.Drawing.Color.Black;
this.buttonUsing1.TextDownColor = System.Drawing.Color.White;
this.buttonUsing1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonUsing1.TextLocation = new System.Drawing.Point(0, 0);
this.buttonUsing1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonUsing1.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUsing1.UpImage")));
this.buttonUsing1.Click += new System.EventHandler(this.buttonUsing_Click);
//
// labelGroup5Over
//
this.labelGroup5Over.BackPictureBox1 = null;
this.labelGroup5Over.BackPictureBox2 = this.smartGroupBox1;
this.labelGroup5Over.BorderColor = System.Drawing.Color.Black;
this.labelGroup5Over.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelGroup5Over.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelGroup5Over.ForeColor = System.Drawing.Color.White;
this.labelGroup5Over.InitVisible = true;
this.labelGroup5Over.LineSpacing = 0F;
this.labelGroup5Over.Location = new System.Drawing.Point(458, 261);
this.labelGroup5Over.Name = "labelGroup5Over";
this.labelGroup5Over.Size = new System.Drawing.Size(110, 40);
this.labelGroup5Over.TabIndex = 152;
this.labelGroup5Over.Text = "300.0";
this.labelGroup5Over.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelGroup5Over.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelGroup5Over.Wordwrap = false;
this.labelGroup5Over.Click += new System.EventHandler(this.labelGroupOver_Click);
//
// labelGroup4Over
//
this.labelGroup4Over.BackPictureBox1 = null;
this.labelGroup4Over.BackPictureBox2 = this.smartGroupBox1;
this.labelGroup4Over.BorderColor = System.Drawing.Color.Black;
this.labelGroup4Over.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelGroup4Over.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelGroup4Over.ForeColor = System.Drawing.Color.White;
this.labelGroup4Over.InitVisible = true;
this.labelGroup4Over.LineSpacing = 0F;
this.labelGroup4Over.Location = new System.Drawing.Point(458, 210);
this.labelGroup4Over.Name = "labelGroup4Over";
this.labelGroup4Over.Size = new System.Drawing.Size(110, 40);
this.labelGroup4Over.TabIndex = 151;
this.labelGroup4Over.Text = "300.0";
this.labelGroup4Over.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelGroup4Over.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelGroup4Over.Wordwrap = false;
this.labelGroup4Over.Click += new System.EventHandler(this.labelGroupOver_Click);
//
// labelGroup3Over
//
this.labelGroup3Over.BackPictureBox1 = null;
this.labelGroup3Over.BackPictureBox2 = this.smartGroupBox1;
this.labelGroup3Over.BorderColor = System.Drawing.Color.Black;
this.labelGroup3Over.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelGroup3Over.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelGroup3Over.ForeColor = System.Drawing.Color.White;
this.labelGroup3Over.InitVisible = true;
this.labelGroup3Over.LineSpacing = 0F;
this.labelGroup3Over.Location = new System.Drawing.Point(458, 159);
this.labelGroup3Over.Name = "labelGroup3Over";
this.labelGroup3Over.Size = new System.Drawing.Size(110, 40);
this.labelGroup3Over.TabIndex = 150;
this.labelGroup3Over.Text = "300.0";
this.labelGroup3Over.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelGroup3Over.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelGroup3Over.Wordwrap = false;
this.labelGroup3Over.Click += new System.EventHandler(this.labelGroupOver_Click);
//
// labelGroup2Over
//
this.labelGroup2Over.BackPictureBox1 = null;
this.labelGroup2Over.BackPictureBox2 = this.smartGroupBox1;
this.labelGroup2Over.BorderColor = System.Drawing.Color.Black;
this.labelGroup2Over.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelGroup2Over.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelGroup2Over.ForeColor = System.Drawing.Color.White;
this.labelGroup2Over.InitVisible = true;
this.labelGroup2Over.LineSpacing = 0F;
this.labelGroup2Over.Location = new System.Drawing.Point(458, 108);
this.labelGroup2Over.Name = "labelGroup2Over";
this.labelGroup2Over.Size = new System.Drawing.Size(110, 40);
this.labelGroup2Over.TabIndex = 149;
this.labelGroup2Over.Text = "300.0";
this.labelGroup2Over.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelGroup2Over.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelGroup2Over.Wordwrap = false;
this.labelGroup2Over.Click += new System.EventHandler(this.labelGroupOver_Click);
//
// labelGroup1Over
//
this.labelGroup1Over.BackPictureBox1 = null;
this.labelGroup1Over.BackPictureBox2 = this.smartGroupBox1;
this.labelGroup1Over.BorderColor = System.Drawing.Color.Black;
this.labelGroup1Over.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelGroup1Over.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelGroup1Over.ForeColor = System.Drawing.Color.White;
this.labelGroup1Over.InitVisible = true;
this.labelGroup1Over.LineSpacing = 0F;
this.labelGroup1Over.Location = new System.Drawing.Point(458, 57);
this.labelGroup1Over.Name = "labelGroup1Over";
this.labelGroup1Over.Size = new System.Drawing.Size(110, 40);
this.labelGroup1Over.TabIndex = 148;
this.labelGroup1Over.Text = "300.0";
this.labelGroup1Over.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelGroup1Over.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelGroup1Over.Wordwrap = false;
this.labelGroup1Over.Click += new System.EventHandler(this.labelGroupOver_Click);
//
// labelGroup5Pass
//
this.labelGroup5Pass.BackPictureBox1 = null;
this.labelGroup5Pass.BackPictureBox2 = this.smartGroupBox1;
this.labelGroup5Pass.BorderColor = System.Drawing.Color.Black;
this.labelGroup5Pass.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelGroup5Pass.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelGroup5Pass.ForeColor = System.Drawing.Color.White;
this.labelGroup5Pass.InitVisible = true;
this.labelGroup5Pass.LineSpacing = 0F;
this.labelGroup5Pass.Location = new System.Drawing.Point(340, 261);
this.labelGroup5Pass.Name = "labelGroup5Pass";
this.labelGroup5Pass.Size = new System.Drawing.Size(110, 40);
this.labelGroup5Pass.TabIndex = 147;
this.labelGroup5Pass.Text = "200.0";
this.labelGroup5Pass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelGroup5Pass.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelGroup5Pass.Wordwrap = false;
this.labelGroup5Pass.Click += new System.EventHandler(this.labelGroupPass_Click);
//
// labelGroup4Pass
//
this.labelGroup4Pass.BackPictureBox1 = null;
this.labelGroup4Pass.BackPictureBox2 = this.smartGroupBox1;
this.labelGroup4Pass.BorderColor = System.Drawing.Color.Black;
this.labelGroup4Pass.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelGroup4Pass.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelGroup4Pass.ForeColor = System.Drawing.Color.White;
this.labelGroup4Pass.InitVisible = true;
this.labelGroup4Pass.LineSpacing = 0F;
this.labelGroup4Pass.Location = new System.Drawing.Point(340, 210);
this.labelGroup4Pass.Name = "labelGroup4Pass";
this.labelGroup4Pass.Size = new System.Drawing.Size(110, 40);
this.labelGroup4Pass.TabIndex = 146;
this.labelGroup4Pass.Text = "200.0";
this.labelGroup4Pass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelGroup4Pass.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelGroup4Pass.Wordwrap = false;
this.labelGroup4Pass.Click += new System.EventHandler(this.labelGroupPass_Click);
//
// labelGroup3Pass
//
this.labelGroup3Pass.BackPictureBox1 = null;
this.labelGroup3Pass.BackPictureBox2 = this.smartGroupBox1;
this.labelGroup3Pass.BorderColor = System.Drawing.Color.Black;
this.labelGroup3Pass.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelGroup3Pass.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelGroup3Pass.ForeColor = System.Drawing.Color.White;
this.labelGroup3Pass.InitVisible = true;
this.labelGroup3Pass.LineSpacing = 0F;
this.labelGroup3Pass.Location = new System.Drawing.Point(340, 159);
this.labelGroup3Pass.Name = "labelGroup3Pass";
this.labelGroup3Pass.Size = new System.Drawing.Size(110, 40);
this.labelGroup3Pass.TabIndex = 145;
this.labelGroup3Pass.Text = "200.0";
this.labelGroup3Pass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelGroup3Pass.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelGroup3Pass.Wordwrap = false;
this.labelGroup3Pass.Click += new System.EventHandler(this.labelGroupPass_Click);
//
// labelGroup2Pass
//
this.labelGroup2Pass.BackPictureBox1 = null;
this.labelGroup2Pass.BackPictureBox2 = this.smartGroupBox1;
this.labelGroup2Pass.BorderColor = System.Drawing.Color.Black;
this.labelGroup2Pass.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelGroup2Pass.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelGroup2Pass.ForeColor = System.Drawing.Color.White;
this.labelGroup2Pass.InitVisible = true;
this.labelGroup2Pass.LineSpacing = 0F;
this.labelGroup2Pass.Location = new System.Drawing.Point(340, 108);
this.labelGroup2Pass.Name = "labelGroup2Pass";
this.labelGroup2Pass.Size = new System.Drawing.Size(110, 40);
this.labelGroup2Pass.TabIndex = 144;
this.labelGroup2Pass.Text = "200.0";
this.labelGroup2Pass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelGroup2Pass.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelGroup2Pass.Wordwrap = false;
this.labelGroup2Pass.Click += new System.EventHandler(this.labelGroupPass_Click);
//
// labelGroup1Pass
//
this.labelGroup1Pass.BackPictureBox1 = null;
this.labelGroup1Pass.BackPictureBox2 = this.smartGroupBox1;
this.labelGroup1Pass.BorderColor = System.Drawing.Color.Black;
this.labelGroup1Pass.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelGroup1Pass.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelGroup1Pass.ForeColor = System.Drawing.Color.White;
this.labelGroup1Pass.InitVisible = true;
this.labelGroup1Pass.LineSpacing = 0F;
this.labelGroup1Pass.Location = new System.Drawing.Point(340, 57);
this.labelGroup1Pass.Name = "labelGroup1Pass";
this.labelGroup1Pass.Size = new System.Drawing.Size(110, 40);
this.labelGroup1Pass.TabIndex = 143;
this.labelGroup1Pass.Text = "200.0";
this.labelGroup1Pass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelGroup1Pass.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelGroup1Pass.Wordwrap = false;
this.labelGroup1Pass.Click += new System.EventHandler(this.labelGroupPass_Click);
//
// labelGroup5Under
//
this.labelGroup5Under.BackPictureBox1 = null;
this.labelGroup5Under.BackPictureBox2 = this.smartGroupBox1;
this.labelGroup5Under.BorderColor = System.Drawing.Color.Black;
this.labelGroup5Under.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelGroup5Under.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelGroup5Under.ForeColor = System.Drawing.Color.White;
this.labelGroup5Under.InitVisible = true;
this.labelGroup5Under.LineSpacing = 0F;
this.labelGroup5Under.Location = new System.Drawing.Point(222, 261);
this.labelGroup5Under.Name = "labelGroup5Under";
this.labelGroup5Under.Size = new System.Drawing.Size(110, 40);
this.labelGroup5Under.TabIndex = 142;
this.labelGroup5Under.Text = "100.0";
this.labelGroup5Under.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelGroup5Under.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelGroup5Under.Wordwrap = false;
this.labelGroup5Under.Click += new System.EventHandler(this.labelGroupUnder_Click);
//
// labelGroup4Under
//
this.labelGroup4Under.BackPictureBox1 = null;
this.labelGroup4Under.BackPictureBox2 = this.smartGroupBox1;
this.labelGroup4Under.BorderColor = System.Drawing.Color.Black;
this.labelGroup4Under.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelGroup4Under.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelGroup4Under.ForeColor = System.Drawing.Color.White;
this.labelGroup4Under.InitVisible = true;
this.labelGroup4Under.LineSpacing = 0F;
this.labelGroup4Under.Location = new System.Drawing.Point(222, 210);
this.labelGroup4Under.Name = "labelGroup4Under";
this.labelGroup4Under.Size = new System.Drawing.Size(110, 40);
this.labelGroup4Under.TabIndex = 141;
this.labelGroup4Under.Text = "100.0";
this.labelGroup4Under.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelGroup4Under.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelGroup4Under.Wordwrap = false;
this.labelGroup4Under.Click += new System.EventHandler(this.labelGroupUnder_Click);
//
// labelGroup3Under
//
this.labelGroup3Under.BackPictureBox1 = null;
this.labelGroup3Under.BackPictureBox2 = this.smartGroupBox1;
this.labelGroup3Under.BorderColor = System.Drawing.Color.Black;
this.labelGroup3Under.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelGroup3Under.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelGroup3Under.ForeColor = System.Drawing.Color.White;
this.labelGroup3Under.InitVisible = true;
this.labelGroup3Under.LineSpacing = 0F;
this.labelGroup3Under.Location = new System.Drawing.Point(222, 159);
this.labelGroup3Under.Name = "labelGroup3Under";
this.labelGroup3Under.Size = new System.Drawing.Size(110, 40);
this.labelGroup3Under.TabIndex = 140;
this.labelGroup3Under.Text = "100.0";
this.labelGroup3Under.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelGroup3Under.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelGroup3Under.Wordwrap = false;
this.labelGroup3Under.Click += new System.EventHandler(this.labelGroupUnder_Click);
//
// labelGroup2Under
//
this.labelGroup2Under.BackPictureBox1 = null;
this.labelGroup2Under.BackPictureBox2 = this.smartGroupBox1;
this.labelGroup2Under.BorderColor = System.Drawing.Color.Black;
this.labelGroup2Under.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelGroup2Under.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelGroup2Under.ForeColor = System.Drawing.Color.White;
this.labelGroup2Under.InitVisible = true;
this.labelGroup2Under.LineSpacing = 0F;
this.labelGroup2Under.Location = new System.Drawing.Point(222, 108);
this.labelGroup2Under.Name = "labelGroup2Under";
this.labelGroup2Under.Size = new System.Drawing.Size(110, 40);
this.labelGroup2Under.TabIndex = 139;
this.labelGroup2Under.Text = "100.0";
this.labelGroup2Under.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelGroup2Under.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelGroup2Under.Wordwrap = false;
this.labelGroup2Under.Click += new System.EventHandler(this.labelGroupUnder_Click);
//
// labelGroup1Under
//
this.labelGroup1Under.BackPictureBox1 = null;
this.labelGroup1Under.BackPictureBox2 = this.smartGroupBox1;
this.labelGroup1Under.BorderColor = System.Drawing.Color.Black;
this.labelGroup1Under.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelGroup1Under.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelGroup1Under.ForeColor = System.Drawing.Color.White;
this.labelGroup1Under.InitVisible = true;
this.labelGroup1Under.LineSpacing = 0F;
this.labelGroup1Under.Location = new System.Drawing.Point(222, 57);
this.labelGroup1Under.Name = "labelGroup1Under";
this.labelGroup1Under.Size = new System.Drawing.Size(110, 40);
this.labelGroup1Under.TabIndex = 138;
this.labelGroup1Under.Text = "100.0";
this.labelGroup1Under.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelGroup1Under.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelGroup1Under.Wordwrap = false;
this.labelGroup1Under.Click += new System.EventHandler(this.labelGroupUnder_Click);
//
// labelRange4
//
this.labelRange4.BackPictureBox1 = null;
this.labelRange4.BackPictureBox2 = this.smartGroupBox1;
this.labelRange4.BorderColor = System.Drawing.Color.Black;
this.labelRange4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelRange4.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelRange4.ForeColor = System.Drawing.Color.White;
this.labelRange4.InitVisible = true;
this.labelRange4.LineSpacing = 0F;
this.labelRange4.Location = new System.Drawing.Point(104, 235);
this.labelRange4.Name = "labelRange4";
this.labelRange4.Size = new System.Drawing.Size(110, 40);
this.labelRange4.TabIndex = 137;
this.labelRange4.Text = "400.0";
this.labelRange4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelRange4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelRange4.Wordwrap = false;
//
// labelRange3
//
this.labelRange3.BackPictureBox1 = null;
this.labelRange3.BackPictureBox2 = this.smartGroupBox1;
this.labelRange3.BorderColor = System.Drawing.Color.Black;
this.labelRange3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelRange3.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelRange3.ForeColor = System.Drawing.Color.White;
this.labelRange3.InitVisible = true;
this.labelRange3.LineSpacing = 0F;
this.labelRange3.Location = new System.Drawing.Point(104, 184);
this.labelRange3.Name = "labelRange3";
this.labelRange3.Size = new System.Drawing.Size(110, 40);
this.labelRange3.TabIndex = 136;
this.labelRange3.Text = "300.0";
this.labelRange3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelRange3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelRange3.Wordwrap = false;
//
// labelRange2
//
this.labelRange2.BackPictureBox1 = null;
this.labelRange2.BackPictureBox2 = this.smartGroupBox1;
this.labelRange2.BorderColor = System.Drawing.Color.Black;
this.labelRange2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelRange2.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelRange2.ForeColor = System.Drawing.Color.White;
this.labelRange2.InitVisible = true;
this.labelRange2.LineSpacing = 0F;
this.labelRange2.Location = new System.Drawing.Point(104, 133);
this.labelRange2.Name = "labelRange2";
this.labelRange2.Size = new System.Drawing.Size(110, 40);
this.labelRange2.TabIndex = 135;
this.labelRange2.Text = "200.0";
this.labelRange2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelRange2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelRange2.Wordwrap = false;
//
// labelRange1
//
this.labelRange1.BackPictureBox1 = null;
this.labelRange1.BackPictureBox2 = this.smartGroupBox1;
this.labelRange1.BorderColor = System.Drawing.Color.Black;
this.labelRange1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelRange1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelRange1.ForeColor = System.Drawing.Color.White;
this.labelRange1.InitVisible = true;
this.labelRange1.LineSpacing = 0F;
this.labelRange1.Location = new System.Drawing.Point(104, 82);
this.labelRange1.Name = "labelRange1";
this.labelRange1.Size = new System.Drawing.Size(110, 40);
this.labelRange1.TabIndex = 134;
this.labelRange1.Text = "100.0";
this.labelRange1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelRange1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelRange1.Wordwrap = false;
//
// ControlBasicRandomMode
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.smartGroupBox1);
this.Name = "ControlBasicRandomMode";
this.Size = new System.Drawing.Size(710, 379);
this.smartGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartGroupBox smartGroupBox1;
private SmartX.SmartLabel labelGroup5Over;
private SmartX.SmartLabel labelGroup4Over;
private SmartX.SmartLabel labelGroup3Over;
private SmartX.SmartLabel labelGroup2Over;
private SmartX.SmartLabel labelGroup1Over;
private SmartX.SmartLabel labelGroup5Pass;
private SmartX.SmartLabel labelGroup4Pass;
private SmartX.SmartLabel labelGroup3Pass;
private SmartX.SmartLabel labelGroup2Pass;
private SmartX.SmartLabel labelGroup1Pass;
private SmartX.SmartLabel labelGroup5Under;
private SmartX.SmartLabel labelGroup4Under;
private SmartX.SmartLabel labelGroup3Under;
private SmartX.SmartLabel labelGroup2Under;
private SmartX.SmartLabel labelGroup1Under;
private SmartX.SmartLabel labelRange4;
private SmartX.SmartLabel labelRange3;
private SmartX.SmartLabel labelRange2;
private SmartX.SmartLabel labelRange1;
private SmartX.SmartButton buttonUsing1;
private SmartX.SmartButton buttonUsing5;
private SmartX.SmartButton buttonUsing4;
private SmartX.SmartButton buttonUsing3;
private SmartX.SmartButton buttonUsing2;
private SmartX.SmartButton buttonSave;
private SmartX.SmartCheckBox checkBoxSync;
private SmartX.SmartLabel labelHelp2;
private SmartX.SmartLabel labelHelp1;
}
}

View File

@ -1,883 +0,0 @@
using System;
using System.Linq;
using System.Collections.ObjectModel;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Windows.Forms;
using ITC81DB_0H.Forms;
using ITC81DB_0H_ImageDll;
using ITC81DB_0H.DialogForms;
namespace ITC81DB_0H.Controls
{
public partial class ControlBasicRandomMode : UserControl
{
#region Field
private FormMenu m_ParentForm;
private int DifferenceValue;
public Collection<ProductItem> CollectionRandomItem;
private Collection<int> CollectionPassGap;
private ProductItem ProductItemRandom1;
private ProductItem ProductItemRandom2;
private ProductItem ProductItemRandom3;
private ProductItem ProductItemRandom4;
private ProductItem ProductItemRandom5;
private Collection<SmartX.SmartLabel> CollectionRange;
private Collection<SmartX.SmartLabel> CollectionUnderRange;
private Collection<SmartX.SmartLabel> CollectionPassRange;
private Collection<SmartX.SmartLabel> CollectionOverRange;
private Collection<SmartX.SmartButton> CollectionUsing;
#endregion
#region Constructor
public ControlBasicRandomMode(FormMenu parent)
{
InitializeComponent();
this.ParentForm = parent;
this.InitializeForm();
this.InitializeDesign();
this.DefaultSetting();
}
#endregion
#region Property
public FormMenu ParentForm
{
get { return this.m_ParentForm; }
private set { this.m_ParentForm = value; }
}
#endregion
#region Method
public void InitializeDesign()
{
Class1 images = new Class1();
if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.English)
{
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.engBackgroundRandomMode));
for (int i = 0; i < this.CollectionUsing.Count; i++)
{
this.CollectionUsing[i].DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engON_Black));
this.CollectionUsing[i].UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engOFF_Black));
}
this.labelHelp1.Text = "- The weight setting value of each number should be at least 50g difference(kg : 1kg)";
}
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Chinese)
{
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.chnBackgroundRandomMode));
for (int i = 0; i < this.CollectionUsing.Count; i++)
{
this.CollectionUsing[i].DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnON_Black));
this.CollectionUsing[i].UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.chnOFF_Black));
}
this.labelHelp1.Text = "- 每个数字的重量设定值应相差至少50g(kg : 1kg)";
}
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Czech)
{
}
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.Russian)
{
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.rusBackgroundRandomMode));
for (int i = 0; i < this.CollectionUsing.Count; i++)
{
this.CollectionUsing[i].DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.rusON_Black));
this.CollectionUsing[i].UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.rusOFF_Black));
}
this.labelHelp1.Text = "";
}
else if (this.ParentForm.ParentForm.SystemConfig1.Language == DataStore.LanguageID.German)
{
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.gerBackgroundRandomMode));
for (int i = 0; i < this.CollectionUsing.Count; i++)
{
this.CollectionUsing[i].DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.gerON_Black));
this.CollectionUsing[i].UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.gerOFF_Black));
}
this.labelHelp1.Text = "- Der Gewichtseinstellungswert jeder Zahl sollte mindestens 50 g Unterschied betragen(kg : 1kg)";
}
else
{
this.smartGroupBox1.Image = new Bitmap(images.GetImage(Class1.ButtonImages.korBackgroundRandomMode));
for (int i = 0; i < this.CollectionUsing.Count; i++)
{
this.CollectionUsing[i].DownImage = new Bitmap(images.GetImage(Class1.ButtonImages.engON_Black));
this.CollectionUsing[i].UpImage = new Bitmap(images.GetImage(Class1.ButtonImages.engOFF_Black));
}
this.labelHelp1.Text = "- 각 품번의 중량 설정값은 최소 50g 이상 차이나야 합니다.(단위 kg 시 1kg)";
}
}
private void DefaultSetting()
{
this.ProductItemRandom1 = new ProductItem();
this.ProductItemRandom2 = new ProductItem();
this.ProductItemRandom3 = new ProductItem();
this.ProductItemRandom4 = new ProductItem();
this.ProductItemRandom5 = new ProductItem();
this.CollectionPassGap = new Collection<int>();
this.CollectionRandomItem = new Collection<ProductItem>();
for (int i = 0; i < 5; i++)
{
this.CollectionRandomItem.Add(new ProductItem());
this.CollectionPassGap.Add(0);
}
this.ParentForm.ParentForm.LoadProductFile(ref this.ProductItemRandom1, 995);
this.ParentForm.ParentForm.LoadProductFile(ref this.ProductItemRandom2, 996);
this.ParentForm.ParentForm.LoadProductFile(ref this.ProductItemRandom3, 997);
this.ParentForm.ParentForm.LoadProductFile(ref this.ProductItemRandom4, 998);
this.ParentForm.ParentForm.LoadProductFile(ref this.ProductItemRandom5, 999);
this.CollectionRandomItem[0] = this.ProductItemRandom1;
this.CollectionRandomItem[1] = this.ProductItemRandom2;
this.CollectionRandomItem[2] = this.ProductItemRandom3;
this.CollectionRandomItem[3] = this.ProductItemRandom4;
this.CollectionRandomItem[4] = this.ProductItemRandom5;
if (this.ParentForm.ParentForm.SystemConfig1.Unit == "g")
{
if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 1)
this.DifferenceValue = 500;
else if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 2)
this.DifferenceValue = 5000;
else
this.DifferenceValue = 50;
}
else
{
if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 1)
this.DifferenceValue = 10;
else if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 2)
this.DifferenceValue = 100;
else
this.DifferenceValue = 1;
}
}
private void InitializeForm()
{
this.CollectionRange = new Collection<SmartX.SmartLabel>();
this.CollectionRange.Clear();
this.CollectionRange.Add(this.labelRange1);
this.CollectionRange.Add(this.labelRange2);
this.CollectionRange.Add(this.labelRange3);
this.CollectionRange.Add(this.labelRange4);
this.CollectionUnderRange = new Collection<SmartX.SmartLabel>();
this.CollectionUnderRange.Clear();
this.CollectionUnderRange.Add(this.labelGroup1Under);
this.CollectionUnderRange.Add(this.labelGroup2Under);
this.CollectionUnderRange.Add(this.labelGroup3Under);
this.CollectionUnderRange.Add(this.labelGroup4Under);
this.CollectionUnderRange.Add(this.labelGroup5Under);
this.CollectionPassRange = new Collection<SmartX.SmartLabel>();
this.CollectionPassRange.Clear();
this.CollectionPassRange.Add(this.labelGroup1Pass);
this.CollectionPassRange.Add(this.labelGroup2Pass);
this.CollectionPassRange.Add(this.labelGroup3Pass);
this.CollectionPassRange.Add(this.labelGroup4Pass);
this.CollectionPassRange.Add(this.labelGroup5Pass);
this.CollectionOverRange = new Collection<SmartX.SmartLabel>();
this.CollectionOverRange.Clear();
this.CollectionOverRange.Add(this.labelGroup1Over);
this.CollectionOverRange.Add(this.labelGroup2Over);
this.CollectionOverRange.Add(this.labelGroup3Over);
this.CollectionOverRange.Add(this.labelGroup4Over);
this.CollectionOverRange.Add(this.labelGroup5Over);
this.CollectionUsing = new Collection<SmartX.SmartButton>();
this.CollectionUsing.Clear();
this.CollectionUsing.Add(this.buttonUsing1);
this.CollectionUsing.Add(this.buttonUsing2);
this.CollectionUsing.Add(this.buttonUsing3);
this.CollectionUsing.Add(this.buttonUsing4);
this.CollectionUsing.Add(this.buttonUsing5);
}
private void CalculatePassGap(int index)
{
for (int i = 0; i < this.CollectionPassGap.Count; i++)
{
this.CollectionPassGap[i] = this.CollectionRandomItem[i].PassRangeInt -
this.CollectionRandomItem[index].PassRangeInt;
}
}
private void DecideRandomModeRange()
{
double tempDouble;
for (int i = 0; i < this.CollectionRange.Count; i++)
{
tempDouble = (this.CollectionRandomItem[i + 1].UnderRangeInt - this.CollectionRandomItem[i].OverRangeInt) / 2
+ this.CollectionRandomItem[i].OverRangeInt;
tempDouble = Math.Round(tempDouble, 0);
this.CollectionRange[i].Text =
Helper.StringToDecimalPlaces(tempDouble.ToString().Trim(), this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
}
}
private int FindLabelName(SmartX.SmartLabel label, Collection<SmartX.SmartLabel> collectionLable)
{
int returnValue = 0;
for (int i = 0; i < 5; i++)
{
if (label.Name == collectionLable[i].Name)
{
returnValue = i;
break;
}
}
return returnValue;
}
private void DisplayControls(Collection<ProductItem> pItem)
{
int iValue = 0;
string sValue = "";
if (this.CollectionRandomItem == null && pItem == null)
return;
for (int i = 0; i < this.CollectionUnderRange.Count; i++)
{
sValue = Helper.StringToDecimalPlaces(pItem[i].UnderRange, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
this.CollectionUnderRange[i].Text = sValue;
}
for (int i = 0; i < this.CollectionPassRange.Count; i++)
{
sValue = Helper.StringToDecimalPlaces(pItem[i].PassRange, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
this.CollectionPassRange[i].Text = sValue;
}
for (int i = 0; i < this.CollectionOverRange.Count; i++)
{
sValue = Helper.StringToDecimalPlaces(pItem[i].OverRange, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
this.CollectionOverRange[i].Text = sValue;
}
this.DecideRandomModeRange();
}
public void DisplayRefresh()
{
this.ParentForm.ParentForm.LoadProductFile(ref this.ProductItemRandom1, 995);
this.ParentForm.ParentForm.LoadProductFile(ref this.ProductItemRandom2, 996);
this.ParentForm.ParentForm.LoadProductFile(ref this.ProductItemRandom3, 997);
this.ParentForm.ParentForm.LoadProductFile(ref this.ProductItemRandom4, 998);
this.ParentForm.ParentForm.LoadProductFile(ref this.ProductItemRandom5, 999);
this.CollectionRandomItem[0] = this.ProductItemRandom1;
this.CollectionRandomItem[1] = this.ProductItemRandom2;
this.CollectionRandomItem[2] = this.ProductItemRandom3;
this.CollectionRandomItem[3] = this.ProductItemRandom4;
this.CollectionRandomItem[4] = this.ProductItemRandom5;
#region 사용여부
for (int i = 0; i < this.CollectionUsing.Count; i++)
this.CollectionUsing[i].Click -= new EventHandler(this.buttonUsing_Click);
if (this.ParentForm.ParentForm.SystemConfig2.IsGroup1UsingRandomMode == true)
this.CollectionUsing[0].ButtonDown();
else
this.CollectionUsing[0].ButtonUp();// 버튼 ON
if (this.ParentForm.ParentForm.SystemConfig2.IsGroup2UsingRandomMode == true)
this.CollectionUsing[1].ButtonDown();
else
this.CollectionUsing[1].ButtonUp();// 버튼 ON
if (this.ParentForm.ParentForm.SystemConfig2.IsGroup3UsingRandomMode == true)
this.CollectionUsing[2].ButtonDown();
else
this.CollectionUsing[2].ButtonUp();// 버튼 ON
if (this.ParentForm.ParentForm.SystemConfig2.IsGroup4UsingRandomMode == true)
this.CollectionUsing[3].ButtonDown();
else
this.CollectionUsing[3].ButtonUp();// 버튼 ON
if (this.ParentForm.ParentForm.SystemConfig2.IsGroup5UsingRandomMode == true)
this.CollectionUsing[4].ButtonDown();
else
this.CollectionUsing[4].ButtonUp();// 버튼 ON
for (int i = 0; i < this.CollectionUsing.Count; i++)
this.CollectionUsing[i].Click += new EventHandler(this.buttonUsing_Click);
#endregion
this.buttonSave.Visible = false;
if (this.ParentForm.ParentForm.SystemConfig1.Unit == "g")
{
if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 1)
this.DifferenceValue = 500;
else if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 2)
this.DifferenceValue = 5000;
else
this.DifferenceValue = 50;
}
else
{
if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 1)
this.DifferenceValue = 10;
else if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 2)
this.DifferenceValue = 100;
else
this.DifferenceValue = 1;
}
this.ParentForm.ParentForm.CurrentSystemStatus.CurrentDisplay = DataStore.DisplayStore.BasicRandomMode;
this.ParentForm.DisplayTitleRoot(this.ParentForm.ParentForm.CurrentSystemStatus);
this.DisplayControls(this.CollectionRandomItem);
}
#endregion
#region Event Handler
private void labelGroupUnder_Click(object sender, EventArgs e)
{
SmartX.SmartLabel label = sender as SmartX.SmartLabel;
int index = 0;
if (label == null)
return;
index = this.FindLabelName(label, this.CollectionUnderRange);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(label.Text, 5,
this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces, false, this.ParentForm.ParentForm.SystemConfig1.Language);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
if (myKeyPad.doubleValue > Helper.StringToWeight(this.CollectionRandomItem[index].PassRange.ToString(),
this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces))
{
// 입력범위를 확인하세요
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.ParentForm.SystemConfig1.Language);
myMsg.ShowDialog();
return;
}
else
{
if (index != 0)
{
double previousOverWeight = Helper.StringToWeight((this.CollectionRandomItem[index - 1].OverRangeInt + this.DifferenceValue).ToString(),
this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces);
if (index == 4)
{
if (previousOverWeight > myKeyPad.doubleValue)
{
// 996번 범위 : ~XXX.X, ~번 범위 : XXX.X ~ XXX.X, 1000번 범위 : XXX.X ~
DialogFormMessage myMsg = new DialogFormMessage(28, index + 996,
Helper.StringToDecimalPlaces((this.CollectionRandomItem[index - 1].OverRangeInt + this.DifferenceValue).ToString(), this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces), "",
this.ParentForm.ParentForm.SystemConfig1.Language);
myMsg.ShowDialog();
return;
}
}
else
{
if (previousOverWeight > myKeyPad.doubleValue)
{
// 996번 범위 : ~XXX.X, ~번 범위 : XXX.X ~ XXX.X, 1000번 범위 : XXX.X ~
DialogFormMessage myMsg = new DialogFormMessage(28, index + 996,
Helper.StringToDecimalPlaces((this.CollectionRandomItem[index - 1].OverRangeInt + this.DifferenceValue).ToString(), this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces),
Helper.StringToDecimalPlaces((this.CollectionRandomItem[index + 1].UnderRangeInt - this.DifferenceValue).ToString(), this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces),
this.ParentForm.ParentForm.SystemConfig1.Language);
myMsg.ShowDialog();
return;
}
}
}
this.ParentForm.ParentForm.ClearAlarm(0);
label.Text = myKeyPad.StringValue;
this.CollectionRandomItem[index].UnderRange = myKeyPad.StringValue.Replace(".", "");
this.buttonSave.Visible = true;
this.DisplayControls(this.CollectionRandomItem);
}
}
}
private void labelGroupPass_Click(object sender, EventArgs e)
{
SmartX.SmartLabel label = sender as SmartX.SmartLabel;
int index = 0;
if (label == null)
return;
index = this.FindLabelName(label, this.CollectionPassRange);
int digit = 0, passGap = 0, temp = 0, range = 0;
string value = "";
int oldUnderRangeDeviation;
int oldOverRangeDeviation;
int oldPassRange = this.CollectionRandomItem[index].PassRangeInt;
this.CalculatePassGap(index);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(label.Text, 5, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces, false, this.ParentForm.ParentForm.SystemConfig1.Language);
if (myKeyPad.ShowDialog() != DialogResult.OK)
return;
this.ParentForm.ParentForm.ClearAlarm(0);
if (int.Parse(myKeyPad.StringValue.Replace(".", "")) < this.CollectionRandomItem[index].UnderRangeInt
|| int.Parse(myKeyPad.StringValue.Replace(".", "")) > this.CollectionRandomItem[index].OverRangeInt)
{
// 입력범위를 확인하세요
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.ParentForm.SystemConfig1.Language);
myMsg.ShowDialog();
}
else
{
#region 사용안함
//if (index == 0)
//{
// #region 996번 선택 시
// if (int.Parse(myKeyPad.StringValue.Replace(".", "")) > this.CollectionRandomItem[1].UnderRangeInt - this.DifferenceValue)
// {
// // 996번 범위 : ~XXX.X, ~번 범위 : XXX.X ~ XXX.X, 1000번 범위 : XXX.X ~
// DialogFormMessage myMsg = new DialogFormMessage(28, index + 996, this.ParentForm.ParentForm.SystemConfig1.Language);
// myMsg.ShowDialog();
// return;
// }
// #endregion
//}
//else if (index == 4)
//{
// #region 1000번 선택 시
// if (int.Parse(myKeyPad.StringValue.Replace(".", "")) < this.CollectionRandomItem[3].OverRangeInt + this.DifferenceValue)
// {
// // 996번 범위 : ~XXX.X, ~번 범위 : XXX.X ~ XXX.X, 1000번 범위 : XXX.X ~
// DialogFormMessage myMsg = new DialogFormMessage(28, index + 996, this.ParentForm.ParentForm.SystemConfig1.Language);
// myMsg.ShowDialog();
// return;
// }
// #endregion
//}
//else
//{
// if (int.Parse(myKeyPad.StringValue.Replace(".", "")) > this.CollectionRandomItem[index + 1].UnderRangeInt - this.DifferenceValue)
// {
// // 996번 범위 : ~XXX.X, ~번 범위 : XXX.X ~ XXX.X, 1000번 범위 : XXX.X ~
// DialogFormMessage myMsg = new DialogFormMessage(28, index + 996, this.ParentForm.ParentForm.SystemConfig1.Language);
// myMsg.ShowDialog();
// return;
// }
// else if (int.Parse(myKeyPad.StringValue.Replace(".", "")) < this.CollectionRandomItem[index - 1].OverRangeInt + this.DifferenceValue)
// {
// // 996번 범위 : ~XXX.X, ~번 범위 : XXX.X ~ XXX.X, 1000번 범위 : XXX.X ~
// DialogFormMessage myMsg = new DialogFormMessage(28, index + 996, this.ParentForm.ParentForm.SystemConfig1.Language);
// myMsg.ShowDialog();
// return;
// }
//}
#endregion
label.Text = myKeyPad.StringValue;
this.CollectionRandomItem[index].PassRange = myKeyPad.StringValue.Replace(".", "");
this.buttonSave.Visible = true;
this.DisplayControls(this.CollectionRandomItem);
}
#region 사용안함
//if (this.checkBoxSync.Checked == true)
//{
// #region 싱크 체크 시
// passGap = int.Parse(myKeyPad.StringValue.Replace(".", "")) - oldPassRange;
// for (int i = index; i < 5; i++)
// {
// oldUnderRangeDeviation = this.CollectionRandomItem[i].UnderRangDeviation;
// oldOverRangeDeviation = this.CollectionRandomItem[i].OverRangeDeviation;
// #region PassRange
// temp = oldPassRange + this.CollectionPassGap[i] + passGap;
// if (temp < 0)
// value = "0";
// else
// value = temp.ToString();
// this.CollectionRandomItem[i].PassRange = value;
// #endregion
// #region UnderRange
// temp = this.CollectionRandomItem[i].PassRangeInt + oldUnderRangeDeviation;
// if (temp < 0)
// value = "0";
// else
// value = temp.ToString();
// this.CollectionRandomItem[i].UnderRange = value;
// #endregion
// #region OverRange
// if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 2)
// range = 1000000;
// else if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 1)
// range = 100000;
// else
// range = 10000;
// temp = this.CollectionRandomItem[i].PassRangeInt + oldOverRangeDeviation;
// if (temp >= range)
// value = myKeyPad.StringValue.Replace(".", "");
// else if (temp < 0)
// value = "0";
// else
// value = temp.ToString();
// this.CollectionRandomItem[i].OverRange = value;
// #endregion
// this.buttonSave.Visible = true;
// }
// #endregion
//}
//else
//{
// #region 싱크 미체크 시
// if (index == 0)
// {
// #region 996번 선택 시
// if (int.Parse(myKeyPad.StringValue.Replace(".", "")) > this.CollectionRandomItem[1].UnderRangeInt - this.DifferenceValue)
// {
// // ~의 하한값보다 50g 이하값을 입력하세요.
// DialogFormMessage myMsg = new DialogFormMessage(1, index + 997, this.ParentForm.ParentForm.SystemConfig1.Language);
// myMsg.ShowDialog();
// }
// else
// {
// oldUnderRangeDeviation = this.CollectionRandomItem[index].UnderRangDeviation;
// oldOverRangeDeviation = this.CollectionRandomItem[index].OverRangeDeviation;
// this.CollectionRandomItem[index].PassRange = myKeyPad.StringValue.Replace(".", "");
// #region UnderRange
// temp = this.CollectionRandomItem[index].PassRangeInt + oldUnderRangeDeviation;
// if (temp < 0)
// value = "0";
// else
// value = temp.ToString();
// this.CollectionRandomItem[index].UnderRange = value;
// #endregion
// #region OverRange
// if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 2)
// range = 1000000;
// else if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 1)
// range = 100000;
// else
// range = 10000;
// temp = this.CollectionRandomItem[index].PassRangeInt + oldOverRangeDeviation;
// if (temp >= range)
// value = myKeyPad.StringValue.Replace(".", "");
// else if (temp > this.CollectionRandomItem[index + 1].UnderRangeInt - this.DifferenceValue)
// value = (this.CollectionRandomItem[index + 1].UnderRangeInt - this.DifferenceValue).ToString();
// else
// value = temp.ToString();
// this.CollectionRandomItem[index].OverRange = value;
// #endregion
// this.buttonSave.Visible = true;
// }
// #endregion
// }
// else if (index == 4)
// {
// #region 1000번 선택 시
// if (int.Parse(myKeyPad.StringValue.Replace(".", "")) < this.CollectionRandomItem[3].OverRangeInt + this.DifferenceValue)
// {
// // ~의 상한값보다 50g 이상값을 입력하세요.
// DialogFormMessage myMsg = new DialogFormMessage(2, index + 995, this.ParentForm.ParentForm.SystemConfig1.Language);
// myMsg.ShowDialog();
// }
// else
// {
// oldUnderRangeDeviation = this.CollectionRandomItem[index].UnderRangDeviation;
// oldOverRangeDeviation = this.CollectionRandomItem[index].OverRangeDeviation;
// this.CollectionRandomItem[index].PassRange = myKeyPad.StringValue.Replace(".", "");
// #region UnderRange
// temp = this.CollectionRandomItem[index].PassRangeInt + oldUnderRangeDeviation;
// if (temp < 0)
// value = "0";
// else if (temp < this.CollectionRandomItem[index - 1].OverRangeInt + this.DifferenceValue)
// value = (this.CollectionRandomItem[index - 1].OverRangeInt + this.DifferenceValue).ToString();
// else
// value = temp.ToString();
// this.CollectionRandomItem[index].UnderRange = value;
// #endregion
// #region OverRange
// if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 2)
// range = 1000000;
// else if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 1)
// range = 100000;
// else
// range = 10000;
// temp = this.CollectionRandomItem[index].PassRangeInt + oldOverRangeDeviation;
// if (temp >= range)
// value = myKeyPad.StringValue.Replace(".", "");
// else
// value = temp.ToString();
// this.CollectionRandomItem[index].OverRange = value;
// #endregion
// this.buttonSave.Visible = true;
// }
// #endregion
// }
// else
// {
// oldUnderRangeDeviation = this.CollectionRandomItem[index].UnderRangDeviation;
// oldOverRangeDeviation = this.CollectionRandomItem[index].OverRangeDeviation;
// if (int.Parse(myKeyPad.StringValue.Replace(".", "")) > this.CollectionRandomItem[index + 1].UnderRangeInt - this.DifferenceValue)
// {
// // ~번의 하한값보다 50g 이하값을 입력하세요.
// DialogFormMessage myMsg = new DialogFormMessage(1, index + 997, this.ParentForm.ParentForm.SystemConfig1.Language);
// myMsg.ShowDialog();
// }
// else if (int.Parse(myKeyPad.StringValue.Replace(".", "")) < this.CollectionRandomItem[index - 1].OverRangeInt + this.DifferenceValue)
// {
// // ~의 상한값보다 50g 이상값을 입력하세요.
// DialogFormMessage myMsg = new DialogFormMessage(2, index + 995, this.ParentForm.ParentForm.SystemConfig1.Language);
// myMsg.ShowDialog();
// }
// else
// {
// this.CollectionRandomItem[index].PassRange = myKeyPad.StringValue.Replace(".", "");
// #region UnderRange
// temp = this.CollectionRandomItem[index].PassRangeInt + oldUnderRangeDeviation;
// if (temp < 0)
// value = "0";
// else if (temp < this.CollectionRandomItem[index - 1].OverRangeInt + this.DifferenceValue)
// value = (this.CollectionRandomItem[index - 1].OverRangeInt + this.DifferenceValue).ToString();
// else
// value = temp.ToString();
// this.CollectionRandomItem[index].UnderRange = value;
// #endregion
// #region OverRange
// if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 2)
// range = 1000000;
// else if (this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces == 1)
// range = 100000;
// else
// range = 10000;
// temp = this.CollectionRandomItem[index].PassRangeInt + oldOverRangeDeviation;
// if (temp >= range)
// value = myKeyPad.StringValue.Replace(".", "");
// else if (temp > this.CollectionRandomItem[index + 1].UnderRangeInt - this.DifferenceValue)
// value = (this.CollectionRandomItem[index + 1].UnderRangeInt - this.DifferenceValue).ToString();
// else
// value = temp.ToString();
// this.CollectionRandomItem[index].OverRange = value;
// #endregion
// this.buttonSave.Visible = true;
// }
// }
// #endregion
//}
#endregion
}
private void labelGroupOver_Click(object sender, EventArgs e)
{
SmartX.SmartLabel label = sender as SmartX.SmartLabel;
int index = 0;
if (label == null)
return;
index = this.FindLabelName(label, this.CollectionOverRange);
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(label.Text, 5, this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces,
false, this.ParentForm.ParentForm.SystemConfig1.Language);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
if (myKeyPad.doubleValue < Helper.StringToWeight(this.CollectionRandomItem[index].PassRange.ToString(), this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces))
{
// 입력범위를 확인하세요
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.ParentForm.SystemConfig1.Language);
myMsg.ShowDialog();
return;
}
else
{
if (index != 4)
{
if (index == 0)
{
if (Helper.StringToWeight((this.CollectionRandomItem[index + 1].UnderRangeInt - this.DifferenceValue).ToString(), this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces) < myKeyPad.doubleValue)
{
// 996번 범위 : ~XXX.X, ~번 범위 : XXX.X ~ XXX.X, 1000번 범위 : XXX.X ~
DialogFormMessage myMsg = new DialogFormMessage(28, index + 996,
"", Helper.StringToDecimalPlaces((this.CollectionRandomItem[index + 1].UnderRangeInt - this.DifferenceValue).ToString(), this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces),
this.ParentForm.ParentForm.SystemConfig1.Language);
myMsg.ShowDialog();
return;
}
}
else
{
if (Helper.StringToWeight((this.CollectionRandomItem[index + 1].UnderRangeInt - this.DifferenceValue).ToString(), this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces) < myKeyPad.doubleValue)
{
// 996번 범위 : ~XXX.X, ~번 범위 : XXX.X ~ XXX.X, 1000번 범위 : XXX.X ~
DialogFormMessage myMsg = new DialogFormMessage(28, index + 996,
Helper.StringToDecimalPlaces((this.CollectionRandomItem[index - 1].OverRangeInt + this.DifferenceValue).ToString(), this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces),
Helper.StringToDecimalPlaces((this.CollectionRandomItem[index + 1].UnderRangeInt - this.DifferenceValue).ToString(), this.ParentForm.ParentForm.SystemConfig1.DecimalPlaces),
this.ParentForm.ParentForm.SystemConfig1.Language);
myMsg.ShowDialog();
return;
}
}
}
this.ParentForm.ParentForm.ClearAlarm(0);
label.Text = myKeyPad.StringValue;
this.CollectionRandomItem[index].OverRange = myKeyPad.StringValue.Replace(".", "");
this.buttonSave.Visible = true;
this.DisplayControls(this.CollectionRandomItem);
}
}
}
private void buttonUsing_Click(object sender, EventArgs e)
{
SmartX.SmartButton button = sender as SmartX.SmartButton;
SmartX.SmartButton.BUTSTATUS buttonStatus;
int buttonNo = 0;
if (button == null)
return;
switch (button.Name)
{
case "buttonUsing1":
buttonNo = 1;
break;
case "buttonUsing2":
buttonNo = 2;
break;
case "buttonUsing3":
buttonNo = 3;
break;
case "buttonUsing4":
buttonNo = 4;
break;
case "buttonUsing5":
buttonNo = 5;
break;
default:
break;
}
if (button.ButtonStatus == SmartX.SmartButton.BUTSTATUS.DOWN) // 버튼 ON
{
for (int i = 0; i < buttonNo; i++)
this.CollectionUsing[i].ButtonDown();
}
else // 버튼 OFF
{
for (int i = 4; i >= buttonNo - 1; i--)
this.CollectionUsing[i].ButtonUp();
}
this.buttonSave.Visible = true;
}
private void buttonSave_Click(object sender, EventArgs e)
{
#region 사용여부
if (this.CollectionUsing[0].ButtonStatus == SmartX.SmartButton.BUTSTATUS.DOWN) // 버튼 ON
this.ParentForm.ParentForm.SystemConfig2.IsGroup1UsingRandomMode = true;
else
this.ParentForm.ParentForm.SystemConfig2.IsGroup1UsingRandomMode = false;
if (this.CollectionUsing[1].ButtonStatus == SmartX.SmartButton.BUTSTATUS.DOWN) // 버튼 ON
this.ParentForm.ParentForm.SystemConfig2.IsGroup2UsingRandomMode = true;
else
this.ParentForm.ParentForm.SystemConfig2.IsGroup2UsingRandomMode = false;
if (this.CollectionUsing[2].ButtonStatus == SmartX.SmartButton.BUTSTATUS.DOWN) // 버튼 ON
this.ParentForm.ParentForm.SystemConfig2.IsGroup3UsingRandomMode = true;
else
this.ParentForm.ParentForm.SystemConfig2.IsGroup3UsingRandomMode = false;
if (this.CollectionUsing[3].ButtonStatus == SmartX.SmartButton.BUTSTATUS.DOWN) // 버튼 ON
this.ParentForm.ParentForm.SystemConfig2.IsGroup4UsingRandomMode = true;
else
this.ParentForm.ParentForm.SystemConfig2.IsGroup4UsingRandomMode = false;
if (this.CollectionUsing[4].ButtonStatus == SmartX.SmartButton.BUTSTATUS.DOWN) // 버튼 ON
this.ParentForm.ParentForm.SystemConfig2.IsGroup5UsingRandomMode = true;
else
this.ParentForm.ParentForm.SystemConfig2.IsGroup5UsingRandomMode = false;
int index = 995;
if (this.ParentForm.ParentForm.SystemConfig2.IsUsingRandomMode == true)
{
if (this.ParentForm.CenterBasicProduct.listBoxProductList.Items.Contains(
this.ParentForm.ParentForm.CollectionProductItem[995].Name) == true)
{
for (int i = 0; i < 5; i++)
this.ParentForm.CenterBasicProduct.listBoxProductList.Items.RemoveAt(index);
}
this.ParentForm.ParentForm.SystemConfig1.ProductNumber = 996;
}
else
{
if(this.ParentForm.CenterBasicProduct.listBoxProductList.Items.Contains(
this.ParentForm.ParentForm.CollectionProductItem[995].Name) == false)
for (int i = 0; i < 5; i++)
this.ParentForm.CenterBasicProduct.listBoxProductList.Items.Insert(index + i, "Product " + (index + 1 + i).ToString());
this.ParentForm.ParentForm.SystemConfig1.ProductNumber = 1;
}
#endregion
this.buttonSave.Visible = false;
this.ParentForm.ParentForm.SaveSystemConfigurationFile2(this.ParentForm.ParentForm.SystemConfig2);
for (int i = 0; i < 5; i++)
this.ParentForm.ParentForm.SaveProductFile(this.CollectionRandomItem[i], 995 + i);
this.ParentForm.ParentForm.ReLoadProductFile();
this.ParentForm.ParentForm.TransferRandomMode();
this.DisplayControls(this.CollectionRandomItem);
}
#endregion
}
}

File diff suppressed because it is too large Load Diff

View File

@ -43,7 +43,6 @@
this.labelSorterARunTime = new SmartX.SmartLabel(); this.labelSorterARunTime = new SmartX.SmartLabel();
this.labelTitleSorterRunTime = new SmartX.SmartLabel(); this.labelTitleSorterRunTime = new SmartX.SmartLabel();
this.labelTitleSorterMode = new SmartX.SmartLabel(); this.labelTitleSorterMode = new SmartX.SmartLabel();
this.smartSeparatorLine2 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
this.buttonBypassRun = new SmartX.SmartButton(); this.buttonBypassRun = new SmartX.SmartButton();
this.buttonBypassDirection = new SmartX.SmartButton(); this.buttonBypassDirection = new SmartX.SmartButton();
@ -55,6 +54,7 @@
this.buttonDry4 = new SmartX.SmartButton(); this.buttonDry4 = new SmartX.SmartButton();
this.labelTitleDryContact = new SmartX.SmartLabel(); this.labelTitleDryContact = new SmartX.SmartLabel();
this.smartSeparatorLine3 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine3 = new SmartX.SmartSeparatorLine();
this.smartSeparatorLine2 = new SmartX.SmartSeparatorLine();
this.groupBoxSorter.SuspendLayout(); this.groupBoxSorter.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
@ -325,21 +325,6 @@
this.labelTitleSorterMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleSorterMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleSorterMode.Wordwrap = true; this.labelTitleSorterMode.Wordwrap = true;
// //
// smartSeparatorLine2
//
this.smartSeparatorLine2.InitVisible = true;
this.smartSeparatorLine2.Line1Color = System.Drawing.Color.DimGray;
this.smartSeparatorLine2.Line1Width = 1F;
this.smartSeparatorLine2.Line2Color = System.Drawing.Color.LightGray;
this.smartSeparatorLine2.Line2Visible = true;
this.smartSeparatorLine2.Line2Width = 1F;
this.smartSeparatorLine2.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
this.smartSeparatorLine2.Location = new System.Drawing.Point(579, 13);
this.smartSeparatorLine2.Name = "smartSeparatorLine2";
this.smartSeparatorLine2.Size = new System.Drawing.Size(2, 190);
this.smartSeparatorLine2.TabIndex = 150;
this.smartSeparatorLine2.Text = "smartSeparatorLine2";
//
// smartSeparatorLine1 // smartSeparatorLine1
// //
this.smartSeparatorLine1.InitVisible = true; this.smartSeparatorLine1.InitVisible = true;
@ -367,7 +352,7 @@
this.buttonBypassRun.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassRun.DownImage"))); this.buttonBypassRun.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassRun.DownImage")));
this.buttonBypassRun.GroupID = 0; this.buttonBypassRun.GroupID = 0;
this.buttonBypassRun.InitVisible = true; this.buttonBypassRun.InitVisible = true;
this.buttonBypassRun.Location = new System.Drawing.Point(616, 135); this.buttonBypassRun.Location = new System.Drawing.Point(395, 132);
this.buttonBypassRun.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonBypassRun.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonBypassRun.Name = "buttonBypassRun"; this.buttonBypassRun.Name = "buttonBypassRun";
this.buttonBypassRun.NestedClickEventPrevent = false; this.buttonBypassRun.NestedClickEventPrevent = false;
@ -398,7 +383,7 @@
this.buttonBypassDirection.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassDirection.DownImage"))); this.buttonBypassDirection.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassDirection.DownImage")));
this.buttonBypassDirection.GroupID = 0; this.buttonBypassDirection.GroupID = 0;
this.buttonBypassDirection.InitVisible = true; this.buttonBypassDirection.InitVisible = true;
this.buttonBypassDirection.Location = new System.Drawing.Point(589, 61); this.buttonBypassDirection.Location = new System.Drawing.Point(368, 58);
this.buttonBypassDirection.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonBypassDirection.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonBypassDirection.Name = "buttonBypassDirection"; this.buttonBypassDirection.Name = "buttonBypassDirection";
this.buttonBypassDirection.NestedClickEventPrevent = false; this.buttonBypassDirection.NestedClickEventPrevent = false;
@ -429,7 +414,7 @@
this.buttonBypassOnce.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassOnce.DownImage"))); this.buttonBypassOnce.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassOnce.DownImage")));
this.buttonBypassOnce.GroupID = 0; this.buttonBypassOnce.GroupID = 0;
this.buttonBypassOnce.InitVisible = true; this.buttonBypassOnce.InitVisible = true;
this.buttonBypassOnce.Location = new System.Drawing.Point(589, 92); this.buttonBypassOnce.Location = new System.Drawing.Point(368, 89);
this.buttonBypassOnce.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonBypassOnce.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonBypassOnce.Name = "buttonBypassOnce"; this.buttonBypassOnce.Name = "buttonBypassOnce";
this.buttonBypassOnce.NestedClickEventPrevent = false; this.buttonBypassOnce.NestedClickEventPrevent = false;
@ -459,7 +444,7 @@
this.labelTitleBypass.ForeColor = System.Drawing.Color.White; this.labelTitleBypass.ForeColor = System.Drawing.Color.White;
this.labelTitleBypass.InitVisible = true; this.labelTitleBypass.InitVisible = true;
this.labelTitleBypass.LineSpacing = 0F; this.labelTitleBypass.LineSpacing = 0F;
this.labelTitleBypass.Location = new System.Drawing.Point(589, 16); this.labelTitleBypass.Location = new System.Drawing.Point(368, 16);
this.labelTitleBypass.Name = "labelTitleBypass"; this.labelTitleBypass.Name = "labelTitleBypass";
this.labelTitleBypass.Size = new System.Drawing.Size(100, 20); this.labelTitleBypass.Size = new System.Drawing.Size(100, 20);
this.labelTitleBypass.TabIndex = 687; this.labelTitleBypass.TabIndex = 687;
@ -481,7 +466,7 @@
this.buttonDry1.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.buttonDry1.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.buttonDry1.GroupID = 0; this.buttonDry1.GroupID = 0;
this.buttonDry1.InitVisible = true; this.buttonDry1.InitVisible = true;
this.buttonDry1.Location = new System.Drawing.Point(477, 249); this.buttonDry1.Location = new System.Drawing.Point(543, 68);
this.buttonDry1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonDry1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonDry1.Name = "buttonDry1"; this.buttonDry1.Name = "buttonDry1";
this.buttonDry1.NestedClickEventPrevent = false; this.buttonDry1.NestedClickEventPrevent = false;
@ -515,7 +500,7 @@
this.buttonDry2.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.buttonDry2.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.buttonDry2.GroupID = 0; this.buttonDry2.GroupID = 0;
this.buttonDry2.InitVisible = true; this.buttonDry2.InitVisible = true;
this.buttonDry2.Location = new System.Drawing.Point(533, 249); this.buttonDry2.Location = new System.Drawing.Point(599, 68);
this.buttonDry2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonDry2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonDry2.Name = "buttonDry2"; this.buttonDry2.Name = "buttonDry2";
this.buttonDry2.NestedClickEventPrevent = false; this.buttonDry2.NestedClickEventPrevent = false;
@ -549,7 +534,7 @@
this.buttonDry3.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.buttonDry3.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.buttonDry3.GroupID = 0; this.buttonDry3.GroupID = 0;
this.buttonDry3.InitVisible = true; this.buttonDry3.InitVisible = true;
this.buttonDry3.Location = new System.Drawing.Point(589, 249); this.buttonDry3.Location = new System.Drawing.Point(543, 124);
this.buttonDry3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonDry3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonDry3.Name = "buttonDry3"; this.buttonDry3.Name = "buttonDry3";
this.buttonDry3.NestedClickEventPrevent = false; this.buttonDry3.NestedClickEventPrevent = false;
@ -583,7 +568,7 @@
this.buttonDry4.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.buttonDry4.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.buttonDry4.GroupID = 0; this.buttonDry4.GroupID = 0;
this.buttonDry4.InitVisible = true; this.buttonDry4.InitVisible = true;
this.buttonDry4.Location = new System.Drawing.Point(645, 249); this.buttonDry4.Location = new System.Drawing.Point(599, 124);
this.buttonDry4.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonDry4.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonDry4.Name = "buttonDry4"; this.buttonDry4.Name = "buttonDry4";
this.buttonDry4.NestedClickEventPrevent = false; this.buttonDry4.NestedClickEventPrevent = false;
@ -615,9 +600,9 @@
this.labelTitleDryContact.ForeColor = System.Drawing.Color.White; this.labelTitleDryContact.ForeColor = System.Drawing.Color.White;
this.labelTitleDryContact.InitVisible = true; this.labelTitleDryContact.InitVisible = true;
this.labelTitleDryContact.LineSpacing = 0F; this.labelTitleDryContact.LineSpacing = 0F;
this.labelTitleDryContact.Location = new System.Drawing.Point(477, 218); this.labelTitleDryContact.Location = new System.Drawing.Point(499, 16);
this.labelTitleDryContact.Name = "labelTitleDryContact"; this.labelTitleDryContact.Name = "labelTitleDryContact";
this.labelTitleDryContact.Size = new System.Drawing.Size(218, 20); this.labelTitleDryContact.Size = new System.Drawing.Size(196, 20);
this.labelTitleDryContact.TabIndex = 694; this.labelTitleDryContact.TabIndex = 694;
this.labelTitleDryContact.Text = "시건장치 제어"; this.labelTitleDryContact.Text = "시건장치 제어";
this.labelTitleDryContact.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleDryContact.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
@ -640,13 +625,28 @@
this.smartSeparatorLine3.TabIndex = 693; this.smartSeparatorLine3.TabIndex = 693;
this.smartSeparatorLine3.Text = "smartSeparatorLine3"; this.smartSeparatorLine3.Text = "smartSeparatorLine3";
// //
// smartSeparatorLine2
//
this.smartSeparatorLine2.InitVisible = true;
this.smartSeparatorLine2.Line1Color = System.Drawing.Color.DimGray;
this.smartSeparatorLine2.Line1Width = 1F;
this.smartSeparatorLine2.Line2Color = System.Drawing.Color.LightGray;
this.smartSeparatorLine2.Line2Visible = true;
this.smartSeparatorLine2.Line2Width = 1F;
this.smartSeparatorLine2.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
this.smartSeparatorLine2.Location = new System.Drawing.Point(491, 13);
this.smartSeparatorLine2.Name = "smartSeparatorLine2";
this.smartSeparatorLine2.Size = new System.Drawing.Size(2, 190);
this.smartSeparatorLine2.TabIndex = 696;
this.smartSeparatorLine2.Text = "smartSeparatorLine2";
//
// ControlMainDisplayMenu // ControlMainDisplayMenu
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.smartSeparatorLine2);
this.Controls.Add(this.labelTitleDryContact); this.Controls.Add(this.labelTitleDryContact);
this.Controls.Add(this.smartSeparatorLine1); this.Controls.Add(this.smartSeparatorLine1);
this.Controls.Add(this.smartSeparatorLine2);
this.Controls.Add(this.smartSeparatorLine3); this.Controls.Add(this.smartSeparatorLine3);
this.Controls.Add(this.buttonDry1); this.Controls.Add(this.buttonDry1);
this.Controls.Add(this.buttonDry2); this.Controls.Add(this.buttonDry2);
@ -681,7 +681,6 @@
private SmartX.SmartLabel labelTitleSorterRunTime; private SmartX.SmartLabel labelTitleSorterRunTime;
private SmartX.SmartLabel labelTitleSorterMode; private SmartX.SmartLabel labelTitleSorterMode;
private SmartX.SmartSeparatorLine smartSeparatorLine1; private SmartX.SmartSeparatorLine smartSeparatorLine1;
private SmartX.SmartSeparatorLine smartSeparatorLine2;
private SmartX.SmartLabel labelTitleSorterSettings; private SmartX.SmartLabel labelTitleSorterSettings;
private SmartX.SmartButton buttonBypassRun; private SmartX.SmartButton buttonBypassRun;
private SmartX.SmartButton buttonBypassDirection; private SmartX.SmartButton buttonBypassDirection;
@ -693,6 +692,7 @@
private SmartX.SmartButton buttonDry4; private SmartX.SmartButton buttonDry4;
private SmartX.SmartLabel labelTitleDryContact; private SmartX.SmartLabel labelTitleDryContact;
private SmartX.SmartSeparatorLine smartSeparatorLine3; private SmartX.SmartSeparatorLine smartSeparatorLine3;
private SmartX.SmartSeparatorLine smartSeparatorLine2;
} }
} }

View File

@ -220,16 +220,18 @@
// //
this.pictureBoxStopWeighingEnable.BackColor = System.Drawing.Color.Black; this.pictureBoxStopWeighingEnable.BackColor = System.Drawing.Color.Black;
this.pictureBoxStopWeighingEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxStopWeighingEnable.Image"))); this.pictureBoxStopWeighingEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxStopWeighingEnable.Image")));
this.pictureBoxStopWeighingEnable.Location = new System.Drawing.Point(217, 3); this.pictureBoxStopWeighingEnable.Location = new System.Drawing.Point(647, 3);
this.pictureBoxStopWeighingEnable.Name = "pictureBoxStopWeighingEnable"; this.pictureBoxStopWeighingEnable.Name = "pictureBoxStopWeighingEnable";
this.pictureBoxStopWeighingEnable.Size = new System.Drawing.Size(24, 25); this.pictureBoxStopWeighingEnable.Size = new System.Drawing.Size(24, 25);
this.pictureBoxStopWeighingEnable.Visible = false;
// //
// pictureBoxStopWeighingDisable // pictureBoxStopWeighingDisable
// //
this.pictureBoxStopWeighingDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxStopWeighingDisable.Image"))); this.pictureBoxStopWeighingDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxStopWeighingDisable.Image")));
this.pictureBoxStopWeighingDisable.Location = new System.Drawing.Point(217, 3); this.pictureBoxStopWeighingDisable.Location = new System.Drawing.Point(647, 3);
this.pictureBoxStopWeighingDisable.Name = "pictureBoxStopWeighingDisable"; this.pictureBoxStopWeighingDisable.Name = "pictureBoxStopWeighingDisable";
this.pictureBoxStopWeighingDisable.Size = new System.Drawing.Size(24, 25); this.pictureBoxStopWeighingDisable.Size = new System.Drawing.Size(24, 25);
this.pictureBoxStopWeighingDisable.Visible = false;
// //
// pictureBoxBarcodeQueueCount // pictureBoxBarcodeQueueCount
// //
@ -242,70 +244,72 @@
// pictureBoxBarcodeEnable // pictureBoxBarcodeEnable
// //
this.pictureBoxBarcodeEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxBarcodeEnable.Image"))); this.pictureBoxBarcodeEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxBarcodeEnable.Image")));
this.pictureBoxBarcodeEnable.Location = new System.Drawing.Point(277, 3); this.pictureBoxBarcodeEnable.Location = new System.Drawing.Point(247, 3);
this.pictureBoxBarcodeEnable.Name = "pictureBoxBarcodeEnable"; this.pictureBoxBarcodeEnable.Name = "pictureBoxBarcodeEnable";
this.pictureBoxBarcodeEnable.Size = new System.Drawing.Size(24, 25); this.pictureBoxBarcodeEnable.Size = new System.Drawing.Size(24, 25);
// //
// pictureBoxBarcodeDisable // pictureBoxBarcodeDisable
// //
this.pictureBoxBarcodeDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxBarcodeDisable.Image"))); this.pictureBoxBarcodeDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxBarcodeDisable.Image")));
this.pictureBoxBarcodeDisable.Location = new System.Drawing.Point(277, 3); this.pictureBoxBarcodeDisable.Location = new System.Drawing.Point(247, 3);
this.pictureBoxBarcodeDisable.Name = "pictureBoxBarcodeDisable"; this.pictureBoxBarcodeDisable.Name = "pictureBoxBarcodeDisable";
this.pictureBoxBarcodeDisable.Size = new System.Drawing.Size(24, 25); this.pictureBoxBarcodeDisable.Size = new System.Drawing.Size(24, 25);
// //
// pictureBoxEntryStopperEnable // pictureBoxEntryStopperEnable
// //
this.pictureBoxEntryStopperEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEntryStopperEnable.Image"))); this.pictureBoxEntryStopperEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEntryStopperEnable.Image")));
this.pictureBoxEntryStopperEnable.Location = new System.Drawing.Point(247, 3); this.pictureBoxEntryStopperEnable.Location = new System.Drawing.Point(617, 3);
this.pictureBoxEntryStopperEnable.Name = "pictureBoxEntryStopperEnable"; this.pictureBoxEntryStopperEnable.Name = "pictureBoxEntryStopperEnable";
this.pictureBoxEntryStopperEnable.Size = new System.Drawing.Size(24, 25); this.pictureBoxEntryStopperEnable.Size = new System.Drawing.Size(24, 25);
this.pictureBoxEntryStopperEnable.Visible = false;
// //
// pictureBoxEntryStopperDisable // pictureBoxEntryStopperDisable
// //
this.pictureBoxEntryStopperDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEntryStopperDisable.Image"))); this.pictureBoxEntryStopperDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEntryStopperDisable.Image")));
this.pictureBoxEntryStopperDisable.Location = new System.Drawing.Point(247, 3); this.pictureBoxEntryStopperDisable.Location = new System.Drawing.Point(617, 3);
this.pictureBoxEntryStopperDisable.Name = "pictureBoxEntryStopperDisable"; this.pictureBoxEntryStopperDisable.Name = "pictureBoxEntryStopperDisable";
this.pictureBoxEntryStopperDisable.Size = new System.Drawing.Size(24, 25); this.pictureBoxEntryStopperDisable.Size = new System.Drawing.Size(24, 25);
this.pictureBoxEntryStopperDisable.Visible = false;
// //
// pictureBoxDoorCheckEnable // pictureBoxDoorCheckEnable
// //
this.pictureBoxDoorCheckEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDoorCheckEnable.Image"))); this.pictureBoxDoorCheckEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDoorCheckEnable.Image")));
this.pictureBoxDoorCheckEnable.Location = new System.Drawing.Point(427, 3); this.pictureBoxDoorCheckEnable.Location = new System.Drawing.Point(367, 3);
this.pictureBoxDoorCheckEnable.Name = "pictureBoxDoorCheckEnable"; this.pictureBoxDoorCheckEnable.Name = "pictureBoxDoorCheckEnable";
this.pictureBoxDoorCheckEnable.Size = new System.Drawing.Size(30, 25); this.pictureBoxDoorCheckEnable.Size = new System.Drawing.Size(30, 25);
// //
// pictureBoxDoorCheckDisable // pictureBoxDoorCheckDisable
// //
this.pictureBoxDoorCheckDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDoorCheckDisable.Image"))); this.pictureBoxDoorCheckDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDoorCheckDisable.Image")));
this.pictureBoxDoorCheckDisable.Location = new System.Drawing.Point(427, 3); this.pictureBoxDoorCheckDisable.Location = new System.Drawing.Point(367, 3);
this.pictureBoxDoorCheckDisable.Name = "pictureBoxDoorCheckDisable"; this.pictureBoxDoorCheckDisable.Name = "pictureBoxDoorCheckDisable";
this.pictureBoxDoorCheckDisable.Size = new System.Drawing.Size(30, 25); this.pictureBoxDoorCheckDisable.Size = new System.Drawing.Size(30, 25);
// //
// pictureBoxDischargeEnable // pictureBoxDischargeEnable
// //
this.pictureBoxDischargeEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDischargeEnable.Image"))); this.pictureBoxDischargeEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDischargeEnable.Image")));
this.pictureBoxDischargeEnable.Location = new System.Drawing.Point(367, 3); this.pictureBoxDischargeEnable.Location = new System.Drawing.Point(337, 3);
this.pictureBoxDischargeEnable.Name = "pictureBoxDischargeEnable"; this.pictureBoxDischargeEnable.Name = "pictureBoxDischargeEnable";
this.pictureBoxDischargeEnable.Size = new System.Drawing.Size(24, 25); this.pictureBoxDischargeEnable.Size = new System.Drawing.Size(24, 25);
// //
// pictureBoxDischargeDisable // pictureBoxDischargeDisable
// //
this.pictureBoxDischargeDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDischargeDisable.Image"))); this.pictureBoxDischargeDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDischargeDisable.Image")));
this.pictureBoxDischargeDisable.Location = new System.Drawing.Point(367, 3); this.pictureBoxDischargeDisable.Location = new System.Drawing.Point(337, 3);
this.pictureBoxDischargeDisable.Name = "pictureBoxDischargeDisable"; this.pictureBoxDischargeDisable.Name = "pictureBoxDischargeDisable";
this.pictureBoxDischargeDisable.Size = new System.Drawing.Size(24, 25); this.pictureBoxDischargeDisable.Size = new System.Drawing.Size(24, 25);
// //
// pictureBoxAirCheckEnable // pictureBoxAirCheckEnable
// //
this.pictureBoxAirCheckEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAirCheckEnable.Image"))); this.pictureBoxAirCheckEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAirCheckEnable.Image")));
this.pictureBoxAirCheckEnable.Location = new System.Drawing.Point(337, 3); this.pictureBoxAirCheckEnable.Location = new System.Drawing.Point(307, 3);
this.pictureBoxAirCheckEnable.Name = "pictureBoxAirCheckEnable"; this.pictureBoxAirCheckEnable.Name = "pictureBoxAirCheckEnable";
this.pictureBoxAirCheckEnable.Size = new System.Drawing.Size(24, 25); this.pictureBoxAirCheckEnable.Size = new System.Drawing.Size(24, 25);
// //
// pictureBoxAirCheckDisable // pictureBoxAirCheckDisable
// //
this.pictureBoxAirCheckDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAirCheckDisable.Image"))); this.pictureBoxAirCheckDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAirCheckDisable.Image")));
this.pictureBoxAirCheckDisable.Location = new System.Drawing.Point(337, 3); this.pictureBoxAirCheckDisable.Location = new System.Drawing.Point(307, 3);
this.pictureBoxAirCheckDisable.Name = "pictureBoxAirCheckDisable"; this.pictureBoxAirCheckDisable.Name = "pictureBoxAirCheckDisable";
this.pictureBoxAirCheckDisable.Size = new System.Drawing.Size(24, 25); this.pictureBoxAirCheckDisable.Size = new System.Drawing.Size(24, 25);
// //
@ -313,14 +317,14 @@
// //
this.pictureBoxFeedbackEnable.BackColor = System.Drawing.Color.Black; this.pictureBoxFeedbackEnable.BackColor = System.Drawing.Color.Black;
this.pictureBoxFeedbackEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFeedbackEnable.Image"))); this.pictureBoxFeedbackEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFeedbackEnable.Image")));
this.pictureBoxFeedbackEnable.Location = new System.Drawing.Point(397, 3); this.pictureBoxFeedbackEnable.Location = new System.Drawing.Point(217, 3);
this.pictureBoxFeedbackEnable.Name = "pictureBoxFeedbackEnable"; this.pictureBoxFeedbackEnable.Name = "pictureBoxFeedbackEnable";
this.pictureBoxFeedbackEnable.Size = new System.Drawing.Size(24, 25); this.pictureBoxFeedbackEnable.Size = new System.Drawing.Size(24, 25);
// //
// pictureBoxFeedbackDisable // pictureBoxFeedbackDisable
// //
this.pictureBoxFeedbackDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFeedbackDisable.Image"))); this.pictureBoxFeedbackDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFeedbackDisable.Image")));
this.pictureBoxFeedbackDisable.Location = new System.Drawing.Point(397, 3); this.pictureBoxFeedbackDisable.Location = new System.Drawing.Point(217, 3);
this.pictureBoxFeedbackDisable.Name = "pictureBoxFeedbackDisable"; this.pictureBoxFeedbackDisable.Name = "pictureBoxFeedbackDisable";
this.pictureBoxFeedbackDisable.Size = new System.Drawing.Size(24, 25); this.pictureBoxFeedbackDisable.Size = new System.Drawing.Size(24, 25);
// //
@ -328,14 +332,14 @@
// //
this.pictureBoxCountingOutputEnable.BackColor = System.Drawing.Color.Black; this.pictureBoxCountingOutputEnable.BackColor = System.Drawing.Color.Black;
this.pictureBoxCountingOutputEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxCountingOutputEnable.Image"))); this.pictureBoxCountingOutputEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxCountingOutputEnable.Image")));
this.pictureBoxCountingOutputEnable.Location = new System.Drawing.Point(463, 3); this.pictureBoxCountingOutputEnable.Location = new System.Drawing.Point(403, 3);
this.pictureBoxCountingOutputEnable.Name = "pictureBoxCountingOutputEnable"; this.pictureBoxCountingOutputEnable.Name = "pictureBoxCountingOutputEnable";
this.pictureBoxCountingOutputEnable.Size = new System.Drawing.Size(30, 25); this.pictureBoxCountingOutputEnable.Size = new System.Drawing.Size(30, 25);
// //
// pictureBoxCountingOutputDisable // pictureBoxCountingOutputDisable
// //
this.pictureBoxCountingOutputDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxCountingOutputDisable.Image"))); this.pictureBoxCountingOutputDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxCountingOutputDisable.Image")));
this.pictureBoxCountingOutputDisable.Location = new System.Drawing.Point(463, 3); this.pictureBoxCountingOutputDisable.Location = new System.Drawing.Point(403, 3);
this.pictureBoxCountingOutputDisable.Name = "pictureBoxCountingOutputDisable"; this.pictureBoxCountingOutputDisable.Name = "pictureBoxCountingOutputDisable";
this.pictureBoxCountingOutputDisable.Size = new System.Drawing.Size(30, 25); this.pictureBoxCountingOutputDisable.Size = new System.Drawing.Size(30, 25);
// //
@ -343,7 +347,7 @@
// //
this.pictureBoxEthernetDisconnection.BackColor = System.Drawing.Color.Black; this.pictureBoxEthernetDisconnection.BackColor = System.Drawing.Color.Black;
this.pictureBoxEthernetDisconnection.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEthernetDisconnection.Image"))); this.pictureBoxEthernetDisconnection.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEthernetDisconnection.Image")));
this.pictureBoxEthernetDisconnection.Location = new System.Drawing.Point(307, 3); this.pictureBoxEthernetDisconnection.Location = new System.Drawing.Point(277, 3);
this.pictureBoxEthernetDisconnection.Name = "pictureBoxEthernetDisconnection"; this.pictureBoxEthernetDisconnection.Name = "pictureBoxEthernetDisconnection";
this.pictureBoxEthernetDisconnection.Size = new System.Drawing.Size(24, 25); this.pictureBoxEthernetDisconnection.Size = new System.Drawing.Size(24, 25);
this.pictureBoxEthernetDisconnection.Visible = false; this.pictureBoxEthernetDisconnection.Visible = false;
@ -352,7 +356,7 @@
// //
this.pictureBoxEthernetConnection.BackColor = System.Drawing.Color.Black; this.pictureBoxEthernetConnection.BackColor = System.Drawing.Color.Black;
this.pictureBoxEthernetConnection.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEthernetConnection.Image"))); this.pictureBoxEthernetConnection.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEthernetConnection.Image")));
this.pictureBoxEthernetConnection.Location = new System.Drawing.Point(307, 3); this.pictureBoxEthernetConnection.Location = new System.Drawing.Point(277, 3);
this.pictureBoxEthernetConnection.Name = "pictureBoxEthernetConnection"; this.pictureBoxEthernetConnection.Name = "pictureBoxEthernetConnection";
this.pictureBoxEthernetConnection.Size = new System.Drawing.Size(24, 25); this.pictureBoxEthernetConnection.Size = new System.Drawing.Size(24, 25);
this.pictureBoxEthernetConnection.Visible = false; this.pictureBoxEthernetConnection.Visible = false;
@ -361,7 +365,7 @@
// //
this.pictureBoxEthernetDisable.BackColor = System.Drawing.Color.Black; this.pictureBoxEthernetDisable.BackColor = System.Drawing.Color.Black;
this.pictureBoxEthernetDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEthernetDisable.Image"))); this.pictureBoxEthernetDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEthernetDisable.Image")));
this.pictureBoxEthernetDisable.Location = new System.Drawing.Point(307, 3); this.pictureBoxEthernetDisable.Location = new System.Drawing.Point(277, 3);
this.pictureBoxEthernetDisable.Name = "pictureBoxEthernetDisable"; this.pictureBoxEthernetDisable.Name = "pictureBoxEthernetDisable";
this.pictureBoxEthernetDisable.Size = new System.Drawing.Size(24, 25); this.pictureBoxEthernetDisable.Size = new System.Drawing.Size(24, 25);
this.pictureBoxEthernetDisable.Visible = false; this.pictureBoxEthernetDisable.Visible = false;
@ -493,16 +497,18 @@
// //
this.pictureBoxRandomModeEnable.BackColor = System.Drawing.Color.Black; this.pictureBoxRandomModeEnable.BackColor = System.Drawing.Color.Black;
this.pictureBoxRandomModeEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxRandomModeEnable.Image"))); this.pictureBoxRandomModeEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxRandomModeEnable.Image")));
this.pictureBoxRandomModeEnable.Location = new System.Drawing.Point(499, 3); this.pictureBoxRandomModeEnable.Location = new System.Drawing.Point(677, 3);
this.pictureBoxRandomModeEnable.Name = "pictureBoxRandomModeEnable"; this.pictureBoxRandomModeEnable.Name = "pictureBoxRandomModeEnable";
this.pictureBoxRandomModeEnable.Size = new System.Drawing.Size(24, 25); this.pictureBoxRandomModeEnable.Size = new System.Drawing.Size(24, 25);
this.pictureBoxRandomModeEnable.Visible = false;
// //
// pictureBoxRandomModeDisable // pictureBoxRandomModeDisable
// //
this.pictureBoxRandomModeDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxRandomModeDisable.Image"))); this.pictureBoxRandomModeDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxRandomModeDisable.Image")));
this.pictureBoxRandomModeDisable.Location = new System.Drawing.Point(499, 3); this.pictureBoxRandomModeDisable.Location = new System.Drawing.Point(677, 3);
this.pictureBoxRandomModeDisable.Name = "pictureBoxRandomModeDisable"; this.pictureBoxRandomModeDisable.Name = "pictureBoxRandomModeDisable";
this.pictureBoxRandomModeDisable.Size = new System.Drawing.Size(24, 25); this.pictureBoxRandomModeDisable.Size = new System.Drawing.Size(24, 25);
this.pictureBoxRandomModeDisable.Visible = false;
// //
// labelCountingOutput2 // labelCountingOutput2
// //

View File

@ -173,45 +173,26 @@ namespace ITC81DB_0H
this.pictureBoxDispenserEnable.Visible = false; this.pictureBoxDispenserEnable.Visible = false;
} }
// 정지계량 //// 정지계량
if (this.ParentForm.ParentForm.CurrentSystemParameter1.StopWeighing == "0") //if (this.ParentForm.ParentForm.CurrentSystemParameter1.StopWeighing == "0")
{ //{
this.pictureBoxStopWeighingDisable.Visible = true; // this.pictureBoxStopWeighingDisable.Visible = true;
this.pictureBoxStopWeighingEnable.Visible = false; // this.pictureBoxStopWeighingEnable.Visible = false;
} //}
else //else
{ //{
this.pictureBoxStopWeighingDisable.Visible = false; // this.pictureBoxStopWeighingDisable.Visible = false;
this.pictureBoxStopWeighingEnable.Visible = true; // this.pictureBoxStopWeighingEnable.Visible = true;
} //}
// PI2 - 0:미사용, 1:문열림감지센서, 2:ExNG1 // PI2 - 0:미사용, 1:NG, 2:외부운전, 3:공압센서, 4:문열림감지, 5:배출확인
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI2 == 1) // PI3 - 0:미사용, 1:STOP, 2:외부운전, 3:공압센서, 4:문열림감지, 5:배출확인
{ // PI4 - 0:미사용, 1:START, 2:외부운전, 3:공압센서, 4:문열림감지, 5:배출확인
this.pictureBoxDoorCheckDisable.Visible = false; // PI5 - 0:미사용, 1:외부운전, 2:공압센서, 3:문열림감지, 4:배출확인
this.pictureBoxDoorCheckEnable.Visible = true; // PI6 - 0:미사용, 1:외부운전, 2:공압센서, 3:문열림감지, 4:배출확인
} if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI2 == 2 || this.ParentForm.ParentForm.CurrentSystemParameter1.PI3 == 2
else || this.ParentForm.ParentForm.CurrentSystemParameter1.PI4 == 2 || this.ParentForm.ParentForm.CurrentSystemParameter1.PI5 == 1
{ || this.ParentForm.ParentForm.CurrentSystemParameter1.PI6 == 1)
this.pictureBoxDoorCheckDisable.Visible = true;
this.pictureBoxDoorCheckEnable.Visible = false;
}
// PI3 - 0:미사용, 1:STOP
// PI4 - 0:미사용, 1:공압확인센서, 2:START
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI4 == 1)
{
this.pictureBoxAirCheckDisable.Visible = false;
this.pictureBoxAirCheckEnable.Visible = true;
}
else
{
this.pictureBoxAirCheckDisable.Visible = true;
this.pictureBoxAirCheckEnable.Visible = false;
}
// PI5 - 0:미사용, 1:디스펜서FULL센서(=적체확인센서), 2:외부운전, 3:ExNG1
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI5 == 2)
{ {
this.pictureBoxIconExternalOperationDisable.Visible = false; this.pictureBoxIconExternalOperationDisable.Visible = false;
this.pictureBoxIconExternalOperationEnable.Visible = true; this.pictureBoxIconExternalOperationEnable.Visible = true;
@ -222,21 +203,35 @@ namespace ITC81DB_0H
this.pictureBoxIconExternalOperationEnable.Visible = false; this.pictureBoxIconExternalOperationEnable.Visible = false;
} }
// PI6 - 0:미사용, 1:디스펜서진입2센서 if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI2 == 3 || this.ParentForm.ParentForm.CurrentSystemParameter1.PI3 ==3
// PI7 - 0:미사용, 1:디스펜서진입1센서, 2:STOPPER || this.ParentForm.ParentForm.CurrentSystemParameter1.PI4 == 3 || this.ParentForm.ParentForm.CurrentSystemParameter1.PI5 == 2
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI7 == 2) || this.ParentForm.ParentForm.CurrentSystemParameter1.PI6 == 2)
{ {
this.pictureBoxEntryStopperDisable.Visible = false; this.pictureBoxAirCheckDisable.Visible = false;
this.pictureBoxEntryStopperEnable.Visible = true; this.pictureBoxAirCheckEnable.Visible = true;
} }
else else
{ {
this.pictureBoxEntryStopperDisable.Visible = true; this.pictureBoxAirCheckDisable.Visible = true;
this.pictureBoxEntryStopperEnable.Visible = false; this.pictureBoxAirCheckEnable.Visible = false;
} }
// PI8 - 0:미사용, 1:배출확인센서, 2:Metal if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI2 == 4 || this.ParentForm.ParentForm.CurrentSystemParameter1.PI3 == 4
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI8 == 1) || this.ParentForm.ParentForm.CurrentSystemParameter1.PI4 == 4 || this.ParentForm.ParentForm.CurrentSystemParameter1.PI5 == 3
|| this.ParentForm.ParentForm.CurrentSystemParameter1.PI6 == 3)
{
this.pictureBoxDoorCheckDisable.Visible = false;
this.pictureBoxDoorCheckEnable.Visible = true;
}
else
{
this.pictureBoxDoorCheckDisable.Visible = true;
this.pictureBoxDoorCheckEnable.Visible = false;
}
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI2 == 5 || this.ParentForm.ParentForm.CurrentSystemParameter1.PI3 == 5
|| this.ParentForm.ParentForm.CurrentSystemParameter1.PI4 == 5 || this.ParentForm.ParentForm.CurrentSystemParameter1.PI5 == 4
|| this.ParentForm.ParentForm.CurrentSystemParameter1.PI6 == 4)
{ {
this.pictureBoxDischargeDisable.Visible = false; this.pictureBoxDischargeDisable.Visible = false;
this.pictureBoxDischargeEnable.Visible = true; this.pictureBoxDischargeEnable.Visible = true;
@ -300,17 +295,17 @@ namespace ITC81DB_0H
this.pictureBoxCountingOutputCount.Visible = false; this.pictureBoxCountingOutputCount.Visible = false;
} }
// 랜덤모드 //// 랜덤모드
if (this.ParentForm.ParentForm.SystemConfig2.IsUsingRandomMode == true) //if (this.ParentForm.ParentForm.SystemConfig2.IsUsingRandomMode == true)
{ //{
this.pictureBoxRandomModeDisable.Visible = false; // this.pictureBoxRandomModeDisable.Visible = false;
this.pictureBoxRandomModeEnable.Visible = true; // this.pictureBoxRandomModeEnable.Visible = true;
} //}
else //else
{ //{
this.pictureBoxRandomModeDisable.Visible = true; // this.pictureBoxRandomModeDisable.Visible = true;
this.pictureBoxRandomModeEnable.Visible = false; // this.pictureBoxRandomModeEnable.Visible = false;
} //}
if (this.ParentForm.ParentForm.SystemConfig2.CountingOutput1Mode != 0 && this.ParentForm.ParentForm.SystemConfig2.CountingOutput1Number != 0) if (this.ParentForm.ParentForm.SystemConfig2.CountingOutput1Mode != 0 && this.ParentForm.ParentForm.SystemConfig2.CountingOutput1Number != 0)
this.labelCountingOutput1.Visible = true; this.labelCountingOutput1.Visible = true;

View File

@ -66,6 +66,7 @@
this.pictureBoxEthernetConnection = new System.Windows.Forms.PictureBox(); this.pictureBoxEthernetConnection = new System.Windows.Forms.PictureBox();
this.pictureBoxEthernetDisconnection = new System.Windows.Forms.PictureBox(); this.pictureBoxEthernetDisconnection = new System.Windows.Forms.PictureBox();
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.labelUnit = new SmartX.SmartLabel();
this.pictureBoxIconExNG2 = new System.Windows.Forms.PictureBox(); this.pictureBoxIconExNG2 = new System.Windows.Forms.PictureBox();
this.pictureBoxIconExNG1 = new System.Windows.Forms.PictureBox(); this.pictureBoxIconExNG1 = new System.Windows.Forms.PictureBox();
this.pictureBoxRandomModeEnable = new System.Windows.Forms.PictureBox(); this.pictureBoxRandomModeEnable = new System.Windows.Forms.PictureBox();
@ -76,7 +77,6 @@
this.labelBarcodeCount = new SmartX.SmartLabel(); this.labelBarcodeCount = new SmartX.SmartLabel();
this.labelIconNET = new SmartX.SmartLabel(); this.labelIconNET = new SmartX.SmartLabel();
this.labelWeight = new SmartX.SmartLabel(); this.labelWeight = new SmartX.SmartLabel();
this.labelUnit = new SmartX.SmartLabel();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
@ -122,42 +122,42 @@
// pictureBoxDoorCheckEnable // pictureBoxDoorCheckEnable
// //
this.pictureBoxDoorCheckEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDoorCheckEnable.Image"))); this.pictureBoxDoorCheckEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDoorCheckEnable.Image")));
this.pictureBoxDoorCheckEnable.Location = new System.Drawing.Point(427, 3); this.pictureBoxDoorCheckEnable.Location = new System.Drawing.Point(367, 3);
this.pictureBoxDoorCheckEnable.Name = "pictureBoxDoorCheckEnable"; this.pictureBoxDoorCheckEnable.Name = "pictureBoxDoorCheckEnable";
this.pictureBoxDoorCheckEnable.Size = new System.Drawing.Size(30, 25); this.pictureBoxDoorCheckEnable.Size = new System.Drawing.Size(30, 25);
// //
// pictureBoxDoorCheckDisable // pictureBoxDoorCheckDisable
// //
this.pictureBoxDoorCheckDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDoorCheckDisable.Image"))); this.pictureBoxDoorCheckDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDoorCheckDisable.Image")));
this.pictureBoxDoorCheckDisable.Location = new System.Drawing.Point(427, 3); this.pictureBoxDoorCheckDisable.Location = new System.Drawing.Point(367, 3);
this.pictureBoxDoorCheckDisable.Name = "pictureBoxDoorCheckDisable"; this.pictureBoxDoorCheckDisable.Name = "pictureBoxDoorCheckDisable";
this.pictureBoxDoorCheckDisable.Size = new System.Drawing.Size(30, 25); this.pictureBoxDoorCheckDisable.Size = new System.Drawing.Size(30, 25);
// //
// pictureBoxDischargeEnable // pictureBoxDischargeEnable
// //
this.pictureBoxDischargeEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDischargeEnable.Image"))); this.pictureBoxDischargeEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDischargeEnable.Image")));
this.pictureBoxDischargeEnable.Location = new System.Drawing.Point(367, 3); this.pictureBoxDischargeEnable.Location = new System.Drawing.Point(337, 3);
this.pictureBoxDischargeEnable.Name = "pictureBoxDischargeEnable"; this.pictureBoxDischargeEnable.Name = "pictureBoxDischargeEnable";
this.pictureBoxDischargeEnable.Size = new System.Drawing.Size(24, 25); this.pictureBoxDischargeEnable.Size = new System.Drawing.Size(24, 25);
// //
// pictureBoxDischargeDisable // pictureBoxDischargeDisable
// //
this.pictureBoxDischargeDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDischargeDisable.Image"))); this.pictureBoxDischargeDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxDischargeDisable.Image")));
this.pictureBoxDischargeDisable.Location = new System.Drawing.Point(367, 3); this.pictureBoxDischargeDisable.Location = new System.Drawing.Point(337, 3);
this.pictureBoxDischargeDisable.Name = "pictureBoxDischargeDisable"; this.pictureBoxDischargeDisable.Name = "pictureBoxDischargeDisable";
this.pictureBoxDischargeDisable.Size = new System.Drawing.Size(24, 25); this.pictureBoxDischargeDisable.Size = new System.Drawing.Size(24, 25);
// //
// pictureBoxAirCheckEnable // pictureBoxAirCheckEnable
// //
this.pictureBoxAirCheckEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAirCheckEnable.Image"))); this.pictureBoxAirCheckEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAirCheckEnable.Image")));
this.pictureBoxAirCheckEnable.Location = new System.Drawing.Point(337, 3); this.pictureBoxAirCheckEnable.Location = new System.Drawing.Point(307, 3);
this.pictureBoxAirCheckEnable.Name = "pictureBoxAirCheckEnable"; this.pictureBoxAirCheckEnable.Name = "pictureBoxAirCheckEnable";
this.pictureBoxAirCheckEnable.Size = new System.Drawing.Size(24, 25); this.pictureBoxAirCheckEnable.Size = new System.Drawing.Size(24, 25);
// //
// pictureBoxAirCheckDisable // pictureBoxAirCheckDisable
// //
this.pictureBoxAirCheckDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAirCheckDisable.Image"))); this.pictureBoxAirCheckDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAirCheckDisable.Image")));
this.pictureBoxAirCheckDisable.Location = new System.Drawing.Point(337, 3); this.pictureBoxAirCheckDisable.Location = new System.Drawing.Point(307, 3);
this.pictureBoxAirCheckDisable.Name = "pictureBoxAirCheckDisable"; this.pictureBoxAirCheckDisable.Name = "pictureBoxAirCheckDisable";
this.pictureBoxAirCheckDisable.Size = new System.Drawing.Size(24, 25); this.pictureBoxAirCheckDisable.Size = new System.Drawing.Size(24, 25);
// //
@ -165,14 +165,14 @@
// //
this.pictureBoxFeedbackEnable.BackColor = System.Drawing.Color.Black; this.pictureBoxFeedbackEnable.BackColor = System.Drawing.Color.Black;
this.pictureBoxFeedbackEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFeedbackEnable.Image"))); this.pictureBoxFeedbackEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFeedbackEnable.Image")));
this.pictureBoxFeedbackEnable.Location = new System.Drawing.Point(397, 3); this.pictureBoxFeedbackEnable.Location = new System.Drawing.Point(217, 3);
this.pictureBoxFeedbackEnable.Name = "pictureBoxFeedbackEnable"; this.pictureBoxFeedbackEnable.Name = "pictureBoxFeedbackEnable";
this.pictureBoxFeedbackEnable.Size = new System.Drawing.Size(24, 25); this.pictureBoxFeedbackEnable.Size = new System.Drawing.Size(24, 25);
// //
// pictureBoxFeedbackDisable // pictureBoxFeedbackDisable
// //
this.pictureBoxFeedbackDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFeedbackDisable.Image"))); this.pictureBoxFeedbackDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFeedbackDisable.Image")));
this.pictureBoxFeedbackDisable.Location = new System.Drawing.Point(397, 3); this.pictureBoxFeedbackDisable.Location = new System.Drawing.Point(217, 3);
this.pictureBoxFeedbackDisable.Name = "pictureBoxFeedbackDisable"; this.pictureBoxFeedbackDisable.Name = "pictureBoxFeedbackDisable";
this.pictureBoxFeedbackDisable.Size = new System.Drawing.Size(24, 25); this.pictureBoxFeedbackDisable.Size = new System.Drawing.Size(24, 25);
// //
@ -180,7 +180,7 @@
// //
this.pictureBoxCountingOutputEnable.BackColor = System.Drawing.Color.Black; this.pictureBoxCountingOutputEnable.BackColor = System.Drawing.Color.Black;
this.pictureBoxCountingOutputEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxCountingOutputEnable.Image"))); this.pictureBoxCountingOutputEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxCountingOutputEnable.Image")));
this.pictureBoxCountingOutputEnable.Location = new System.Drawing.Point(463, 3); this.pictureBoxCountingOutputEnable.Location = new System.Drawing.Point(403, 3);
this.pictureBoxCountingOutputEnable.Name = "pictureBoxCountingOutputEnable"; this.pictureBoxCountingOutputEnable.Name = "pictureBoxCountingOutputEnable";
this.pictureBoxCountingOutputEnable.Size = new System.Drawing.Size(30, 25); this.pictureBoxCountingOutputEnable.Size = new System.Drawing.Size(30, 25);
this.pictureBoxCountingOutputEnable.Visible = false; this.pictureBoxCountingOutputEnable.Visible = false;
@ -188,7 +188,7 @@
// pictureBoxCountingOutputDisable // pictureBoxCountingOutputDisable
// //
this.pictureBoxCountingOutputDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxCountingOutputDisable.Image"))); this.pictureBoxCountingOutputDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxCountingOutputDisable.Image")));
this.pictureBoxCountingOutputDisable.Location = new System.Drawing.Point(463, 3); this.pictureBoxCountingOutputDisable.Location = new System.Drawing.Point(403, 3);
this.pictureBoxCountingOutputDisable.Name = "pictureBoxCountingOutputDisable"; this.pictureBoxCountingOutputDisable.Name = "pictureBoxCountingOutputDisable";
this.pictureBoxCountingOutputDisable.Size = new System.Drawing.Size(30, 25); this.pictureBoxCountingOutputDisable.Size = new System.Drawing.Size(30, 25);
this.pictureBoxCountingOutputDisable.Visible = false; this.pictureBoxCountingOutputDisable.Visible = false;
@ -196,28 +196,30 @@
// pictureBoxEntryStopperEnable // pictureBoxEntryStopperEnable
// //
this.pictureBoxEntryStopperEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEntryStopperEnable.Image"))); this.pictureBoxEntryStopperEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEntryStopperEnable.Image")));
this.pictureBoxEntryStopperEnable.Location = new System.Drawing.Point(247, 3); this.pictureBoxEntryStopperEnable.Location = new System.Drawing.Point(623, 3);
this.pictureBoxEntryStopperEnable.Name = "pictureBoxEntryStopperEnable"; this.pictureBoxEntryStopperEnable.Name = "pictureBoxEntryStopperEnable";
this.pictureBoxEntryStopperEnable.Size = new System.Drawing.Size(24, 25); this.pictureBoxEntryStopperEnable.Size = new System.Drawing.Size(24, 25);
this.pictureBoxEntryStopperEnable.Visible = false;
// //
// pictureBoxEntryStopperDisable // pictureBoxEntryStopperDisable
// //
this.pictureBoxEntryStopperDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEntryStopperDisable.Image"))); this.pictureBoxEntryStopperDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEntryStopperDisable.Image")));
this.pictureBoxEntryStopperDisable.Location = new System.Drawing.Point(247, 3); this.pictureBoxEntryStopperDisable.Location = new System.Drawing.Point(623, 3);
this.pictureBoxEntryStopperDisable.Name = "pictureBoxEntryStopperDisable"; this.pictureBoxEntryStopperDisable.Name = "pictureBoxEntryStopperDisable";
this.pictureBoxEntryStopperDisable.Size = new System.Drawing.Size(24, 25); this.pictureBoxEntryStopperDisable.Size = new System.Drawing.Size(24, 25);
this.pictureBoxEntryStopperDisable.Visible = false;
// //
// pictureBoxBarcodeEnable // pictureBoxBarcodeEnable
// //
this.pictureBoxBarcodeEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxBarcodeEnable.Image"))); this.pictureBoxBarcodeEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxBarcodeEnable.Image")));
this.pictureBoxBarcodeEnable.Location = new System.Drawing.Point(277, 3); this.pictureBoxBarcodeEnable.Location = new System.Drawing.Point(247, 3);
this.pictureBoxBarcodeEnable.Name = "pictureBoxBarcodeEnable"; this.pictureBoxBarcodeEnable.Name = "pictureBoxBarcodeEnable";
this.pictureBoxBarcodeEnable.Size = new System.Drawing.Size(24, 25); this.pictureBoxBarcodeEnable.Size = new System.Drawing.Size(24, 25);
// //
// pictureBoxBarcodeDisable // pictureBoxBarcodeDisable
// //
this.pictureBoxBarcodeDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxBarcodeDisable.Image"))); this.pictureBoxBarcodeDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxBarcodeDisable.Image")));
this.pictureBoxBarcodeDisable.Location = new System.Drawing.Point(277, 3); this.pictureBoxBarcodeDisable.Location = new System.Drawing.Point(247, 3);
this.pictureBoxBarcodeDisable.Name = "pictureBoxBarcodeDisable"; this.pictureBoxBarcodeDisable.Name = "pictureBoxBarcodeDisable";
this.pictureBoxBarcodeDisable.Size = new System.Drawing.Size(24, 25); this.pictureBoxBarcodeDisable.Size = new System.Drawing.Size(24, 25);
// //
@ -225,16 +227,18 @@
// //
this.pictureBoxStopWeighingEnable.BackColor = System.Drawing.Color.Black; this.pictureBoxStopWeighingEnable.BackColor = System.Drawing.Color.Black;
this.pictureBoxStopWeighingEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxStopWeighingEnable.Image"))); this.pictureBoxStopWeighingEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxStopWeighingEnable.Image")));
this.pictureBoxStopWeighingEnable.Location = new System.Drawing.Point(217, 3); this.pictureBoxStopWeighingEnable.Location = new System.Drawing.Point(653, 3);
this.pictureBoxStopWeighingEnable.Name = "pictureBoxStopWeighingEnable"; this.pictureBoxStopWeighingEnable.Name = "pictureBoxStopWeighingEnable";
this.pictureBoxStopWeighingEnable.Size = new System.Drawing.Size(24, 25); this.pictureBoxStopWeighingEnable.Size = new System.Drawing.Size(24, 25);
this.pictureBoxStopWeighingEnable.Visible = false;
// //
// pictureBoxStopWeighingDisable // pictureBoxStopWeighingDisable
// //
this.pictureBoxStopWeighingDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxStopWeighingDisable.Image"))); this.pictureBoxStopWeighingDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxStopWeighingDisable.Image")));
this.pictureBoxStopWeighingDisable.Location = new System.Drawing.Point(217, 3); this.pictureBoxStopWeighingDisable.Location = new System.Drawing.Point(653, 3);
this.pictureBoxStopWeighingDisable.Name = "pictureBoxStopWeighingDisable"; this.pictureBoxStopWeighingDisable.Name = "pictureBoxStopWeighingDisable";
this.pictureBoxStopWeighingDisable.Size = new System.Drawing.Size(24, 25); this.pictureBoxStopWeighingDisable.Size = new System.Drawing.Size(24, 25);
this.pictureBoxStopWeighingDisable.Visible = false;
// //
// pictureBoxDispenserEnable // pictureBoxDispenserEnable
// //
@ -327,7 +331,7 @@
// //
this.pictureBoxEthernetDisable.BackColor = System.Drawing.Color.Black; this.pictureBoxEthernetDisable.BackColor = System.Drawing.Color.Black;
this.pictureBoxEthernetDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEthernetDisable.Image"))); this.pictureBoxEthernetDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEthernetDisable.Image")));
this.pictureBoxEthernetDisable.Location = new System.Drawing.Point(307, 3); this.pictureBoxEthernetDisable.Location = new System.Drawing.Point(277, 3);
this.pictureBoxEthernetDisable.Name = "pictureBoxEthernetDisable"; this.pictureBoxEthernetDisable.Name = "pictureBoxEthernetDisable";
this.pictureBoxEthernetDisable.Size = new System.Drawing.Size(24, 25); this.pictureBoxEthernetDisable.Size = new System.Drawing.Size(24, 25);
this.pictureBoxEthernetDisable.Visible = false; this.pictureBoxEthernetDisable.Visible = false;
@ -336,7 +340,7 @@
// //
this.pictureBoxEthernetConnection.BackColor = System.Drawing.Color.Black; this.pictureBoxEthernetConnection.BackColor = System.Drawing.Color.Black;
this.pictureBoxEthernetConnection.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEthernetConnection.Image"))); this.pictureBoxEthernetConnection.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEthernetConnection.Image")));
this.pictureBoxEthernetConnection.Location = new System.Drawing.Point(307, 3); this.pictureBoxEthernetConnection.Location = new System.Drawing.Point(277, 3);
this.pictureBoxEthernetConnection.Name = "pictureBoxEthernetConnection"; this.pictureBoxEthernetConnection.Name = "pictureBoxEthernetConnection";
this.pictureBoxEthernetConnection.Size = new System.Drawing.Size(24, 25); this.pictureBoxEthernetConnection.Size = new System.Drawing.Size(24, 25);
this.pictureBoxEthernetConnection.Visible = false; this.pictureBoxEthernetConnection.Visible = false;
@ -345,7 +349,7 @@
// //
this.pictureBoxEthernetDisconnection.BackColor = System.Drawing.Color.Black; this.pictureBoxEthernetDisconnection.BackColor = System.Drawing.Color.Black;
this.pictureBoxEthernetDisconnection.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEthernetDisconnection.Image"))); this.pictureBoxEthernetDisconnection.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxEthernetDisconnection.Image")));
this.pictureBoxEthernetDisconnection.Location = new System.Drawing.Point(307, 3); this.pictureBoxEthernetDisconnection.Location = new System.Drawing.Point(277, 3);
this.pictureBoxEthernetDisconnection.Name = "pictureBoxEthernetDisconnection"; this.pictureBoxEthernetDisconnection.Name = "pictureBoxEthernetDisconnection";
this.pictureBoxEthernetDisconnection.Size = new System.Drawing.Size(24, 25); this.pictureBoxEthernetDisconnection.Size = new System.Drawing.Size(24, 25);
this.pictureBoxEthernetDisconnection.Visible = false; this.pictureBoxEthernetDisconnection.Visible = false;
@ -415,6 +419,25 @@
this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
// //
// labelUnit
//
this.labelUnit.BackPictureBox1 = null;
this.labelUnit.BackPictureBox2 = this.smartGroupBox1;
this.labelUnit.BorderColor = System.Drawing.Color.Black;
this.labelUnit.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUnit.Font = new System.Drawing.Font("Arial", 40F, System.Drawing.FontStyle.Bold);
this.labelUnit.ForeColor = System.Drawing.Color.White;
this.labelUnit.InitVisible = true;
this.labelUnit.LineSpacing = 0F;
this.labelUnit.Location = new System.Drawing.Point(613, 79);
this.labelUnit.Name = "labelUnit";
this.labelUnit.Size = new System.Drawing.Size(80, 62);
this.labelUnit.TabIndex = 493;
this.labelUnit.Text = "kg";
this.labelUnit.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelUnit.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUnit.Wordwrap = false;
//
// pictureBoxIconExNG2 // pictureBoxIconExNG2
// //
this.pictureBoxIconExNG2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxIconExNG2.Image"))); this.pictureBoxIconExNG2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxIconExNG2.Image")));
@ -435,9 +458,10 @@
// //
this.pictureBoxRandomModeEnable.BackColor = System.Drawing.Color.Black; this.pictureBoxRandomModeEnable.BackColor = System.Drawing.Color.Black;
this.pictureBoxRandomModeEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxRandomModeEnable.Image"))); this.pictureBoxRandomModeEnable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxRandomModeEnable.Image")));
this.pictureBoxRandomModeEnable.Location = new System.Drawing.Point(499, 3); this.pictureBoxRandomModeEnable.Location = new System.Drawing.Point(683, 3);
this.pictureBoxRandomModeEnable.Name = "pictureBoxRandomModeEnable"; this.pictureBoxRandomModeEnable.Name = "pictureBoxRandomModeEnable";
this.pictureBoxRandomModeEnable.Size = new System.Drawing.Size(24, 25); this.pictureBoxRandomModeEnable.Size = new System.Drawing.Size(24, 25);
this.pictureBoxRandomModeEnable.Visible = false;
// //
// labelCountingOutput2 // labelCountingOutput2
// //
@ -465,9 +489,10 @@
// pictureBoxRandomModeDisable // pictureBoxRandomModeDisable
// //
this.pictureBoxRandomModeDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxRandomModeDisable.Image"))); this.pictureBoxRandomModeDisable.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxRandomModeDisable.Image")));
this.pictureBoxRandomModeDisable.Location = new System.Drawing.Point(499, 3); this.pictureBoxRandomModeDisable.Location = new System.Drawing.Point(683, 3);
this.pictureBoxRandomModeDisable.Name = "pictureBoxRandomModeDisable"; this.pictureBoxRandomModeDisable.Name = "pictureBoxRandomModeDisable";
this.pictureBoxRandomModeDisable.Size = new System.Drawing.Size(24, 25); this.pictureBoxRandomModeDisable.Size = new System.Drawing.Size(24, 25);
this.pictureBoxRandomModeDisable.Visible = false;
// //
// labelCountingOutput1 // labelCountingOutput1
// //
@ -562,25 +587,6 @@
this.labelWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelWeight.Wordwrap = false; this.labelWeight.Wordwrap = false;
// //
// labelUnit
//
this.labelUnit.BackPictureBox1 = null;
this.labelUnit.BackPictureBox2 = this.smartGroupBox1;
this.labelUnit.BorderColor = System.Drawing.Color.Black;
this.labelUnit.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUnit.Font = new System.Drawing.Font("Arial", 40F, System.Drawing.FontStyle.Bold);
this.labelUnit.ForeColor = System.Drawing.Color.White;
this.labelUnit.InitVisible = true;
this.labelUnit.LineSpacing = 0F;
this.labelUnit.Location = new System.Drawing.Point(613, 79);
this.labelUnit.Name = "labelUnit";
this.labelUnit.Size = new System.Drawing.Size(80, 62);
this.labelUnit.TabIndex = 493;
this.labelUnit.Text = "kg";
this.labelUnit.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelUnit.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUnit.Wordwrap = false;
//
// ControlMainDisplayWeightSmall // ControlMainDisplayWeightSmall
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);

View File

@ -173,45 +173,26 @@ namespace ITC81DB_0H.Controls
this.pictureBoxDispenserEnable.Visible = false; this.pictureBoxDispenserEnable.Visible = false;
} }
// 정지계량 //// 정지계량
if (this.ParentForm.ParentForm.CurrentSystemParameter1.StopWeighing == "0") //if (this.ParentForm.ParentForm.CurrentSystemParameter1.StopWeighing == "0")
{ //{
this.pictureBoxStopWeighingDisable.Visible = true; // this.pictureBoxStopWeighingDisable.Visible = true;
this.pictureBoxStopWeighingEnable.Visible = false; // this.pictureBoxStopWeighingEnable.Visible = false;
} //}
else //else
{ //{
this.pictureBoxStopWeighingDisable.Visible = false; // this.pictureBoxStopWeighingDisable.Visible = false;
this.pictureBoxStopWeighingEnable.Visible = true; // this.pictureBoxStopWeighingEnable.Visible = true;
} //}
// PI2 - 0:미사용, 1:문열림감지센서, ExNG2 // PI2 - 0:미사용, 1:NG, 2:외부운전, 3:공압센서, 4:문열림감지, 5:배출확인
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI2 == 0) // PI3 - 0:미사용, 1:STOP, 2:외부운전, 3:공압센서, 4:문열림감지, 5:배출확인
{ // PI4 - 0:미사용, 1:START, 2:외부운전, 3:공압센서, 4:문열림감지, 5:배출확인
this.pictureBoxDoorCheckDisable.Visible = true; // PI5 - 0:미사용, 1:외부운전, 2:공압센서, 3:문열림감지, 4:배출확인
this.pictureBoxDoorCheckEnable.Visible = false; // PI6 - 0:미사용, 1:외부운전, 2:공압센서, 3:문열림감지, 4:배출확인
} if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI2 == 2 || this.ParentForm.ParentForm.CurrentSystemParameter1.PI3 == 2
else || this.ParentForm.ParentForm.CurrentSystemParameter1.PI4 == 2 || this.ParentForm.ParentForm.CurrentSystemParameter1.PI5 == 1
{ || this.ParentForm.ParentForm.CurrentSystemParameter1.PI6 == 1)
this.pictureBoxDoorCheckDisable.Visible = false;
this.pictureBoxDoorCheckEnable.Visible = true;
}
// PI3 - 0:미사용, 1:STOP
// PI4 - 0:미사용, 1:공압확인센서, 2:START
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI4 == 1)
{
this.pictureBoxAirCheckDisable.Visible = false;
this.pictureBoxAirCheckEnable.Visible = true;
}
else
{
this.pictureBoxAirCheckDisable.Visible = true;
this.pictureBoxAirCheckEnable.Visible = false;
}
// PI5 - 0:미사용, 1:디스펜서FULL센서(=적체확인센서), 2:외부운전, 3:ExNG1
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI5 == 2)
{ {
this.pictureBoxIconExternalOperationDisable.Visible = false; this.pictureBoxIconExternalOperationDisable.Visible = false;
this.pictureBoxIconExternalOperationEnable.Visible = true; this.pictureBoxIconExternalOperationEnable.Visible = true;
@ -222,21 +203,35 @@ namespace ITC81DB_0H.Controls
this.pictureBoxIconExternalOperationEnable.Visible = false; this.pictureBoxIconExternalOperationEnable.Visible = false;
} }
// PI6 - 0:미사용, 1:디스펜서진입2센서 if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI2 == 3 || this.ParentForm.ParentForm.CurrentSystemParameter1.PI3 == 3
// PI7 - 0:미사용, 1:디스펜서진입1센서, 2:STOPPER || this.ParentForm.ParentForm.CurrentSystemParameter1.PI4 == 3 || this.ParentForm.ParentForm.CurrentSystemParameter1.PI5 == 2
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI7 == 2) || this.ParentForm.ParentForm.CurrentSystemParameter1.PI6 == 2)
{ {
this.pictureBoxEntryStopperDisable.Visible = false; this.pictureBoxAirCheckDisable.Visible = false;
this.pictureBoxEntryStopperEnable.Visible = true; this.pictureBoxAirCheckEnable.Visible = true;
} }
else else
{ {
this.pictureBoxEntryStopperDisable.Visible = true; this.pictureBoxAirCheckDisable.Visible = true;
this.pictureBoxEntryStopperEnable.Visible = false; this.pictureBoxAirCheckEnable.Visible = false;
} }
// PI8 - 0:미사용, 1:배출확인센서, 2:Metal if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI2 == 4 || this.ParentForm.ParentForm.CurrentSystemParameter1.PI3 == 4
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI8 == 1) || this.ParentForm.ParentForm.CurrentSystemParameter1.PI4 == 4 || this.ParentForm.ParentForm.CurrentSystemParameter1.PI5 == 3
|| this.ParentForm.ParentForm.CurrentSystemParameter1.PI6 == 3)
{
this.pictureBoxDoorCheckDisable.Visible = false;
this.pictureBoxDoorCheckEnable.Visible = true;
}
else
{
this.pictureBoxDoorCheckDisable.Visible = true;
this.pictureBoxDoorCheckEnable.Visible = false;
}
if (this.ParentForm.ParentForm.CurrentSystemParameter1.PI2 == 5 || this.ParentForm.ParentForm.CurrentSystemParameter1.PI3 == 5
|| this.ParentForm.ParentForm.CurrentSystemParameter1.PI4 == 5 || this.ParentForm.ParentForm.CurrentSystemParameter1.PI5 == 4
|| this.ParentForm.ParentForm.CurrentSystemParameter1.PI6 == 4)
{ {
this.pictureBoxDischargeDisable.Visible = false; this.pictureBoxDischargeDisable.Visible = false;
this.pictureBoxDischargeEnable.Visible = true; this.pictureBoxDischargeEnable.Visible = true;
@ -300,17 +295,17 @@ namespace ITC81DB_0H.Controls
this.pictureBoxCountingOutputCount.Visible = false; this.pictureBoxCountingOutputCount.Visible = false;
} }
// 랜덤모드 //// 랜덤모드
if (this.ParentForm.ParentForm.SystemConfig2.IsUsingRandomMode == true) //if (this.ParentForm.ParentForm.SystemConfig2.IsUsingRandomMode == true)
{ //{
this.pictureBoxRandomModeDisable.Visible = false; // this.pictureBoxRandomModeDisable.Visible = false;
this.pictureBoxRandomModeEnable.Visible = true; // this.pictureBoxRandomModeEnable.Visible = true;
} //}
else //else
{ //{
this.pictureBoxRandomModeDisable.Visible = true; // this.pictureBoxRandomModeDisable.Visible = true;
this.pictureBoxRandomModeEnable.Visible = false; // this.pictureBoxRandomModeEnable.Visible = false;
} //}
if (this.ParentForm.ParentForm.SystemConfig2.CountingOutput1Mode != 0 && this.ParentForm.ParentForm.SystemConfig2.CountingOutput1Number != 0) if (this.ParentForm.ParentForm.SystemConfig2.CountingOutput1Mode != 0 && this.ParentForm.ParentForm.SystemConfig2.CountingOutput1Number != 0)
this.labelCountingOutput1.Visible = true; this.labelCountingOutput1.Visible = true;

View File

@ -48,8 +48,8 @@ namespace ITC81DB_0H
ConfiSerialSeparate, ConfiSerialSeparate,
EquipHelp, EquipHelp,
EquipInitialize,
EquipUpdate, EquipUpdate,
EquipInitialize,
EquipFuctionSetting, EquipFuctionSetting,
EquipUser, EquipUser,
EquipTest, EquipTest,
@ -490,7 +490,9 @@ namespace ITC81DB_0H
// PI8 - // PI8 -
public static readonly string PI8 = "1427"; public static readonly string PI8 = "1427";
// 메인보드1 버전 읽기 // 메인보드1 버전 읽기
public static readonly string ProgramVersion = "1501"; public static readonly string ProgramVersion = "1502";
// 시스템설정 - 업데이트
public static readonly string _1651_UpdateForMain = "1651";
// 품목설정 - 품번 // 품목설정 - 품번
public static readonly string ProductNumber = "2001"; public static readonly string ProductNumber = "2001";
@ -2217,6 +2219,8 @@ namespace ITC81DB_0H
{ {
this.m_JudgmentStatus = value; this.m_JudgmentStatus = value;
this.ProductionSpeedCalculation();
if (value == DataStore.JudgmentStatus.Under) if (value == DataStore.JudgmentStatus.Under)
{ {
if (this.UnderCount < 10000000) if (this.UnderCount < 10000000)
@ -2385,7 +2389,6 @@ namespace ITC81DB_0H
this.BoardExNGCount = 0; this.BoardExNGCount = 0;
} }
// 미사용
private void ProductionSpeedCalculation() private void ProductionSpeedCalculation()
{ {
int currentTimeTickCount = 0, gap = 0; int currentTimeTickCount = 0, gap = 0;
@ -2448,6 +2451,8 @@ namespace ITC81DB_0H
this.ReceiveDataID = dataId; this.ReceiveDataID = dataId;
this.ReceiveTransferCount = transferCount; this.ReceiveTransferCount = transferCount;
} }
#endregion #endregion
} }
#endregion #endregion
@ -2645,7 +2650,7 @@ namespace ITC81DB_0H
this.FeedSpeed2 = 60; this.FeedSpeed2 = 60;
this.FeedSpeed3 = 60; this.FeedSpeed3 = 60;
this.DynamicCorrection = 1.000000; this.DynamicCorrection = 1.000000;
this.MovingAverage = 1; this.MovingAverage = 100;
this.AscendDelayTime = 1000; this.AscendDelayTime = 1000;
this.DescendDelayTime = 1000; this.DescendDelayTime = 1000;
@ -3012,13 +3017,13 @@ namespace ITC81DB_0H
this.OptionBoard = "0"; this.OptionBoard = "0";
this.InitialDrive = "0"; this.InitialDrive = "0";
this.PI2 = 0; this.PI2 = 1;
this.PI3 = 1; this.PI3 = 1;
this.PI4 = 2; this.PI4 = 1;
this.PI5 = 0; this.PI5 = 0;
this.PI6 = 0; this.PI6 = 0;
this.PI7 = 0; this.PI7 = 0;
this.PI8 = 2; this.PI8 = 0;
this.EquipmentType = "0"; this.EquipmentType = "0";
@ -3433,19 +3438,19 @@ namespace ITC81DB_0H
#region Method #region Method
public void Initialization() public void Initialization()
{ {
this.ExternalOut1Mode = "0"; this.ExternalOut1Mode = "5";
this.ExternalOut1DelayTime = "500"; this.ExternalOut1DelayTime = "500";
this.ExternalOut1RunTime = "1000"; this.ExternalOut1RunTime = "1000";
this.ExternalOut2Mode = "0"; this.ExternalOut2Mode = "4";
this.ExternalOut2DelayTime = "500"; this.ExternalOut2DelayTime = "500";
this.ExternalOut2RunTime = "1000"; this.ExternalOut2RunTime = "1000";
this.ExternalOut3Mode = "0"; this.ExternalOut3Mode = "3";
this.ExternalOut3DelayTime = "500"; this.ExternalOut3DelayTime = "500";
this.ExternalOut3RunTime = "1000"; this.ExternalOut3RunTime = "1000";
this.ExternalOut4Mode = "0"; this.ExternalOut4Mode = "6";
this.ExternalOut4DelayTime = "500"; this.ExternalOut4DelayTime = "500";
this.ExternalOut4RunTime = "1000"; this.ExternalOut4RunTime = "1000";
@ -5754,4 +5759,157 @@ namespace ITC81DB_0H
public bool Dummy20; public bool Dummy20;
} }
#endregion #endregion
#region UpdateForMainBoard
public class UpdateForMainBoard
{
#region Field
private bool m_IsUpdateFinish;
private bool m_IsAckResponse;
private bool m_IsLastData;
private byte[] m_ByteData;
private byte[] m_SendData;
private int m_Index;
private int m_RetryCount;
private int m_SendDataCount;
private int m_ProgressBar1;
private int m_ProgressBar2;
private int m_ProgressBar3;
private int m_ProgressBar4;
private int m_ProgressBar5;
private int m_ProgressBar6;
private int m_ProgressBar7;
private int m_ProgressBar8;
#endregion
#region Constructor
public UpdateForMainBoard()
{
this.Initialize();
}
#endregion
#region Property
public bool IsUpdateFinish
{
get { return this.m_IsUpdateFinish; }
set { this.m_IsUpdateFinish = value; }
}
public bool IsAckResponse
{
get { return this.m_IsAckResponse; }
set { this.m_IsAckResponse = value; }
}
public bool IsLastData
{
get { return this.m_IsLastData; }
set { this.m_IsLastData = value; }
}
public byte[] ByteData
{
get { return this.m_ByteData; }
set { this.m_ByteData = value; }
}
public byte[] SendData
{
get { return this.m_SendData; }
set { this.m_SendData = value; }
}
public int Index
{
get { return this.m_Index; }
set { this.m_Index = value; }
}
public int RetryCount
{
get { return this.m_RetryCount; }
set { this.m_RetryCount = value; }
}
public int SendDataCount
{
get { return this.m_SendDataCount; }
set
{
int iValue = 0;
this.m_SendDataCount = value;
iValue = value / 8;
this.ProgressBar1 = iValue;
this.ProgressBar2 = iValue * 2;
this.ProgressBar3 = iValue * 3;
this.ProgressBar4 = iValue * 4;
this.ProgressBar5 = iValue * 5;
this.ProgressBar6 = iValue * 6;
this.ProgressBar7 = iValue * 7;
this.ProgressBar8 = iValue * 8;
}
}
public int ProgressBar1
{
get { return this.m_ProgressBar1; }
private set { this.m_ProgressBar1 = value; }
}
public int ProgressBar2
{
get { return this.m_ProgressBar2; }
private set { this.m_ProgressBar2 = value; }
}
public int ProgressBar3
{
get { return this.m_ProgressBar3; }
private set { this.m_ProgressBar3 = value; }
}
public int ProgressBar4
{
get { return this.m_ProgressBar4; }
private set { this.m_ProgressBar4 = value; }
}
public int ProgressBar5
{
get { return this.m_ProgressBar5; }
private set { this.m_ProgressBar5 = value; }
}
public int ProgressBar6
{
get { return this.m_ProgressBar6; }
private set { this.m_ProgressBar6 = value; }
}
public int ProgressBar7
{
get { return this.m_ProgressBar7; }
private set { this.m_ProgressBar7 = value; }
}
public int ProgressBar8
{
get { return this.m_ProgressBar8; }
private set { this.m_ProgressBar8 = value; }
}
#endregion
#region Method
public void Initialize()
{
this.IsUpdateFinish = false;
this.IsAckResponse = false;
this.IsLastData = false;
this.ByteData = new byte[100];
this.SendData = new byte[100];
this.Index = 1;
this.RetryCount = 0;
this.SendDataCount = 0;
this.ProgressBar1 = 0;
this.ProgressBar2 = 0;
this.ProgressBar3 = 0;
this.ProgressBar4 = 0;
this.ProgressBar5 = 0;
this.ProgressBar6 = 0;
this.ProgressBar7 = 0;
this.ProgressBar8 = 0;
}
#endregion
}
#endregion
} }

View File

@ -584,6 +584,87 @@ namespace ITC81DB_0H.DialogForms
{ {
} }
} }
public DialogFormYesNo(DataStore.LanguageID language, int ok, string before, string after)
{
InitializeComponent();
this.labelErrorCode.Text = "";
this.labelMessage1.Text = "";
this.labelMessage2.Text = "";
if (language == DataStore.LanguageID.Korean)
{
switch (ok)
{
case 3:
this.labelErrorCode.Text = "업데이트";
this.labelMessage1.Text = string.Format("이전 : {0}, 이후 : {1}", before, after);
this.labelMessage2.Text = "업데이트를 진행하시겠습니까?";
break;
default:
break;
}
}
else if (language == DataStore.LanguageID.English)
{
switch (ok)
{
case 3:
this.labelErrorCode.Text = "Update";
this.labelMessage1.Text = string.Format("Before : {0}, After : {1}", before, after);
this.labelMessage2.Text = "Do you want to run the update?";
break;
default:
break;
}
}
else if (language == DataStore.LanguageID.Chinese)
{
switch (ok)
{
case 3:
this.labelErrorCode.Text = "更新资料";
this.labelMessage1.Text = string.Format("之前 : {0}, 后 : {1}", before, after);
this.labelMessage2.Text = "您要运行更新吗?";
break;
default:
break;
}
}
else if (language == DataStore.LanguageID.Russian)
{
switch (ok)
{
case 3:
this.labelErrorCode.Text = "Обновить";
this.labelMessage1.Text = string.Format("Перед : {0}, После : {1}", before, after);
this.labelMessage2.Text = "Вы хотите запустить обновление?";
break;
default:
break;
}
}
else if (language == DataStore.LanguageID.German)
{
switch (ok)
{
case 3:
this.labelErrorCode.Text = "Aktualisieren";
this.labelMessage1.Text = string.Format("Vor : {0}, Nach dem : {1}", before, after);
this.labelMessage2.Text = "Möchten Sie das Update ausführen?";
break;
default:
break;
}
}
else
{
}
}
#endregion #endregion
#region Property #region Property

View File

@ -45,6 +45,7 @@
this.smartModbusSlave4 = new SmartX.SmartModbusSlave(); this.smartModbusSlave4 = new SmartX.SmartModbusSlave();
this.smartFileCheckLog = new SmartX.SmartFile(); this.smartFileCheckLog = new SmartX.SmartFile();
this.timeOut = new System.Windows.Forms.Timer(); this.timeOut = new System.Windows.Forms.Timer();
this.smartTimerUpdate = new SmartX.SmartTimer(this.components);
((System.ComponentModel.ISupportInitialize)(this.smartForm)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
// //
@ -210,6 +211,15 @@
// //
this.timeOut.Tick += new System.EventHandler(this.timeOut_Tick); this.timeOut.Tick += new System.EventHandler(this.timeOut_Tick);
// //
// smartTimerUpdate
//
this.smartTimerUpdate.EndTime = ((long)(100000000000));
this.smartTimerUpdate.Interval = 5000;
this.smartTimerUpdate.IntervalSeries = null;
this.smartTimerUpdate.NowMillisecond = ((long)(0));
this.smartTimerUpdate.StartTime = ((long)(0));
this.smartTimerUpdate.Tick += new System.EventHandler(this.smartTimerUpdate_Tick);
//
// FormMain // FormMain
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -242,6 +252,7 @@
private SmartX.SmartModbusSlave smartModbusSlave4; private SmartX.SmartModbusSlave smartModbusSlave4;
public SmartX.SmartFile smartFileCheckLog; public SmartX.SmartFile smartFileCheckLog;
private System.Windows.Forms.Timer timeOut; private System.Windows.Forms.Timer timeOut;
private SmartX.SmartTimer smartTimerUpdate;
} }
} }

View File

@ -123,6 +123,8 @@ namespace ITC81DB_0H.Forms
private Collection<string> CollectionIOTestGraphData; private Collection<string> CollectionIOTestGraphData;
// 판정설정 그래프 데이터 // 판정설정 그래프 데이터
private Collection<int> CollectionGraphData; private Collection<int> CollectionGraphData;
// 업데이트 메인보드
public UpdateForMainBoard UpdateForMain;
// User // User
public User CurrentUser; public User CurrentUser;
@ -808,6 +810,60 @@ namespace ITC81DB_0H.Forms
if (this.CurrentSystemStatus.CurrentUserPasswordType.Group != user) if (this.CurrentSystemStatus.CurrentUserPasswordType.Group != user)
this.CurrentSystemStatus.CurrentUserPasswordType.Group = user; this.CurrentSystemStatus.CurrentUserPasswordType.Group = user;
} }
private void RetryUpdateForMain(UpdateForMainBoard update)
{
this.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard,
CommunicationAddress._1651_UpdateForMain, Helper.StringZeroFillDigits4(update.Index.ToString()), update.SendData);
this.smartTimerUpdate.Start();
}
public void SendUpdateForMain(byte[] datas)
{
int count = 0;
if (datas.Length == 0)
return;
count = datas.Length / 100;
if (count != 0)
{
this.UpdateForMain.SendData = new byte[100];
for (int i = 0; i < 100; i++)
this.UpdateForMain.SendData[i] = datas[i];
}
else
{
this.UpdateForMain.SendData = new byte[datas.Length];
for (int i = 0; i < datas.Length; i++)
this.UpdateForMain.SendData[i] = datas[i];
this.UpdateForMain.IsLastData = true;
}
this.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard,
CommunicationAddress._1651_UpdateForMain, Helper.StringZeroFillDigits4(this.UpdateForMain.Index.ToString()), this.UpdateForMain.SendData);
if (this.UpdateForMain.ProgressBar1 == count)
this.ChildFormMenu.CenterEquipUpdate.SetProgressBarValue(10);
else if (this.UpdateForMain.ProgressBar2 == count)
this.ChildFormMenu.CenterEquipUpdate.SetProgressBarValue(10);
else if (this.UpdateForMain.ProgressBar3 == count)
this.ChildFormMenu.CenterEquipUpdate.SetProgressBarValue(10);
else if (this.UpdateForMain.ProgressBar4 == count)
this.ChildFormMenu.CenterEquipUpdate.SetProgressBarValue(10);
else if (this.UpdateForMain.ProgressBar5 == count)
this.ChildFormMenu.CenterEquipUpdate.SetProgressBarValue(10);
else if (this.UpdateForMain.ProgressBar6 == count)
this.ChildFormMenu.CenterEquipUpdate.SetProgressBarValue(10);
else if (this.UpdateForMain.ProgressBar7 == count)
this.ChildFormMenu.CenterEquipUpdate.SetProgressBarValue(10);
else if (this.UpdateForMain.ProgressBar8 == count)
this.ChildFormMenu.CenterEquipUpdate.SetProgressBarValue(10);
this.smartTimerUpdate.Start();
}
public void PrintingHeadLine() public void PrintingHeadLine()
{ {
@ -1256,6 +1312,50 @@ namespace ITC81DB_0H.Forms
return chkSum; 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;
}
private void SetCollectionForStringToByte(ref Collection<byte> collection, string value)
{
byte[] byteData;
if (collection == null)
return;
byteData = Encoding.UTF8.GetBytes(value);
for (int i = 0; i < byteData.Length; i++)
collection.Add(byteData[i]);
}
private void ChecklogPrint(string receiveData, WeightData weight) private void ChecklogPrint(string receiveData, WeightData weight)
{ {
@ -1350,6 +1450,61 @@ namespace ITC81DB_0H.Forms
return ret; return ret;
} }
public int TransferDataStream(string command, string id, string address, string index, byte[] datas)
{
int ret = 0, count = 0;
byte[] byteData;
string chkSum = "cc";
Collection<byte> byteCollection = new Collection<byte>();
// command;
this.SetCollectionForStringToByte(ref byteCollection, command);
// id;
this.SetCollectionForStringToByte(ref byteCollection, id);
// data Length
count = datas.Length + index.Length;
this.SetCollectionForStringToByte(ref byteCollection, Helper.StringZeroFillDigits4(count.ToString()));
// address
this.SetCollectionForStringToByte(ref byteCollection, address);
// index
this.SetCollectionForStringToByte(ref byteCollection, index);
// datas
for (int i = 0; i < datas.Length; i++)
byteCollection.Add(datas[i]);
// chkSum
byteData = new byte[byteCollection.Count];
for (int i = 0; i < byteCollection.Count; i++)
byteData[i] = byteCollection[i];
chkSum = this.Checksumcalculator(byteData);
this.SetCollectionForStringToByte(ref byteCollection, chkSum);
// collection -> byte[]
byteData = new byte[byteCollection.Count];
for (int i = 0; i < byteCollection.Count; i++)
byteData[i] = byteCollection[i];
if (this.smartSerialPort2.IsOpen == true)
this.smartSerialPort2.WriteFrame(byteData);
// 통신 확인 로그
if (this.IsCommunicationLogOpen == true)
{
string log = "";
for (int i = 0; i < byteCollection.Count; i++)
log += byteCollection[i].ToString("X2");
this.smartFileCommunicationLog.WriteString(string.Format("Send ({0:yyyy-MM-dd HH:mm:ss}): {1}", DateTime.Now, log));
}
return ret;
}
private void ReceiveData() private void ReceiveData()
{ {
int ret = 0; int ret = 0;
@ -1886,9 +2041,9 @@ namespace ITC81DB_0H.Forms
{ {
switch (address) switch (address)
{ {
case "1501": case "1502":
#region Value Assign #region Value Assign
this.SystemConfig1.MainBoardVersion = receiveData.Substring(0, 4); this.SystemConfig1.MainBoardVersion = receiveData;
#endregion #endregion
if (this.ChildFormMenu.CenterInforSystem != null) if (this.ChildFormMenu.CenterInforSystem != null)
this.ChildFormMenu.CenterInforSystem.UpdateMainBoardVersionDisplay(this.SystemConfig1.MainBoardVersion); this.ChildFormMenu.CenterInforSystem.UpdateMainBoardVersionDisplay(this.SystemConfig1.MainBoardVersion);
@ -1906,6 +2061,13 @@ namespace ITC81DB_0H.Forms
{ {
this.IsBootingComplete = true; this.IsBootingComplete = true;
this.TransferDataStream(CommunicationCommand.Read, CommunicationID.MainBoard, CommunicationAddress.ParameterCount, ""); this.TransferDataStream(CommunicationCommand.Read, CommunicationID.MainBoard, CommunicationAddress.ParameterCount, "");
if (this.CurrentSystemStatus.CurrentDisplay != DataStore.DisplayStore.MainDisplay)
{
this.ChildFormMainDisplay.DisplayRefresh(this.CurrentSystemStatus);
this.smartForm.Show((int)DataStore.FormStore.FormMainDisplay);
}
this.ChildFormMainDisplay.CurrentBottomMenuControlEnable(DataStore.EquipmentStatus.Stop);
} }
else else
{ {
@ -2054,37 +2216,6 @@ namespace ITC81DB_0H.Forms
this.ChildFormMenu.CenterInforSystem2.UpdateParameter2Display(this.SystemInfo2); this.ChildFormMenu.CenterInforSystem2.UpdateParameter2Display(this.SystemInfo2);
break; break;
case "9514": case "9514":
#region Value Assign
this.SystemInfo3.Random1Number = receiveData.Substring(0, 4).Trim();
this.SystemInfo3.Random1Using = receiveData.Substring(4, 4).Trim();
this.SystemInfo3.Random1Under = receiveData.Substring(8, 7).Trim();
this.SystemInfo3.Random1Over = receiveData.Substring(15, 7).Trim();
this.SystemInfo3.Random1Tare = receiveData.Substring(22, 7).Trim();
this.SystemInfo3.Random2Number = receiveData.Substring(29, 4).Trim();
this.SystemInfo3.Random2Using = receiveData.Substring(33, 4).Trim();
this.SystemInfo3.Random2Under = receiveData.Substring(37, 7).Trim();
this.SystemInfo3.Random2Over = receiveData.Substring(44, 7).Trim();
this.SystemInfo3.Random2Tare = receiveData.Substring(51, 7).Trim();
this.SystemInfo3.Random3Number = receiveData.Substring(58, 4).Trim();
this.SystemInfo3.Random3Using = receiveData.Substring(62, 4).Trim();
this.SystemInfo3.Random3Under = receiveData.Substring(66, 7).Trim();
this.SystemInfo3.Random3Over = receiveData.Substring(73, 7).Trim();
this.SystemInfo3.Random3Tare = receiveData.Substring(80, 7).Trim();
this.SystemInfo3.Random4Number = receiveData.Substring(87, 4).Trim();
this.SystemInfo3.Random4Using = receiveData.Substring(91, 4).Trim();
this.SystemInfo3.Random4Under = receiveData.Substring(95, 7).Trim();
this.SystemInfo3.Random4Over = receiveData.Substring(102, 7).Trim();
this.SystemInfo3.Random4Tare = receiveData.Substring(109, 7).Trim();
this.SystemInfo3.Random5Number = receiveData.Substring(116, 4).Trim();
this.SystemInfo3.Random5Using = receiveData.Substring(120, 4).Trim();
this.SystemInfo3.Random5Under = receiveData.Substring(124, 7).Trim();
this.SystemInfo3.Random5Over = receiveData.Substring(131, 7).Trim();
this.SystemInfo3.Random5Tare = receiveData.Substring(138, 7).Trim();
#endregion
if (this.ChildFormMenu.CenterInforSystem3 != null)
this.ChildFormMenu.CenterInforSystem3.UpdateParameter1Display(this.SystemInfo3);
this.TransferDataStream(CommunicationCommand.Read, CommunicationID.MainBoard, CommunicationAddress.SystemInformationRead4, ""); this.TransferDataStream(CommunicationCommand.Read, CommunicationID.MainBoard, CommunicationAddress.SystemInformationRead4, "");
break; break;
case "9515": case "9515":
@ -2139,7 +2270,9 @@ namespace ITC81DB_0H.Forms
// 파라미터 쓰기 응답 // 파라미터 쓰기 응답
private int ReceiveCommandPW0(string lane, string address, string receiveData) private int ReceiveCommandPW0(string lane, string address, string receiveData)
{ {
int ret = 0; int ret = 0, index = 0;
byte[] beforeData;
string ack = "", data = "";
DataStore.ResponseData response = DataStore.ResponseData.NAK; DataStore.ResponseData response = DataStore.ResponseData.NAK;
try try
@ -2151,6 +2284,60 @@ namespace ITC81DB_0H.Forms
switch (address) switch (address)
{ {
case "1651":
#region 업데이트
#region Value Assign
try
{
index = int.Parse(receiveData.Substring(0, 4));
}
catch
{
index = 0;
}
ack = receiveData.Substring(4, 4);
#endregion
if (ack == "0001")
response = DataStore.ResponseData.ACK;
else
response = DataStore.ResponseData.NAK;
if (this.UpdateForMain.Index == index)
{
this.smartTimerUpdate.Stop();
if (response == DataStore.ResponseData.ACK)
{
beforeData = new byte[this.UpdateForMain.ByteData.Length];
for (int i = 0; i < this.UpdateForMain.ByteData.Length; i++)
beforeData[i] = this.UpdateForMain.ByteData[i];
if (this.UpdateForMain.IsLastData == false)
{
this.UpdateForMain.ByteData = new byte[beforeData.Length - 100];
for (int i = 0; i < beforeData.Length - 100; i++)
this.UpdateForMain.ByteData[i] = beforeData[100 + i];
this.UpdateForMain.Index++;
this.SendUpdateForMain(this.UpdateForMain.ByteData);
}
else
{
this.ChildFormMenu.CenterEquipUpdate.SetProgressBarValue(5);
}
}
else
{
this.RetryUpdateForMain(this.UpdateForMain);
}
}
else
{
this.smartTimerUpdate.Stop();
this.ChildFormMenu.CenterEquipUpdate.UpdateMainBoardFail();
}
#endregion
break;
case "4004": case "4004":
if (response == DataStore.ResponseData.ACK) if (response == DataStore.ResponseData.ACK)
this.TransferDataStream(CommunicationCommand.Read, CommunicationID.MainBoard, CommunicationAddress.ParameterRead4901, ""); this.TransferDataStream(CommunicationCommand.Read, CommunicationID.MainBoard, CommunicationAddress.ParameterRead4901, "");
@ -2312,7 +2499,7 @@ namespace ITC81DB_0H.Forms
this.CurrentWeightData.Weight = Helper.StringToWeight(receiveData.Substring(5, 5), this.SystemConfig1.DecimalPlaces); this.CurrentWeightData.Weight = Helper.StringToWeight(receiveData.Substring(5, 5), this.SystemConfig1.DecimalPlaces);
this.CurrentWeightData.WeightString = receiveData.Substring(5, 5); this.CurrentWeightData.WeightString = receiveData.Substring(5, 5);
this.CurrentWeightData.ADCValue = receiveData.Substring(10, 5); this.CurrentWeightData.ADCValue = receiveData.Substring(10, 5);
this.CurrentWeightData.ProductionSpeed = int.Parse(receiveData.Substring(15, 4).Trim()); //this.CurrentWeightData.ProductionSpeed = int.Parse(receiveData.Substring(15, 4).Trim());
this.CurrentWeightData.WeightSum(this.CurrentWeightData.JudgmentStatus); this.CurrentWeightData.WeightSum(this.CurrentWeightData.JudgmentStatus);
this.CurrentWeightData.SetDataIDTransferCount(dataID, transferCount); this.CurrentWeightData.SetDataIDTransferCount(dataID, transferCount);
@ -3916,14 +4103,14 @@ namespace ITC81DB_0H.Forms
this.CurrentWeightData.Weight = Helper.StringToWeight(receiveData.Substring(5, 5), this.SystemConfig1.DecimalPlaces); this.CurrentWeightData.Weight = Helper.StringToWeight(receiveData.Substring(5, 5), this.SystemConfig1.DecimalPlaces);
this.CurrentWeightData.ADCValue = receiveData.Substring(10, 5); this.CurrentWeightData.ADCValue = receiveData.Substring(10, 5);
for (int i = 0; i < this.CollectionGraphData.Count; i++) //for (int i = 0; i < this.CollectionGraphData.Count; i++)
{ //{
this.CollectionGraphData[i] = int.Parse(receiveData.Substring(temp, 5)); // this.CollectionGraphData[i] = int.Parse(receiveData.Substring(temp, 5));
temp += 5; // temp += 5;
} //}
#endregion #endregion
if (this.ChildFormMenu.CenterSystemJudgmentManual != null) //if (this.ChildFormMenu.CenterSystemJudgmentManual != null)
this.ChildFormMenu.CenterSystemJudgmentManual.UpdateGraphDataDisplay(this.CurrentSystemStatus.Equipment, this.CurrentWeightData, this.CollectionGraphData); // this.ChildFormMenu.CenterSystemJudgmentManual.UpdateGraphDataDisplay(this.CurrentSystemStatus.Equipment, this.CurrentWeightData, this.CollectionGraphData);
break; break;
default: default:
break; break;
@ -7339,7 +7526,7 @@ namespace ITC81DB_0H.Forms
this.CurrentProductItem.Initialization(); this.CurrentProductItem.Initialization();
for (int i = 0; i < 995; i++) for (int i = 0; i < 1000; i++)
{ {
structItem.Number = i + 1; structItem.Number = i + 1;
structItem.Name = string.Format("Product {0}", i + 1); structItem.Name = string.Format("Product {0}", i + 1);
@ -7355,51 +7542,6 @@ namespace ITC81DB_0H.Forms
this.smartFileIO.WriteStructure_Begin(structItem, i); this.smartFileIO.WriteStructure_Begin(structItem, i);
} }
this.CreateProductFileForRandomMode();
}
public void CreateProductFileForRandomMode()
{
StructProductItem structItem;
for (int i = 0; i < 5; i++)
{
structItem.Number = i + 996;
structItem.Name = string.Format("Product {0}", i + 996);
structItem.LotNo = string.Format("Lot {0}", i + 996);
structItem.PassRange = (1000 + (i * 1000)).ToString();
structItem.OverRange = (1100 + (i * 1000)).ToString();
structItem.UnderRange = (900 + (i * 1000)).ToString();
structItem.TareRange = "0";
structItem.DummyString1 = "0";
structItem.DummyString2 = "0";
structItem.DummyString3 = "0";
structItem.DummyString4 = "0";
this.smartFileIO.WriteStructure_Begin(structItem, i + 995);
}
this.smartFileIO.WriteStructure_End();
}
public void CreateProductFileForRandomMode2()
{
StructProductItem structItem;
for (int i = 0; i < 5; i++)
{
structItem.Number = i + 996;
structItem.Name = string.Format("Product {0}", i + 996);
structItem.LotNo = string.Format("Lot {0}", i + 996);
structItem.PassRange = (10000 + (i * 10000)).ToString();
structItem.OverRange = (11000 + (i * 10000)).ToString();
structItem.UnderRange = (9000 + (i * 10000)).ToString();
structItem.TareRange = "0";
structItem.DummyString1 = "0";
structItem.DummyString2 = "0";
structItem.DummyString3 = "0";
structItem.DummyString4 = "0";
this.smartFileIO.WriteStructure_Begin(structItem, i + 995);
}
this.smartFileIO.WriteStructure_End();
} }
public void OpenSmartFileIO() public void OpenSmartFileIO()
{ {
@ -10229,6 +10371,16 @@ namespace ITC81DB_0H.Forms
// timer.Dispose(); // timer.Dispose();
// timer = null; // timer = null;
//} //}
private void smartTimerUpdate_Tick(object sender, EventArgs e)
{
this.smartTimerUpdate.Stop();
this.UpdateForMain.RetryCount++;
if (this.UpdateForMain.RetryCount < 5)
this.RetryUpdateForMain(this.UpdateForMain);
else
this.ChildFormMenu.CenterEquipUpdate.UpdateMainBoardFail();
}
private void smartTCPMultiServer_OnClientAdd(SmartTCPMultiServer.CLIENTSINFOS addClientInfo) private void smartTCPMultiServer_OnClientAdd(SmartTCPMultiServer.CLIENTSINFOS addClientInfo)
{ {

View File

@ -162,6 +162,9 @@
<metadata name="timeOut.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="timeOut.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 56</value> <value>17, 56</value>
</metadata> </metadata>
<metadata name="smartTimerUpdate.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1054, 56</value>
</metadata>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve"> <metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
<value>WEBPAD</value> <value>WEBPAD</value>
</metadata> </metadata>

View File

@ -297,24 +297,24 @@ namespace ITC81DB_0H.Forms
private void CreateCenterEquipmentControl() private void CreateCenterEquipmentControl()
{ {
this.CenterEquipHelp = new ControlCenterEquipHelp(this); this.CenterEquipHelp = new ControlCenterEquipHelp(this);
this.CenterEquipInitialize = new ControlCenterEquipInitialize(this);
this.CenterEquipUpdate = new ControlCenterEquipUpdate(this); this.CenterEquipUpdate = new ControlCenterEquipUpdate(this);
this.CenterEquipInitialize = new ControlCenterEquipInitialize(this);
this.CenterEquipFunctionSetting = new ControlCenterEquipFunctionSetting(this); this.CenterEquipFunctionSetting = new ControlCenterEquipFunctionSetting(this);
this.CenterEquipUser = new ControlCenterEquipUser(this); this.CenterEquipUser = new ControlCenterEquipUser(this);
this.CenterEquipTest = new ControlCenterEquipTest(this); this.CenterEquipTest = new ControlCenterEquipTest(this);
this.CenterEquipEngineer = new ControlCenterEquipEngineer(this); this.CenterEquipEngineer = new ControlCenterEquipEngineer(this);
this.CenterEquipHelp.Location = new Point(0, 65); this.CenterEquipHelp.Location = new Point(0, 65);
this.CenterEquipInitialize.Location = new Point(0, 65);
this.CenterEquipUpdate.Location = new Point(0, 65); this.CenterEquipUpdate.Location = new Point(0, 65);
this.CenterEquipInitialize.Location = new Point(0, 65);
this.CenterEquipFunctionSetting.Location = new Point(0, 65); this.CenterEquipFunctionSetting.Location = new Point(0, 65);
this.CenterEquipUser.Location = new Point(0, 65); this.CenterEquipUser.Location = new Point(0, 65);
this.CenterEquipTest.Location = new Point(0, 65); this.CenterEquipTest.Location = new Point(0, 65);
this.CenterEquipEngineer.Location = new Point(0, 65); this.CenterEquipEngineer.Location = new Point(0, 65);
this.Controls.Add(this.CenterEquipHelp); this.Controls.Add(this.CenterEquipHelp);
this.Controls.Add(this.CenterEquipInitialize);
this.Controls.Add(this.CenterEquipUpdate); this.Controls.Add(this.CenterEquipUpdate);
this.Controls.Add(this.CenterEquipInitialize);
this.Controls.Add(this.CenterEquipFunctionSetting); this.Controls.Add(this.CenterEquipFunctionSetting);
this.Controls.Add(this.CenterEquipUser); this.Controls.Add(this.CenterEquipUser);
this.Controls.Add(this.CenterEquipTest); this.Controls.Add(this.CenterEquipTest);

View File

@ -122,12 +122,6 @@
<Compile Include="Controls\CenterConfiguration\ControlCenterConfiSerial.Designer.cs"> <Compile Include="Controls\CenterConfiguration\ControlCenterConfiSerial.Designer.cs">
<DependentUpon>ControlCenterConfiSerial.cs</DependentUpon> <DependentUpon>ControlCenterConfiSerial.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="Controls\Etc\ControlBasicRandomMode.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Etc\ControlBasicRandomMode.Designer.cs">
<DependentUpon>ControlBasicRandomMode.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Etc\ControlConfiSerialHitachi.cs"> <Compile Include="Controls\Etc\ControlConfiSerialHitachi.cs">
<SubType>UserControl</SubType> <SubType>UserControl</SubType>
</Compile> </Compile>
@ -592,10 +586,6 @@
<DependentUpon>ControlCenterSystemSorterSetting.cs</DependentUpon> <DependentUpon>ControlCenterSystemSorterSetting.cs</DependentUpon>
<SubType>Designer</SubType> <SubType>Designer</SubType>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="Controls\Etc\ControlBasicRandomMode.resx">
<DependentUpon>ControlBasicRandomMode.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\Etc\ControlConfiEthernetLocalIP.resx"> <EmbeddedResource Include="Controls\Etc\ControlConfiEthernetLocalIP.resx">
<DependentUpon>ControlConfiEthernetLocalIP.cs</DependentUpon> <DependentUpon>ControlConfiEthernetLocalIP.cs</DependentUpon>
<SubType>Designer</SubType> <SubType>Designer</SubType>

View File

@ -12,8 +12,8 @@
기본형 컨베어 고정밀센서 계량기 기본형 컨베어 고정밀센서 계량기
*/ */
@ Ver 0.1.0 by CJY @ Ver 1.0.0 by CJY
- 2020.09.03 - 2020.09.22
- ITC81DB Ver 6.9.0 Modify - ITC81DB Ver 6.9.0 Modify
- 프로젝트 생성 - 프로젝트 생성

View File

@ -34,7 +34,6 @@ D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCente
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterSystemIOTest.resources D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterSystemIOTest.resources
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterSystemJudgmentManual.resources D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterSystemJudgmentManual.resources
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterSystemSorterSetting.resources D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterSystemSorterSetting.resources
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlBasicRandomMode.resources
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlConfiEthernetLocalIP.resources D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlConfiEthernetLocalIP.resources
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.ControlConfiSerialBarcode.resources D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.ControlConfiSerialBarcode.resources
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.ControlConfiSerialHitachi.resources D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.ControlConfiSerialHitachi.resources

View File

@ -202,12 +202,6 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\korFormMainDisplayZeroUp.png" /> <None Include="Resources\korFormMainDisplayZeroUp.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\korJudgmentStandardDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korJudgmentStandardUp.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\engBackgroundAutoZero.png" /> <None Include="Resources\engBackgroundAutoZero.png" />
</ItemGroup> </ItemGroup>
@ -271,12 +265,6 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\engFormMainDisplayZeroUp.png" /> <None Include="Resources\engFormMainDisplayZeroUp.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\engJudgmentStandardDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engJudgmentStandardUp.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\engMainRunLineOverDown.png" /> <None Include="Resources\engMainRunLineOverDown.png" />
</ItemGroup> </ItemGroup>
@ -511,12 +499,6 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\korBackgroundCommunication.png" /> <None Include="Resources\korBackgroundCommunication.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\engJudgmentStandardDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korJudgmentStandardDisable.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\korFormMainDisplayZeroDisable.png" /> <None Include="Resources\korFormMainDisplayZeroDisable.png" />
</ItemGroup> </ItemGroup>
@ -1237,15 +1219,6 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\gerCalibrationCounterweightUp.png" /> <None Include="Resources\gerCalibrationCounterweightUp.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\gerJudgmentStandardDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerJudgmentStandardDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerJudgmentStandardUp.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\gerBackgroundOptionBoard1.png" /> <None Include="Resources\gerBackgroundOptionBoard1.png" />
</ItemGroup> </ItemGroup>
@ -1723,9 +1696,6 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\korHelpEngineerDown.png" /> <None Include="Resources\korHelpEngineerDown.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\korBackgroundJudgment_AutoJudgment.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\engBackgroundJudgment_AutoJudgment.png" /> <None Include="Resources\engBackgroundJudgment_AutoJudgment.png" />
</ItemGroup> </ItemGroup>
@ -2065,15 +2035,6 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\chnFormCalibrationCounterweightUp.png" /> <None Include="Resources\chnFormCalibrationCounterweightUp.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormJudgmentStandardUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormJudgmentStandardDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormJudgmentStandardDown.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\chnMainCancelDisable.png" /> <None Include="Resources\chnMainCancelDisable.png" />
</ItemGroup> </ItemGroup>
@ -2821,15 +2782,6 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\rusCalibrationCounterweightUp.png" /> <None Include="Resources\rusCalibrationCounterweightUp.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\rusJudgmentStandardDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusJudgmentStandardDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusJudgmentStandardUp.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\rusBackgroundFeedback.png" /> <None Include="Resources\rusBackgroundFeedback.png" />
</ItemGroup> </ItemGroup>
@ -2872,18 +2824,12 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\korBackgroundJudgment_Updown.png" /> <None Include="Resources\korBackgroundJudgment_Updown.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\engBackgroundJudgment.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\engBackgroundJudgment_StopWeighing.png" /> <None Include="Resources\engBackgroundJudgment_StopWeighing.png" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\engBackgroundJudgment_Updown.png" /> <None Include="Resources\engBackgroundJudgment_Updown.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\chnBackgroundJudgment.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\chnBackgroundJudgment_StopWeighing.png" /> <None Include="Resources\chnBackgroundJudgment_StopWeighing.png" />
</ItemGroup> </ItemGroup>
@ -2893,9 +2839,6 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\gerBackgroundJudgment_Updown.png" /> <None Include="Resources\gerBackgroundJudgment_Updown.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\gerBackgroundJudgment.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\gerBackgroundJudgment_StopWeighing.png" /> <None Include="Resources\gerBackgroundJudgment_StopWeighing.png" />
</ItemGroup> </ItemGroup>
@ -3055,9 +2998,6 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\korBackgroundExternalOutput.png" /> <None Include="Resources\korBackgroundExternalOutput.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\korBackgroundJudgment.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resources\korCalibrationCancelDisable.png" /> <None Include="Resources\korCalibrationCancelDisable.png" />
</ItemGroup> </ItemGroup>
@ -3208,6 +3148,66 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\korBackgroundCalibration.png" /> <None Include="Resources\korBackgroundCalibration.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\korBackgroundJudgment.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korJudgmentStandardUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korJudgmentStandardDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korJudgmentStandardDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusJudgmentStandardDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusJudgmentStandardDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rusJudgmentStandardUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\korBackgroundJudgment_AutoJudgment.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerJudgmentStandardUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerBackgroundJudgment.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerJudgmentStandardDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gerJudgmentStandardDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormJudgmentStandardUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnBackgroundJudgment.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormJudgmentStandardDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\chnFormJudgmentStandardDown.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engJudgmentStandardUp.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engBackgroundJudgment.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engJudgmentStandardDisable.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\engJudgmentStandardDown.png" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
<ProjectExtensions> <ProjectExtensions>
<VisualStudio> <VisualStudio>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB