diff --git a/ITC81DB_0H.sln b/ITC81DB_0H.sln index 3e273d0..371b96a 100644 --- a/ITC81DB_0H.sln +++ b/ITC81DB_0H.sln @@ -1,26 +1,26 @@  Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ITC81DB", "ITC81DB\ITC81DB.csproj", "{F3AC32D4-8DAC-4F4D-AD52-2610D6237DD5}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ITC81DB_ImageDll", "ITC81DB_ImageDll\ITC81DB_ImageDll\ITC81DB_ImageDll.csproj", "{501CC4ED-3B74-4189-8FD5-29F990358D21}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ITC81DB_0H", "ITC81DB_0H\ITC81DB_0H.csproj", "{F3AC32D4-8DAC-4F4D-AD52-2610D6237DD5}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {501CC4ED-3B74-4189-8FD5-29F990358D21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {501CC4ED-3B74-4189-8FD5-29F990358D21}.Debug|Any CPU.Build.0 = Debug|Any CPU + {501CC4ED-3B74-4189-8FD5-29F990358D21}.Release|Any CPU.ActiveCfg = Release|Any CPU + {501CC4ED-3B74-4189-8FD5-29F990358D21}.Release|Any CPU.Build.0 = Release|Any CPU {F3AC32D4-8DAC-4F4D-AD52-2610D6237DD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F3AC32D4-8DAC-4F4D-AD52-2610D6237DD5}.Debug|Any CPU.Build.0 = Debug|Any CPU {F3AC32D4-8DAC-4F4D-AD52-2610D6237DD5}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {F3AC32D4-8DAC-4F4D-AD52-2610D6237DD5}.Release|Any CPU.ActiveCfg = Release|Any CPU {F3AC32D4-8DAC-4F4D-AD52-2610D6237DD5}.Release|Any CPU.Build.0 = Release|Any CPU {F3AC32D4-8DAC-4F4D-AD52-2610D6237DD5}.Release|Any CPU.Deploy.0 = Release|Any CPU - {501CC4ED-3B74-4189-8FD5-29F990358D21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {501CC4ED-3B74-4189-8FD5-29F990358D21}.Debug|Any CPU.Build.0 = Debug|Any CPU - {501CC4ED-3B74-4189-8FD5-29F990358D21}.Release|Any CPU.ActiveCfg = Release|Any CPU - {501CC4ED-3B74-4189-8FD5-29F990358D21}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ITC81DB_0H/Barcode.cs b/ITC81DB_0H/Barcode.cs index 394652c..0154b1c 100644 --- a/ITC81DB_0H/Barcode.cs +++ b/ITC81DB_0H/Barcode.cs @@ -4,7 +4,7 @@ using System.Collections.ObjectModel; using System.Collections.Generic; using System.Text; -namespace ITC81DB +namespace ITC81DB_0H { #region Enum public enum BarcodeStatus diff --git a/ITC81DB_0H/Controls/Bottom/ControlBottomBasic.Designer.cs b/ITC81DB_0H/Controls/Bottom/ControlBottomBasic.Designer.cs index 6f0c0a9..773a69b 100644 --- a/ITC81DB_0H/Controls/Bottom/ControlBottomBasic.Designer.cs +++ b/ITC81DB_0H/Controls/Bottom/ControlBottomBasic.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlBottomBasic { diff --git a/ITC81DB_0H/Controls/Bottom/ControlBottomBasic.cs b/ITC81DB_0H/Controls/Bottom/ControlBottomBasic.cs index b519e3c..e3b467c 100644 --- a/ITC81DB_0H/Controls/Bottom/ControlBottomBasic.cs +++ b/ITC81DB_0H/Controls/Bottom/ControlBottomBasic.cs @@ -9,9 +9,9 @@ using System.Text; using System.Windows.Forms; using SmartX; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlBottomBasic : UserControl { diff --git a/ITC81DB_0H/Controls/Bottom/ControlBottomConfiguration.Designer.cs b/ITC81DB_0H/Controls/Bottom/ControlBottomConfiguration.Designer.cs index 786c694..f623f59 100644 --- a/ITC81DB_0H/Controls/Bottom/ControlBottomConfiguration.Designer.cs +++ b/ITC81DB_0H/Controls/Bottom/ControlBottomConfiguration.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlBottomConfiguration { diff --git a/ITC81DB_0H/Controls/Bottom/ControlBottomConfiguration.cs b/ITC81DB_0H/Controls/Bottom/ControlBottomConfiguration.cs index f12b8d4..2f52538 100644 --- a/ITC81DB_0H/Controls/Bottom/ControlBottomConfiguration.cs +++ b/ITC81DB_0H/Controls/Bottom/ControlBottomConfiguration.cs @@ -9,9 +9,9 @@ using System.Text; using System.Windows.Forms; using SmartX; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlBottomConfiguration : UserControl { diff --git a/ITC81DB_0H/Controls/Bottom/ControlBottomEquipment.Designer.cs b/ITC81DB_0H/Controls/Bottom/ControlBottomEquipment.Designer.cs index 0546007..d3e5241 100644 --- a/ITC81DB_0H/Controls/Bottom/ControlBottomEquipment.Designer.cs +++ b/ITC81DB_0H/Controls/Bottom/ControlBottomEquipment.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlBottomEquipment { diff --git a/ITC81DB_0H/Controls/Bottom/ControlBottomEquipment.cs b/ITC81DB_0H/Controls/Bottom/ControlBottomEquipment.cs index 5061d6f..555306c 100644 --- a/ITC81DB_0H/Controls/Bottom/ControlBottomEquipment.cs +++ b/ITC81DB_0H/Controls/Bottom/ControlBottomEquipment.cs @@ -9,10 +9,10 @@ using System.Text; using System.Windows.Forms; using SmartX; -using ITC81DB.Forms; -using ITC81DB.DialogForms; +using ITC81DB_0H.Forms; +using ITC81DB_0H.DialogForms; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlBottomEquipment : UserControl { diff --git a/ITC81DB_0H/Controls/Bottom/ControlBottomInformation.Designer.cs b/ITC81DB_0H/Controls/Bottom/ControlBottomInformation.Designer.cs index 022f48f..08b78a9 100644 --- a/ITC81DB_0H/Controls/Bottom/ControlBottomInformation.Designer.cs +++ b/ITC81DB_0H/Controls/Bottom/ControlBottomInformation.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlBottomInformation { diff --git a/ITC81DB_0H/Controls/Bottom/ControlBottomInformation.cs b/ITC81DB_0H/Controls/Bottom/ControlBottomInformation.cs index 36fd933..cc753da 100644 --- a/ITC81DB_0H/Controls/Bottom/ControlBottomInformation.cs +++ b/ITC81DB_0H/Controls/Bottom/ControlBottomInformation.cs @@ -9,9 +9,9 @@ using System.Text; using System.Windows.Forms; using SmartX; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlBottomInformation : UserControl { diff --git a/ITC81DB_0H/Controls/Bottom/ControlBottomSystem.Designer.cs b/ITC81DB_0H/Controls/Bottom/ControlBottomSystem.Designer.cs index c989e91..a8ec1c6 100644 --- a/ITC81DB_0H/Controls/Bottom/ControlBottomSystem.Designer.cs +++ b/ITC81DB_0H/Controls/Bottom/ControlBottomSystem.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlBottomSystem { diff --git a/ITC81DB_0H/Controls/Bottom/ControlBottomSystem.cs b/ITC81DB_0H/Controls/Bottom/ControlBottomSystem.cs index f6cfd0f..58e4cf3 100644 --- a/ITC81DB_0H/Controls/Bottom/ControlBottomSystem.cs +++ b/ITC81DB_0H/Controls/Bottom/ControlBottomSystem.cs @@ -9,9 +9,9 @@ using System.Text; using System.Windows.Forms; using SmartX; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlBottomSystem : UserControl { diff --git a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicDataBackup.Designer.cs b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicDataBackup.Designer.cs index 4931d1a..dd47558 100644 --- a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicDataBackup.Designer.cs +++ b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicDataBackup.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterBasicDataBackup { diff --git a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicDataBackup.cs b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicDataBackup.cs index 66f22d8..88220ab 100644 --- a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicDataBackup.cs +++ b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicDataBackup.cs @@ -10,11 +10,11 @@ using System.Windows.Forms; using SmartX; -using ITC81DB.Forms; -using ITC81DB.DialogForms; +using ITC81DB_0H.Forms; +using ITC81DB_0H.DialogForms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterBasicDataBackup : UserControl { diff --git a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicDataStatistics.Designer.cs b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicDataStatistics.Designer.cs index bfdf0fe..19c33f6 100644 --- a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicDataStatistics.Designer.cs +++ b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicDataStatistics.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterBasicDataStatistics { diff --git a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicDataStatistics.cs b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicDataStatistics.cs index 565ee97..f3295f6 100644 --- a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicDataStatistics.cs +++ b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicDataStatistics.cs @@ -12,11 +12,11 @@ using System.Windows.Forms; using SmartX; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterBasicDataStatistics : UserControl { diff --git a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicHelp.Designer.cs b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicHelp.Designer.cs index 84731a1..3b291a6 100644 --- a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicHelp.Designer.cs +++ b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicHelp.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterBasicHelp { diff --git a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicHelp.cs b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicHelp.cs index 39f8aa6..53ed0fb 100644 --- a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicHelp.cs +++ b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicHelp.cs @@ -7,11 +7,11 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using SmartX; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterBasicHelp : UserControl { diff --git a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicProduct.Designer.cs b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicProduct.Designer.cs index 37995e0..7a939c0 100644 --- a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicProduct.Designer.cs +++ b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicProduct.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterBasicProduct { diff --git a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicProduct.cs b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicProduct.cs index 3117183..c9870a3 100644 --- a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicProduct.cs +++ b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicProduct.cs @@ -8,11 +8,11 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterBasicProduct : UserControl { diff --git a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicTime.Designer.cs b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicTime.Designer.cs index ab040d6..93d1227 100644 --- a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicTime.Designer.cs +++ b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicTime.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterBasicTime { diff --git a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicTime.cs b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicTime.cs index 222ce14..64fd2da 100644 --- a/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicTime.cs +++ b/ITC81DB_0H/Controls/CenterBasic/ControlCenterBasicTime.cs @@ -7,10 +7,10 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterBasicTime : UserControl { diff --git a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiCountingOutput.cs b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiCountingOutput.cs index a4f7147..fdbd46e 100644 --- a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiCountingOutput.cs +++ b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiCountingOutput.cs @@ -7,11 +7,11 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -using ITC81DB.DialogForms; +using ITC81DB_0H.DialogForms; -namespace ITC81DB +namespace ITC81DB_0H { public partial class ControlCenterConfiCountingOutput : UserControl { diff --git a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiCountingOutput.designer.cs b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiCountingOutput.designer.cs index c7319aa..282db30 100644 --- a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiCountingOutput.designer.cs +++ b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiCountingOutput.designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB +namespace ITC81DB_0H { partial class ControlCenterConfiCountingOutput { diff --git a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiEthernet.Designer.cs b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiEthernet.Designer.cs index 1e67ee1..8e3e5e6 100644 --- a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiEthernet.Designer.cs +++ b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiEthernet.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterConfiEthernet { diff --git a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiEthernet.cs b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiEthernet.cs index 38ec4da..4c87f3c 100644 --- a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiEthernet.cs +++ b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiEthernet.cs @@ -11,10 +11,10 @@ using System.Windows.Forms; using SmartX; using ITC81DB_ImageDll; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterConfiEthernet : UserControl { diff --git a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiHelp.Designer.cs b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiHelp.Designer.cs index 05258fa..85af73f 100644 --- a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiHelp.Designer.cs +++ b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiHelp.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterConfiHelp { diff --git a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiHelp.cs b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiHelp.cs index dce1178..bbccbb6 100644 --- a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiHelp.cs +++ b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiHelp.cs @@ -8,10 +8,10 @@ using System.Text; using System.Windows.Forms; using SmartX; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterConfiHelp : UserControl { diff --git a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiOption.Designer.cs b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiOption.Designer.cs index d6540bb..112d3c3 100644 --- a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiOption.Designer.cs +++ b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiOption.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterConfiOption { diff --git a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiOption.cs b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiOption.cs index 00ec726..f77eb95 100644 --- a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiOption.cs +++ b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiOption.cs @@ -7,11 +7,11 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; -using ITC81DB.DialogForms; +using ITC81DB_0H.Forms; +using ITC81DB_0H.DialogForms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterConfiOption : UserControl { diff --git a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiOptionBoard.Designer.cs b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiOptionBoard.Designer.cs index 3b3159b..7f78cdb 100644 --- a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiOptionBoard.Designer.cs +++ b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiOptionBoard.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterConfiOptionBoard { diff --git a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiOptionBoard.cs b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiOptionBoard.cs index 59e16c4..5c0211d 100644 --- a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiOptionBoard.cs +++ b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiOptionBoard.cs @@ -8,9 +8,9 @@ using System.Text; using System.Windows.Forms; using ITC81DB_ImageDll; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterConfiOptionBoard : UserControl { diff --git a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiSerial.Designer.cs b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiSerial.Designer.cs index 79b2ca7..870dc5b 100644 --- a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiSerial.Designer.cs +++ b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiSerial.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterConfiSerial { diff --git a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiSerial.cs b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiSerial.cs index 1797771..1c24a30 100644 --- a/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiSerial.cs +++ b/ITC81DB_0H/Controls/CenterConfiguration/ControlCenterConfiSerial.cs @@ -12,11 +12,11 @@ using System.Threading; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -using ITC81DB.DialogForms; +using ITC81DB_0H.DialogForms; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterConfiSerial : UserControl { diff --git a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipEngineer.Designer.cs b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipEngineer.Designer.cs index edd2b05..f7f6b93 100644 --- a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipEngineer.Designer.cs +++ b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipEngineer.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterEquipEngineer { diff --git a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipEngineer.cs b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipEngineer.cs index e153444..415c0bf 100644 --- a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipEngineer.cs +++ b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipEngineer.cs @@ -10,12 +10,12 @@ using System.Drawing.Imaging; using SmartX; -using ITC81DB.Forms; -using ITC81DB.DialogForms; +using ITC81DB_0H.Forms; +using ITC81DB_0H.DialogForms; using ITC81DB_ImageDll; using System.Threading; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterEquipEngineer : UserControl { diff --git a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipFunctionSetting.Designer.cs b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipFunctionSetting.Designer.cs index ad09a03..2ae8c37 100644 --- a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipFunctionSetting.Designer.cs +++ b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipFunctionSetting.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterEquipFunctionSetting { diff --git a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipFunctionSetting.cs b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipFunctionSetting.cs index 62113c1..cf328ce 100644 --- a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipFunctionSetting.cs +++ b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipFunctionSetting.cs @@ -10,12 +10,12 @@ using System.Drawing.Imaging; using SmartX; -using ITC81DB.Forms; -using ITC81DB.DialogForms; +using ITC81DB_0H.Forms; +using ITC81DB_0H.DialogForms; using ITC81DB_ImageDll; using System.Threading; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterEquipFunctionSetting : UserControl { diff --git a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipHelp.Designer.cs b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipHelp.Designer.cs index 48c3528..201c04f 100644 --- a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipHelp.Designer.cs +++ b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipHelp.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterEquipHelp { diff --git a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipHelp.cs b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipHelp.cs index 1695f34..f7fc6bd 100644 --- a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipHelp.cs +++ b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipHelp.cs @@ -7,11 +7,11 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; using SmartX; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterEquipHelp : UserControl { diff --git a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipInitialize.Designer.cs b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipInitialize.Designer.cs index eb51ee1..a8052f2 100644 --- a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipInitialize.Designer.cs +++ b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipInitialize.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterEquipInitialize { diff --git a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipInitialize.cs b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipInitialize.cs index 43606d3..1d43390 100644 --- a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipInitialize.cs +++ b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipInitialize.cs @@ -8,11 +8,11 @@ using System.IO; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; -using ITC81DB.DialogForms; +using ITC81DB_0H.Forms; +using ITC81DB_0H.DialogForms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterEquipInitialize : UserControl { diff --git a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipTest.Designer.cs b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipTest.Designer.cs index e0890d6..e897147 100644 --- a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipTest.Designer.cs +++ b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipTest.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterEquipTest { diff --git a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipTest.cs b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipTest.cs index 2b97365..529e4f3 100644 --- a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipTest.cs +++ b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipTest.cs @@ -7,10 +7,10 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterEquipTest : UserControl { diff --git a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUpdate.Designer.cs b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUpdate.Designer.cs index f0f2d36..547a55d 100644 --- a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUpdate.Designer.cs +++ b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUpdate.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterEquipUpdate { diff --git a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUpdate.cs b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUpdate.cs index 6aff266..97622e1 100644 --- a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUpdate.cs +++ b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUpdate.cs @@ -9,11 +9,11 @@ using System.Text; using System.Windows.Forms; using SmartX; -using ITC81DB.Forms; -using ITC81DB.DialogForms; +using ITC81DB_0H.Forms; +using ITC81DB_0H.DialogForms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterEquipUpdate : UserControl { diff --git a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUser.Designer.cs b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUser.Designer.cs index 391e01c..c85e57a 100644 --- a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUser.Designer.cs +++ b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUser.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterEquipUser { diff --git a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUser.cs b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUser.cs index bdb18d2..bd1674c 100644 --- a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUser.cs +++ b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUser.cs @@ -7,12 +7,12 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; -using ITC81DB.Controls; -using ITC81DB.DialogForms; +using ITC81DB_0H.Forms; +using ITC81DB_0H.Controls; +using ITC81DB_0H.DialogForms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterEquipUser : UserControl { diff --git a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUserGroupEditor.Designer.cs b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUserGroupEditor.Designer.cs index 7b090b5..d75b65d 100644 --- a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUserGroupEditor.Designer.cs +++ b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUserGroupEditor.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterEquipUserGroupEditor { diff --git a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUserGroupEditor.cs b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUserGroupEditor.cs index 023fea1..0668245 100644 --- a/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUserGroupEditor.cs +++ b/ITC81DB_0H/Controls/CenterEquipment/ControlCenterEquipUserGroupEditor.cs @@ -7,11 +7,11 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; -using ITC81DB.DialogForms; +using ITC81DB_0H.Forms; +using ITC81DB_0H.DialogForms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterEquipUserGroupEditor : UserControl { diff --git a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforAS.Designer.cs b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforAS.Designer.cs index 51b5de1..7eb89ef 100644 --- a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforAS.Designer.cs +++ b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforAS.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterInforAS { diff --git a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforAS.cs b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforAS.cs index 0bcea5a..dab8679 100644 --- a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforAS.cs +++ b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforAS.cs @@ -8,10 +8,10 @@ using System.Text; using System.Windows.Forms; using System.IO; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterInforAS : UserControl { diff --git a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforHelp.Designer.cs b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforHelp.Designer.cs index 2294b34..7e98c0f 100644 --- a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforHelp.Designer.cs +++ b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforHelp.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterInforHelp { diff --git a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforHelp.cs b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforHelp.cs index 16e3497..3990d4c 100644 --- a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforHelp.cs +++ b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforHelp.cs @@ -7,11 +7,11 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; using SmartX; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterInforHelp : UserControl { diff --git a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem.Designer.cs b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem.Designer.cs index b559686..89fdc7a 100644 --- a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem.Designer.cs +++ b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterInforSystem { diff --git a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem.cs b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem.cs index a30d07c..597ce4b 100644 --- a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem.cs +++ b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem.cs @@ -7,11 +7,11 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterInforSystem : UserControl { diff --git a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem2.Designer.cs b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem2.Designer.cs index 8bf7ab2..ce0ecad 100644 --- a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem2.Designer.cs +++ b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem2.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB +namespace ITC81DB_0H { partial class ControlCenterInforSystem2 { diff --git a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem2.cs b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem2.cs index aecf7d3..3c24faf 100644 --- a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem2.cs +++ b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem2.cs @@ -8,10 +8,10 @@ using System.Text; using System.Windows.Forms; using System.Drawing.Imaging; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; -namespace ITC81DB +namespace ITC81DB_0H { public partial class ControlCenterInforSystem2 : UserControl { diff --git a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem3.Designer.cs b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem3.Designer.cs index 42c9e79..1012606 100644 --- a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem3.Designer.cs +++ b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem3.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB +namespace ITC81DB_0H { partial class ControlCenterInforSystem3 { diff --git a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem3.cs b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem3.cs index 99bb25e..aa9468b 100644 --- a/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem3.cs +++ b/ITC81DB_0H/Controls/CenterInformation/ControlCenterInforSystem3.cs @@ -9,10 +9,10 @@ using System.Text; using System.Windows.Forms; using System.Drawing.Imaging; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; -namespace ITC81DB +namespace ITC81DB_0H { public partial class ControlCenterInforSystem3 : UserControl { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemAutoZero.Designer.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemAutoZero.Designer.cs index 79a4872..ddaa437 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemAutoZero.Designer.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemAutoZero.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterSystemAutoZero { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemAutoZero.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemAutoZero.cs index 3ef404a..4651a07 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemAutoZero.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemAutoZero.cs @@ -8,11 +8,11 @@ using System.Text; using System.Windows.Forms; using SmartX; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterSystemAutoZero : UserControl { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemCalibration.Designer.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemCalibration.Designer.cs index 18291ac..e5da3e4 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemCalibration.Designer.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemCalibration.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterSystemCalibration { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemCalibration.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemCalibration.cs index e98e18c..e882196 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemCalibration.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemCalibration.cs @@ -7,11 +7,11 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterSystemCalibration : UserControl { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemExternalOutput.Designer.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemExternalOutput.Designer.cs index d473d53..5030892 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemExternalOutput.Designer.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemExternalOutput.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterSystemExternalOutput { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemExternalOutput.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemExternalOutput.cs index ba1955a..6333793 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemExternalOutput.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemExternalOutput.cs @@ -7,11 +7,11 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; -using ITC81DB.DialogForms; +using ITC81DB_0H.Forms; +using ITC81DB_0H.DialogForms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterSystemExternalOutput : UserControl { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemHelp.Designer.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemHelp.Designer.cs index ff5953e..915a218 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemHelp.Designer.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemHelp.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterSystemHelp { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemHelp.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemHelp.cs index 53a8ed5..6937a3e 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemHelp.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemHelp.cs @@ -8,10 +8,10 @@ using System.Text; using System.Windows.Forms; using SmartX; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterSystemHelp : UserControl { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemIOTest.Designer.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemIOTest.Designer.cs index 6c40008..b206a2a 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemIOTest.Designer.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemIOTest.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterSystemIOTest { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemIOTest.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemIOTest.cs index 428bb10..3751ab3 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemIOTest.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemIOTest.cs @@ -9,11 +9,11 @@ using System.Text; using System.Windows.Forms; using SmartX; -using ITC81DB.Forms; -using ITC81DB.DialogForms; +using ITC81DB_0H.Forms; +using ITC81DB_0H.DialogForms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterSystemIOTest : UserControl { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentAuto.Designer.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentAuto.Designer.cs index 52ffa1e..18f4dad 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentAuto.Designer.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentAuto.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterSystemJudgmentAuto { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentAuto.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentAuto.cs index a1ee56b..3205e37 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentAuto.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentAuto.cs @@ -9,11 +9,11 @@ using System.Windows.Forms; using SmartX; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterSystemJudgmentAuto : UserControl { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentManual.Designer.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentManual.Designer.cs index 8a5a572..6ba8252 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentManual.Designer.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentManual.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterSystemJudgmentManual { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentManual.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentManual.cs index 66e6fd8..31780f9 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentManual.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentManual.cs @@ -7,13 +7,13 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; using SmartX; using System.Collections.ObjectModel; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterSystemJudgmentManual : UserControl { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentSelect.Designer.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentSelect.Designer.cs index 03f59aa..ed056ee 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentSelect.Designer.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentSelect.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterSystemJudgmentSelect { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentSelect.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentSelect.cs index d09c1a3..439ba6f 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentSelect.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentSelect.cs @@ -7,11 +7,11 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterSystemJudgmentSelect : UserControl { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentSetting2.Designer.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentSetting2.Designer.cs index 77a0dea..9d4524b 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentSetting2.Designer.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentSetting2.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterSystemJudgmentSetting2 { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentSetting2.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentSetting2.cs index cfd8a7c..6b18eb1 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentSetting2.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemJudgmentSetting2.cs @@ -7,13 +7,13 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; using SmartX; using System.Collections.ObjectModel; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterSystemJudgmentSetting2 : UserControl { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemSorterSetting.Designer.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemSorterSetting.Designer.cs index f32b7d6..628629a 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemSorterSetting.Designer.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemSorterSetting.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlCenterSystemSorterSetting { diff --git a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemSorterSetting.cs b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemSorterSetting.cs index aea5cb9..8bbc16a 100644 --- a/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemSorterSetting.cs +++ b/ITC81DB_0H/Controls/CenterSystem/ControlCenterSystemSorterSetting.cs @@ -7,11 +7,11 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -using ITC81DB.DialogForms; +using ITC81DB_0H.DialogForms; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlCenterSystemSorterSetting : UserControl { diff --git a/ITC81DB_0H/Controls/Etc/ControlBasicRandomMode.Designer.cs b/ITC81DB_0H/Controls/Etc/ControlBasicRandomMode.Designer.cs index 275215c..6b36f04 100644 --- a/ITC81DB_0H/Controls/Etc/ControlBasicRandomMode.Designer.cs +++ b/ITC81DB_0H/Controls/Etc/ControlBasicRandomMode.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlBasicRandomMode { diff --git a/ITC81DB_0H/Controls/Etc/ControlBasicRandomMode.cs b/ITC81DB_0H/Controls/Etc/ControlBasicRandomMode.cs index 17ee1a9..20f01dc 100644 --- a/ITC81DB_0H/Controls/Etc/ControlBasicRandomMode.cs +++ b/ITC81DB_0H/Controls/Etc/ControlBasicRandomMode.cs @@ -11,11 +11,11 @@ using System.Text; using System.Threading; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -using ITC81DB.DialogForms; +using ITC81DB_0H.DialogForms; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlBasicRandomMode : UserControl { diff --git a/ITC81DB_0H/Controls/Etc/ControlConfiEthernetLocalIP.Designer.cs b/ITC81DB_0H/Controls/Etc/ControlConfiEthernetLocalIP.Designer.cs index 269f29d..d4efd9f 100644 --- a/ITC81DB_0H/Controls/Etc/ControlConfiEthernetLocalIP.Designer.cs +++ b/ITC81DB_0H/Controls/Etc/ControlConfiEthernetLocalIP.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlConfiEthernetLocalIP { diff --git a/ITC81DB_0H/Controls/Etc/ControlConfiEthernetLocalIP.cs b/ITC81DB_0H/Controls/Etc/ControlConfiEthernetLocalIP.cs index 2632c8a..26011c9 100644 --- a/ITC81DB_0H/Controls/Etc/ControlConfiEthernetLocalIP.cs +++ b/ITC81DB_0H/Controls/Etc/ControlConfiEthernetLocalIP.cs @@ -7,11 +7,11 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -using ITC81DB.DialogForms; +using ITC81DB_0H.DialogForms; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlConfiEthernetLocalIP : UserControl { diff --git a/ITC81DB_0H/Controls/Etc/ControlConfiOptionBoard1.Designer.cs b/ITC81DB_0H/Controls/Etc/ControlConfiOptionBoard1.Designer.cs index c041379..4387550 100644 --- a/ITC81DB_0H/Controls/Etc/ControlConfiOptionBoard1.Designer.cs +++ b/ITC81DB_0H/Controls/Etc/ControlConfiOptionBoard1.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlConfiOptionBoard1 { diff --git a/ITC81DB_0H/Controls/Etc/ControlConfiOptionBoard1.cs b/ITC81DB_0H/Controls/Etc/ControlConfiOptionBoard1.cs index b8aa289..1cb5eb9 100644 --- a/ITC81DB_0H/Controls/Etc/ControlConfiOptionBoard1.cs +++ b/ITC81DB_0H/Controls/Etc/ControlConfiOptionBoard1.cs @@ -8,11 +8,11 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -using ITC81DB.DialogForms; +using ITC81DB_0H.DialogForms; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlConfiOptionBoard1 : UserControl { diff --git a/ITC81DB_0H/Controls/Etc/ControlConfiOptionBoard2.Designer.cs b/ITC81DB_0H/Controls/Etc/ControlConfiOptionBoard2.Designer.cs index 399493f..b677103 100644 --- a/ITC81DB_0H/Controls/Etc/ControlConfiOptionBoard2.Designer.cs +++ b/ITC81DB_0H/Controls/Etc/ControlConfiOptionBoard2.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlConfiOptionBoard2 { diff --git a/ITC81DB_0H/Controls/Etc/ControlConfiOptionBoard2.cs b/ITC81DB_0H/Controls/Etc/ControlConfiOptionBoard2.cs index b98b1d1..427f22a 100644 --- a/ITC81DB_0H/Controls/Etc/ControlConfiOptionBoard2.cs +++ b/ITC81DB_0H/Controls/Etc/ControlConfiOptionBoard2.cs @@ -8,10 +8,10 @@ using System.Text; using System.Windows.Forms; using ITC81DB_ImageDll; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlConfiOptionBoard2 : UserControl { diff --git a/ITC81DB_0H/Controls/Etc/ControlConfiSerialBarcode.Designer.cs b/ITC81DB_0H/Controls/Etc/ControlConfiSerialBarcode.Designer.cs index 97ed921..c6a0162 100644 --- a/ITC81DB_0H/Controls/Etc/ControlConfiSerialBarcode.Designer.cs +++ b/ITC81DB_0H/Controls/Etc/ControlConfiSerialBarcode.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB +namespace ITC81DB_0H { partial class ControlConfiSerialBarcode { diff --git a/ITC81DB_0H/Controls/Etc/ControlConfiSerialBarcode.cs b/ITC81DB_0H/Controls/Etc/ControlConfiSerialBarcode.cs index 71eb0a3..90187ce 100644 --- a/ITC81DB_0H/Controls/Etc/ControlConfiSerialBarcode.cs +++ b/ITC81DB_0H/Controls/Etc/ControlConfiSerialBarcode.cs @@ -9,11 +9,11 @@ using System.Windows.Forms; using System.Threading; using SmartX; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -using ITC81DB.DialogForms; +using ITC81DB_0H.DialogForms; -namespace ITC81DB +namespace ITC81DB_0H { public partial class ControlConfiSerialBarcode : UserControl { diff --git a/ITC81DB_0H/Controls/Etc/ControlConfiSerialHitachi.Designer.cs b/ITC81DB_0H/Controls/Etc/ControlConfiSerialHitachi.Designer.cs index 453b8e8..e99da3f 100644 --- a/ITC81DB_0H/Controls/Etc/ControlConfiSerialHitachi.Designer.cs +++ b/ITC81DB_0H/Controls/Etc/ControlConfiSerialHitachi.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB +namespace ITC81DB_0H { partial class ControlConfiSerialHitachi { diff --git a/ITC81DB_0H/Controls/Etc/ControlConfiSerialHitachi.cs b/ITC81DB_0H/Controls/Etc/ControlConfiSerialHitachi.cs index 28dff9f..6e788d2 100644 --- a/ITC81DB_0H/Controls/Etc/ControlConfiSerialHitachi.cs +++ b/ITC81DB_0H/Controls/Etc/ControlConfiSerialHitachi.cs @@ -11,11 +11,11 @@ using System.Text; using System.Threading; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -using ITC81DB.DialogForms; +using ITC81DB_0H.DialogForms; -namespace ITC81DB +namespace ITC81DB_0H { public partial class ControlConfiSerialHitachi : UserControl { diff --git a/ITC81DB_0H/Controls/Etc/ControlConfiSerialMarkoPrint.Designer.cs b/ITC81DB_0H/Controls/Etc/ControlConfiSerialMarkoPrint.Designer.cs index 138e965..6f26c52 100644 --- a/ITC81DB_0H/Controls/Etc/ControlConfiSerialMarkoPrint.Designer.cs +++ b/ITC81DB_0H/Controls/Etc/ControlConfiSerialMarkoPrint.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB +namespace ITC81DB_0H { partial class ControlConfiSerialMarkoPrint { diff --git a/ITC81DB_0H/Controls/Etc/ControlConfiSerialMarkoPrint.cs b/ITC81DB_0H/Controls/Etc/ControlConfiSerialMarkoPrint.cs index 16f5cf4..1c67b7b 100644 --- a/ITC81DB_0H/Controls/Etc/ControlConfiSerialMarkoPrint.cs +++ b/ITC81DB_0H/Controls/Etc/ControlConfiSerialMarkoPrint.cs @@ -7,11 +7,11 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -using ITC81DB.DialogForms; +using ITC81DB_0H.DialogForms; -namespace ITC81DB +namespace ITC81DB_0H { public partial class ControlConfiSerialMarkoPrint : UserControl { diff --git a/ITC81DB_0H/Controls/Etc/ControlConfiSerialUserDefine.cs b/ITC81DB_0H/Controls/Etc/ControlConfiSerialUserDefine.cs index b3e30ba..270b36c 100644 --- a/ITC81DB_0H/Controls/Etc/ControlConfiSerialUserDefine.cs +++ b/ITC81DB_0H/Controls/Etc/ControlConfiSerialUserDefine.cs @@ -10,10 +10,10 @@ using System.Text; using System.Threading; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB +namespace ITC81DB_0H { public partial class ControlConfiSerialUserDefine : UserControl { diff --git a/ITC81DB_0H/Controls/Etc/ControlConfiSerialUserDefine.designer.cs b/ITC81DB_0H/Controls/Etc/ControlConfiSerialUserDefine.designer.cs index cbd980f..3bef9b3 100644 --- a/ITC81DB_0H/Controls/Etc/ControlConfiSerialUserDefine.designer.cs +++ b/ITC81DB_0H/Controls/Etc/ControlConfiSerialUserDefine.designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB +namespace ITC81DB_0H { partial class ControlConfiSerialUserDefine { diff --git a/ITC81DB_0H/Controls/Etc/ControlUserGroupEditor.Designer.cs b/ITC81DB_0H/Controls/Etc/ControlUserGroupEditor.Designer.cs index 11e1640..719be04 100644 --- a/ITC81DB_0H/Controls/Etc/ControlUserGroupEditor.Designer.cs +++ b/ITC81DB_0H/Controls/Etc/ControlUserGroupEditor.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlUserGroupEditor { diff --git a/ITC81DB_0H/Controls/Etc/ControlUserGroupEditor.cs b/ITC81DB_0H/Controls/Etc/ControlUserGroupEditor.cs index 639f92e..a5ead26 100644 --- a/ITC81DB_0H/Controls/Etc/ControlUserGroupEditor.cs +++ b/ITC81DB_0H/Controls/Etc/ControlUserGroupEditor.cs @@ -7,9 +7,9 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlUserGroupEditor : UserControl { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayAlarm.Designer.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayAlarm.Designer.cs index 448f172..9676ce9 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayAlarm.Designer.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayAlarm.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlMainDisplayAlarm { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayAlarm.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayAlarm.cs index 7d64453..88ba825 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayAlarm.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayAlarm.cs @@ -7,7 +7,7 @@ using System.Data; using System.Text; using System.Windows.Forms; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlMainDisplayAlarm : UserControl { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayFeedback.Designer.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayFeedback.Designer.cs index 9e218ba..59c8597 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayFeedback.Designer.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayFeedback.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB +namespace ITC81DB_0H { partial class ControlMainDisplayFeedback { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayFeedback.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayFeedback.cs index 3b1eb8a..22fec27 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayFeedback.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayFeedback.cs @@ -7,11 +7,11 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -using ITC81DB.DialogForms; +using ITC81DB_0H.DialogForms; -namespace ITC81DB +namespace ITC81DB_0H { public partial class ControlMainDisplayFeedback : UserControl { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayMenu.Designer.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayMenu.Designer.cs index 8c209fc..4a7da59 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayMenu.Designer.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayMenu.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlMainDisplayMenu { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayMenu.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayMenu.cs index 7d41642..5fc4ae6 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayMenu.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayMenu.cs @@ -8,11 +8,11 @@ using System.Text; using System.Windows.Forms; using SmartX; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlMainDisplayMenu : UserControl { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStart.Designer.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStart.Designer.cs index 413125f..ca37145 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStart.Designer.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStart.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlMainDisplayStart { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStart.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStart.cs index e999781..86ab9be 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStart.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStart.cs @@ -8,11 +8,11 @@ using System.Text; using System.Windows.Forms; using SmartX; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlMainDisplayStart : UserControl { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStartGrapht.Designer.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStartGrapht.Designer.cs index f316a2b..75d3b2b 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStartGrapht.Designer.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStartGrapht.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlMainDisplayStartGraph { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStartGrapht.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStartGrapht.cs index d66bed8..d685e5f 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStartGrapht.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStartGrapht.cs @@ -8,11 +8,11 @@ using System.Text; using System.Windows.Forms; using SmartX; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlMainDisplayStartGraph : UserControl { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStartList.Designer.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStartList.Designer.cs index 68ca8b7..e31bb40 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStartList.Designer.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStartList.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlMainDisplayStartList { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStartList.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStartList.cs index 4c6dcb7..9f13f17 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStartList.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStartList.cs @@ -7,10 +7,10 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlMainDisplayStartList : UserControl { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStopDataStatistics.Designer.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStopDataStatistics.Designer.cs index 74172b7..8f797cf 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStopDataStatistics.Designer.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStopDataStatistics.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlMainDisplayStopDataStatistics { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStopDataStatistics.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStopDataStatistics.cs index 203e13d..0031b08 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStopDataStatistics.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayStopDataStatistics.cs @@ -7,10 +7,10 @@ using System.Data; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlMainDisplayStopDataStatistics : UserControl { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayWeightBigScreen.Designer.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayWeightBigScreen.Designer.cs index 7dc695a..a534e2a 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayWeightBigScreen.Designer.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayWeightBigScreen.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB +namespace ITC81DB_0H { partial class ControlMainDisplayWeightBigScreen { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayWeightBigScreen.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayWeightBigScreen.cs index 29f3b35..07ffbaa 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayWeightBigScreen.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayWeightBigScreen.cs @@ -8,11 +8,11 @@ using System.Text; using System.Windows.Forms; using SmartX; -using ITC81DB.DialogForms; -using ITC81DB.Forms; +using ITC81DB_0H.DialogForms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB +namespace ITC81DB_0H { public partial class ControlMainDisplayWeightBigScreen : UserControl { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayWeightSmall.Designer.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayWeightSmall.Designer.cs index 3dcf0d5..6b8506d 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayWeightSmall.Designer.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayWeightSmall.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { partial class ControlMainDisplayWeightSmall { diff --git a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayWeightSmall.cs b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayWeightSmall.cs index 8d105fa..ae6ec55 100644 --- a/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayWeightSmall.cs +++ b/ITC81DB_0H/Controls/MainDisplay/ControlMainDisplayWeightSmall.cs @@ -8,10 +8,10 @@ using System.Text; using System.Windows.Forms; using SmartX; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.Controls +namespace ITC81DB_0H.Controls { public partial class ControlMainDisplayWeightSmall : UserControl { diff --git a/ITC81DB_0H/DataStore.cs b/ITC81DB_0H/DataStore.cs index ee59b52..011635c 100644 --- a/ITC81DB_0H/DataStore.cs +++ b/ITC81DB_0H/DataStore.cs @@ -5,7 +5,7 @@ using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; -namespace ITC81DB +namespace ITC81DB_0H { public class DataStore { diff --git a/ITC81DB_0H/DialogForms/DialogFormLogOn.Designer.cs b/ITC81DB_0H/DialogForms/DialogFormLogOn.Designer.cs index c4758ba..dab48ef 100644 --- a/ITC81DB_0H/DialogForms/DialogFormLogOn.Designer.cs +++ b/ITC81DB_0H/DialogForms/DialogFormLogOn.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.DialogForms +namespace ITC81DB_0H.DialogForms { partial class DialogFormLogOn { diff --git a/ITC81DB_0H/DialogForms/DialogFormLogOn.cs b/ITC81DB_0H/DialogForms/DialogFormLogOn.cs index 944e386..687e8d0 100644 --- a/ITC81DB_0H/DialogForms/DialogFormLogOn.cs +++ b/ITC81DB_0H/DialogForms/DialogFormLogOn.cs @@ -7,10 +7,10 @@ using System.Drawing; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; using ITC81DB_ImageDll; -namespace ITC81DB.DialogForms +namespace ITC81DB_0H.DialogForms { public partial class DialogFormLogOn : Form { diff --git a/ITC81DB_0H/DialogForms/DialogFormMessage.Designer.cs b/ITC81DB_0H/DialogForms/DialogFormMessage.Designer.cs index 2102986..ca153c3 100644 --- a/ITC81DB_0H/DialogForms/DialogFormMessage.Designer.cs +++ b/ITC81DB_0H/DialogForms/DialogFormMessage.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.DialogForms +namespace ITC81DB_0H.DialogForms { partial class DialogFormMessage { diff --git a/ITC81DB_0H/DialogForms/DialogFormMessage.cs b/ITC81DB_0H/DialogForms/DialogFormMessage.cs index 3bd6b9a..8891a3b 100644 --- a/ITC81DB_0H/DialogForms/DialogFormMessage.cs +++ b/ITC81DB_0H/DialogForms/DialogFormMessage.cs @@ -7,9 +7,9 @@ using System.Drawing; using System.Text; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; -namespace ITC81DB.DialogForms +namespace ITC81DB_0H.DialogForms { public partial class DialogFormMessage : Form { diff --git a/ITC81DB_0H/DialogForms/DialogFormNumKeyPad.Designer.cs b/ITC81DB_0H/DialogForms/DialogFormNumKeyPad.Designer.cs index 9060458..db65290 100644 --- a/ITC81DB_0H/DialogForms/DialogFormNumKeyPad.Designer.cs +++ b/ITC81DB_0H/DialogForms/DialogFormNumKeyPad.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.DialogForms +namespace ITC81DB_0H.DialogForms { partial class DialogFormNumKeyPad { diff --git a/ITC81DB_0H/DialogForms/DialogFormNumKeyPad.cs b/ITC81DB_0H/DialogForms/DialogFormNumKeyPad.cs index 527a99f..0fbb94a 100644 --- a/ITC81DB_0H/DialogForms/DialogFormNumKeyPad.cs +++ b/ITC81DB_0H/DialogForms/DialogFormNumKeyPad.cs @@ -10,7 +10,7 @@ using System.Windows.Forms; using SmartX; using ITC81DB_ImageDll; -namespace ITC81DB.DialogForms +namespace ITC81DB_0H.DialogForms { public partial class DialogFormNumKeyPad : Form { diff --git a/ITC81DB_0H/DialogForms/DialogFormPasswordKeyPad.Designer.cs b/ITC81DB_0H/DialogForms/DialogFormPasswordKeyPad.Designer.cs index 51bec29..af9c213 100644 --- a/ITC81DB_0H/DialogForms/DialogFormPasswordKeyPad.Designer.cs +++ b/ITC81DB_0H/DialogForms/DialogFormPasswordKeyPad.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.DialogForms +namespace ITC81DB_0H.DialogForms { partial class DialogFormPasswordKeyPad { diff --git a/ITC81DB_0H/DialogForms/DialogFormPasswordKeyPad.cs b/ITC81DB_0H/DialogForms/DialogFormPasswordKeyPad.cs index 33daae6..7c6d580 100644 --- a/ITC81DB_0H/DialogForms/DialogFormPasswordKeyPad.cs +++ b/ITC81DB_0H/DialogForms/DialogFormPasswordKeyPad.cs @@ -10,7 +10,7 @@ using System.Windows.Forms; using SmartX; using ITC81DB_ImageDll; -namespace ITC81DB.DialogForms +namespace ITC81DB_0H.DialogForms { public partial class DialogFormPasswordKeyPad : Form { diff --git a/ITC81DB_0H/DialogForms/DialogFormPasswordKeyPad1.Designer.cs b/ITC81DB_0H/DialogForms/DialogFormPasswordKeyPad1.Designer.cs index 2bef984..7f36148 100644 --- a/ITC81DB_0H/DialogForms/DialogFormPasswordKeyPad1.Designer.cs +++ b/ITC81DB_0H/DialogForms/DialogFormPasswordKeyPad1.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.DialogForms +namespace ITC81DB_0H.DialogForms { partial class DialogFormPasswordKeyPad1 { diff --git a/ITC81DB_0H/DialogForms/DialogFormPasswordKeyPad1.cs b/ITC81DB_0H/DialogForms/DialogFormPasswordKeyPad1.cs index 09af199..4ecd94a 100644 --- a/ITC81DB_0H/DialogForms/DialogFormPasswordKeyPad1.cs +++ b/ITC81DB_0H/DialogForms/DialogFormPasswordKeyPad1.cs @@ -10,7 +10,7 @@ using System.Windows.Forms; using SmartX; using ITC81DB_ImageDll; -namespace ITC81DB.DialogForms +namespace ITC81DB_0H.DialogForms { public partial class DialogFormPasswordKeyPad1 : Form { diff --git a/ITC81DB_0H/DialogForms/DialogFormProductList.Designer.cs b/ITC81DB_0H/DialogForms/DialogFormProductList.Designer.cs index 4aa1a21..e06d6e8 100644 --- a/ITC81DB_0H/DialogForms/DialogFormProductList.Designer.cs +++ b/ITC81DB_0H/DialogForms/DialogFormProductList.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.DialogForms +namespace ITC81DB_0H.DialogForms { partial class DialogFormProductList { diff --git a/ITC81DB_0H/DialogForms/DialogFormProductList.cs b/ITC81DB_0H/DialogForms/DialogFormProductList.cs index 27315b0..97e21d4 100644 --- a/ITC81DB_0H/DialogForms/DialogFormProductList.cs +++ b/ITC81DB_0H/DialogForms/DialogFormProductList.cs @@ -10,7 +10,7 @@ using System.Windows.Forms; using SmartX; -namespace ITC81DB.DialogForms +namespace ITC81DB_0H.DialogForms { public partial class DialogFormProductList : Form { diff --git a/ITC81DB_0H/DialogForms/DialogFormYesNo.Designer.cs b/ITC81DB_0H/DialogForms/DialogFormYesNo.Designer.cs index e122de9..42ad91c 100644 --- a/ITC81DB_0H/DialogForms/DialogFormYesNo.Designer.cs +++ b/ITC81DB_0H/DialogForms/DialogFormYesNo.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.DialogForms +namespace ITC81DB_0H.DialogForms { partial class DialogFormYesNo { diff --git a/ITC81DB_0H/DialogForms/DialogFormYesNo.cs b/ITC81DB_0H/DialogForms/DialogFormYesNo.cs index 2676259..0bbd957 100644 --- a/ITC81DB_0H/DialogForms/DialogFormYesNo.cs +++ b/ITC81DB_0H/DialogForms/DialogFormYesNo.cs @@ -7,7 +7,7 @@ using System.Drawing; using System.Text; using System.Windows.Forms; -namespace ITC81DB.DialogForms +namespace ITC81DB_0H.DialogForms { public partial class DialogFormYesNo : Form { diff --git a/ITC81DB_0H/Ethernet.cs b/ITC81DB_0H/Ethernet.cs index 9c96c65..d770e05 100644 --- a/ITC81DB_0H/Ethernet.cs +++ b/ITC81DB_0H/Ethernet.cs @@ -8,7 +8,7 @@ using System.Threading; using SmartX; -namespace ITC81DB +namespace ITC81DB_0H { public class Ethernet { diff --git a/ITC81DB_0H/Forms/FormMain.Designer.cs b/ITC81DB_0H/Forms/FormMain.Designer.cs index 5a5d80a..34d7bfb 100644 --- a/ITC81DB_0H/Forms/FormMain.Designer.cs +++ b/ITC81DB_0H/Forms/FormMain.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Forms +namespace ITC81DB_0H.Forms { partial class FormMain { diff --git a/ITC81DB_0H/Forms/FormMain.cs b/ITC81DB_0H/Forms/FormMain.cs index 80a919e..b2ab63b 100644 --- a/ITC81DB_0H/Forms/FormMain.cs +++ b/ITC81DB_0H/Forms/FormMain.cs @@ -12,9 +12,9 @@ using System.Threading; using System.Windows.Forms; using SmartX; -using ITC81DB.DialogForms; +using ITC81DB_0H.DialogForms; -namespace ITC81DB.Forms +namespace ITC81DB_0H.Forms { public partial class FormMain : Form { diff --git a/ITC81DB_0H/Forms/FormMain.resx b/ITC81DB_0H/Forms/FormMain.resx index f0a187c..02e2524 100644 --- a/ITC81DB_0H/Forms/FormMain.resx +++ b/ITC81DB_0H/Forms/FormMain.resx @@ -169,6 +169,6 @@ False - 95 + 92 \ No newline at end of file diff --git a/ITC81DB_0H/Forms/FormMainDisplay.Designer.cs b/ITC81DB_0H/Forms/FormMainDisplay.Designer.cs index 2635bd4..d1245b3 100644 --- a/ITC81DB_0H/Forms/FormMainDisplay.Designer.cs +++ b/ITC81DB_0H/Forms/FormMainDisplay.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Forms +namespace ITC81DB_0H.Forms { partial class FormMainDisplay { diff --git a/ITC81DB_0H/Forms/FormMainDisplay.cs b/ITC81DB_0H/Forms/FormMainDisplay.cs index 479a9eb..7bd7707 100644 --- a/ITC81DB_0H/Forms/FormMainDisplay.cs +++ b/ITC81DB_0H/Forms/FormMainDisplay.cs @@ -10,11 +10,11 @@ using System.Threading; using System.Windows.Forms; using SmartX; -using ITC81DB.Controls; -using ITC81DB.DialogForms; +using ITC81DB_0H.Controls; +using ITC81DB_0H.DialogForms; using ITC81DB_ImageDll; -namespace ITC81DB.Forms +namespace ITC81DB_0H.Forms { public partial class FormMainDisplay : Form { diff --git a/ITC81DB_0H/Forms/FormMenu.Designer.cs b/ITC81DB_0H/Forms/FormMenu.Designer.cs index 9fd8a9e..b5fccf5 100644 --- a/ITC81DB_0H/Forms/FormMenu.Designer.cs +++ b/ITC81DB_0H/Forms/FormMenu.Designer.cs @@ -1,4 +1,4 @@ -namespace ITC81DB.Forms +namespace ITC81DB_0H.Forms { partial class FormMenu { diff --git a/ITC81DB_0H/Forms/FormMenu.cs b/ITC81DB_0H/Forms/FormMenu.cs index 0d695a1..49869b2 100644 --- a/ITC81DB_0H/Forms/FormMenu.cs +++ b/ITC81DB_0H/Forms/FormMenu.cs @@ -9,11 +9,11 @@ using System.Text; using System.Windows.Forms; using SmartX; -using ITC81DB.Controls; -using ITC81DB.DialogForms; +using ITC81DB_0H.Controls; +using ITC81DB_0H.DialogForms; using ITC81DB_ImageDll; -namespace ITC81DB.Forms +namespace ITC81DB_0H.Forms { public partial class FormMenu : Form { diff --git a/ITC81DB_0H/Helper.cs b/ITC81DB_0H/Helper.cs index 6999b16..f8a92a2 100644 --- a/ITC81DB_0H/Helper.cs +++ b/ITC81DB_0H/Helper.cs @@ -3,7 +3,7 @@ using System.Linq; using System.Collections.Generic; using System.Text; -namespace ITC81DB +namespace ITC81DB_0H { public class Helper { diff --git a/ITC81DB_0H/IntechGraphics.cs b/ITC81DB_0H/IntechGraphics.cs index c2d2b38..4ff5ee1 100644 --- a/ITC81DB_0H/IntechGraphics.cs +++ b/ITC81DB_0H/IntechGraphics.cs @@ -5,7 +5,7 @@ using System.Runtime.InteropServices; using System.Text; using System.Windows.Forms; -namespace ITC81DB +namespace ITC81DB_0H { public static class IntechGraphics { diff --git a/ITC81DB_0H/Program.cs b/ITC81DB_0H/Program.cs index 2035d70..7da3b54 100644 --- a/ITC81DB_0H/Program.cs +++ b/ITC81DB_0H/Program.cs @@ -3,9 +3,9 @@ using System.Linq; using System.Collections.Generic; using System.Windows.Forms; -using ITC81DB.Forms; +using ITC81DB_0H.Forms; -namespace ITC81DB +namespace ITC81DB_0H { static class Program { diff --git a/ITC81DB_0H/Properties/Resources.Designer.cs b/ITC81DB_0H/Properties/Resources.Designer.cs index aaff17f..3e9d2a2 100644 --- a/ITC81DB_0H/Properties/Resources.Designer.cs +++ b/ITC81DB_0H/Properties/Resources.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace ITC81DB.Properties { +namespace ITC81DB_0H.Properties { using System; diff --git a/ITC81DB_0H/bin/Release/ITC81DB.exe b/ITC81DB_0H/bin/Release/ITC81DB.exe index dfcb439..3341417 100644 Binary files a/ITC81DB_0H/bin/Release/ITC81DB.exe and b/ITC81DB_0H/bin/Release/ITC81DB.exe differ diff --git a/ITC81DB_0H/bin/Release/ITC81DB_ImageDll.dll b/ITC81DB_0H/bin/Release/ITC81DB_ImageDll.dll index 50bc0d6..b4e4660 100644 Binary files a/ITC81DB_0H/bin/Release/ITC81DB_ImageDll.dll and b/ITC81DB_0H/bin/Release/ITC81DB_ImageDll.dll differ diff --git a/ITC81DB_0H/obj/Release/ITC81DB.exe b/ITC81DB_0H/obj/Release/ITC81DB.exe index dfcb439..3341417 100644 Binary files a/ITC81DB_0H/obj/Release/ITC81DB.exe and b/ITC81DB_0H/obj/Release/ITC81DB.exe differ diff --git a/ITC81DB_0H/obj/Release/ITC81DB_0H.csproj.FileListAbsolute.txt b/ITC81DB_0H/obj/Release/ITC81DB_0H.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..73626ab --- /dev/null +++ b/ITC81DB_0H/obj/Release/ITC81DB_0H.csproj.FileListAbsolute.txt @@ -0,0 +1,78 @@ +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ResolveAssemblyReference.cache +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterSystemJudgmentAuto.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterSystemJudgmentSelect.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterEquipEngineer.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.ControlCenterInforSystem3.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlBottomConfiguration.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlBottomEquipment.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlBottomInformation.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlBottomSystem.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterBasicHelp.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterBasicTime.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterBasicProduct.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterBasicDataBackup.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterBasicDataStatistics.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlBottomBasic.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.ControlCenterConfiCountingOutput.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterConfiEthernet.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterConfiHelp.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterConfiOption.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterConfiOptionBoard.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterConfiSerial.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterEquipFunctionSetting.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterEquipHelp.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterEquipInitialize.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterEquipTest.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterEquipUpdate.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterEquipUser.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterEquipUserGroupEditor.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterInforAS.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterInforHelp.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterInforSystem.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.ControlCenterInforSystem2.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterSystemCalibration.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterSystemAutoZero.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterSystemExternalOutput.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterSystemHelp.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.ControlCenterSystemSorterSetting.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlCenterSystemJudgmentSetting2.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.ControlConfiSerialBarcode.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.ControlConfiSerialHitachi.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.ControlConfiSerialMarkoPrint.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.ControlConfiSerialUserDefine.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlConfiOptionBoard1.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlConfiOptionBoard2.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlUserGroupEditor.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlMainDisplayAlarm.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.ControlMainDisplayFeedback.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlMainDisplayStopDataStatistics.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlMainDisplayMenu.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlMainDisplayStart.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlMainDisplayStartList.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlMainDisplayStartGraph.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.ControlMainDisplayWeightBigScreen.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Controls.ControlMainDisplayWeightSmall.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.DialogForms.DialogFormLogOn.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.DialogForms.DialogFormPasswordKeyPad1.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.DialogForms.DialogFormMessage.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.DialogForms.DialogFormNumKeyPad.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.DialogForms.DialogFormPasswordKeyPad.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.DialogForms.DialogFormProductList.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.DialogForms.DialogFormYesNo.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Forms.FormMain.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Forms.FormMainDisplay.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Forms.FormMenu.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB.Properties.Resources.resources +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.csproj.GenerateResource.Cache +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB.exe +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB.pdb +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\bin\Release\ITC81DB.exe +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\bin\Release\ITC81DB.pdb +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\bin\Release\ITC81DB_ImageDll.dll +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\bin\Release\SmartX_IEC1000.dll +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\bin\Release\SmartXCommon.dll +D:\Laboratory\ITC81DB_0H\ITC81DB_0H\bin\Release\ITC81DB_ImageDll.pdb diff --git a/ITC81DB_0H/obj/Release/TempPE/Properties.Resources.Designer.cs.dll b/ITC81DB_0H/obj/Release/TempPE/Properties.Resources.Designer.cs.dll index 6930a96..16c8179 100644 Binary files a/ITC81DB_0H/obj/Release/TempPE/Properties.Resources.Designer.cs.dll and b/ITC81DB_0H/obj/Release/TempPE/Properties.Resources.Designer.cs.dll differ diff --git a/ITC81DB_ImageDll/ITC81DB_ImageDll/bin/Release/ITC81DB_ImageDll.dll b/ITC81DB_ImageDll/ITC81DB_ImageDll/bin/Release/ITC81DB_ImageDll.dll index 50bc0d6..b4e4660 100644 Binary files a/ITC81DB_ImageDll/ITC81DB_ImageDll/bin/Release/ITC81DB_ImageDll.dll and b/ITC81DB_ImageDll/ITC81DB_ImageDll/bin/Release/ITC81DB_ImageDll.dll differ