Compare commits
No commits in common. "master" and "V8.4.0" have entirely different histories.
|
@ -7,5 +7,3 @@ INT63DC_ImageDll/obj/Release/INT63DC_ImageDll.dll
|
||||||
INT63DC_ImageDll/obj/Release/INT63DC_ImageDll.pdb
|
INT63DC_ImageDll/obj/Release/INT63DC_ImageDll.pdb
|
||||||
INT63DC_2C.suo
|
INT63DC_2C.suo
|
||||||
INT63DC_ImageDll/bin/Release/INT63DC_ImageDll.dll
|
INT63DC_ImageDll/bin/Release/INT63DC_ImageDll.dll
|
||||||
INT63DC_ImageDll/obj/
|
|
||||||
INT63DC_2C/INT63DC_2C.csproj
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -145,7 +145,7 @@ namespace INT63DC_2C.Forms
|
||||||
break;
|
break;
|
||||||
case DataStore.LanguageID.Japanese:
|
case DataStore.LanguageID.Japanese:
|
||||||
#region Japanese
|
#region Japanese
|
||||||
this.labelTitle.Text = "キャリブレㅡション";
|
this.labelTitle.Text = "校正";
|
||||||
|
|
||||||
this.buttonStart.Text = "スタㅡト";
|
this.buttonStart.Text = "スタㅡト";
|
||||||
this.buttonBalance.Text = "バランス";
|
this.buttonBalance.Text = "バランス";
|
||||||
|
@ -155,7 +155,7 @@ namespace INT63DC_2C.Forms
|
||||||
this.groupBoxHelp.Text = "ヘルプ";
|
this.groupBoxHelp.Text = "ヘルプ";
|
||||||
this.labelStaticBalanceWeight.Text = "バランス重量";
|
this.labelStaticBalanceWeight.Text = "バランス重量";
|
||||||
this.labelStaticMaxWeight.Text = "最大重量";
|
this.labelStaticMaxWeight.Text = "最大重量";
|
||||||
this.labelStaticDigit.Text = "目量";
|
this.labelStaticDigit.Text = "桁";
|
||||||
|
|
||||||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
|
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
|
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
|
||||||
|
@ -270,7 +270,7 @@ namespace INT63DC_2C.Forms
|
||||||
this.listBoxHelp.Items.Add("Zeile die Taste [Start].");
|
this.listBoxHelp.Items.Add("Zeile die Taste [Start].");
|
||||||
break;
|
break;
|
||||||
case DataStore.LanguageID.Japanese:
|
case DataStore.LanguageID.Japanese:
|
||||||
this.listBoxHelp.Items.Add("キャリブレㅡション");
|
this.listBoxHelp.Items.Add("較正");
|
||||||
this.listBoxHelp.Items.Add("レㅡンを選択したら、");
|
this.listBoxHelp.Items.Add("レㅡンを選択したら、");
|
||||||
this.listBoxHelp.Items.Add("[スタㅡト]ボタンを押します。");
|
this.listBoxHelp.Items.Add("[スタㅡト]ボタンを押します。");
|
||||||
break;
|
break;
|
||||||
|
@ -339,7 +339,7 @@ namespace INT63DC_2C.Forms
|
||||||
this.listBoxHelp.Items.Add("bitte warten");
|
this.listBoxHelp.Items.Add("bitte warten");
|
||||||
break;
|
break;
|
||||||
case DataStore.LanguageID.Japanese:
|
case DataStore.LanguageID.Japanese:
|
||||||
this.listBoxHelp.Items.Add("キャリブレㅡション開始");
|
this.listBoxHelp.Items.Add("校正開始");
|
||||||
this.listBoxHelp.Items.Add("待機する");
|
this.listBoxHelp.Items.Add("待機する");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
@ -369,7 +369,7 @@ namespace INT63DC_2C.Forms
|
||||||
this.listBoxHelp.Items.Add("Kalibrierung ab");
|
this.listBoxHelp.Items.Add("Kalibrierung ab");
|
||||||
break;
|
break;
|
||||||
case DataStore.LanguageID.Japanese:
|
case DataStore.LanguageID.Japanese:
|
||||||
this.listBoxHelp.Items.Add("キャリブレㅡションをキャンセルする");
|
this.listBoxHelp.Items.Add("校正をキャンセルする");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -425,7 +425,7 @@ namespace INT63DC_2C.Forms
|
||||||
this.listBoxHelp.Items.Add("Die Kalibrierung ist abgeschlossen.");
|
this.listBoxHelp.Items.Add("Die Kalibrierung ist abgeschlossen.");
|
||||||
break;
|
break;
|
||||||
case DataStore.LanguageID.Japanese:
|
case DataStore.LanguageID.Japanese:
|
||||||
this.listBoxHelp.Items.Add("キャリブレㅡション終了");
|
this.listBoxHelp.Items.Add("校正終了");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -457,7 +457,7 @@ namespace INT63DC_2C.Forms
|
||||||
this.listBoxHelp.Items.Add("Bitte noch einmal versuchen");
|
this.listBoxHelp.Items.Add("Bitte noch einmal versuchen");
|
||||||
break;
|
break;
|
||||||
case DataStore.LanguageID.Japanese:
|
case DataStore.LanguageID.Japanese:
|
||||||
this.listBoxHelp.Items.Add("キャリブレㅡションエラㅡ");
|
this.listBoxHelp.Items.Add("校正エラㅡ");
|
||||||
this.listBoxHelp.Items.Add("もうㅡ度試してください");
|
this.listBoxHelp.Items.Add("もうㅡ度試してください");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
@ -98,7 +98,7 @@ namespace INT63DC_2C.Forms
|
||||||
break;
|
break;
|
||||||
case DataStore.LanguageID.Japanese:
|
case DataStore.LanguageID.Japanese:
|
||||||
#region Japanese
|
#region Japanese
|
||||||
this.labelTitle.Text = "インフォメㅡション";
|
this.labelTitle.Text = "情報";
|
||||||
|
|
||||||
this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenDisable));
|
this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenDisable));
|
||||||
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenDown));
|
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnScreenDown));
|
||||||
|
@ -153,7 +153,7 @@ namespace INT63DC_2C.Forms
|
||||||
}
|
}
|
||||||
private void DefaultSetting()
|
private void DefaultSetting()
|
||||||
{
|
{
|
||||||
this.labelDisplayVer.Text = "8.4.1";
|
this.labelDisplayVer.Text = "8.4.0";
|
||||||
this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber;
|
this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber;
|
||||||
this.textBoxSerialNo.Location = new Point(395, 225);
|
this.textBoxSerialNo.Location = new Point(395, 225);
|
||||||
this.textBoxSerialNo.Visible = false;
|
this.textBoxSerialNo.Visible = false;
|
||||||
|
|
|
@ -88,9 +88,9 @@ namespace INT63DC_2C.Forms
|
||||||
case DataStore.LanguageID.Japanese:
|
case DataStore.LanguageID.Japanese:
|
||||||
#region Japanese
|
#region Japanese
|
||||||
this.labelTitle.Text = "更新";
|
this.labelTitle.Text = "更新";
|
||||||
this.labelUpdateWait.Text = "少しお待ちください...";
|
this.labelUpdateWait.Text = "少し待つ...";
|
||||||
this.labelUpdateWait2.Text = "USBを機器から取り外さないでください。";
|
this.labelUpdateWait2.Text = "USBを本体から抜かないこと";
|
||||||
this.labelUpdateRestart.Text = "機器の電源を再起動してください。";
|
this.labelUpdateRestart.Text = "電源をOFFにしてから電源をONにする";
|
||||||
#endregion
|
#endregion
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
@ -122,7 +122,7 @@ namespace INT63DC_2C.Forms
|
||||||
|
|
||||||
this.labelStaticMenu.Text = "メニュㅡ";
|
this.labelStaticMenu.Text = "メニュㅡ";
|
||||||
this.labelStaticTimeSetting.Text = "時間設定";
|
this.labelStaticTimeSetting.Text = "時間設定";
|
||||||
this.labelStaticInformation.Text = "インフォメㅡション";
|
this.labelStaticInformation.Text = "情報";
|
||||||
this.labelStaticDataBackup.Text = "デㅡタバックアップ";
|
this.labelStaticDataBackup.Text = "デㅡタバックアップ";
|
||||||
this.labelStaticCalibration.Text = "校正";
|
this.labelStaticCalibration.Text = "校正";
|
||||||
this.labelStaticConfiguration.Text = "構成";
|
this.labelStaticConfiguration.Text = "構成";
|
||||||
|
|
|
@ -0,0 +1,792 @@
|
||||||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
||||||
|
<PropertyGroup>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<ProductVersion>9.0.21022</ProductVersion>
|
||||||
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
|
<ProjectGuid>{9883F457-19A3-4676-931A-A2618D293E21}</ProjectGuid>
|
||||||
|
<OutputType>WinExe</OutputType>
|
||||||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
|
<RootNamespace>INT63DC_2C</RootNamespace>
|
||||||
|
<AssemblyName>INT63DC_2C</AssemblyName>
|
||||||
|
<ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||||
|
<PlatformFamilyName>WindowsCE</PlatformFamilyName>
|
||||||
|
<PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID>
|
||||||
|
<OSVersion>5.0</OSVersion>
|
||||||
|
<DeployDirSuffix>INT63DC_2C</DeployDirSuffix>
|
||||||
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||||
|
<NativePlatformName>Windows CE</NativePlatformName>
|
||||||
|
<FormFactorID>
|
||||||
|
</FormFactorID>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<Optimize>false</Optimize>
|
||||||
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
|
<DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
|
||||||
|
<NoStdLib>true</NoStdLib>
|
||||||
|
<NoConfig>true</NoConfig>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<FileAlignment>512</FileAlignment>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
<DebugType>pdbonly</DebugType>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
|
<DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
|
||||||
|
<NoStdLib>true</NoStdLib>
|
||||||
|
<NoConfig>true</NoConfig>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<FileAlignment>512</FileAlignment>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Reference Include="Microsoft.WindowsCE.Forms" />
|
||||||
|
<Reference Include="mscorlib" />
|
||||||
|
<Reference Include="SmartXCommon, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<SpecificVersion>False</SpecificVersion>
|
||||||
|
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_20210120\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartXCommon.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="SmartX_IEC1000, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<SpecificVersion>False</SpecificVersion>
|
||||||
|
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_20210120\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartX_IEC1000.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Core" />
|
||||||
|
<Reference Include="System.Xml.Linq" />
|
||||||
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
|
<Reference Include="System.Data" />
|
||||||
|
<Reference Include="System.Drawing" />
|
||||||
|
<Reference Include="System.Windows.Forms" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="Controls\ControlCalibration10.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration10.Designer.cs">
|
||||||
|
<DependentUpon>ControlCalibration10.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration12.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration12.Designer.cs">
|
||||||
|
<DependentUpon>ControlCalibration12.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration2.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration2.Designer.cs">
|
||||||
|
<DependentUpon>ControlCalibration2.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration3.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration3.Designer.cs">
|
||||||
|
<DependentUpon>ControlCalibration3.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration4.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration4.Designer.cs">
|
||||||
|
<DependentUpon>ControlCalibration4.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration5.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration5.Designer.cs">
|
||||||
|
<DependentUpon>ControlCalibration5.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration6.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration6.Designer.cs">
|
||||||
|
<DependentUpon>ControlCalibration6.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration8.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration8.Designer.cs">
|
||||||
|
<DependentUpon>ControlCalibration8.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlEquipmentTest.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlEquipmentTest.Designer.cs">
|
||||||
|
<DependentUpon>ControlEquipmentTest.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplay2.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplay2.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplay2.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplay3.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplay3.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplay3.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplay4.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplay4.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplay4.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplay5.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplay5.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplay5.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplay6.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplay6.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplay6.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayAlarm.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayAlarm.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayAlarm.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph10.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph10.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph10.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph12.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph12.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph12.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph2.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph2.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph2.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph3.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph3.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph3.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph4.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph4.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph4.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph5.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph5.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph5.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph6.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph6.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph6.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph8.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph8.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph8.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayEachBarGraph10.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayEachBarGraph10.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayEachBarGraph10.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayEachBarGraph12.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayEachBarGraph12.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayEachBarGraph12.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayEachBarGraph8.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayEachBarGraph8.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayEachBarGraph8.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayTable10.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayTable10.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayTable10.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayTable16.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayTable16.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayTable16.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayTable8.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayTable8.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayTable8.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration7.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration7.Designer.cs">
|
||||||
|
<DependentUpon>ControlCalibration7.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph7.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph7.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph7.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayEachBarGraph7.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayEachBarGraph7.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayEachBarGraph7.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayTable7.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayTable7.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayTable7.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlDynamicSetting.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlDynamicSetting.Designer.cs">
|
||||||
|
<DependentUpon>ControlDynamicSetting.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlUserGroupEditor.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlUserGroupEditor.Designer.cs">
|
||||||
|
<DependentUpon>ControlUserGroupEditor.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayEachBarGraph16.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayEachBarGraph16.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayEachBarGraph16.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayTable12.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayTable12.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayTable12.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration16.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlCalibration16.Designer.cs">
|
||||||
|
<DependentUpon>ControlCalibration16.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph16.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayDotGraph16.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph16.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayTable16_1.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayTable16_1.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayTable16_1.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayEachBarGraph6.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayEachBarGraph6.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayEachBarGraph6.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayTable6.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayTable6.Designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayTable6.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DataStore.cs" />
|
||||||
|
<Compile Include="DialogForms\DialogFormDataStatistics.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DialogForms\DialogFormDataStatistics.designer.cs">
|
||||||
|
<DependentUpon>DialogFormDataStatistics.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DialogForms\DialogFormLogOn.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DialogForms\DialogFormLogOn.Designer.cs">
|
||||||
|
<DependentUpon>DialogFormLogOn.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DialogForms\DialogFormPasswordKeyPad1.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DialogForms\DialogFormPasswordKeyPad1.Designer.cs">
|
||||||
|
<DependentUpon>DialogFormPasswordKeyPad1.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DialogForms\DialogFormMessage.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DialogForms\DialogFormMessage.Designer.cs">
|
||||||
|
<DependentUpon>DialogFormMessage.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DialogForms\DialogFormNumKeyPad.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DialogForms\DialogFormNumKeyPad.Designer.cs">
|
||||||
|
<DependentUpon>DialogFormNumKeyPad.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DialogForms\DialogFormPasswordKeyPad.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DialogForms\DialogFormPasswordKeyPad.Designer.cs">
|
||||||
|
<DependentUpon>DialogFormPasswordKeyPad.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DialogForms\DialogFormYesNo.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DialogForms\DialogFormYesNo.Designer.cs">
|
||||||
|
<DependentUpon>DialogFormYesNo.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormCalibration.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormCalibration.Designer.cs">
|
||||||
|
<DependentUpon>FormCalibration.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormConfiguration.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormConfiguration.Designer.cs">
|
||||||
|
<DependentUpon>FormConfiguration.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormDataBackup.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormDataBackup.Designer.cs">
|
||||||
|
<DependentUpon>FormDataBackup.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormDataStatistics.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormDataStatistics.designer.cs">
|
||||||
|
<DependentUpon>FormDataStatistics.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormEquipmentSetting.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormEquipmentSetting.Designer.cs">
|
||||||
|
<DependentUpon>FormEquipmentSetting.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormEquipmentTest.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormEquipmentTest.Designer.cs">
|
||||||
|
<DependentUpon>FormEquipmentTest.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormFactoryInitialize.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormFactoryInitialize.Designer.cs">
|
||||||
|
<DependentUpon>FormFactoryInitialize.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormInformation.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormInformation.Designer.cs">
|
||||||
|
<DependentUpon>FormInformation.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormIOTest.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormIOTest.Designer.cs">
|
||||||
|
<DependentUpon>FormIOTest.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormMain.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormMain.Designer.cs">
|
||||||
|
<DependentUpon>FormMain.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormMainDisplay.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormMainDisplay.Designer.cs">
|
||||||
|
<DependentUpon>FormMainDisplay.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormMenu.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormMenu.Designer.cs">
|
||||||
|
<DependentUpon>FormMenu.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormMotorSetting.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormMotorSetting.designer.cs">
|
||||||
|
<DependentUpon>FormMotorSetting.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormOptionSetting.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormOptionSetting.designer.cs">
|
||||||
|
<DependentUpon>FormOptionSetting.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormProgramUpdate.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormProgramUpdate.Designer.cs">
|
||||||
|
<DependentUpon>FormProgramUpdate.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormSystemSetting.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormSystemSetting.Designer.cs">
|
||||||
|
<DependentUpon>FormSystemSetting.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormTimeSetting.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormTimeSetting.Designer.cs">
|
||||||
|
<DependentUpon>FormTimeSetting.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormUserGroupEditor.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormUserGroupEditor.designer.cs">
|
||||||
|
<DependentUpon>FormUserGroupEditor.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormUserSetting.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormUserSetting.Designer.cs">
|
||||||
|
<DependentUpon>FormUserSetting.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Helper.cs" />
|
||||||
|
<Compile Include="IntechGraphics.cs" />
|
||||||
|
<Compile Include="Program.cs" />
|
||||||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
<EmbeddedResource Include="Controls\ControlCalibration10.resx">
|
||||||
|
<DependentUpon>ControlCalibration10.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlCalibration12.resx">
|
||||||
|
<DependentUpon>ControlCalibration12.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlCalibration2.resx">
|
||||||
|
<DependentUpon>ControlCalibration2.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlCalibration3.resx">
|
||||||
|
<DependentUpon>ControlCalibration3.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlCalibration4.resx">
|
||||||
|
<DependentUpon>ControlCalibration4.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlCalibration5.resx">
|
||||||
|
<DependentUpon>ControlCalibration5.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlCalibration6.resx">
|
||||||
|
<DependentUpon>ControlCalibration6.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlCalibration8.resx">
|
||||||
|
<DependentUpon>ControlCalibration8.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlEquipmentTest.resx">
|
||||||
|
<DependentUpon>ControlEquipmentTest.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplay2.resx">
|
||||||
|
<DependentUpon>ControlMainDisplay2.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplay3.resx">
|
||||||
|
<DependentUpon>ControlMainDisplay3.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplay4.resx">
|
||||||
|
<DependentUpon>ControlMainDisplay4.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplay5.resx">
|
||||||
|
<DependentUpon>ControlMainDisplay5.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplay6.resx">
|
||||||
|
<DependentUpon>ControlMainDisplay6.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayAlarm.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayAlarm.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayDotGraph10.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph10.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayDotGraph12.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph12.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayDotGraph2.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph2.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayDotGraph3.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph3.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayDotGraph4.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph4.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayDotGraph5.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph5.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayDotGraph6.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph6.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayDotGraph8.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph8.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayEachBarGraph10.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayEachBarGraph10.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayEachBarGraph12.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayEachBarGraph12.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayEachBarGraph8.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayEachBarGraph8.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayTable10.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayTable10.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayTable16.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayTable16.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayTable8.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayTable8.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlCalibration7.resx">
|
||||||
|
<DependentUpon>ControlCalibration7.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayDotGraph7.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph7.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayEachBarGraph7.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayEachBarGraph7.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayTable7.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayTable7.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlDynamicSetting.resx">
|
||||||
|
<DependentUpon>ControlDynamicSetting.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlUserGroupEditor.resx">
|
||||||
|
<DependentUpon>ControlUserGroupEditor.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayEachBarGraph16.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayEachBarGraph16.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayTable12.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayTable12.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlCalibration16.resx">
|
||||||
|
<DependentUpon>ControlCalibration16.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayDotGraph16.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayDotGraph16.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayTable16_1.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayTable16_1.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayEachBarGraph6.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayEachBarGraph6.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayTable6.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayTable6.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="DialogForms\DialogFormDataStatistics.resx">
|
||||||
|
<DependentUpon>DialogFormDataStatistics.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="DialogForms\DialogFormLogOn.resx">
|
||||||
|
<DependentUpon>DialogFormLogOn.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="DialogForms\DialogFormPasswordKeyPad1.resx">
|
||||||
|
<DependentUpon>DialogFormPasswordKeyPad1.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="DialogForms\DialogFormMessage.resx">
|
||||||
|
<DependentUpon>DialogFormMessage.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="DialogForms\DialogFormNumKeyPad.resx">
|
||||||
|
<DependentUpon>DialogFormNumKeyPad.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="DialogForms\DialogFormPasswordKeyPad.resx">
|
||||||
|
<DependentUpon>DialogFormPasswordKeyPad.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="DialogForms\DialogFormYesNo.resx">
|
||||||
|
<DependentUpon>DialogFormYesNo.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormCalibration.resx">
|
||||||
|
<DependentUpon>FormCalibration.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormConfiguration.resx">
|
||||||
|
<DependentUpon>FormConfiguration.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormDataBackup.resx">
|
||||||
|
<DependentUpon>FormDataBackup.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormDataStatistics.resx">
|
||||||
|
<DependentUpon>FormDataStatistics.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormEquipmentSetting.resx">
|
||||||
|
<DependentUpon>FormEquipmentSetting.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormEquipmentTest.resx">
|
||||||
|
<DependentUpon>FormEquipmentTest.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormFactoryInitialize.resx">
|
||||||
|
<DependentUpon>FormFactoryInitialize.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormInformation.resx">
|
||||||
|
<DependentUpon>FormInformation.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormIOTest.resx">
|
||||||
|
<DependentUpon>FormIOTest.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormMain.resx">
|
||||||
|
<DependentUpon>FormMain.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormMainDisplay.resx">
|
||||||
|
<DependentUpon>FormMainDisplay.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormMenu.resx">
|
||||||
|
<DependentUpon>FormMenu.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormMotorSetting.resx">
|
||||||
|
<DependentUpon>FormMotorSetting.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormOptionSetting.resx">
|
||||||
|
<DependentUpon>FormOptionSetting.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormProgramUpdate.resx">
|
||||||
|
<DependentUpon>FormProgramUpdate.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormSystemSetting.resx">
|
||||||
|
<DependentUpon>FormSystemSetting.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormTimeSetting.resx">
|
||||||
|
<DependentUpon>FormTimeSetting.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormUserGroupEditor.resx">
|
||||||
|
<DependentUpon>FormUserGroupEditor.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormUserSetting.resx">
|
||||||
|
<DependentUpon>FormUserSetting.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Properties\Resources.resx">
|
||||||
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<Compile Include="Properties\Resources.Designer.cs">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="SerialManger\SerialManager.cs" />
|
||||||
|
<Compile Include="SerialManger\SerialManager.Define.cs" />
|
||||||
|
<Compile Include="SerialManger\SerialManager.Structure.cs" />
|
||||||
|
<Compile Include="Serial_Define.cs" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="Version.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\INT63DC_ImageDll\INT63DC_ImageDll.csproj">
|
||||||
|
<Project>{FB3BC07B-5275-4579-9754-FCDFEC9C3E8A}</Project>
|
||||||
|
<Name>INT63DC_ImageDll</Name>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
|
||||||
|
<ProjectExtensions>
|
||||||
|
<VisualStudio>
|
||||||
|
<FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
|
||||||
|
<HostingProcess disable="1" />
|
||||||
|
</FlavorProperties>
|
||||||
|
</VisualStudio>
|
||||||
|
</ProjectExtensions>
|
||||||
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
<Target Name="BeforeBuild">
|
||||||
|
</Target>
|
||||||
|
<Target Name="AfterBuild">
|
||||||
|
</Target>
|
||||||
|
-->
|
||||||
|
</Project>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,272 @@
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\ResolveAssemblyReference.cache
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration10.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration12.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration8.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlEquipmentTest.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayAlarm.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph10.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph12.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph8.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph10.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph12.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph8.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable10.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable12.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable8.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration7.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph7.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph7.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable7.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlIOTest.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormDataStatistics.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormLogOn.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormPasswordKeyPad1.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormMessage.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormNumKeyPad.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormPasswordKeyPad.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormYesNo.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormCalibration.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormConfiguration.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormDataBackup.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormDataStatistics.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormEquipmentSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormEquipmentTest.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormFactoryInitialize.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormInformation.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormIOTest.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormMain.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormMainDisplay.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormMenu.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormMotorSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormOptionSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormProgramUpdate.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormSystemSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormTimeSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormUserSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.Properties.Resources.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.csproj.GenerateResource.Cache
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\bin\Debug\INT63DC_2C.exe
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\bin\Debug\INT63DC_2C.pdb
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\bin\Debug\INT63DC_ImageDll.dll
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\bin\Debug\SmartX_IEC1000.dll
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\bin\Debug\SmartXCommon.dll
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\bin\Debug\INT63DC_ImageDll.pdb
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.exe
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_7C(7-12 얼라인체커)\Code\INT63DC_2C\INT63DC_2C\obj\Debug\INT63DC_2C.pdb
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\bin\Debug\INT63DC_2C.exe
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\bin\Debug\INT63DC_2C.pdb
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\bin\Debug\INT63DC_ImageDll.dll
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\bin\Debug\SmartX_IEC1000.dll
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\bin\Debug\SmartXCommon.dll
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\bin\Debug\INT63DC_ImageDll.pdb
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\ResolveAssemblyReference.cache
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration10.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration12.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration2.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration3.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration4.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration5.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration6.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration8.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlEquipmentTest.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplay2.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplay3.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplay4.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplay5.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplay6.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayAlarm.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph10.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph12.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph2.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph3.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph4.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph5.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph6.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph8.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph10.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph12.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph8.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable10.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable12.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable8.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration7.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph7.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph7.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable7.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlDynamicSetting.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormDataStatistics.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormLogOn.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormPasswordKeyPad1.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormMessage.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormNumKeyPad.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormPasswordKeyPad.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormYesNo.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormCalibration.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormConfiguration.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormDataBackup.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormDataStatistics.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormEquipmentSetting.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormEquipmentTest.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormFactoryInitialize.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormInformation.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormIOTest.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormMain.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormMainDisplay.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormMenu.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormOptionSetting.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormProgramUpdate.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormSystemSetting.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormTimeSetting.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormUserSetting.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.Properties.Resources.resources
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.csproj.GenerateResource.Cache
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.exe
|
||||||
|
D:\Git\INT63DC_2C(2-12 얼라인)\INT63DC_2C\obj\Debug\INT63DC_2C.pdb
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\bin\Debug\INT63DC_2C.exe
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\bin\Debug\INT63DC_2C.pdb
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\bin\Debug\INT63DC_ImageDll.dll
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\bin\Debug\SmartX_IEC1000.dll
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\bin\Debug\SmartXCommon.dll
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\bin\Debug\INT63DC_ImageDll.pdb
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\ResolveAssemblyReference.cache
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration10.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration12.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration2.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration3.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration4.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration5.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration6.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration8.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlEquipmentTest.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplay2.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplay3.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplay4.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplay5.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplay6.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayAlarm.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph10.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph12.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph2.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph3.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph4.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph5.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph6.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph8.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph10.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph12.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph8.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable10.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable12.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable8.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration7.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph7.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph7.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable7.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlDynamicSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlUserGroupEditor.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormDataStatistics.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormLogOn.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormPasswordKeyPad1.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormMessage.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormNumKeyPad.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormPasswordKeyPad.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormYesNo.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormCalibration.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormConfiguration.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormDataBackup.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormDataStatistics.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormEquipmentSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormEquipmentTest.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormFactoryInitialize.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormInformation.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormIOTest.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormMain.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormMainDisplay.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormMenu.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormMotorSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormOptionSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormProgramUpdate.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormSystemSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormTimeSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormUserGroupEditor.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormUserSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.Properties.Resources.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.csproj.GenerateResource.Cache
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.exe
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V6.1.1 - com7\INT63DC_2C\obj\Debug\INT63DC_2C.pdb
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\bin\Debug\INT63DC_2C.exe
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\bin\Debug\INT63DC_2C.pdb
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\bin\Debug\INT63DC_ImageDll.dll
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\bin\Debug\SmartX_IEC1000.dll
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\bin\Debug\SmartXCommon.dll
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\bin\Debug\INT63DC_ImageDll.pdb
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\ResolveAssemblyReference.cache
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration10.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration12.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration2.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration3.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration4.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration5.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration6.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration8.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlEquipmentTest.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplay2.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplay3.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplay4.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplay5.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplay6.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayAlarm.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph10.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph12.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph2.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph3.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph4.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph5.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph6.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph8.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph10.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph12.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph8.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable10.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable16.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable8.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration7.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph7.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph7.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable7.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlDynamicSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlUserGroupEditor.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayEachBarGraph16.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayTable12.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlCalibration16.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Controls.ControlMainDisplayDotGraph16.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormDataStatistics.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormLogOn.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormPasswordKeyPad1.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormMessage.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormNumKeyPad.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormPasswordKeyPad.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.DialogForms.DialogFormYesNo.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormCalibration.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormConfiguration.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormDataBackup.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormDataStatistics.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormEquipmentSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormEquipmentTest.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormFactoryInitialize.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormInformation.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormIOTest.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormMain.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormMainDisplay.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormMenu.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormMotorSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormOptionSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormProgramUpdate.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormSystemSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormTimeSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormUserGroupEditor.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Forms.FormUserSetting.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.Properties.Resources.resources
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.csproj.GenerateResource.Cache
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.exe
|
||||||
|
D:\Intech\Work\Software\VisualStudio\INT63DC_2C(2-12 얼라인체커)\Code\INT63DC_2C_V8.0.0\INT63DC_2C\obj\Debug\INT63DC_2C.pdb
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue