This commit is contained in:
parent
fbb2df544c
commit
c9d7129582
391
PROMS/Formats/Formats.csproj
Normal file
391
PROMS/Formats/Formats.csproj
Normal file
@ -0,0 +1,391 @@
|
|||||||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<ProductVersion>8.0.50727</ProductVersion>
|
||||||
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
|
<ProjectGuid>{F479493D-A543-4CCF-9541-039FD5126794}</ProjectGuid>
|
||||||
|
<OutputType>WinExe</OutputType>
|
||||||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
|
<RootNamespace>Formats</RootNamespace>
|
||||||
|
<AssemblyName>Formats</AssemblyName>
|
||||||
|
<SccProjectName>SAK</SccProjectName>
|
||||||
|
<SccLocalPath>SAK</SccLocalPath>
|
||||||
|
<SccAuxPath>SAK</SccAuxPath>
|
||||||
|
<SccProvider>SAK</SccProvider>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<Optimize>false</Optimize>
|
||||||
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
<DebugType>pdbonly</DebugType>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Reference Include="DevComponents.DotNetBar2, Version=10.9.0.13, Culture=neutral, PublicKeyToken=7eb7c3a35b91de04, processorArchitecture=MSIL" />
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Data" />
|
||||||
|
<Reference Include="System.Deployment" />
|
||||||
|
<Reference Include="System.Drawing" />
|
||||||
|
<Reference Include="System.Windows.Forms" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="frmFormatCopy.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="frmFormatCopy.Designer.cs">
|
||||||
|
<DependentUpon>frmFormatCopy.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Program.cs" />
|
||||||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
<EmbeddedResource Include="frmFormatCopy.resx">
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
<DependentUpon>frmFormatCopy.cs</DependentUpon>
|
||||||
|
</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>
|
||||||
|
</Compile>
|
||||||
|
<None Include="Properties\Settings.settings">
|
||||||
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||||
|
</None>
|
||||||
|
<Compile Include="Properties\Settings.Designer.cs">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>Settings.settings</DependentUpon>
|
||||||
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="fmtall\AEPall.xml" />
|
||||||
|
<Content Include="fmtall\AEPAPPRall.xml" />
|
||||||
|
<Content Include="fmtall\AEPCHIDall.xml" />
|
||||||
|
<Content Include="fmtall\AEPCHID_00all.xml" />
|
||||||
|
<Content Include="fmtall\AEPDEVall.xml" />
|
||||||
|
<Content Include="fmtall\AEP_00all.xml" />
|
||||||
|
<Content Include="fmtall\AEP_01all.xml" />
|
||||||
|
<Content Include="fmtall\AEP_02all.xml" />
|
||||||
|
<Content Include="fmtall\BASEall.xml" />
|
||||||
|
<Content Include="fmtall\BGEALNall.xml" />
|
||||||
|
<Content Include="fmtall\BGEEOPall.xml" />
|
||||||
|
<Content Include="fmtall\BGEEOP_00all.xml" />
|
||||||
|
<Content Include="fmtall\BGEOIall.xml" />
|
||||||
|
<Content Include="fmtall\BGEOI_00all.xml" />
|
||||||
|
<Content Include="fmtall\BGESTPall.xml" />
|
||||||
|
<Content Include="fmtall\BGEVLall.xml" />
|
||||||
|
<Content Include="fmtall\CAL1all.xml" />
|
||||||
|
<Content Include="fmtall\CAL2all.xml" />
|
||||||
|
<Content Include="fmtall\CAL2_00all.xml" />
|
||||||
|
<Content Include="fmtall\CALBCKall.xml" />
|
||||||
|
<Content Include="fmtall\CALOTOall.xml" />
|
||||||
|
<Content Include="fmtall\CATADEVall.xml" />
|
||||||
|
<Content Include="fmtall\CATall.xml" />
|
||||||
|
<Content Include="fmtall\CATBOXall.xml" />
|
||||||
|
<Content Include="fmtall\CATDEVall.xml" />
|
||||||
|
<Content Include="fmtall\CATEBCKall.xml" />
|
||||||
|
<Content Include="fmtall\ComPeakFlexall.xml" />
|
||||||
|
<Content Include="fmtall\CPBCK2all.xml" />
|
||||||
|
<Content Include="fmtall\CPBCKall.xml" />
|
||||||
|
<Content Include="fmtall\CPBCK_00all.xml" />
|
||||||
|
<Content Include="fmtall\CPBCK_01all.xml" />
|
||||||
|
<Content Include="fmtall\CPLAall.xml" />
|
||||||
|
<Content Include="fmtall\CPLall.xml" />
|
||||||
|
<Content Include="fmtall\CPLRDEVall.xml" />
|
||||||
|
<Content Include="fmtall\CPLS2all.xml" />
|
||||||
|
<Content Include="fmtall\CPLSall.xml" />
|
||||||
|
<Content Include="fmtall\CPLSDEVall.xml" />
|
||||||
|
<Content Include="fmtall\CPLSSDDall.xml" />
|
||||||
|
<Content Include="fmtall\CPLSSUMall.xml" />
|
||||||
|
<Content Include="fmtall\CPL_00all.xml" />
|
||||||
|
<Content Include="fmtall\CPL_01all.xml" />
|
||||||
|
<Content Include="fmtall\CPL_02all.xml" />
|
||||||
|
<Content Include="fmtall\CPL_03all.xml" />
|
||||||
|
<Content Include="fmtall\CWEall.xml" />
|
||||||
|
<Content Include="fmtall\CWEDEVall.xml" />
|
||||||
|
<Content Include="fmtall\CWERall.xml" />
|
||||||
|
<Content Include="fmtall\CWER_00all.xml" />
|
||||||
|
<Content Include="fmtall\CWER_01all.xml" />
|
||||||
|
<Content Include="fmtall\CWE_00all.xml" />
|
||||||
|
<Content Include="fmtall\CWE_01all.xml" />
|
||||||
|
<Content Include="fmtall\EBCKall.xml" />
|
||||||
|
<Content Include="fmtall\ELFDEVall.xml" />
|
||||||
|
<Content Include="fmtall\ENall.xml" />
|
||||||
|
<Content Include="fmtall\ESFDEVall.xml" />
|
||||||
|
<Content Include="fmtall\EXCLNall.xml" />
|
||||||
|
<Content Include="fmtall\EXCLN_00all.xml" />
|
||||||
|
<Content Include="fmtall\EXCLN_01all.xml" />
|
||||||
|
<Content Include="fmtall\EXEBCKall.xml" />
|
||||||
|
<Content Include="fmtall\EXEBCK_00all.xml" />
|
||||||
|
<Content Include="fmtall\EXEDEVall.xml" />
|
||||||
|
<Content Include="fmtall\FNPall.xml" />
|
||||||
|
<Content Include="fmtall\FNPCASall.xml" />
|
||||||
|
<Content Include="fmtall\FNPDEVall.xml" />
|
||||||
|
<Content Include="fmtall\FNPEBKall.xml" />
|
||||||
|
<Content Include="fmtall\fnpnmpall.xml" />
|
||||||
|
<Content Include="fmtall\FNP_00all.xml" />
|
||||||
|
<Content Include="fmtall\FNP_01all.xml" />
|
||||||
|
<Content Include="fmtall\FPLall.xml" />
|
||||||
|
<Content Include="fmtall\FPLBCKall.xml" />
|
||||||
|
<Content Include="fmtall\GENall.xml" />
|
||||||
|
<Content Include="fmtall\GENDEVall.xml" />
|
||||||
|
<Content Include="fmtall\GENPLANall.xml" />
|
||||||
|
<Content Include="fmtall\GPCAall.xml" />
|
||||||
|
<Content Include="fmtall\GPCall.xml" />
|
||||||
|
<Content Include="fmtall\GPCA_00all.xml" />
|
||||||
|
<Content Include="fmtall\HLPall.xml" />
|
||||||
|
<Content Include="fmtall\HLPDEVall.xml" />
|
||||||
|
<Content Include="fmtall\hlpfsgall.xml" />
|
||||||
|
<Content Include="fmtall\IP2all.xml" />
|
||||||
|
<Content Include="fmtall\IP2BCKall.xml" />
|
||||||
|
<Content Include="fmtall\IP2DEVall.xml" />
|
||||||
|
<Content Include="fmtall\IP2_00all.xml" />
|
||||||
|
<Content Include="fmtall\IP2_01all.xml" />
|
||||||
|
<Content Include="fmtall\IP2_02all.xml" />
|
||||||
|
<Content Include="fmtall\IP2_03all.xml" />
|
||||||
|
<Content Include="fmtall\IP3all.xml" />
|
||||||
|
<Content Include="fmtall\IP3DEVall.xml" />
|
||||||
|
<Content Include="fmtall\IP3DEV_00all.xml" />
|
||||||
|
<Content Include="fmtall\IP3_00all.xml" />
|
||||||
|
<Content Include="fmtall\IP3_01all.xml" />
|
||||||
|
<Content Include="fmtall\IP3_02all.xml" />
|
||||||
|
<Content Include="fmtall\IP3_03all.xml" />
|
||||||
|
<Content Include="fmtall\IP3_06all.xml" />
|
||||||
|
<Content Include="fmtall\IP3_07all.xml" />
|
||||||
|
<Content Include="fmtall\IP3_08all.xml" />
|
||||||
|
<Content Include="fmtall\IP3_09all.xml" />
|
||||||
|
<Content Include="fmtall\IP3_10all.xml" />
|
||||||
|
<Content Include="fmtall\IP3_11all.xml" />
|
||||||
|
<Content Include="fmtall\IP3_12all.xml" />
|
||||||
|
<Content Include="fmtall\IP3_13all.xml" />
|
||||||
|
<Content Include="fmtall\IP3_14all.xml" />
|
||||||
|
<Content Include="fmtall\IP3_15all.xml" />
|
||||||
|
<Content Include="fmtall\MAINGall.xml" />
|
||||||
|
<Content Include="fmtall\MCGall.xml" />
|
||||||
|
<Content Include="fmtall\MCGBOXall.xml" />
|
||||||
|
<Content Include="fmtall\MCGDEVall.xml" />
|
||||||
|
<Content Include="fmtall\MCGEBCKall.xml" />
|
||||||
|
<Content Include="fmtall\NSPABall.xml" />
|
||||||
|
<Content Include="fmtall\NSPAB_00all.xml" />
|
||||||
|
<Content Include="fmtall\NSPAB_01all.xml" />
|
||||||
|
<Content Include="fmtall\NSPAB_02all.xml" />
|
||||||
|
<Content Include="fmtall\NSPall.xml" />
|
||||||
|
<Content Include="fmtall\NSPARPall.xml" />
|
||||||
|
<Content Include="fmtall\NSPARP_00all.xml" />
|
||||||
|
<Content Include="fmtall\NSPBCKall.xml" />
|
||||||
|
<Content Include="fmtall\NSPDEVall.xml" />
|
||||||
|
<Content Include="fmtall\NSPEDEVall.xml" />
|
||||||
|
<Content Include="fmtall\NSPFCall.xml" />
|
||||||
|
<Content Include="fmtall\NSPIFG2all.xml" />
|
||||||
|
<Content Include="fmtall\NSPIFGall.xml" />
|
||||||
|
<Content Include="fmtall\NSPIFG_00all.xml" />
|
||||||
|
<Content Include="fmtall\NSPPEall.xml" />
|
||||||
|
<Content Include="fmtall\NSPSAMall.xml" />
|
||||||
|
<Content Include="fmtall\NSPWGall.xml" />
|
||||||
|
<Content Include="fmtall\NSP_00all.xml" />
|
||||||
|
<Content Include="fmtall\OHLPall.xml" />
|
||||||
|
<Content Include="fmtall\RGEall.xml" />
|
||||||
|
<Content Include="fmtall\RGEBCKall.xml" />
|
||||||
|
<Content Include="fmtall\RGEBCK_00all.xml" />
|
||||||
|
<Content Include="fmtall\RGEDEVall.xml" />
|
||||||
|
<Content Include="fmtall\RGESAM1all.xml" />
|
||||||
|
<Content Include="fmtall\RGESAM2all.xml" />
|
||||||
|
<Content Include="fmtall\RGESMPEall.xml" />
|
||||||
|
<Content Include="fmtall\SETDEVall.xml" />
|
||||||
|
<Content Include="fmtall\SHEall.xml" />
|
||||||
|
<Content Include="fmtall\SHEDEVall.xml" />
|
||||||
|
<Content Include="fmtall\SHERVSUall.xml" />
|
||||||
|
<Content Include="fmtall\SHESSDall.xml" />
|
||||||
|
<Content Include="fmtall\SHESSD_00all.xml" />
|
||||||
|
<Content Include="fmtall\SUMall.xml" />
|
||||||
|
<Content Include="fmtall\TPall.xml" />
|
||||||
|
<Content Include="fmtall\TPBCK2all.xml" />
|
||||||
|
<Content Include="fmtall\TPBCKall.xml" />
|
||||||
|
<Content Include="fmtall\TPBCK_00all.xml" />
|
||||||
|
<Content Include="fmtall\TPBCK_01all.xml" />
|
||||||
|
<Content Include="fmtall\TP_00all.xml" />
|
||||||
|
<Content Include="fmtall\TUECABNall.xml" />
|
||||||
|
<Content Include="fmtall\TUECall.xml" />
|
||||||
|
<Content Include="fmtall\TUECDEVall.xml" />
|
||||||
|
<Content Include="fmtall\VCSDEVall.xml" />
|
||||||
|
<Content Include="fmtall\VLNCASall.xml" />
|
||||||
|
<Content Include="fmtall\WCN1all.xml" />
|
||||||
|
<Content Include="fmtall\WCN2all.xml" />
|
||||||
|
<Content Include="fmtall\WCNBCKall.xml" />
|
||||||
|
<Content Include="fmtall\WCNCKLall.xml" />
|
||||||
|
<Content Include="fmtall\WCNCLBall.xml" />
|
||||||
|
<Content Include="fmtall\WCNDEVall.xml" />
|
||||||
|
<Content Include="fmtall\WCNOFBall.xml" />
|
||||||
|
<Content Include="fmtall\WEP2all.xml" />
|
||||||
|
<Content Include="fmtall\WEPBCKall.xml" />
|
||||||
|
<Content Include="fmtall\WEPENBall.xml" />
|
||||||
|
<Content Include="fmtall\WEPENB_00all.xml" />
|
||||||
|
<Content Include="fmtall\WEPENB_01all.xml" />
|
||||||
|
<Content Include="fmtall\WEPSAM2all.xml" />
|
||||||
|
<Content Include="fmtall\WEPSAMGall.xml" />
|
||||||
|
<Content Include="fmtall\WPBAall.xml" />
|
||||||
|
<Content Include="fmtall\WPBall.xml" />
|
||||||
|
<Content Include="fmtall\WPB_20all.xml" />
|
||||||
|
<Content Include="fmtall\WPB_22all.xml" />
|
||||||
|
<Content Include="fmtall\WPSall.xml" />
|
||||||
|
<Content Include="fmtall\WPSARPall.xml" />
|
||||||
|
<Content Include="fmtall\WPSARP_00all.xml" />
|
||||||
|
<Content Include="fmtall\WPSBCKall.xml" />
|
||||||
|
<Content Include="fmtall\WPSBCK_00all.xml" />
|
||||||
|
<Content Include="fmtall\WPSDEVall.xml" />
|
||||||
|
<Content Include="fmtall\WPSDOMall.xml" />
|
||||||
|
<Content Include="fmtall\WPSDOM_00all.xml" />
|
||||||
|
<Content Include="fmtall\WPSDOM_01all.xml" />
|
||||||
|
<Content Include="fmtall\WPSDOM_02all.xml" />
|
||||||
|
<Content Include="fmtall\WPSOPall.xml" />
|
||||||
|
<Content Include="fmtall\WPSOP_00all.xml" />
|
||||||
|
<Content Include="fmtall\WPSOP_01all.xml" />
|
||||||
|
<Content Include="fmtall\WPSOP_02all.xml" />
|
||||||
|
<Content Include="fmtall\WPSOP_03all.xml" />
|
||||||
|
<Content Include="fmtall\WPSOP_04all.xml" />
|
||||||
|
<Content Include="fmtall\WPSOP_05all.xml" />
|
||||||
|
<Content Include="fmtall\WPSSAMGall.xml" />
|
||||||
|
<Content Include="fmtall\WPS_00all.xml" />
|
||||||
|
<Content Include="fmtall\WPS_01all.xml" />
|
||||||
|
<Content Include="fmtall\WPS_02all.xml" />
|
||||||
|
<Content Include="fmtall\wst1all.xml" />
|
||||||
|
<Content Include="fmtall\wst2all.xml" />
|
||||||
|
<Content Include="fmtall\wstalrall.xml" />
|
||||||
|
<Content Include="fmtall\wstbckall.xml" />
|
||||||
|
<Content Include="fmtall\wstcklall.xml" />
|
||||||
|
<Content Include="fmtall\wstdcsall.xml" />
|
||||||
|
<Content Include="genmacall\aep.svg" />
|
||||||
|
<Content Include="genmacall\aepappr.svg" />
|
||||||
|
<Content Include="genmacall\aepchid.svg" />
|
||||||
|
<Content Include="genmacall\bgealn.svg" />
|
||||||
|
<Content Include="genmacall\bgeeop.svg" />
|
||||||
|
<Content Include="genmacall\bgeoi.svg" />
|
||||||
|
<Content Include="genmacall\bgestp.svg" />
|
||||||
|
<Content Include="genmacall\byr.svg" />
|
||||||
|
<Content Include="genmacall\cal1.svg" />
|
||||||
|
<Content Include="genmacall\cal2.svg" />
|
||||||
|
<Content Include="genmacall\calbck.svg" />
|
||||||
|
<Content Include="genmacall\caloto.svg" />
|
||||||
|
<Content Include="genmacall\cat.svg" />
|
||||||
|
<Content Include="genmacall\catadev.svg" />
|
||||||
|
<Content Include="genmacall\catbox.svg" />
|
||||||
|
<Content Include="genmacall\catdev.svg" />
|
||||||
|
<Content Include="genmacall\catebck.svg" />
|
||||||
|
<Content Include="genmacall\ComPeakFlex.svg" />
|
||||||
|
<Content Include="genmacall\cpl.svg" />
|
||||||
|
<Content Include="genmacall\cpla.svg" />
|
||||||
|
<Content Include="genmacall\cplrdev.svg" />
|
||||||
|
<Content Include="genmacall\cpls.svg" />
|
||||||
|
<Content Include="genmacall\cpls2.svg" />
|
||||||
|
<Content Include="genmacall\cplsdev.svg" />
|
||||||
|
<Content Include="genmacall\cplssdd.svg" />
|
||||||
|
<Content Include="genmacall\cplssum.svg" />
|
||||||
|
<Content Include="genmacall\cwe.svg" />
|
||||||
|
<Content Include="genmacall\cwedev.svg" />
|
||||||
|
<Content Include="genmacall\cwer.svg" />
|
||||||
|
<Content Include="genmacall\ebck.svg" />
|
||||||
|
<Content Include="genmacall\elfdev.svg" />
|
||||||
|
<Content Include="genmacall\en.svg" />
|
||||||
|
<Content Include="genmacall\esfdev.svg" />
|
||||||
|
<Content Include="genmacall\excln.svg" />
|
||||||
|
<Content Include="genmacall\exedev.svg" />
|
||||||
|
<Content Include="genmacall\fnp.svg" />
|
||||||
|
<Content Include="genmacall\fnpcas.svg" />
|
||||||
|
<Content Include="genmacall\fnpnmp.svg" />
|
||||||
|
<Content Include="genmacall\fpl.svg" />
|
||||||
|
<Content Include="genmacall\fplbck.svg" />
|
||||||
|
<Content Include="genmacall\gen.svg" />
|
||||||
|
<Content Include="genmacall\gendev.svg" />
|
||||||
|
<Content Include="genmacall\gpc.svg" />
|
||||||
|
<Content Include="genmacall\gpca.svg" />
|
||||||
|
<Content Include="genmacall\hlp.svg" />
|
||||||
|
<Content Include="genmacall\hlpdev.svg" />
|
||||||
|
<Content Include="genmacall\hlpfsg.svg" />
|
||||||
|
<Content Include="genmacall\ip2.svg" />
|
||||||
|
<Content Include="genmacall\ip2dev.svg" />
|
||||||
|
<Content Include="genmacall\ip3.svg" />
|
||||||
|
<Content Include="genmacall\ip3dev.svg" />
|
||||||
|
<Content Include="genmacall\mcg.svg" />
|
||||||
|
<Content Include="genmacall\mcgbox.svg" />
|
||||||
|
<Content Include="genmacall\mcgdev.svg" />
|
||||||
|
<Content Include="genmacall\mcgebck.svg" />
|
||||||
|
<Content Include="genmacall\nsp.svg" />
|
||||||
|
<Content Include="genmacall\nspab.svg" />
|
||||||
|
<Content Include="genmacall\nsparp.svg" />
|
||||||
|
<Content Include="genmacall\nspdev.svg" />
|
||||||
|
<Content Include="genmacall\nspedev.svg" />
|
||||||
|
<Content Include="genmacall\nspfc.svg" />
|
||||||
|
<Content Include="genmacall\nspifg.svg" />
|
||||||
|
<Content Include="genmacall\nspifg2.svg" />
|
||||||
|
<Content Include="genmacall\nsppe.svg" />
|
||||||
|
<Content Include="genmacall\nspsam.svg" />
|
||||||
|
<Content Include="genmacall\ohlp.svg" />
|
||||||
|
<Content Include="genmacall\rge.svg" />
|
||||||
|
<Content Include="genmacall\rgedev.svg" />
|
||||||
|
<Content Include="genmacall\rgesam1.svg" />
|
||||||
|
<Content Include="genmacall\rgesam2.svg" />
|
||||||
|
<Content Include="genmacall\rgesmpe.svg" />
|
||||||
|
<Content Include="genmacall\she.svg" />
|
||||||
|
<Content Include="genmacall\shedev.svg" />
|
||||||
|
<Content Include="genmacall\shervsu.svg" />
|
||||||
|
<Content Include="genmacall\shessd.svg" />
|
||||||
|
<Content Include="genmacall\sum.svg" />
|
||||||
|
<Content Include="genmacall\tp.svg" />
|
||||||
|
<Content Include="genmacall\tpbck.svg" />
|
||||||
|
<Content Include="genmacall\tpbck2.svg" />
|
||||||
|
<Content Include="genmacall\tuec.svg" />
|
||||||
|
<Content Include="genmacall\tuecabn.svg" />
|
||||||
|
<Content Include="genmacall\tuecdev.svg" />
|
||||||
|
<Content Include="genmacall\vcsdev.svg" />
|
||||||
|
<Content Include="genmacall\vlncas.svg" />
|
||||||
|
<Content Include="genmacall\wcn1.svg" />
|
||||||
|
<Content Include="genmacall\wcn2.svg" />
|
||||||
|
<Content Include="genmacall\wcnbck.svg" />
|
||||||
|
<Content Include="genmacall\wcnckl.svg" />
|
||||||
|
<Content Include="genmacall\wcnclb.svg" />
|
||||||
|
<Content Include="genmacall\wcnofb.svg" />
|
||||||
|
<Content Include="genmacall\wep2.svg" />
|
||||||
|
<Content Include="genmacall\wepbck.svg" />
|
||||||
|
<Content Include="genmacall\wepenb.svg" />
|
||||||
|
<Content Include="genmacall\wepsam2.svg" />
|
||||||
|
<Content Include="genmacall\wepsamg.svg" />
|
||||||
|
<Content Include="genmacall\wpb.svg" />
|
||||||
|
<Content Include="genmacall\wpba.svg" />
|
||||||
|
<Content Include="genmacall\wps.svg" />
|
||||||
|
<Content Include="genmacall\wpsarp.svg" />
|
||||||
|
<Content Include="genmacall\wpsbck.svg" />
|
||||||
|
<Content Include="genmacall\wpsdev.svg" />
|
||||||
|
<Content Include="genmacall\wpsdom.svg" />
|
||||||
|
<Content Include="genmacall\wpsop.svg" />
|
||||||
|
<Content Include="genmacall\wpssamg.svg" />
|
||||||
|
<Content Include="genmacall\wst1.svg" />
|
||||||
|
<Content Include="genmacall\wst2.svg" />
|
||||||
|
<Content Include="genmacall\wstalr.svg" />
|
||||||
|
<Content Include="genmacall\wstbck.svg" />
|
||||||
|
<Content Include="genmacall\wstckl.svg" />
|
||||||
|
<Content Include="genmacall\wstdcs.svg" />
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
|
<!-- 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>
|
10
PROMS/Formats/Formats.csproj.vspscc
Normal file
10
PROMS/Formats/Formats.csproj.vspscc
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
""
|
||||||
|
{
|
||||||
|
"FILE_VERSION" = "9237"
|
||||||
|
"ENLISTMENT_CHOICE" = "NEVER"
|
||||||
|
"PROJECT_FILE_RELATIVE_PATH" = ""
|
||||||
|
"NUMBER_OF_EXCLUDED_FILES" = "0"
|
||||||
|
"ORIGINAL_PROJECT_FILE_PATH" = ""
|
||||||
|
"NUMBER_OF_NESTED_PROJECTS" = "0"
|
||||||
|
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
|
||||||
|
}
|
26
PROMS/Formats/Formats.sln
Normal file
26
PROMS/Formats/Formats.sln
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||||
|
# Visual Studio 2005
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Formats", "Formats.csproj", "{F479493D-A543-4CCF-9541-039FD5126794}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SourceCodeControl) = preSolution
|
||||||
|
SccNumberOfProjects = 2
|
||||||
|
SccLocalPath0 = .
|
||||||
|
SccProjectUniqueName1 = Formats.csproj
|
||||||
|
SccLocalPath1 = .
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{F479493D-A543-4CCF-9541-039FD5126794}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{F479493D-A543-4CCF-9541-039FD5126794}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{F479493D-A543-4CCF-9541-039FD5126794}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{F479493D-A543-4CCF-9541-039FD5126794}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
10
PROMS/Formats/Formats.vssscc
Normal file
10
PROMS/Formats/Formats.vssscc
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
""
|
||||||
|
{
|
||||||
|
"FILE_VERSION" = "9237"
|
||||||
|
"ENLISTMENT_CHOICE" = "NEVER"
|
||||||
|
"PROJECT_FILE_RELATIVE_PATH" = ""
|
||||||
|
"NUMBER_OF_EXCLUDED_FILES" = "0"
|
||||||
|
"ORIGINAL_PROJECT_FILE_PATH" = ""
|
||||||
|
"NUMBER_OF_NESTED_PROJECTS" = "0"
|
||||||
|
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROJECT"
|
||||||
|
}
|
20
PROMS/Formats/Program.cs
Normal file
20
PROMS/Formats/Program.cs
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace Formats
|
||||||
|
{
|
||||||
|
static class Program
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// The main entry point for the application.
|
||||||
|
/// </summary>
|
||||||
|
[STAThread]
|
||||||
|
static void Main()
|
||||||
|
{
|
||||||
|
Application.EnableVisualStyles();
|
||||||
|
Application.SetCompatibleTextRenderingDefault(false);
|
||||||
|
Application.Run(new frmFormatCopy());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
33
PROMS/Formats/Properties/AssemblyInfo.cs
Normal file
33
PROMS/Formats/Properties/AssemblyInfo.cs
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
using System.Reflection;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
|
// General Information about an assembly is controlled through the following
|
||||||
|
// set of attributes. Change these attribute values to modify the information
|
||||||
|
// associated with an assembly.
|
||||||
|
[assembly: AssemblyTitle("Formats")]
|
||||||
|
[assembly: AssemblyDescription("")]
|
||||||
|
[assembly: AssemblyConfiguration("")]
|
||||||
|
[assembly: AssemblyCompany("")]
|
||||||
|
[assembly: AssemblyProduct("Formats")]
|
||||||
|
[assembly: AssemblyCopyright("Copyright © 2014")]
|
||||||
|
[assembly: AssemblyTrademark("")]
|
||||||
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
// Setting ComVisible to false makes the types in this assembly not visible
|
||||||
|
// to COM components. If you need to access a type in this assembly from
|
||||||
|
// COM, set the ComVisible attribute to true on that type.
|
||||||
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||||
|
[assembly: Guid("eb4582a1-c54a-4250-8623-1fb71eb8352e")]
|
||||||
|
|
||||||
|
// Version information for an assembly consists of the following four values:
|
||||||
|
//
|
||||||
|
// Major Version
|
||||||
|
// Minor Version
|
||||||
|
// Build Number
|
||||||
|
// Revision
|
||||||
|
//
|
||||||
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||||||
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
71
PROMS/Formats/Properties/Resources.Designer.cs
generated
Normal file
71
PROMS/Formats/Properties/Resources.Designer.cs
generated
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
// Runtime Version:2.0.50727.4253
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
namespace Formats.Properties
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||||
|
/// </summary>
|
||||||
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||||
|
// class via a tool like ResGen or Visual Studio.
|
||||||
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||||
|
// with the /str option, or rebuild your VS project.
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
|
internal class Resources
|
||||||
|
{
|
||||||
|
|
||||||
|
private static global::System.Resources.ResourceManager resourceMan;
|
||||||
|
|
||||||
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||||
|
|
||||||
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||||
|
internal Resources()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Returns the cached ResourceManager instance used by this class.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
internal static global::System.Resources.ResourceManager ResourceManager
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
if ((resourceMan == null))
|
||||||
|
{
|
||||||
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Formats.Properties.Resources", typeof(Resources).Assembly);
|
||||||
|
resourceMan = temp;
|
||||||
|
}
|
||||||
|
return resourceMan;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Overrides the current thread's CurrentUICulture property for all
|
||||||
|
/// resource lookups using this strongly typed resource class.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
internal static global::System.Globalization.CultureInfo Culture
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return resourceCulture;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
resourceCulture = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
117
PROMS/Formats/Properties/Resources.resx
Normal file
117
PROMS/Formats/Properties/Resources.resx
Normal file
@ -0,0 +1,117 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
30
PROMS/Formats/Properties/Settings.Designer.cs
generated
Normal file
30
PROMS/Formats/Properties/Settings.Designer.cs
generated
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
// Runtime Version:2.0.50727.4253
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
namespace Formats.Properties
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")]
|
||||||
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
|
||||||
|
{
|
||||||
|
|
||||||
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||||
|
|
||||||
|
public static Settings Default
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return defaultInstance;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
PROMS/Formats/Properties/Settings.settings
Normal file
7
PROMS/Formats/Properties/Settings.settings
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
|
||||||
|
<Profiles>
|
||||||
|
<Profile Name="(Default)" />
|
||||||
|
</Profiles>
|
||||||
|
<Settings />
|
||||||
|
</SettingsFile>
|
BIN
PROMS/Formats/fmtall/AEPAPPRall.xml
Normal file
BIN
PROMS/Formats/fmtall/AEPAPPRall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/AEPCHID_00all.xml
Normal file
BIN
PROMS/Formats/fmtall/AEPCHID_00all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/AEPCHIDall.xml
Normal file
BIN
PROMS/Formats/fmtall/AEPCHIDall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/AEPDEVall.xml
Normal file
BIN
PROMS/Formats/fmtall/AEPDEVall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/AEP_00all.xml
Normal file
BIN
PROMS/Formats/fmtall/AEP_00all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/AEP_01all.xml
Normal file
BIN
PROMS/Formats/fmtall/AEP_01all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/AEP_02all.xml
Normal file
BIN
PROMS/Formats/fmtall/AEP_02all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/AEPall.xml
Normal file
BIN
PROMS/Formats/fmtall/AEPall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/BASEall.xml
Normal file
BIN
PROMS/Formats/fmtall/BASEall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/BGEALNall.xml
Normal file
BIN
PROMS/Formats/fmtall/BGEALNall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/BGEEOP_00all.xml
Normal file
BIN
PROMS/Formats/fmtall/BGEEOP_00all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/BGEEOPall.xml
Normal file
BIN
PROMS/Formats/fmtall/BGEEOPall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/BGEOI_00all.xml
Normal file
BIN
PROMS/Formats/fmtall/BGEOI_00all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/BGEOIall.xml
Normal file
BIN
PROMS/Formats/fmtall/BGEOIall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/BGESTPall.xml
Normal file
BIN
PROMS/Formats/fmtall/BGESTPall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/BGEVLall.xml
Normal file
BIN
PROMS/Formats/fmtall/BGEVLall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CAL1all.xml
Normal file
BIN
PROMS/Formats/fmtall/CAL1all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CAL2_00all.xml
Normal file
BIN
PROMS/Formats/fmtall/CAL2_00all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CAL2all.xml
Normal file
BIN
PROMS/Formats/fmtall/CAL2all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CALBCKall.xml
Normal file
BIN
PROMS/Formats/fmtall/CALBCKall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CALOTOall.xml
Normal file
BIN
PROMS/Formats/fmtall/CALOTOall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CATADEVall.xml
Normal file
BIN
PROMS/Formats/fmtall/CATADEVall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CATBOXall.xml
Normal file
BIN
PROMS/Formats/fmtall/CATBOXall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CATDEVall.xml
Normal file
BIN
PROMS/Formats/fmtall/CATDEVall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CATEBCKall.xml
Normal file
BIN
PROMS/Formats/fmtall/CATEBCKall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CATall.xml
Normal file
BIN
PROMS/Formats/fmtall/CATall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CPBCK2all.xml
Normal file
BIN
PROMS/Formats/fmtall/CPBCK2all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CPBCK_00all.xml
Normal file
BIN
PROMS/Formats/fmtall/CPBCK_00all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CPBCK_01all.xml
Normal file
BIN
PROMS/Formats/fmtall/CPBCK_01all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CPBCKall.xml
Normal file
BIN
PROMS/Formats/fmtall/CPBCKall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CPLAall.xml
Normal file
BIN
PROMS/Formats/fmtall/CPLAall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CPLRDEVall.xml
Normal file
BIN
PROMS/Formats/fmtall/CPLRDEVall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CPLS2all.xml
Normal file
BIN
PROMS/Formats/fmtall/CPLS2all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CPLSDEVall.xml
Normal file
BIN
PROMS/Formats/fmtall/CPLSDEVall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CPLSSDDall.xml
Normal file
BIN
PROMS/Formats/fmtall/CPLSSDDall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CPLSSUMall.xml
Normal file
BIN
PROMS/Formats/fmtall/CPLSSUMall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CPLSall.xml
Normal file
BIN
PROMS/Formats/fmtall/CPLSall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CPL_00all.xml
Normal file
BIN
PROMS/Formats/fmtall/CPL_00all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CPL_01all.xml
Normal file
BIN
PROMS/Formats/fmtall/CPL_01all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CPL_02all.xml
Normal file
BIN
PROMS/Formats/fmtall/CPL_02all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CPL_03all.xml
Normal file
BIN
PROMS/Formats/fmtall/CPL_03all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CPLall.xml
Normal file
BIN
PROMS/Formats/fmtall/CPLall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CWEDEVall.xml
Normal file
BIN
PROMS/Formats/fmtall/CWEDEVall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CWER_00all.xml
Normal file
BIN
PROMS/Formats/fmtall/CWER_00all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CWER_01all.xml
Normal file
BIN
PROMS/Formats/fmtall/CWER_01all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CWERall.xml
Normal file
BIN
PROMS/Formats/fmtall/CWERall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CWE_00all.xml
Normal file
BIN
PROMS/Formats/fmtall/CWE_00all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CWE_01all.xml
Normal file
BIN
PROMS/Formats/fmtall/CWE_01all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/CWEall.xml
Normal file
BIN
PROMS/Formats/fmtall/CWEall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/ComPeakFlexall.xml
Normal file
BIN
PROMS/Formats/fmtall/ComPeakFlexall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/EBCKall.xml
Normal file
BIN
PROMS/Formats/fmtall/EBCKall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/ELFDEVall.xml
Normal file
BIN
PROMS/Formats/fmtall/ELFDEVall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/ENall.xml
Normal file
BIN
PROMS/Formats/fmtall/ENall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/ESFDEVall.xml
Normal file
BIN
PROMS/Formats/fmtall/ESFDEVall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/EXCLN_00all.xml
Normal file
BIN
PROMS/Formats/fmtall/EXCLN_00all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/EXCLN_01all.xml
Normal file
BIN
PROMS/Formats/fmtall/EXCLN_01all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/EXCLNall.xml
Normal file
BIN
PROMS/Formats/fmtall/EXCLNall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/EXEBCK_00all.xml
Normal file
BIN
PROMS/Formats/fmtall/EXEBCK_00all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/EXEBCKall.xml
Normal file
BIN
PROMS/Formats/fmtall/EXEBCKall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/EXEDEVall.xml
Normal file
BIN
PROMS/Formats/fmtall/EXEDEVall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/FNPCASall.xml
Normal file
BIN
PROMS/Formats/fmtall/FNPCASall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/FNPDEVall.xml
Normal file
BIN
PROMS/Formats/fmtall/FNPDEVall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/FNPEBKall.xml
Normal file
BIN
PROMS/Formats/fmtall/FNPEBKall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/FNP_00all.xml
Normal file
BIN
PROMS/Formats/fmtall/FNP_00all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/FNP_01all.xml
Normal file
BIN
PROMS/Formats/fmtall/FNP_01all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/FNPall.xml
Normal file
BIN
PROMS/Formats/fmtall/FNPall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/FPLBCKall.xml
Normal file
BIN
PROMS/Formats/fmtall/FPLBCKall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/FPLall.xml
Normal file
BIN
PROMS/Formats/fmtall/FPLall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/GENDEVall.xml
Normal file
BIN
PROMS/Formats/fmtall/GENDEVall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/GENPLANall.xml
Normal file
BIN
PROMS/Formats/fmtall/GENPLANall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/GENall.xml
Normal file
BIN
PROMS/Formats/fmtall/GENall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/GPCA_00all.xml
Normal file
BIN
PROMS/Formats/fmtall/GPCA_00all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/GPCAall.xml
Normal file
BIN
PROMS/Formats/fmtall/GPCAall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/GPCall.xml
Normal file
BIN
PROMS/Formats/fmtall/GPCall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/HLPDEVall.xml
Normal file
BIN
PROMS/Formats/fmtall/HLPDEVall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/HLPall.xml
Normal file
BIN
PROMS/Formats/fmtall/HLPall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/IP2BCKall.xml
Normal file
BIN
PROMS/Formats/fmtall/IP2BCKall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/IP2DEVall.xml
Normal file
BIN
PROMS/Formats/fmtall/IP2DEVall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/IP2_00all.xml
Normal file
BIN
PROMS/Formats/fmtall/IP2_00all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/IP2_01all.xml
Normal file
BIN
PROMS/Formats/fmtall/IP2_01all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/IP2_02all.xml
Normal file
BIN
PROMS/Formats/fmtall/IP2_02all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/IP2_03all.xml
Normal file
BIN
PROMS/Formats/fmtall/IP2_03all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/IP2all.xml
Normal file
BIN
PROMS/Formats/fmtall/IP2all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/IP3DEV_00all.xml
Normal file
BIN
PROMS/Formats/fmtall/IP3DEV_00all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/IP3DEVall.xml
Normal file
BIN
PROMS/Formats/fmtall/IP3DEVall.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/IP3_00all.xml
Normal file
BIN
PROMS/Formats/fmtall/IP3_00all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/IP3_01all.xml
Normal file
BIN
PROMS/Formats/fmtall/IP3_01all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/IP3_02all.xml
Normal file
BIN
PROMS/Formats/fmtall/IP3_02all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/IP3_03all.xml
Normal file
BIN
PROMS/Formats/fmtall/IP3_03all.xml
Normal file
Binary file not shown.
BIN
PROMS/Formats/fmtall/IP3_06all.xml
Normal file
BIN
PROMS/Formats/fmtall/IP3_06all.xml
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user