Commit 35845992414ee3d1f0bd80f83fadead5bb860232
1 parent
bc003ace
Exists in
master
Atualização dos agentes para compilar com as novas bibliotecas ("vendors").
git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/agente-windows@1212 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing
60 changed files
with
372 additions
and
7525 deletions
Show diff stats
CACIC_Comm.pas
@@ -96,9 +96,7 @@ Begin | @@ -96,9 +96,7 @@ Begin | ||
96 | objCacicCOMM.writeDebugLog('Comm: Requisitando Endereço: ' + pStrFullURL); | 96 | objCacicCOMM.writeDebugLog('Comm: Requisitando Endereço: ' + pStrFullURL); |
97 | Try | 97 | Try |
98 | idHTTP1.AllowCookies := true; | 98 | idHTTP1.AllowCookies := true; |
99 | - idHTTP1.ASCIIFilter := false; // ATENÇÃO: Esta propriedade deixa de existir na próxima versão do Indy (10.x) | ||
100 | - idHTTP1.AuthRetries := 1; // ATENÇÃO: Esta propriedade deixa de existir na próxima versão do Indy (10.x) | ||
101 | - idHTTP1.BoundPort := 0; | 99 | + idHTTP1.AuthRetries := 1; |
102 | idHTTP1.HandleRedirects := false; | 100 | idHTTP1.HandleRedirects := false; |
103 | idHTTP1.ProxyParams.BasicAuthentication := false; | 101 | idHTTP1.ProxyParams.BasicAuthentication := false; |
104 | idHTTP1.ProxyParams.ProxyPort := 0; | 102 | idHTTP1.ProxyParams.ProxyPort := 0; |
@@ -110,8 +108,6 @@ Begin | @@ -110,8 +108,6 @@ Begin | ||
110 | idHTTP1.Request.ContentRangeStart := 0; | 108 | idHTTP1.Request.ContentRangeStart := 0; |
111 | idHTTP1.Request.ContentRangeEnd := 0; | 109 | idHTTP1.Request.ContentRangeEnd := 0; |
112 | idHTTP1.Request.ContentType := 'text/html'; | 110 | idHTTP1.Request.ContentType := 'text/html'; |
113 | - idHTTP1.RecvBufferSize := 32768; // ATENÇÃO: Esta propriedade deixa de existir na próxima versão do Indy (10.x) | ||
114 | - idHTTP1.SendBufferSize := 32768; // ATENÇÃO: Esta propriedade deixa de existir na próxima versão do Indy (10.x) | ||
115 | idHTTP1.Tag := 0; | 111 | idHTTP1.Tag := 0; |
116 | 112 | ||
117 | // ATENÇÃO: Substituo os sinais de "+" acima por [[MAIS]] devido a problemas encontrados no envio POST (vide HTMLentities) | 113 | // ATENÇÃO: Substituo os sinais de "+" acima por [[MAIS]] devido a problemas encontrados no envio POST (vide HTMLentities) |
CACIC_WMI.cfg
@@ -1,42 +0,0 @@ | @@ -1,42 +0,0 @@ | ||
1 | --$A8 | ||
2 | --$B- | ||
3 | --$C+ | ||
4 | --$D+ | ||
5 | --$E- | ||
6 | --$F- | ||
7 | --$G+ | ||
8 | --$H+ | ||
9 | --$I+ | ||
10 | --$J- | ||
11 | --$K- | ||
12 | --$L+ | ||
13 | --$M- | ||
14 | --$N+ | ||
15 | --$O+ | ||
16 | --$P+ | ||
17 | --$Q- | ||
18 | --$R- | ||
19 | --$S- | ||
20 | --$T- | ||
21 | --$U- | ||
22 | --$V+ | ||
23 | --$W- | ||
24 | --$X+ | ||
25 | --$YD | ||
26 | --$Z1 | ||
27 | --cg | ||
28 | --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; | ||
29 | --H+ | ||
30 | --W+ | ||
31 | --M | ||
32 | --$M16384,1048576 | ||
33 | --K$00400000 | ||
34 | --LE"c:\program files (x86)\borland\delphi7\Projects\Bpl" | ||
35 | --LN"c:\program files (x86)\borland\delphi7\Projects\Bpl" | ||
36 | --U"C:\vendors_lib;C:\agentes_Windows" | ||
37 | --O"C:\vendors_lib;C:\agentes_Windows" | ||
38 | --I"C:\vendors_lib;C:\agentes_Windows" | ||
39 | --R"C:\vendors_lib;C:\agentes_Windows" | ||
40 | --w-UNSAFE_TYPE | ||
41 | --w-UNSAFE_CODE | ||
42 | --w-UNSAFE_CAST |
CacicVersionsAndHashes/CacicVersionsAndHashes.cfg
@@ -1,40 +0,0 @@ | @@ -1,40 +0,0 @@ | ||
1 | --$A8 | ||
2 | --$B- | ||
3 | --$C+ | ||
4 | --$D+ | ||
5 | --$E- | ||
6 | --$F- | ||
7 | --$G+ | ||
8 | --$H+ | ||
9 | --$I+ | ||
10 | --$J- | ||
11 | --$K- | ||
12 | --$L+ | ||
13 | --$M- | ||
14 | --$N+ | ||
15 | --$O+ | ||
16 | --$P+ | ||
17 | --$Q- | ||
18 | --$R- | ||
19 | --$S- | ||
20 | --$T- | ||
21 | --$U- | ||
22 | --$V+ | ||
23 | --$W- | ||
24 | --$X+ | ||
25 | --$YD | ||
26 | --$Z1 | ||
27 | --cg | ||
28 | --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; | ||
29 | --H+ | ||
30 | --W+ | ||
31 | --M | ||
32 | --$M16384,1048576 | ||
33 | --K$00400000 | ||
34 | --E"C:\Agentes_Windows_BINARIOS" | ||
35 | --LE"c:\program files (x86)\borland\delphi7\Projects\Bpl" | ||
36 | --LN"c:\program files (x86)\borland\delphi7\Projects\Bpl" | ||
37 | --U"c:\vendors_lib\PJVersion;c:\vendors_lib\CriptografiaDCP;c:\vendors_lib" | ||
38 | --O"c:\vendors_lib\PJVersion;c:\vendors_lib\CriptografiaDCP;c:\vendors_lib" | ||
39 | --I"c:\vendors_lib\PJVersion;c:\vendors_lib\CriptografiaDCP;c:\vendors_lib" | ||
40 | --R"c:\vendors_lib\PJVersion;c:\vendors_lib\CriptografiaDCP;c:\vendors_lib" |
CacicVersionsAndHashes/CacicVersionsAndHashes.res
No preview for this file type
CacicVersionsAndHashes/uCacicVersionsAndHashes.dcu
No preview for this file type
@@ -0,0 +1,85 @@ | @@ -0,0 +1,85 @@ | ||
1 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
2 | + <PropertyGroup> | ||
3 | + <ProjectGuid>{62af6f7b-a3d4-4b49-9513-50c9f3900ea0}</ProjectGuid> | ||
4 | + </PropertyGroup> | ||
5 | + <ItemGroup /> | ||
6 | + <ItemGroup /> | ||
7 | + <ProjectExtensions> | ||
8 | + <Borland.Personality>Default.Personality</Borland.Personality> | ||
9 | + <Borland.ProjectType /> | ||
10 | + <BorlandProject> | ||
11 | +<BorlandProject xmlns=""><Default.Personality></Default.Personality></BorlandProject></BorlandProject> | ||
12 | + </ProjectExtensions> | ||
13 | + <Target Name="chksis"> | ||
14 | + <MSBuild Projects="chksis\chksis.dproj" Targets="" /> | ||
15 | + </Target> | ||
16 | + <Target Name="chksis:Clean"> | ||
17 | + <MSBuild Projects="chksis\chksis.dproj" Targets="Clean" /> | ||
18 | + </Target> | ||
19 | + <Target Name="chksis:Make"> | ||
20 | + <MSBuild Projects="chksis\chksis.dproj" Targets="Make" /> | ||
21 | + </Target> | ||
22 | + <Target Name="cacicservice"> | ||
23 | + <MSBuild Projects="cacicservice\cacicservice.dproj" Targets="" /> | ||
24 | + </Target> | ||
25 | + <Target Name="cacicservice:Clean"> | ||
26 | + <MSBuild Projects="cacicservice\cacicservice.dproj" Targets="Clean" /> | ||
27 | + </Target> | ||
28 | + <Target Name="cacicservice:Make"> | ||
29 | + <MSBuild Projects="cacicservice\cacicservice.dproj" Targets="Make" /> | ||
30 | + </Target> | ||
31 | + <Target Name="cacic280"> | ||
32 | + <MSBuild Projects="cacic280.dproj" Targets="" /> | ||
33 | + </Target> | ||
34 | + <Target Name="cacic280:Clean"> | ||
35 | + <MSBuild Projects="cacic280.dproj" Targets="Clean" /> | ||
36 | + </Target> | ||
37 | + <Target Name="cacic280:Make"> | ||
38 | + <MSBuild Projects="cacic280.dproj" Targets="Make" /> | ||
39 | + </Target> | ||
40 | + <Target Name="gercols"> | ||
41 | + <MSBuild Projects="gercols\gercols.dproj" Targets="" /> | ||
42 | + </Target> | ||
43 | + <Target Name="gercols:Clean"> | ||
44 | + <MSBuild Projects="gercols\gercols.dproj" Targets="Clean" /> | ||
45 | + </Target> | ||
46 | + <Target Name="gercols:Make"> | ||
47 | + <MSBuild Projects="gercols\gercols.dproj" Targets="Make" /> | ||
48 | + </Target> | ||
49 | + <Target Name="installcacic"> | ||
50 | + <MSBuild Projects="installcacic\installcacic.dproj" Targets="" /> | ||
51 | + </Target> | ||
52 | + <Target Name="installcacic:Clean"> | ||
53 | + <MSBuild Projects="installcacic\installcacic.dproj" Targets="Clean" /> | ||
54 | + </Target> | ||
55 | + <Target Name="installcacic:Make"> | ||
56 | + <MSBuild Projects="installcacic\installcacic.dproj" Targets="Make" /> | ||
57 | + </Target> | ||
58 | + <Target Name="MapaCACIC"> | ||
59 | + <MSBuild Projects="mapacacic\MapaCACIC.dproj" Targets="" /> | ||
60 | + </Target> | ||
61 | + <Target Name="MapaCACIC:Clean"> | ||
62 | + <MSBuild Projects="mapacacic\MapaCACIC.dproj" Targets="Clean" /> | ||
63 | + </Target> | ||
64 | + <Target Name="MapaCACIC:Make"> | ||
65 | + <MSBuild Projects="mapacacic\MapaCACIC.dproj" Targets="Make" /> | ||
66 | + </Target> | ||
67 | + <Target Name="CacicVersionsAndHashes"> | ||
68 | + <MSBuild Projects="CacicVersionsAndHashes\CacicVersionsAndHashes.dproj" Targets="" /> | ||
69 | + </Target> | ||
70 | + <Target Name="CacicVersionsAndHashes:Clean"> | ||
71 | + <MSBuild Projects="CacicVersionsAndHashes\CacicVersionsAndHashes.dproj" Targets="Clean" /> | ||
72 | + </Target> | ||
73 | + <Target Name="CacicVersionsAndHashes:Make"> | ||
74 | + <MSBuild Projects="CacicVersionsAndHashes\CacicVersionsAndHashes.dproj" Targets="Make" /> | ||
75 | + </Target> | ||
76 | + <Target Name="Build"> | ||
77 | + <CallTarget Targets="chksis;cacicservice;cacic280;gercols;installcacic;MapaCACIC;CacicVersionsAndHashes" /> | ||
78 | + </Target> | ||
79 | + <Target Name="Clean"> | ||
80 | + <CallTarget Targets="chksis:Clean;cacicservice:Clean;cacic280:Clean;gercols:Clean;installcacic:Clean;MapaCACIC:Clean;CacicVersionsAndHashes:Clean" /> | ||
81 | + </Target> | ||
82 | + <Target Name="Make"> | ||
83 | + <CallTarget Targets="chksis:Make;cacicservice:Make;cacic280:Make;gercols:Make;installcacic:Make;MapaCACIC:Make;CacicVersionsAndHashes:Make" /> | ||
84 | + </Target> | ||
85 | +</Project> | ||
0 | \ No newline at end of file | 86 | \ No newline at end of file |
cacic26Beta2.cfg
@@ -1,36 +0,0 @@ | @@ -1,36 +0,0 @@ | ||
1 | --$A8 | ||
2 | --$B- | ||
3 | --$C+ | ||
4 | --$D+ | ||
5 | --$E- | ||
6 | --$F- | ||
7 | --$G+ | ||
8 | --$H+ | ||
9 | --$I+ | ||
10 | --$J- | ||
11 | --$K- | ||
12 | --$L+ | ||
13 | --$M- | ||
14 | --$N+ | ||
15 | --$O+ | ||
16 | --$P+ | ||
17 | --$Q- | ||
18 | --$R- | ||
19 | --$S- | ||
20 | --$T- | ||
21 | --$U- | ||
22 | --$V+ | ||
23 | --$W- | ||
24 | --$X+ | ||
25 | --$YD | ||
26 | --$Z1 | ||
27 | --cg | ||
28 | --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; | ||
29 | --H+ | ||
30 | --W+ | ||
31 | --M | ||
32 | --$M16384,1048576 | ||
33 | --K$00400000 | ||
34 | --E"C:\arariboia_mod_BINARIOS" | ||
35 | --LE"c:\program files\borland\delphi7\Projects\Bpl" | ||
36 | --LN"c:\program files\borland\delphi7\Projects\Bpl" |
cacic280.cfg
@@ -1,41 +0,0 @@ | @@ -1,41 +0,0 @@ | ||
1 | --$A8 | ||
2 | --$B- | ||
3 | --$C- | ||
4 | --$D- | ||
5 | --$E- | ||
6 | --$F- | ||
7 | --$G+ | ||
8 | --$H+ | ||
9 | --$I+ | ||
10 | --$J- | ||
11 | --$K- | ||
12 | --$L- | ||
13 | --$M- | ||
14 | --$N+ | ||
15 | --$O+ | ||
16 | --$P+ | ||
17 | --$Q- | ||
18 | --$R- | ||
19 | --$S- | ||
20 | --$T- | ||
21 | --$U- | ||
22 | --$V+ | ||
23 | --$W- | ||
24 | --$X+ | ||
25 | --$Y- | ||
26 | --$Z1 | ||
27 | --GD | ||
28 | --cg | ||
29 | --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; | ||
30 | --H+ | ||
31 | --W+ | ||
32 | --M | ||
33 | --$M16384,1048576 | ||
34 | --K$00400000 | ||
35 | --E"C:\Agentes_Windows_BINARIOS" | ||
36 | --LE"c:\program files (x86)\borland\delphi7\Projects\Bpl" | ||
37 | --LN"c:\program files (x86)\borland\delphi7\Projects\Bpl" | ||
38 | --U"C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib;C:\vendors_lib\trayIcon;C:\vendors_lib\MagWMI" | ||
39 | --O"C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib;C:\vendors_lib\trayIcon;C:\vendors_lib\MagWMI" | ||
40 | --I"C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib;C:\vendors_lib\trayIcon;C:\vendors_lib\MagWMI" | ||
41 | --R"C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib;C:\vendors_lib\trayIcon;C:\vendors_lib\MagWMI" |
cacic280.dpr
@@ -20,16 +20,14 @@ program cacic280; | @@ -20,16 +20,14 @@ program cacic280; | ||
20 | uses | 20 | uses |
21 | Forms, | 21 | Forms, |
22 | Windows, | 22 | Windows, |
23 | + UsbDetectClass, | ||
23 | main in 'main.pas' {FormularioGeral}, | 24 | main in 'main.pas' {FormularioGeral}, |
24 | - frmSenha in 'frmsenha.pas' {formSenha}, | 25 | + frmsenha in 'frmsenha.pas' {formSenha}, |
25 | frmConfiguracoes in 'frmConfiguracoes.pas' {FormConfiguracoes}, | 26 | frmConfiguracoes in 'frmConfiguracoes.pas' {FormConfiguracoes}, |
26 | frmLog in 'frmLog.pas' {FormLog}, | 27 | frmLog in 'frmLog.pas' {FormLog}, |
27 | CACIC_Library in 'CACIC_Library.pas', | 28 | CACIC_Library in 'CACIC_Library.pas', |
28 | - USBdetectClass in 'USBdetectClass.pas', | ||
29 | CACIC_WMI in 'CACIC_WMI.pas'; | 29 | CACIC_WMI in 'CACIC_WMI.pas'; |
30 | 30 | ||
31 | -// WinVNC in 'winvnc.pas', | ||
32 | - | ||
33 | {$R *.res} | 31 | {$R *.res} |
34 | 32 | ||
35 | const APP_NAME = 'cacic280.exe'; | 33 | const APP_NAME = 'cacic280.exe'; |
@@ -0,0 +1,65 @@ | @@ -0,0 +1,65 @@ | ||
1 | +<?xml version="1.0" encoding="utf-8"?> | ||
2 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | + <PropertyGroup> | ||
4 | + <ProjectGuid>{704de977-a25c-4ab7-bd4f-8d122af0a3eb}</ProjectGuid> | ||
5 | + <MainSource>cacic280.dpr</MainSource> | ||
6 | + <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration> | ||
7 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
8 | + <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> | ||
9 | + <DCC_DependencyCheckOutputName>..\Agentes_Windows_BINARIOS\cacic280.exe</DCC_DependencyCheckOutputName> | ||
10 | + </PropertyGroup> | ||
11 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
12 | + <Version>7.0</Version> | ||
13 | + <DCC_AssertionsAtRuntime>False</DCC_AssertionsAtRuntime> | ||
14 | + <DCC_DebugInformation>False</DCC_DebugInformation> | ||
15 | + <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols> | ||
16 | + <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> | ||
17 | + <DCC_ExeOutput>C:\devel\cacic\Agentes_Windows_BINARIOS</DCC_ExeOutput> | ||
18 | + <DCC_Define>DEBUG</DCC_Define> | ||
19 | + <DCC_UNSAFE_TYPE>True</DCC_UNSAFE_TYPE> | ||
20 | + <DCC_UNSAFE_CODE>True</DCC_UNSAFE_CODE> | ||
21 | + <DCC_UNSAFE_CAST>True</DCC_UNSAFE_CAST> | ||
22 | + </PropertyGroup> | ||
23 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
24 | + <Version>7.0</Version> | ||
25 | + <DCC_AssertionsAtRuntime>False</DCC_AssertionsAtRuntime> | ||
26 | + <DCC_DebugInformation>False</DCC_DebugInformation> | ||
27 | + <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols> | ||
28 | + <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> | ||
29 | + <DCC_ExeOutput>C:\devel\cacic\Agentes_Windows_BINARIOS</DCC_ExeOutput> | ||
30 | + <DCC_UnitSearchPath>C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib;C:\vendors_lib\trayIcon;C:\vendors_lib\MagWMI;C:\devel\cacic\vendors</DCC_UnitSearchPath> | ||
31 | + <DCC_ResourcePath>C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib;C:\vendors_lib\trayIcon;C:\vendors_lib\MagWMI;C:\devel\cacic\vendors</DCC_ResourcePath> | ||
32 | + <DCC_ObjPath>C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib;C:\vendors_lib\trayIcon;C:\vendors_lib\MagWMI;C:\devel\cacic\vendors</DCC_ObjPath> | ||
33 | + <DCC_IncludePath>C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib;C:\vendors_lib\trayIcon;C:\vendors_lib\MagWMI;C:\devel\cacic\vendors</DCC_IncludePath> | ||
34 | + <DCC_Define>DEBUG</DCC_Define> | ||
35 | + <DCC_UNSAFE_TYPE>True</DCC_UNSAFE_TYPE> | ||
36 | + <DCC_UNSAFE_CODE>True</DCC_UNSAFE_CODE> | ||
37 | + <DCC_UNSAFE_CAST>True</DCC_UNSAFE_CAST> | ||
38 | + </PropertyGroup> | ||
39 | + <ProjectExtensions> | ||
40 | + <Borland.Personality>Delphi.Personality</Borland.Personality> | ||
41 | + <Borland.ProjectType>VCLApplication</Borland.ProjectType> | ||
42 | + <BorlandProject> | ||
43 | +<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">2</VersionInfo><VersionInfo Name="MinorVer">8</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">1212</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">1046</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName">Dataprev - Emp. de TI da Prev.Social - URES/SESS</VersionInfoKeys><VersionInfoKeys Name="FileDescription">Sistema CACIC - Módulo Agente Principal</VersionInfoKeys><VersionInfoKeys Name="FileVersion">2.8.0.1212</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright">Baseado na licença GNU/LGPL</VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName">Cacic - Configurador Automático e Coletor de Informações Computacionais</VersionInfoKeys><VersionInfoKeys Name="ProductVersion">3.0</VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">cacic280.dpr</Source></Source></Delphi.Personality></BorlandProject></BorlandProject> | ||
44 | + </ProjectExtensions> | ||
45 | + <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" /> | ||
46 | + <ItemGroup> | ||
47 | + <DelphiCompile Include="cacic280.dpr"> | ||
48 | + <MainSource>MainSource</MainSource> | ||
49 | + </DelphiCompile> | ||
50 | + <DCCReference Include="CACIC_Library.pas" /> | ||
51 | + <DCCReference Include="CACIC_WMI.pas" /> | ||
52 | + <DCCReference Include="frmConfiguracoes.pas"> | ||
53 | + <Form>FormConfiguracoes</Form> | ||
54 | + </DCCReference> | ||
55 | + <DCCReference Include="frmLog.pas"> | ||
56 | + <Form>FormLog</Form> | ||
57 | + </DCCReference> | ||
58 | + <DCCReference Include="frmsenha.pas"> | ||
59 | + <Form>formSenha</Form> | ||
60 | + </DCCReference> | ||
61 | + <DCCReference Include="main.pas"> | ||
62 | + <Form>FormularioGeral</Form> | ||
63 | + </DCCReference> | ||
64 | + </ItemGroup> | ||
65 | +</Project> | ||
0 | \ No newline at end of file | 66 | \ No newline at end of file |
cacic280.drc
@@ -1,664 +0,0 @@ | @@ -1,664 +0,0 @@ | ||
1 | -/* VER150 | ||
2 | - Generated by the Borland Delphi Pascal Compiler | ||
3 | - because -GD or --drc was supplied to the compiler. | ||
4 | - | ||
5 | - This file contains compiler-generated resources that | ||
6 | - were bound to the executable. | ||
7 | - If this file is empty, then no compiler-generated | ||
8 | - resources were bound to the produced executable. | ||
9 | -*/ | ||
10 | - | ||
11 | -#define ComConst_SNoMethod 65200 | ||
12 | -#define ComConst_SVarNotObject 65201 | ||
13 | -#define ComConst_STooManyParams 65202 | ||
14 | -#define ComConst_SDCOMNotInstalled 65203 | ||
15 | -#define OleConst_sNoRunningObject 65204 | ||
16 | -#define IdResourceStrings_RSStackECONNABORTED 65216 | ||
17 | -#define IdResourceStrings_RSStackECONNRESET 65217 | ||
18 | -#define IdResourceStrings_RSStackENOBUFS 65218 | ||
19 | -#define IdResourceStrings_RSStackEISCONN 65219 | ||
20 | -#define IdResourceStrings_RSStackENOTCONN 65220 | ||
21 | -#define IdResourceStrings_RSStackESHUTDOWN 65221 | ||
22 | -#define IdResourceStrings_RSStackETOOMANYREFS 65222 | ||
23 | -#define IdResourceStrings_RSStackETIMEDOUT 65223 | ||
24 | -#define IdResourceStrings_RSStackECONNREFUSED 65224 | ||
25 | -#define IdResourceStrings_RSStackELOOP 65225 | ||
26 | -#define IdResourceStrings_RSStackENAMETOOLONG 65226 | ||
27 | -#define IdResourceStrings_RSStackEHOSTDOWN 65227 | ||
28 | -#define IdResourceStrings_RSStackEHOSTUNREACH 65228 | ||
29 | -#define IdResourceStrings_RSStackENOTEMPTY 65229 | ||
30 | -#define IdResourceStrings_RSStackHOST_NOT_FOUND 65230 | ||
31 | -#define ComConst_SOleError 65231 | ||
32 | -#define IdResourceStrings_RSStackEALREADY 65232 | ||
33 | -#define IdResourceStrings_RSStackENOTSOCK 65233 | ||
34 | -#define IdResourceStrings_RSStackEDESTADDRREQ 65234 | ||
35 | -#define IdResourceStrings_RSStackEMSGSIZE 65235 | ||
36 | -#define IdResourceStrings_RSStackEPROTOTYPE 65236 | ||
37 | -#define IdResourceStrings_RSStackENOPROTOOPT 65237 | ||
38 | -#define IdResourceStrings_RSStackEPROTONOSUPPORT 65238 | ||
39 | -#define IdResourceStrings_RSStackESOCKTNOSUPPORT 65239 | ||
40 | -#define IdResourceStrings_RSStackEOPNOTSUPP 65240 | ||
41 | -#define IdResourceStrings_RSStackEPFNOSUPPORT 65241 | ||
42 | -#define IdResourceStrings_RSStackEAFNOSUPPORT 65242 | ||
43 | -#define IdResourceStrings_RSStackEADDRINUSE 65243 | ||
44 | -#define IdResourceStrings_RSStackEADDRNOTAVAIL 65244 | ||
45 | -#define IdResourceStrings_RSStackENETDOWN 65245 | ||
46 | -#define IdResourceStrings_RSStackENETUNREACH 65246 | ||
47 | -#define IdResourceStrings_RSStackENETRESET 65247 | ||
48 | -#define IdResourceStrings_RSStatusResolving 65248 | ||
49 | -#define IdResourceStrings_RSStatusConnecting 65249 | ||
50 | -#define IdResourceStrings_RSStatusConnected 65250 | ||
51 | -#define IdResourceStrings_RSStatusDisconnecting 65251 | ||
52 | -#define IdResourceStrings_RSStatusDisconnected 65252 | ||
53 | -#define IdResourceStrings_RSStatusText 65253 | ||
54 | -#define IdResourceStrings_RSInvalidServiceName 65254 | ||
55 | -#define IdResourceStrings_RSStackError 65255 | ||
56 | -#define IdResourceStrings_RSStackEINTR 65256 | ||
57 | -#define IdResourceStrings_RSStackEBADF 65257 | ||
58 | -#define IdResourceStrings_RSStackEACCES 65258 | ||
59 | -#define IdResourceStrings_RSStackEFAULT 65259 | ||
60 | -#define IdResourceStrings_RSStackEINVAL 65260 | ||
61 | -#define IdResourceStrings_RSStackEMFILE 65261 | ||
62 | -#define IdResourceStrings_RSStackEWOULDBLOCK 65262 | ||
63 | -#define IdResourceStrings_RSStackEINPROGRESS 65263 | ||
64 | -#define ExtCtrls_clNameMenu 65264 | ||
65 | -#define ExtCtrls_clNameMenuText 65265 | ||
66 | -#define ExtCtrls_clNameNone 65266 | ||
67 | -#define ExtCtrls_clNameScrollBar 65267 | ||
68 | -#define ExtCtrls_clName3DDkShadow 65268 | ||
69 | -#define ExtCtrls_clName3DLight 65269 | ||
70 | -#define ExtCtrls_clNameWindow 65270 | ||
71 | -#define ExtCtrls_clNameWindowFrame 65271 | ||
72 | -#define ExtCtrls_clNameWindowText 65272 | ||
73 | -#define ComStrs_sInvalidOwner 65273 | ||
74 | -#define ComStrs_sInvalidComCtl32 65274 | ||
75 | -#define WinHelpViewer_hNoKeyword 65275 | ||
76 | -#define IdResourceStrings_RSWinsockInitializationError 65276 | ||
77 | -#define IdResourceStrings_RSSetSizeExceeded 65277 | ||
78 | -#define IdResourceStrings_RSWS2CallError 65278 | ||
79 | -#define IdResourceStrings_RSWS2LoadError 65279 | ||
80 | -#define ExtCtrls_clNameAppWorkSpace 65280 | ||
81 | -#define ExtCtrls_clNameBackground 65281 | ||
82 | -#define ExtCtrls_clNameBtnFace 65282 | ||
83 | -#define ExtCtrls_clNameBtnHighlight 65283 | ||
84 | -#define ExtCtrls_clNameBtnShadow 65284 | ||
85 | -#define ExtCtrls_clNameBtnText 65285 | ||
86 | -#define ExtCtrls_clNameCaptionText 65286 | ||
87 | -#define ExtCtrls_clNameDefault 65287 | ||
88 | -#define ExtCtrls_clNameGrayText 65288 | ||
89 | -#define ExtCtrls_clNameHighlight 65289 | ||
90 | -#define ExtCtrls_clNameHighlightText 65290 | ||
91 | -#define ExtCtrls_clNameInactiveBorder 65291 | ||
92 | -#define ExtCtrls_clNameInactiveCaption 65292 | ||
93 | -#define ExtCtrls_clNameInactiveCaptionText 65293 | ||
94 | -#define ExtCtrls_clNameInfoBk 65294 | ||
95 | -#define ExtCtrls_clNameInfoText 65295 | ||
96 | -#define ExtCtrls_clNameTeal 65296 | ||
97 | -#define ExtCtrls_clNameGray 65297 | ||
98 | -#define ExtCtrls_clNameSilver 65298 | ||
99 | -#define ExtCtrls_clNameRed 65299 | ||
100 | -#define ExtCtrls_clNameLime 65300 | ||
101 | -#define ExtCtrls_clNameYellow 65301 | ||
102 | -#define ExtCtrls_clNameBlue 65302 | ||
103 | -#define ExtCtrls_clNameFuchsia 65303 | ||
104 | -#define ExtCtrls_clNameAqua 65304 | ||
105 | -#define ExtCtrls_clNameWhite 65305 | ||
106 | -#define ExtCtrls_clNameMoneyGreen 65306 | ||
107 | -#define ExtCtrls_clNameSkyBlue 65307 | ||
108 | -#define ExtCtrls_clNameCream 65308 | ||
109 | -#define ExtCtrls_clNameMedGray 65309 | ||
110 | -#define ExtCtrls_clNameActiveBorder 65310 | ||
111 | -#define ExtCtrls_clNameActiveCaption 65311 | ||
112 | -#define Consts_SDuplicateMenus 65312 | ||
113 | -#define Consts_SDockedCtlNeedsName 65313 | ||
114 | -#define Consts_SDockTreeRemoveError 65314 | ||
115 | -#define Consts_SDockZoneNotFound 65315 | ||
116 | -#define Consts_SDockZoneHasNoCtl 65316 | ||
117 | -#define Consts_SNoGetItemEventHandler 65317 | ||
118 | -#define HelpIntfs_hNoTableOfContents 65318 | ||
119 | -#define HelpIntfs_hNothingFound 65319 | ||
120 | -#define HelpIntfs_hNoContext 65320 | ||
121 | -#define HelpIntfs_hNoTopics 65321 | ||
122 | -#define ExtCtrls_clNameBlack 65322 | ||
123 | -#define ExtCtrls_clNameMaroon 65323 | ||
124 | -#define ExtCtrls_clNameGreen 65324 | ||
125 | -#define ExtCtrls_clNameOlive 65325 | ||
126 | -#define ExtCtrls_clNameNavy 65326 | ||
127 | -#define ExtCtrls_clNamePurple 65327 | ||
128 | -#define Consts_SmkcPgUp 65328 | ||
129 | -#define Consts_SmkcPgDn 65329 | ||
130 | -#define Consts_SmkcEnd 65330 | ||
131 | -#define Consts_SmkcHome 65331 | ||
132 | -#define Consts_SmkcLeft 65332 | ||
133 | -#define Consts_SmkcUp 65333 | ||
134 | -#define Consts_SmkcRight 65334 | ||
135 | -#define Consts_SmkcDown 65335 | ||
136 | -#define Consts_SmkcIns 65336 | ||
137 | -#define Consts_SmkcDel 65337 | ||
138 | -#define Consts_SmkcShift 65338 | ||
139 | -#define Consts_SmkcCtrl 65339 | ||
140 | -#define Consts_SmkcAlt 65340 | ||
141 | -#define Consts_SIconToClipboard 65341 | ||
142 | -#define Consts_SCannotOpenClipboard 65342 | ||
143 | -#define Consts_SInvalidMemoSize 65343 | ||
144 | -#define Consts_SMsgDlgYes 65344 | ||
145 | -#define Consts_SMsgDlgNo 65345 | ||
146 | -#define Consts_SMsgDlgOK 65346 | ||
147 | -#define Consts_SMsgDlgCancel 65347 | ||
148 | -#define Consts_SMsgDlgHelp 65348 | ||
149 | -#define Consts_SMsgDlgAbort 65349 | ||
150 | -#define Consts_SMsgDlgRetry 65350 | ||
151 | -#define Consts_SMsgDlgIgnore 65351 | ||
152 | -#define Consts_SMsgDlgAll 65352 | ||
153 | -#define Consts_SMsgDlgNoToAll 65353 | ||
154 | -#define Consts_SMsgDlgYesToAll 65354 | ||
155 | -#define Consts_SmkcBkSp 65355 | ||
156 | -#define Consts_SmkcTab 65356 | ||
157 | -#define Consts_SmkcEsc 65357 | ||
158 | -#define Consts_SmkcEnter 65358 | ||
159 | -#define Consts_SmkcSpace 65359 | ||
160 | -#define Consts_SNoButton 65360 | ||
161 | -#define Consts_SHelpButton 65361 | ||
162 | -#define Consts_SCloseButton 65362 | ||
163 | -#define Consts_SIgnoreButton 65363 | ||
164 | -#define Consts_SRetryButton 65364 | ||
165 | -#define Consts_SAbortButton 65365 | ||
166 | -#define Consts_SAllButton 65366 | ||
167 | -#define Consts_SCannotDragForm 65367 | ||
168 | -#define Consts_SVMetafiles 65368 | ||
169 | -#define Consts_SVEnhMetafiles 65369 | ||
170 | -#define Consts_SVIcons 65370 | ||
171 | -#define Consts_SVBitmaps 65371 | ||
172 | -#define Consts_SMsgDlgWarning 65372 | ||
173 | -#define Consts_SMsgDlgError 65373 | ||
174 | -#define Consts_SMsgDlgInformation 65374 | ||
175 | -#define Consts_SMsgDlgConfirm 65375 | ||
176 | -#define Consts_SWindowClass 65376 | ||
177 | -#define Consts_SCannotFocus 65377 | ||
178 | -#define Consts_SParentRequired 65378 | ||
179 | -#define Consts_SMDIChildNotVisible 65379 | ||
180 | -#define Consts_SVisibleChanged 65380 | ||
181 | -#define Consts_SCannotShowModal 65381 | ||
182 | -#define Consts_SMenuIndexError 65382 | ||
183 | -#define Consts_SMenuReinserted 65383 | ||
184 | -#define Consts_SMenuNotFound 65384 | ||
185 | -#define Consts_SNoTimers 65385 | ||
186 | -#define Consts_SGroupIndexTooLow 65386 | ||
187 | -#define Consts_SNoMDIForm 65387 | ||
188 | -#define Consts_SControlParentSetToSelf 65388 | ||
189 | -#define Consts_SOKButton 65389 | ||
190 | -#define Consts_SCancelButton 65390 | ||
191 | -#define Consts_SYesButton 65391 | ||
192 | -#define RTLConsts_SUnknownProperty 65392 | ||
193 | -#define RTLConsts_SWriteError 65393 | ||
194 | -#define Consts_SInvalidBitmap 65394 | ||
195 | -#define Consts_SInvalidIcon 65395 | ||
196 | -#define Consts_SInvalidMetafile 65396 | ||
197 | -#define Consts_SChangeIconSize 65397 | ||
198 | -#define Consts_SUnknownClipboardFormat 65398 | ||
199 | -#define Consts_SOutOfResources 65399 | ||
200 | -#define Consts_SNoCanvasHandle 65400 | ||
201 | -#define Consts_SInvalidImageSize 65401 | ||
202 | -#define Consts_SInvalidImageList 65402 | ||
203 | -#define Consts_SReplaceImage 65403 | ||
204 | -#define Consts_SImageIndexError 65404 | ||
205 | -#define Consts_SImageReadFail 65405 | ||
206 | -#define Consts_SImageWriteFail 65406 | ||
207 | -#define Consts_SWindowDCError 65407 | ||
208 | -#define RTLConsts_SInvalidImage 65408 | ||
209 | -#define RTLConsts_SInvalidName 65409 | ||
210 | -#define RTLConsts_SInvalidProperty 65410 | ||
211 | -#define RTLConsts_SInvalidPropertyPath 65411 | ||
212 | -#define RTLConsts_SInvalidPropertyValue 65412 | ||
213 | -#define RTLConsts_SListCapacityError 65413 | ||
214 | -#define RTLConsts_SListCountError 65414 | ||
215 | -#define RTLConsts_SListIndexError 65415 | ||
216 | -#define RTLConsts_SMemoryStreamError 65416 | ||
217 | -#define RTLConsts_SPropertyException 65417 | ||
218 | -#define RTLConsts_SReadError 65418 | ||
219 | -#define RTLConsts_SReadOnlyProperty 65419 | ||
220 | -#define RTLConsts_SResNotFound 65420 | ||
221 | -#define RTLConsts_SSeekNotImplemented 65421 | ||
222 | -#define RTLConsts_SSortedListError 65422 | ||
223 | -#define RTLConsts_SUnknownGroup 65423 | ||
224 | -#define SysConst_SLongDayNameFri 65424 | ||
225 | -#define SysConst_SLongDayNameSat 65425 | ||
226 | -#define SysConst_SCannotCreateDir 65426 | ||
227 | -#define RTLConsts_SAncestorNotFound 65427 | ||
228 | -#define RTLConsts_SAssignError 65428 | ||
229 | -#define RTLConsts_SBitsIndexError 65429 | ||
230 | -#define RTLConsts_SCantWriteResourceStreamError 65430 | ||
231 | -#define RTLConsts_SCheckSynchronizeError 65431 | ||
232 | -#define RTLConsts_SClassNotFound 65432 | ||
233 | -#define RTLConsts_SDuplicateClass 65433 | ||
234 | -#define RTLConsts_SDuplicateItem 65434 | ||
235 | -#define RTLConsts_SDuplicateName 65435 | ||
236 | -#define RTLConsts_SDuplicateString 65436 | ||
237 | -#define RTLConsts_SFCreateErrorEx 65437 | ||
238 | -#define RTLConsts_SFOpenErrorEx 65438 | ||
239 | -#define RTLConsts_SIniFileWriteError 65439 | ||
240 | -#define SysConst_SLongMonthNameSep 65440 | ||
241 | -#define SysConst_SLongMonthNameOct 65441 | ||
242 | -#define SysConst_SLongMonthNameNov 65442 | ||
243 | -#define SysConst_SLongMonthNameDec 65443 | ||
244 | -#define SysConst_SShortDayNameSun 65444 | ||
245 | -#define SysConst_SShortDayNameMon 65445 | ||
246 | -#define SysConst_SShortDayNameTue 65446 | ||
247 | -#define SysConst_SShortDayNameWed 65447 | ||
248 | -#define SysConst_SShortDayNameThu 65448 | ||
249 | -#define SysConst_SShortDayNameFri 65449 | ||
250 | -#define SysConst_SShortDayNameSat 65450 | ||
251 | -#define SysConst_SLongDayNameSun 65451 | ||
252 | -#define SysConst_SLongDayNameMon 65452 | ||
253 | -#define SysConst_SLongDayNameTue 65453 | ||
254 | -#define SysConst_SLongDayNameWed 65454 | ||
255 | -#define SysConst_SLongDayNameThu 65455 | ||
256 | -#define SysConst_SShortMonthNameMay 65456 | ||
257 | -#define SysConst_SShortMonthNameJun 65457 | ||
258 | -#define SysConst_SShortMonthNameJul 65458 | ||
259 | -#define SysConst_SShortMonthNameAug 65459 | ||
260 | -#define SysConst_SShortMonthNameSep 65460 | ||
261 | -#define SysConst_SShortMonthNameOct 65461 | ||
262 | -#define SysConst_SShortMonthNameNov 65462 | ||
263 | -#define SysConst_SShortMonthNameDec 65463 | ||
264 | -#define SysConst_SLongMonthNameJan 65464 | ||
265 | -#define SysConst_SLongMonthNameFeb 65465 | ||
266 | -#define SysConst_SLongMonthNameMar 65466 | ||
267 | -#define SysConst_SLongMonthNameApr 65467 | ||
268 | -#define SysConst_SLongMonthNameMay 65468 | ||
269 | -#define SysConst_SLongMonthNameJun 65469 | ||
270 | -#define SysConst_SLongMonthNameJul 65470 | ||
271 | -#define SysConst_SLongMonthNameAug 65471 | ||
272 | -#define SysConst_SVarBadType 65472 | ||
273 | -#define SysConst_SVarNotImplemented 65473 | ||
274 | -#define SysConst_SVarUnexpected 65474 | ||
275 | -#define SysConst_SExternalException 65475 | ||
276 | -#define SysConst_SAssertionFailed 65476 | ||
277 | -#define SysConst_SIntfCastError 65477 | ||
278 | -#define SysConst_SSafecallException 65478 | ||
279 | -#define SysConst_SAssertError 65479 | ||
280 | -#define SysConst_SAbstractError 65480 | ||
281 | -#define SysConst_SModuleAccessViolation 65481 | ||
282 | -#define SysConst_SOSError 65482 | ||
283 | -#define SysConst_SUnkOSError 65483 | ||
284 | -#define SysConst_SShortMonthNameJan 65484 | ||
285 | -#define SysConst_SShortMonthNameFeb 65485 | ||
286 | -#define SysConst_SShortMonthNameMar 65486 | ||
287 | -#define SysConst_SShortMonthNameApr 65487 | ||
288 | -#define SysConst_SInvalidFormat 65488 | ||
289 | -#define SysConst_SArgumentMissing 65489 | ||
290 | -#define SysConst_SDispatchError 65490 | ||
291 | -#define SysConst_SReadAccess 65491 | ||
292 | -#define SysConst_SWriteAccess 65492 | ||
293 | -#define SysConst_SVarArrayCreate 65493 | ||
294 | -#define SysConst_SVarArrayBounds 65494 | ||
295 | -#define SysConst_SVarArrayLocked 65495 | ||
296 | -#define SysConst_SInvalidVarCast 65496 | ||
297 | -#define SysConst_SInvalidVarOp 65497 | ||
298 | -#define SysConst_SInvalidVarNullOp 65498 | ||
299 | -#define SysConst_SInvalidVarOpWithHResultWithPrefix 65499 | ||
300 | -#define SysConst_SVarTypeCouldNotConvert 65500 | ||
301 | -#define SysConst_SVarTypeConvertOverflow 65501 | ||
302 | -#define SysConst_SVarOverflow 65502 | ||
303 | -#define SysConst_SVarInvalid 65503 | ||
304 | -#define SysConst_SDivByZero 65504 | ||
305 | -#define SysConst_SRangeError 65505 | ||
306 | -#define SysConst_SIntOverflow 65506 | ||
307 | -#define SysConst_SInvalidOp 65507 | ||
308 | -#define SysConst_SZeroDivide 65508 | ||
309 | -#define SysConst_SOverflow 65509 | ||
310 | -#define SysConst_SUnderflow 65510 | ||
311 | -#define SysConst_SInvalidPointer 65511 | ||
312 | -#define SysConst_SInvalidCast 65512 | ||
313 | -#define SysConst_SAccessViolationArg3 65513 | ||
314 | -#define SysConst_SAccessViolationNoArg 65514 | ||
315 | -#define SysConst_SStackOverflow 65515 | ||
316 | -#define SysConst_SControlC 65516 | ||
317 | -#define SysConst_SPrivilege 65517 | ||
318 | -#define SysConst_SException 65518 | ||
319 | -#define SysConst_SExceptTitle 65519 | ||
320 | -#define SysConst_SInvalidInteger 65520 | ||
321 | -#define SysConst_SInvalidFloat 65521 | ||
322 | -#define SysConst_SInvalidDate 65522 | ||
323 | -#define SysConst_SInvalidTime 65523 | ||
324 | -#define SysConst_SInvalidDateTime 65524 | ||
325 | -#define SysConst_STimeEncodeError 65525 | ||
326 | -#define SysConst_SDateEncodeError 65526 | ||
327 | -#define SysConst_SOutOfMemory 65527 | ||
328 | -#define SysConst_SInOutError 65528 | ||
329 | -#define SysConst_SFileNotFound 65529 | ||
330 | -#define SysConst_SInvalidFilename 65530 | ||
331 | -#define SysConst_STooManyOpenFiles 65531 | ||
332 | -#define SysConst_SAccessDenied 65532 | ||
333 | -#define SysConst_SEndOfFile 65533 | ||
334 | -#define SysConst_SDiskFull 65534 | ||
335 | -#define SysConst_SInvalidInput 65535 | ||
336 | -STRINGTABLE | ||
337 | -BEGIN | ||
338 | - ComConst_SNoMethod, "Method '%s' not supported by automation object" | ||
339 | - ComConst_SVarNotObject, "Variant does not reference an automation object" | ||
340 | - ComConst_STooManyParams, "Dispatch methods do not support more than 64 parameters" | ||
341 | - ComConst_SDCOMNotInstalled, "DCOM not installed" | ||
342 | - OleConst_sNoRunningObject, "Unable to retrieve a pointer to a running object registered with OLE for %s/%s" | ||
343 | - IdResourceStrings_RSStackECONNABORTED, "Software caused connection abort." | ||
344 | - IdResourceStrings_RSStackECONNRESET, "Connection reset by peer." | ||
345 | - IdResourceStrings_RSStackENOBUFS, "No buffer space available." | ||
346 | - IdResourceStrings_RSStackEISCONN, "Socket is already connected." | ||
347 | - IdResourceStrings_RSStackENOTCONN, "Socket is not connected." | ||
348 | - IdResourceStrings_RSStackESHUTDOWN, "Cannot send or receive after socket is closed." | ||
349 | - IdResourceStrings_RSStackETOOMANYREFS, "Too many references, cannot splice." | ||
350 | - IdResourceStrings_RSStackETIMEDOUT, "Connection timed out." | ||
351 | - IdResourceStrings_RSStackECONNREFUSED, "Connection refused." | ||
352 | - IdResourceStrings_RSStackELOOP, "Too many levels of symbolic links." | ||
353 | - IdResourceStrings_RSStackENAMETOOLONG, "File name too long." | ||
354 | - IdResourceStrings_RSStackEHOSTDOWN, "Host is down." | ||
355 | - IdResourceStrings_RSStackEHOSTUNREACH, "No route to host." | ||
356 | - IdResourceStrings_RSStackENOTEMPTY, "Directory not empty" | ||
357 | - IdResourceStrings_RSStackHOST_NOT_FOUND, "Host not found." | ||
358 | - ComConst_SOleError, "OLE error %.8x" | ||
359 | - IdResourceStrings_RSStackEALREADY, "Operation already in progress." | ||
360 | - IdResourceStrings_RSStackENOTSOCK, "Socket operation on non-socket." | ||
361 | - IdResourceStrings_RSStackEDESTADDRREQ, "Destination address required." | ||
362 | - IdResourceStrings_RSStackEMSGSIZE, "Message too long." | ||
363 | - IdResourceStrings_RSStackEPROTOTYPE, "Protocol wrong type for socket." | ||
364 | - IdResourceStrings_RSStackENOPROTOOPT, "Bad protocol option." | ||
365 | - IdResourceStrings_RSStackEPROTONOSUPPORT, "Protocol not supported." | ||
366 | - IdResourceStrings_RSStackESOCKTNOSUPPORT, "Socket type not supported." | ||
367 | - IdResourceStrings_RSStackEOPNOTSUPP, "Operation not supported on socket." | ||
368 | - IdResourceStrings_RSStackEPFNOSUPPORT, "Protocol family not supported." | ||
369 | - IdResourceStrings_RSStackEAFNOSUPPORT, "Address family not supported by protocol family." | ||
370 | - IdResourceStrings_RSStackEADDRINUSE, "Address already in use." | ||
371 | - IdResourceStrings_RSStackEADDRNOTAVAIL, "Cannot assign requested address." | ||
372 | - IdResourceStrings_RSStackENETDOWN, "Network is down." | ||
373 | - IdResourceStrings_RSStackENETUNREACH, "Network is unreachable." | ||
374 | - IdResourceStrings_RSStackENETRESET, "Net dropped connection or reset." | ||
375 | - IdResourceStrings_RSStatusResolving, "Resolving hostname %s." | ||
376 | - IdResourceStrings_RSStatusConnecting, "Connecting to %s." | ||
377 | - IdResourceStrings_RSStatusConnected, "Connected." | ||
378 | - IdResourceStrings_RSStatusDisconnecting, "Disconnecting." | ||
379 | - IdResourceStrings_RSStatusDisconnected, "Disconnected." | ||
380 | - IdResourceStrings_RSStatusText, "%s" | ||
381 | - IdResourceStrings_RSInvalidServiceName, "%s is not a valid service." | ||
382 | - IdResourceStrings_RSStackError, "Socket Error # %d\r\n%s" | ||
383 | - IdResourceStrings_RSStackEINTR, "Interrupted system call." | ||
384 | - IdResourceStrings_RSStackEBADF, "Bad file number." | ||
385 | - IdResourceStrings_RSStackEACCES, "Access denied." | ||
386 | - IdResourceStrings_RSStackEFAULT, "Bad address." | ||
387 | - IdResourceStrings_RSStackEINVAL, "Invalid argument." | ||
388 | - IdResourceStrings_RSStackEMFILE, "Too many open files." | ||
389 | - IdResourceStrings_RSStackEWOULDBLOCK, "Operation would block. " | ||
390 | - IdResourceStrings_RSStackEINPROGRESS, "Operation now in progress." | ||
391 | - ExtCtrls_clNameMenu, "Menu Background" | ||
392 | - ExtCtrls_clNameMenuText, "Menu Text" | ||
393 | - ExtCtrls_clNameNone, "None" | ||
394 | - ExtCtrls_clNameScrollBar, "Scroll Bar" | ||
395 | - ExtCtrls_clName3DDkShadow, "3D Dark Shadow" | ||
396 | - ExtCtrls_clName3DLight, "3D Light" | ||
397 | - ExtCtrls_clNameWindow, "Window Background" | ||
398 | - ExtCtrls_clNameWindowFrame, "Window Frame" | ||
399 | - ExtCtrls_clNameWindowText, "Window Text" | ||
400 | - ComStrs_sInvalidOwner, "Invalid owner" | ||
401 | - ComStrs_sInvalidComCtl32, "This control requires version 4.70 or greater of COMCTL32.DLL" | ||
402 | - WinHelpViewer_hNoKeyword, "No help keyword specified." | ||
403 | - IdResourceStrings_RSWinsockInitializationError, "Winsock Initialization Error." | ||
404 | - IdResourceStrings_RSSetSizeExceeded, "Set Size Exceeded." | ||
405 | - IdResourceStrings_RSWS2CallError, "Error on call Winsock2 library function %s" | ||
406 | - IdResourceStrings_RSWS2LoadError, "Error on loading Winsock2 library (%s)" | ||
407 | - ExtCtrls_clNameAppWorkSpace, "Application Workspace" | ||
408 | - ExtCtrls_clNameBackground, "Background" | ||
409 | - ExtCtrls_clNameBtnFace, "Button Face" | ||
410 | - ExtCtrls_clNameBtnHighlight, "Button Highlight" | ||
411 | - ExtCtrls_clNameBtnShadow, "Button Shadow" | ||
412 | - ExtCtrls_clNameBtnText, "Button Text" | ||
413 | - ExtCtrls_clNameCaptionText, "Caption Text" | ||
414 | - ExtCtrls_clNameDefault, "Default" | ||
415 | - ExtCtrls_clNameGrayText, "Gray Text" | ||
416 | - ExtCtrls_clNameHighlight, "Highlight Background" | ||
417 | - ExtCtrls_clNameHighlightText, "Highlight Text" | ||
418 | - ExtCtrls_clNameInactiveBorder, "Inactive Border" | ||
419 | - ExtCtrls_clNameInactiveCaption, "Inactive Caption" | ||
420 | - ExtCtrls_clNameInactiveCaptionText, "Inactive Caption Text" | ||
421 | - ExtCtrls_clNameInfoBk, "Info Background" | ||
422 | - ExtCtrls_clNameInfoText, "Info Text" | ||
423 | - ExtCtrls_clNameTeal, "Teal" | ||
424 | - ExtCtrls_clNameGray, "Gray" | ||
425 | - ExtCtrls_clNameSilver, "Silver" | ||
426 | - ExtCtrls_clNameRed, "Red" | ||
427 | - ExtCtrls_clNameLime, "Lime" | ||
428 | - ExtCtrls_clNameYellow, "Yellow" | ||
429 | - ExtCtrls_clNameBlue, "Blue" | ||
430 | - ExtCtrls_clNameFuchsia, "Fuchsia" | ||
431 | - ExtCtrls_clNameAqua, "Aqua" | ||
432 | - ExtCtrls_clNameWhite, "White" | ||
433 | - ExtCtrls_clNameMoneyGreen, "Money Green" | ||
434 | - ExtCtrls_clNameSkyBlue, "Sky Blue" | ||
435 | - ExtCtrls_clNameCream, "Cream" | ||
436 | - ExtCtrls_clNameMedGray, "Medium Gray" | ||
437 | - ExtCtrls_clNameActiveBorder, "Active Border" | ||
438 | - ExtCtrls_clNameActiveCaption, "Active Caption" | ||
439 | - Consts_SDuplicateMenus, "Menu '%s' is already being used by another form" | ||
440 | - Consts_SDockedCtlNeedsName, "Docked control must have a name" | ||
441 | - Consts_SDockTreeRemoveError, "Error removing control from dock tree" | ||
442 | - Consts_SDockZoneNotFound, " - Dock zone not found" | ||
443 | - Consts_SDockZoneHasNoCtl, " - Dock zone has no control" | ||
444 | - Consts_SNoGetItemEventHandler, "No OnGetItem event handler assigned" | ||
445 | - HelpIntfs_hNoTableOfContents, "Unable to find a Table of Contents" | ||
446 | - HelpIntfs_hNothingFound, "No help found for %s" | ||
447 | - HelpIntfs_hNoContext, "No context-sensitive help installed" | ||
448 | - HelpIntfs_hNoTopics, "No topic-based help system installed" | ||
449 | - ExtCtrls_clNameBlack, "Black" | ||
450 | - ExtCtrls_clNameMaroon, "Maroon" | ||
451 | - ExtCtrls_clNameGreen, "Green" | ||
452 | - ExtCtrls_clNameOlive, "Olive" | ||
453 | - ExtCtrls_clNameNavy, "Navy" | ||
454 | - ExtCtrls_clNamePurple, "Purple" | ||
455 | - Consts_SmkcPgUp, "PgUp" | ||
456 | - Consts_SmkcPgDn, "PgDn" | ||
457 | - Consts_SmkcEnd, "End" | ||
458 | - Consts_SmkcHome, "Home" | ||
459 | - Consts_SmkcLeft, "Left" | ||
460 | - Consts_SmkcUp, "Up" | ||
461 | - Consts_SmkcRight, "Right" | ||
462 | - Consts_SmkcDown, "Down" | ||
463 | - Consts_SmkcIns, "Ins" | ||
464 | - Consts_SmkcDel, "Del" | ||
465 | - Consts_SmkcShift, "Shift+" | ||
466 | - Consts_SmkcCtrl, "Ctrl+" | ||
467 | - Consts_SmkcAlt, "Alt+" | ||
468 | - Consts_SIconToClipboard, "Clipboard does not support Icons" | ||
469 | - Consts_SCannotOpenClipboard, "Cannot open clipboard" | ||
470 | - Consts_SInvalidMemoSize, "Text exceeds memo capacity" | ||
471 | - Consts_SMsgDlgYes, "&Yes" | ||
472 | - Consts_SMsgDlgNo, "&No" | ||
473 | - Consts_SMsgDlgOK, "OK" | ||
474 | - Consts_SMsgDlgCancel, "Cancel" | ||
475 | - Consts_SMsgDlgHelp, "&Help" | ||
476 | - Consts_SMsgDlgAbort, "&Abort" | ||
477 | - Consts_SMsgDlgRetry, "&Retry" | ||
478 | - Consts_SMsgDlgIgnore, "&Ignore" | ||
479 | - Consts_SMsgDlgAll, "&All" | ||
480 | - Consts_SMsgDlgNoToAll, "N&o to All" | ||
481 | - Consts_SMsgDlgYesToAll, "Yes to &All" | ||
482 | - Consts_SmkcBkSp, "BkSp" | ||
483 | - Consts_SmkcTab, "Tab" | ||
484 | - Consts_SmkcEsc, "Esc" | ||
485 | - Consts_SmkcEnter, "Enter" | ||
486 | - Consts_SmkcSpace, "Space" | ||
487 | - Consts_SNoButton, "&No" | ||
488 | - Consts_SHelpButton, "&Help" | ||
489 | - Consts_SCloseButton, "&Close" | ||
490 | - Consts_SIgnoreButton, "&Ignore" | ||
491 | - Consts_SRetryButton, "&Retry" | ||
492 | - Consts_SAbortButton, "Abort" | ||
493 | - Consts_SAllButton, "&All" | ||
494 | - Consts_SCannotDragForm, "Cannot drag a form" | ||
495 | - Consts_SVMetafiles, "Metafiles" | ||
496 | - Consts_SVEnhMetafiles, "Enhanced Metafiles" | ||
497 | - Consts_SVIcons, "Icons" | ||
498 | - Consts_SVBitmaps, "Bitmaps" | ||
499 | - Consts_SMsgDlgWarning, "Warning" | ||
500 | - Consts_SMsgDlgError, "Error" | ||
501 | - Consts_SMsgDlgInformation, "Information" | ||
502 | - Consts_SMsgDlgConfirm, "Confirm" | ||
503 | - Consts_SWindowClass, "Error creating window class" | ||
504 | - Consts_SCannotFocus, "Cannot focus a disabled or invisible window" | ||
505 | - Consts_SParentRequired, "Control '%s' has no parent window" | ||
506 | - Consts_SMDIChildNotVisible, "Cannot hide an MDI Child Form" | ||
507 | - Consts_SVisibleChanged, "Cannot change Visible in OnShow or OnHide" | ||
508 | - Consts_SCannotShowModal, "Cannot make a visible window modal" | ||
509 | - Consts_SMenuIndexError, "Menu index out of range" | ||
510 | - Consts_SMenuReinserted, "Menu inserted twice" | ||
511 | - Consts_SMenuNotFound, "Sub-menu is not in menu" | ||
512 | - Consts_SNoTimers, "Not enough timers available" | ||
513 | - Consts_SGroupIndexTooLow, "GroupIndex cannot be less than a previous menu item's GroupIndex" | ||
514 | - Consts_SNoMDIForm, "Cannot create form. No MDI forms are currently active" | ||
515 | - Consts_SControlParentSetToSelf, "A control cannot have itself as its parent" | ||
516 | - Consts_SOKButton, "OK" | ||
517 | - Consts_SCancelButton, "Cancel" | ||
518 | - Consts_SYesButton, "&Yes" | ||
519 | - RTLConsts_SUnknownProperty, "Property %s does not exist" | ||
520 | - RTLConsts_SWriteError, "Stream write error" | ||
521 | - Consts_SInvalidBitmap, "Bitmap image is not valid" | ||
522 | - Consts_SInvalidIcon, "Icon image is not valid" | ||
523 | - Consts_SInvalidMetafile, "Metafile is not valid" | ||
524 | - Consts_SChangeIconSize, "Cannot change the size of an icon" | ||
525 | - Consts_SUnknownClipboardFormat, "Unsupported clipboard format" | ||
526 | - Consts_SOutOfResources, "Out of system resources" | ||
527 | - Consts_SNoCanvasHandle, "Canvas does not allow drawing" | ||
528 | - Consts_SInvalidImageSize, "Invalid image size" | ||
529 | - Consts_SInvalidImageList, "Invalid ImageList" | ||
530 | - Consts_SReplaceImage, "Unable to Replace Image" | ||
531 | - Consts_SImageIndexError, "Invalid ImageList Index" | ||
532 | - Consts_SImageReadFail, "Failed to read ImageList data from stream" | ||
533 | - Consts_SImageWriteFail, "Failed to write ImageList data to stream" | ||
534 | - Consts_SWindowDCError, "Error creating window device context" | ||
535 | - RTLConsts_SInvalidImage, "Invalid stream format" | ||
536 | - RTLConsts_SInvalidName, "''%s'' is not a valid component name" | ||
537 | - RTLConsts_SInvalidProperty, "Invalid property value" | ||
538 | - RTLConsts_SInvalidPropertyPath, "Invalid property path" | ||
539 | - RTLConsts_SInvalidPropertyValue, "Invalid property value" | ||
540 | - RTLConsts_SListCapacityError, "List capacity out of bounds (%d)" | ||
541 | - RTLConsts_SListCountError, "List count out of bounds (%d)" | ||
542 | - RTLConsts_SListIndexError, "List index out of bounds (%d)" | ||
543 | - RTLConsts_SMemoryStreamError, "Out of memory while expanding memory stream" | ||
544 | - RTLConsts_SPropertyException, "Error reading %s%s%s: %s" | ||
545 | - RTLConsts_SReadError, "Stream read error" | ||
546 | - RTLConsts_SReadOnlyProperty, "Property is read-only" | ||
547 | - RTLConsts_SResNotFound, "Resource %s not found" | ||
548 | - RTLConsts_SSeekNotImplemented, "%s.Seek not implemented" | ||
549 | - RTLConsts_SSortedListError, "Operation not allowed on sorted list" | ||
550 | - RTLConsts_SUnknownGroup, "%s not in a class registration group" | ||
551 | - SysConst_SLongDayNameFri, "Friday" | ||
552 | - SysConst_SLongDayNameSat, "Saturday" | ||
553 | - SysConst_SCannotCreateDir, "Unable to create directory" | ||
554 | - RTLConsts_SAncestorNotFound, "Ancestor for '%s' not found" | ||
555 | - RTLConsts_SAssignError, "Cannot assign a %s to a %s" | ||
556 | - RTLConsts_SBitsIndexError, "Bits index out of range" | ||
557 | - RTLConsts_SCantWriteResourceStreamError, "Can't write to a read-only resource stream" | ||
558 | - RTLConsts_SCheckSynchronizeError, "CheckSynchronize called from thread $%x, which is NOT the main thread" | ||
559 | - RTLConsts_SClassNotFound, "Class %s not found" | ||
560 | - RTLConsts_SDuplicateClass, "A class named %s already exists" | ||
561 | - RTLConsts_SDuplicateItem, "List does not allow duplicates ($0%x)" | ||
562 | - RTLConsts_SDuplicateName, "A component named %s already exists" | ||
563 | - RTLConsts_SDuplicateString, "String list does not allow duplicates" | ||
564 | - RTLConsts_SFCreateErrorEx, "Cannot create file \"%s\". %s" | ||
565 | - RTLConsts_SFOpenErrorEx, "Cannot open file \"%s\". %s" | ||
566 | - RTLConsts_SIniFileWriteError, "Unable to write to %s" | ||
567 | - SysConst_SLongMonthNameSep, "September" | ||
568 | - SysConst_SLongMonthNameOct, "October" | ||
569 | - SysConst_SLongMonthNameNov, "November" | ||
570 | - SysConst_SLongMonthNameDec, "December" | ||
571 | - SysConst_SShortDayNameSun, "Sun" | ||
572 | - SysConst_SShortDayNameMon, "Mon" | ||
573 | - SysConst_SShortDayNameTue, "Tue" | ||
574 | - SysConst_SShortDayNameWed, "Wed" | ||
575 | - SysConst_SShortDayNameThu, "Thu" | ||
576 | - SysConst_SShortDayNameFri, "Fri" | ||
577 | - SysConst_SShortDayNameSat, "Sat" | ||
578 | - SysConst_SLongDayNameSun, "Sunday" | ||
579 | - SysConst_SLongDayNameMon, "Monday" | ||
580 | - SysConst_SLongDayNameTue, "Tuesday" | ||
581 | - SysConst_SLongDayNameWed, "Wednesday" | ||
582 | - SysConst_SLongDayNameThu, "Thursday" | ||
583 | - SysConst_SShortMonthNameMay, "May" | ||
584 | - SysConst_SShortMonthNameJun, "Jun" | ||
585 | - SysConst_SShortMonthNameJul, "Jul" | ||
586 | - SysConst_SShortMonthNameAug, "Aug" | ||
587 | - SysConst_SShortMonthNameSep, "Sep" | ||
588 | - SysConst_SShortMonthNameOct, "Oct" | ||
589 | - SysConst_SShortMonthNameNov, "Nov" | ||
590 | - SysConst_SShortMonthNameDec, "Dec" | ||
591 | - SysConst_SLongMonthNameJan, "January" | ||
592 | - SysConst_SLongMonthNameFeb, "February" | ||
593 | - SysConst_SLongMonthNameMar, "March" | ||
594 | - SysConst_SLongMonthNameApr, "April" | ||
595 | - SysConst_SLongMonthNameMay, "May" | ||
596 | - SysConst_SLongMonthNameJun, "June" | ||
597 | - SysConst_SLongMonthNameJul, "July" | ||
598 | - SysConst_SLongMonthNameAug, "August" | ||
599 | - SysConst_SVarBadType, "Invalid variant type" | ||
600 | - SysConst_SVarNotImplemented, "Operation not supported" | ||
601 | - SysConst_SVarUnexpected, "Unexpected variant error" | ||
602 | - SysConst_SExternalException, "External exception %x" | ||
603 | - SysConst_SAssertionFailed, "Assertion failed" | ||
604 | - SysConst_SIntfCastError, "Interface not supported" | ||
605 | - SysConst_SSafecallException, "Exception in safecall method" | ||
606 | - SysConst_SAssertError, "%s (%s, line %d)" | ||
607 | - SysConst_SAbstractError, "Abstract Error" | ||
608 | - SysConst_SModuleAccessViolation, "Access violation at address %p in module '%s'. %s of address %p" | ||
609 | - SysConst_SOSError, "System Error. Code: %d.\r\n%s" | ||
610 | - SysConst_SUnkOSError, "A call to an OS function failed" | ||
611 | - SysConst_SShortMonthNameJan, "Jan" | ||
612 | - SysConst_SShortMonthNameFeb, "Feb" | ||
613 | - SysConst_SShortMonthNameMar, "Mar" | ||
614 | - SysConst_SShortMonthNameApr, "Apr" | ||
615 | - SysConst_SInvalidFormat, "Format '%s' invalid or incompatible with argument" | ||
616 | - SysConst_SArgumentMissing, "No argument for format '%s'" | ||
617 | - SysConst_SDispatchError, "Variant method calls not supported" | ||
618 | - SysConst_SReadAccess, "Read" | ||
619 | - SysConst_SWriteAccess, "Write" | ||
620 | - SysConst_SVarArrayCreate, "Error creating variant or safe array" | ||
621 | - SysConst_SVarArrayBounds, "Variant or safe array index out of bounds" | ||
622 | - SysConst_SVarArrayLocked, "Variant or safe array is locked" | ||
623 | - SysConst_SInvalidVarCast, "Invalid variant type conversion" | ||
624 | - SysConst_SInvalidVarOp, "Invalid variant operation" | ||
625 | - SysConst_SInvalidVarNullOp, "Invalid NULL variant operation" | ||
626 | - SysConst_SInvalidVarOpWithHResultWithPrefix, "Invalid variant operation (%s%.8x)\n%s" | ||
627 | - SysConst_SVarTypeCouldNotConvert, "Could not convert variant of type (%s) into type (%s)" | ||
628 | - SysConst_SVarTypeConvertOverflow, "Overflow while converting variant of type (%s) into type (%s)" | ||
629 | - SysConst_SVarOverflow, "Variant overflow" | ||
630 | - SysConst_SVarInvalid, "Invalid argument" | ||
631 | - SysConst_SDivByZero, "Division by zero" | ||
632 | - SysConst_SRangeError, "Range check error" | ||
633 | - SysConst_SIntOverflow, "Integer overflow" | ||
634 | - SysConst_SInvalidOp, "Invalid floating point operation" | ||
635 | - SysConst_SZeroDivide, "Floating point division by zero" | ||
636 | - SysConst_SOverflow, "Floating point overflow" | ||
637 | - SysConst_SUnderflow, "Floating point underflow" | ||
638 | - SysConst_SInvalidPointer, "Invalid pointer operation" | ||
639 | - SysConst_SInvalidCast, "Invalid class typecast" | ||
640 | - SysConst_SAccessViolationArg3, "Access violation at address %p. %s of address %p" | ||
641 | - SysConst_SAccessViolationNoArg, "Access violation" | ||
642 | - SysConst_SStackOverflow, "Stack overflow" | ||
643 | - SysConst_SControlC, "Control-C hit" | ||
644 | - SysConst_SPrivilege, "Privileged instruction" | ||
645 | - SysConst_SException, "Exception %s in module %s at %p.\r\n%s%s\r\n" | ||
646 | - SysConst_SExceptTitle, "Application Error" | ||
647 | - SysConst_SInvalidInteger, "'%s' is not a valid integer value" | ||
648 | - SysConst_SInvalidFloat, "'%s' is not a valid floating point value" | ||
649 | - SysConst_SInvalidDate, "'%s' is not a valid date" | ||
650 | - SysConst_SInvalidTime, "'%s' is not a valid time" | ||
651 | - SysConst_SInvalidDateTime, "'%s' is not a valid date and time" | ||
652 | - SysConst_STimeEncodeError, "Invalid argument to time encode" | ||
653 | - SysConst_SDateEncodeError, "Invalid argument to date encode" | ||
654 | - SysConst_SOutOfMemory, "Out of memory" | ||
655 | - SysConst_SInOutError, "I/O error %d" | ||
656 | - SysConst_SFileNotFound, "File not found" | ||
657 | - SysConst_SInvalidFilename, "Invalid filename" | ||
658 | - SysConst_STooManyOpenFiles, "Too many open files" | ||
659 | - SysConst_SAccessDenied, "File access denied" | ||
660 | - SysConst_SEndOfFile, "Read beyond end of file" | ||
661 | - SysConst_SDiskFull, "Disk full" | ||
662 | - SysConst_SInvalidInput, "Invalid numeric input" | ||
663 | -END | ||
664 | - |
cacic280.res
No preview for this file type
cacicservice/CACICserviceMain.dcu
No preview for this file type
cacicservice/cacicservice.cfg
@@ -1,41 +0,0 @@ | @@ -1,41 +0,0 @@ | ||
1 | --$A8 | ||
2 | --$B- | ||
3 | --$C+ | ||
4 | --$D+ | ||
5 | --$E- | ||
6 | --$F- | ||
7 | --$G+ | ||
8 | --$H+ | ||
9 | --$I+ | ||
10 | --$J+ | ||
11 | --$K- | ||
12 | --$L+ | ||
13 | --$M- | ||
14 | --$N+ | ||
15 | --$O+ | ||
16 | --$P+ | ||
17 | --$Q- | ||
18 | --$R- | ||
19 | --$S- | ||
20 | --$T- | ||
21 | --$U- | ||
22 | --$V+ | ||
23 | --$W- | ||
24 | --$X+ | ||
25 | --$YD | ||
26 | --$Z1 | ||
27 | --GD | ||
28 | --cg | ||
29 | --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; | ||
30 | --H+ | ||
31 | --W+ | ||
32 | --M | ||
33 | --$M16384,1048576 | ||
34 | --K$00400000 | ||
35 | --E"C:\Agentes_Windows_BINARIOS" | ||
36 | --LE"c:\program files (x86)\borland\delphi7\Projects\Bpl" | ||
37 | --LN"c:\program files (x86)\borland\delphi7\Projects\Bpl" | ||
38 | --U"C:\vendors_lib\MD5;C:\vendors_lib;C:\vendors_lib\jwapi2.2a\Win32API;C:\vendors_lib\jwapi2.2a\Common;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion" | ||
39 | --O"C:\vendors_lib\MD5;C:\vendors_lib;C:\vendors_lib\jwapi2.2a\Win32API;C:\vendors_lib\jwapi2.2a\Common;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion" | ||
40 | --I"C:\vendors_lib\MD5;C:\vendors_lib;C:\vendors_lib\jwapi2.2a\Win32API;C:\vendors_lib\jwapi2.2a\Common;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion" | ||
41 | --R"C:\vendors_lib\MD5;C:\vendors_lib;C:\vendors_lib\jwapi2.2a\Win32API;C:\vendors_lib\jwapi2.2a\Common;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion" |
@@ -0,0 +1,52 @@ | @@ -0,0 +1,52 @@ | ||
1 | +<?xml version="1.0" encoding="utf-8"?> | ||
2 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | + <PropertyGroup> | ||
4 | + <ProjectGuid>{0af06c7d-56dc-47c1-905b-2c36d1d354da}</ProjectGuid> | ||
5 | + <MainSource>cacicservice.dpr</MainSource> | ||
6 | + <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration> | ||
7 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
8 | + <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> | ||
9 | + <DCC_DependencyCheckOutputName>..\..\Agentes_Windows_BINARIOS\cacicservice.exe</DCC_DependencyCheckOutputName> | ||
10 | + </PropertyGroup> | ||
11 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
12 | + <Version>7.0</Version> | ||
13 | + <DCC_DebugInformation>False</DCC_DebugInformation> | ||
14 | + <DCC_WriteableConstants>True</DCC_WriteableConstants> | ||
15 | + <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols> | ||
16 | + <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> | ||
17 | + <DCC_ExeOutput>C:\devel\cacic\Agentes_Windows_BINARIOS</DCC_ExeOutput> | ||
18 | + <DCC_Define>DEBUG</DCC_Define> | ||
19 | + <DCC_UNSAFE_TYPE>True</DCC_UNSAFE_TYPE> | ||
20 | + <DCC_UNSAFE_CODE>True</DCC_UNSAFE_CODE> | ||
21 | + <DCC_UNSAFE_CAST>True</DCC_UNSAFE_CAST> | ||
22 | + </PropertyGroup> | ||
23 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
24 | + <Version>7.0</Version> | ||
25 | + <DCC_WriteableConstants>True</DCC_WriteableConstants> | ||
26 | + <DCC_ExeOutput>C:\devel\cacic\Agentes_Windows_BINARIOS</DCC_ExeOutput> | ||
27 | + <DCC_UnitSearchPath>C:\vendors_lib\MD5;C:\vendors_lib;C:\vendors_lib\jwapi2.2a\Win32API;C:\vendors_lib\jwapi2.2a\Common;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion</DCC_UnitSearchPath> | ||
28 | + <DCC_ResourcePath>C:\vendors_lib\MD5;C:\vendors_lib;C:\vendors_lib\jwapi2.2a\Win32API;C:\vendors_lib\jwapi2.2a\Common;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion</DCC_ResourcePath> | ||
29 | + <DCC_ObjPath>C:\vendors_lib\MD5;C:\vendors_lib;C:\vendors_lib\jwapi2.2a\Win32API;C:\vendors_lib\jwapi2.2a\Common;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion</DCC_ObjPath> | ||
30 | + <DCC_IncludePath>C:\vendors_lib\MD5;C:\vendors_lib;C:\vendors_lib\jwapi2.2a\Win32API;C:\vendors_lib\jwapi2.2a\Common;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion</DCC_IncludePath> | ||
31 | + <DCC_Define>DEBUG</DCC_Define> | ||
32 | + <DCC_UNSAFE_TYPE>True</DCC_UNSAFE_TYPE> | ||
33 | + <DCC_UNSAFE_CODE>True</DCC_UNSAFE_CODE> | ||
34 | + <DCC_UNSAFE_CAST>True</DCC_UNSAFE_CAST> | ||
35 | + </PropertyGroup> | ||
36 | + <ProjectExtensions> | ||
37 | + <Borland.Personality>Delphi.Personality</Borland.Personality> | ||
38 | + <Borland.ProjectType>VCLApplication</Borland.ProjectType> | ||
39 | + <BorlandProject> | ||
40 | +<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Language><Language Name="RootDir">E:\NTService\</Language></Language><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">2</VersionInfo><VersionInfo Name="MinorVer">8</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">1212</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">1046</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName">Dataprev - Emp. de TI da Prev Social - URES/SESS</VersionInfoKeys><VersionInfoKeys Name="FileDescription">Sistema CACIC - Módulo para Sustentação do Agente Principal</VersionInfoKeys><VersionInfoKeys Name="FileVersion">2.8.0.1212</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">3.0</VersionInfoKeys><VersionInfoKeys Name="Comments">Licença: GNU/LGPL</VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">cacicservice.dpr</Source></Source></Delphi.Personality></BorlandProject></BorlandProject> | ||
41 | + </ProjectExtensions> | ||
42 | + <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" /> | ||
43 | + <ItemGroup> | ||
44 | + <DelphiCompile Include="cacicservice.dpr"> | ||
45 | + <MainSource>MainSource</MainSource> | ||
46 | + </DelphiCompile> | ||
47 | + <DCCReference Include="..\CACIC_Library.pas" /> | ||
48 | + <DCCReference Include="CACICserviceMain.pas"> | ||
49 | + <Form>CacicSustainService</Form> | ||
50 | + </DCCReference> | ||
51 | + </ItemGroup> | ||
52 | +</Project> | ||
0 | \ No newline at end of file | 53 | \ No newline at end of file |
cacicservice/cacicservice.drc
@@ -1,566 +0,0 @@ | @@ -1,566 +0,0 @@ | ||
1 | -/* VER150 | ||
2 | - Generated by the Borland Delphi Pascal Compiler | ||
3 | - because -GD or --drc was supplied to the compiler. | ||
4 | - | ||
5 | - This file contains compiler-generated resources that | ||
6 | - were bound to the executable. | ||
7 | - If this file is empty, then no compiler-generated | ||
8 | - resources were bound to the produced executable. | ||
9 | -*/ | ||
10 | - | ||
11 | -#define ComConst_SOleError 65248 | ||
12 | -#define ComConst_SNoMethod 65249 | ||
13 | -#define ComConst_SVarNotObject 65250 | ||
14 | -#define ComConst_STooManyParams 65251 | ||
15 | -#define ExtCtrls_clNameHighlightText 65264 | ||
16 | -#define ExtCtrls_clNameInactiveBorder 65265 | ||
17 | -#define ExtCtrls_clNameInactiveCaption 65266 | ||
18 | -#define ExtCtrls_clNameInactiveCaptionText 65267 | ||
19 | -#define ExtCtrls_clNameInfoBk 65268 | ||
20 | -#define ExtCtrls_clNameInfoText 65269 | ||
21 | -#define ExtCtrls_clNameMenu 65270 | ||
22 | -#define ExtCtrls_clNameMenuText 65271 | ||
23 | -#define ExtCtrls_clNameNone 65272 | ||
24 | -#define ExtCtrls_clNameScrollBar 65273 | ||
25 | -#define ExtCtrls_clName3DDkShadow 65274 | ||
26 | -#define ExtCtrls_clName3DLight 65275 | ||
27 | -#define ExtCtrls_clNameWindow 65276 | ||
28 | -#define ExtCtrls_clNameWindowFrame 65277 | ||
29 | -#define ExtCtrls_clNameWindowText 65278 | ||
30 | -#define WinHelpViewer_hNoKeyword 65279 | ||
31 | -#define ExtCtrls_clNameMoneyGreen 65280 | ||
32 | -#define ExtCtrls_clNameSkyBlue 65281 | ||
33 | -#define ExtCtrls_clNameCream 65282 | ||
34 | -#define ExtCtrls_clNameMedGray 65283 | ||
35 | -#define ExtCtrls_clNameActiveBorder 65284 | ||
36 | -#define ExtCtrls_clNameActiveCaption 65285 | ||
37 | -#define ExtCtrls_clNameAppWorkSpace 65286 | ||
38 | -#define ExtCtrls_clNameBackground 65287 | ||
39 | -#define ExtCtrls_clNameBtnFace 65288 | ||
40 | -#define ExtCtrls_clNameBtnHighlight 65289 | ||
41 | -#define ExtCtrls_clNameBtnShadow 65290 | ||
42 | -#define ExtCtrls_clNameBtnText 65291 | ||
43 | -#define ExtCtrls_clNameCaptionText 65292 | ||
44 | -#define ExtCtrls_clNameDefault 65293 | ||
45 | -#define ExtCtrls_clNameGrayText 65294 | ||
46 | -#define ExtCtrls_clNameHighlight 65295 | ||
47 | -#define ExtCtrls_clNameBlack 65296 | ||
48 | -#define ExtCtrls_clNameMaroon 65297 | ||
49 | -#define ExtCtrls_clNameGreen 65298 | ||
50 | -#define ExtCtrls_clNameOlive 65299 | ||
51 | -#define ExtCtrls_clNameNavy 65300 | ||
52 | -#define ExtCtrls_clNamePurple 65301 | ||
53 | -#define ExtCtrls_clNameTeal 65302 | ||
54 | -#define ExtCtrls_clNameGray 65303 | ||
55 | -#define ExtCtrls_clNameSilver 65304 | ||
56 | -#define ExtCtrls_clNameRed 65305 | ||
57 | -#define ExtCtrls_clNameLime 65306 | ||
58 | -#define ExtCtrls_clNameYellow 65307 | ||
59 | -#define ExtCtrls_clNameBlue 65308 | ||
60 | -#define ExtCtrls_clNameFuchsia 65309 | ||
61 | -#define ExtCtrls_clNameAqua 65310 | ||
62 | -#define ExtCtrls_clNameWhite 65311 | ||
63 | -#define Consts_SContinue 65312 | ||
64 | -#define Consts_SInterrogate 65313 | ||
65 | -#define Consts_SShutdown 65314 | ||
66 | -#define Consts_SCustomError 65315 | ||
67 | -#define Consts_SServiceInstallOK 65316 | ||
68 | -#define Consts_SServiceInstallFailed 65317 | ||
69 | -#define Consts_SServiceUninstallOK 65318 | ||
70 | -#define Consts_SServiceUninstallFailed 65319 | ||
71 | -#define Consts_SDockedCtlNeedsName 65320 | ||
72 | -#define Consts_SDockTreeRemoveError 65321 | ||
73 | -#define Consts_SDockZoneNotFound 65322 | ||
74 | -#define Consts_SDockZoneHasNoCtl 65323 | ||
75 | -#define HelpIntfs_hNoTableOfContents 65324 | ||
76 | -#define HelpIntfs_hNothingFound 65325 | ||
77 | -#define HelpIntfs_hNoContext 65326 | ||
78 | -#define HelpIntfs_hNoTopics 65327 | ||
79 | -#define Consts_SmkcUp 65328 | ||
80 | -#define Consts_SmkcRight 65329 | ||
81 | -#define Consts_SmkcDown 65330 | ||
82 | -#define Consts_SmkcIns 65331 | ||
83 | -#define Consts_SmkcDel 65332 | ||
84 | -#define Consts_SmkcShift 65333 | ||
85 | -#define Consts_SmkcCtrl 65334 | ||
86 | -#define Consts_SmkcAlt 65335 | ||
87 | -#define Consts_SIconToClipboard 65336 | ||
88 | -#define Consts_SCannotOpenClipboard 65337 | ||
89 | -#define Consts_SDuplicateMenus 65338 | ||
90 | -#define Consts_SServiceFailed 65339 | ||
91 | -#define Consts_SExecute 65340 | ||
92 | -#define Consts_SStart 65341 | ||
93 | -#define Consts_SStop 65342 | ||
94 | -#define Consts_SPause 65343 | ||
95 | -#define Consts_SMsgDlgAbort 65344 | ||
96 | -#define Consts_SMsgDlgRetry 65345 | ||
97 | -#define Consts_SMsgDlgIgnore 65346 | ||
98 | -#define Consts_SMsgDlgAll 65347 | ||
99 | -#define Consts_SMsgDlgNoToAll 65348 | ||
100 | -#define Consts_SMsgDlgYesToAll 65349 | ||
101 | -#define Consts_SmkcBkSp 65350 | ||
102 | -#define Consts_SmkcTab 65351 | ||
103 | -#define Consts_SmkcEsc 65352 | ||
104 | -#define Consts_SmkcEnter 65353 | ||
105 | -#define Consts_SmkcSpace 65354 | ||
106 | -#define Consts_SmkcPgUp 65355 | ||
107 | -#define Consts_SmkcPgDn 65356 | ||
108 | -#define Consts_SmkcEnd 65357 | ||
109 | -#define Consts_SmkcHome 65358 | ||
110 | -#define Consts_SmkcLeft 65359 | ||
111 | -#define Consts_SAbortButton 65360 | ||
112 | -#define Consts_SAllButton 65361 | ||
113 | -#define Consts_SCannotDragForm 65362 | ||
114 | -#define Consts_SVMetafiles 65363 | ||
115 | -#define Consts_SVEnhMetafiles 65364 | ||
116 | -#define Consts_SVIcons 65365 | ||
117 | -#define Consts_SVBitmaps 65366 | ||
118 | -#define Consts_SMsgDlgWarning 65367 | ||
119 | -#define Consts_SMsgDlgError 65368 | ||
120 | -#define Consts_SMsgDlgInformation 65369 | ||
121 | -#define Consts_SMsgDlgConfirm 65370 | ||
122 | -#define Consts_SMsgDlgYes 65371 | ||
123 | -#define Consts_SMsgDlgNo 65372 | ||
124 | -#define Consts_SMsgDlgOK 65373 | ||
125 | -#define Consts_SMsgDlgCancel 65374 | ||
126 | -#define Consts_SMsgDlgHelp 65375 | ||
127 | -#define Consts_SCannotShowModal 65376 | ||
128 | -#define Consts_SMenuIndexError 65377 | ||
129 | -#define Consts_SMenuReinserted 65378 | ||
130 | -#define Consts_SMenuNotFound 65379 | ||
131 | -#define Consts_SNoTimers 65380 | ||
132 | -#define Consts_SGroupIndexTooLow 65381 | ||
133 | -#define Consts_SNoMDIForm 65382 | ||
134 | -#define Consts_SControlParentSetToSelf 65383 | ||
135 | -#define Consts_SOKButton 65384 | ||
136 | -#define Consts_SCancelButton 65385 | ||
137 | -#define Consts_SYesButton 65386 | ||
138 | -#define Consts_SNoButton 65387 | ||
139 | -#define Consts_SHelpButton 65388 | ||
140 | -#define Consts_SCloseButton 65389 | ||
141 | -#define Consts_SIgnoreButton 65390 | ||
142 | -#define Consts_SRetryButton 65391 | ||
143 | -#define Consts_SInvalidMetafile 65392 | ||
144 | -#define Consts_SChangeIconSize 65393 | ||
145 | -#define Consts_SUnknownClipboardFormat 65394 | ||
146 | -#define Consts_SOutOfResources 65395 | ||
147 | -#define Consts_SNoCanvasHandle 65396 | ||
148 | -#define Consts_SInvalidImageSize 65397 | ||
149 | -#define Consts_SInvalidImageList 65398 | ||
150 | -#define Consts_SImageIndexError 65399 | ||
151 | -#define Consts_SImageReadFail 65400 | ||
152 | -#define Consts_SImageWriteFail 65401 | ||
153 | -#define Consts_SWindowDCError 65402 | ||
154 | -#define Consts_SWindowClass 65403 | ||
155 | -#define Consts_SCannotFocus 65404 | ||
156 | -#define Consts_SParentRequired 65405 | ||
157 | -#define Consts_SMDIChildNotVisible 65406 | ||
158 | -#define Consts_SVisibleChanged 65407 | ||
159 | -#define RTLConsts_SListCountError 65408 | ||
160 | -#define RTLConsts_SListIndexError 65409 | ||
161 | -#define RTLConsts_SMemoryStreamError 65410 | ||
162 | -#define RTLConsts_SPropertyException 65411 | ||
163 | -#define RTLConsts_SReadError 65412 | ||
164 | -#define RTLConsts_SReadOnlyProperty 65413 | ||
165 | -#define RTLConsts_SResNotFound 65414 | ||
166 | -#define RTLConsts_SSeekNotImplemented 65415 | ||
167 | -#define RTLConsts_SSortedListError 65416 | ||
168 | -#define RTLConsts_SUnknownGroup 65417 | ||
169 | -#define RTLConsts_SUnknownProperty 65418 | ||
170 | -#define RTLConsts_SWriteError 65419 | ||
171 | -#define RTLConsts_SThreadCreateError 65420 | ||
172 | -#define RTLConsts_SThreadError 65421 | ||
173 | -#define Consts_SInvalidBitmap 65422 | ||
174 | -#define Consts_SInvalidIcon 65423 | ||
175 | -#define RTLConsts_SBitsIndexError 65424 | ||
176 | -#define RTLConsts_SCantWriteResourceStreamError 65425 | ||
177 | -#define RTLConsts_SCheckSynchronizeError 65426 | ||
178 | -#define RTLConsts_SClassNotFound 65427 | ||
179 | -#define RTLConsts_SDuplicateClass 65428 | ||
180 | -#define RTLConsts_SDuplicateItem 65429 | ||
181 | -#define RTLConsts_SDuplicateName 65430 | ||
182 | -#define RTLConsts_SDuplicateString 65431 | ||
183 | -#define RTLConsts_SFCreateErrorEx 65432 | ||
184 | -#define RTLConsts_SFOpenErrorEx 65433 | ||
185 | -#define RTLConsts_SInvalidImage 65434 | ||
186 | -#define RTLConsts_SInvalidName 65435 | ||
187 | -#define RTLConsts_SInvalidProperty 65436 | ||
188 | -#define RTLConsts_SInvalidPropertyPath 65437 | ||
189 | -#define RTLConsts_SInvalidPropertyValue 65438 | ||
190 | -#define RTLConsts_SListCapacityError 65439 | ||
191 | -#define SysConst_SShortDayNameMon 65440 | ||
192 | -#define SysConst_SShortDayNameTue 65441 | ||
193 | -#define SysConst_SShortDayNameWed 65442 | ||
194 | -#define SysConst_SShortDayNameThu 65443 | ||
195 | -#define SysConst_SShortDayNameFri 65444 | ||
196 | -#define SysConst_SShortDayNameSat 65445 | ||
197 | -#define SysConst_SLongDayNameSun 65446 | ||
198 | -#define SysConst_SLongDayNameMon 65447 | ||
199 | -#define SysConst_SLongDayNameTue 65448 | ||
200 | -#define SysConst_SLongDayNameWed 65449 | ||
201 | -#define SysConst_SLongDayNameThu 65450 | ||
202 | -#define SysConst_SLongDayNameFri 65451 | ||
203 | -#define SysConst_SLongDayNameSat 65452 | ||
204 | -#define SysConst_SCannotCreateDir 65453 | ||
205 | -#define RTLConsts_SAncestorNotFound 65454 | ||
206 | -#define RTLConsts_SAssignError 65455 | ||
207 | -#define SysConst_SShortMonthNameOct 65456 | ||
208 | -#define SysConst_SShortMonthNameNov 65457 | ||
209 | -#define SysConst_SShortMonthNameDec 65458 | ||
210 | -#define SysConst_SLongMonthNameJan 65459 | ||
211 | -#define SysConst_SLongMonthNameFeb 65460 | ||
212 | -#define SysConst_SLongMonthNameMar 65461 | ||
213 | -#define SysConst_SLongMonthNameApr 65462 | ||
214 | -#define SysConst_SLongMonthNameMay 65463 | ||
215 | -#define SysConst_SLongMonthNameJun 65464 | ||
216 | -#define SysConst_SLongMonthNameJul 65465 | ||
217 | -#define SysConst_SLongMonthNameAug 65466 | ||
218 | -#define SysConst_SLongMonthNameSep 65467 | ||
219 | -#define SysConst_SLongMonthNameOct 65468 | ||
220 | -#define SysConst_SLongMonthNameNov 65469 | ||
221 | -#define SysConst_SLongMonthNameDec 65470 | ||
222 | -#define SysConst_SShortDayNameSun 65471 | ||
223 | -#define SysConst_SIntfCastError 65472 | ||
224 | -#define SysConst_SSafecallException 65473 | ||
225 | -#define SysConst_SAssertError 65474 | ||
226 | -#define SysConst_SAbstractError 65475 | ||
227 | -#define SysConst_SModuleAccessViolation 65476 | ||
228 | -#define SysConst_SOSError 65477 | ||
229 | -#define SysConst_SUnkOSError 65478 | ||
230 | -#define SysConst_SShortMonthNameJan 65479 | ||
231 | -#define SysConst_SShortMonthNameFeb 65480 | ||
232 | -#define SysConst_SShortMonthNameMar 65481 | ||
233 | -#define SysConst_SShortMonthNameApr 65482 | ||
234 | -#define SysConst_SShortMonthNameMay 65483 | ||
235 | -#define SysConst_SShortMonthNameJun 65484 | ||
236 | -#define SysConst_SShortMonthNameJul 65485 | ||
237 | -#define SysConst_SShortMonthNameAug 65486 | ||
238 | -#define SysConst_SShortMonthNameSep 65487 | ||
239 | -#define SysConst_SWriteAccess 65488 | ||
240 | -#define SysConst_SVarArrayCreate 65489 | ||
241 | -#define SysConst_SVarArrayBounds 65490 | ||
242 | -#define SysConst_SVarArrayLocked 65491 | ||
243 | -#define SysConst_SInvalidVarCast 65492 | ||
244 | -#define SysConst_SInvalidVarOp 65493 | ||
245 | -#define SysConst_SInvalidVarOpWithHResultWithPrefix 65494 | ||
246 | -#define SysConst_SVarTypeCouldNotConvert 65495 | ||
247 | -#define SysConst_SVarTypeConvertOverflow 65496 | ||
248 | -#define SysConst_SVarOverflow 65497 | ||
249 | -#define SysConst_SVarInvalid 65498 | ||
250 | -#define SysConst_SVarBadType 65499 | ||
251 | -#define SysConst_SVarNotImplemented 65500 | ||
252 | -#define SysConst_SVarUnexpected 65501 | ||
253 | -#define SysConst_SExternalException 65502 | ||
254 | -#define SysConst_SAssertionFailed 65503 | ||
255 | -#define SysConst_SZeroDivide 65504 | ||
256 | -#define SysConst_SOverflow 65505 | ||
257 | -#define SysConst_SUnderflow 65506 | ||
258 | -#define SysConst_SInvalidPointer 65507 | ||
259 | -#define SysConst_SInvalidCast 65508 | ||
260 | -#define SysConst_SAccessViolationArg3 65509 | ||
261 | -#define SysConst_SAccessViolationNoArg 65510 | ||
262 | -#define SysConst_SStackOverflow 65511 | ||
263 | -#define SysConst_SControlC 65512 | ||
264 | -#define SysConst_SPrivilege 65513 | ||
265 | -#define SysConst_SException 65514 | ||
266 | -#define SysConst_SExceptTitle 65515 | ||
267 | -#define SysConst_SInvalidFormat 65516 | ||
268 | -#define SysConst_SArgumentMissing 65517 | ||
269 | -#define SysConst_SDispatchError 65518 | ||
270 | -#define SysConst_SReadAccess 65519 | ||
271 | -#define SysConst_SInvalidInteger 65520 | ||
272 | -#define SysConst_STimeEncodeError 65521 | ||
273 | -#define SysConst_SDateEncodeError 65522 | ||
274 | -#define SysConst_SOutOfMemory 65523 | ||
275 | -#define SysConst_SInOutError 65524 | ||
276 | -#define SysConst_SFileNotFound 65525 | ||
277 | -#define SysConst_SInvalidFilename 65526 | ||
278 | -#define SysConst_STooManyOpenFiles 65527 | ||
279 | -#define SysConst_SAccessDenied 65528 | ||
280 | -#define SysConst_SEndOfFile 65529 | ||
281 | -#define SysConst_SDiskFull 65530 | ||
282 | -#define SysConst_SInvalidInput 65531 | ||
283 | -#define SysConst_SDivByZero 65532 | ||
284 | -#define SysConst_SRangeError 65533 | ||
285 | -#define SysConst_SIntOverflow 65534 | ||
286 | -#define SysConst_SInvalidOp 65535 | ||
287 | -STRINGTABLE | ||
288 | -BEGIN | ||
289 | - ComConst_SOleError, "OLE error %.8x" | ||
290 | - ComConst_SNoMethod, "Method '%s' not supported by automation object" | ||
291 | - ComConst_SVarNotObject, "Variant does not reference an automation object" | ||
292 | - ComConst_STooManyParams, "Dispatch methods do not support more than 64 parameters" | ||
293 | - ExtCtrls_clNameHighlightText, "Highlight Text" | ||
294 | - ExtCtrls_clNameInactiveBorder, "Inactive Border" | ||
295 | - ExtCtrls_clNameInactiveCaption, "Inactive Caption" | ||
296 | - ExtCtrls_clNameInactiveCaptionText, "Inactive Caption Text" | ||
297 | - ExtCtrls_clNameInfoBk, "Info Background" | ||
298 | - ExtCtrls_clNameInfoText, "Info Text" | ||
299 | - ExtCtrls_clNameMenu, "Menu Background" | ||
300 | - ExtCtrls_clNameMenuText, "Menu Text" | ||
301 | - ExtCtrls_clNameNone, "None" | ||
302 | - ExtCtrls_clNameScrollBar, "Scroll Bar" | ||
303 | - ExtCtrls_clName3DDkShadow, "3D Dark Shadow" | ||
304 | - ExtCtrls_clName3DLight, "3D Light" | ||
305 | - ExtCtrls_clNameWindow, "Window Background" | ||
306 | - ExtCtrls_clNameWindowFrame, "Window Frame" | ||
307 | - ExtCtrls_clNameWindowText, "Window Text" | ||
308 | - WinHelpViewer_hNoKeyword, "No help keyword specified." | ||
309 | - ExtCtrls_clNameMoneyGreen, "Money Green" | ||
310 | - ExtCtrls_clNameSkyBlue, "Sky Blue" | ||
311 | - ExtCtrls_clNameCream, "Cream" | ||
312 | - ExtCtrls_clNameMedGray, "Medium Gray" | ||
313 | - ExtCtrls_clNameActiveBorder, "Active Border" | ||
314 | - ExtCtrls_clNameActiveCaption, "Active Caption" | ||
315 | - ExtCtrls_clNameAppWorkSpace, "Application Workspace" | ||
316 | - ExtCtrls_clNameBackground, "Background" | ||
317 | - ExtCtrls_clNameBtnFace, "Button Face" | ||
318 | - ExtCtrls_clNameBtnHighlight, "Button Highlight" | ||
319 | - ExtCtrls_clNameBtnShadow, "Button Shadow" | ||
320 | - ExtCtrls_clNameBtnText, "Button Text" | ||
321 | - ExtCtrls_clNameCaptionText, "Caption Text" | ||
322 | - ExtCtrls_clNameDefault, "Default" | ||
323 | - ExtCtrls_clNameGrayText, "Gray Text" | ||
324 | - ExtCtrls_clNameHighlight, "Highlight Background" | ||
325 | - ExtCtrls_clNameBlack, "Black" | ||
326 | - ExtCtrls_clNameMaroon, "Maroon" | ||
327 | - ExtCtrls_clNameGreen, "Green" | ||
328 | - ExtCtrls_clNameOlive, "Olive" | ||
329 | - ExtCtrls_clNameNavy, "Navy" | ||
330 | - ExtCtrls_clNamePurple, "Purple" | ||
331 | - ExtCtrls_clNameTeal, "Teal" | ||
332 | - ExtCtrls_clNameGray, "Gray" | ||
333 | - ExtCtrls_clNameSilver, "Silver" | ||
334 | - ExtCtrls_clNameRed, "Red" | ||
335 | - ExtCtrls_clNameLime, "Lime" | ||
336 | - ExtCtrls_clNameYellow, "Yellow" | ||
337 | - ExtCtrls_clNameBlue, "Blue" | ||
338 | - ExtCtrls_clNameFuchsia, "Fuchsia" | ||
339 | - ExtCtrls_clNameAqua, "Aqua" | ||
340 | - ExtCtrls_clNameWhite, "White" | ||
341 | - Consts_SContinue, "continue" | ||
342 | - Consts_SInterrogate, "interrogate" | ||
343 | - Consts_SShutdown, "shutdown" | ||
344 | - Consts_SCustomError, "Service failed in custom message(%d): %s" | ||
345 | - Consts_SServiceInstallOK, "Service installed successfully" | ||
346 | - Consts_SServiceInstallFailed, "Service \"%s\" failed to install with error: \"%s\"" | ||
347 | - Consts_SServiceUninstallOK, "Service uninstalled successfully" | ||
348 | - Consts_SServiceUninstallFailed, "Service \"%s\" failed to uninstall with error: \"%s\"" | ||
349 | - Consts_SDockedCtlNeedsName, "Docked control must have a name" | ||
350 | - Consts_SDockTreeRemoveError, "Error removing control from dock tree" | ||
351 | - Consts_SDockZoneNotFound, " - Dock zone not found" | ||
352 | - Consts_SDockZoneHasNoCtl, " - Dock zone has no control" | ||
353 | - HelpIntfs_hNoTableOfContents, "Unable to find a Table of Contents" | ||
354 | - HelpIntfs_hNothingFound, "No help found for %s" | ||
355 | - HelpIntfs_hNoContext, "No context-sensitive help installed" | ||
356 | - HelpIntfs_hNoTopics, "No topic-based help system installed" | ||
357 | - Consts_SmkcUp, "Up" | ||
358 | - Consts_SmkcRight, "Right" | ||
359 | - Consts_SmkcDown, "Down" | ||
360 | - Consts_SmkcIns, "Ins" | ||
361 | - Consts_SmkcDel, "Del" | ||
362 | - Consts_SmkcShift, "Shift+" | ||
363 | - Consts_SmkcCtrl, "Ctrl+" | ||
364 | - Consts_SmkcAlt, "Alt+" | ||
365 | - Consts_SIconToClipboard, "Clipboard does not support Icons" | ||
366 | - Consts_SCannotOpenClipboard, "Cannot open clipboard" | ||
367 | - Consts_SDuplicateMenus, "Menu '%s' is already being used by another form" | ||
368 | - Consts_SServiceFailed, "Service failed on %s: %s" | ||
369 | - Consts_SExecute, "execute" | ||
370 | - Consts_SStart, "start" | ||
371 | - Consts_SStop, "stop" | ||
372 | - Consts_SPause, "pause" | ||
373 | - Consts_SMsgDlgAbort, "&Abort" | ||
374 | - Consts_SMsgDlgRetry, "&Retry" | ||
375 | - Consts_SMsgDlgIgnore, "&Ignore" | ||
376 | - Consts_SMsgDlgAll, "&All" | ||
377 | - Consts_SMsgDlgNoToAll, "N&o to All" | ||
378 | - Consts_SMsgDlgYesToAll, "Yes to &All" | ||
379 | - Consts_SmkcBkSp, "BkSp" | ||
380 | - Consts_SmkcTab, "Tab" | ||
381 | - Consts_SmkcEsc, "Esc" | ||
382 | - Consts_SmkcEnter, "Enter" | ||
383 | - Consts_SmkcSpace, "Space" | ||
384 | - Consts_SmkcPgUp, "PgUp" | ||
385 | - Consts_SmkcPgDn, "PgDn" | ||
386 | - Consts_SmkcEnd, "End" | ||
387 | - Consts_SmkcHome, "Home" | ||
388 | - Consts_SmkcLeft, "Left" | ||
389 | - Consts_SAbortButton, "Abort" | ||
390 | - Consts_SAllButton, "&All" | ||
391 | - Consts_SCannotDragForm, "Cannot drag a form" | ||
392 | - Consts_SVMetafiles, "Metafiles" | ||
393 | - Consts_SVEnhMetafiles, "Enhanced Metafiles" | ||
394 | - Consts_SVIcons, "Icons" | ||
395 | - Consts_SVBitmaps, "Bitmaps" | ||
396 | - Consts_SMsgDlgWarning, "Warning" | ||
397 | - Consts_SMsgDlgError, "Error" | ||
398 | - Consts_SMsgDlgInformation, "Information" | ||
399 | - Consts_SMsgDlgConfirm, "Confirm" | ||
400 | - Consts_SMsgDlgYes, "&Yes" | ||
401 | - Consts_SMsgDlgNo, "&No" | ||
402 | - Consts_SMsgDlgOK, "OK" | ||
403 | - Consts_SMsgDlgCancel, "Cancel" | ||
404 | - Consts_SMsgDlgHelp, "&Help" | ||
405 | - Consts_SCannotShowModal, "Cannot make a visible window modal" | ||
406 | - Consts_SMenuIndexError, "Menu index out of range" | ||
407 | - Consts_SMenuReinserted, "Menu inserted twice" | ||
408 | - Consts_SMenuNotFound, "Sub-menu is not in menu" | ||
409 | - Consts_SNoTimers, "Not enough timers available" | ||
410 | - Consts_SGroupIndexTooLow, "GroupIndex cannot be less than a previous menu item's GroupIndex" | ||
411 | - Consts_SNoMDIForm, "Cannot create form. No MDI forms are currently active" | ||
412 | - Consts_SControlParentSetToSelf, "A control cannot have itself as its parent" | ||
413 | - Consts_SOKButton, "OK" | ||
414 | - Consts_SCancelButton, "Cancel" | ||
415 | - Consts_SYesButton, "&Yes" | ||
416 | - Consts_SNoButton, "&No" | ||
417 | - Consts_SHelpButton, "&Help" | ||
418 | - Consts_SCloseButton, "&Close" | ||
419 | - Consts_SIgnoreButton, "&Ignore" | ||
420 | - Consts_SRetryButton, "&Retry" | ||
421 | - Consts_SInvalidMetafile, "Metafile is not valid" | ||
422 | - Consts_SChangeIconSize, "Cannot change the size of an icon" | ||
423 | - Consts_SUnknownClipboardFormat, "Unsupported clipboard format" | ||
424 | - Consts_SOutOfResources, "Out of system resources" | ||
425 | - Consts_SNoCanvasHandle, "Canvas does not allow drawing" | ||
426 | - Consts_SInvalidImageSize, "Invalid image size" | ||
427 | - Consts_SInvalidImageList, "Invalid ImageList" | ||
428 | - Consts_SImageIndexError, "Invalid ImageList Index" | ||
429 | - Consts_SImageReadFail, "Failed to read ImageList data from stream" | ||
430 | - Consts_SImageWriteFail, "Failed to write ImageList data to stream" | ||
431 | - Consts_SWindowDCError, "Error creating window device context" | ||
432 | - Consts_SWindowClass, "Error creating window class" | ||
433 | - Consts_SCannotFocus, "Cannot focus a disabled or invisible window" | ||
434 | - Consts_SParentRequired, "Control '%s' has no parent window" | ||
435 | - Consts_SMDIChildNotVisible, "Cannot hide an MDI Child Form" | ||
436 | - Consts_SVisibleChanged, "Cannot change Visible in OnShow or OnHide" | ||
437 | - RTLConsts_SListCountError, "List count out of bounds (%d)" | ||
438 | - RTLConsts_SListIndexError, "List index out of bounds (%d)" | ||
439 | - RTLConsts_SMemoryStreamError, "Out of memory while expanding memory stream" | ||
440 | - RTLConsts_SPropertyException, "Error reading %s%s%s: %s" | ||
441 | - RTLConsts_SReadError, "Stream read error" | ||
442 | - RTLConsts_SReadOnlyProperty, "Property is read-only" | ||
443 | - RTLConsts_SResNotFound, "Resource %s not found" | ||
444 | - RTLConsts_SSeekNotImplemented, "%s.Seek not implemented" | ||
445 | - RTLConsts_SSortedListError, "Operation not allowed on sorted list" | ||
446 | - RTLConsts_SUnknownGroup, "%s not in a class registration group" | ||
447 | - RTLConsts_SUnknownProperty, "Property %s does not exist" | ||
448 | - RTLConsts_SWriteError, "Stream write error" | ||
449 | - RTLConsts_SThreadCreateError, "Thread creation error: %s" | ||
450 | - RTLConsts_SThreadError, "Thread Error: %s (%d)" | ||
451 | - Consts_SInvalidBitmap, "Bitmap image is not valid" | ||
452 | - Consts_SInvalidIcon, "Icon image is not valid" | ||
453 | - RTLConsts_SBitsIndexError, "Bits index out of range" | ||
454 | - RTLConsts_SCantWriteResourceStreamError, "Can't write to a read-only resource stream" | ||
455 | - RTLConsts_SCheckSynchronizeError, "CheckSynchronize called from thread $%x, which is NOT the main thread" | ||
456 | - RTLConsts_SClassNotFound, "Class %s not found" | ||
457 | - RTLConsts_SDuplicateClass, "A class named %s already exists" | ||
458 | - RTLConsts_SDuplicateItem, "List does not allow duplicates ($0%x)" | ||
459 | - RTLConsts_SDuplicateName, "A component named %s already exists" | ||
460 | - RTLConsts_SDuplicateString, "String list does not allow duplicates" | ||
461 | - RTLConsts_SFCreateErrorEx, "Cannot create file \"%s\". %s" | ||
462 | - RTLConsts_SFOpenErrorEx, "Cannot open file \"%s\". %s" | ||
463 | - RTLConsts_SInvalidImage, "Invalid stream format" | ||
464 | - RTLConsts_SInvalidName, "''%s'' is not a valid component name" | ||
465 | - RTLConsts_SInvalidProperty, "Invalid property value" | ||
466 | - RTLConsts_SInvalidPropertyPath, "Invalid property path" | ||
467 | - RTLConsts_SInvalidPropertyValue, "Invalid property value" | ||
468 | - RTLConsts_SListCapacityError, "List capacity out of bounds (%d)" | ||
469 | - SysConst_SShortDayNameMon, "Mon" | ||
470 | - SysConst_SShortDayNameTue, "Tue" | ||
471 | - SysConst_SShortDayNameWed, "Wed" | ||
472 | - SysConst_SShortDayNameThu, "Thu" | ||
473 | - SysConst_SShortDayNameFri, "Fri" | ||
474 | - SysConst_SShortDayNameSat, "Sat" | ||
475 | - SysConst_SLongDayNameSun, "Sunday" | ||
476 | - SysConst_SLongDayNameMon, "Monday" | ||
477 | - SysConst_SLongDayNameTue, "Tuesday" | ||
478 | - SysConst_SLongDayNameWed, "Wednesday" | ||
479 | - SysConst_SLongDayNameThu, "Thursday" | ||
480 | - SysConst_SLongDayNameFri, "Friday" | ||
481 | - SysConst_SLongDayNameSat, "Saturday" | ||
482 | - SysConst_SCannotCreateDir, "Unable to create directory" | ||
483 | - RTLConsts_SAncestorNotFound, "Ancestor for '%s' not found" | ||
484 | - RTLConsts_SAssignError, "Cannot assign a %s to a %s" | ||
485 | - SysConst_SShortMonthNameOct, "Oct" | ||
486 | - SysConst_SShortMonthNameNov, "Nov" | ||
487 | - SysConst_SShortMonthNameDec, "Dec" | ||
488 | - SysConst_SLongMonthNameJan, "January" | ||
489 | - SysConst_SLongMonthNameFeb, "February" | ||
490 | - SysConst_SLongMonthNameMar, "March" | ||
491 | - SysConst_SLongMonthNameApr, "April" | ||
492 | - SysConst_SLongMonthNameMay, "May" | ||
493 | - SysConst_SLongMonthNameJun, "June" | ||
494 | - SysConst_SLongMonthNameJul, "July" | ||
495 | - SysConst_SLongMonthNameAug, "August" | ||
496 | - SysConst_SLongMonthNameSep, "September" | ||
497 | - SysConst_SLongMonthNameOct, "October" | ||
498 | - SysConst_SLongMonthNameNov, "November" | ||
499 | - SysConst_SLongMonthNameDec, "December" | ||
500 | - SysConst_SShortDayNameSun, "Sun" | ||
501 | - SysConst_SIntfCastError, "Interface not supported" | ||
502 | - SysConst_SSafecallException, "Exception in safecall method" | ||
503 | - SysConst_SAssertError, "%s (%s, line %d)" | ||
504 | - SysConst_SAbstractError, "Abstract Error" | ||
505 | - SysConst_SModuleAccessViolation, "Access violation at address %p in module '%s'. %s of address %p" | ||
506 | - SysConst_SOSError, "System Error. Code: %d.\r\n%s" | ||
507 | - SysConst_SUnkOSError, "A call to an OS function failed" | ||
508 | - SysConst_SShortMonthNameJan, "Jan" | ||
509 | - SysConst_SShortMonthNameFeb, "Feb" | ||
510 | - SysConst_SShortMonthNameMar, "Mar" | ||
511 | - SysConst_SShortMonthNameApr, "Apr" | ||
512 | - SysConst_SShortMonthNameMay, "May" | ||
513 | - SysConst_SShortMonthNameJun, "Jun" | ||
514 | - SysConst_SShortMonthNameJul, "Jul" | ||
515 | - SysConst_SShortMonthNameAug, "Aug" | ||
516 | - SysConst_SShortMonthNameSep, "Sep" | ||
517 | - SysConst_SWriteAccess, "Write" | ||
518 | - SysConst_SVarArrayCreate, "Error creating variant or safe array" | ||
519 | - SysConst_SVarArrayBounds, "Variant or safe array index out of bounds" | ||
520 | - SysConst_SVarArrayLocked, "Variant or safe array is locked" | ||
521 | - SysConst_SInvalidVarCast, "Invalid variant type conversion" | ||
522 | - SysConst_SInvalidVarOp, "Invalid variant operation" | ||
523 | - SysConst_SInvalidVarOpWithHResultWithPrefix, "Invalid variant operation (%s%.8x)\n%s" | ||
524 | - SysConst_SVarTypeCouldNotConvert, "Could not convert variant of type (%s) into type (%s)" | ||
525 | - SysConst_SVarTypeConvertOverflow, "Overflow while converting variant of type (%s) into type (%s)" | ||
526 | - SysConst_SVarOverflow, "Variant overflow" | ||
527 | - SysConst_SVarInvalid, "Invalid argument" | ||
528 | - SysConst_SVarBadType, "Invalid variant type" | ||
529 | - SysConst_SVarNotImplemented, "Operation not supported" | ||
530 | - SysConst_SVarUnexpected, "Unexpected variant error" | ||
531 | - SysConst_SExternalException, "External exception %x" | ||
532 | - SysConst_SAssertionFailed, "Assertion failed" | ||
533 | - SysConst_SZeroDivide, "Floating point division by zero" | ||
534 | - SysConst_SOverflow, "Floating point overflow" | ||
535 | - SysConst_SUnderflow, "Floating point underflow" | ||
536 | - SysConst_SInvalidPointer, "Invalid pointer operation" | ||
537 | - SysConst_SInvalidCast, "Invalid class typecast" | ||
538 | - SysConst_SAccessViolationArg3, "Access violation at address %p. %s of address %p" | ||
539 | - SysConst_SAccessViolationNoArg, "Access violation" | ||
540 | - SysConst_SStackOverflow, "Stack overflow" | ||
541 | - SysConst_SControlC, "Control-C hit" | ||
542 | - SysConst_SPrivilege, "Privileged instruction" | ||
543 | - SysConst_SException, "Exception %s in module %s at %p.\r\n%s%s\r\n" | ||
544 | - SysConst_SExceptTitle, "Application Error" | ||
545 | - SysConst_SInvalidFormat, "Format '%s' invalid or incompatible with argument" | ||
546 | - SysConst_SArgumentMissing, "No argument for format '%s'" | ||
547 | - SysConst_SDispatchError, "Variant method calls not supported" | ||
548 | - SysConst_SReadAccess, "Read" | ||
549 | - SysConst_SInvalidInteger, "'%s' is not a valid integer value" | ||
550 | - SysConst_STimeEncodeError, "Invalid argument to time encode" | ||
551 | - SysConst_SDateEncodeError, "Invalid argument to date encode" | ||
552 | - SysConst_SOutOfMemory, "Out of memory" | ||
553 | - SysConst_SInOutError, "I/O error %d" | ||
554 | - SysConst_SFileNotFound, "File not found" | ||
555 | - SysConst_SInvalidFilename, "Invalid filename" | ||
556 | - SysConst_STooManyOpenFiles, "Too many open files" | ||
557 | - SysConst_SAccessDenied, "File access denied" | ||
558 | - SysConst_SEndOfFile, "Read beyond end of file" | ||
559 | - SysConst_SDiskFull, "Disk full" | ||
560 | - SysConst_SInvalidInput, "Invalid numeric input" | ||
561 | - SysConst_SDivByZero, "Division by zero" | ||
562 | - SysConst_SRangeError, "Range check error" | ||
563 | - SysConst_SIntOverflow, "Integer overflow" | ||
564 | - SysConst_SInvalidOp, "Invalid floating point operation" | ||
565 | -END | ||
566 | - |
cacicservice/cacicservice.res
No preview for this file type
chkcacic/CacicChecaPreparaAmbiente.vbs
@@ -1,117 +0,0 @@ | @@ -1,117 +0,0 @@ | ||
1 | -'========================================================================================================================================================== | ||
2 | -' Código VBScript para Checagem e Preparação do Ambiente Computacional Baseado no Sistema Operacional MS-Windows para Instalação do Sistema | ||
3 | -' CACIC - Configurador Automático e Coletor de Informações Computacionais | ||
4 | -' | ||
5 | -' NOME: CacicChecaPreparaAmbiente.vbs | ||
6 | -' | ||
7 | -' AUTOR: Anderson Peterle - anderson.peterle@previdencia.gov.br | ||
8 | -' DATA : 21/09/2009 01:36AM | ||
9 | -' | ||
10 | -' OBJETIVOS: | ||
11 | -' 1) Verificar a existência do programa executável referente ao processo Mantenedor de Integridade do Sistema CACIC nas estações de trabalho com MS-Windows | ||
12 | -' 2) Caso o objetivo 1 seja positivo, exclusão de todos os arquivos e chaves de execução automática (Registry) referentes às versões antigas do CACIC | ||
13 | -' | ||
14 | -' EXECUÇÃO: cscript CacicChecaPreparaAmbiente.vbs <PastaCheckCacic> //B | ||
15 | -'========================================================================================================================================================== | ||
16 | - | ||
17 | -' Crio o objeto para os trabalhos com arquivos e diretórios | ||
18 | -Set fileSys = CreateObject("Scripting.FileSystemObject") | ||
19 | - | ||
20 | -' Verifico a existência do executável do Serviço para Manutenção de Integridade do Agente Principal | ||
21 | -' Caso não exista o executável do serviço, entendo que a estação contém alguma versão antiga do CACIC | ||
22 | -If not fileSys.FileExists(fileSys.GetSpecialFolder(0) & "\cacicsvc.exe") Then | ||
23 | - ' Crio um objeto para acesso ao Registry | ||
24 | - Set WSHShell = CreateObject("WScript.Shell") | ||
25 | - | ||
26 | - ' Exclusão da chave para execução automática do Agente Principal (cacic2.exe) | ||
27 | - If RegExist("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\cacic2") Then | ||
28 | - WSHShell.RegDelete( "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\cacic2" ) | ||
29 | - End If | ||
30 | - | ||
31 | - ' Exclusão da chave para execução automática do Agente Verificador de Integridade (chksis.exe) | ||
32 | - If RegExist("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\CheckSystemRoutine") Then | ||
33 | - WSHShell.RegDelete( "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\CheckSystemRoutine" ) | ||
34 | - End If | ||
35 | - | ||
36 | - ' Exclusão dos arquivos que compõem o Verificador de Integridade do Sistema (ChkSis) | ||
37 | - ' O "TRUE" é para confirmar a exclusão de arquivos ReadOnly | ||
38 | - If fileSys.FileExists(fileSys.GetSpecialFolder(0) & "\chksis.exe") Then fileSys.DeleteFile(fileSys.GetSpecialFolder(0) & "\chksis.exe"),TRUE | ||
39 | - If fileSys.FileExists(fileSys.GetSpecialFolder(0) & "\chksis.ini") Then fileSys.DeleteFile(fileSys.GetSpecialFolder(0) & "\chksis.ini"),TRUE | ||
40 | - If fileSys.FileExists(fileSys.GetSpecialFolder(0) & "\chksis.dat") Then fileSys.DeleteFile(fileSys.GetSpecialFolder(0) & "\chksis.dat"),TRUE | ||
41 | - If fileSys.FileExists(fileSys.GetSpecialFolder(0) & "\chksis.log") Then fileSys.DeleteFile(fileSys.GetSpecialFolder(0) & "\chksis.log"),TRUE | ||
42 | - | ||
43 | - | ||
44 | - ' Exclusão da pasta de instalação do CACIC | ||
45 | - Set objArgs = WScript.Arguments | ||
46 | - if objArgs.Count > 0 Then | ||
47 | - strCacicFolder = GetINIString("Cacic2", "cacic_dir", "Cacic", objArgs(0)) | ||
48 | - if fileSys.FolderExists(Left(fileSys.GetSpecialFolder(0), 3) & strCacicFolder) Then | ||
49 | - fileSys.DeleteFolder(Left(fileSys.GetSpecialFolder(0), 3) & strCacicFolder) | ||
50 | - End If | ||
51 | - End If | ||
52 | -End If | ||
53 | - | ||
54 | -' Função para verificação de existência de chave do Registry | ||
55 | -Function RegExist(Key) | ||
56 | - On Error Resume Next | ||
57 | - Set WshShellChecaReg=Wscript.CreateObject("Wscript.Shell") | ||
58 | - Kexist=WshShellChecaReg.RegRead(Key) | ||
59 | - If Err.number=0 then | ||
60 | - RegExist=True | ||
61 | - Else | ||
62 | - RegExist=False | ||
63 | - End If | ||
64 | -End Function | ||
65 | - | ||
66 | -' Função para leitura de chave em arquivo INI | ||
67 | -Function GetINIString(Section, KeyName, Default, FileName) | ||
68 | - Dim INIContents, PosSection, PosEndSection, sContents, Value, Found | ||
69 | - | ||
70 | - ' Carrega o conteúdo do arquivo INI em uma string | ||
71 | - INIContents = GetFile(FileName) | ||
72 | - | ||
73 | - ' Procura pela seção | ||
74 | - PosSection = InStr(1, INIContents, "[" & Section & "]", vbTextCompare) | ||
75 | - If PosSection>0 Then | ||
76 | - ' Caso a seção exista, encontra o seu fim | ||
77 | - PosEndSection = InStr(PosSection, INIContents, vbCrLf & "[") | ||
78 | - ' Se for a última seção... | ||
79 | - If PosEndSection = 0 Then PosEndSection = Len(INIContents)+1 | ||
80 | - | ||
81 | - ' Separa os conteúdos da seção | ||
82 | - sContents = Mid(INIContents, PosSection, PosEndSection - PosSection) | ||
83 | - | ||
84 | - If InStr(1, sContents, vbCrLf & KeyName & "=", vbTextCompare)>0 Then | ||
85 | - Found = True | ||
86 | - ' Separa valor de chave | ||
87 | - Value = SeparateField(sContents, vbCrLf & KeyName & "=", vbCrLf) | ||
88 | - End If | ||
89 | - End If | ||
90 | - If isempty(Found) Then Value = Default | ||
91 | - GetINIString = Value | ||
92 | -End Function | ||
93 | - | ||
94 | -' Separa um campo entre Inicio e Fim | ||
95 | -Function SeparateField(ByVal sFrom, ByVal sStart, ByVal sEnd) | ||
96 | - Dim PosB: PosB = InStr(1, sFrom, sStart, 1) | ||
97 | - If PosB > 0 Then | ||
98 | - PosB = PosB + Len(sStart) | ||
99 | - Dim PosE: PosE = InStr(PosB, sFrom, sEnd, 1) | ||
100 | - If PosE = 0 Then PosE = InStr(PosB, sFrom, vbCrLf, 1) | ||
101 | - If PosE = 0 Then PosE = Len(sFrom) + 1 | ||
102 | - SeparateField = Mid(sFrom, PosB, PosE - PosB) | ||
103 | - End If | ||
104 | -End Function | ||
105 | - | ||
106 | - | ||
107 | -' Função para leitura de um arquivo | ||
108 | -Function GetFile(ByVal FileName) | ||
109 | - Dim FS: Set FS = CreateObject("Scripting.FileSystemObject") | ||
110 | - ' Caso não seja informada a pasta, usa a do MS-Windows | ||
111 | - If InStr(FileName, ":\") = 0 And Left (FileName,2)<>"\\" Then | ||
112 | - FileName = FS.GetSpecialFolder(0) & "\" & FileName | ||
113 | - End If | ||
114 | - On Error Resume Next | ||
115 | - | ||
116 | - GetFile = FS.OpenTextFile(FileName).ReadAll | ||
117 | -End Function | ||
118 | \ No newline at end of file | 0 | \ No newline at end of file |
chkcacic/FormConfig.dcu
No preview for this file type
chkcacic/FormConfig.ddp
No preview for this file type
chkcacic/FormConfig.dfm
@@ -1,378 +0,0 @@ | @@ -1,378 +0,0 @@ | ||
1 | -object Configs: TConfigs | ||
2 | - Left = 217 | ||
3 | - Top = 20 | ||
4 | - AutoSize = True | ||
5 | - BorderIcons = [] | ||
6 | - BorderStyle = bsSingle | ||
7 | - Caption = 'Configura'#231#245'es do chkCACIC' | ||
8 | - ClientHeight = 374 | ||
9 | - ClientWidth = 575 | ||
10 | - Color = clBtnFace | ||
11 | - Font.Charset = DEFAULT_CHARSET | ||
12 | - Font.Color = clWindowText | ||
13 | - Font.Height = -11 | ||
14 | - Font.Name = 'MS Sans Serif' | ||
15 | - Font.Style = [] | ||
16 | - OldCreateOrder = False | ||
17 | - OnActivate = FormActivate | ||
18 | - PixelsPerInch = 96 | ||
19 | - TextHeight = 13 | ||
20 | - object gbOptional: TGroupBox | ||
21 | - Left = 0 | ||
22 | - Top = 370 | ||
23 | - Width = 575 | ||
24 | - Height = 0 | ||
25 | - Font.Charset = DEFAULT_CHARSET | ||
26 | - Font.Color = clWindowText | ||
27 | - Font.Height = -11 | ||
28 | - Font.Name = 'MS Sans Serif' | ||
29 | - Font.Style = [fsBold] | ||
30 | - ParentFont = False | ||
31 | - TabOrder = 3 | ||
32 | - object lbMensagemNaoAplicavel: TLabel | ||
33 | - Left = 265 | ||
34 | - Top = 25 | ||
35 | - Width = 192 | ||
36 | - Height = 13 | ||
37 | - Caption = '(N'#227'o aplicar ao chkCACIC do NetLogon)' | ||
38 | - Font.Charset = DEFAULT_CHARSET | ||
39 | - Font.Color = clRed | ||
40 | - Font.Height = -11 | ||
41 | - Font.Name = 'MS Sans Serif' | ||
42 | - Font.Style = [] | ||
43 | - ParentFont = False | ||
44 | - end | ||
45 | - object Label_TeProcessInformations: TLabel | ||
46 | - Left = 9 | ||
47 | - Top = 50 | ||
48 | - Width = 89 | ||
49 | - Height = 13 | ||
50 | - Caption = 'Informa'#231#245'es extras' | ||
51 | - Font.Charset = DEFAULT_CHARSET | ||
52 | - Font.Color = clWindowText | ||
53 | - Font.Height = -11 | ||
54 | - Font.Name = 'MS Sans Serif' | ||
55 | - Font.Style = [] | ||
56 | - ParentFont = False | ||
57 | - end | ||
58 | - object Memo_TeExtrasProcessInformations: TMemo | ||
59 | - Left = 9 | ||
60 | - Top = 66 | ||
61 | - Width = 556 | ||
62 | - Height = 126 | ||
63 | - Color = clInactiveBorder | ||
64 | - Enabled = False | ||
65 | - Font.Charset = DEFAULT_CHARSET | ||
66 | - Font.Color = clWindowText | ||
67 | - Font.Height = -11 | ||
68 | - Font.Name = 'MS Sans Serif' | ||
69 | - Font.Style = [] | ||
70 | - Lines.Strings = ( | ||
71 | - 'Empresa-UF / Suporte T'#233'cnico' | ||
72 | - '' | ||
73 | - 'Emails: email1_do_suporte@xxxxxx.yyy.zz, ' | ||
74 | - ' email2_do_suporte@xxxxxx.yyy.zz' | ||
75 | - '' | ||
76 | - 'Fones: (xx) yyyy-zzzz / (xx) yyyy-zzzz' | ||
77 | - '' | ||
78 | - 'Endere'#231'o: Rua Nome_da_Rua, N'#186' 99999' | ||
79 | - ' Cidade/UF') | ||
80 | - ParentFont = False | ||
81 | - TabOrder = 1 | ||
82 | - end | ||
83 | - object checkboxInShowProcessInformations: TCheckBox | ||
84 | - Left = 9 | ||
85 | - Top = 23 | ||
86 | - Width = 256 | ||
87 | - Height = 17 | ||
88 | - Caption = 'Exibe informa'#231#245'es sobre o processo de instala'#231#227'o' | ||
89 | - Font.Charset = DEFAULT_CHARSET | ||
90 | - Font.Color = clWindowText | ||
91 | - Font.Height = -11 | ||
92 | - Font.Name = 'MS Sans Serif' | ||
93 | - Font.Style = [] | ||
94 | - ParentFont = False | ||
95 | - TabOrder = 0 | ||
96 | - OnClick = checkboxInShowProcessInformationsClick | ||
97 | - end | ||
98 | - end | ||
99 | - object gbMandatory: TGroupBox | ||
100 | - Left = 0 | ||
101 | - Top = 16 | ||
102 | - Width = 575 | ||
103 | - Height = 112 | ||
104 | - Font.Charset = DEFAULT_CHARSET | ||
105 | - Font.Color = clWindowText | ||
106 | - Font.Height = -11 | ||
107 | - Font.Name = 'MS Sans Serif' | ||
108 | - Font.Style = [fsBold] | ||
109 | - ParentFont = False | ||
110 | - TabOrder = 2 | ||
111 | - object Label_TeWebManagerAddress: TLabel | ||
112 | - Left = 7 | ||
113 | - Top = 10 | ||
114 | - Width = 232 | ||
115 | - Height = 13 | ||
116 | - Caption = '1 - Endere'#231'o de Acesso ao Gerente WEB CACIC' | ||
117 | - Font.Charset = DEFAULT_CHARSET | ||
118 | - Font.Color = clWindowText | ||
119 | - Font.Height = -11 | ||
120 | - Font.Name = 'MS Sans Serif' | ||
121 | - Font.Style = [] | ||
122 | - ParentFont = False | ||
123 | - end | ||
124 | - object Label_TeLocalFolder: TLabel | ||
125 | - Left = 305 | ||
126 | - Top = 10 | ||
127 | - Width = 147 | ||
128 | - Height = 13 | ||
129 | - Caption = '2 - Pasta para Instala'#231#227'o Local' | ||
130 | - Font.Charset = DEFAULT_CHARSET | ||
131 | - Font.Color = clWindowText | ||
132 | - Font.Height = -11 | ||
133 | - Font.Name = 'MS Sans Serif' | ||
134 | - Font.Style = [] | ||
135 | - ParentFont = False | ||
136 | - end | ||
137 | - object Label1: TLabel | ||
138 | - Left = 8 | ||
139 | - Top = 48 | ||
140 | - Width = 213 | ||
141 | - Height = 12 | ||
142 | - Caption = 'Informe o mesmo endere'#231'o de acesso via browser' | ||
143 | - Font.Charset = DEFAULT_CHARSET | ||
144 | - Font.Color = clBlue | ||
145 | - Font.Height = -9 | ||
146 | - Font.Name = 'Arial' | ||
147 | - Font.Style = [] | ||
148 | - ParentFont = False | ||
149 | - end | ||
150 | - object Label2: TLabel | ||
151 | - Left = 305 | ||
152 | - Top = 48 | ||
153 | - Width = 253 | ||
154 | - Height = 12 | ||
155 | - Caption = 'Pasta a ser criada na unidade padr'#227'o do computador destino' | ||
156 | - Font.Charset = DEFAULT_CHARSET | ||
157 | - Font.Color = clBlue | ||
158 | - Font.Height = -9 | ||
159 | - Font.Name = 'Arial' | ||
160 | - Font.Style = [] | ||
161 | - ParentFont = False | ||
162 | - end | ||
163 | - object Label3: TLabel | ||
164 | - Left = 358 | ||
165 | - Top = 117 | ||
166 | - Width = 211 | ||
167 | - Height = 12 | ||
168 | - AutoSize = False | ||
169 | - Font.Charset = DEFAULT_CHARSET | ||
170 | - Font.Color = clMaroon | ||
171 | - Font.Height = -9 | ||
172 | - Font.Name = 'Arial' | ||
173 | - Font.Style = [] | ||
174 | - ParentFont = False | ||
175 | - end | ||
176 | - object pnStatus: TPanel | ||
177 | - Left = 1 | ||
178 | - Top = 83 | ||
179 | - Width = 571 | ||
180 | - Height = 26 | ||
181 | - BevelInner = bvLowered | ||
182 | - TabOrder = 0 | ||
183 | - object staticStatus: TStaticText | ||
184 | - Left = 2 | ||
185 | - Top = 2 | ||
186 | - Width = 567 | ||
187 | - Height = 22 | ||
188 | - Align = alClient | ||
189 | - Alignment = taCenter | ||
190 | - AutoSize = False | ||
191 | - Caption = 'staticStatus' | ||
192 | - Font.Charset = DEFAULT_CHARSET | ||
193 | - Font.Color = clWindowText | ||
194 | - Font.Height = -16 | ||
195 | - Font.Name = 'MS Sans Serif' | ||
196 | - Font.Style = [fsBold] | ||
197 | - ParentFont = False | ||
198 | - TabOrder = 0 | ||
199 | - end | ||
200 | - end | ||
201 | - end | ||
202 | - object Edit_TeWebManagerAddress: TEdit | ||
203 | - Left = 8 | ||
204 | - Top = 41 | ||
205 | - Width = 260 | ||
206 | - Height = 24 | ||
207 | - BevelInner = bvLowered | ||
208 | - BevelKind = bkSoft | ||
209 | - CharCase = ecLowerCase | ||
210 | - Font.Charset = DEFAULT_CHARSET | ||
211 | - Font.Color = clWindowText | ||
212 | - Font.Height = -13 | ||
213 | - Font.Name = 'Arial' | ||
214 | - Font.Style = [fsBold] | ||
215 | - MaxLength = 100 | ||
216 | - ParentFont = False | ||
217 | - TabOrder = 0 | ||
218 | - Text = 'pwebcgi01/cacic3/' | ||
219 | - OnExit = Edit_TeWebManagerAddressExit | ||
220 | - end | ||
221 | - object Edit_TeLocalFolder: TEdit | ||
222 | - Left = 306 | ||
223 | - Top = 41 | ||
224 | - Width = 260 | ||
225 | - Height = 24 | ||
226 | - BevelInner = bvLowered | ||
227 | - BevelKind = bkSoft | ||
228 | - Font.Charset = DEFAULT_CHARSET | ||
229 | - Font.Color = clWindowText | ||
230 | - Font.Height = -13 | ||
231 | - Font.Name = 'Arial' | ||
232 | - Font.Style = [fsBold] | ||
233 | - MaxLength = 100 | ||
234 | - ParentFont = False | ||
235 | - TabOrder = 1 | ||
236 | - Text = 'Cacic' | ||
237 | - end | ||
238 | - object Button_ConfirmProcess: TButton | ||
239 | - Left = 12 | ||
240 | - Top = 141 | ||
241 | - Width = 250 | ||
242 | - Height = 35 | ||
243 | - Caption = 'Concluir Instala'#231#227'o/Atualiza'#231#227'o' | ||
244 | - Font.Charset = DEFAULT_CHARSET | ||
245 | - Font.Color = clWindowText | ||
246 | - Font.Height = -13 | ||
247 | - Font.Name = 'MS Sans Serif' | ||
248 | - Font.Style = [fsBold] | ||
249 | - ParentFont = False | ||
250 | - TabOrder = 4 | ||
251 | - OnClick = Button_ConfirmProcessClick | ||
252 | - end | ||
253 | - object Button_ExitProcess: TButton | ||
254 | - Left = 311 | ||
255 | - Top = 141 | ||
256 | - Width = 250 | ||
257 | - Height = 35 | ||
258 | - Caption = 'Sair' | ||
259 | - Font.Charset = DEFAULT_CHARSET | ||
260 | - Font.Color = clWindowText | ||
261 | - Font.Height = -13 | ||
262 | - Font.Name = 'MS Sans Serif' | ||
263 | - Font.Style = [fsBold] | ||
264 | - ParentFont = False | ||
265 | - TabOrder = 5 | ||
266 | - OnClick = Button_ExitProcessClick | ||
267 | - end | ||
268 | - object pnVersao: TPanel | ||
269 | - Left = 492 | ||
270 | - Top = 0 | ||
271 | - Width = 82 | ||
272 | - Height = 20 | ||
273 | - BevelInner = bvLowered | ||
274 | - Caption = 'Vers'#227'o' | ||
275 | - Font.Charset = DEFAULT_CHARSET | ||
276 | - Font.Color = clWindowText | ||
277 | - Font.Height = -11 | ||
278 | - Font.Name = 'MS Sans Serif' | ||
279 | - Font.Style = [fsBold] | ||
280 | - ParentFont = False | ||
281 | - TabOrder = 6 | ||
282 | - end | ||
283 | - object gbProgress: TGroupBox | ||
284 | - Left = 0 | ||
285 | - Top = 200 | ||
286 | - Width = 575 | ||
287 | - Height = 147 | ||
288 | - Font.Charset = DEFAULT_CHARSET | ||
289 | - Font.Color = clWindowText | ||
290 | - Font.Height = -11 | ||
291 | - Font.Name = 'MS Sans Serif' | ||
292 | - Font.Style = [fsBold] | ||
293 | - ParentFont = False | ||
294 | - TabOrder = 7 | ||
295 | - object memoProgress: TMemo | ||
296 | - Left = 9 | ||
297 | - Top = 17 | ||
298 | - Width = 556 | ||
299 | - Height = 120 | ||
300 | - Color = clWhite | ||
301 | - Enabled = False | ||
302 | - Font.Charset = DEFAULT_CHARSET | ||
303 | - Font.Color = clWindowText | ||
304 | - Font.Height = -11 | ||
305 | - Font.Name = 'MS Sans Serif' | ||
306 | - Font.Style = [] | ||
307 | - ParentFont = False | ||
308 | - TabOrder = 0 | ||
309 | - end | ||
310 | - end | ||
311 | - object labelOptionalsInformations: TStaticText | ||
312 | - Left = 1 | ||
313 | - Top = 356 | ||
314 | - Width = 58 | ||
315 | - Height = 14 | ||
316 | - AutoSize = False | ||
317 | - Caption = 'Opcionais' | ||
318 | - Font.Charset = DEFAULT_CHARSET | ||
319 | - Font.Color = clWindowText | ||
320 | - Font.Height = -11 | ||
321 | - Font.Name = 'Arial' | ||
322 | - Font.Style = [fsBold] | ||
323 | - ParentFont = False | ||
324 | - TabOrder = 10 | ||
325 | - OnClick = labelOptionalsInformationsClick | ||
326 | - end | ||
327 | - object staticClickToExpand: TStaticText | ||
328 | - Left = 58 | ||
329 | - Top = 356 | ||
330 | - Width = 159 | ||
331 | - Height = 18 | ||
332 | - Cursor = crHandPoint | ||
333 | - Caption = '(Clique para EXPANDIR o Painel)' | ||
334 | - Font.Charset = DEFAULT_CHARSET | ||
335 | - Font.Color = clNavy | ||
336 | - Font.Height = -11 | ||
337 | - Font.Name = 'Arial' | ||
338 | - Font.Style = [] | ||
339 | - ParentFont = False | ||
340 | - TabOrder = 11 | ||
341 | - OnClick = staticClickToExpandClick | ||
342 | - end | ||
343 | - object labelMandatoryField: TStaticText | ||
344 | - Left = 1 | ||
345 | - Top = 3 | ||
346 | - Width = 162 | ||
347 | - Height = 14 | ||
348 | - AutoSize = False | ||
349 | - Caption = 'Preenchimento Obrigat'#243'rio' | ||
350 | - Font.Charset = DEFAULT_CHARSET | ||
351 | - Font.Color = clWindowText | ||
352 | - Font.Height = -11 | ||
353 | - Font.Name = 'Arial' | ||
354 | - Font.Style = [fsBold] | ||
355 | - ParentFont = False | ||
356 | - TabOrder = 8 | ||
357 | - end | ||
358 | - object labelActionsLog: TStaticText | ||
359 | - Left = 1 | ||
360 | - Top = 188 | ||
361 | - Width = 162 | ||
362 | - Height = 14 | ||
363 | - AutoSize = False | ||
364 | - Caption = 'Log de A'#231#245'es' | ||
365 | - Font.Charset = DEFAULT_CHARSET | ||
366 | - Font.Color = clWindowText | ||
367 | - Font.Height = -11 | ||
368 | - Font.Name = 'Arial' | ||
369 | - Font.Style = [fsBold] | ||
370 | - ParentFont = False | ||
371 | - TabOrder = 9 | ||
372 | - end | ||
373 | - object timerGeneral: TTimer | ||
374 | - OnTimer = timerGeneralTimer | ||
375 | - Left = 272 | ||
376 | - Top = 168 | ||
377 | - end | ||
378 | -end |
chkcacic/FormConfig.pas
@@ -1,240 +0,0 @@ | @@ -1,240 +0,0 @@ | ||
1 | -(** | ||
2 | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
3 | -Copyright 2000, 2001, 2002, 2003, 2004, 2005 Dataprev - Empresa de Tecnologia e Informações da Previdência Social, Brasil | ||
4 | - | ||
5 | -Este arquivo é parte do programa CACIC - Configurador Automático e Coletor de Informações Computacionais | ||
6 | - | ||
7 | -O CACIC é um software livre; você pode redistribui-lo e/ou modifica-lo dentro dos termos da Licença Pública Geral GNU como | ||
8 | -publicada pela Fundação do Software Livre (FSF); na versão 2 da Licença, ou (na sua opinião) qualquer versão. | ||
9 | - | ||
10 | -Este programa é distribuido na esperança que possa ser util, mas SEM NENHUMA GARANTIA; sem uma garantia implicita de ADEQUAÇÂO a qualquer | ||
11 | -MERCADO ou APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU para maiores detalhes. | ||
12 | - | ||
13 | -Você deve ter recebido uma cópia da Licença Pública Geral GNU, sob o título "LICENCA.txt", junto com este programa, se não, escreva para a Fundação do Software | ||
14 | -Livre(FSF) Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
15 | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
16 | -*) | ||
17 | - | ||
18 | -unit FormConfig; | ||
19 | - | ||
20 | -interface | ||
21 | - | ||
22 | -uses | ||
23 | - Windows, | ||
24 | - Messages, | ||
25 | - SysUtils, | ||
26 | - Variants, | ||
27 | - Classes, | ||
28 | - Graphics, | ||
29 | - Controls, | ||
30 | - Forms, | ||
31 | - Dialogs, | ||
32 | - StdCtrls, | ||
33 | - main, | ||
34 | - NTFileSecurity, | ||
35 | - Buttons, | ||
36 | - ExtCtrls, ComCtrls; | ||
37 | - | ||
38 | -type | ||
39 | - TConfigs = class(TForm) | ||
40 | - Edit_TeWebManagerAddress: TEdit; | ||
41 | - Edit_TeLocalFolder: TEdit; | ||
42 | - gbMandatory: TGroupBox; | ||
43 | - Label_TeWebManagerAddress: TLabel; | ||
44 | - Label_TeLocalFolder: TLabel; | ||
45 | - gbOptional: TGroupBox; | ||
46 | - lbMensagemNaoAplicavel: TLabel; | ||
47 | - Label_TeProcessInformations: TLabel; | ||
48 | - Button_ConfirmProcess: TButton; | ||
49 | - Memo_TeExtrasProcessInformations: TMemo; | ||
50 | - checkboxInShowProcessInformations: TCheckBox; | ||
51 | - Button_ExitProcess: TButton; | ||
52 | - Label1: TLabel; | ||
53 | - Label2: TLabel; | ||
54 | - Label3: TLabel; | ||
55 | - pnVersao: TPanel; | ||
56 | - gbProgress: TGroupBox; | ||
57 | - memoProgress: TMemo; | ||
58 | - pnStatus: TPanel; | ||
59 | - staticStatus: TStaticText; | ||
60 | - timerGeneral: TTimer; | ||
61 | - labelMandatoryField: TStaticText; | ||
62 | - labelActionsLog: TStaticText; | ||
63 | - labelOptionalsInformations: TStaticText; | ||
64 | - staticClickToExpand: TStaticText; | ||
65 | - procedure Button_ConfirmProcessClick(Sender: TObject); | ||
66 | - procedure checkboxInShowProcessInformationsClick(Sender: TObject); | ||
67 | - procedure Button_ExitProcessClick(Sender: TObject); | ||
68 | - procedure Edit_TeWebManagerAddressExit(Sender: TObject); | ||
69 | - procedure StatusBar_TestAndVersionDrawPanel(StatusBar: TStatusBar; | ||
70 | - Panel: TStatusPanel; const Rect: TRect); | ||
71 | - | ||
72 | - procedure FormActivate(Sender: TObject); | ||
73 | - procedure ResizeGbOptional; | ||
74 | - procedure timerGeneralTimer(Sender: TObject); | ||
75 | - procedure staticClickToExpandClick(Sender: TObject); | ||
76 | - procedure labelOptionalsInformationsClick(Sender: TObject); | ||
77 | - private | ||
78 | - { Private declarations } | ||
79 | - public | ||
80 | - { Public declarations } | ||
81 | - end; | ||
82 | - | ||
83 | -var | ||
84 | - Configs: TConfigs; | ||
85 | - strAction : String; | ||
86 | - | ||
87 | - | ||
88 | -implementation | ||
89 | - | ||
90 | -{$R *.dfm} | ||
91 | - | ||
92 | -procedure TConfigs.Button_ConfirmProcessClick(Sender: TObject); | ||
93 | -begin | ||
94 | - if trim(Edit_TeLocalFolder.Text) = '' then | ||
95 | - Edit_TeLocalFolder.Text := 'Cacic'; | ||
96 | - | ||
97 | - if trim(Edit_TeWebManagerAddress.Text) = '' then | ||
98 | - Edit_TeWebManagerAddress.SetFocus | ||
99 | - else | ||
100 | - Begin | ||
101 | - main.GravaConfiguracoes; | ||
102 | - Close; | ||
103 | -// Application.terminate; | ||
104 | - End; | ||
105 | -end; | ||
106 | - | ||
107 | -procedure TConfigs.checkboxInShowProcessInformationsClick(Sender: TObject); | ||
108 | -begin | ||
109 | - if checkboxInShowProcessInformations.Checked then | ||
110 | - Begin | ||
111 | - Memo_TeExtrasProcessInformations.Enabled := true; | ||
112 | - Memo_TeExtrasProcessInformations.Color := clWindow; | ||
113 | - v_InShowProcessInformations := 'S'; | ||
114 | - End | ||
115 | - else | ||
116 | - Begin | ||
117 | - Memo_TeExtrasProcessInformations.Enabled := false; | ||
118 | - Memo_TeExtrasProcessInformations.Color := clInactiveBorder; | ||
119 | - v_InShowProcessInformations := 'N'; | ||
120 | - End; | ||
121 | -end; | ||
122 | - | ||
123 | -procedure TConfigs.Button_ExitProcessClick(Sender: TObject); | ||
124 | -begin | ||
125 | - Close; | ||
126 | - Halt(0); | ||
127 | -end; | ||
128 | - | ||
129 | -procedure TConfigs.Edit_TeWebManagerAddressExit(Sender: TObject); | ||
130 | -begin | ||
131 | - if (trim(Edit_TeWebManagerAddress.Text)<> '') then | ||
132 | - Begin | ||
133 | - v_TeWebManagerAddress := Configs.Edit_TeWebManagerAddress.text; | ||
134 | - | ||
135 | - staticStatus.Caption := 'Efetuando comunicação com o endereço informado...'; | ||
136 | - | ||
137 | - tstringlistRequest_Config.Clear; | ||
138 | - tstringlistRequest_Config.Values['in_chkcacic'] := 'chkcacic_GetTest'; | ||
139 | - | ||
140 | - Edit_TeWebManagerAddress.Text := StringReplace(Edit_TeWebManagerAddress.Text,'http://','',[rfReplaceAll]); | ||
141 | - Button_ConfirmProcess.Enabled := frmChkCACIC.CommunicateTo(Edit_TeWebManagerAddress.Text + '/ws/get_test.php',tstringlistRequest_Config); | ||
142 | - | ||
143 | - if Button_ConfirmProcess.Enabled then | ||
144 | - Begin | ||
145 | - staticStatus.Caption := 'Teste de Comunicação Efetuado Com Sucesso!'; | ||
146 | - staticStatus.Font.Color := clGreen; | ||
147 | - End | ||
148 | - else | ||
149 | - Begin | ||
150 | - staticStatus.Caption := 'Insucesso no Teste de Comunicação com o Endereço Informado!'; | ||
151 | - staticStatus.Font.Color := clRed; | ||
152 | - End; | ||
153 | - End | ||
154 | - else | ||
155 | - staticStatus.Caption := ''; | ||
156 | -end; | ||
157 | - | ||
158 | -procedure TConfigs.StatusBar_TestAndVersionDrawPanel(StatusBar: TStatusBar; | ||
159 | - Panel: TStatusPanel; const Rect: TRect); | ||
160 | -begin | ||
161 | - | ||
162 | -with StatusBar.Canvas do | ||
163 | - begin | ||
164 | - case Panel.Index of | ||
165 | - 0: //fist panel | ||
166 | - begin | ||
167 | - if Button_ConfirmProcess.Enabled or (trim(Panel.Text)='') then | ||
168 | - Brush.Color := clCream | ||
169 | - else | ||
170 | - Brush.Color := clYellow; | ||
171 | - | ||
172 | - Panel.Alignment := taCenter; | ||
173 | - Font.Color := clNavy; | ||
174 | - Font.Style := [fsBold]; | ||
175 | - end; | ||
176 | - 1: //second panel | ||
177 | - begin | ||
178 | - Brush.Color := clCream; | ||
179 | - Font.Color := clBlack; | ||
180 | - Font.Style := []; | ||
181 | - Panel.Alignment := taCenter; | ||
182 | - end; | ||
183 | - end; | ||
184 | - //Panel background color | ||
185 | - FillRect(Rect) ; | ||
186 | - | ||
187 | - //Panel Text | ||
188 | - TextRect(Rect,Rect.Left,Rect.Top,Panel.Text) ; | ||
189 | - end; | ||
190 | -end; | ||
191 | - | ||
192 | -procedure TConfigs.FormActivate(Sender: TObject); | ||
193 | -begin | ||
194 | - Edit_TeWebManagerAddressExit(nil); | ||
195 | -end; | ||
196 | - | ||
197 | -procedure TConfigs.timerGeneralTimer(Sender: TObject); | ||
198 | -begin | ||
199 | -if (Copy(strAction,1,17) = 'Resize_gbOptional') then | ||
200 | - Begin | ||
201 | - if (Trim(Copy(strAction,19,4)) = 'DOWN') then | ||
202 | - gbOptional.Height := gbOptional.Height + 1 | ||
203 | - else | ||
204 | - gbOptional.Height := gbOptional.Height - 1; | ||
205 | - | ||
206 | - if (gbOptional.Height = 0) or (gbOptional.Height = 200) then | ||
207 | - Begin | ||
208 | - timerGeneral.Enabled := false; | ||
209 | - if (gbOptional.Height = 200) then | ||
210 | - staticClickToExpand.Caption := '(Clique para ENCOLHER o Painel)' | ||
211 | - else | ||
212 | - staticClickToExpand.Caption := '(Clique para EXPANDIR o Painel)'; | ||
213 | - End; | ||
214 | - End; | ||
215 | -end; | ||
216 | - | ||
217 | -procedure TConfigs.staticClickToExpandClick(Sender: TObject); | ||
218 | -begin | ||
219 | - ResizeGbOptional; | ||
220 | -end; | ||
221 | - | ||
222 | -procedure TConfigs.labelOptionalsInformationsClick(Sender: TObject); | ||
223 | -begin | ||
224 | - ResizeGbOptional; | ||
225 | -end; | ||
226 | - | ||
227 | -procedure TConfigs.ResizeGbOptional; | ||
228 | -Begin | ||
229 | - strAction := 'Resize_gbOptional_'; | ||
230 | - if (gbOptional.Height = 0) then | ||
231 | - strAction := strAction + 'DOWN' | ||
232 | - else | ||
233 | - strAction := strAction + 'UP'; | ||
234 | - | ||
235 | - staticClickToExpand.Caption := ''; | ||
236 | - timerGeneral.Enabled := false; | ||
237 | - timerGeneral.Interval := 10; | ||
238 | - timerGeneral.Enabled := true; | ||
239 | -End; | ||
240 | -end. |
chkcacic/Thumbs.db
No preview for this file type
chkcacic/cacic_logo.png
4.14 KB
chkcacic/chkcacic.cfg
@@ -1,43 +0,0 @@ | @@ -1,43 +0,0 @@ | ||
1 | --$A8 | ||
2 | --$B- | ||
3 | --$C+ | ||
4 | --$D+ | ||
5 | --$E- | ||
6 | --$F- | ||
7 | --$G+ | ||
8 | --$H+ | ||
9 | --$I+ | ||
10 | --$J- | ||
11 | --$K- | ||
12 | --$L+ | ||
13 | --$M- | ||
14 | --$N+ | ||
15 | --$O+ | ||
16 | --$P+ | ||
17 | --$Q- | ||
18 | --$R- | ||
19 | --$S- | ||
20 | --$T- | ||
21 | --$U- | ||
22 | --$V+ | ||
23 | --$W- | ||
24 | --$X+ | ||
25 | --$YD | ||
26 | --$Z1 | ||
27 | --cg | ||
28 | --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; | ||
29 | --H+ | ||
30 | --W+ | ||
31 | --M | ||
32 | --$M16384,1048576 | ||
33 | --K$00400000 | ||
34 | --E"C:\arariboia_mod_BINARIOS" | ||
35 | --LE"c:\program files\borland\delphi7\Projects\Bpl" | ||
36 | --LN"c:\program files\borland\delphi7\Projects\Bpl" | ||
37 | --U"C:\Arquivos de programas\Borland\Delphi7\Source\Rtl\Common;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\NTFileSecurity;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\PJVersion" | ||
38 | --O"C:\Arquivos de programas\Borland\Delphi7\Source\Rtl\Common;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\NTFileSecurity;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\PJVersion" | ||
39 | --I"C:\Arquivos de programas\Borland\Delphi7\Source\Rtl\Common;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\NTFileSecurity;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\PJVersion" | ||
40 | --R"C:\Arquivos de programas\Borland\Delphi7\Source\Rtl\Common;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\NTFileSecurity;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\PJVersion" | ||
41 | --w-UNSAFE_TYPE | ||
42 | --w-UNSAFE_CODE | ||
43 | --w-UNSAFE_CAST |
chkcacic/chkcacic.dof
@@ -1,153 +0,0 @@ | @@ -1,153 +0,0 @@ | ||
1 | -[FileVersion] | ||
2 | -Version=7.0 | ||
3 | -[Compiler] | ||
4 | -A=8 | ||
5 | -B=0 | ||
6 | -C=1 | ||
7 | -D=1 | ||
8 | -E=0 | ||
9 | -F=0 | ||
10 | -G=1 | ||
11 | -H=1 | ||
12 | -I=1 | ||
13 | -J=0 | ||
14 | -K=0 | ||
15 | -L=1 | ||
16 | -M=0 | ||
17 | -N=1 | ||
18 | -O=1 | ||
19 | -P=1 | ||
20 | -Q=0 | ||
21 | -R=0 | ||
22 | -S=0 | ||
23 | -T=0 | ||
24 | -U=0 | ||
25 | -V=1 | ||
26 | -W=0 | ||
27 | -X=1 | ||
28 | -Y=1 | ||
29 | -Z=1 | ||
30 | -ShowHints=1 | ||
31 | -ShowWarnings=1 | ||
32 | -UnitAliases=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; | ||
33 | -NamespacePrefix= | ||
34 | -SymbolDeprecated=1 | ||
35 | -SymbolLibrary=1 | ||
36 | -SymbolPlatform=1 | ||
37 | -UnitLibrary=1 | ||
38 | -UnitPlatform=1 | ||
39 | -UnitDeprecated=1 | ||
40 | -HResultCompat=1 | ||
41 | -HidingMember=1 | ||
42 | -HiddenVirtual=1 | ||
43 | -Garbage=1 | ||
44 | -BoundsError=1 | ||
45 | -ZeroNilCompat=1 | ||
46 | -StringConstTruncated=1 | ||
47 | -ForLoopVarVarPar=1 | ||
48 | -TypedConstVarPar=1 | ||
49 | -AsgToTypedConst=1 | ||
50 | -CaseLabelRange=1 | ||
51 | -ForVariable=1 | ||
52 | -ConstructingAbstract=1 | ||
53 | -ComparisonFalse=1 | ||
54 | -ComparisonTrue=1 | ||
55 | -ComparingSignedUnsigned=1 | ||
56 | -CombiningSignedUnsigned=1 | ||
57 | -UnsupportedConstruct=1 | ||
58 | -FileOpen=1 | ||
59 | -FileOpenUnitSrc=1 | ||
60 | -BadGlobalSymbol=1 | ||
61 | -DuplicateConstructorDestructor=1 | ||
62 | -InvalidDirective=1 | ||
63 | -PackageNoLink=1 | ||
64 | -PackageThreadVar=1 | ||
65 | -ImplicitImport=1 | ||
66 | -HPPEMITIgnored=1 | ||
67 | -NoRetVal=1 | ||
68 | -UseBeforeDef=1 | ||
69 | -ForLoopVarUndef=1 | ||
70 | -UnitNameMismatch=1 | ||
71 | -NoCFGFileFound=1 | ||
72 | -MessageDirective=1 | ||
73 | -ImplicitVariants=1 | ||
74 | -UnicodeToLocale=1 | ||
75 | -LocaleToUnicode=1 | ||
76 | -ImagebaseMultiple=1 | ||
77 | -SuspiciousTypecast=1 | ||
78 | -PrivatePropAccessor=1 | ||
79 | -UnsafeType=0 | ||
80 | -UnsafeCode=0 | ||
81 | -UnsafeCast=0 | ||
82 | -[Linker] | ||
83 | -MapFile=0 | ||
84 | -OutputObjs=0 | ||
85 | -ConsoleApp=1 | ||
86 | -DebugInfo=0 | ||
87 | -RemoteSymbols=0 | ||
88 | -MinStackSize=16384 | ||
89 | -MaxStackSize=1048576 | ||
90 | -ImageBase=4194304 | ||
91 | -ExeDescription= | ||
92 | -[Directories] | ||
93 | -OutputDir=C:\arariboia_mod_BINARIOS | ||
94 | -UnitOutputDir= | ||
95 | -PackageDLLOutputDir= | ||
96 | -PackageDCPOutputDir= | ||
97 | -SearchPath=C:\Arquivos de programas\Borland\Delphi7\Source\Rtl\Common;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\NTFileSecurity;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\PJVersion | ||
98 | -Packages=vcl;rtl;vclx;indy;inet;xmlrtl;vclie;inetdbbde;inetdbxpress;dbrtl;dsnap;dsnapcon;vcldb;soaprtl;VclSmp;dbexpress;dbxcds;inetdb;bdertl;vcldbx;webdsnap;websnap;adortl;ibxpress;teeui;teedb;tee;dss;visualclx;visualdbclx;vclactnband;vclshlctrls;IntrawebDB_50_70;Intraweb_50_70;Rave50CLX;Rave50VCL;dclOffice2k | ||
99 | -Conditionals= | ||
100 | -DebugSourceDirs= | ||
101 | -UsePackages=0 | ||
102 | -[Parameters] | ||
103 | -RunParams= | ||
104 | -HostApplication= | ||
105 | -Launcher= | ||
106 | -UseLauncher=0 | ||
107 | -DebugCWD= | ||
108 | -[Language] | ||
109 | -ActiveLang= | ||
110 | -ProjectLang= | ||
111 | -RootDir=C:\ARQUIVOS DE PROGRAMAS\BORLAND\DELPHI7\BIN\ | ||
112 | -[Version Info] | ||
113 | -IncludeVerInfo=1 | ||
114 | -AutoIncBuild=0 | ||
115 | -MajorVer=2 | ||
116 | -MinorVer=6 | ||
117 | -Release=0 | ||
118 | -Build=2 | ||
119 | -Debug=0 | ||
120 | -PreRelease=0 | ||
121 | -Special=0 | ||
122 | -Private=0 | ||
123 | -DLL=0 | ||
124 | -Locale=2070 | ||
125 | -CodePage=1252 | ||
126 | -[Version Info Keys] | ||
127 | -CompanyName=Dataprev - Emp. de TI da Prev.Social - UDSL/SSLC | ||
128 | -FileDescription=Sistema CACIC - Módulo Verificador/Instalador/Atualizador | ||
129 | -FileVersion=2.6.0.2 | ||
130 | -InternalName= | ||
131 | -LegalCopyright= | ||
132 | -LegalTrademarks= | ||
133 | -OriginalFilename= | ||
134 | -ProductName=ChkCACIC | ||
135 | -ProductVersion=2.6-Beta-2 | ||
136 | -Comments=Licença: GNU/LGPL | ||
137 | -[HistoryLists\hlDebugSourcePath] | ||
138 | -Count=1 | ||
139 | -Item0=C:\Arquivos de programas\Borland\Delphi7\Mitec\D7 | ||
140 | -[HistoryLists\hlUnitAliases] | ||
141 | -Count=1 | ||
142 | -Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; | ||
143 | -[HistoryLists\hlSearchPath] | ||
144 | -Count=4 | ||
145 | -Item0=C:\Arquivos de programas\Borland\Delphi7\Source\Rtl\Common;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\NTFileSecurity;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\PJVersion | ||
146 | -Item1=C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP | ||
147 | -Item2=C:\Arquivos de programas\Borland\Delphi7\Mitec\D7;C:\Arquivos de programas\Borland\Delphi7\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\CriptografiaDCP\Ciphers;C:\Arquivos de programas\Borland\Delphi7\CriptografiaDCP\Hashes | ||
148 | -Item3=C:\Arquivos de programas\Borland\Delphi7\Mitec\D7 | ||
149 | -[HistoryLists\hlOutputDirectorry] | ||
150 | -Count=3 | ||
151 | -Item0=C:\arariboia_mod_BINARIOS | ||
152 | -Item1=Z:\cacic2\repositorio | ||
153 | -Item2=..\ |
chkcacic/chkcacic.dpr
@@ -1,45 +0,0 @@ | @@ -1,45 +0,0 @@ | ||
1 | -(** | ||
2 | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
3 | -Copyright 2000, 2001, 2002, 2003, 2004, 2005 Dataprev - Empresa de Tecnologia e Informações da Previdência Social, Brasil | ||
4 | - | ||
5 | -Este arquivo é parte do programa CACIC - Configurador Automático e Coletor de Informações Computacionais | ||
6 | - | ||
7 | -O CACIC é um software livre; você pode redistribui-lo e/ou modifica-lo dentro dos termos da Licença Pública Geral GNU como | ||
8 | -publicada pela Fundação do Software Livre (FSF); na versão 2 da Licença, ou (na sua opinião) qualquer versão. | ||
9 | - | ||
10 | -Este programa é distribuido na esperança que possa ser util, mas SEM NENHUMA GARANTIA; sem uma garantia implicita de ADEQUAÇÂO a qualquer | ||
11 | -MERCADO ou APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU para maiores detalhes. | ||
12 | - | ||
13 | -Você deve ter recebido uma cópia da Licença Pública Geral GNU, sob o título "LICENCA.txt", junto com este programa, se não, escreva para a Fundação do Software | ||
14 | -Livre(FSF) Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
15 | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
16 | -*) | ||
17 | -program chkcacic; | ||
18 | -uses | ||
19 | - Forms, | ||
20 | - windows, | ||
21 | - main in 'main.pas' {frmChkCACIC}, | ||
22 | - FormConfig in 'FormConfig.pas' {Configs}, | ||
23 | - CACIC_Library in '..\CACIC_Library.pas'; | ||
24 | - | ||
25 | -{$R *.res} | ||
26 | - | ||
27 | -const | ||
28 | - CACIC_APP_NAME = 'chkcacic'; | ||
29 | - | ||
30 | -var | ||
31 | - oCacic : TCACIC; | ||
32 | - | ||
33 | -begin | ||
34 | - oCacic := TCACIC.Create(); | ||
35 | - | ||
36 | - if( not oCacic.isAppRunning( CACIC_APP_NAME ) ) then | ||
37 | - Begin | ||
38 | - Application.Initialize; | ||
39 | - Application.CreateForm(TfrmChkCACIC, frmChkCACIC); | ||
40 | - Application.Run; | ||
41 | - End; | ||
42 | - | ||
43 | - oCacic.Free(); | ||
44 | - | ||
45 | -end. |
chkcacic/chkcacic.dproj
@@ -1,87 +0,0 @@ | @@ -1,87 +0,0 @@ | ||
1 | -<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
2 | - <PropertyGroup> | ||
3 | - <ProjectGuid>{05cd78c2-4e82-47ab-8fce-a74fa1f9b93b}</ProjectGuid> | ||
4 | - <MainSource>chkcacic.dpr</MainSource> | ||
5 | - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
6 | - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
7 | - <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> | ||
8 | - <DCC_DependencyCheckOutputName>..\chkcacic.exe</DCC_DependencyCheckOutputName> | ||
9 | - </PropertyGroup> | ||
10 | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
11 | - <Version>7.0</Version> | ||
12 | - <DCC_DebugInformation>False</DCC_DebugInformation> | ||
13 | - <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols> | ||
14 | - <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> | ||
15 | - <DCC_ExeOutput>..\</DCC_ExeOutput> | ||
16 | - <DCC_UnitSearchPath>C:\Arquivos de programas\Borland\Delphi7\Source\Rtl\Common;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\NTFileSecurity;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\PJVersion</DCC_UnitSearchPath> | ||
17 | - <DCC_ResourcePath>C:\Arquivos de programas\Borland\Delphi7\Source\Rtl\Common;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\NTFileSecurity;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\PJVersion</DCC_ResourcePath> | ||
18 | - <DCC_ObjPath>C:\Arquivos de programas\Borland\Delphi7\Source\Rtl\Common;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\NTFileSecurity;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\PJVersion</DCC_ObjPath> | ||
19 | - <DCC_IncludePath>C:\Arquivos de programas\Borland\Delphi7\Source\Rtl\Common;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\NTFileSecurity;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\PJVersion</DCC_IncludePath> | ||
20 | - <DCC_Define>RELEASE</DCC_Define> | ||
21 | - </PropertyGroup> | ||
22 | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
23 | - <Version>7.0</Version> | ||
24 | - <DCC_ExeOutput>..\</DCC_ExeOutput> | ||
25 | - <DCC_UnitSearchPath>C:\Arquivos de programas\Borland\Delphi7\Source\Rtl\Common;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\NTFileSecurity;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\PJVersion</DCC_UnitSearchPath> | ||
26 | - <DCC_ResourcePath>C:\Arquivos de programas\Borland\Delphi7\Source\Rtl\Common;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\NTFileSecurity;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\PJVersion</DCC_ResourcePath> | ||
27 | - <DCC_ObjPath>C:\Arquivos de programas\Borland\Delphi7\Source\Rtl\Common;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\NTFileSecurity;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\PJVersion</DCC_ObjPath> | ||
28 | - <DCC_IncludePath>C:\Arquivos de programas\Borland\Delphi7\Source\Rtl\Common;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\NTFileSecurity;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\PJVersion</DCC_IncludePath> | ||
29 | - <DCC_Define>DEBUG</DCC_Define> | ||
30 | - </PropertyGroup> | ||
31 | - <ProjectExtensions> | ||
32 | - <Borland.Personality>Delphi.Personality</Borland.Personality> | ||
33 | - <Borland.ProjectType>VCLApplication</Borland.ProjectType> | ||
34 | - <BorlandProject> | ||
35 | -<BorlandProject xmlns=""> <Delphi.Personality> <Parameters> | ||
36 | - <Parameters Name="UseLauncher">False</Parameters> | ||
37 | - <Parameters Name="LoadAllSymbols">True</Parameters> | ||
38 | - <Parameters Name="LoadUnspecifiedSymbols">False</Parameters> | ||
39 | - </Parameters> | ||
40 | - <Language> | ||
41 | - <Language Name="RootDir">C:\ARQUIVOS DE PROGRAMAS\BORLAND\DELPHI7\BIN\</Language> | ||
42 | - </Language> | ||
43 | - <VersionInfo> | ||
44 | - <VersionInfo Name="IncludeVerInfo">True</VersionInfo> | ||
45 | - <VersionInfo Name="AutoIncBuild">False</VersionInfo> | ||
46 | - <VersionInfo Name="MajorVer">2</VersionInfo> | ||
47 | - <VersionInfo Name="MinorVer">6</VersionInfo> | ||
48 | - <VersionInfo Name="Release">0</VersionInfo> | ||
49 | - <VersionInfo Name="Build">0</VersionInfo> | ||
50 | - <VersionInfo Name="Debug">False</VersionInfo> | ||
51 | - <VersionInfo Name="PreRelease">False</VersionInfo> | ||
52 | - <VersionInfo Name="Special">False</VersionInfo> | ||
53 | - <VersionInfo Name="Private">False</VersionInfo> | ||
54 | - <VersionInfo Name="DLL">False</VersionInfo> | ||
55 | - <VersionInfo Name="Locale">2070</VersionInfo> | ||
56 | - <VersionInfo Name="CodePage">1252</VersionInfo> | ||
57 | - </VersionInfo> | ||
58 | - <VersionInfoKeys> | ||
59 | - <VersionInfoKeys Name="CompanyName">Dataprev - Emp. de TI da Prev.Social - UDSL/SSLC</VersionInfoKeys> | ||
60 | - <VersionInfoKeys Name="FileDescription">Sistema CACIC - Módulo Verificador/Instalador/Atualizador</VersionInfoKeys> | ||
61 | - <VersionInfoKeys Name="FileVersion">2.5.9.0</VersionInfoKeys> | ||
62 | - <VersionInfoKeys Name="InternalName"></VersionInfoKeys> | ||
63 | - <VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys> | ||
64 | - <VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys> | ||
65 | - <VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys> | ||
66 | - <VersionInfoKeys Name="ProductName">ChkCACIC</VersionInfoKeys> | ||
67 | - <VersionInfoKeys Name="ProductVersion">2.6.0.0</VersionInfoKeys> | ||
68 | - <VersionInfoKeys Name="Comments">Licença: GNU/LGPL</VersionInfoKeys> | ||
69 | - </VersionInfoKeys> | ||
70 | - <Source> | ||
71 | - <Source Name="MainSource">chkcacic.dpr</Source> | ||
72 | - </Source> | ||
73 | - </Delphi.Personality> </BorlandProject></BorlandProject> | ||
74 | - </ProjectExtensions> | ||
75 | - <ItemGroup /> | ||
76 | - <ItemGroup> | ||
77 | - <DelphiCompile Include="chkcacic.dpr"> | ||
78 | - <MainSource>MainSource</MainSource> | ||
79 | - </DelphiCompile> | ||
80 | - <DCCReference Include="..\CACIC_Library.pas" /> | ||
81 | - <DCCReference Include="FormConfig.pas"> | ||
82 | - <Form>Configs</Form> | ||
83 | - </DCCReference> | ||
84 | - <DCCReference Include="main.pas" /> | ||
85 | - </ItemGroup> | ||
86 | - <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" /> | ||
87 | -</Project> | ||
88 | \ No newline at end of file | 0 | \ No newline at end of file |
chkcacic/chkcacic.dsk
@@ -1,371 +0,0 @@ | @@ -1,371 +0,0 @@ | ||
1 | -[Closed Files] | ||
2 | -File_0=SourceModule,'\\10.71.0.212\arariboia_mod\chkcacic\main.pas',0,1,741,1,762,0,0 | ||
3 | -File_1=SourceModule,'K:\chkcacic\main.iip',0,1,1,1,1,0,0 | ||
4 | -File_2=SourceModule,'C:\arariboia_mod\chkCACIC_mod\xml.pas',0,1,1,1,1,0,0 | ||
5 | -File_3=SourceModule,'C:\arariboia_mod\chkCACIC_mod\LibXmlParser.pas',0,1,1,1,1,0,0 | ||
6 | -File_4=SourceModule,'C:\DOCUME~1\D306851\CONFIG~1\TEMP\IdNetworkCalculator.pas',0,1,55,1,1,0,0 | ||
7 | -File_5=SourceModule,'C:\arariboia\chkCACIC\main.pas',0,1,344,5,371,1,0 | ||
8 | -File_6=SourceModule,'C:\arariboia\chkCACIC\main.dfm',0,1,1,1,1,0,0 | ||
9 | -File_7=SourceModule,'C:\arariboia\main.pas',0,1,497,44,507,1,0 | ||
10 | -File_8=SourceModule,'D:\COFRE\Pas\GenLib.pas',0,1,413,1,424,0,0 | ||
11 | -File_9=SourceModule,'D:\COFRE\Pas\dtmOrca.pas',0,1,382,1,391,1,0 | ||
12 | - | ||
13 | -[Modules] | ||
14 | -Module0=K:\chkcacic\main.pas | ||
15 | -Module1=K:\chkcacic\FormConfig.pas | ||
16 | -Module2=c:\arquivos de programas\borland\delphi7\Source\Indy\IdHTTP.pas | ||
17 | -Module3=K:\chkcacic\chkcacic.dpr | ||
18 | -Count=4 | ||
19 | -EditWindowCount=1 | ||
20 | - | ||
21 | -[K:\chkcacic\main.pas] | ||
22 | -ModuleType=SourceModule | ||
23 | -FormState=1 | ||
24 | -FormOnTop=0 | ||
25 | - | ||
26 | -[K:\chkcacic\FormConfig.pas] | ||
27 | -ModuleType=SourceModule | ||
28 | -FormState=1 | ||
29 | -FormOnTop=0 | ||
30 | - | ||
31 | -[c:\arquivos de programas\borland\delphi7\Source\Indy\IdHTTP.pas] | ||
32 | -ModuleType=SourceModule | ||
33 | -FormState=0 | ||
34 | -FormOnTop=0 | ||
35 | - | ||
36 | -[K:\chkcacic\chkcacic.dpr] | ||
37 | -ModuleType=SourceModule | ||
38 | -FormState=0 | ||
39 | -FormOnTop=0 | ||
40 | - | ||
41 | -[C:\Arquivos de programas\Borland\Delphi7\Projects\ProjectGroup1.bpg] | ||
42 | -FormState=0 | ||
43 | -FormOnTop=0 | ||
44 | - | ||
45 | -[EditWindow0] | ||
46 | -ViewCount=4 | ||
47 | -CurrentView=2 | ||
48 | -View0=0 | ||
49 | -View1=1 | ||
50 | -View2=2 | ||
51 | -View3=3 | ||
52 | -CodeExplorer=CodeExplorer@EditWindow0 | ||
53 | -MessageView=MessageView@EditWindow0 | ||
54 | -Create=1 | ||
55 | -Visible=1 | ||
56 | -State=2 | ||
57 | -Left=12 | ||
58 | -Top=124 | ||
59 | -Width=1012 | ||
60 | -Height=475 | ||
61 | -MaxLeft=-4 | ||
62 | -MaxTop=100 | ||
63 | -MaxWidth=1032 | ||
64 | -MaxHeight=644 | ||
65 | -ClientWidth=1024 | ||
66 | -ClientHeight=617 | ||
67 | -LeftPanelSize=140 | ||
68 | -LeftPanelClients=CodeExplorer@EditWindow0 | ||
69 | -LeftPanelData=00000400000000008C000000000000000211020000000000000100000000000000000000000001000000008C0000000C000000436F64654578706C6F726572FFFFFFFF | ||
70 | -RightPanelSize=0 | ||
71 | -BottomPanelSize=85 | ||
72 | -BottomPanelClients=MessageView@EditWindow0 | ||
73 | -BottomPanelData=000004000000000000000000000000000000000000000000000100000000000000000B0000004D65737361676556696577FFFFFFFF | ||
74 | - | ||
75 | -[View0] | ||
76 | -Module=K:\chkcacic\chkcacic.dpr | ||
77 | -CursorX=28 | ||
78 | -CursorY=10 | ||
79 | -TopLine=1 | ||
80 | -LeftCol=1 | ||
81 | - | ||
82 | -[View1] | ||
83 | -Module=K:\chkcacic\FormConfig.pas | ||
84 | -CursorX=83 | ||
85 | -CursorY=19 | ||
86 | -TopLine=1 | ||
87 | -LeftCol=1 | ||
88 | - | ||
89 | -[View2] | ||
90 | -Module=K:\chkcacic\main.pas | ||
91 | -CursorX=37 | ||
92 | -CursorY=1170 | ||
93 | -TopLine=1165 | ||
94 | -LeftCol=1 | ||
95 | - | ||
96 | -[View3] | ||
97 | -Module=c:\arquivos de programas\borland\delphi7\Source\Indy\IdHTTP.pas | ||
98 | -CursorX=20 | ||
99 | -CursorY=1260 | ||
100 | -TopLine=1245 | ||
101 | -LeftCol=1 | ||
102 | - | ||
103 | -[Watches] | ||
104 | -Count=0 | ||
105 | - | ||
106 | -[WatchWindow] | ||
107 | -WatchColumnWidth=100 | ||
108 | -WatchShowColumnHeaders=1 | ||
109 | -Create=1 | ||
110 | -Visible=0 | ||
111 | -State=0 | ||
112 | -Left=299 | ||
113 | -Top=305 | ||
114 | -Width=426 | ||
115 | -Height=157 | ||
116 | -MaxLeft=-1 | ||
117 | -MaxTop=-1 | ||
118 | -ClientWidth=418 | ||
119 | -ClientHeight=133 | ||
120 | -TBDockHeight=157 | ||
121 | -LRDockWidth=426 | ||
122 | -Dockable=1 | ||
123 | - | ||
124 | -[Breakpoints] | ||
125 | -Count=0 | ||
126 | - | ||
127 | -[AddressBreakpoints] | ||
128 | -Count=0 | ||
129 | - | ||
130 | -[Main Window] | ||
131 | -Create=1 | ||
132 | -Visible=1 | ||
133 | -State=2 | ||
134 | -Left=0 | ||
135 | -Top=0 | ||
136 | -Width=1024 | ||
137 | -Height=105 | ||
138 | -MaxLeft=-1 | ||
139 | -MaxTop=-1 | ||
140 | -MaxWidth=1032 | ||
141 | -MaxHeight=105 | ||
142 | -ClientWidth=1024 | ||
143 | -ClientHeight=78 | ||
144 | - | ||
145 | -[ProjectManager] | ||
146 | -Create=1 | ||
147 | -Visible=0 | ||
148 | -State=0 | ||
149 | -Left=369 | ||
150 | -Top=372 | ||
151 | -Width=438 | ||
152 | -Height=303 | ||
153 | -MaxLeft=-1 | ||
154 | -MaxTop=-1 | ||
155 | -ClientWidth=430 | ||
156 | -ClientHeight=279 | ||
157 | -TBDockHeight=303 | ||
158 | -LRDockWidth=438 | ||
159 | -Dockable=1 | ||
160 | - | ||
161 | -[Components] | ||
162 | -Left=240 | ||
163 | -Top=237 | ||
164 | -Width=183 | ||
165 | -Height=233 | ||
166 | -Create=1 | ||
167 | -Visible=0 | ||
168 | -State=0 | ||
169 | -MaxLeft=-1 | ||
170 | -MaxTop=-1 | ||
171 | -ClientWidth=175 | ||
172 | -ClientHeight=209 | ||
173 | -TBDockHeight=233 | ||
174 | -LRDockWidth=183 | ||
175 | -Dockable=1 | ||
176 | - | ||
177 | -[CPUWindow] | ||
178 | -Create=1 | ||
179 | -Visible=0 | ||
180 | -State=0 | ||
181 | -Left=109 | ||
182 | -Top=9 | ||
183 | -Width=715 | ||
184 | -Height=565 | ||
185 | -MaxLeft=-1 | ||
186 | -MaxTop=-1 | ||
187 | -ClientWidth=707 | ||
188 | -ClientHeight=538 | ||
189 | -DumpPane=79 | ||
190 | -DisassemblyPane=187 | ||
191 | -RegisterPane=231 | ||
192 | -FlagPane=64 | ||
193 | - | ||
194 | -[AlignmentPalette] | ||
195 | -Create=1 | ||
196 | -Visible=0 | ||
197 | -State=0 | ||
198 | -Left=200 | ||
199 | -Top=107 | ||
200 | -Width=156 | ||
201 | -Height=82 | ||
202 | -MaxLeft=-1 | ||
203 | -MaxTop=-1 | ||
204 | -ClientWidth=150 | ||
205 | -ClientHeight=60 | ||
206 | - | ||
207 | -[PropertyInspector] | ||
208 | -Create=1 | ||
209 | -Visible=1 | ||
210 | -State=0 | ||
211 | -Left=278 | ||
212 | -Top=3 | ||
213 | -Width=264 | ||
214 | -Height=557 | ||
215 | -MaxLeft=-1 | ||
216 | -MaxTop=-1 | ||
217 | -ClientWidth=256 | ||
218 | -ClientHeight=533 | ||
219 | -TBDockHeight=285 | ||
220 | -LRDockWidth=190 | ||
221 | -Dockable=1 | ||
222 | -SplitPos=148 | ||
223 | -ArrangeBy=Name | ||
224 | -SelectedItem=Caption | ||
225 | -ExpandedItems=DisplayOptions,Font,Font.Style,KeyOptions,MenuAnimation,Options,SSLOptions,SSLOptions.VerifyMode | ||
226 | -HiddenCategories= | ||
227 | - | ||
228 | -[CallStackWindow] | ||
229 | -Create=1 | ||
230 | -Visible=0 | ||
231 | -State=0 | ||
232 | -Left=253 | ||
233 | -Top=219 | ||
234 | -Width=294 | ||
235 | -Height=161 | ||
236 | -MaxLeft=-1 | ||
237 | -MaxTop=-1 | ||
238 | -ClientWidth=286 | ||
239 | -ClientHeight=137 | ||
240 | -TBDockHeight=161 | ||
241 | -LRDockWidth=294 | ||
242 | -Dockable=1 | ||
243 | - | ||
244 | -[ObjectTree] | ||
245 | -Create=1 | ||
246 | -Visible=0 | ||
247 | -State=0 | ||
248 | -Left=0 | ||
249 | -Top=105 | ||
250 | -Width=190 | ||
251 | -Height=186 | ||
252 | -MaxLeft=-1 | ||
253 | -MaxTop=-1 | ||
254 | -ClientWidth=182 | ||
255 | -ClientHeight=162 | ||
256 | -TBDockHeight=186 | ||
257 | -LRDockWidth=190 | ||
258 | -Dockable=1 | ||
259 | - | ||
260 | -[LocalVarsWindow] | ||
261 | -Create=1 | ||
262 | -Visible=0 | ||
263 | -State=0 | ||
264 | -Left=273 | ||
265 | -Top=197 | ||
266 | -Width=421 | ||
267 | -Height=189 | ||
268 | -MaxLeft=-1 | ||
269 | -MaxTop=-1 | ||
270 | -ClientWidth=413 | ||
271 | -ClientHeight=165 | ||
272 | -TBDockHeight=189 | ||
273 | -LRDockWidth=421 | ||
274 | -Dockable=1 | ||
275 | - | ||
276 | -[ToDo List] | ||
277 | -Create=1 | ||
278 | -Visible=0 | ||
279 | -State=0 | ||
280 | -Left=202 | ||
281 | -Top=155 | ||
282 | -Width=470 | ||
283 | -Height=250 | ||
284 | -MaxLeft=-1 | ||
285 | -MaxTop=-1 | ||
286 | -ClientWidth=462 | ||
287 | -ClientHeight=226 | ||
288 | -TBDockHeight=250 | ||
289 | -LRDockWidth=470 | ||
290 | -Dockable=1 | ||
291 | -Column0Width=200 | ||
292 | -Column1Width=30 | ||
293 | -Column2Width=100 | ||
294 | -Column3Width=70 | ||
295 | -Column4Width=70 | ||
296 | -SortOrder=4 | ||
297 | -ShowHints=1 | ||
298 | -ShowChecked=1 | ||
299 | - | ||
300 | -[ModuleWindow] | ||
301 | -Create=1 | ||
302 | -Visible=0 | ||
303 | -State=0 | ||
304 | -Left=-12 | ||
305 | -Top=227 | ||
306 | -Width=638 | ||
307 | -Height=355 | ||
308 | -MaxLeft=-1 | ||
309 | -MaxTop=-1 | ||
310 | -ClientWidth=630 | ||
311 | -ClientHeight=331 | ||
312 | -TBDockHeight=355 | ||
313 | -LRDockWidth=638 | ||
314 | -Dockable=1 | ||
315 | -Column0Width=125 | ||
316 | -Column1Width=100 | ||
317 | -Column2Width=155 | ||
318 | -EntryPointPane=225 | ||
319 | -CompUnitPane=104 | ||
320 | - | ||
321 | -[MessageHintFrm] | ||
322 | -Create=1 | ||
323 | -Visible=0 | ||
324 | -State=0 | ||
325 | -Left=305 | ||
326 | -Top=184 | ||
327 | -Width=383 | ||
328 | -Height=195 | ||
329 | -MaxLeft=-1 | ||
330 | -MaxTop=-1 | ||
331 | -ClientWidth=375 | ||
332 | -ClientHeight=171 | ||
333 | -TBDockHeight=195 | ||
334 | -LRDockWidth=383 | ||
335 | -Dockable=1 | ||
336 | - | ||
337 | -[CodeExplorer@EditWindow0] | ||
338 | -Create=1 | ||
339 | -Visible=1 | ||
340 | -State=0 | ||
341 | -Left=0 | ||
342 | -Top=12 | ||
343 | -Width=140 | ||
344 | -Height=517 | ||
345 | -MaxLeft=-1 | ||
346 | -MaxTop=-1 | ||
347 | -ClientWidth=140 | ||
348 | -ClientHeight=517 | ||
349 | -TBDockHeight=517 | ||
350 | -LRDockWidth=140 | ||
351 | -Dockable=1 | ||
352 | - | ||
353 | -[MessageView@EditWindow0] | ||
354 | -Create=1 | ||
355 | -Visible=1 | ||
356 | -State=0 | ||
357 | -Left=12 | ||
358 | -Top=0 | ||
359 | -Width=1012 | ||
360 | -Height=85 | ||
361 | -MaxLeft=-1 | ||
362 | -MaxTop=-1 | ||
363 | -ClientWidth=1012 | ||
364 | -ClientHeight=85 | ||
365 | -TBDockHeight=85 | ||
366 | -LRDockWidth=443 | ||
367 | -Dockable=1 | ||
368 | - | ||
369 | -[DockHosts] | ||
370 | -DockHostCount=0 | ||
371 | - |
chkcacic/chkcacic.ico
No preview for this file type
chkcacic/chkcacic.identcache
No preview for this file type
chkcacic/chkcacic.res
No preview for this file type
chkcacic/chkcacic_icon.ico
No preview for this file type
chkcacic/chkcacic_icon.ico.svg
@@ -1,53 +0,0 @@ | @@ -1,53 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | -<!-- Created with Inkscape (http://www.inkscape.org/) --> | ||
3 | -<svg | ||
4 | - xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
5 | - xmlns:cc="http://web.resource.org/cc/" | ||
6 | - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
7 | - xmlns:svg="http://www.w3.org/2000/svg" | ||
8 | - xmlns="http://www.w3.org/2000/svg" | ||
9 | - xmlns:xlink="http://www.w3.org/1999/xlink" | ||
10 | - xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" | ||
11 | - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
12 | - id="svg2" | ||
13 | - sodipodi:version="0.32" | ||
14 | - inkscape:version="0.43" | ||
15 | - width="210mm" | ||
16 | - height="297mm" | ||
17 | - sodipodi:docbase="W:\chkcacic" | ||
18 | - sodipodi:docname="chkcacic_icon.ico.svg"> | ||
19 | - <metadata | ||
20 | - id="metadata7"> | ||
21 | - <rdf:RDF> | ||
22 | - <cc:Work | ||
23 | - rdf:about=""> | ||
24 | - <dc:format>image/svg+xml</dc:format> | ||
25 | - <dc:type | ||
26 | - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
27 | - </cc:Work> | ||
28 | - </rdf:RDF> | ||
29 | - </metadata> | ||
30 | - <defs | ||
31 | - id="defs5" /> | ||
32 | - <sodipodi:namedview | ||
33 | - inkscape:window-height="540" | ||
34 | - inkscape:window-width="789" | ||
35 | - inkscape:pageshadow="2" | ||
36 | - inkscape:pageopacity="0.0" | ||
37 | - borderopacity="1.0" | ||
38 | - bordercolor="#666666" | ||
39 | - pagecolor="#ffffff" | ||
40 | - id="base" | ||
41 | - inkscape:zoom="0.35444071" | ||
42 | - inkscape:cx="372.04724" | ||
43 | - inkscape:cy="526.18109" | ||
44 | - inkscape:window-x="3" | ||
45 | - inkscape:window-y="26" | ||
46 | - inkscape:current-layer="svg2" /> | ||
47 | - <image | ||
48 | - xlink:href="cacic_logo.GIF.gif" | ||
49 | - sodipodi:absref="W:\chkcacic\cacic_logo.GIF.gif" | ||
50 | - width="50" | ||
51 | - height="50" | ||
52 | - id="image9" /> | ||
53 | -</svg> |
chkcacic/main.dcu
No preview for this file type
chkcacic/main.ddp
No preview for this file type
chkcacic/main.dfm
@@ -1,24 +0,0 @@ | @@ -1,24 +0,0 @@ | ||
1 | -object frmChkCACIC: TfrmChkCACIC | ||
2 | - Left = 453 | ||
3 | - Top = 340 | ||
4 | - Width = 132 | ||
5 | - Height = 157 | ||
6 | - Caption = 'chkcacic' | ||
7 | - Color = clBtnFace | ||
8 | - Font.Charset = DEFAULT_CHARSET | ||
9 | - Font.Color = clWindowText | ||
10 | - Font.Height = -11 | ||
11 | - Font.Name = 'MS Sans Serif' | ||
12 | - Font.Style = [] | ||
13 | - OldCreateOrder = False | ||
14 | - OnCreate = FormCreate | ||
15 | - PixelsPerInch = 96 | ||
16 | - TextHeight = 13 | ||
17 | - object IdFTP1: TIdFTP | ||
18 | - MaxLineAction = maException | ||
19 | - ReadTimeout = 0 | ||
20 | - ProxySettings.ProxyType = fpcmNone | ||
21 | - ProxySettings.Port = 0 | ||
22 | - Left = 32 | ||
23 | - end | ||
24 | -end |
chkcacic/main.pas
@@ -1,1479 +0,0 @@ | @@ -1,1479 +0,0 @@ | ||
1 | -(** | ||
2 | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
3 | -Copyright 2000, 2001, 2002, 2003, 2004, 2005 Dataprev - Empresa de Tecnologia e Informações da Previdência Social, Brasil | ||
4 | - | ||
5 | -Este arquivo é parte do programa CACIC - Configurador Automático e Coletor de Informações Computacionais | ||
6 | - | ||
7 | -O CACIC é um software livre; você pode redistribui-lo e/ou modifica-lo dentro dos termos da Licença Pública Geral GNU como | ||
8 | -publicada pela Fundação do Software Livre (FSF); na versão 2 da Licença, ou (na sua opinião) qualquer versão. | ||
9 | - | ||
10 | -Este programa é distribuido na esperança que possa ser util, mas SEM NENHUMA GARANTIA; sem uma garantia implicita de ADEQUAÇÂO a qualquer | ||
11 | -MERCADO ou APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU para maiores detalhes. | ||
12 | - | ||
13 | -Você deve ter recebido uma cópia da Licença Pública Geral GNU, sob o título "LICENCA.txt", junto com este programa, se não, escreva para a Fundação do Software | ||
14 | -Livre(FSF) Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
15 | - | ||
16 | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
17 | -====================================================================================================== | ||
18 | -ChkCacic.exe : Verificador/Instalador dos agentes primários do CACIC | ||
19 | -====================================================================================================== | ||
20 | - | ||
21 | -v 2.2.0.38 | ||
22 | -+ Acrescentado a obtenção de versão interna do S.O. | ||
23 | -+ Acrescentado a inserção dos agentes principais nas exceções do FireWall interno do MS-Windows VISTA... | ||
24 | -. | ||
25 | -Diversas rebuilds... | ||
26 | -. | ||
27 | -v 2.2.0.17 | ||
28 | -+ Acrescentado o tratamento da passagem de opções em linha de comando | ||
29 | - * chkcacic /serv=<TeManagerWebAddress> /dir=<TeLocalFolder>c:\%windir%\cacic | ||
30 | - Exemplo de uso: chkcacic /serv=UXbra001 /dir=Cacic | ||
31 | - | ||
32 | -v 2.2.0.16 | ||
33 | -* Corrigido o fechamento do arquivo de configurações de ChkSis | ||
34 | - | ||
35 | -v 2.2.0.15 | ||
36 | -* Substituída a mensagem "File System diferente de "NTFS" por 'File System: "<NomeFileSystem>" - Ok!' | ||
37 | - | ||
38 | -v 2.2.0.14 | ||
39 | -+ Críticas/mensagens: | ||
40 | - "ATENÇÃO! Não foi possível estabelecer comunicação com o módulo Gerente WEB em <servidor>." e | ||
41 | - "ATENÇÃO: Não foi possível efetuar FTP para <agente>. Verifique o Servidor de Updates." | ||
42 | -+ Opção checkbox "Exibe informações sobre o processo de instalação" ao formulário de configuração; | ||
43 | -+ Botão "Sair" ao formulário de configuração; | ||
44 | -+ Execução automática do Agente Principal ao fim da instalação quando a unidade origem do ChkCacic não | ||
45 | - for mapeamento de rede ou unidade inválida. | ||
46 | - | ||
47 | -- Retirados os campos "Frase para Sucesso na Instalação" e "Frase para Insucesso na Instalação" | ||
48 | - do formulário de configuração, passando essas frases a serem fixas na aplicação. | ||
49 | -- Retirada a opção radiobutton "Remove Versão Anterior?"; | ||
50 | - | ||
51 | -===================================================================================================== | ||
52 | -*) | ||
53 | - | ||
54 | - | ||
55 | -unit main; | ||
56 | - | ||
57 | -interface | ||
58 | - | ||
59 | -uses | ||
60 | - Windows, | ||
61 | - strUtils, | ||
62 | - SysUtils, | ||
63 | - Classes, | ||
64 | - Forms, | ||
65 | - idFTPCommon, | ||
66 | - idHTTP, | ||
67 | - Controls, | ||
68 | - StdCtrls, | ||
69 | - IdBaseComponent, | ||
70 | - IdComponent, | ||
71 | - IdTCPConnection, | ||
72 | - IdTCPClient, | ||
73 | - variants, | ||
74 | - NTFileSecurity, | ||
75 | - IdFTP, | ||
76 | - Tlhelp32, | ||
77 | - ExtCtrls, | ||
78 | - CACIC_Library, | ||
79 | - WinSvc, | ||
80 | - ShellAPI, | ||
81 | - Dialogs; | ||
82 | - | ||
83 | -var | ||
84 | - v_TeWebManagerAddress, | ||
85 | - v_TeLocalFolder, | ||
86 | - v_TeProcessInformations, | ||
87 | - v_InShowProcessInformations, | ||
88 | - v_TeSuccessPhrase, | ||
89 | - v_TeInsuccessPhrase, | ||
90 | - v_strLocalVersion, | ||
91 | - v_strRemoteVersion, | ||
92 | - v_strCipherClosed, | ||
93 | - v_strVersao_REM1, | ||
94 | - v_strVersao_LOC1, | ||
95 | - v_strCommResponse : String; | ||
96 | - | ||
97 | -var | ||
98 | - boolCommandLine : boolean; | ||
99 | - | ||
100 | -var | ||
101 | - tstringlistRequest_Config : TStringList; | ||
102 | - tstringstreamResponse_Config : TStringStream; | ||
103 | - | ||
104 | -var | ||
105 | - g_oCacic: TCACIC; /// Biblioteca CACIC_Library | ||
106 | - | ||
107 | -procedure chkcacic; | ||
108 | -procedure ComunicaInsucesso(strIndicador : String); //2.2.0.32 | ||
109 | -Procedure CriaFormConfigura; | ||
110 | -Procedure GravaConfiguracoes; | ||
111 | -Procedure MostraFormConfigura; | ||
112 | - | ||
113 | -Function CheckAgentVersion(p_strAgentName : String) : integer; // 2.2.0.16 | ||
114 | -Function DelTree(DirName : string): Boolean; // 2.6.0.2 | ||
115 | -function FindWindowByTitle(WindowTitle: string): Hwnd; | ||
116 | -function FTP(p_Host : String; p_Port : String; p_Username : String; p_Password : String; p_PathServer : String; p_File : String; p_Dest : String) : Boolean; | ||
117 | -function GetNetworkUserName : String; // 2.2.0.32 | ||
118 | -function ListFileDir(Path: string):string; | ||
119 | -function Posso_Rodar_CACIC : boolean; | ||
120 | -function ServiceStart(sService : string ) : boolean; | ||
121 | -function ServiceRunning(sMachine, sService: PChar): Boolean; | ||
122 | -function ServiceStopped(sMachine, sService: PChar): Boolean; | ||
123 | - | ||
124 | -type | ||
125 | - TfrmChkCACIC = class(TForm) | ||
126 | - IdFTP1: TIdFTP; | ||
127 | - procedure FormCreate(Sender: TObject); | ||
128 | - procedure FS_SetSecurity(p_Target : String); | ||
129 | - function CommunicateTo(p_strAddress : String; p_tstringlistPostValues : TStringList) : boolean; | ||
130 | - end; | ||
131 | - | ||
132 | -var | ||
133 | - frmChkCACIC: TfrmChkCACIC; | ||
134 | -implementation | ||
135 | - | ||
136 | -uses FormConfig; | ||
137 | - | ||
138 | -{$R *.dfm} | ||
139 | - | ||
140 | - | ||
141 | -function ServiceGetStatus(sMachine, sService: PChar): DWORD; | ||
142 | - {*******************************************} | ||
143 | - {*** Parameters: ***} | ||
144 | - {*** sService: specifies the name of the service to open | ||
145 | - {*** sMachine: specifies the name of the target computer | ||
146 | - {*** ***} | ||
147 | - {*** Return Values: ***} | ||
148 | - {*** -1 = Error opening service ***} | ||
149 | - {*** 1 = SERVICE_STOPPED ***} | ||
150 | - {*** 2 = SERVICE_START_PENDING ***} | ||
151 | - {*** 3 = SERVICE_STOP_PENDING ***} | ||
152 | - {*** 4 = SERVICE_RUNNING ***} | ||
153 | - {*** 5 = SERVICE_CONTINUE_PENDING ***} | ||
154 | - {*** 6 = SERVICE_PAUSE_PENDING ***} | ||
155 | - {*** 7 = SERVICE_PAUSED ***} | ||
156 | - {******************************************} | ||
157 | -var | ||
158 | - SCManHandle, SvcHandle: SC_Handle; | ||
159 | - SS: TServiceStatus; | ||
160 | - dwStat: DWORD; | ||
161 | -begin | ||
162 | - dwStat := 0; | ||
163 | - // Open service manager handle. | ||
164 | - g_oCacic.writeDebugLog('Executando OpenSCManager.SC_MANAGER_CONNECT'); | ||
165 | - SCManHandle := OpenSCManager(sMachine, nil, SC_MANAGER_CONNECT); | ||
166 | - if (SCManHandle > 0) then | ||
167 | - begin | ||
168 | - g_oCacic.writeDebugLog('Executando OpenService.SERVICE_QUERY_STATUS'); | ||
169 | - SvcHandle := OpenService(SCManHandle, sService, SERVICE_QUERY_STATUS); | ||
170 | - // if Service installed | ||
171 | - if (SvcHandle > 0) then | ||
172 | - begin | ||
173 | - g_oCacic.writeDebugLog('O serviço "'+ sService +'" já está instalado.'); | ||
174 | - // SS structure holds the service status (TServiceStatus); | ||
175 | - if (QueryServiceStatus(SvcHandle, SS)) then | ||
176 | - dwStat := ss.dwCurrentState; | ||
177 | - CloseServiceHandle(SvcHandle); | ||
178 | - end; | ||
179 | - CloseServiceHandle(SCManHandle); | ||
180 | - end; | ||
181 | - Result := dwStat; | ||
182 | -end; | ||
183 | - | ||
184 | -// start service | ||
185 | -// | ||
186 | -// return TRUE if successful | ||
187 | -// | ||
188 | -// sService | ||
189 | -// service name, ie: Alerter | ||
190 | -// | ||
191 | -function ServiceStart(sService : string ) : boolean; | ||
192 | -var schm, | ||
193 | - schs : SC_Handle; | ||
194 | - | ||
195 | - ss : TServiceStatus; | ||
196 | - psTemp : PChar; | ||
197 | - dwChkP : DWord; | ||
198 | -begin | ||
199 | - ss.dwCurrentState := 0; | ||
200 | - | ||
201 | - g_oCacic.writeDebugLog('Executando Service Start'); | ||
202 | - | ||
203 | - // connect to the service control manager | ||
204 | - schm := OpenSCManager(Nil,Nil,SC_MANAGER_CONNECT); | ||
205 | - | ||
206 | - // if successful... | ||
207 | - if(schm > 0)then | ||
208 | - begin | ||
209 | - // open a handle to the specified service | ||
210 | - schs := OpenService(schm,PChar(sService),SERVICE_START or SERVICE_QUERY_STATUS); | ||
211 | - | ||
212 | - // if successful... | ||
213 | - if(schs > 0)then | ||
214 | - begin | ||
215 | - g_oCacic.writeDebugLog('Open Service OK'); | ||
216 | - psTemp := Nil; | ||
217 | - if(StartService(schs,0,psTemp)) then | ||
218 | - begin | ||
219 | - g_oCacic.writeDebugLog('Entrando em Start Service'); | ||
220 | - // check status | ||
221 | - if(QueryServiceStatus(schs,ss))then | ||
222 | - begin | ||
223 | - while(SERVICE_RUNNING <> ss.dwCurrentState)do | ||
224 | - begin | ||
225 | - // dwCheckPoint contains a value that the service increments periodically | ||
226 | - // to report its progress during a lengthy operation. | ||
227 | - dwChkP := ss.dwCheckPoint; | ||
228 | - | ||
229 | - // wait a bit before checking status again | ||
230 | - // dwWaitHint is the estimated amount of time the calling program should wait before calling | ||
231 | - // QueryServiceStatus() again idle events should be handled here... | ||
232 | - | ||
233 | - Sleep(ss.dwWaitHint); | ||
234 | - | ||
235 | - if(not QueryServiceStatus(schs,ss))then | ||
236 | - begin | ||
237 | - break; | ||
238 | - end; | ||
239 | - | ||
240 | - if(ss.dwCheckPoint < dwChkP)then | ||
241 | - begin | ||
242 | - // QueryServiceStatus didn't increment dwCheckPoint as it should have. | ||
243 | - // avoid an infinite loop by breaking | ||
244 | - break; | ||
245 | - end; | ||
246 | - end; | ||
247 | - end | ||
248 | - else | ||
249 | - g_oCacic.writeDebugLog('Oops! Problema com StartService!'); | ||
250 | - end; | ||
251 | - | ||
252 | - // close service handle | ||
253 | - CloseServiceHandle(schs); | ||
254 | - end; | ||
255 | - | ||
256 | - // close service control manager handle | ||
257 | - CloseServiceHandle(schm); | ||
258 | - end | ||
259 | - else | ||
260 | - Configs.memoProgress.Lines.Add('Oops! Problema com o Service Control Manager!'); | ||
261 | - // return TRUE if the service status is running | ||
262 | - Result := SERVICE_RUNNING = ss.dwCurrentState; | ||
263 | -end; | ||
264 | - | ||
265 | -function GetNetworkUserName : String; | ||
266 | - // Gets the name of the user currently logged into the network on | ||
267 | - // the local PC | ||
268 | -var | ||
269 | - temp: PChar; | ||
270 | - Ptr: DWord; | ||
271 | -const | ||
272 | - buff = 255; | ||
273 | -begin | ||
274 | - ptr := buff; | ||
275 | - temp := StrAlloc(buff); | ||
276 | - GetUserName(temp, ptr); | ||
277 | - Result := string(temp); | ||
278 | - StrDispose(temp); | ||
279 | -end; | ||
280 | - | ||
281 | -procedure ComunicaInsucesso(strIndicador : String); | ||
282 | -begin | ||
283 | - | ||
284 | - // Envio notificação de insucesso para o Módulo Gerente Centralizado | ||
285 | - tstringlistRequest_Config.Clear; | ||
286 | - tstringlistRequest_Config.Values['cs_indicador'] := strIndicador; | ||
287 | - tstringlistRequest_Config.Values['id_usuario'] := GetNetworkUserName(); | ||
288 | - tstringlistRequest_Config.Values['te_so'] := g_oCacic.getWindowsStrId(); | ||
289 | - Try | ||
290 | - Try | ||
291 | - frmChkCACIC.CommunicateTo(v_TeWebManagerAddress + '/ws/instalacacic.php', tstringlistRequest_Config); | ||
292 | - Except | ||
293 | - End; | ||
294 | - finally | ||
295 | - End; | ||
296 | -end; | ||
297 | - | ||
298 | -Procedure CriaFormConfigura; | ||
299 | -begin | ||
300 | - g_oCacic.writeDebugLog('Chamando Criação do Formulário de Configurações - 1'); | ||
301 | - Application.CreateForm(TConfigs, FormConfig.Configs); | ||
302 | - FormConfig.Configs.pnVersao.Caption := 'v: ' + g_oCacic.getVersionInfo(ParamStr(0)); | ||
303 | -end; | ||
304 | - | ||
305 | -Procedure MostraFormConfigura; | ||
306 | -begin | ||
307 | - g_oCacic.writeDebugLog('Exibindo formulário de configurações'); | ||
308 | - FormConfig.Configs.ShowModal; | ||
309 | -end; | ||
310 | - | ||
311 | -Function FTP(p_Host : String; p_Port : String; p_Username : String; p_Password : String; p_PathServer : String; p_File : String; p_Dest : String) : Boolean; | ||
312 | -var IdFTP : TIdFTP; | ||
313 | -begin | ||
314 | - Try | ||
315 | - g_oCacic.writeDebugLog('FTP: Criando instance'); | ||
316 | - | ||
317 | - IdFTP := TIdFTP.Create(nil); | ||
318 | - | ||
319 | - g_oCacic.writeDebugLog('FTP: Host => "'+p_Host+'"'); | ||
320 | - IdFTP.Host := p_Host; | ||
321 | - | ||
322 | - g_oCacic.writeDebugLog('FTP: UserName => "'+p_Username+'"'); | ||
323 | - IdFTP.Username := p_Username; | ||
324 | - | ||
325 | - g_oCacic.writeDebugLog('FTP: PassWord => "**********"'); | ||
326 | - IdFTP.Password := p_Password; | ||
327 | - | ||
328 | - g_oCacic.writeDebugLog('FTP: PathServer => "'+p_PathServer+'"'); | ||
329 | - IdFTP.Port := strtoint(p_Port); | ||
330 | - | ||
331 | - g_oCacic.writeDebugLog('FTP: Setando TransferType para "ftBinary"'); | ||
332 | - IdFTP.TransferType := ftBinary; | ||
333 | - | ||
334 | - g_oCacic.writeDebugLog('FTP: Setando Passive para "true"'); | ||
335 | - IdFTP.Passive := true; | ||
336 | - | ||
337 | - g_oCacic.writeDebugLog('FTP: Change to "'+p_PathServer+'"'); | ||
338 | - Try | ||
339 | - if IdFTP.Connected = true then | ||
340 | - begin | ||
341 | - g_oCacic.writeDebugLog('FTP: Connected => Desconectando...'); | ||
342 | - IdFTP.Disconnect; | ||
343 | - end; | ||
344 | - g_oCacic.writeDebugLog('FTP: Efetuando Conexão...'); | ||
345 | - IdFTP.Connect(true); | ||
346 | - g_oCacic.writeDebugLog('FTP: Change to "'+p_PathServer+'"'); | ||
347 | - IdFTP.ChangeDir(p_PathServer); | ||
348 | - Try | ||
349 | - g_oCacic.writeDebugLog('Iniciando FTP de "'+p_Dest + p_File+'"'); | ||
350 | - g_oCacic.writeDebugLog('HashCode de "'+p_File+'" Antes do FTP => '+g_oCacic.GetFileHash(p_Dest + p_File)); | ||
351 | - IdFTP.Get(p_File, p_Dest + p_File, True, True); | ||
352 | - g_oCacic.writeDebugLog('HashCode de "'+p_Dest + p_File +'" Após o FTP => '+g_oCacic.GetFileHash(p_Dest + p_File)); | ||
353 | - Finally | ||
354 | - Configs.memoProgress.Lines.Add('FTP Concluído de "'+p_File+'" para "'+p_Dest+'"'); | ||
355 | - g_oCacic.writeDebugLog('HashCode de "'+p_Dest + p_File +'" Após o FTP em Finally => '+g_oCacic.GetFileHash(p_Dest + p_File)); | ||
356 | - IdFTP.Disconnect; | ||
357 | - IdFTP.Free; | ||
358 | - result := true; | ||
359 | - End; | ||
360 | - Except | ||
361 | - Begin | ||
362 | - Configs.memoProgress.Lines.Add('FTP Mal Sucedido de "'+p_File+'"'); | ||
363 | - g_oCacic.writeDebugLog('Oops! Problemas Sem Início de FTP...'); | ||
364 | - result := false; | ||
365 | - End; | ||
366 | - end; | ||
367 | - Except | ||
368 | - result := false; | ||
369 | - End; | ||
370 | -end; | ||
371 | - | ||
372 | -// Função para fixar o HomeDrive como letra para a pasta do CACIC | ||
373 | -function FixLocalFolder(strLocalFolder : String) : String; | ||
374 | -var tstrLocalFolder1, | ||
375 | - tstrLocalFolder2 : TStrings; | ||
376 | - intAUX : integer; | ||
377 | -Begin | ||
378 | - Result := strLocalFolder; | ||
379 | - // Crio um array separado por ":" (Para o caso de ter sido informada a letra da unidade) | ||
380 | - tstrLocalFolder1 := TStrings.Create; | ||
381 | - tstrLocalFolder1 := g_oCacic.explode(strLocalFolder,':'); | ||
382 | - | ||
383 | - if (tstrLocalFolder1.Count > 1) then | ||
384 | - Begin | ||
385 | - tstrLocalFolder2 := TStrings.Create; | ||
386 | - // Ignoro a letra informada... | ||
387 | - // Certifico-me de que as barras são invertidas... (erros acontecem) | ||
388 | - // Crio um array quebrado por "\" | ||
389 | - Result := StringReplace(tstrLocalFolder1[1],'/','\',[rfReplaceAll]); | ||
390 | - tstrLocalFolder2 := g_oCacic.explode(Result,'\'); | ||
391 | - | ||
392 | - // Inicializo retorno com a unidade raiz do Sistema Operacional | ||
393 | - // Concateno ao retorno as partes que formarão o caminho completo do CACIC | ||
394 | - Result := g_oCacic.getHomeDrive; | ||
395 | - for intAux := 0 to (tstrLocalFolder2.Count-1) do | ||
396 | - if (tstrLocalFolder2[intAux] <> '') then | ||
397 | - Result := Result + tstrLocalFolder2[intAux] + '\'; | ||
398 | - tstrLocalFolder2.Free; | ||
399 | - End | ||
400 | - else | ||
401 | - Result := g_oCacic.getHomeDrive + strLocalFolder + '\'; | ||
402 | - | ||
403 | - tstrLocalFolder1.Free; | ||
404 | - | ||
405 | - Result := StringReplace(Result,'\\','\',[rfReplaceAll]); | ||
406 | -End; | ||
407 | - | ||
408 | -procedure GravaConfiguracoes; | ||
409 | -var chkcacic_ini : TextFile; | ||
410 | -begin | ||
411 | - try | ||
412 | - g_oCacic.writeDebugLog('g_ocacic => setLocalFolder => '+Configs.Edit_TeLocalFolder.text+'\'); | ||
413 | - | ||
414 | - FileSetAttr (ExtractFilePath(Application.Exename) + '\chkcacic.ini',0); // Retira os atributos do arquivo para evitar o erro FILE ACCESS DENIED em máquinas 2000 | ||
415 | - AssignFile(chkcacic_ini,ExtractFilePath(Application.Exename) + '\chkcacic.ini'); {Associa o arquivo a uma variável do tipo TextFile} | ||
416 | - Rewrite(chkcacic_ini); // Recria o arquivo... | ||
417 | - Append(chkcacic_ini); | ||
418 | - Writeln(chkcacic_ini,'# ==================================================================================='); | ||
419 | - Writeln(chkcacic_ini,'# A edição deste arquivo também pode ser feita com o comando "chkcacic.exe /config"'); | ||
420 | - Writeln(chkcacic_ini,'# ==================================================================================='); | ||
421 | - Writeln(chkcacic_ini,''); | ||
422 | - Writeln(chkcacic_ini,''); | ||
423 | - Writeln(chkcacic_ini,'# CHAVES E VALORES OBRIGATÓRIOS PARA USO DO CHKCACIC.EXE'); | ||
424 | - Writeln(chkcacic_ini,'# ==================================================================================='); | ||
425 | - Writeln(chkcacic_ini,'# te_web_manager_address'); | ||
426 | - Writeln(chkcacic_ini,'# Endereço IP ou Nome(DNS) do servidor onde o Módulo Gerente do CACIC foi instalado'); | ||
427 | - Writeln(chkcacic_ini,'# Ex1.: te_web_manager_address=10.xxx.yyy.zzz'); | ||
428 | - Writeln(chkcacic_ini,'# Ex2.: te_web_manager_address=uxesa001'); | ||
429 | - Writeln(chkcacic_ini,'# te_local_folder'); | ||
430 | - Writeln(chkcacic_ini,'# Pasta a ser criada na estação para instalação do CACIC agente principal'); | ||
431 | - Writeln(chkcacic_ini,'# Ex.: te_local_folder=Cacic'); | ||
432 | - Writeln(chkcacic_ini,'# in_show_process_informations'); | ||
433 | - Writeln(chkcacic_ini,'# Indicador de exibicao de informações sobre o processo de instalação'); | ||
434 | - Writeln(chkcacic_ini,'# Ex.: in_show_process=N'); | ||
435 | - Writeln(chkcacic_ini,''); | ||
436 | - Writeln(chkcacic_ini,''); | ||
437 | - Writeln(chkcacic_ini,'# CHAVES E VALORES OPCIONAIS PARA USO DO CHKCACIC.EXE'); | ||
438 | - Writeln(chkcacic_ini,'# (ATENÇÃO: NÃO PREENCHER EM CASO DE CHKCACIC.INI PARA O NETLOGON!)'); | ||
439 | - Writeln(chkcacic_ini,'# ==================================================================================='); | ||
440 | - Writeln(chkcacic_ini,'# te_process_informations'); | ||
441 | - Writeln(chkcacic_ini,'# Informações a serem mostradas na janela de Instalação/Recuperação'); | ||
442 | - Writeln(chkcacic_ini,'# Ex.: Empresa-UF / Suporte Técnico'); | ||
443 | - Writeln(chkcacic_ini,'# Emails: email_do_suporte@xxxxxx.yyy.zz, outro_email@outro_dominio.xxx.yy'); | ||
444 | - Writeln(chkcacic_ini,'# Telefones: (xx) yyyy-zzzz / (xx) yyyy-zzzz'); | ||
445 | - Writeln(chkcacic_ini,'# Endereço: Rua Nome_da_Rua, Nº 99999'); | ||
446 | - Writeln(chkcacic_ini,'# Cidade/UF'); | ||
447 | - Writeln(chkcacic_ini,''); | ||
448 | - Writeln(chkcacic_ini,''); | ||
449 | - Writeln(chkcacic_ini,'# Recomendação Importante:'); | ||
450 | - Writeln(chkcacic_ini,'# ======================='); | ||
451 | - Writeln(chkcacic_ini,'# Para benefício da rede local, criar uma pasta "Modulos" no mesmo nível do chkcacic.exe, onde deverão'); | ||
452 | - Writeln(chkcacic_ini,'# ser colocados todos os arquivos executáveis para uso do CACIC, pois, quando da necessidade de download'); | ||
453 | - Writeln(chkcacic_ini,'# de módulo, o arquivo será apenas copiado e não será necessário o FTP:'); | ||
454 | - Writeln(chkcacic_ini,'# MainProgramName........=> Agente Principal'); | ||
455 | - Writeln(chkcacic_ini,'# cacicservice.exe ......=> Serviço para Sustentação do Agente Principal'); | ||
456 | - Writeln(chkcacic_ini,'# ger_cols.exe ..........=> Gerente de Coletas'); | ||
457 | - Writeln(chkcacic_ini,'# srcacicsrv.exe ........=> Suporte Remoto Seguro'); | ||
458 | - Writeln(chkcacic_ini,'# chksis.exe ............=> Check System Routine (chkcacic residente)'); | ||
459 | - Writeln(chkcacic_ini,'# wscript.exe ...........=> Motor de Execução de Scripts VBS'); | ||
460 | - Writeln(chkcacic_ini,'# col_anvi.exe ..........=> Agente Coletor de Informações de Anti-Vírus'); | ||
461 | - Writeln(chkcacic_ini,'# col_comp.exe ..........=> Agente Coletor de Informações de Compartilhamentos'); | ||
462 | - Writeln(chkcacic_ini,'# col_hard.exe ..........=> Agente Coletor de Informações de Hardware'); | ||
463 | - Writeln(chkcacic_ini,'# col_moni.exe ..........=> Agente Coletor de Informações de Sistemas Monitorados'); | ||
464 | - Writeln(chkcacic_ini,'# col_soft.exe ..........=> Agente Coletor de Informações de Software'); | ||
465 | - Writeln(chkcacic_ini,'# col_undi.exe ..........=> Agente Coletor de Informações de Unidades de Disco'); | ||
466 | - Writeln(chkcacic_ini,'# ==================================================================================================================='); | ||
467 | - Writeln(chkcacic_ini,''); | ||
468 | - Writeln(chkcacic_ini,''); | ||
469 | - Writeln(chkcacic_ini,'# ==================================================================================================================='); | ||
470 | - Writeln(chkcacic_ini,'# Exemplo de estrutura para KIT (CD) de instalação'); | ||
471 | - Writeln(chkcacic_ini,'# ==================================================================================================================='); | ||
472 | - Writeln(chkcacic_ini,'# d:\chkcacic.exe'); | ||
473 | - Writeln(chkcacic_ini,'# d:\chkcacic.ini'); | ||
474 | - Writeln(chkcacic_ini,'# \Modulos'); | ||
475 | - Writeln(chkcacic_ini,'# MainProgramName'); | ||
476 | - Writeln(chkcacic_ini,'# cacicservice.exe'); | ||
477 | - Writeln(chkcacic_ini,'# chksis.exe'); | ||
478 | - Writeln(chkcacic_ini,'# col_anvi.exe'); | ||
479 | - Writeln(chkcacic_ini,'# col_comp.exe'); | ||
480 | - Writeln(chkcacic_ini,'# col_hard.exe'); | ||
481 | - Writeln(chkcacic_ini,'# col_moni.exe'); | ||
482 | - Writeln(chkcacic_ini,'# col_soft.exe'); | ||
483 | - Writeln(chkcacic_ini,'# col_undi.exe'); | ||
484 | - Writeln(chkcacic_ini,'# ger_cols.exe'); | ||
485 | - Writeln(chkcacic_ini,'# srcacicsrv.exe'); | ||
486 | - Writeln(chkcacic_ini,'# ini_cols.exe'); | ||
487 | - Writeln(chkcacic_ini,'# wscript.exe'); | ||
488 | - Writeln(chkcacic_ini,'# ==================================================================================================================='); | ||
489 | - Writeln(chkcacic_ini,'# Obs.: Antes da gravação do CD ou imagem, é necessário executar "chkcacic.exe /config"'); | ||
490 | - Writeln(chkcacic_ini,'# ==================================================================================================================='); | ||
491 | - Writeln(chkcacic_ini,''); | ||
492 | - Writeln(chkcacic_ini,'[Configs]'); | ||
493 | - | ||
494 | - // Atribuição dos valores do form FormConfig às variáveis... | ||
495 | - if Configs.checkboxInShowProcessInformations.Checked then | ||
496 | - v_InShowProcessInformations := 'S' | ||
497 | - else | ||
498 | - v_InShowProcessInformations := 'N'; | ||
499 | - | ||
500 | - v_TeProcessInformations := Configs.Memo_TeExtrasProcessInformations.Text; | ||
501 | - | ||
502 | - // Escrita dos parâmetros obrigatórios | ||
503 | - Writeln(chkcacic_ini,'TeWebManagerAddress=' + g_oCacic.Encrypt(v_TeWebManagerAddress)); | ||
504 | - Writeln(chkcacic_ini,'TeLocalFolder=' + g_oCacic.Encrypt(FixLocalFolder(Configs.Edit_TeLocalFolder.text))); | ||
505 | - Writeln(chkcacic_ini,'InShowProcessInformations=' + g_oCacic.Encrypt(v_InShowProcessInformations)); | ||
506 | - | ||
507 | - // Escrita dos valores opcionais quando existirem | ||
508 | - if (v_TeProcessInformations <>'') then | ||
509 | - Writeln(chkcacic_ini,'TeProcessInformations='+ g_oCacic.Encrypt(StringReplace(v_TeProcessInformations,#13#10,'*13*10',[rfReplaceAll]))); | ||
510 | - CloseFile(chkcacic_ini); {Fecha o arquivo texto} | ||
511 | - | ||
512 | - g_oCacic.setLocalFolder(FixLocalFolder(Configs.Edit_TeLocalFolder.text)); | ||
513 | - except | ||
514 | - end; | ||
515 | -end; | ||
516 | - | ||
517 | -Function ListFileDir(Path: string):string; | ||
518 | -var | ||
519 | - SR: TSearchRec; | ||
520 | - FileList : string; | ||
521 | -begin | ||
522 | - if FindFirst(Path, faAnyFile, SR) = 0 then | ||
523 | - begin | ||
524 | - repeat | ||
525 | - if (SR.Attr <> faDirectory) then | ||
526 | - begin | ||
527 | - if (FileList<>'') then FileList := FileList + '#'; | ||
528 | - FileList := FileList + SR.Name; | ||
529 | - end; | ||
530 | - until FindNext(SR) <> 0; | ||
531 | - FindClose(SR); | ||
532 | - Result := FileList; | ||
533 | - end; | ||
534 | -end; | ||
535 | - | ||
536 | - | ||
537 | -Function CheckAgentVersion(p_strAgentName : String) : integer; // 2.2.0.16 | ||
538 | -var v_array_AgentName : TStrings; | ||
539 | - intAux : integer; | ||
540 | -Begin | ||
541 | - v_array_AgentName := g_oCacic.explode(p_strAgentName,'\'); | ||
542 | - | ||
543 | - v_strRemoteVersion := g_oCacic.xmlGetValue(StringReplace(StrUpper(PChar(v_array_AgentName[v_array_AgentName.count-1])),'.EXE','',[rfReplaceAll]), v_strCommResponse); | ||
544 | - v_strLocalVersion := g_oCacic.GetVersionInfo(p_strAgentName); | ||
545 | - | ||
546 | - g_oCacic.writeDebugLog('Checando versão de "'+p_strAgentName+'"'); | ||
547 | - | ||
548 | - intAux := v_array_AgentName.Count; | ||
549 | - | ||
550 | - // V: 2.2.0.16 | ||
551 | - // Verifico existência do arquivo "versoes_agentes.ini" para comparação das versões dos agentes principais | ||
552 | - if (v_strRemoteVersion = '') AND FileExists(ExtractFilePath(Application.Exename)+'versoes_agentes.ini') then | ||
553 | - Begin | ||
554 | - if (g_oCacic.getValueFromFile('versoes_agentes',v_array_AgentName[intAux-1],ExtractFilePath(Application.Exename)+'versoes_agentes.ini')<>'') then | ||
555 | - Begin | ||
556 | - g_oCacic.writeDebugLog('Encontrado arquivo "'+(ExtractFilePath(Application.Exename)+'versoes_agentes.ini')+'"'); | ||
557 | - v_strRemoteVersion := g_oCacic.getValueFromFile('versoes_agentes',v_array_AgentName[intAux-1],ExtractFilePath(Application.Exename)+'versoes_agentes.ini'); | ||
558 | - End; | ||
559 | - End; | ||
560 | - | ||
561 | - g_oCacic.writeDebugLog('Versão Remota: "'+v_strRemoteVersion+'" - Versão Local: "'+v_strLocalVersion+'"'); | ||
562 | - | ||
563 | - if (v_strRemoteVersion + v_strLocalVersion <> '') and | ||
564 | - (v_strLocalVersion <> '0000') then | ||
565 | - Begin | ||
566 | - if (v_strRemoteVersion = v_strLocalVersion) then | ||
567 | - Result := 1 | ||
568 | - else | ||
569 | - Result := 2; | ||
570 | - End | ||
571 | - else | ||
572 | - Result := 0; | ||
573 | -End; | ||
574 | - | ||
575 | -{ | ||
576 | -http://delphi.about.com/cs/adptips1999/a/bltip1199_2.htm | ||
577 | -Use Sample: | ||
578 | -if DelTree('c:\TempDir') then | ||
579 | - ShowMessage('Directory deleted!') | ||
580 | -else | ||
581 | - ShowMessage('Errors occured!') ; | ||
582 | -} | ||
583 | - | ||
584 | -Function DelTree(DirName : string): Boolean; | ||
585 | -var | ||
586 | - SHFileOpStruct : TSHFileOpStruct; | ||
587 | - DirBuf : array [0..255] of char; | ||
588 | -begin | ||
589 | - try | ||
590 | - Fillchar(SHFileOpStruct,Sizeof(SHFileOpStruct),0) ; | ||
591 | - FillChar(DirBuf, Sizeof(DirBuf), 0 ) ; | ||
592 | - StrPCopy(DirBuf, DirName) ; | ||
593 | - with SHFileOpStruct do begin | ||
594 | - Wnd := 0; | ||
595 | - pFrom := @DirBuf; | ||
596 | - wFunc := FO_DELETE; | ||
597 | - fFlags := FOF_ALLOWUNDO; | ||
598 | - fFlags := fFlags or FOF_NOCONFIRMATION; | ||
599 | - fFlags := fFlags or FOF_SILENT; | ||
600 | - end; | ||
601 | - Result := (SHFileOperation(SHFileOpStruct) = 0) ; | ||
602 | - except | ||
603 | - Result := False; | ||
604 | - end; | ||
605 | -end; | ||
606 | - | ||
607 | -function Posso_Rodar_CACIC : boolean; | ||
608 | -Begin | ||
609 | - result := false; | ||
610 | - | ||
611 | - // Se eu conseguir matar o arquivo abaixo é porque não há outra sessão deste agente aberta... (POG? Nããão! :) ) | ||
612 | - g_oCacic.killFiles(g_oCacic.getLocalFolder,'aguarde_CACIC.txt'); | ||
613 | - | ||
614 | - // Se o aguarde_CACIC.txt existir é porque refere-se a uma versão mais atual: 2.2.0.20 ou maior | ||
615 | - if not (FileExists(g_oCacic.getLocalFolder + 'aguarde_CACIC.txt')) then | ||
616 | - result := true; | ||
617 | -End; | ||
618 | - | ||
619 | -procedure verifyAndGet(p_strModuleName, | ||
620 | - p_strFileHash, | ||
621 | - p_strDestinationFolderName : String); | ||
622 | -var v_strFileHash, | ||
623 | - v_strDestinationFolderName : String; | ||
624 | -Begin | ||
625 | - v_strDestinationFolderName := p_strDestinationFolderName + '\'; | ||
626 | - v_strDestinationFolderName := StringReplace(v_strDestinationFolderName,'\\','\',[rfReplaceAll]); | ||
627 | - | ||
628 | - g_oCacic.writeDebugLog('Verificando módulo: '+v_strDestinationFolderName +p_strModuleName); | ||
629 | - // Verifico validade do Módulo e mato-o em caso negativo. | ||
630 | - v_strFileHash := g_oCacic.GetFileHash(v_strDestinationFolderName + p_strModuleName); | ||
631 | - | ||
632 | - g_oCacic.writeDebugLog('verifyAndGet - HashCode Remot: "'+p_strFileHash+'"'); | ||
633 | - g_oCacic.writeDebugLog('verifyAndGet - HashCode Local: "'+v_strFileHash+'"'); | ||
634 | - | ||
635 | - If (v_strFileHash <> p_strFileHash) then | ||
636 | - g_oCacic.killFiles(v_strDestinationFolderName, p_strModuleName); | ||
637 | - | ||
638 | - If not FileExists(v_strDestinationFolderName + p_strModuleName) Then | ||
639 | - Begin | ||
640 | - if (FileExists(ExtractFilePath(Application.Exename) + '\Modulos\'+p_strModuleName)) then | ||
641 | - Begin | ||
642 | - g_oCacic.writeDebugLog('Copiando '+p_strModuleName+' de '+ExtractFilePath(Application.Exename)+'Modulos\'); | ||
643 | - CopyFile(PChar(ExtractFilePath(Application.Exename) + 'Modulos\'+p_strModuleName), PChar(v_strDestinationFolderName + p_strModuleName),false); | ||
644 | - FileSetAttr (PChar(v_strDestinationFolderName + p_strModuleName),0); // Retira os atributos do arquivo para evitar o erro FILE ACCESS DENIED | ||
645 | - End | ||
646 | - else | ||
647 | - begin | ||
648 | - | ||
649 | - Try | ||
650 | - if not FTP(g_oCacic.xmlGetValue('te_serv_updates' , v_strCommResponse), | ||
651 | - g_oCacic.xmlGetValue('nu_porta_serv_updates' , v_strCommResponse), | ||
652 | - g_oCacic.xmlGetValue('nm_usuario_login_serv_updates', v_strCommResponse), | ||
653 | - g_oCacic.xmlGetValue('te_senha_login_serv_updates' , v_strCommResponse), | ||
654 | - g_oCacic.xmlGetValue('te_path_serv_updates' , v_strCommResponse), | ||
655 | - p_strModuleName, | ||
656 | - v_strDestinationFolderName) then | ||
657 | - Configs.memoProgress.Lines.add('ATENÇÃO! Não foi possível efetuar FTP para "'+v_strDestinationFolderName + p_strModuleName+'". Verifique o Servidor de Updates.'); | ||
658 | - Except | ||
659 | - g_oCacic.writeDebugLog('FTP de "'+ v_strDestinationFolderName + p_strModuleName+'" Interrompido.'); | ||
660 | - End; | ||
661 | - | ||
662 | - if not FileExists(v_strDestinationFolderName + p_strModuleName) Then | ||
663 | - Begin | ||
664 | - g_oCacic.writeDebugLog('Problemas Efetuando Download de '+ v_strDestinationFolderName + p_strModuleName+' (FTP)'); | ||
665 | - g_oCacic.writeDebugLog('Conexão:'); | ||
666 | - g_oCacic.writeDebugLog(g_oCacic.xmlGetValue('te_serv_updates' , v_strCommResponse)+', '+ | ||
667 | - g_oCacic.xmlGetValue('nu_porta_serv_updates' , v_strCommResponse)+', '+ | ||
668 | - g_oCacic.xmlGetValue('nm_usuario_login_serv_updates', v_strCommResponse)+', '+ | ||
669 | - g_oCacic.xmlGetValue('te_senha_login_serv_updates' , v_strCommResponse)+', '+ | ||
670 | - g_oCacic.xmlGetValue('te_path_serv_updates' , v_strCommResponse)); | ||
671 | - End | ||
672 | - else | ||
673 | - g_oCacic.writeDailyLog('Download Concluído de "'+p_strModuleName+'" (FTP)'); | ||
674 | - end; | ||
675 | - End; | ||
676 | - End; | ||
677 | - | ||
678 | -function TfrmChkCACIC.CommunicateTo(p_StrAddress : String; p_tstringlistPostValues : TStringList) : boolean; | ||
679 | -var IdHTTP1: TIdHTTP; | ||
680 | - v_StrAddress : String; | ||
681 | -Begin | ||
682 | - v_StrAddress := 'http://' + StringReplace(StringReplace(LowerCase(p_StrAddress),'//','/',[rfReplaceAll]),'http://','',[rfReplaceAll]); | ||
683 | - | ||
684 | - Result := false; | ||
685 | - Try | ||
686 | - g_oCacic.writeDailyLog('Iniciando comunicação com Servidor Gerente WEB do CACIC'); | ||
687 | - g_oCacic.writeDebugLog('Endereço Alvo: "'+v_StrAddress+'"'); | ||
688 | - | ||
689 | - IdHTTP1 := TIdHTTP.Create(nil); | ||
690 | - idHTTP1.AllowCookies := true; | ||
691 | - idHTTP1.ASCIIFilter := false; | ||
692 | - idHTTP1.AuthRetries := 1; | ||
693 | - idHTTP1.BoundPort := 0; | ||
694 | - idHTTP1.HandleRedirects := false; | ||
695 | - idHTTP1.ProxyParams.BasicAuthentication := false; | ||
696 | - idHTTP1.ProxyParams.ProxyPort := 0; | ||
697 | - idHTTP1.ReadTimeout := 0; | ||
698 | - idHTTP1.RecvBufferSize := 32768; | ||
699 | - idHTTP1.RedirectMaximum := 15; | ||
700 | - idHTTP1.Request.Accept := 'text/html, */*'; | ||
701 | - idHTTP1.Request.BasicAuthentication := true; | ||
702 | - idHTTP1.Request.ContentLength := -1; | ||
703 | - idHTTP1.Request.ContentRangeStart := 0; | ||
704 | - idHTTP1.Request.ContentRangeEnd := 0; | ||
705 | - idHTTP1.Request.ContentType := 'text/html'; | ||
706 | - idHTTP1.SendBufferSize := 32768; | ||
707 | - idHTTP1.Tag := 0; | ||
708 | - | ||
709 | - g_oCacic.writeDebugLog('Efetuando POST...'); | ||
710 | - IdHTTP1.Post(v_StrAddress, tstringlistRequest_Config, tstringstreamResponse_Config); | ||
711 | - g_oCacic.writeDebugLog('Retorno: "'+tstringstreamResponse_Config.DataString+'"'); | ||
712 | - idHTTP1.Disconnect; | ||
713 | - idHTTP1.Free; | ||
714 | - | ||
715 | - v_strCommResponse := tstringstreamResponse_Config.DataString; | ||
716 | - Result := (Trim(UpperCase(g_oCacic.xmlGetValue('STATUS', v_strCommResponse))) = 'OK'); | ||
717 | - if not boolCommandLine then | ||
718 | - Configs.memoProgress.Lines.Add('Comunicação bem sucedida com "'+v_StrAddress+'".'); | ||
719 | - Except | ||
720 | - Begin | ||
721 | - if not boolCommandLine then | ||
722 | - Configs.memoProgress.Lines.Add('Não foi possível estabelecer comunicação com "'+v_StrAddress+'".'); | ||
723 | - | ||
724 | - g_oCacic.writeDailyLog('**********************************************************'); | ||
725 | - g_oCacic.writeDailyLog('Oops! Não Foi Possível Comunicar com o Módulo Gerente WEB!'); | ||
726 | - g_oCacic.writeDailyLog('**********************************************************'); | ||
727 | - End | ||
728 | - End; | ||
729 | - | ||
730 | - g_oCacic.writeDebugLog('Retorno de comunicação com servidor: '+v_strCommResponse); | ||
731 | -End; | ||
732 | - | ||
733 | -procedure chkcacic; | ||
734 | -var boolConfigura, | ||
735 | - boolExistsAutoRun, | ||
736 | - boolIniFileExists : boolean; | ||
737 | - | ||
738 | - v_te_texto_janela_instalacao, | ||
739 | - v_modulos, | ||
740 | - strAux, | ||
741 | - strDateTimeMainProgram_BEGIN, | ||
742 | - strDateTimeGERCOLS_BEGIN, | ||
743 | - strDateTimeMainProgram_END, | ||
744 | - strDateTimeGERCOLS_END : String; | ||
745 | - | ||
746 | - v_array_modulos : TStrings; | ||
747 | - intAux : integer; | ||
748 | - | ||
749 | - wordServiceStatus : DWORD; | ||
750 | -begin | ||
751 | - strDateTimeMainProgram_BEGIN := ''; | ||
752 | - strDateTimeMainProgram_END := ''; | ||
753 | - strDateTimeGERCOLS_BEGIN := ''; | ||
754 | - strDateTimeGERCOLS_END := ''; | ||
755 | - v_TeSuccessPhrase := 'INSTALAÇÃO/ATUALIZAÇÃO EFETUADA COM SUCESSO!'; | ||
756 | - v_TeInsuccessPhrase := '***** INSTALAÇÃO/ATUALIZAÇÃO NÃO EFETUADA COM SUCESSO *****'; | ||
757 | - boolCommandLine := false; | ||
758 | - boolIniFileExists := FileExists(ExtractFilePath(Application.Exename) + '\chkcacic.ini'); | ||
759 | - | ||
760 | - g_oCacic := TCACIC.Create(); | ||
761 | - g_oCacic.setBoolCipher(true); | ||
762 | - Try | ||
763 | - | ||
764 | - // 2.2.0.17 - Tratamento de opções passadas em linha de comando | ||
765 | - // Grande dica do grande Cláudio Filho (OpenOffice.org) | ||
766 | - if (ParamCount > 0) then | ||
767 | - Begin | ||
768 | - For intAux := 1 to ParamCount do | ||
769 | - Begin | ||
770 | - if LowerCase(Copy(ParamStr(intAux),1,6)) = '/serv=' then | ||
771 | - begin | ||
772 | - strAux := Trim(Copy(ParamStr(intAux),7,Length((ParamStr(intAux))))); | ||
773 | - v_TeWebManagerAddress := Trim(Copy(strAux,0,Pos(' ', strAux) - 1)); | ||
774 | - If v_TeWebManagerAddress = '' Then | ||
775 | - v_TeWebManagerAddress := strAux; | ||
776 | - //g_oCacic.writeDailyLog('Parâmetro "/serv" => "'+v_TeWebManagerAddress+'"'); | ||
777 | - end; | ||
778 | - | ||
779 | - if LowerCase(Copy(ParamStr(intAux),1,5)) = '/dir=' then | ||
780 | - begin | ||
781 | - strAux := Trim(Copy(ParamStr(intAux),6,Length((ParamStr(intAux))))); | ||
782 | - v_TeLocalFolder := Trim(Copy(strAux,0,Pos(' ', strAux) - 1)); | ||
783 | - If v_TeLocalFolder = '' Then | ||
784 | - v_TeLocalFolder := strAux; | ||
785 | - //g_oCacic.writeDailyLog('Parâmetro "/dir" => "'+v_TeLocalFolder+'"'); | ||
786 | - end; | ||
787 | - end; | ||
788 | - if not(v_TeWebManagerAddress='') and | ||
789 | - not(v_TeLocalFolder='') then | ||
790 | - boolCommandLine := true; | ||
791 | - End | ||
792 | - else | ||
793 | - Begin | ||
794 | - v_TeWebManagerAddress := 'pwebcgi01/cacic3'; | ||
795 | - v_TeLocalFolder := 'Cacic'; | ||
796 | - boolCommandLine := true; | ||
797 | - End; | ||
798 | - | ||
799 | - g_oCacic.setWebManagerAddress(v_TeWebManagerAddress); | ||
800 | - | ||
801 | - // ATENÇÃO: Trecho para uso exclusivo no âmbito da DATAPREV a nível Brasil, para internalização maciça. | ||
802 | - // Para envio à Comunidade, retirar as chaves mais abaixo, para que o código padrão seja descomentado. | ||
803 | - // Anderson Peterle - NOV2010 | ||
804 | - //v_TeWebManagerAddress := 'UXRJO115'; | ||
805 | - //v_cacic_dir := 'Cacic'; | ||
806 | - //v_exibe_informacoes := 'N'; // Manter o "N", pois, esse mesmo ChkCacic será colocado em NetLogons! | ||
807 | - | ||
808 | - // Se a chamada ao chkCACIC não passou parâmetros de IP do Servidor nem Pasta Padrão... | ||
809 | - // Obs.: Normalmente a chamada com passagem de parâmetros é feita por script em servidor de domínio, para automatização do processo | ||
810 | - if not boolCommandLine then | ||
811 | - Begin | ||
812 | - If not boolIniFileExists then | ||
813 | - Begin | ||
814 | - CriaFormConfigura; | ||
815 | - MostraFormConfigura; | ||
816 | - End; | ||
817 | - | ||
818 | - if (FileExists(g_oCacic.getWinDir + 'chksis.ini') and (g_oCacic.getValueFromFile('Configs', 'TeMainProgramHash' , g_oCacic.getWinDir + 'chksis.ini') = '')) or | ||
819 | - not FileExists(g_oCacic.getWinDir + 'chksis.ini') then | ||
820 | - Begin | ||
821 | - // Versão anterior à 2.6 -> Elimino a pasta do sistema e arquivos de configuracoes externos | ||
822 | - Deltree(g_oCacic.getLocalFolder); | ||
823 | - | ||
824 | - g_oCacic.killFiles(g_oCacic.getWinDir,'chksis.exe'); | ||
825 | - g_oCacic.killFiles(g_oCacic.getWinDir,'chksis.ini'); | ||
826 | - g_oCacic.killFiles(g_oCacic.getWinDir,'chksis.dat'); | ||
827 | - g_oCacic.killFiles(g_oCacic.getWinDir,'chksis.log'); | ||
828 | - End; | ||
829 | - | ||
830 | - if FileExists(g_oCacic.getLocalFolder + g_oCacic.getMainProgramName) then | ||
831 | - ShowMessage('ATENÇÃO: Será necessário finalizar o Agente Principal ('+g_oCacic.getMainProgramName+') (Use CTRL ALT DEL)'); | ||
832 | - | ||
833 | - v_TeWebManagerAddress := g_oCacic.getValueFromFile('Configs', 'TeWebManagerAddress' , ExtractFilePath(Application.Exename) + '\chkcacic.ini'); | ||
834 | - v_TeLocalFolder := g_oCacic.getValueFromFile('Configs', 'TeLocalFolder' , ExtractFilePath(Application.Exename) + '\chkcacic.ini'); | ||
835 | - v_InShowProcessInformations := g_oCacic.getValueFromFile('Configs', 'InShowProcessInformations' , ExtractFilePath(Application.Exename) + '\chkcacic.ini'); | ||
836 | - v_TeProcessInformations := StringReplace(g_oCacic.getValueFromFile('Configs', 'TeProcessInformations' , ExtractFilePath(Application.Exename) + '\chkcacic.ini'),'*13*10',#13#10,[rfReplaceAll]); | ||
837 | - End; | ||
838 | - | ||
839 | - // Tratamento do diretório informado para o CACIC, para que seja na unidade HomeDrive | ||
840 | - v_TeLocalFolder := FixLocalFolder(v_TeLocalFolder); | ||
841 | - | ||
842 | - g_oCacic.setLocalFolder(v_TeLocalFolder); | ||
843 | - g_oCacic.checkDebugMode; | ||
844 | - | ||
845 | - g_oCacic.writeDebugLog('Verificando pasta "'+g_oCacic.getLocalFolder+'"'); | ||
846 | - // Verifico a existência do diretório configurado para o Cacic, normalmente CACIC | ||
847 | - if not DirectoryExists(g_oCacic.getLocalFolder) then | ||
848 | - begin | ||
849 | - g_oCacic.writeDailyLog('Criando pasta '+g_oCacic.getLocalFolder); | ||
850 | - ForceDirectories(g_oCacic.getLocalFolder); | ||
851 | - end; | ||
852 | - | ||
853 | - g_oCacic.writeDebugLog('Verificando pasta "'+g_oCacic.getLocalFolder+'Modulos'+'"'); | ||
854 | - // Para eliminar versão 20014 e anteriores que provavelmente não fazem corretamente o AutoUpdate | ||
855 | - if not DirectoryExists(g_oCacic.getLocalFolder+'Modulos') then | ||
856 | - begin | ||
857 | - g_oCacic.killFiles(g_oCacic.getLocalFolder, g_oCacic.getMainProgramName); | ||
858 | - ForceDirectories(g_oCacic.getLocalFolder + 'Modulos'); | ||
859 | - g_oCacic.writeDailyLog('Criando pasta '+g_oCacic.getLocalFolder+'Modulos'); | ||
860 | - end; | ||
861 | - | ||
862 | - g_oCacic.writeDebugLog('Verificando pasta "'+g_oCacic.getLocalFolder+'Temp'+'"'); | ||
863 | - // Crio o SubDiretório TEMP, caso não exista | ||
864 | - if not DirectoryExists(g_oCacic.getLocalFolder+'Temp') then | ||
865 | - begin | ||
866 | - ForceDirectories(g_oCacic.getLocalFolder + 'Temp'); | ||
867 | - g_oCacic.writeDailyLog('Criando pasta '+g_oCacic.getLocalFolder+'Temp'); | ||
868 | - end; | ||
869 | - | ||
870 | - | ||
871 | - | ||
872 | - g_oCacic.writeDebugLog('Tipo de Drive: '+intToStr(GetDriveType(nil))); | ||
873 | - | ||
874 | - if not (GetDriveType(nil) = DRIVE_REMOTE) and not boolCommandLine then | ||
875 | - Begin | ||
876 | - g_oCacic.writeDebugLog('Acionando Formulário de Configuração'); | ||
877 | - | ||
878 | - CriaFormConfigura; | ||
879 | - | ||
880 | - Configs.Visible := true; | ||
881 | - | ||
882 | - Configs.gbMandatory.BringToFront; | ||
883 | - Configs.gbMandatory.BringToFront; | ||
884 | - | ||
885 | - Configs.Label_TeWebManagerAddress.BringToFront; | ||
886 | - Configs.Edit_TeWebManagerAddress.Text := v_TeWebManagerAddress; | ||
887 | - Configs.Edit_TeWebManagerAddress.ReadOnly := true; | ||
888 | - Configs.Edit_TeWebManagerAddress.BringToFront; | ||
889 | - | ||
890 | - Configs.Label_TeLocalFolder.BringToFront; | ||
891 | - Configs.Edit_TeLocalFolder.Text := v_TeLocalFolder; | ||
892 | - Configs.Edit_TeLocalFolder.ReadOnly := true; | ||
893 | - configs.Edit_TeLocalFolder.BringToFront; | ||
894 | - | ||
895 | - Configs.Label_TeProcessInformations.Visible := false; | ||
896 | - | ||
897 | - Configs.checkboxInShowProcessInformations.Checked := true; | ||
898 | - Configs.checkboxInShowProcessInformations.Visible := false; | ||
899 | - | ||
900 | - Configs.Height := 350; | ||
901 | - Configs.lbMensagemNaoAplicavel.Visible := false; | ||
902 | - | ||
903 | - Configs.Memo_TeExtrasProcessInformations.Clear; | ||
904 | - Configs.Memo_TeExtrasProcessInformations.Top := 15; | ||
905 | - Configs.Memo_TeExtrasProcessInformations.Height := 196; | ||
906 | - | ||
907 | - Configs.gbMandatory.Caption := 'Configuração'; | ||
908 | - Configs.gbMandatory.Visible := true; | ||
909 | - | ||
910 | - Configs.gbOptional.Caption := 'Andamento da Instalação/Atualização'; | ||
911 | - Configs.gbOptional.Visible := true; | ||
912 | - | ||
913 | - Configs.Refresh; | ||
914 | - Configs.Show; | ||
915 | - End; | ||
916 | - | ||
917 | - // Verifica se o S.O. é NT Like e se o Usuário está com privilégio administrativo... | ||
918 | - if (g_oCacic.isWindowsNTPlataform()) and (g_oCacic.isWindowsAdmin()) then | ||
919 | - Begin | ||
920 | - g_oCacic.writeDebugLog(':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::'); | ||
921 | - g_oCacic.writeDebugLog(':::::::::::::: OBTENDO VALORES DO "chkcacic.ini" ::::::::::::::'); | ||
922 | - g_oCacic.writeDebugLog(':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::'); | ||
923 | - g_oCacic.writeDebugLog('Drive de Instalação......................: '+g_oCacic.getHomeDrive); | ||
924 | - g_oCacic.writeDebugLog('Pasta para Instalação Local..............: '+g_oCacic.getLocalFolder); | ||
925 | - g_oCacic.writeDebugLog('Endereço de Acesso ao Gerente WEB........: '+v_TeWebManagerAddress); | ||
926 | - g_oCacic.writeDebugLog(':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::'); | ||
927 | - boolConfigura := false; | ||
928 | - | ||
929 | - //chave AES. Recomenda-se que cada empresa/órgão altere a sua chave. | ||
930 | - //v_tstrCipherOpened := g_oCacic.cipherOpen(g_oCacic.getLocalFolder + g_oCacic.getDatFileName); | ||
931 | - | ||
932 | - g_oCacic.writeDebugLog(':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::'); | ||
933 | - g_oCacic.writeDebugLog(':::::::::::::::::::: LIBERAÇÃO DE FIREWALL ::::::::::::::::::::'); | ||
934 | - g_oCacic.writeDebugLog(':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::'); | ||
935 | - | ||
936 | - if (g_oCacic.isWindowsGEXP()) then // Se >= Maior ou Igual ao WinXP... | ||
937 | - Begin | ||
938 | - g_oCacic.writeDebugLog(':: S.O. Maior/Igual a WinXP'); | ||
939 | - Try | ||
940 | - // Libero as policies do FireWall Interno | ||
941 | - if (g_oCacic.isWindowsGEVista()) then // Maior ou Igual ao VISTA... | ||
942 | - Begin | ||
943 | - g_oCacic.writeDebugLog(':: S.O. Maior/Igual a WinVISTA'); | ||
944 | - Try | ||
945 | - Begin | ||
946 | - // Liberando as conexões de Saída para o FTP | ||
947 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\FTP-Out-TCP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=6|Profile=Private|App='+g_oCacic.getHomeDrive+'system32\\ftp.exe|Name=FTP|Desc=Programa de transferência de arquivos|Edge=FALSE|'); | ||
948 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\FTP-Out-UDP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=17|Profile=Private|App='+g_oCacic.getHomeDrive+'system32\\ftp.exe|Name=FTP|Desc=Programa de transferência de arquivos|Edge=FALSE|'); | ||
949 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\FTP-Out-TCP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=6|Profile=Private|App='+g_oCacic.getHomeDrive+'system32\\ftp.exe|Name=FTP|Desc=Programa de transferência de arquivos|Edge=FALSE|'); | ||
950 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\FTP-Out-UDP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=17|Profile=Private|App='+g_oCacic.getHomeDrive+'system32\\ftp.exe|Name=FTP|Desc=Programa de transferência de arquivos|Edge=FALSE|'); | ||
951 | - | ||
952 | - // Liberando as conexões de Saída para o Ger_Cols | ||
953 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\CACIC-GERCOLS-Out-TCP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=6|Profile=Private|App='+g_oCacic.getLocalFolder+'Modulos\\ger_cols.exe|Name=GerCOLS|Desc=Módulo Gerente de Coletas do Sistema CACIC|Edge=FALSE|'); | ||
954 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\CACIC-GERCOLS-Out-UDP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=17|Profile=Private|App='+g_oCacic.getLocalFolder+'Modulos\\ger_cols.exe|Name=GerCOLS|Desc=Módulo Gerente de Coletas do Sistema CACIC|Edge=FALSE|'); | ||
955 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\CACIC-GERCOLS-Out-TCP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=6|Profile=Private|App='+g_oCacic.getLocalFolder+'Modulos\\ger_cols.exe|Name=GerCOLS|Desc=Módulo Gerente de Coletas do Sistema CACIC|Edge=FALSE|'); | ||
956 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\CACIC-GERCOLS-Out-UDP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=17|Profile=Private|App='+g_oCacic.getLocalFolder+'Modulos\\ger_cols.exe|Name=GerCOLS|Desc=Módulo Gerente de Coletas do Sistema CACIC|Edge=FALSE|'); | ||
957 | - | ||
958 | - // Liberando as conexões de Saída para o SrCACICsrv | ||
959 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\CACIC-SRCACICSRV-Out-TCP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=6|Profile=Private|App='+g_oCacic.getLocalFolder+'Modulos\\srcacicsrv.exe|Name=srCACICsrv|Desc=Módulo Suporte Remoto Seguro do Sistema CACIC|Edge=FALSE|'); | ||
960 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\CACIC-SRCACICSRV-Out-UDP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=17|Profile=Private|App='+g_oCacic.getLocalFolder+'Modulos\\srcacicsrv.exe|Name=srCACICsrv|Desc=Módulo Suporte Remoto Seguro do Sistema CACIC|Edge=FALSE|'); | ||
961 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\CACIC-SRCACICSRV-Out-TCP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=6|Profile=Private|App='+g_oCacic.getLocalFolder+'Modulos\\srcacicsrv.exe|Name=srCACICsrv|Desc=Módulo Suporte Remoto Seguro do Sistema CACIC|Edge=FALSE|'); | ||
962 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\CACIC-SRCACICSRV-Out-UDP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=17|Profile=Private|App='+g_oCacic.getLocalFolder+'Modulos\\srcacicsrv.exe|Name=srCACICsrv|Desc=Módulo Suporte Remoto Seguro do Sistema CACIC|Edge=FALSE|'); | ||
963 | - | ||
964 | - // Liberando as conexões de Saída para o ChkCacic | ||
965 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\CACIC-CHKCACIC-Out-TCP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=6|Profile=Private|App='+ExtractFilePath(Application.Exename) + '\chkcacic.exe|Name=chkCACIC|Desc=Módulo Verificador de Integridade e Instalador do Sistema CACIC|Edge=FALSE|'); | ||
966 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\CACIC-CHKCACIC-Out-UDP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=17|Profile=Private|App='+ExtractFilePath(Application.Exename) + '\chkcacic.exe|Name=chkCACIC|Desc=Módulo Verificador de Integridade e Instalador do Sistema CACIC|Edge=FALSE|'); | ||
967 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\CACIC-CHKCACIC-Out-TCP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=6|Profile=Private|App='+ExtractFilePath(Application.Exename) + '\chkcacic.exe|Name=chkCACIC|Desc=Módulo Verificador de Integridade e Instalador do Sistema CACIC|Edge=FALSE|'); | ||
968 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\CACIC-CHKCACIC-Out-UDP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=17|Profile=Private|App='+ExtractFilePath(Application.Exename) + '\chkcacic.exe|Name=chkCACIC|Desc=Módulo Verificador de Integridade e Instalador do Sistema CACIC|Edge=FALSE|'); | ||
969 | - | ||
970 | - | ||
971 | - // Liberando as conexões de Saída para o ChkSis | ||
972 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\CACIC-CHKSIS-Out-TCP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=6|Profile=Private|App='+g_oCacic.getWinDir + 'chksis.exe|Name=chkSIS|Desc=Módulo Verificador de Integridade do Sistema CACIC|Edge=FALSE|'); | ||
973 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\CACIC-CHKSIS-Out-UDP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=17|Profile=Private|App='+g_oCacic.getWinDir + 'chksis.exe|Name=chkSIS|Desc=Módulo Verificador de Integridade do Sistema CACIC|Edge=FALSE|'); | ||
974 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\CACIC-CHKSIS-Out-TCP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=6|Profile=Private|App='+g_oCacic.getWinDir + 'chksis.exe|Name=chkSIS|Desc=Módulo Verificador de Integridade do Sistema CACIC|Edge=FALSE|'); | ||
975 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules\CACIC-CHKSIS-Out-UDP','v2.0|Action=Allow|Active=TRUE|Dir=Out|Protocol=17|Profile=Private|App='+g_oCacic.getWinDir + 'chksis.exe|Name=chkSIS|Desc=Módulo Verificador de Integridade do Sistema CACIC|Edge=FALSE|'); | ||
976 | - End | ||
977 | - Except | ||
978 | - g_oCacic.writeDebugLog('Problema Liberando Policies de FireWall!'); | ||
979 | - End; | ||
980 | - End | ||
981 | - else | ||
982 | - Begin | ||
983 | - g_oCacic.writeDebugLog(':: S.O. Menor que WinVISTA'); | ||
984 | - // Acrescento o ChkCacic e srCACICsrv às exceções do FireWall nativo... | ||
985 | - {chkcacic} | ||
986 | - g_oCacic.writeDebugLog('Inserindo "'+ExtractFilePath(Application.Exename) + 'chkcacic" nas exceções do FireWall!'); | ||
987 | - g_oCacic.addApplicationToFirewall('chkCACIC - Instalador do Sistema CACIC',ExtractFilePath(Application.Exename) + Application.Exename,true); | ||
988 | - g_oCacic.addApplicationToFirewall('srCACICsrv - Módulo de Suporte Remoto Seguro do Sistema CACIC',g_oCacic.getLocalFolder + 'Modulos\srcacicsrv.exe',true); | ||
989 | - End; | ||
990 | - Except | ||
991 | - End; | ||
992 | - End; | ||
993 | - | ||
994 | - g_oCacic.writeDebugLog(':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::'); | ||
995 | - | ||
996 | - if (ParamCount > 0) and (LowerCase(Copy(ParamStr(1),1,7)) = '/config') then | ||
997 | - boolConfigura := true; | ||
998 | - | ||
999 | - while (v_TeWebManagerAddress = '') or (v_TeLocalFolder = '') or boolConfigura do | ||
1000 | - Begin | ||
1001 | - boolConfigura := false; | ||
1002 | - CriaFormConfigura; | ||
1003 | - | ||
1004 | - Configs.Edit_TeWebManagerAddress.text := v_TeWebManagerAddress; | ||
1005 | - Configs.Edit_TeLocalFolder.text := v_TeLocalFolder; | ||
1006 | - if v_InShowProcessInformations = 'S' then | ||
1007 | - Configs.checkboxInShowProcessInformations.Checked := true | ||
1008 | - else | ||
1009 | - Configs.checkboxInShowProcessInformations.Checked := false; | ||
1010 | - | ||
1011 | - Configs.Memo_TeExtrasProcessInformations.text := v_TeProcessInformations; | ||
1012 | - MostraFormConfigura; | ||
1013 | - End; | ||
1014 | - | ||
1015 | - if (ParamCount > 0) and (LowerCase(Copy(ParamStr(1),1,7)) = '/config') then | ||
1016 | - Begin | ||
1017 | - try | ||
1018 | - g_oCacic.Free(); | ||
1019 | - except | ||
1020 | - end; | ||
1021 | - Application.Terminate; | ||
1022 | - End; | ||
1023 | - | ||
1024 | - Try | ||
1025 | - // Tento o contato com o módulo gerente WEB para obtenção de | ||
1026 | - // dados para conexão FTP e relativos às versões atuais dos principais agentes | ||
1027 | - // Busco as configurações para acesso ao ambiente FTP - Updates | ||
1028 | - tstringlistRequest_Config.Values['in_chkcacic'] := 'chkcacic'; | ||
1029 | - | ||
1030 | - g_oCacic.writeDebugLog('Preparando Chamada ao Gerente WEB: "'+v_TeWebManagerAddress + '/ws/get_config.php"'); | ||
1031 | - if frmChkCACIC.CommunicateTo(v_TeWebManagerAddress + '/ws/get_config.php', tstringlistRequest_Config) then | ||
1032 | - Begin | ||
1033 | - g_oCacic.setMainProgramName(LowerCase(g_oCacic.xmlGetValue('te_MainProgramName',v_strCommResponse))); | ||
1034 | - g_oCacic.setMainProgramHash(g_oCacic.xmlGetValue('te_MainProgramHash',v_strCommResponse)); | ||
1035 | - | ||
1036 | - g_oCacic.writeDebugLog(':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::'); | ||
1037 | - g_oCacic.writeDebugLog(':::::::::::::::: VALORES OBTIDOS NO Gerente WEB :::::::::::::::'); | ||
1038 | - g_oCacic.writeDebugLog(':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::'); | ||
1039 | - g_oCacic.writeDebugLog('Servidor de updates......................: ' + g_oCacic.xmlGetValue('te_serv_updates' , v_strCommResponse)); | ||
1040 | - g_oCacic.writeDebugLog('Porta do servidor de updates.............: ' + g_oCacic.xmlGetValue('nu_porta_serv_updates' , v_strCommResponse)); | ||
1041 | - g_oCacic.writeDebugLog('Usuário para login no servidor de updates: ' + g_oCacic.xmlGetValue('nm_usuario_login_serv_updates', v_strCommResponse)); | ||
1042 | - g_oCacic.writeDebugLog('Pasta no servidor de updates.............: ' + g_oCacic.xmlGetValue('te_path_serv_updates' , v_strCommResponse)); | ||
1043 | - g_oCacic.writeDebugLog('Nome do Agente Principal.................: ' + g_oCacic.getMainProgramName); | ||
1044 | - g_oCacic.writeDebugLog('Código Hash do Agente Principal..........: ' + g_oCacic.getMainProgramHash); | ||
1045 | - g_oCacic.writeDebugLog(' '); | ||
1046 | - g_oCacic.writeDebugLog('Versões dos Agentes Primários:'); | ||
1047 | - g_oCacic.writeDebugLog('------------------------------'); | ||
1048 | - g_oCacic.writeDebugLog('Agente Principal.....................: (' +UpperCase( StringReplace(LowerCase(g_oCacic.getMainProgramName) ,'.exe','',[rfReplaceAll])) +') '+g_oCacic.xmlGetValue( StringReplace(UpperCase(g_oCacic.getMainProgramName),'.EXE','',[rfReplaceAll]) , v_strCommResponse)); | ||
1049 | - g_oCacic.writeDebugLog('Gerente de Coletas...................: (GER_COLS) '+g_oCacic.xmlGetValue('GER_COLS', v_strCommResponse)); | ||
1050 | - g_oCacic.writeDebugLog('Verificador de Integridade do Sistema: (CHKSIS) '+g_oCacic.xmlGetValue('CHKSIS', v_strCommResponse)); | ||
1051 | - g_oCacic.writeDebugLog(':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::'); | ||
1052 | - End; | ||
1053 | - Except | ||
1054 | - End; | ||
1055 | - | ||
1056 | - // Se NTFS em NT/2K/XP... | ||
1057 | - // If NTFS on NT Like... | ||
1058 | - if (g_oCacic.isWindowsNTPlataform()) then | ||
1059 | - Begin | ||
1060 | - g_oCacic.writeDebugLog(':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::'); | ||
1061 | - g_oCacic.writeDebugLog('::::::: VERIFICANDO FILE SYSTEM E ATRIBUINDO PERMISSÕES :::::::'); | ||
1062 | - g_oCacic.writeDebugLog(':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::'); | ||
1063 | - | ||
1064 | - // Atribuição de acesso ao módulo principal e pastas | ||
1065 | - | ||
1066 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getLocalFolder); | ||
1067 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getLocalFolder + g_oCacic.getMainProgramName); | ||
1068 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getLocalFolder + StringReplace(LowerCase(g_oCacic.getMainProgramName),'.exe','.inf',[rfReplaceAll])); | ||
1069 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getLocalFolder + 'Logs\' + StringReplace(LowerCase(g_oCacic.getMainProgramName),'.exe','.log',[rfReplaceAll])); | ||
1070 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getLocalFolder + 'Modulos'); | ||
1071 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getLocalFolder + 'Temp'); | ||
1072 | - | ||
1073 | - // Atribuição de acesso aos módulos de gerenciamento de coletas e coletas para permissão de atualizações de versões | ||
1074 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getLocalFolder + 'Modulos\ger_cols.exe'); | ||
1075 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getLocalFolder + 'Modulos\srcacicsrv.exe'); | ||
1076 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getLocalFolder + 'Modulos\col_anvi.exe'); | ||
1077 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getLocalFolder + 'Modulos\col_comp.exe'); | ||
1078 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getLocalFolder + 'Modulos\col_hard.exe'); | ||
1079 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getLocalFolder + 'Modulos\col_moni.exe'); | ||
1080 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getLocalFolder + 'Modulos\col_soft.exe'); | ||
1081 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getLocalFolder + 'Modulos\col_undi.exe'); | ||
1082 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getLocalFolder + 'Modulos\wscript.exe'); | ||
1083 | - | ||
1084 | - // Atribuição de acesso para atualização do módulo verificador de integridade do sistema e seus arquivos | ||
1085 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getWinDir + 'chksis.exe'); | ||
1086 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getWinDir + 'chksis.log'); | ||
1087 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getWinDir + 'chksis.ini'); | ||
1088 | - | ||
1089 | - // Atribuição de acesso para atualização/exclusão de log do instalador | ||
1090 | - frmChkCACIC.FS_SetSecurity(g_oCacic.getHomeDrive + 'chkcacic.log'); | ||
1091 | - g_oCacic.writeDebugLog(':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::'); | ||
1092 | - End; | ||
1093 | - | ||
1094 | - // Verificação de versão do agente principal e exclusão em caso de versão antiga/diferente da atual | ||
1095 | - If (FileExists(g_oCacic.getLocalFolder + g_oCacic.getMainProgramName)) Then | ||
1096 | - Begin | ||
1097 | - v_strLocalVersion := trim(g_oCacic.GetVersionInfo(g_oCacic.getLocalFolder + g_oCacic.getMainProgramName)); | ||
1098 | - v_strRemoteVersion := StringReplace(g_oCacic.xmlGetValue( StringReplace(UpperCase(g_oCacic.getMainProgramName),'.EXE','',[rfReplaceAll]) , v_strCommResponse),'0103','',[rfReplaceAll]); | ||
1099 | - | ||
1100 | - // Pego as informações de dia/mês/ano/horas/minutos/segundos/milésimos que identificam o agente Principal | ||
1101 | - strAux := g_oCacic.getLocalFolder + g_oCacic.getMainProgramName; | ||
1102 | - strDateTimeMainProgram_BEGIN := FormatDateTime('ddmmyyyyhhnnsszzz', g_oCacic.getFolderDate(strAux)); | ||
1103 | - | ||
1104 | - g_oCacic.writeDebugLog(':::Verificação de Agente Principal :::'); | ||
1105 | - g_oCacic.writeDebugLog('v_strLocalVersion : "' + v_strLocalVersion + '"'); | ||
1106 | - g_oCacic.writeDebugLog('v_strRemoteVersion : "' + v_strRemoteVersion + '"'); | ||
1107 | - | ||
1108 | - if (v_strLocalVersion ='0000') or // Provavelmente versão muito antiga ou corrompida | ||
1109 | - (v_strLocalVersion ='2208') or | ||
1110 | - (v_strLocalVersion <> v_strRemoteVersion) then | ||
1111 | - g_oCacic.killFiles(g_oCacic.getLocalFolder, g_oCacic.getMainProgramName); | ||
1112 | - End; | ||
1113 | - | ||
1114 | - // Verificação de versão do ger_cols.exe e exclusão em caso de versão antiga/diferente da atual | ||
1115 | - If (FileExists(g_oCacic.getLocalFolder + 'Modulos\ger_cols.exe')) Then | ||
1116 | - Begin | ||
1117 | - strAux := g_oCacic.getLocalFolder + 'Modulos\ger_cols.exe'; | ||
1118 | - // Pego as informações de dia/mês/ano/horas/minutos/segundos/milésimos que identificam o agente Ger_Cols | ||
1119 | - strDateTimeGERCOLS_BEGIN := FormatDateTime('ddmmyyyyhhnnsszzz', g_oCacic.getFolderDate(strAux)); | ||
1120 | - | ||
1121 | - intAux := CheckAgentVersion(g_oCacic.getLocalFolder + 'Modulos\ger_cols.exe'); | ||
1122 | - // 0 => Arquivo de versões ou informação inexistente | ||
1123 | - // 1 => Versões iguais | ||
1124 | - // 2 => Versões diferentes | ||
1125 | - if (intAux = 0) then | ||
1126 | - Begin | ||
1127 | - v_strLocalVersion := StringReplace(trim(g_oCacic.GetVersionInfo(g_oCacic.getLocalFolder + 'Modulos\ger_cols.exe')),'.','',[rfReplaceAll]); | ||
1128 | - v_strRemoteVersion := StringReplace(g_oCacic.xmlGetValue('GER_COLS' , v_strCommResponse),'0103','',[rfReplaceAll]); | ||
1129 | - End; | ||
1130 | - | ||
1131 | - if (intAux = 2) or // Caso haja diferença na comparação de versões com "versoes_agentes.ini"... | ||
1132 | - (v_strLocalVersion ='0000') then // Provavelmente versão muito antiga ou corrompida | ||
1133 | - g_oCacic.killFiles(g_oCacic.getLocalFolder + 'Modulos\', 'ger_cols.exe'); | ||
1134 | - End; | ||
1135 | - | ||
1136 | - // Verificação de versão do chksis.exe e exclusão em caso de versão antiga/diferente da atual | ||
1137 | - If (FileExists(g_oCacic.getWinDir + 'chksis.exe')) Then | ||
1138 | - Begin | ||
1139 | - intAux := CheckAgentVersion(g_oCacic.getWinDir + 'chksis.exe'); | ||
1140 | - // 0 => Arquivo de versões ou informação inexistente | ||
1141 | - // 1 => Versões iguais | ||
1142 | - // 2 => Versões diferentes | ||
1143 | - if (intAux = 0) then | ||
1144 | - Begin | ||
1145 | - v_strLocalVersion := StringReplace(trim(g_oCacic.GetVersionInfo(g_oCacic.getWinDir + 'chksis.exe')),'.','',[rfReplaceAll]); | ||
1146 | - v_strRemoteVersion := StringReplace(g_oCacic.xmlGetValue('CHKSIS' , v_strCommResponse),'0103','',[rfReplaceAll]); | ||
1147 | - End; | ||
1148 | - | ||
1149 | - if (intAux = 2) or // Caso haja diferença na comparação de versões com "versoes_agentes.ini"... | ||
1150 | - (v_strLocalVersion ='0000') then // Provavelmente versão muito antiga ou corrompida | ||
1151 | - g_oCacic.killFiles(g_oCacic.getWinDir,'chksis.exe'); | ||
1152 | - End; | ||
1153 | - | ||
1154 | - // Tento detectar o ChkSis.EXE e copio ou faço FTP caso não exista | ||
1155 | - verifyAndGet('chksis.exe', | ||
1156 | - g_oCacic.xmlGetValue('TE_HASH_CHKSIS', v_strCommResponse), | ||
1157 | - g_oCacic.getWinDir); | ||
1158 | - | ||
1159 | - // Tento detectar o ChkSis.INI e crio-o caso necessário | ||
1160 | - If not FileExists(g_oCacic.getWinDir + 'chksis.ini') Then | ||
1161 | - begin | ||
1162 | - g_oCacic.writeDebugLog('Criando '+g_oCacic.getWinDir + 'chksis.ini'); | ||
1163 | - | ||
1164 | - g_oCacic.setValueToFile('Configs','TeWebManagerAddress',g_oCacic.Encrypt( v_TeWebManagerAddress) ,g_oCacic.getWinDir + 'chksis.ini'); | ||
1165 | - g_oCacic.setValueToFile('Configs','TeLocalFolder' ,g_oCacic.Encrypt( v_TeLocalFolder) ,g_oCacic.getWinDir + 'chksis.ini'); | ||
1166 | - g_oCacic.setValueToFile('Configs','TeMainProgramName' ,g_oCacic.Encrypt( g_oCacic.getMainProgramName),g_oCacic.getWinDir + 'chksis.ini'); | ||
1167 | - | ||
1168 | - FileSetAttr ( PChar(g_oCacic.getWinDir + 'chksis.ini'),0); // Retira os atributos do arquivo para evitar o erro FILE ACCESS DENIED em máquinas 2000 | ||
1169 | - end; | ||
1170 | - | ||
1171 | - | ||
1172 | - // Verificação de existência do CacicService.exe | ||
1173 | - g_oCacic.killFiles(g_oCacic.getWinDir,'cacicservice.exe'); | ||
1174 | - If (g_oCacic.isWindowsNTPlataform()) then | ||
1175 | - Begin | ||
1176 | - // Tento detectar o CACICservice.EXE e copio ou faço FTP caso não exista | ||
1177 | - verifyAndGet('cacicservice.exe', | ||
1178 | - g_oCacic.xmlGetValue('TE_HASH_CACICSERVICE', v_strCommResponse), | ||
1179 | - g_oCacic.getWinDir); | ||
1180 | - | ||
1181 | - // O CACICservice usará o arquivo de configurações \Windows\chksis.ini | ||
1182 | - End; | ||
1183 | - | ||
1184 | - strAux := g_oCacic.getLocalFolder + StringReplace(LowerCase(g_oCacic.getMainProgramName) ,'.exe','.inf',[rfReplaceAll]); | ||
1185 | - // Tento detectar o arquivo de configurações/informações do Agente Principal e crio-o caso necessário | ||
1186 | - If not FileExists(strAux) Then | ||
1187 | - begin | ||
1188 | - g_oCacic.writeDebugLog('Criando/Recriando ' + strAux); | ||
1189 | - | ||
1190 | - g_oCacic.setValueToFile('Configs','TeWebManagerAddress',g_oCacic.Encrypt( v_TeWebManagerAddress) , strAux); | ||
1191 | - g_oCacic.setValueToFile('Configs','TeLocalFolder' ,g_oCacic.Encrypt( v_TeLocalFolder) , strAux); | ||
1192 | - g_oCacic.setValueToFile('Configs','TeMainProgramName' ,g_oCacic.Encrypt( g_oCacic.getMainProgramName), strAux); | ||
1193 | - end; | ||
1194 | - | ||
1195 | - // Verifico se existe a pasta "Modulos" | ||
1196 | - v_modulos := ListFileDir(ExtractFilePath(Application.Exename)+'\Modulos\*.exe'); | ||
1197 | - if (v_modulos <> '') then g_oCacic.writeDailyLog('Pasta "Modulos" encontrada..'); | ||
1198 | - | ||
1199 | - // Tento detectar o Agente Principal e copio ou faço FTP caso não exista | ||
1200 | - verifyAndGet(g_oCacic.getMainProgramName, | ||
1201 | - g_oCacic.getMainProgramHash, | ||
1202 | - g_oCacic.getLocalFolder); | ||
1203 | - | ||
1204 | - verifyAndGet('ger_cols.exe', | ||
1205 | - g_oCacic.xmlGetValue('TE_HASH_GER_COLS', v_strCommResponse), | ||
1206 | - g_oCacic.getLocalFolder + 'Modulos'); | ||
1207 | - | ||
1208 | - // Caso exista a pasta "Modulos", copio todos os executáveis para a pasta Cacic\Modulos, exceto o agente principal, ger_cols.exe e chksis.exe | ||
1209 | - if (v_modulos <> '') then | ||
1210 | - Begin | ||
1211 | - v_array_modulos := g_oCacic.explode(v_modulos,'#'); | ||
1212 | - For intAux := 0 To v_array_modulos.count -1 Do | ||
1213 | - Begin | ||
1214 | - if (v_array_modulos[intAux]<> g_oCacic.getMainProgramName) and | ||
1215 | - (v_array_modulos[intAux]<>'ger_cols.exe') and | ||
1216 | - (v_array_modulos[intAux]<>'chksis.exe') then | ||
1217 | - Begin | ||
1218 | - g_oCacic.writeDailyLog('Copiando '+v_array_modulos[intAux]+' de '+ExtractFilePath(Application.Exename)+'Modulos\'); | ||
1219 | - CopyFile(PChar(ExtractFilePath(Application.Exename) + 'Modulos\'+v_array_modulos[intAux]), PChar(g_oCacic.getLocalFolder + 'Modulos\'+v_array_modulos[intAux]),false); | ||
1220 | - FileSetAttr (PChar(g_oCacic.getLocalFolder + 'Modulos\'+v_array_modulos[intAux]),0); // Retira os atributos do arquivo para evitar o erro FILE ACCESS DENIED em máquinas 2000 | ||
1221 | - End; | ||
1222 | - End; | ||
1223 | - End; | ||
1224 | - | ||
1225 | - // ATENÇÃO: | ||
1226 | - // Após testes no Vista, percebí que o firewall nativo interrompia o FTP e truncava o agente com tamanho zero... | ||
1227 | - // A nova tentativa abaixo ajudará a sobrepor o agente truncado e corrompido | ||
1228 | - | ||
1229 | - // Tento detectar (de novo) o ChkSis.EXE e copio ou faço FTP caso não exista | ||
1230 | - verifyAndGet('chksis.exe', | ||
1231 | - g_oCacic.xmlGetValue('TE_HASH_CHKSIS', v_strCommResponse), | ||
1232 | - g_oCacic.getWinDir); | ||
1233 | - | ||
1234 | - // Tento detectar (de novo) o Agente Principal e copio ou faço FTP caso não exista | ||
1235 | - verifyAndGet(g_oCacic.getMainProgramName, | ||
1236 | - g_oCacic.getMainProgramHash, | ||
1237 | - g_oCacic.getLocalFolder); | ||
1238 | - | ||
1239 | - verifyAndGet('ger_cols.exe', | ||
1240 | - g_oCacic.xmlGetValue('TE_HASH_GER_COLS', v_strCommResponse), | ||
1241 | - g_oCacic.getLocalFolder + 'Modulos'); | ||
1242 | - | ||
1243 | - if (g_oCacic.isWindowsNTPlataform) then | ||
1244 | - Begin | ||
1245 | - Try | ||
1246 | - // Acrescento o Ger_Cols e srCacicSrv às exceções do FireWall nativo... | ||
1247 | - | ||
1248 | - {chksis} | ||
1249 | - g_oCacic.writeDebugLog('Inserindo "'+g_oCacic.getWinDir + 'chksis" nas exceções do FireWall!'); | ||
1250 | - g_oCacic.addApplicationToFirewall('chkSIS - Módulo Verificador de Integridade do Sistema CACIC',g_oCacic.getWinDir + 'chksis.exe',true); | ||
1251 | - | ||
1252 | - {ger_cols} | ||
1253 | - g_oCacic.writeDebugLog('Inserindo "'+g_oCacic.getLocalFolder + 'Modulos\ger_cols" nas exceções do FireWall!'); | ||
1254 | - g_oCacic.addApplicationToFirewall('gerCOLS - Módulo Gerente de Coletas do Sistema CACIC',g_oCacic.getLocalFolder+'Modulos\ger_cols.exe',true); | ||
1255 | - | ||
1256 | - {srcacicsrv} | ||
1257 | - g_oCacic.writeDebugLog('Inserindo "'+g_oCacic.getLocalFolder + 'Modulos\srcacicsrv" nas exceções do FireWall!'); | ||
1258 | - g_oCacic.addApplicationToFirewall('srCACICsrv - Módulo Servidor de Suporte Remoto Seguro do Sistema CACIC',g_oCacic.getLocalFolder+'Modulos\srcacicsrv.exe',true); | ||
1259 | - | ||
1260 | - Except | ||
1261 | - End; | ||
1262 | - End; | ||
1263 | - | ||
1264 | - g_oCacic.writeDebugLog('Gravando registros para auto-execução'); | ||
1265 | - | ||
1266 | - // Somente para S.O. NOT NT LIKE | ||
1267 | - if NOT (g_oCacic.isWindowsNTPlataform) then | ||
1268 | - Begin | ||
1269 | - // Crio a chave/valor chksis para autoexecução do ChkSIS, caso não exista esta chave/valor | ||
1270 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\CheckSystemRoutine', g_oCacic.getWinDir + 'chksis.exe'); | ||
1271 | - | ||
1272 | - boolExistsAutoRun := false; | ||
1273 | - if (g_oCacic.getValueRegistryKey('HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\' + StringReplace(LowerCase(g_oCacic.getMainProgramName) ,'.exe','',[rfReplaceAll]) )=g_oCacic.getLocalFolder + g_oCacic.getMainProgramName) then | ||
1274 | - boolExistsAutoRun := true | ||
1275 | - else | ||
1276 | - g_oCacic.setValueRegistryKey('HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\' +StringReplace(LowerCase(g_oCacic.getMainProgramName) ,'.exe','',[rfReplaceAll]) , g_oCacic.getLocalFolder + g_oCacic.getMainProgramName); | ||
1277 | - End; | ||
1278 | - | ||
1279 | - g_oCacic.writeDebugLog('Abrindo Arquivo de Configurações do ChkSis'); | ||
1280 | - | ||
1281 | - g_oCacic.setValueToFile('Configs','TeWebManagerAddress' , g_oCacic.enCrypt(v_TeWebManagerAddress) , g_oCacic.getWinDir + 'chksis.ini'); | ||
1282 | - g_oCacic.setValueToFile('Configs','TeMainProgramName' , g_oCacic.enCrypt(g_oCacic.getMainProgramName) , g_oCacic.getWinDir + 'chksis.ini'); | ||
1283 | - g_oCacic.setValueToFile('Configs','TeMainProgramHash' , g_oCacic.enCrypt(g_oCacic.getMainProgramHash) , g_oCacic.getWinDir + 'chksis.ini'); | ||
1284 | - g_oCacic.setValueToFile('Configs','TeLocalFolder' , g_oCacic.enCrypt(g_oCacic.getLocalFolder) , g_oCacic.getWinDir + 'chksis.ini'); | ||
1285 | - g_oCacic.setValueToFile('Configs','TeServiceProgramHash' , g_oCacic.enCrypt(g_oCacic.xmlGetValue('TE_HASH_CACICSERVICE', v_strCommResponse)), g_oCacic.getWinDir + 'chksis.ini'); | ||
1286 | - | ||
1287 | - // Igualo as chaves TeWebManagerAddress dos arquivos chksis.ini e <agente principal>.ini! | ||
1288 | - | ||
1289 | - g_oCacic.writeDebugLog('Abrindo Arquivo de Configurações do Agente Principal'); | ||
1290 | - | ||
1291 | - g_oCacic.setValueToFile('Configs','TeWebManagerAddress' , g_oCacic.enCrypt(v_TeWebManagerAddress) , g_oCacic.getLocalFolder + StringReplace(LowerCase(g_oCacic.getMainProgramName) ,'.exe','.inf',[rfReplaceAll])); | ||
1292 | - g_oCacic.setValueToFile('Configs','TeMainProgramName' , g_oCacic.enCrypt(g_oCacic.getMainProgramName) , g_oCacic.getLocalFolder + StringReplace(LowerCase(g_oCacic.getMainProgramName) ,'.exe','.inf',[rfReplaceAll])); | ||
1293 | - g_oCacic.setValueToFile('Configs','TeMainProgramHash' , g_oCacic.enCrypt(g_oCacic.getMainProgramHash) , g_oCacic.getLocalFolder + StringReplace(LowerCase(g_oCacic.getMainProgramName) ,'.exe','.inf',[rfReplaceAll])); | ||
1294 | - g_oCacic.setValueToFile('Configs','TeLocalFolder' , g_oCacic.enCrypt(g_oCacic.getLocalFolder) , g_oCacic.getLocalFolder + StringReplace(LowerCase(g_oCacic.getMainProgramName) ,'.exe','.inf',[rfReplaceAll])); | ||
1295 | - g_oCacic.setValueToFile('Configs','TeServiceProgramHash' , g_oCacic.enCrypt(g_oCacic.xmlGetValue('TE_HASH_CACICSERVICE', v_strCommResponse)) , g_oCacic.getLocalFolder + StringReplace(LowerCase(g_oCacic.getMainProgramName) ,'.exe','.inf',[rfReplaceAll])); | ||
1296 | - | ||
1297 | - g_oCacic.writeDebugLog('Resgatando informações para identificação de alteração do agente CACIC3'); | ||
1298 | - // Pego as informações de dia/mês/ano/horas/minutos/segundos/milésimos que identificam os agentes | ||
1299 | - strAux := g_oCacic.getLocalFolder + g_oCacic.getMainProgramName; | ||
1300 | - strDateTimeMainProgram_END := FormatDateTime('ddmmyyyyhhnnsszzz', g_oCacic.getFolderDate(strAux)); | ||
1301 | - g_oCacic.writeDebugLog('Inicial => "' + strDateTimeMainProgram_BEGIN + '" Final => "' + strDateTimeMainProgram_END + '"'); | ||
1302 | - | ||
1303 | - g_oCacic.writeDebugLog('Resgatando informações para identificação de alteração do agente GER_COLS'); | ||
1304 | - strAux := g_oCacic.getLocalFolder + 'Modulos\ger_cols.exe'; | ||
1305 | - strDateTimeGERCOLS_END := FormatDateTime('ddmmyyyyhhnnsszzz', g_oCacic.getFolderDate(strAux)); | ||
1306 | - g_oCacic.writeDebugLog('Inicial => "' + strDateTimeGERCOLS_BEGIN + '" Final => "' + strDateTimeGERCOLS_END + '"'); | ||
1307 | - | ||
1308 | - // Caso o Cacic tenha sido baixado executo-o com parâmetro de configuração de servidor | ||
1309 | - if ((strDateTimeMainProgram_BEGIN <> strDateTimeMainProgram_END) OR | ||
1310 | - (strDateTimeGERCOLS_BEGIN <> strDateTimeGERCOLS_END)) then | ||
1311 | - Begin | ||
1312 | - v_te_texto_janela_instalacao := v_TeProcessInformations; | ||
1313 | - | ||
1314 | - if (g_oCacic.getValueRegistryKey('HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\' + StringReplace(LowerCase(g_oCacic.getMainProgramName),'.exe','',[rfReplaceAll]) )=g_oCacic.getLocalFolder + g_oCacic.getMainProgramName) and | ||
1315 | - (not g_oCacic.isWindowsNTPlataform()) or | ||
1316 | - (g_oCacic.isWindowsNTPlataform()) and | ||
1317 | - not boolCommandLine then | ||
1318 | - configs.memoProgress.Lines.Add('Sistema CACIC - '+v_TeSuccessPhrase) | ||
1319 | - else | ||
1320 | - Begin | ||
1321 | - if not boolCommandLine then | ||
1322 | - Configs.memoProgress.Lines.Add('Sistema CACIC - '+v_TeInsuccessPhrase); | ||
1323 | - ComunicaInsucesso('1'); // O indicador "1" sinalizará que não foi devido a privilégio na estação | ||
1324 | - End; | ||
1325 | - End | ||
1326 | - else | ||
1327 | - g_oCacic.writeDailyLog('ATENÇÃO: Instalação NÃO REALIZADA ou ATUALIZAÇÃO DESNECESSÁRIA!'); | ||
1328 | - | ||
1329 | - if Posso_Rodar_CACIC or | ||
1330 | - not boolExistsAutoRun or | ||
1331 | - (strDateTimeMainProgram_BEGIN <> strDateTimeMainProgram_END) then | ||
1332 | - Begin | ||
1333 | - // Se não for plataforma NT executo o agente principal | ||
1334 | - if not (g_oCacic.isWindowsNTPlataform()) then | ||
1335 | - Begin | ||
1336 | - g_oCacic.writeDebugLog('Executando '+g_oCacic.getLocalFolder + g_oCacic.getMainProgramName + ' /TeWebManagerAddress=' + v_TeWebManagerAddress); | ||
1337 | - if (strDateTimeMainProgram_BEGIN <> strDateTimeMainProgram_END) then | ||
1338 | - g_oCacic.createOneProcess(g_oCacic.getLocalFolder + g_oCacic.getMainProgramName + ' /TeWebManagerAddress=' + v_TeWebManagerAddress+ ' /execute', false) | ||
1339 | - else | ||
1340 | - g_oCacic.createOneProcess(g_oCacic.getLocalFolder + g_oCacic.getMainProgramName + ' /TeWebManagerAddress=' + v_TeWebManagerAddress , false); | ||
1341 | - End | ||
1342 | - else | ||
1343 | - Begin | ||
1344 | - | ||
1345 | - {*** 1 = SERVICE_STOPPED ***} | ||
1346 | - {*** 2 = SERVICE_START_PENDING ***} | ||
1347 | - {*** 3 = SERVICE_STOP_PENDING ***} | ||
1348 | - {*** 4 = SERVICE_RUNNING ***} | ||
1349 | - {*** 5 = SERVICE_CONTINUE_PENDING ***} | ||
1350 | - {*** 6 = SERVICE_PAUSE_PENDING ***} | ||
1351 | - {*** 7 = SERVICE_PAUSED ***} | ||
1352 | - | ||
1353 | - // Verifico se o serviço está instalado/rodando,etc. | ||
1354 | - wordServiceStatus := ServiceGetStatus(nil,'CacicSustainService'); | ||
1355 | - if (wordServiceStatus = 0) then | ||
1356 | - Begin | ||
1357 | - // Instalo e Habilito o serviço | ||
1358 | - g_oCacic.writeDailyLog('Instalando o CACICservice...'); | ||
1359 | - g_oCacic.createOneProcess(g_oCacic.getWinDir + 'cacicservice.exe /install /silent',true); | ||
1360 | - g_oCacic.createOneProcess(g_oCacic.getLocalFolder + g_oCacic.getMainProgramName + ' /TeWebManagerAddress=' + v_TeWebManagerAddress+ ' /execute', false) | ||
1361 | - End | ||
1362 | - else if (wordServiceStatus < 4) then | ||
1363 | - Begin | ||
1364 | - g_oCacic.writeDailyLog('Iniciando o CACICservice'); | ||
1365 | - g_oCacic.createOneProcess(g_oCacic.getWinDir + 'cacicservice.exe -start', true); | ||
1366 | - End | ||
1367 | - else if (wordServiceStatus > 4) then | ||
1368 | - Begin | ||
1369 | - g_oCacic.writeDailyLog('Continuando o CACICservice'); | ||
1370 | - g_oCacic.createOneProcess(g_oCacic.getWinDir + 'cacicservice.exe -continue', true); | ||
1371 | - End | ||
1372 | - else | ||
1373 | - g_oCacic.writeDailyLog('Não instalei/iniciei o CACICservice. Já está rodando...'); | ||
1374 | - End; | ||
1375 | - | ||
1376 | - if Posso_Rodar_CACIC and not boolCommandLine then | ||
1377 | - MessageDLG(#13#10+'ATENÇÃO! É recomendável a reinicialização do sistema para início de ações do CACIC.',mtInformation,[mbOK],0); | ||
1378 | - | ||
1379 | - End | ||
1380 | - else | ||
1381 | - g_oCacic.writeDebugLog('Chave de Auto-Execução já existente ou Execução já iniciada...'); | ||
1382 | - End | ||
1383 | - else | ||
1384 | - Begin // Se NT/2000/XP/... | ||
1385 | - if (v_InShowProcessInformations = 'S') and not boolCommandLine then | ||
1386 | - MessageDLG(#13#10+'ATENÇÃO! Essa aplicação requer execução com nível administrativo.',mtError,[mbOK],0); | ||
1387 | - g_oCacic.writeDailyLog('Sem Privilégios: Necessário ser administrador "local" da estação'); | ||
1388 | - ComunicaInsucesso('0'); // O indicador "0" (zero) sinalizará falta de privilégio na estação | ||
1389 | - End; | ||
1390 | - Except | ||
1391 | - g_oCacic.writeDailyLog('Falha na Instalação/Atualização'); | ||
1392 | - End; | ||
1393 | - | ||
1394 | - try | ||
1395 | - g_oCacic.Free; | ||
1396 | - except | ||
1397 | - end; | ||
1398 | - | ||
1399 | - Application.Terminate; | ||
1400 | -end; | ||
1401 | - | ||
1402 | -function ServiceRunning(sMachine, sService: PChar): Boolean; | ||
1403 | -begin | ||
1404 | - Result := SERVICE_RUNNING = ServiceGetStatus(sMachine, sService); | ||
1405 | -end; | ||
1406 | - | ||
1407 | -function ServiceStopped(sMachine, sService: PChar): Boolean; | ||
1408 | -begin | ||
1409 | - Result := SERVICE_STOPPED = ServiceGetStatus(sMachine, sService); | ||
1410 | -end; | ||
1411 | - | ||
1412 | -function FindWindowByTitle(WindowTitle: string): Hwnd; | ||
1413 | -var | ||
1414 | - NextHandle: Hwnd; | ||
1415 | - NextTitle: array[0..260] of char; | ||
1416 | -begin | ||
1417 | - // Get the first window | ||
1418 | - NextHandle := GetWindow(Application.Handle, GW_HWNDFIRST); | ||
1419 | - while NextHandle > 0 do | ||
1420 | - begin | ||
1421 | - // retrieve its text | ||
1422 | - GetWindowText(NextHandle, NextTitle, 255); | ||
1423 | - | ||
1424 | - if (trim(StrPas(NextTitle))<> '') and (Pos(strlower(pchar(WindowTitle)), strlower(PChar(StrPas(NextTitle)))) <> 0) then | ||
1425 | - begin | ||
1426 | - Result := NextHandle; | ||
1427 | - Exit; | ||
1428 | - end | ||
1429 | - else | ||
1430 | - // Get the next window | ||
1431 | - NextHandle := GetWindow(NextHandle, GW_HWNDNEXT); | ||
1432 | - end; | ||
1433 | - Result := 0; | ||
1434 | -end; | ||
1435 | - | ||
1436 | -procedure TfrmChkCACIC.FormCreate(Sender: TObject); | ||
1437 | -begin | ||
1438 | - Application.ShowMainForm := false; | ||
1439 | - tstringlistRequest_Config := TStringList.Create; | ||
1440 | - tstringstreamResponse_Config := TStringStream.Create(''); | ||
1441 | - | ||
1442 | - chkcacic; | ||
1443 | - | ||
1444 | - Application.Terminate; | ||
1445 | -end; | ||
1446 | - | ||
1447 | -procedure TfrmChkCACIC.FS_SetSecurity(p_Target : String); | ||
1448 | -var intAux : integer; | ||
1449 | - v_FS_Security : TNTFileSecurity; | ||
1450 | -begin | ||
1451 | - v_FS_Security := TNTFileSecurity.Create(nil); | ||
1452 | - v_FS_Security.FileName := ''; | ||
1453 | - v_FS_Security.FileName := p_Target; | ||
1454 | - v_FS_Security.RefreshSecurity; | ||
1455 | - | ||
1456 | - if (v_FS_Security.FileSystemName='NTFS')then | ||
1457 | - Begin | ||
1458 | - for intAux := 0 to Pred(v_FS_Security.EntryCount) do | ||
1459 | - begin | ||
1460 | - case v_FS_Security.EntryType[intAux] of seAlias, seDomain, seGroup : | ||
1461 | - Begin // If local group, alias or user... | ||
1462 | - v_FS_Security.FileRights[intAux] := [faAll]; | ||
1463 | - v_FS_Security.DirectoryRights[intAux] := [faAll]; | ||
1464 | - g_oCacic.writeDebugLog(p_Target + ' [Full Access] >> '+v_FS_Security.EntryName[intAux]); | ||
1465 | - //Setting total access on p_Target to local groups. | ||
1466 | - End; | ||
1467 | - End; | ||
1468 | - end; | ||
1469 | - | ||
1470 | - // Atribui permissão total aos grupos locais | ||
1471 | - // Set total permissions to local groups | ||
1472 | - v_FS_Security.SetSecurity; | ||
1473 | - end | ||
1474 | - else | ||
1475 | - g_oCacic.writeDailyLog('File System: "' + v_FS_Security.FileSystemName+'" - Ok!'); | ||
1476 | - | ||
1477 | - v_FS_Security.Free; | ||
1478 | -end; | ||
1479 | -end. |
chksis/chksis.cfg
@@ -1,44 +0,0 @@ | @@ -1,44 +0,0 @@ | ||
1 | --$A8 | ||
2 | --$B- | ||
3 | --$C+ | ||
4 | --$D+ | ||
5 | --$E- | ||
6 | --$F- | ||
7 | --$G+ | ||
8 | --$H+ | ||
9 | --$I+ | ||
10 | --$J- | ||
11 | --$K- | ||
12 | --$L+ | ||
13 | --$M- | ||
14 | --$N+ | ||
15 | --$O+ | ||
16 | --$P+ | ||
17 | --$Q- | ||
18 | --$R- | ||
19 | --$S- | ||
20 | --$T- | ||
21 | --$U- | ||
22 | --$V+ | ||
23 | --$W- | ||
24 | --$X+ | ||
25 | --$YD | ||
26 | --$Z1 | ||
27 | --GD | ||
28 | --cg | ||
29 | --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; | ||
30 | --H+ | ||
31 | --W+ | ||
32 | --M | ||
33 | --$M16384,1048576 | ||
34 | --K$00400000 | ||
35 | --E"C:\agentes_Windows_BINARIOS" | ||
36 | --LE"c:\program files (x86)\borland\delphi7\Projects\Bpl" | ||
37 | --LN"c:\program files (x86)\borland\delphi7\Projects\Bpl" | ||
38 | --U"C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib\;C:\agentes_Windows;C:\vendors_lib\MagWMI" | ||
39 | --O"C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib\;C:\agentes_Windows;C:\vendors_lib\MagWMI" | ||
40 | --I"C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib\;C:\agentes_Windows;C:\vendors_lib\MagWMI" | ||
41 | --R"C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib\;C:\agentes_Windows;C:\vendors_lib\MagWMI" | ||
42 | --w-UNSAFE_TYPE | ||
43 | --w-UNSAFE_CODE | ||
44 | --w-UNSAFE_CAST |
chksis/chksis.dproj
1 | -<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
2 | <PropertyGroup> | 3 | <PropertyGroup> |
3 | <ProjectGuid>{47208bdf-1cc5-4d10-943a-f45317ab5eb7}</ProjectGuid> | 4 | <ProjectGuid>{47208bdf-1cc5-4d10-943a-f45317ab5eb7}</ProjectGuid> |
4 | <MainSource>chksis.dpr</MainSource> | 5 | <MainSource>chksis.dpr</MainSource> |
5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> | 8 | <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> |
8 | - <DCC_DependencyCheckOutputName>..\chksis.exe</DCC_DependencyCheckOutputName> | 9 | + <DCC_DependencyCheckOutputName>..\..\Agentes_Windows_BINARIOS\chksis.exe</DCC_DependencyCheckOutputName> |
9 | </PropertyGroup> | 10 | </PropertyGroup> |
10 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 11 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
11 | <Version>7.0</Version> | 12 | <Version>7.0</Version> |
@@ -21,64 +22,23 @@ | @@ -21,64 +22,23 @@ | ||
21 | </PropertyGroup> | 22 | </PropertyGroup> |
22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 23 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
23 | <Version>7.0</Version> | 24 | <Version>7.0</Version> |
24 | - <DCC_ExeOutput>..\</DCC_ExeOutput> | ||
25 | - <DCC_UnitSearchPath>C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7</DCC_UnitSearchPath> | ||
26 | - <DCC_ResourcePath>C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7</DCC_ResourcePath> | ||
27 | - <DCC_ObjPath>C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7</DCC_ObjPath> | ||
28 | - <DCC_IncludePath>C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\CriptografiaDCP;C:\Arquivos de programas\Borland\Delphi7\Comps_CACIC\Mitec\v1010_Delphi7</DCC_IncludePath> | 25 | + <DCC_ExeOutput>C:\devel\cacic\Agentes_Windows_BINARIOS</DCC_ExeOutput> |
29 | <DCC_Define>DEBUG</DCC_Define> | 26 | <DCC_Define>DEBUG</DCC_Define> |
30 | </PropertyGroup> | 27 | </PropertyGroup> |
31 | <ProjectExtensions> | 28 | <ProjectExtensions> |
32 | <Borland.Personality>Delphi.Personality</Borland.Personality> | 29 | <Borland.Personality>Delphi.Personality</Borland.Personality> |
33 | <Borland.ProjectType>VCLApplication</Borland.ProjectType> | 30 | <Borland.ProjectType>VCLApplication</Borland.ProjectType> |
34 | <BorlandProject> | 31 | <BorlandProject> |
35 | -<BorlandProject xmlns=""> <Delphi.Personality> <Parameters> | ||
36 | - <Parameters Name="DebugSourceDirs">C:\Arquivos de programas\Borland\Delphi7\Mitec\D7</Parameters> | ||
37 | - <Parameters Name="UseLauncher">False</Parameters> | ||
38 | - <Parameters Name="LoadAllSymbols">True</Parameters> | ||
39 | - <Parameters Name="LoadUnspecifiedSymbols">False</Parameters> | ||
40 | - </Parameters> | ||
41 | - <Language> | ||
42 | - <Language Name="RootDir">C:\Arquivos de programas\Borland\Delphi7\Bin\</Language> | ||
43 | - </Language> | ||
44 | - <VersionInfo> | ||
45 | - <VersionInfo Name="IncludeVerInfo">True</VersionInfo> | ||
46 | - <VersionInfo Name="AutoIncBuild">False</VersionInfo> | ||
47 | - <VersionInfo Name="MajorVer">2</VersionInfo> | ||
48 | - <VersionInfo Name="MinorVer">6</VersionInfo> | ||
49 | - <VersionInfo Name="Release">0</VersionInfo> | ||
50 | - <VersionInfo Name="Build">0</VersionInfo> | ||
51 | - <VersionInfo Name="Debug">False</VersionInfo> | ||
52 | - <VersionInfo Name="PreRelease">False</VersionInfo> | ||
53 | - <VersionInfo Name="Special">False</VersionInfo> | ||
54 | - <VersionInfo Name="Private">False</VersionInfo> | ||
55 | - <VersionInfo Name="DLL">False</VersionInfo> | ||
56 | - <VersionInfo Name="Locale">1046</VersionInfo> | ||
57 | - <VersionInfo Name="CodePage">1252</VersionInfo> | ||
58 | - </VersionInfo> | ||
59 | - <VersionInfoKeys> | ||
60 | - <VersionInfoKeys Name="CompanyName">Dataprev - Emp. de TI da Prev.Social - UDSL/SSLC</VersionInfoKeys> | ||
61 | - <VersionInfoKeys Name="FileDescription">Sistema CACIC - Módulo Verificador de Integridade</VersionInfoKeys> | ||
62 | - <VersionInfoKeys Name="FileVersion">2.5.9.0</VersionInfoKeys> | ||
63 | - <VersionInfoKeys Name="InternalName"></VersionInfoKeys> | ||
64 | - <VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys> | ||
65 | - <VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys> | ||
66 | - <VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys> | ||
67 | - <VersionInfoKeys Name="ProductName">ChkSIS</VersionInfoKeys> | ||
68 | - <VersionInfoKeys Name="ProductVersion">2.6.0.0</VersionInfoKeys> | ||
69 | - <VersionInfoKeys Name="Comments">Licença: GNU/LGPL</VersionInfoKeys> | ||
70 | - </VersionInfoKeys> | ||
71 | - <Source> | ||
72 | - <Source Name="MainSource">chksis.dpr</Source> | ||
73 | - </Source> | ||
74 | - </Delphi.Personality> </BorlandProject></BorlandProject> | 32 | +<BorlandProject><Delphi.Personality><Parameters><Parameters Name="DebugSourceDirs">C:\Arquivos de programas\Borland\Delphi7\Mitec\D7</Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Language><Language Name="RootDir">C:\Arquivos de programas\Borland\Delphi7\Bin\</Language></Language><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">2</VersionInfo><VersionInfo Name="MinorVer">8</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">1212</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">1046</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName">Dataprev - Emp. de TI da Prev.Social - URES/SESS</VersionInfoKeys><VersionInfoKeys Name="FileDescription">Sistema CACIC - Módulo Verificador de Integridade</VersionInfoKeys><VersionInfoKeys Name="FileVersion">2.8.0.1212</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName">ChkSIS</VersionInfoKeys><VersionInfoKeys Name="ProductVersion">3.0</VersionInfoKeys><VersionInfoKeys Name="Comments">Licença: GNU/LGPL</VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">chksis.dpr</Source></Source></Delphi.Personality></BorlandProject></BorlandProject> |
75 | </ProjectExtensions> | 33 | </ProjectExtensions> |
76 | - <ItemGroup /> | 34 | + <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" /> |
77 | <ItemGroup> | 35 | <ItemGroup> |
78 | <DelphiCompile Include="chksis.dpr"> | 36 | <DelphiCompile Include="chksis.dpr"> |
79 | <MainSource>MainSource</MainSource> | 37 | <MainSource>MainSource</MainSource> |
80 | </DelphiCompile> | 38 | </DelphiCompile> |
39 | + <DCCReference Include="..\CACIC_Comm.pas" /> | ||
81 | <DCCReference Include="..\CACIC_Library.pas" /> | 40 | <DCCReference Include="..\CACIC_Library.pas" /> |
41 | + <DCCReference Include="..\CACIC_VerifyAndGetModules.pas" /> | ||
42 | + <DCCReference Include="..\CACIC_WMI.pas" /> | ||
82 | </ItemGroup> | 43 | </ItemGroup> |
83 | - <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" /> | ||
84 | </Project> | 44 | </Project> |
85 | \ No newline at end of file | 45 | \ No newline at end of file |
chksis/chksis.drc
@@ -1,756 +0,0 @@ | @@ -1,756 +0,0 @@ | ||
1 | -/* VER150 | ||
2 | - Generated by the Borland Delphi Pascal Compiler | ||
3 | - because -GD or --drc was supplied to the compiler. | ||
4 | - | ||
5 | - This file contains compiler-generated resources that | ||
6 | - were bound to the executable. | ||
7 | - If this file is empty, then no compiler-generated | ||
8 | - resources were bound to the produced executable. | ||
9 | -*/ | ||
10 | - | ||
11 | -#define ExtCtrls_clNameWindowFrame 65152 | ||
12 | -#define ExtCtrls_clNameWindowText 65153 | ||
13 | -#define WinHelpViewer_hNoKeyword 65154 | ||
14 | -#define ExtCtrls_clNameDefault 65168 | ||
15 | -#define ExtCtrls_clNameGrayText 65169 | ||
16 | -#define ExtCtrls_clNameHighlight 65170 | ||
17 | -#define ExtCtrls_clNameHighlightText 65171 | ||
18 | -#define ExtCtrls_clNameInactiveBorder 65172 | ||
19 | -#define ExtCtrls_clNameInactiveCaption 65173 | ||
20 | -#define ExtCtrls_clNameInactiveCaptionText 65174 | ||
21 | -#define ExtCtrls_clNameInfoBk 65175 | ||
22 | -#define ExtCtrls_clNameInfoText 65176 | ||
23 | -#define ExtCtrls_clNameMenu 65177 | ||
24 | -#define ExtCtrls_clNameMenuText 65178 | ||
25 | -#define ExtCtrls_clNameNone 65179 | ||
26 | -#define ExtCtrls_clNameScrollBar 65180 | ||
27 | -#define ExtCtrls_clName3DDkShadow 65181 | ||
28 | -#define ExtCtrls_clName3DLight 65182 | ||
29 | -#define ExtCtrls_clNameWindow 65183 | ||
30 | -#define ExtCtrls_clNameFuchsia 65184 | ||
31 | -#define ExtCtrls_clNameAqua 65185 | ||
32 | -#define ExtCtrls_clNameWhite 65186 | ||
33 | -#define ExtCtrls_clNameMoneyGreen 65187 | ||
34 | -#define ExtCtrls_clNameSkyBlue 65188 | ||
35 | -#define ExtCtrls_clNameCream 65189 | ||
36 | -#define ExtCtrls_clNameMedGray 65190 | ||
37 | -#define ExtCtrls_clNameActiveBorder 65191 | ||
38 | -#define ExtCtrls_clNameActiveCaption 65192 | ||
39 | -#define ExtCtrls_clNameAppWorkSpace 65193 | ||
40 | -#define ExtCtrls_clNameBackground 65194 | ||
41 | -#define ExtCtrls_clNameBtnFace 65195 | ||
42 | -#define ExtCtrls_clNameBtnHighlight 65196 | ||
43 | -#define ExtCtrls_clNameBtnShadow 65197 | ||
44 | -#define ExtCtrls_clNameBtnText 65198 | ||
45 | -#define ExtCtrls_clNameCaptionText 65199 | ||
46 | -#define HelpIntfs_hNothingFound 65200 | ||
47 | -#define HelpIntfs_hNoContext 65201 | ||
48 | -#define HelpIntfs_hNoTopics 65202 | ||
49 | -#define ExtCtrls_clNameBlack 65203 | ||
50 | -#define ExtCtrls_clNameMaroon 65204 | ||
51 | -#define ExtCtrls_clNameGreen 65205 | ||
52 | -#define ExtCtrls_clNameOlive 65206 | ||
53 | -#define ExtCtrls_clNameNavy 65207 | ||
54 | -#define ExtCtrls_clNamePurple 65208 | ||
55 | -#define ExtCtrls_clNameTeal 65209 | ||
56 | -#define ExtCtrls_clNameGray 65210 | ||
57 | -#define ExtCtrls_clNameSilver 65211 | ||
58 | -#define ExtCtrls_clNameRed 65212 | ||
59 | -#define ExtCtrls_clNameLime 65213 | ||
60 | -#define ExtCtrls_clNameYellow 65214 | ||
61 | -#define ExtCtrls_clNameBlue 65215 | ||
62 | -#define Consts_SmkcUp 65216 | ||
63 | -#define Consts_SmkcRight 65217 | ||
64 | -#define Consts_SmkcDown 65218 | ||
65 | -#define Consts_SmkcIns 65219 | ||
66 | -#define Consts_SmkcDel 65220 | ||
67 | -#define Consts_SmkcShift 65221 | ||
68 | -#define Consts_SmkcCtrl 65222 | ||
69 | -#define Consts_SmkcAlt 65223 | ||
70 | -#define Consts_SIconToClipboard 65224 | ||
71 | -#define Consts_SDuplicateMenus 65225 | ||
72 | -#define Consts_SDockedCtlNeedsName 65226 | ||
73 | -#define Consts_SDockTreeRemoveError 65227 | ||
74 | -#define Consts_SDockZoneNotFound 65228 | ||
75 | -#define Consts_SDockZoneHasNoCtl 65229 | ||
76 | -#define OleConst_sNoRunningObject 65230 | ||
77 | -#define HelpIntfs_hNoTableOfContents 65231 | ||
78 | -#define Consts_SMsgDlgAbort 65232 | ||
79 | -#define Consts_SMsgDlgRetry 65233 | ||
80 | -#define Consts_SMsgDlgIgnore 65234 | ||
81 | -#define Consts_SMsgDlgAll 65235 | ||
82 | -#define Consts_SMsgDlgNoToAll 65236 | ||
83 | -#define Consts_SMsgDlgYesToAll 65237 | ||
84 | -#define Consts_SmkcBkSp 65238 | ||
85 | -#define Consts_SmkcTab 65239 | ||
86 | -#define Consts_SmkcEsc 65240 | ||
87 | -#define Consts_SmkcEnter 65241 | ||
88 | -#define Consts_SmkcSpace 65242 | ||
89 | -#define Consts_SmkcPgUp 65243 | ||
90 | -#define Consts_SmkcPgDn 65244 | ||
91 | -#define Consts_SmkcEnd 65245 | ||
92 | -#define Consts_SmkcHome 65246 | ||
93 | -#define Consts_SmkcLeft 65247 | ||
94 | -#define Consts_SHelpButton 65248 | ||
95 | -#define Consts_SCloseButton 65249 | ||
96 | -#define Consts_SIgnoreButton 65250 | ||
97 | -#define Consts_SRetryButton 65251 | ||
98 | -#define Consts_SAbortButton 65252 | ||
99 | -#define Consts_SAllButton 65253 | ||
100 | -#define Consts_SCannotDragForm 65254 | ||
101 | -#define Consts_SMsgDlgWarning 65255 | ||
102 | -#define Consts_SMsgDlgError 65256 | ||
103 | -#define Consts_SMsgDlgInformation 65257 | ||
104 | -#define Consts_SMsgDlgConfirm 65258 | ||
105 | -#define Consts_SMsgDlgYes 65259 | ||
106 | -#define Consts_SMsgDlgNo 65260 | ||
107 | -#define Consts_SMsgDlgOK 65261 | ||
108 | -#define Consts_SMsgDlgCancel 65262 | ||
109 | -#define Consts_SMsgDlgHelp 65263 | ||
110 | -#define Consts_SCannotFocus 65264 | ||
111 | -#define Consts_SParentRequired 65265 | ||
112 | -#define Consts_SMDIChildNotVisible 65266 | ||
113 | -#define Consts_SVisibleChanged 65267 | ||
114 | -#define Consts_SCannotShowModal 65268 | ||
115 | -#define Consts_SMenuIndexError 65269 | ||
116 | -#define Consts_SMenuReinserted 65270 | ||
117 | -#define Consts_SMenuNotFound 65271 | ||
118 | -#define Consts_SNoTimers 65272 | ||
119 | -#define Consts_SGroupIndexTooLow 65273 | ||
120 | -#define Consts_SNoMDIForm 65274 | ||
121 | -#define Consts_SControlParentSetToSelf 65275 | ||
122 | -#define Consts_SOKButton 65276 | ||
123 | -#define Consts_SCancelButton 65277 | ||
124 | -#define Consts_SYesButton 65278 | ||
125 | -#define Consts_SNoButton 65279 | ||
126 | -#define IdResourceStrings_RSUnevenSizeInEncodeStream 65280 | ||
127 | -#define IdResourceStrings_RSURINoProto 65281 | ||
128 | -#define IdResourceStrings_RSURINoHost 65282 | ||
129 | -#define Consts_SInvalidBitmap 65283 | ||
130 | -#define Consts_SInvalidIcon 65284 | ||
131 | -#define Consts_SChangeIconSize 65285 | ||
132 | -#define Consts_SUnknownClipboardFormat 65286 | ||
133 | -#define Consts_SOutOfResources 65287 | ||
134 | -#define Consts_SNoCanvasHandle 65288 | ||
135 | -#define Consts_SInvalidImageSize 65289 | ||
136 | -#define Consts_SInvalidImageList 65290 | ||
137 | -#define Consts_SImageIndexError 65291 | ||
138 | -#define Consts_SImageReadFail 65292 | ||
139 | -#define Consts_SImageWriteFail 65293 | ||
140 | -#define Consts_SWindowDCError 65294 | ||
141 | -#define Consts_SWindowClass 65295 | ||
142 | -#define IdResourceStrings_RSSocksServerCommandError 65296 | ||
143 | -#define IdResourceStrings_RSSocksServerAddressError 65297 | ||
144 | -#define IdResourceStrings_RSDestinationFileAlreadyExists 65298 | ||
145 | -#define IdResourceStrings_RSSSLAcceptError 65299 | ||
146 | -#define IdResourceStrings_RSSSLConnectError 65300 | ||
147 | -#define IdResourceStrings_RSSSLSettingCipherError 65301 | ||
148 | -#define IdResourceStrings_RSSSLCreatingContextError 65302 | ||
149 | -#define IdResourceStrings_RSSSLLoadingRootCertError 65303 | ||
150 | -#define IdResourceStrings_RSSSLLoadingCertError 65304 | ||
151 | -#define IdResourceStrings_RSSSLLoadingKeyError 65305 | ||
152 | -#define IdResourceStrings_RSSSLGetMethodError 65306 | ||
153 | -#define IdResourceStrings_RSSSLDataBindingError 65307 | ||
154 | -#define IdResourceStrings_RSOSSLModeNotSet 65308 | ||
155 | -#define IdResourceStrings_RSOSSLCouldNotLoadSSLLibrary 65309 | ||
156 | -#define IdResourceStrings_RSOSSLStatusString 65310 | ||
157 | -#define IdResourceStrings_RSUnevenSizeInDecodeStream 65311 | ||
158 | -#define IdResourceStrings_RSStackEHOSTUNREACH 65312 | ||
159 | -#define IdResourceStrings_RSStackENOTEMPTY 65313 | ||
160 | -#define IdResourceStrings_RSStackHOST_NOT_FOUND 65314 | ||
161 | -#define IdResourceStrings_RSSocksRequestFailed 65315 | ||
162 | -#define IdResourceStrings_RSSocksRequestServerFailed 65316 | ||
163 | -#define IdResourceStrings_RSSocksRequestIdentFailed 65317 | ||
164 | -#define IdResourceStrings_RSSocksUnknownError 65318 | ||
165 | -#define IdResourceStrings_RSSocksServerRespondError 65319 | ||
166 | -#define IdResourceStrings_RSSocksAuthMethodError 65320 | ||
167 | -#define IdResourceStrings_RSSocksAuthError 65321 | ||
168 | -#define IdResourceStrings_RSSocksServerGeneralError 65322 | ||
169 | -#define IdResourceStrings_RSSocksServerPermissionError 65323 | ||
170 | -#define IdResourceStrings_RSSocksServerNetUnreachableError 65324 | ||
171 | -#define IdResourceStrings_RSSocksServerHostUnreachableError 65325 | ||
172 | -#define IdResourceStrings_RSSocksServerConnectionRefusedError 65326 | ||
173 | -#define IdResourceStrings_RSSocksServerTTLExpiredError 65327 | ||
174 | -#define IdResourceStrings_RSStackEADDRNOTAVAIL 65328 | ||
175 | -#define IdResourceStrings_RSStackENETDOWN 65329 | ||
176 | -#define IdResourceStrings_RSStackENETUNREACH 65330 | ||
177 | -#define IdResourceStrings_RSStackENETRESET 65331 | ||
178 | -#define IdResourceStrings_RSStackECONNABORTED 65332 | ||
179 | -#define IdResourceStrings_RSStackECONNRESET 65333 | ||
180 | -#define IdResourceStrings_RSStackENOBUFS 65334 | ||
181 | -#define IdResourceStrings_RSStackEISCONN 65335 | ||
182 | -#define IdResourceStrings_RSStackENOTCONN 65336 | ||
183 | -#define IdResourceStrings_RSStackESHUTDOWN 65337 | ||
184 | -#define IdResourceStrings_RSStackETOOMANYREFS 65338 | ||
185 | -#define IdResourceStrings_RSStackETIMEDOUT 65339 | ||
186 | -#define IdResourceStrings_RSStackECONNREFUSED 65340 | ||
187 | -#define IdResourceStrings_RSStackELOOP 65341 | ||
188 | -#define IdResourceStrings_RSStackENAMETOOLONG 65342 | ||
189 | -#define IdResourceStrings_RSStackEHOSTDOWN 65343 | ||
190 | -#define IdResourceStrings_RSStackEINVAL 65344 | ||
191 | -#define IdResourceStrings_RSStackEMFILE 65345 | ||
192 | -#define IdResourceStrings_RSStackEWOULDBLOCK 65346 | ||
193 | -#define IdResourceStrings_RSStackEINPROGRESS 65347 | ||
194 | -#define IdResourceStrings_RSStackEALREADY 65348 | ||
195 | -#define IdResourceStrings_RSStackENOTSOCK 65349 | ||
196 | -#define IdResourceStrings_RSStackEDESTADDRREQ 65350 | ||
197 | -#define IdResourceStrings_RSStackEMSGSIZE 65351 | ||
198 | -#define IdResourceStrings_RSStackEPROTOTYPE 65352 | ||
199 | -#define IdResourceStrings_RSStackENOPROTOOPT 65353 | ||
200 | -#define IdResourceStrings_RSStackEPROTONOSUPPORT 65354 | ||
201 | -#define IdResourceStrings_RSStackESOCKTNOSUPPORT 65355 | ||
202 | -#define IdResourceStrings_RSStackEOPNOTSUPP 65356 | ||
203 | -#define IdResourceStrings_RSStackEPFNOSUPPORT 65357 | ||
204 | -#define IdResourceStrings_RSStackEAFNOSUPPORT 65358 | ||
205 | -#define IdResourceStrings_RSStackEADDRINUSE 65359 | ||
206 | -#define IdResourceStrings_RSStatusText 65360 | ||
207 | -#define IdResourceStrings_RSConnectTimeout 65361 | ||
208 | -#define IdResourceStrings_RSHTTPChunkStarted 65362 | ||
209 | -#define IdResourceStrings_RSHTTPAuthAlreadyRegistered 65363 | ||
210 | -#define IdResourceStrings_RSFTPUnknownHost 65364 | ||
211 | -#define IdResourceStrings_RSInvalidFTPListingFormat 65365 | ||
212 | -#define IdResourceStrings_RSFTPStatusReady 65366 | ||
213 | -#define IdResourceStrings_RSFTPStatusStartTransfer 65367 | ||
214 | -#define IdResourceStrings_RSFTPStatusDoneTransfer 65368 | ||
215 | -#define IdResourceStrings_RSFTPStatusAbortTransfer 65369 | ||
216 | -#define IdResourceStrings_RSInvalidServiceName 65370 | ||
217 | -#define IdResourceStrings_RSStackError 65371 | ||
218 | -#define IdResourceStrings_RSStackEINTR 65372 | ||
219 | -#define IdResourceStrings_RSStackEBADF 65373 | ||
220 | -#define IdResourceStrings_RSStackEACCES 65374 | ||
221 | -#define IdResourceStrings_RSStackEFAULT 65375 | ||
222 | -#define IdResourceStrings_RSFileNotFound 65376 | ||
223 | -#define IdResourceStrings_RSOnlyOneAntiFreeze 65377 | ||
224 | -#define IdResourceStrings_RSIOHandlerPropInvalid 65378 | ||
225 | -#define IdResourceStrings_RSNotConnected 65379 | ||
226 | -#define IdResourceStrings_RSIdNoDataToRead 65380 | ||
227 | -#define IdResourceStrings_RSCanNotBindRange 65381 | ||
228 | -#define IdResourceStrings_RSInvalidPortRange 65382 | ||
229 | -#define IdResourceStrings_RSReadTimeout 65383 | ||
230 | -#define IdResourceStrings_RSReadLnMaxLineLengthExceeded 65384 | ||
231 | -#define IdResourceStrings_RSWS2CallError 65385 | ||
232 | -#define IdResourceStrings_RSWS2LoadError 65386 | ||
233 | -#define IdResourceStrings_RSStatusResolving 65387 | ||
234 | -#define IdResourceStrings_RSStatusConnecting 65388 | ||
235 | -#define IdResourceStrings_RSStatusConnected 65389 | ||
236 | -#define IdResourceStrings_RSStatusDisconnecting 65390 | ||
237 | -#define IdResourceStrings_RSStatusDisconnected 65391 | ||
238 | -#define RTLConsts_SWriteError 65392 | ||
239 | -#define RTLConsts_SThreadCreateError 65393 | ||
240 | -#define RTLConsts_SThreadError 65394 | ||
241 | -#define ComConst_SOleError 65395 | ||
242 | -#define ComConst_SNoMethod 65396 | ||
243 | -#define ComConst_SVarNotObject 65397 | ||
244 | -#define ComConst_STooManyParams 65398 | ||
245 | -#define ComConst_SDCOMNotInstalled 65399 | ||
246 | -#define IdResourceStrings_RSAlreadyConnected 65400 | ||
247 | -#define IdResourceStrings_RSCannotAllocateSocket 65401 | ||
248 | -#define IdResourceStrings_RSConnectionClosedGracefully 65402 | ||
249 | -#define IdResourceStrings_RSCouldNotBindSocket 65403 | ||
250 | -#define IdResourceStrings_RSFailedTimeZoneInfo 65404 | ||
251 | -#define IdResourceStrings_RSNotEnoughDataInBuffer 65405 | ||
252 | -#define IdResourceStrings_RSWinsockInitializationError 65406 | ||
253 | -#define IdResourceStrings_RSSetSizeExceeded 65407 | ||
254 | -#define RTLConsts_SInvalidName 65408 | ||
255 | -#define RTLConsts_SInvalidProperty 65409 | ||
256 | -#define RTLConsts_SInvalidPropertyPath 65410 | ||
257 | -#define RTLConsts_SInvalidPropertyValue 65411 | ||
258 | -#define RTLConsts_SListCapacityError 65412 | ||
259 | -#define RTLConsts_SListCountError 65413 | ||
260 | -#define RTLConsts_SListIndexError 65414 | ||
261 | -#define RTLConsts_SMemoryStreamError 65415 | ||
262 | -#define RTLConsts_SPropertyException 65416 | ||
263 | -#define RTLConsts_SReadError 65417 | ||
264 | -#define RTLConsts_SReadOnlyProperty 65418 | ||
265 | -#define RTLConsts_SResNotFound 65419 | ||
266 | -#define RTLConsts_SSeekNotImplemented 65420 | ||
267 | -#define RTLConsts_SSortedListError 65421 | ||
268 | -#define RTLConsts_SUnknownGroup 65422 | ||
269 | -#define RTLConsts_SUnknownProperty 65423 | ||
270 | -#define SysConst_SLongDayNameSat 65424 | ||
271 | -#define SysConst_SCannotCreateDir 65425 | ||
272 | -#define RTLConsts_SAncestorNotFound 65426 | ||
273 | -#define RTLConsts_SAssignError 65427 | ||
274 | -#define RTLConsts_SBitsIndexError 65428 | ||
275 | -#define RTLConsts_SCantWriteResourceStreamError 65429 | ||
276 | -#define RTLConsts_SCheckSynchronizeError 65430 | ||
277 | -#define RTLConsts_SClassNotFound 65431 | ||
278 | -#define RTLConsts_SDuplicateClass 65432 | ||
279 | -#define RTLConsts_SDuplicateItem 65433 | ||
280 | -#define RTLConsts_SDuplicateName 65434 | ||
281 | -#define RTLConsts_SDuplicateString 65435 | ||
282 | -#define RTLConsts_SFCreateErrorEx 65436 | ||
283 | -#define RTLConsts_SFOpenErrorEx 65437 | ||
284 | -#define RTLConsts_SIniFileWriteError 65438 | ||
285 | -#define RTLConsts_SInvalidImage 65439 | ||
286 | -#define SysConst_SLongMonthNameOct 65440 | ||
287 | -#define SysConst_SLongMonthNameNov 65441 | ||
288 | -#define SysConst_SLongMonthNameDec 65442 | ||
289 | -#define SysConst_SShortDayNameSun 65443 | ||
290 | -#define SysConst_SShortDayNameMon 65444 | ||
291 | -#define SysConst_SShortDayNameTue 65445 | ||
292 | -#define SysConst_SShortDayNameWed 65446 | ||
293 | -#define SysConst_SShortDayNameThu 65447 | ||
294 | -#define SysConst_SShortDayNameFri 65448 | ||
295 | -#define SysConst_SShortDayNameSat 65449 | ||
296 | -#define SysConst_SLongDayNameSun 65450 | ||
297 | -#define SysConst_SLongDayNameMon 65451 | ||
298 | -#define SysConst_SLongDayNameTue 65452 | ||
299 | -#define SysConst_SLongDayNameWed 65453 | ||
300 | -#define SysConst_SLongDayNameThu 65454 | ||
301 | -#define SysConst_SLongDayNameFri 65455 | ||
302 | -#define SysConst_SShortMonthNameJun 65456 | ||
303 | -#define SysConst_SShortMonthNameJul 65457 | ||
304 | -#define SysConst_SShortMonthNameAug 65458 | ||
305 | -#define SysConst_SShortMonthNameSep 65459 | ||
306 | -#define SysConst_SShortMonthNameOct 65460 | ||
307 | -#define SysConst_SShortMonthNameNov 65461 | ||
308 | -#define SysConst_SShortMonthNameDec 65462 | ||
309 | -#define SysConst_SLongMonthNameJan 65463 | ||
310 | -#define SysConst_SLongMonthNameFeb 65464 | ||
311 | -#define SysConst_SLongMonthNameMar 65465 | ||
312 | -#define SysConst_SLongMonthNameApr 65466 | ||
313 | -#define SysConst_SLongMonthNameMay 65467 | ||
314 | -#define SysConst_SLongMonthNameJun 65468 | ||
315 | -#define SysConst_SLongMonthNameJul 65469 | ||
316 | -#define SysConst_SLongMonthNameAug 65470 | ||
317 | -#define SysConst_SLongMonthNameSep 65471 | ||
318 | -#define SysConst_SVarNotImplemented 65472 | ||
319 | -#define SysConst_SVarUnexpected 65473 | ||
320 | -#define SysConst_SExternalException 65474 | ||
321 | -#define SysConst_SAssertionFailed 65475 | ||
322 | -#define SysConst_SIntfCastError 65476 | ||
323 | -#define SysConst_SSafecallException 65477 | ||
324 | -#define SysConst_SAssertError 65478 | ||
325 | -#define SysConst_SAbstractError 65479 | ||
326 | -#define SysConst_SModuleAccessViolation 65480 | ||
327 | -#define SysConst_SOSError 65481 | ||
328 | -#define SysConst_SUnkOSError 65482 | ||
329 | -#define SysConst_SShortMonthNameJan 65483 | ||
330 | -#define SysConst_SShortMonthNameFeb 65484 | ||
331 | -#define SysConst_SShortMonthNameMar 65485 | ||
332 | -#define SysConst_SShortMonthNameApr 65486 | ||
333 | -#define SysConst_SShortMonthNameMay 65487 | ||
334 | -#define SysConst_SInvalidFormat 65488 | ||
335 | -#define SysConst_SArgumentMissing 65489 | ||
336 | -#define SysConst_SDispatchError 65490 | ||
337 | -#define SysConst_SReadAccess 65491 | ||
338 | -#define SysConst_SWriteAccess 65492 | ||
339 | -#define SysConst_SVarArrayCreate 65493 | ||
340 | -#define SysConst_SVarArrayBounds 65494 | ||
341 | -#define SysConst_SVarArrayLocked 65495 | ||
342 | -#define SysConst_SInvalidVarCast 65496 | ||
343 | -#define SysConst_SInvalidVarOp 65497 | ||
344 | -#define SysConst_SInvalidVarOpWithHResultWithPrefix 65498 | ||
345 | -#define SysConst_SVarTypeCouldNotConvert 65499 | ||
346 | -#define SysConst_SVarTypeConvertOverflow 65500 | ||
347 | -#define SysConst_SVarOverflow 65501 | ||
348 | -#define SysConst_SVarInvalid 65502 | ||
349 | -#define SysConst_SVarBadType 65503 | ||
350 | -#define SysConst_SDivByZero 65504 | ||
351 | -#define SysConst_SRangeError 65505 | ||
352 | -#define SysConst_SIntOverflow 65506 | ||
353 | -#define SysConst_SInvalidOp 65507 | ||
354 | -#define SysConst_SZeroDivide 65508 | ||
355 | -#define SysConst_SOverflow 65509 | ||
356 | -#define SysConst_SUnderflow 65510 | ||
357 | -#define SysConst_SInvalidPointer 65511 | ||
358 | -#define SysConst_SInvalidCast 65512 | ||
359 | -#define SysConst_SAccessViolationArg3 65513 | ||
360 | -#define SysConst_SAccessViolationNoArg 65514 | ||
361 | -#define SysConst_SStackOverflow 65515 | ||
362 | -#define SysConst_SControlC 65516 | ||
363 | -#define SysConst_SPrivilege 65517 | ||
364 | -#define SysConst_SException 65518 | ||
365 | -#define SysConst_SExceptTitle 65519 | ||
366 | -#define SysConst_SInvalidInteger 65520 | ||
367 | -#define SysConst_SInvalidFloat 65521 | ||
368 | -#define SysConst_SInvalidDate 65522 | ||
369 | -#define SysConst_SInvalidTime 65523 | ||
370 | -#define SysConst_SInvalidDateTime 65524 | ||
371 | -#define SysConst_STimeEncodeError 65525 | ||
372 | -#define SysConst_SDateEncodeError 65526 | ||
373 | -#define SysConst_SOutOfMemory 65527 | ||
374 | -#define SysConst_SInOutError 65528 | ||
375 | -#define SysConst_SFileNotFound 65529 | ||
376 | -#define SysConst_SInvalidFilename 65530 | ||
377 | -#define SysConst_STooManyOpenFiles 65531 | ||
378 | -#define SysConst_SAccessDenied 65532 | ||
379 | -#define SysConst_SEndOfFile 65533 | ||
380 | -#define SysConst_SDiskFull 65534 | ||
381 | -#define SysConst_SInvalidInput 65535 | ||
382 | -STRINGTABLE | ||
383 | -BEGIN | ||
384 | - ExtCtrls_clNameWindowFrame, "Window Frame" | ||
385 | - ExtCtrls_clNameWindowText, "Window Text" | ||
386 | - WinHelpViewer_hNoKeyword, "No help keyword specified." | ||
387 | - ExtCtrls_clNameDefault, "Default" | ||
388 | - ExtCtrls_clNameGrayText, "Gray Text" | ||
389 | - ExtCtrls_clNameHighlight, "Highlight Background" | ||
390 | - ExtCtrls_clNameHighlightText, "Highlight Text" | ||
391 | - ExtCtrls_clNameInactiveBorder, "Inactive Border" | ||
392 | - ExtCtrls_clNameInactiveCaption, "Inactive Caption" | ||
393 | - ExtCtrls_clNameInactiveCaptionText, "Inactive Caption Text" | ||
394 | - ExtCtrls_clNameInfoBk, "Info Background" | ||
395 | - ExtCtrls_clNameInfoText, "Info Text" | ||
396 | - ExtCtrls_clNameMenu, "Menu Background" | ||
397 | - ExtCtrls_clNameMenuText, "Menu Text" | ||
398 | - ExtCtrls_clNameNone, "None" | ||
399 | - ExtCtrls_clNameScrollBar, "Scroll Bar" | ||
400 | - ExtCtrls_clName3DDkShadow, "3D Dark Shadow" | ||
401 | - ExtCtrls_clName3DLight, "3D Light" | ||
402 | - ExtCtrls_clNameWindow, "Window Background" | ||
403 | - ExtCtrls_clNameFuchsia, "Fuchsia" | ||
404 | - ExtCtrls_clNameAqua, "Aqua" | ||
405 | - ExtCtrls_clNameWhite, "White" | ||
406 | - ExtCtrls_clNameMoneyGreen, "Money Green" | ||
407 | - ExtCtrls_clNameSkyBlue, "Sky Blue" | ||
408 | - ExtCtrls_clNameCream, "Cream" | ||
409 | - ExtCtrls_clNameMedGray, "Medium Gray" | ||
410 | - ExtCtrls_clNameActiveBorder, "Active Border" | ||
411 | - ExtCtrls_clNameActiveCaption, "Active Caption" | ||
412 | - ExtCtrls_clNameAppWorkSpace, "Application Workspace" | ||
413 | - ExtCtrls_clNameBackground, "Background" | ||
414 | - ExtCtrls_clNameBtnFace, "Button Face" | ||
415 | - ExtCtrls_clNameBtnHighlight, "Button Highlight" | ||
416 | - ExtCtrls_clNameBtnShadow, "Button Shadow" | ||
417 | - ExtCtrls_clNameBtnText, "Button Text" | ||
418 | - ExtCtrls_clNameCaptionText, "Caption Text" | ||
419 | - HelpIntfs_hNothingFound, "No help found for %s" | ||
420 | - HelpIntfs_hNoContext, "No context-sensitive help installed" | ||
421 | - HelpIntfs_hNoTopics, "No topic-based help system installed" | ||
422 | - ExtCtrls_clNameBlack, "Black" | ||
423 | - ExtCtrls_clNameMaroon, "Maroon" | ||
424 | - ExtCtrls_clNameGreen, "Green" | ||
425 | - ExtCtrls_clNameOlive, "Olive" | ||
426 | - ExtCtrls_clNameNavy, "Navy" | ||
427 | - ExtCtrls_clNamePurple, "Purple" | ||
428 | - ExtCtrls_clNameTeal, "Teal" | ||
429 | - ExtCtrls_clNameGray, "Gray" | ||
430 | - ExtCtrls_clNameSilver, "Silver" | ||
431 | - ExtCtrls_clNameRed, "Red" | ||
432 | - ExtCtrls_clNameLime, "Lime" | ||
433 | - ExtCtrls_clNameYellow, "Yellow" | ||
434 | - ExtCtrls_clNameBlue, "Blue" | ||
435 | - Consts_SmkcUp, "Up" | ||
436 | - Consts_SmkcRight, "Right" | ||
437 | - Consts_SmkcDown, "Down" | ||
438 | - Consts_SmkcIns, "Ins" | ||
439 | - Consts_SmkcDel, "Del" | ||
440 | - Consts_SmkcShift, "Shift+" | ||
441 | - Consts_SmkcCtrl, "Ctrl+" | ||
442 | - Consts_SmkcAlt, "Alt+" | ||
443 | - Consts_SIconToClipboard, "Clipboard does not support Icons" | ||
444 | - Consts_SDuplicateMenus, "Menu '%s' is already being used by another form" | ||
445 | - Consts_SDockedCtlNeedsName, "Docked control must have a name" | ||
446 | - Consts_SDockTreeRemoveError, "Error removing control from dock tree" | ||
447 | - Consts_SDockZoneNotFound, " - Dock zone not found" | ||
448 | - Consts_SDockZoneHasNoCtl, " - Dock zone has no control" | ||
449 | - OleConst_sNoRunningObject, "Unable to retrieve a pointer to a running object registered with OLE for %s/%s" | ||
450 | - HelpIntfs_hNoTableOfContents, "Unable to find a Table of Contents" | ||
451 | - Consts_SMsgDlgAbort, "&Abort" | ||
452 | - Consts_SMsgDlgRetry, "&Retry" | ||
453 | - Consts_SMsgDlgIgnore, "&Ignore" | ||
454 | - Consts_SMsgDlgAll, "&All" | ||
455 | - Consts_SMsgDlgNoToAll, "N&o to All" | ||
456 | - Consts_SMsgDlgYesToAll, "Yes to &All" | ||
457 | - Consts_SmkcBkSp, "BkSp" | ||
458 | - Consts_SmkcTab, "Tab" | ||
459 | - Consts_SmkcEsc, "Esc" | ||
460 | - Consts_SmkcEnter, "Enter" | ||
461 | - Consts_SmkcSpace, "Space" | ||
462 | - Consts_SmkcPgUp, "PgUp" | ||
463 | - Consts_SmkcPgDn, "PgDn" | ||
464 | - Consts_SmkcEnd, "End" | ||
465 | - Consts_SmkcHome, "Home" | ||
466 | - Consts_SmkcLeft, "Left" | ||
467 | - Consts_SHelpButton, "&Help" | ||
468 | - Consts_SCloseButton, "&Close" | ||
469 | - Consts_SIgnoreButton, "&Ignore" | ||
470 | - Consts_SRetryButton, "&Retry" | ||
471 | - Consts_SAbortButton, "Abort" | ||
472 | - Consts_SAllButton, "&All" | ||
473 | - Consts_SCannotDragForm, "Cannot drag a form" | ||
474 | - Consts_SMsgDlgWarning, "Warning" | ||
475 | - Consts_SMsgDlgError, "Error" | ||
476 | - Consts_SMsgDlgInformation, "Information" | ||
477 | - Consts_SMsgDlgConfirm, "Confirm" | ||
478 | - Consts_SMsgDlgYes, "&Yes" | ||
479 | - Consts_SMsgDlgNo, "&No" | ||
480 | - Consts_SMsgDlgOK, "OK" | ||
481 | - Consts_SMsgDlgCancel, "Cancel" | ||
482 | - Consts_SMsgDlgHelp, "&Help" | ||
483 | - Consts_SCannotFocus, "Cannot focus a disabled or invisible window" | ||
484 | - Consts_SParentRequired, "Control '%s' has no parent window" | ||
485 | - Consts_SMDIChildNotVisible, "Cannot hide an MDI Child Form" | ||
486 | - Consts_SVisibleChanged, "Cannot change Visible in OnShow or OnHide" | ||
487 | - Consts_SCannotShowModal, "Cannot make a visible window modal" | ||
488 | - Consts_SMenuIndexError, "Menu index out of range" | ||
489 | - Consts_SMenuReinserted, "Menu inserted twice" | ||
490 | - Consts_SMenuNotFound, "Sub-menu is not in menu" | ||
491 | - Consts_SNoTimers, "Not enough timers available" | ||
492 | - Consts_SGroupIndexTooLow, "GroupIndex cannot be less than a previous menu item's GroupIndex" | ||
493 | - Consts_SNoMDIForm, "Cannot create form. No MDI forms are currently active" | ||
494 | - Consts_SControlParentSetToSelf, "A control cannot have itself as its parent" | ||
495 | - Consts_SOKButton, "OK" | ||
496 | - Consts_SCancelButton, "Cancel" | ||
497 | - Consts_SYesButton, "&Yes" | ||
498 | - Consts_SNoButton, "&No" | ||
499 | - IdResourceStrings_RSUnevenSizeInEncodeStream, "Uneven size in Encode." | ||
500 | - IdResourceStrings_RSURINoProto, "Protocol field is empty" | ||
501 | - IdResourceStrings_RSURINoHost, "Host field is empty" | ||
502 | - Consts_SInvalidBitmap, "Bitmap image is not valid" | ||
503 | - Consts_SInvalidIcon, "Icon image is not valid" | ||
504 | - Consts_SChangeIconSize, "Cannot change the size of an icon" | ||
505 | - Consts_SUnknownClipboardFormat, "Unsupported clipboard format" | ||
506 | - Consts_SOutOfResources, "Out of system resources" | ||
507 | - Consts_SNoCanvasHandle, "Canvas does not allow drawing" | ||
508 | - Consts_SInvalidImageSize, "Invalid image size" | ||
509 | - Consts_SInvalidImageList, "Invalid ImageList" | ||
510 | - Consts_SImageIndexError, "Invalid ImageList Index" | ||
511 | - Consts_SImageReadFail, "Failed to read ImageList data from stream" | ||
512 | - Consts_SImageWriteFail, "Failed to write ImageList data to stream" | ||
513 | - Consts_SWindowDCError, "Error creating window device context" | ||
514 | - Consts_SWindowClass, "Error creating window class" | ||
515 | - IdResourceStrings_RSSocksServerCommandError, "Command not supported." | ||
516 | - IdResourceStrings_RSSocksServerAddressError, "Address type not supported." | ||
517 | - IdResourceStrings_RSDestinationFileAlreadyExists, "Destination file already exists." | ||
518 | - IdResourceStrings_RSSSLAcceptError, "Error accepting connection with SSL." | ||
519 | - IdResourceStrings_RSSSLConnectError, "Error connecting with SSL." | ||
520 | - IdResourceStrings_RSSSLSettingCipherError, "SetCipher failed." | ||
521 | - IdResourceStrings_RSSSLCreatingContextError, "Error creating SSL context." | ||
522 | - IdResourceStrings_RSSSLLoadingRootCertError, "Could not load root certificate." | ||
523 | - IdResourceStrings_RSSSLLoadingCertError, "Could not load certificate." | ||
524 | - IdResourceStrings_RSSSLLoadingKeyError, "Could not load key, check password." | ||
525 | - IdResourceStrings_RSSSLGetMethodError, "Error geting SSL method." | ||
526 | - IdResourceStrings_RSSSLDataBindingError, "Error binding data to SSL socket." | ||
527 | - IdResourceStrings_RSOSSLModeNotSet, "Mode has not been set." | ||
528 | - IdResourceStrings_RSOSSLCouldNotLoadSSLLibrary, "Could not load SSL library." | ||
529 | - IdResourceStrings_RSOSSLStatusString, "SSL status: \"%s\"" | ||
530 | - IdResourceStrings_RSUnevenSizeInDecodeStream, "Uneven size in DecodeToStream." | ||
531 | - IdResourceStrings_RSStackEHOSTUNREACH, "No route to host." | ||
532 | - IdResourceStrings_RSStackENOTEMPTY, "Directory not empty" | ||
533 | - IdResourceStrings_RSStackHOST_NOT_FOUND, "Host not found." | ||
534 | - IdResourceStrings_RSSocksRequestFailed, "Request rejected or failed." | ||
535 | - IdResourceStrings_RSSocksRequestServerFailed, "Request rejected because SOCKS server cannot connect." | ||
536 | - IdResourceStrings_RSSocksRequestIdentFailed, "Request rejected because the client program and identd report different user-ids." | ||
537 | - IdResourceStrings_RSSocksUnknownError, "Unknown socks error." | ||
538 | - IdResourceStrings_RSSocksServerRespondError, "Socks server did not respond." | ||
539 | - IdResourceStrings_RSSocksAuthMethodError, "Invalid socks authentication method." | ||
540 | - IdResourceStrings_RSSocksAuthError, "Authentication error to socks server." | ||
541 | - IdResourceStrings_RSSocksServerGeneralError, "General SOCKS server failure." | ||
542 | - IdResourceStrings_RSSocksServerPermissionError, "Connection not allowed by ruleset." | ||
543 | - IdResourceStrings_RSSocksServerNetUnreachableError, "Network unreachable." | ||
544 | - IdResourceStrings_RSSocksServerHostUnreachableError, "Host unreachable." | ||
545 | - IdResourceStrings_RSSocksServerConnectionRefusedError, "Connection refused." | ||
546 | - IdResourceStrings_RSSocksServerTTLExpiredError, "TTL expired." | ||
547 | - IdResourceStrings_RSStackEADDRNOTAVAIL, "Cannot assign requested address." | ||
548 | - IdResourceStrings_RSStackENETDOWN, "Network is down." | ||
549 | - IdResourceStrings_RSStackENETUNREACH, "Network is unreachable." | ||
550 | - IdResourceStrings_RSStackENETRESET, "Net dropped connection or reset." | ||
551 | - IdResourceStrings_RSStackECONNABORTED, "Software caused connection abort." | ||
552 | - IdResourceStrings_RSStackECONNRESET, "Connection reset by peer." | ||
553 | - IdResourceStrings_RSStackENOBUFS, "No buffer space available." | ||
554 | - IdResourceStrings_RSStackEISCONN, "Socket is already connected." | ||
555 | - IdResourceStrings_RSStackENOTCONN, "Socket is not connected." | ||
556 | - IdResourceStrings_RSStackESHUTDOWN, "Cannot send or receive after socket is closed." | ||
557 | - IdResourceStrings_RSStackETOOMANYREFS, "Too many references, cannot splice." | ||
558 | - IdResourceStrings_RSStackETIMEDOUT, "Connection timed out." | ||
559 | - IdResourceStrings_RSStackECONNREFUSED, "Connection refused." | ||
560 | - IdResourceStrings_RSStackELOOP, "Too many levels of symbolic links." | ||
561 | - IdResourceStrings_RSStackENAMETOOLONG, "File name too long." | ||
562 | - IdResourceStrings_RSStackEHOSTDOWN, "Host is down." | ||
563 | - IdResourceStrings_RSStackEINVAL, "Invalid argument." | ||
564 | - IdResourceStrings_RSStackEMFILE, "Too many open files." | ||
565 | - IdResourceStrings_RSStackEWOULDBLOCK, "Operation would block. " | ||
566 | - IdResourceStrings_RSStackEINPROGRESS, "Operation now in progress." | ||
567 | - IdResourceStrings_RSStackEALREADY, "Operation already in progress." | ||
568 | - IdResourceStrings_RSStackENOTSOCK, "Socket operation on non-socket." | ||
569 | - IdResourceStrings_RSStackEDESTADDRREQ, "Destination address required." | ||
570 | - IdResourceStrings_RSStackEMSGSIZE, "Message too long." | ||
571 | - IdResourceStrings_RSStackEPROTOTYPE, "Protocol wrong type for socket." | ||
572 | - IdResourceStrings_RSStackENOPROTOOPT, "Bad protocol option." | ||
573 | - IdResourceStrings_RSStackEPROTONOSUPPORT, "Protocol not supported." | ||
574 | - IdResourceStrings_RSStackESOCKTNOSUPPORT, "Socket type not supported." | ||
575 | - IdResourceStrings_RSStackEOPNOTSUPP, "Operation not supported on socket." | ||
576 | - IdResourceStrings_RSStackEPFNOSUPPORT, "Protocol family not supported." | ||
577 | - IdResourceStrings_RSStackEAFNOSUPPORT, "Address family not supported by protocol family." | ||
578 | - IdResourceStrings_RSStackEADDRINUSE, "Address already in use." | ||
579 | - IdResourceStrings_RSStatusText, "%s" | ||
580 | - IdResourceStrings_RSConnectTimeout, "Connect timed out." | ||
581 | - IdResourceStrings_RSHTTPChunkStarted, "Chunk Started" | ||
582 | - IdResourceStrings_RSHTTPAuthAlreadyRegistered, "This authentication method is already registered with class name %s." | ||
583 | - IdResourceStrings_RSFTPUnknownHost, "Unknown" | ||
584 | - IdResourceStrings_RSInvalidFTPListingFormat, "Unknown FTP listing format" | ||
585 | - IdResourceStrings_RSFTPStatusReady, "Connection established" | ||
586 | - IdResourceStrings_RSFTPStatusStartTransfer, "Starting FTP transfer" | ||
587 | - IdResourceStrings_RSFTPStatusDoneTransfer, "Transfer complete" | ||
588 | - IdResourceStrings_RSFTPStatusAbortTransfer, "Transfer aborted" | ||
589 | - IdResourceStrings_RSInvalidServiceName, "%s is not a valid service." | ||
590 | - IdResourceStrings_RSStackError, "Socket Error # %d\r\n%s" | ||
591 | - IdResourceStrings_RSStackEINTR, "Interrupted system call." | ||
592 | - IdResourceStrings_RSStackEBADF, "Bad file number." | ||
593 | - IdResourceStrings_RSStackEACCES, "Access denied." | ||
594 | - IdResourceStrings_RSStackEFAULT, "Bad address." | ||
595 | - IdResourceStrings_RSFileNotFound, "File \"%s\" not found" | ||
596 | - IdResourceStrings_RSOnlyOneAntiFreeze, "Only one TIdAntiFreeze can exist per application." | ||
597 | - IdResourceStrings_RSIOHandlerPropInvalid, "IOHandler value is not valid" | ||
598 | - IdResourceStrings_RSNotConnected, "Not Connected" | ||
599 | - IdResourceStrings_RSIdNoDataToRead, "No data to read." | ||
600 | - IdResourceStrings_RSCanNotBindRange, "Can not bind in port range (%d - %d)" | ||
601 | - IdResourceStrings_RSInvalidPortRange, "Invalid Port Range (%d - %d)" | ||
602 | - IdResourceStrings_RSReadTimeout, "Read Timeout" | ||
603 | - IdResourceStrings_RSReadLnMaxLineLengthExceeded, "Max line length exceeded." | ||
604 | - IdResourceStrings_RSWS2CallError, "Error on call Winsock2 library function %s" | ||
605 | - IdResourceStrings_RSWS2LoadError, "Error on loading Winsock2 library (%s)" | ||
606 | - IdResourceStrings_RSStatusResolving, "Resolving hostname %s." | ||
607 | - IdResourceStrings_RSStatusConnecting, "Connecting to %s." | ||
608 | - IdResourceStrings_RSStatusConnected, "Connected." | ||
609 | - IdResourceStrings_RSStatusDisconnecting, "Disconnecting." | ||
610 | - IdResourceStrings_RSStatusDisconnected, "Disconnected." | ||
611 | - RTLConsts_SWriteError, "Stream write error" | ||
612 | - RTLConsts_SThreadCreateError, "Thread creation error: %s" | ||
613 | - RTLConsts_SThreadError, "Thread Error: %s (%d)" | ||
614 | - ComConst_SOleError, "OLE error %.8x" | ||
615 | - ComConst_SNoMethod, "Method '%s' not supported by automation object" | ||
616 | - ComConst_SVarNotObject, "Variant does not reference an automation object" | ||
617 | - ComConst_STooManyParams, "Dispatch methods do not support more than 64 parameters" | ||
618 | - ComConst_SDCOMNotInstalled, "DCOM not installed" | ||
619 | - IdResourceStrings_RSAlreadyConnected, "Already connected." | ||
620 | - IdResourceStrings_RSCannotAllocateSocket, "Cannot allocate socket." | ||
621 | - IdResourceStrings_RSConnectionClosedGracefully, "Connection Closed Gracefully." | ||
622 | - IdResourceStrings_RSCouldNotBindSocket, "Could not bind socket. Address and port are already in use." | ||
623 | - IdResourceStrings_RSFailedTimeZoneInfo, "Failed attempting to retrieve time zone information." | ||
624 | - IdResourceStrings_RSNotEnoughDataInBuffer, "Not enough data in buffer." | ||
625 | - IdResourceStrings_RSWinsockInitializationError, "Winsock Initialization Error." | ||
626 | - IdResourceStrings_RSSetSizeExceeded, "Set Size Exceeded." | ||
627 | - RTLConsts_SInvalidName, "''%s'' is not a valid component name" | ||
628 | - RTLConsts_SInvalidProperty, "Invalid property value" | ||
629 | - RTLConsts_SInvalidPropertyPath, "Invalid property path" | ||
630 | - RTLConsts_SInvalidPropertyValue, "Invalid property value" | ||
631 | - RTLConsts_SListCapacityError, "List capacity out of bounds (%d)" | ||
632 | - RTLConsts_SListCountError, "List count out of bounds (%d)" | ||
633 | - RTLConsts_SListIndexError, "List index out of bounds (%d)" | ||
634 | - RTLConsts_SMemoryStreamError, "Out of memory while expanding memory stream" | ||
635 | - RTLConsts_SPropertyException, "Error reading %s%s%s: %s" | ||
636 | - RTLConsts_SReadError, "Stream read error" | ||
637 | - RTLConsts_SReadOnlyProperty, "Property is read-only" | ||
638 | - RTLConsts_SResNotFound, "Resource %s not found" | ||
639 | - RTLConsts_SSeekNotImplemented, "%s.Seek not implemented" | ||
640 | - RTLConsts_SSortedListError, "Operation not allowed on sorted list" | ||
641 | - RTLConsts_SUnknownGroup, "%s not in a class registration group" | ||
642 | - RTLConsts_SUnknownProperty, "Property %s does not exist" | ||
643 | - SysConst_SLongDayNameSat, "Saturday" | ||
644 | - SysConst_SCannotCreateDir, "Unable to create directory" | ||
645 | - RTLConsts_SAncestorNotFound, "Ancestor for '%s' not found" | ||
646 | - RTLConsts_SAssignError, "Cannot assign a %s to a %s" | ||
647 | - RTLConsts_SBitsIndexError, "Bits index out of range" | ||
648 | - RTLConsts_SCantWriteResourceStreamError, "Can't write to a read-only resource stream" | ||
649 | - RTLConsts_SCheckSynchronizeError, "CheckSynchronize called from thread $%x, which is NOT the main thread" | ||
650 | - RTLConsts_SClassNotFound, "Class %s not found" | ||
651 | - RTLConsts_SDuplicateClass, "A class named %s already exists" | ||
652 | - RTLConsts_SDuplicateItem, "List does not allow duplicates ($0%x)" | ||
653 | - RTLConsts_SDuplicateName, "A component named %s already exists" | ||
654 | - RTLConsts_SDuplicateString, "String list does not allow duplicates" | ||
655 | - RTLConsts_SFCreateErrorEx, "Cannot create file \"%s\". %s" | ||
656 | - RTLConsts_SFOpenErrorEx, "Cannot open file \"%s\". %s" | ||
657 | - RTLConsts_SIniFileWriteError, "Unable to write to %s" | ||
658 | - RTLConsts_SInvalidImage, "Invalid stream format" | ||
659 | - SysConst_SLongMonthNameOct, "October" | ||
660 | - SysConst_SLongMonthNameNov, "November" | ||
661 | - SysConst_SLongMonthNameDec, "December" | ||
662 | - SysConst_SShortDayNameSun, "Sun" | ||
663 | - SysConst_SShortDayNameMon, "Mon" | ||
664 | - SysConst_SShortDayNameTue, "Tue" | ||
665 | - SysConst_SShortDayNameWed, "Wed" | ||
666 | - SysConst_SShortDayNameThu, "Thu" | ||
667 | - SysConst_SShortDayNameFri, "Fri" | ||
668 | - SysConst_SShortDayNameSat, "Sat" | ||
669 | - SysConst_SLongDayNameSun, "Sunday" | ||
670 | - SysConst_SLongDayNameMon, "Monday" | ||
671 | - SysConst_SLongDayNameTue, "Tuesday" | ||
672 | - SysConst_SLongDayNameWed, "Wednesday" | ||
673 | - SysConst_SLongDayNameThu, "Thursday" | ||
674 | - SysConst_SLongDayNameFri, "Friday" | ||
675 | - SysConst_SShortMonthNameJun, "Jun" | ||
676 | - SysConst_SShortMonthNameJul, "Jul" | ||
677 | - SysConst_SShortMonthNameAug, "Aug" | ||
678 | - SysConst_SShortMonthNameSep, "Sep" | ||
679 | - SysConst_SShortMonthNameOct, "Oct" | ||
680 | - SysConst_SShortMonthNameNov, "Nov" | ||
681 | - SysConst_SShortMonthNameDec, "Dec" | ||
682 | - SysConst_SLongMonthNameJan, "January" | ||
683 | - SysConst_SLongMonthNameFeb, "February" | ||
684 | - SysConst_SLongMonthNameMar, "March" | ||
685 | - SysConst_SLongMonthNameApr, "April" | ||
686 | - SysConst_SLongMonthNameMay, "May" | ||
687 | - SysConst_SLongMonthNameJun, "June" | ||
688 | - SysConst_SLongMonthNameJul, "July" | ||
689 | - SysConst_SLongMonthNameAug, "August" | ||
690 | - SysConst_SLongMonthNameSep, "September" | ||
691 | - SysConst_SVarNotImplemented, "Operation not supported" | ||
692 | - SysConst_SVarUnexpected, "Unexpected variant error" | ||
693 | - SysConst_SExternalException, "External exception %x" | ||
694 | - SysConst_SAssertionFailed, "Assertion failed" | ||
695 | - SysConst_SIntfCastError, "Interface not supported" | ||
696 | - SysConst_SSafecallException, "Exception in safecall method" | ||
697 | - SysConst_SAssertError, "%s (%s, line %d)" | ||
698 | - SysConst_SAbstractError, "Abstract Error" | ||
699 | - SysConst_SModuleAccessViolation, "Access violation at address %p in module '%s'. %s of address %p" | ||
700 | - SysConst_SOSError, "System Error. Code: %d.\r\n%s" | ||
701 | - SysConst_SUnkOSError, "A call to an OS function failed" | ||
702 | - SysConst_SShortMonthNameJan, "Jan" | ||
703 | - SysConst_SShortMonthNameFeb, "Feb" | ||
704 | - SysConst_SShortMonthNameMar, "Mar" | ||
705 | - SysConst_SShortMonthNameApr, "Apr" | ||
706 | - SysConst_SShortMonthNameMay, "May" | ||
707 | - SysConst_SInvalidFormat, "Format '%s' invalid or incompatible with argument" | ||
708 | - SysConst_SArgumentMissing, "No argument for format '%s'" | ||
709 | - SysConst_SDispatchError, "Variant method calls not supported" | ||
710 | - SysConst_SReadAccess, "Read" | ||
711 | - SysConst_SWriteAccess, "Write" | ||
712 | - SysConst_SVarArrayCreate, "Error creating variant or safe array" | ||
713 | - SysConst_SVarArrayBounds, "Variant or safe array index out of bounds" | ||
714 | - SysConst_SVarArrayLocked, "Variant or safe array is locked" | ||
715 | - SysConst_SInvalidVarCast, "Invalid variant type conversion" | ||
716 | - SysConst_SInvalidVarOp, "Invalid variant operation" | ||
717 | - SysConst_SInvalidVarOpWithHResultWithPrefix, "Invalid variant operation (%s%.8x)\n%s" | ||
718 | - SysConst_SVarTypeCouldNotConvert, "Could not convert variant of type (%s) into type (%s)" | ||
719 | - SysConst_SVarTypeConvertOverflow, "Overflow while converting variant of type (%s) into type (%s)" | ||
720 | - SysConst_SVarOverflow, "Variant overflow" | ||
721 | - SysConst_SVarInvalid, "Invalid argument" | ||
722 | - SysConst_SVarBadType, "Invalid variant type" | ||
723 | - SysConst_SDivByZero, "Division by zero" | ||
724 | - SysConst_SRangeError, "Range check error" | ||
725 | - SysConst_SIntOverflow, "Integer overflow" | ||
726 | - SysConst_SInvalidOp, "Invalid floating point operation" | ||
727 | - SysConst_SZeroDivide, "Floating point division by zero" | ||
728 | - SysConst_SOverflow, "Floating point overflow" | ||
729 | - SysConst_SUnderflow, "Floating point underflow" | ||
730 | - SysConst_SInvalidPointer, "Invalid pointer operation" | ||
731 | - SysConst_SInvalidCast, "Invalid class typecast" | ||
732 | - SysConst_SAccessViolationArg3, "Access violation at address %p. %s of address %p" | ||
733 | - SysConst_SAccessViolationNoArg, "Access violation" | ||
734 | - SysConst_SStackOverflow, "Stack overflow" | ||
735 | - SysConst_SControlC, "Control-C hit" | ||
736 | - SysConst_SPrivilege, "Privileged instruction" | ||
737 | - SysConst_SException, "Exception %s in module %s at %p.\r\n%s%s\r\n" | ||
738 | - SysConst_SExceptTitle, "Application Error" | ||
739 | - SysConst_SInvalidInteger, "'%s' is not a valid integer value" | ||
740 | - SysConst_SInvalidFloat, "'%s' is not a valid floating point value" | ||
741 | - SysConst_SInvalidDate, "'%s' is not a valid date" | ||
742 | - SysConst_SInvalidTime, "'%s' is not a valid time" | ||
743 | - SysConst_SInvalidDateTime, "'%s' is not a valid date and time" | ||
744 | - SysConst_STimeEncodeError, "Invalid argument to time encode" | ||
745 | - SysConst_SDateEncodeError, "Invalid argument to date encode" | ||
746 | - SysConst_SOutOfMemory, "Out of memory" | ||
747 | - SysConst_SInOutError, "I/O error %d" | ||
748 | - SysConst_SFileNotFound, "File not found" | ||
749 | - SysConst_SInvalidFilename, "Invalid filename" | ||
750 | - SysConst_STooManyOpenFiles, "Too many open files" | ||
751 | - SysConst_SAccessDenied, "File access denied" | ||
752 | - SysConst_SEndOfFile, "Read beyond end of file" | ||
753 | - SysConst_SDiskFull, "Disk full" | ||
754 | - SysConst_SInvalidInput, "Invalid numeric input" | ||
755 | -END | ||
756 | - |
chksis/chksis.dsk
@@ -1,328 +0,0 @@ | @@ -1,328 +0,0 @@ | ||
1 | -[Closed Files] | ||
2 | -File_0=SourceModule,'K:\chksis\main.pas',0,34,24,5,474,1,0 | ||
3 | -File_1=SourceModule,'C:\Arquivos de programas\Borland\Delphi7\Source\Rtl\Common\IniFiles.pas',0,1,1,1,1,0,0 | ||
4 | -File_2=SourceModule,'K:\chksis\LibXmlParser.pas',0,1,1,1,1,0,0 | ||
5 | -File_3=SourceModule,'K:\chkcacic\main.pas',0,1,1,31,4,1,0 | ||
6 | -File_4=SourceModule,'C:\arariboia_mod\chkCACIC_mod\xml.pas',0,1,1,1,1,0,0 | ||
7 | -File_5=SourceModule,'C:\arariboia_mod\chkCACIC_mod\LibXmlParser.pas',0,1,1,1,1,0,0 | ||
8 | -File_6=SourceModule,'C:\DOCUME~1\D306851\CONFIG~1\TEMP\IdNetworkCalculator.pas',0,1,55,1,1,0,0 | ||
9 | -File_7=SourceModule,'C:\arariboia\chkCACIC\main.pas',0,1,344,5,371,1,0 | ||
10 | -File_8=SourceModule,'C:\arariboia\chkCACIC\main.dfm',0,1,1,1,1,0,0 | ||
11 | - | ||
12 | -[Modules] | ||
13 | -Module0=K:\chksis\chksis.dpr | ||
14 | -Count=1 | ||
15 | -EditWindowCount=1 | ||
16 | - | ||
17 | -[K:\chksis\chksis.dpr] | ||
18 | -ModuleType=SourceModule | ||
19 | -FormState=0 | ||
20 | -FormOnTop=0 | ||
21 | - | ||
22 | -[C:\Arquivos de programas\Borland\Delphi7\Projects\ProjectGroup1.bpg] | ||
23 | -FormState=0 | ||
24 | -FormOnTop=0 | ||
25 | - | ||
26 | -[EditWindow0] | ||
27 | -ViewCount=1 | ||
28 | -CurrentView=0 | ||
29 | -View0=0 | ||
30 | -CodeExplorer=CodeExplorer@EditWindow0 | ||
31 | -MessageView=MessageView@EditWindow0 | ||
32 | -Create=1 | ||
33 | -Visible=1 | ||
34 | -State=2 | ||
35 | -Left=247 | ||
36 | -Top=125 | ||
37 | -Width=777 | ||
38 | -Height=475 | ||
39 | -MaxLeft=-4 | ||
40 | -MaxTop=100 | ||
41 | -MaxWidth=1032 | ||
42 | -MaxHeight=644 | ||
43 | -ClientWidth=1024 | ||
44 | -ClientHeight=617 | ||
45 | -LeftPanelSize=0 | ||
46 | -LeftPanelClients=CodeExplorer@EditWindow0 | ||
47 | -LeftPanelData=00000400010000000C000000436F64654578706C6F726572000000000000000000000000000000000001000000000000000000000000FFFFFFFF | ||
48 | -RightPanelSize=0 | ||
49 | -BottomPanelSize=85 | ||
50 | -BottomPanelClients=MessageView@EditWindow0 | ||
51 | -BottomPanelData=000004000000000000000000000000000000000000000000000100000000000000000B0000004D65737361676556696577FFFFFFFF | ||
52 | - | ||
53 | -[View0] | ||
54 | -Module=K:\chksis\chksis.dpr | ||
55 | -CursorX=1 | ||
56 | -CursorY=711 | ||
57 | -TopLine=672 | ||
58 | -LeftCol=1 | ||
59 | - | ||
60 | -[Watches] | ||
61 | -Count=0 | ||
62 | - | ||
63 | -[WatchWindow] | ||
64 | -WatchColumnWidth=100 | ||
65 | -WatchShowColumnHeaders=1 | ||
66 | -Create=1 | ||
67 | -Visible=0 | ||
68 | -State=0 | ||
69 | -Left=299 | ||
70 | -Top=305 | ||
71 | -Width=426 | ||
72 | -Height=157 | ||
73 | -MaxLeft=-1 | ||
74 | -MaxTop=-1 | ||
75 | -ClientWidth=418 | ||
76 | -ClientHeight=133 | ||
77 | -TBDockHeight=157 | ||
78 | -LRDockWidth=426 | ||
79 | -Dockable=1 | ||
80 | - | ||
81 | -[Breakpoints] | ||
82 | -Count=0 | ||
83 | - | ||
84 | -[AddressBreakpoints] | ||
85 | -Count=0 | ||
86 | - | ||
87 | -[Main Window] | ||
88 | -Create=1 | ||
89 | -Visible=1 | ||
90 | -State=2 | ||
91 | -Left=0 | ||
92 | -Top=91 | ||
93 | -Width=800 | ||
94 | -Height=105 | ||
95 | -MaxLeft=-1 | ||
96 | -MaxTop=-1 | ||
97 | -MaxWidth=808 | ||
98 | -MaxHeight=105 | ||
99 | -ClientWidth=800 | ||
100 | -ClientHeight=78 | ||
101 | - | ||
102 | -[ProjectManager] | ||
103 | -Create=1 | ||
104 | -Visible=0 | ||
105 | -State=0 | ||
106 | -Left=369 | ||
107 | -Top=372 | ||
108 | -Width=438 | ||
109 | -Height=303 | ||
110 | -MaxLeft=-1 | ||
111 | -MaxTop=-1 | ||
112 | -ClientWidth=430 | ||
113 | -ClientHeight=279 | ||
114 | -TBDockHeight=303 | ||
115 | -LRDockWidth=438 | ||
116 | -Dockable=1 | ||
117 | - | ||
118 | -[Components] | ||
119 | -Left=240 | ||
120 | -Top=237 | ||
121 | -Width=183 | ||
122 | -Height=233 | ||
123 | -Create=1 | ||
124 | -Visible=0 | ||
125 | -State=0 | ||
126 | -MaxLeft=-1 | ||
127 | -MaxTop=-1 | ||
128 | -ClientWidth=175 | ||
129 | -ClientHeight=209 | ||
130 | -TBDockHeight=233 | ||
131 | -LRDockWidth=183 | ||
132 | -Dockable=1 | ||
133 | - | ||
134 | -[CPUWindow] | ||
135 | -Create=1 | ||
136 | -Visible=0 | ||
137 | -State=0 | ||
138 | -Left=85 | ||
139 | -Top=7 | ||
140 | -Width=715 | ||
141 | -Height=565 | ||
142 | -MaxLeft=-1 | ||
143 | -MaxTop=-1 | ||
144 | -ClientWidth=707 | ||
145 | -ClientHeight=538 | ||
146 | -DumpPane=79 | ||
147 | -DisassemblyPane=187 | ||
148 | -RegisterPane=231 | ||
149 | -FlagPane=64 | ||
150 | - | ||
151 | -[AlignmentPalette] | ||
152 | -Create=1 | ||
153 | -Visible=0 | ||
154 | -State=0 | ||
155 | -Left=200 | ||
156 | -Top=107 | ||
157 | -Width=156 | ||
158 | -Height=82 | ||
159 | -MaxLeft=-1 | ||
160 | -MaxTop=-1 | ||
161 | -ClientWidth=150 | ||
162 | -ClientHeight=60 | ||
163 | - | ||
164 | -[PropertyInspector] | ||
165 | -Create=1 | ||
166 | -Visible=1 | ||
167 | -State=0 | ||
168 | -Left=7 | ||
169 | -Top=147 | ||
170 | -Width=230 | ||
171 | -Height=285 | ||
172 | -MaxLeft=-1 | ||
173 | -MaxTop=-1 | ||
174 | -ClientWidth=222 | ||
175 | -ClientHeight=261 | ||
176 | -TBDockHeight=285 | ||
177 | -LRDockWidth=190 | ||
178 | -Dockable=1 | ||
179 | -SplitPos=109 | ||
180 | -ArrangeBy=Name | ||
181 | -SelectedItem= | ||
182 | -ExpandedItems=Network,Network.TCPIP,Network.WinSock,NetworkAddress,NetworkMask | ||
183 | -HiddenCategories= | ||
184 | - | ||
185 | -[CallStackWindow] | ||
186 | -Create=1 | ||
187 | -Visible=0 | ||
188 | -State=0 | ||
189 | -Left=253 | ||
190 | -Top=219 | ||
191 | -Width=294 | ||
192 | -Height=161 | ||
193 | -MaxLeft=-1 | ||
194 | -MaxTop=-1 | ||
195 | -ClientWidth=286 | ||
196 | -ClientHeight=137 | ||
197 | -TBDockHeight=161 | ||
198 | -LRDockWidth=294 | ||
199 | -Dockable=1 | ||
200 | - | ||
201 | -[ObjectTree] | ||
202 | -Create=1 | ||
203 | -Visible=1 | ||
204 | -State=0 | ||
205 | -Left=0 | ||
206 | -Top=105 | ||
207 | -Width=190 | ||
208 | -Height=186 | ||
209 | -MaxLeft=-1 | ||
210 | -MaxTop=-1 | ||
211 | -ClientWidth=182 | ||
212 | -ClientHeight=162 | ||
213 | -TBDockHeight=186 | ||
214 | -LRDockWidth=190 | ||
215 | -Dockable=1 | ||
216 | - | ||
217 | -[LocalVarsWindow] | ||
218 | -Create=1 | ||
219 | -Visible=0 | ||
220 | -State=0 | ||
221 | -Left=273 | ||
222 | -Top=197 | ||
223 | -Width=421 | ||
224 | -Height=189 | ||
225 | -MaxLeft=-1 | ||
226 | -MaxTop=-1 | ||
227 | -ClientWidth=413 | ||
228 | -ClientHeight=165 | ||
229 | -TBDockHeight=189 | ||
230 | -LRDockWidth=421 | ||
231 | -Dockable=1 | ||
232 | - | ||
233 | -[ToDo List] | ||
234 | -Create=1 | ||
235 | -Visible=0 | ||
236 | -State=0 | ||
237 | -Left=202 | ||
238 | -Top=155 | ||
239 | -Width=470 | ||
240 | -Height=250 | ||
241 | -MaxLeft=-1 | ||
242 | -MaxTop=-1 | ||
243 | -ClientWidth=462 | ||
244 | -ClientHeight=226 | ||
245 | -TBDockHeight=250 | ||
246 | -LRDockWidth=470 | ||
247 | -Dockable=1 | ||
248 | -Column0Width=200 | ||
249 | -Column1Width=30 | ||
250 | -Column2Width=100 | ||
251 | -Column3Width=70 | ||
252 | -Column4Width=70 | ||
253 | -SortOrder=4 | ||
254 | -ShowHints=1 | ||
255 | -ShowChecked=1 | ||
256 | - | ||
257 | -[ModuleWindow] | ||
258 | -Create=1 | ||
259 | -Visible=0 | ||
260 | -State=0 | ||
261 | -Left=-12 | ||
262 | -Top=227 | ||
263 | -Width=638 | ||
264 | -Height=355 | ||
265 | -MaxLeft=-1 | ||
266 | -MaxTop=-1 | ||
267 | -ClientWidth=630 | ||
268 | -ClientHeight=331 | ||
269 | -TBDockHeight=355 | ||
270 | -LRDockWidth=638 | ||
271 | -Dockable=1 | ||
272 | -Column0Width=125 | ||
273 | -Column1Width=100 | ||
274 | -Column2Width=155 | ||
275 | -EntryPointPane=225 | ||
276 | -CompUnitPane=104 | ||
277 | - | ||
278 | -[MessageHintFrm] | ||
279 | -Create=1 | ||
280 | -Visible=0 | ||
281 | -State=0 | ||
282 | -Left=305 | ||
283 | -Top=184 | ||
284 | -Width=383 | ||
285 | -Height=195 | ||
286 | -MaxLeft=-1 | ||
287 | -MaxTop=-1 | ||
288 | -ClientWidth=375 | ||
289 | -ClientHeight=171 | ||
290 | -TBDockHeight=195 | ||
291 | -LRDockWidth=383 | ||
292 | -Dockable=1 | ||
293 | - | ||
294 | -[CodeExplorer@EditWindow0] | ||
295 | -Create=1 | ||
296 | -Visible=0 | ||
297 | -State=0 | ||
298 | -Left=0 | ||
299 | -Top=12 | ||
300 | -Width=140 | ||
301 | -Height=352 | ||
302 | -MaxLeft=-1 | ||
303 | -MaxTop=-1 | ||
304 | -ClientWidth=140 | ||
305 | -ClientHeight=352 | ||
306 | -TBDockHeight=305 | ||
307 | -LRDockWidth=140 | ||
308 | -Dockable=1 | ||
309 | - | ||
310 | -[MessageView@EditWindow0] | ||
311 | -Create=1 | ||
312 | -Visible=1 | ||
313 | -State=0 | ||
314 | -Left=12 | ||
315 | -Top=0 | ||
316 | -Width=788 | ||
317 | -Height=85 | ||
318 | -MaxLeft=-1 | ||
319 | -MaxTop=-1 | ||
320 | -ClientWidth=788 | ||
321 | -ClientHeight=85 | ||
322 | -TBDockHeight=85 | ||
323 | -LRDockWidth=443 | ||
324 | -Dockable=1 | ||
325 | - | ||
326 | -[DockHosts] | ||
327 | -DockHostCount=0 | ||
328 | - |
chksis/chksis.identcache
No preview for this file type
chksis/chksis.res
No preview for this file type
gercols/gercols.cfg
@@ -1,41 +0,0 @@ | @@ -1,41 +0,0 @@ | ||
1 | --$A8 | ||
2 | --$B- | ||
3 | --$C- | ||
4 | --$D+ | ||
5 | --$E- | ||
6 | --$F- | ||
7 | --$G+ | ||
8 | --$H+ | ||
9 | --$I+ | ||
10 | --$J- | ||
11 | --$K- | ||
12 | --$L+ | ||
13 | --$M- | ||
14 | --$N+ | ||
15 | --$O+ | ||
16 | --$P+ | ||
17 | --$Q- | ||
18 | --$R- | ||
19 | --$S- | ||
20 | --$T- | ||
21 | --$U- | ||
22 | --$V+ | ||
23 | --$W- | ||
24 | --$X+ | ||
25 | --$Y+ | ||
26 | --$Z1 | ||
27 | --GD | ||
28 | --cg | ||
29 | --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; | ||
30 | --H+ | ||
31 | --W+ | ||
32 | --M | ||
33 | --$M16384,1048576 | ||
34 | --K$00400000 | ||
35 | --E"C:\agentes_Windows_BINARIOS" | ||
36 | --LE"c:\program files (x86)\borland\delphi7\Projects\Bpl" | ||
37 | --LN"c:\program files (x86)\borland\delphi7\Projects\Bpl" | ||
38 | --U"C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib;C:\agentes_Windows;C:\vendors_lib\TRegExpr\Source;C:\vendors_lib\MagWMI" | ||
39 | --O"C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib;C:\agentes_Windows;C:\vendors_lib\TRegExpr\Source;C:\vendors_lib\MagWMI" | ||
40 | --I"C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib;C:\agentes_Windows;C:\vendors_lib\TRegExpr\Source;C:\vendors_lib\MagWMI" | ||
41 | --R"C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib;C:\agentes_Windows;C:\vendors_lib\TRegExpr\Source;C:\vendors_lib\MagWMI" |
@@ -0,0 +1,53 @@ | @@ -0,0 +1,53 @@ | ||
1 | +<?xml version="1.0" encoding="utf-8"?> | ||
2 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | + <PropertyGroup> | ||
4 | + <ProjectGuid>{99cd351b-5091-4488-bdd7-e1863799b467}</ProjectGuid> | ||
5 | + <MainSource>gercols.dpr</MainSource> | ||
6 | + <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration> | ||
7 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
8 | + <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> | ||
9 | + <DCC_DependencyCheckOutputName>..\..\Agentes_Windows_BINARIOS\gercols.exe</DCC_DependencyCheckOutputName> | ||
10 | + </PropertyGroup> | ||
11 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
12 | + <Version>7.0</Version> | ||
13 | + <DCC_AssertionsAtRuntime>False</DCC_AssertionsAtRuntime> | ||
14 | + <DCC_DebugInformation>False</DCC_DebugInformation> | ||
15 | + <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols> | ||
16 | + <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> | ||
17 | + <DCC_ExeOutput>C:\devel\cacic\Agentes_Windows_BINARIOS</DCC_ExeOutput> | ||
18 | + <DCC_Define>DEBUG</DCC_Define> | ||
19 | + <DCC_UNSAFE_TYPE>True</DCC_UNSAFE_TYPE> | ||
20 | + <DCC_UNSAFE_CODE>True</DCC_UNSAFE_CODE> | ||
21 | + <DCC_UNSAFE_CAST>True</DCC_UNSAFE_CAST> | ||
22 | + </PropertyGroup> | ||
23 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
24 | + <Version>7.0</Version> | ||
25 | + <DCC_AssertionsAtRuntime>False</DCC_AssertionsAtRuntime> | ||
26 | + <DCC_SymbolReferenceInfo>2</DCC_SymbolReferenceInfo> | ||
27 | + <DCC_ExeOutput>C:\devel\cacic\Agentes_Windows_BINARIOS</DCC_ExeOutput> | ||
28 | + <DCC_UnitSearchPath>C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib;C:\agentes_Windows;C:\vendors_lib\TRegExpr\Source;C:\vendors_lib\MagWMI</DCC_UnitSearchPath> | ||
29 | + <DCC_ResourcePath>C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib;C:\agentes_Windows;C:\vendors_lib\TRegExpr\Source;C:\vendors_lib\MagWMI</DCC_ResourcePath> | ||
30 | + <DCC_ObjPath>C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib;C:\agentes_Windows;C:\vendors_lib\TRegExpr\Source;C:\vendors_lib\MagWMI</DCC_ObjPath> | ||
31 | + <DCC_IncludePath>C:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib;C:\agentes_Windows;C:\vendors_lib\TRegExpr\Source;C:\vendors_lib\MagWMI</DCC_IncludePath> | ||
32 | + <DCC_Define>DEBUG</DCC_Define> | ||
33 | + <DCC_UNSAFE_TYPE>True</DCC_UNSAFE_TYPE> | ||
34 | + <DCC_UNSAFE_CODE>True</DCC_UNSAFE_CODE> | ||
35 | + <DCC_UNSAFE_CAST>True</DCC_UNSAFE_CAST> | ||
36 | + </PropertyGroup> | ||
37 | + <ProjectExtensions> | ||
38 | + <Borland.Personality>Delphi.Personality</Borland.Personality> | ||
39 | + <Borland.ProjectType>VCLApplication</Borland.ProjectType> | ||
40 | + <BorlandProject> | ||
41 | +<BorlandProject><Delphi.Personality><Parameters><Parameters Name="DebugSourceDirs">C:\vendors_lib\JVCL345CompleteJCL231-Build4197\jcl\lib\d7\debug</Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">2</VersionInfo><VersionInfo Name="MinorVer">8</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">1212</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">1046</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName">Dataprev-Emp. de TI da Prev Social - URES/SESS</VersionInfoKeys><VersionInfoKeys Name="FileDescription">Sistema CACIC - Módulo Gerente de Coletas</VersionInfoKeys><VersionInfoKeys Name="FileVersion">2.8.0.1212</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName">Ger_COLS</VersionInfoKeys><VersionInfoKeys Name="ProductVersion">3.0</VersionInfoKeys><VersionInfoKeys Name="Comments">Licença: GNU/LGPL</VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">gercols.dpr</Source></Source></Delphi.Personality></BorlandProject></BorlandProject> | ||
42 | + </ProjectExtensions> | ||
43 | + <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" /> | ||
44 | + <ItemGroup> | ||
45 | + <DelphiCompile Include="gercols.dpr"> | ||
46 | + <MainSource>MainSource</MainSource> | ||
47 | + </DelphiCompile> | ||
48 | + <DCCReference Include="..\CACIC_Comm.pas" /> | ||
49 | + <DCCReference Include="..\CACIC_Library.pas" /> | ||
50 | + <DCCReference Include="..\CACIC_VerifyAndGetModules.pas" /> | ||
51 | + <DCCReference Include="..\CACIC_WMI.pas" /> | ||
52 | + </ItemGroup> | ||
53 | +</Project> | ||
0 | \ No newline at end of file | 54 | \ No newline at end of file |
gercols/gercols.drc
@@ -1,992 +0,0 @@ | @@ -1,992 +0,0 @@ | ||
1 | -/* VER150 | ||
2 | - Generated by the Borland Delphi Pascal Compiler | ||
3 | - because -GD or --drc was supplied to the compiler. | ||
4 | - | ||
5 | - This file contains compiler-generated resources that | ||
6 | - were bound to the executable. | ||
7 | - If this file is empty, then no compiler-generated | ||
8 | - resources were bound to the produced executable. | ||
9 | -*/ | ||
10 | - | ||
11 | -#define ExtCtrls_clNameMenuText 65040 | ||
12 | -#define ExtCtrls_clNameNone 65041 | ||
13 | -#define ExtCtrls_clNameScrollBar 65042 | ||
14 | -#define ExtCtrls_clName3DDkShadow 65043 | ||
15 | -#define ExtCtrls_clName3DLight 65044 | ||
16 | -#define ExtCtrls_clNameWindow 65045 | ||
17 | -#define ExtCtrls_clNameWindowFrame 65046 | ||
18 | -#define ExtCtrls_clNameWindowText 65047 | ||
19 | -#define WinHelpViewer_hNoKeyword 65048 | ||
20 | -#define ExtCtrls_clNameBackground 65056 | ||
21 | -#define ExtCtrls_clNameBtnFace 65057 | ||
22 | -#define ExtCtrls_clNameBtnHighlight 65058 | ||
23 | -#define ExtCtrls_clNameBtnShadow 65059 | ||
24 | -#define ExtCtrls_clNameBtnText 65060 | ||
25 | -#define ExtCtrls_clNameCaptionText 65061 | ||
26 | -#define ExtCtrls_clNameDefault 65062 | ||
27 | -#define ExtCtrls_clNameGrayText 65063 | ||
28 | -#define ExtCtrls_clNameHighlight 65064 | ||
29 | -#define ExtCtrls_clNameHighlightText 65065 | ||
30 | -#define ExtCtrls_clNameInactiveBorder 65066 | ||
31 | -#define ExtCtrls_clNameInactiveCaption 65067 | ||
32 | -#define ExtCtrls_clNameInactiveCaptionText 65068 | ||
33 | -#define ExtCtrls_clNameInfoBk 65069 | ||
34 | -#define ExtCtrls_clNameInfoText 65070 | ||
35 | -#define ExtCtrls_clNameMenu 65071 | ||
36 | -#define ExtCtrls_clNameGray 65072 | ||
37 | -#define ExtCtrls_clNameSilver 65073 | ||
38 | -#define ExtCtrls_clNameRed 65074 | ||
39 | -#define ExtCtrls_clNameLime 65075 | ||
40 | -#define ExtCtrls_clNameYellow 65076 | ||
41 | -#define ExtCtrls_clNameBlue 65077 | ||
42 | -#define ExtCtrls_clNameFuchsia 65078 | ||
43 | -#define ExtCtrls_clNameAqua 65079 | ||
44 | -#define ExtCtrls_clNameWhite 65080 | ||
45 | -#define ExtCtrls_clNameMoneyGreen 65081 | ||
46 | -#define ExtCtrls_clNameSkyBlue 65082 | ||
47 | -#define ExtCtrls_clNameCream 65083 | ||
48 | -#define ExtCtrls_clNameMedGray 65084 | ||
49 | -#define ExtCtrls_clNameActiveBorder 65085 | ||
50 | -#define ExtCtrls_clNameActiveCaption 65086 | ||
51 | -#define ExtCtrls_clNameAppWorkSpace 65087 | ||
52 | -#define Consts_SDockedCtlNeedsName 65088 | ||
53 | -#define Consts_SDockTreeRemoveError 65089 | ||
54 | -#define Consts_SDockZoneNotFound 65090 | ||
55 | -#define Consts_SDockZoneHasNoCtl 65091 | ||
56 | -#define OleConst_sNoRunningObject 65092 | ||
57 | -#define HelpIntfs_hNoTableOfContents 65093 | ||
58 | -#define HelpIntfs_hNothingFound 65094 | ||
59 | -#define HelpIntfs_hNoContext 65095 | ||
60 | -#define HelpIntfs_hNoTopics 65096 | ||
61 | -#define ExtCtrls_clNameBlack 65097 | ||
62 | -#define ExtCtrls_clNameMaroon 65098 | ||
63 | -#define ExtCtrls_clNameGreen 65099 | ||
64 | -#define ExtCtrls_clNameOlive 65100 | ||
65 | -#define ExtCtrls_clNameNavy 65101 | ||
66 | -#define ExtCtrls_clNamePurple 65102 | ||
67 | -#define ExtCtrls_clNameTeal 65103 | ||
68 | -#define Consts_SmkcSpace 65104 | ||
69 | -#define Consts_SmkcPgUp 65105 | ||
70 | -#define Consts_SmkcPgDn 65106 | ||
71 | -#define Consts_SmkcEnd 65107 | ||
72 | -#define Consts_SmkcHome 65108 | ||
73 | -#define Consts_SmkcLeft 65109 | ||
74 | -#define Consts_SmkcUp 65110 | ||
75 | -#define Consts_SmkcRight 65111 | ||
76 | -#define Consts_SmkcDown 65112 | ||
77 | -#define Consts_SmkcIns 65113 | ||
78 | -#define Consts_SmkcDel 65114 | ||
79 | -#define Consts_SmkcShift 65115 | ||
80 | -#define Consts_SmkcCtrl 65116 | ||
81 | -#define Consts_SmkcAlt 65117 | ||
82 | -#define Consts_SIconToClipboard 65118 | ||
83 | -#define Consts_SDuplicateMenus 65119 | ||
84 | -#define Consts_SMsgDlgConfirm 65120 | ||
85 | -#define Consts_SMsgDlgYes 65121 | ||
86 | -#define Consts_SMsgDlgNo 65122 | ||
87 | -#define Consts_SMsgDlgOK 65123 | ||
88 | -#define Consts_SMsgDlgCancel 65124 | ||
89 | -#define Consts_SMsgDlgHelp 65125 | ||
90 | -#define Consts_SMsgDlgAbort 65126 | ||
91 | -#define Consts_SMsgDlgRetry 65127 | ||
92 | -#define Consts_SMsgDlgIgnore 65128 | ||
93 | -#define Consts_SMsgDlgAll 65129 | ||
94 | -#define Consts_SMsgDlgNoToAll 65130 | ||
95 | -#define Consts_SMsgDlgYesToAll 65131 | ||
96 | -#define Consts_SmkcBkSp 65132 | ||
97 | -#define Consts_SmkcTab 65133 | ||
98 | -#define Consts_SmkcEsc 65134 | ||
99 | -#define Consts_SmkcEnter 65135 | ||
100 | -#define Consts_SNoMDIForm 65136 | ||
101 | -#define Consts_SControlParentSetToSelf 65137 | ||
102 | -#define Consts_SOKButton 65138 | ||
103 | -#define Consts_SCancelButton 65139 | ||
104 | -#define Consts_SYesButton 65140 | ||
105 | -#define Consts_SNoButton 65141 | ||
106 | -#define Consts_SHelpButton 65142 | ||
107 | -#define Consts_SCloseButton 65143 | ||
108 | -#define Consts_SIgnoreButton 65144 | ||
109 | -#define Consts_SRetryButton 65145 | ||
110 | -#define Consts_SAbortButton 65146 | ||
111 | -#define Consts_SAllButton 65147 | ||
112 | -#define Consts_SCannotDragForm 65148 | ||
113 | -#define Consts_SMsgDlgWarning 65149 | ||
114 | -#define Consts_SMsgDlgError 65150 | ||
115 | -#define Consts_SMsgDlgInformation 65151 | ||
116 | -#define Consts_SInvalidImageList 65152 | ||
117 | -#define Consts_SImageIndexError 65153 | ||
118 | -#define Consts_SImageReadFail 65154 | ||
119 | -#define Consts_SImageWriteFail 65155 | ||
120 | -#define Consts_SWindowDCError 65156 | ||
121 | -#define Consts_SWindowClass 65157 | ||
122 | -#define Consts_SCannotFocus 65158 | ||
123 | -#define Consts_SParentRequired 65159 | ||
124 | -#define Consts_SMDIChildNotVisible 65160 | ||
125 | -#define Consts_SVisibleChanged 65161 | ||
126 | -#define Consts_SCannotShowModal 65162 | ||
127 | -#define Consts_SMenuIndexError 65163 | ||
128 | -#define Consts_SMenuReinserted 65164 | ||
129 | -#define Consts_SMenuNotFound 65165 | ||
130 | -#define Consts_SNoTimers 65166 | ||
131 | -#define Consts_SGroupIndexTooLow 65167 | ||
132 | -#define IdResourceStrings_RSSSLGetMethodError 65168 | ||
133 | -#define IdResourceStrings_RSSSLDataBindingError 65169 | ||
134 | -#define IdResourceStrings_RSOSSLModeNotSet 65170 | ||
135 | -#define IdResourceStrings_RSOSSLCouldNotLoadSSLLibrary 65171 | ||
136 | -#define IdResourceStrings_RSOSSLStatusString 65172 | ||
137 | -#define IdResourceStrings_RSUnevenSizeInDecodeStream 65173 | ||
138 | -#define IdResourceStrings_RSUnevenSizeInEncodeStream 65174 | ||
139 | -#define IdResourceStrings_RSURINoProto 65175 | ||
140 | -#define IdResourceStrings_RSURINoHost 65176 | ||
141 | -#define Consts_SInvalidBitmap 65177 | ||
142 | -#define Consts_SInvalidIcon 65178 | ||
143 | -#define Consts_SChangeIconSize 65179 | ||
144 | -#define Consts_SUnknownClipboardFormat 65180 | ||
145 | -#define Consts_SOutOfResources 65181 | ||
146 | -#define Consts_SNoCanvasHandle 65182 | ||
147 | -#define Consts_SInvalidImageSize 65183 | ||
148 | -#define IdResourceStrings_RSSocksServerGeneralError 65184 | ||
149 | -#define IdResourceStrings_RSSocksServerPermissionError 65185 | ||
150 | -#define IdResourceStrings_RSSocksServerNetUnreachableError 65186 | ||
151 | -#define IdResourceStrings_RSSocksServerHostUnreachableError 65187 | ||
152 | -#define IdResourceStrings_RSSocksServerConnectionRefusedError 65188 | ||
153 | -#define IdResourceStrings_RSSocksServerTTLExpiredError 65189 | ||
154 | -#define IdResourceStrings_RSSocksServerCommandError 65190 | ||
155 | -#define IdResourceStrings_RSSocksServerAddressError 65191 | ||
156 | -#define IdResourceStrings_RSDestinationFileAlreadyExists 65192 | ||
157 | -#define IdResourceStrings_RSSSLAcceptError 65193 | ||
158 | -#define IdResourceStrings_RSSSLConnectError 65194 | ||
159 | -#define IdResourceStrings_RSSSLSettingCipherError 65195 | ||
160 | -#define IdResourceStrings_RSSSLCreatingContextError 65196 | ||
161 | -#define IdResourceStrings_RSSSLLoadingRootCertError 65197 | ||
162 | -#define IdResourceStrings_RSSSLLoadingCertError 65198 | ||
163 | -#define IdResourceStrings_RSSSLLoadingKeyError 65199 | ||
164 | -#define IdResourceStrings_RSStackETOOMANYREFS 65200 | ||
165 | -#define IdResourceStrings_RSStackETIMEDOUT 65201 | ||
166 | -#define IdResourceStrings_RSStackECONNREFUSED 65202 | ||
167 | -#define IdResourceStrings_RSStackELOOP 65203 | ||
168 | -#define IdResourceStrings_RSStackENAMETOOLONG 65204 | ||
169 | -#define IdResourceStrings_RSStackEHOSTDOWN 65205 | ||
170 | -#define IdResourceStrings_RSStackEHOSTUNREACH 65206 | ||
171 | -#define IdResourceStrings_RSStackENOTEMPTY 65207 | ||
172 | -#define IdResourceStrings_RSStackHOST_NOT_FOUND 65208 | ||
173 | -#define IdResourceStrings_RSSocksRequestFailed 65209 | ||
174 | -#define IdResourceStrings_RSSocksRequestServerFailed 65210 | ||
175 | -#define IdResourceStrings_RSSocksRequestIdentFailed 65211 | ||
176 | -#define IdResourceStrings_RSSocksUnknownError 65212 | ||
177 | -#define IdResourceStrings_RSSocksServerRespondError 65213 | ||
178 | -#define IdResourceStrings_RSSocksAuthMethodError 65214 | ||
179 | -#define IdResourceStrings_RSSocksAuthError 65215 | ||
180 | -#define IdResourceStrings_RSStackEPROTONOSUPPORT 65216 | ||
181 | -#define IdResourceStrings_RSStackESOCKTNOSUPPORT 65217 | ||
182 | -#define IdResourceStrings_RSStackEOPNOTSUPP 65218 | ||
183 | -#define IdResourceStrings_RSStackEPFNOSUPPORT 65219 | ||
184 | -#define IdResourceStrings_RSStackEAFNOSUPPORT 65220 | ||
185 | -#define IdResourceStrings_RSStackEADDRINUSE 65221 | ||
186 | -#define IdResourceStrings_RSStackEADDRNOTAVAIL 65222 | ||
187 | -#define IdResourceStrings_RSStackENETDOWN 65223 | ||
188 | -#define IdResourceStrings_RSStackENETUNREACH 65224 | ||
189 | -#define IdResourceStrings_RSStackENETRESET 65225 | ||
190 | -#define IdResourceStrings_RSStackECONNABORTED 65226 | ||
191 | -#define IdResourceStrings_RSStackECONNRESET 65227 | ||
192 | -#define IdResourceStrings_RSStackENOBUFS 65228 | ||
193 | -#define IdResourceStrings_RSStackEISCONN 65229 | ||
194 | -#define IdResourceStrings_RSStackENOTCONN 65230 | ||
195 | -#define IdResourceStrings_RSStackESHUTDOWN 65231 | ||
196 | -#define IdResourceStrings_RSInvalidServiceName 65232 | ||
197 | -#define IdResourceStrings_RSStackError 65233 | ||
198 | -#define IdResourceStrings_RSStackEINTR 65234 | ||
199 | -#define IdResourceStrings_RSStackEBADF 65235 | ||
200 | -#define IdResourceStrings_RSStackEACCES 65236 | ||
201 | -#define IdResourceStrings_RSStackEFAULT 65237 | ||
202 | -#define IdResourceStrings_RSStackEINVAL 65238 | ||
203 | -#define IdResourceStrings_RSStackEMFILE 65239 | ||
204 | -#define IdResourceStrings_RSStackEWOULDBLOCK 65240 | ||
205 | -#define IdResourceStrings_RSStackEINPROGRESS 65241 | ||
206 | -#define IdResourceStrings_RSStackEALREADY 65242 | ||
207 | -#define IdResourceStrings_RSStackENOTSOCK 65243 | ||
208 | -#define IdResourceStrings_RSStackEDESTADDRREQ 65244 | ||
209 | -#define IdResourceStrings_RSStackEMSGSIZE 65245 | ||
210 | -#define IdResourceStrings_RSStackEPROTOTYPE 65246 | ||
211 | -#define IdResourceStrings_RSStackENOPROTOOPT 65247 | ||
212 | -#define IdResourceStrings_RSWS2LoadError 65248 | ||
213 | -#define IdResourceStrings_RSStatusResolving 65249 | ||
214 | -#define IdResourceStrings_RSStatusConnecting 65250 | ||
215 | -#define IdResourceStrings_RSStatusConnected 65251 | ||
216 | -#define IdResourceStrings_RSStatusDisconnecting 65252 | ||
217 | -#define IdResourceStrings_RSStatusDisconnected 65253 | ||
218 | -#define IdResourceStrings_RSStatusText 65254 | ||
219 | -#define IdResourceStrings_RSConnectTimeout 65255 | ||
220 | -#define IdResourceStrings_RSHTTPChunkStarted 65256 | ||
221 | -#define IdResourceStrings_RSHTTPAuthAlreadyRegistered 65257 | ||
222 | -#define IdResourceStrings_RSFTPUnknownHost 65258 | ||
223 | -#define IdResourceStrings_RSInvalidFTPListingFormat 65259 | ||
224 | -#define IdResourceStrings_RSFTPStatusReady 65260 | ||
225 | -#define IdResourceStrings_RSFTPStatusStartTransfer 65261 | ||
226 | -#define IdResourceStrings_RSFTPStatusDoneTransfer 65262 | ||
227 | -#define IdResourceStrings_RSFTPStatusAbortTransfer 65263 | ||
228 | -#define IdResourceStrings_RSConnectionClosedGracefully 65264 | ||
229 | -#define IdResourceStrings_RSCouldNotBindSocket 65265 | ||
230 | -#define IdResourceStrings_RSFailedTimeZoneInfo 65266 | ||
231 | -#define IdResourceStrings_RSNotEnoughDataInBuffer 65267 | ||
232 | -#define IdResourceStrings_RSWinsockInitializationError 65268 | ||
233 | -#define IdResourceStrings_RSSetSizeExceeded 65269 | ||
234 | -#define IdResourceStrings_RSFileNotFound 65270 | ||
235 | -#define IdResourceStrings_RSOnlyOneAntiFreeze 65271 | ||
236 | -#define IdResourceStrings_RSIOHandlerPropInvalid 65272 | ||
237 | -#define IdResourceStrings_RSNotConnected 65273 | ||
238 | -#define IdResourceStrings_RSIdNoDataToRead 65274 | ||
239 | -#define IdResourceStrings_RSCanNotBindRange 65275 | ||
240 | -#define IdResourceStrings_RSInvalidPortRange 65276 | ||
241 | -#define IdResourceStrings_RSReadTimeout 65277 | ||
242 | -#define IdResourceStrings_RSReadLnMaxLineLengthExceeded 65278 | ||
243 | -#define IdResourceStrings_RSWS2CallError 65279 | ||
244 | -#define JclResources_RsIntelCacheDescrEA 65280 | ||
245 | -#define JclResources_RsIntelCacheDescrEB 65281 | ||
246 | -#define JclResources_RsIntelCacheDescrEC 65282 | ||
247 | -#define JclResources_RsIntelCacheDescrF0 65283 | ||
248 | -#define JclResources_RsIntelCacheDescrF1 65284 | ||
249 | -#define JclResources_RsIntelCacheDescrFF 65285 | ||
250 | -#define JclResources_RsInvalidMMFName 65286 | ||
251 | -#define JclResources_RsInvalidMMFEmpty 65287 | ||
252 | -#define JclResources_RsWin32Error 65288 | ||
253 | -#define ComConst_SOleError 65289 | ||
254 | -#define ComConst_SNoMethod 65290 | ||
255 | -#define ComConst_SVarNotObject 65291 | ||
256 | -#define ComConst_STooManyParams 65292 | ||
257 | -#define ComConst_SDCOMNotInstalled 65293 | ||
258 | -#define IdResourceStrings_RSAlreadyConnected 65294 | ||
259 | -#define IdResourceStrings_RSCannotAllocateSocket 65295 | ||
260 | -#define JclResources_RsIntelCacheDescrB4 65296 | ||
261 | -#define JclResources_RsIntelCacheDescrBA 65297 | ||
262 | -#define JclResources_RsIntelCacheDescrC0 65298 | ||
263 | -#define JclResources_RsIntelCacheDescrCA 65299 | ||
264 | -#define JclResources_RsIntelCacheDescrD0 65300 | ||
265 | -#define JclResources_RsIntelCacheDescrD1 65301 | ||
266 | -#define JclResources_RsIntelCacheDescrD2 65302 | ||
267 | -#define JclResources_RsIntelCacheDescrD6 65303 | ||
268 | -#define JclResources_RsIntelCacheDescrD7 65304 | ||
269 | -#define JclResources_RsIntelCacheDescrD8 65305 | ||
270 | -#define JclResources_RsIntelCacheDescrDC 65306 | ||
271 | -#define JclResources_RsIntelCacheDescrDD 65307 | ||
272 | -#define JclResources_RsIntelCacheDescrDE 65308 | ||
273 | -#define JclResources_RsIntelCacheDescrE2 65309 | ||
274 | -#define JclResources_RsIntelCacheDescrE3 65310 | ||
275 | -#define JclResources_RsIntelCacheDescrE4 65311 | ||
276 | -#define JclResources_RsIntelCacheDescr7A 65312 | ||
277 | -#define JclResources_RsIntelCacheDescr7B 65313 | ||
278 | -#define JclResources_RsIntelCacheDescr7C 65314 | ||
279 | -#define JclResources_RsIntelCacheDescr7D 65315 | ||
280 | -#define JclResources_RsIntelCacheDescr7F 65316 | ||
281 | -#define JclResources_RsIntelCacheDescr80 65317 | ||
282 | -#define JclResources_RsIntelCacheDescr82 65318 | ||
283 | -#define JclResources_RsIntelCacheDescr83 65319 | ||
284 | -#define JclResources_RsIntelCacheDescr84 65320 | ||
285 | -#define JclResources_RsIntelCacheDescr85 65321 | ||
286 | -#define JclResources_RsIntelCacheDescr86 65322 | ||
287 | -#define JclResources_RsIntelCacheDescr87 65323 | ||
288 | -#define JclResources_RsIntelCacheDescrB0 65324 | ||
289 | -#define JclResources_RsIntelCacheDescrB1 65325 | ||
290 | -#define JclResources_RsIntelCacheDescrB2 65326 | ||
291 | -#define JclResources_RsIntelCacheDescrB3 65327 | ||
292 | -#define JclResources_RsIntelCacheDescr59 65328 | ||
293 | -#define JclResources_RsIntelCacheDescr5A 65329 | ||
294 | -#define JclResources_RsIntelCacheDescr5B 65330 | ||
295 | -#define JclResources_RsIntelCacheDescr5C 65331 | ||
296 | -#define JclResources_RsIntelCacheDescr5D 65332 | ||
297 | -#define JclResources_RsIntelCacheDescr60 65333 | ||
298 | -#define JclResources_RsIntelCacheDescr66 65334 | ||
299 | -#define JclResources_RsIntelCacheDescr67 65335 | ||
300 | -#define JclResources_RsIntelCacheDescr68 65336 | ||
301 | -#define JclResources_RsIntelCacheDescr70 65337 | ||
302 | -#define JclResources_RsIntelCacheDescr71 65338 | ||
303 | -#define JclResources_RsIntelCacheDescr72 65339 | ||
304 | -#define JclResources_RsIntelCacheDescr73 65340 | ||
305 | -#define JclResources_RsIntelCacheDescr76 65341 | ||
306 | -#define JclResources_RsIntelCacheDescr78 65342 | ||
307 | -#define JclResources_RsIntelCacheDescr79 65343 | ||
308 | -#define JclResources_RsIntelCacheDescr46 65344 | ||
309 | -#define JclResources_RsIntelCacheDescr47 65345 | ||
310 | -#define JclResources_RsIntelCacheDescr48 65346 | ||
311 | -#define JclResources_RsIntelCacheDescr49 65347 | ||
312 | -#define JclResources_RsIntelCacheDescr4A 65348 | ||
313 | -#define JclResources_RsIntelCacheDescr4B 65349 | ||
314 | -#define JclResources_RsIntelCacheDescr4C 65350 | ||
315 | -#define JclResources_RsIntelCacheDescr4D 65351 | ||
316 | -#define JclResources_RsIntelCacheDescr4E 65352 | ||
317 | -#define JclResources_RsIntelCacheDescr4F 65353 | ||
318 | -#define JclResources_RsIntelCacheDescr50 65354 | ||
319 | -#define JclResources_RsIntelCacheDescr51 65355 | ||
320 | -#define JclResources_RsIntelCacheDescr52 65356 | ||
321 | -#define JclResources_RsIntelCacheDescr55 65357 | ||
322 | -#define JclResources_RsIntelCacheDescr56 65358 | ||
323 | -#define JclResources_RsIntelCacheDescr57 65359 | ||
324 | -#define JclResources_RsIntelCacheDescr25 65360 | ||
325 | -#define JclResources_RsIntelCacheDescr29 65361 | ||
326 | -#define JclResources_RsIntelCacheDescr2C 65362 | ||
327 | -#define JclResources_RsIntelCacheDescr30 65363 | ||
328 | -#define JclResources_RsIntelCacheDescr39 65364 | ||
329 | -#define JclResources_RsIntelCacheDescr3A 65365 | ||
330 | -#define JclResources_RsIntelCacheDescr3B 65366 | ||
331 | -#define JclResources_RsIntelCacheDescr3C 65367 | ||
332 | -#define JclResources_RsIntelCacheDescr3D 65368 | ||
333 | -#define JclResources_RsIntelCacheDescr3E 65369 | ||
334 | -#define JclResources_RsIntelCacheDescr40 65370 | ||
335 | -#define JclResources_RsIntelCacheDescr41 65371 | ||
336 | -#define JclResources_RsIntelCacheDescr42 65372 | ||
337 | -#define JclResources_RsIntelCacheDescr43 65373 | ||
338 | -#define JclResources_RsIntelCacheDescr44 65374 | ||
339 | -#define JclResources_RsIntelCacheDescr45 65375 | ||
340 | -#define JclResources_RsIntelCacheDescr01 65376 | ||
341 | -#define JclResources_RsIntelCacheDescr02 65377 | ||
342 | -#define JclResources_RsIntelCacheDescr03 65378 | ||
343 | -#define JclResources_RsIntelCacheDescr04 65379 | ||
344 | -#define JclResources_RsIntelCacheDescr05 65380 | ||
345 | -#define JclResources_RsIntelCacheDescr06 65381 | ||
346 | -#define JclResources_RsIntelCacheDescr08 65382 | ||
347 | -#define JclResources_RsIntelCacheDescr09 65383 | ||
348 | -#define JclResources_RsIntelCacheDescr0A 65384 | ||
349 | -#define JclResources_RsIntelCacheDescr0B 65385 | ||
350 | -#define JclResources_RsIntelCacheDescr0C 65386 | ||
351 | -#define JclResources_RsIntelCacheDescr0D 65387 | ||
352 | -#define JclResources_RsIntelCacheDescr0E 65388 | ||
353 | -#define JclResources_RsIntelCacheDescr21 65389 | ||
354 | -#define JclResources_RsIntelCacheDescr22 65390 | ||
355 | -#define JclResources_RsIntelCacheDescr23 65391 | ||
356 | -#define RTLConsts_SSortedListError 65392 | ||
357 | -#define RTLConsts_SUnknownGroup 65393 | ||
358 | -#define RTLConsts_SUnknownProperty 65394 | ||
359 | -#define RTLConsts_SWriteError 65395 | ||
360 | -#define RTLConsts_SThreadCreateError 65396 | ||
361 | -#define RTLConsts_SThreadError 65397 | ||
362 | -#define JclResources_RsEReplacementChar 65398 | ||
363 | -#define JclResources_RsCannotCreateDir 65399 | ||
364 | -#define JclResources_RsFileUtilsNoVersionInfo 65400 | ||
365 | -#define JclResources_RsFileUtilsFileDoesNotExist 65401 | ||
366 | -#define JclResources_RsUnableToOpenKeyRead 65402 | ||
367 | -#define JclResources_RsUnableToAccessValue 65403 | ||
368 | -#define JclResources_RsWrongDataType 65404 | ||
369 | -#define JclResources_RsInconsistentPath 65405 | ||
370 | -#define JclResources_RsSynchCreateMutex 65406 | ||
371 | -#define JclResources_RsIntelCacheDescr00 65407 | ||
372 | -#define RTLConsts_SInvalidImage 65408 | ||
373 | -#define RTLConsts_SInvalidName 65409 | ||
374 | -#define RTLConsts_SInvalidProperty 65410 | ||
375 | -#define RTLConsts_SInvalidPropertyPath 65411 | ||
376 | -#define RTLConsts_SInvalidPropertyValue 65412 | ||
377 | -#define RTLConsts_SInvalidRegType 65413 | ||
378 | -#define RTLConsts_SListCapacityError 65414 | ||
379 | -#define RTLConsts_SListCountError 65415 | ||
380 | -#define RTLConsts_SListIndexError 65416 | ||
381 | -#define RTLConsts_SMemoryStreamError 65417 | ||
382 | -#define RTLConsts_SPropertyException 65418 | ||
383 | -#define RTLConsts_SReadError 65419 | ||
384 | -#define RTLConsts_SReadOnlyProperty 65420 | ||
385 | -#define RTLConsts_SRegGetDataFailed 65421 | ||
386 | -#define RTLConsts_SResNotFound 65422 | ||
387 | -#define RTLConsts_SSeekNotImplemented 65423 | ||
388 | -#define SysConst_SLongDayNameFri 65424 | ||
389 | -#define SysConst_SLongDayNameSat 65425 | ||
390 | -#define SysConst_SCannotCreateDir 65426 | ||
391 | -#define RTLConsts_SAncestorNotFound 65427 | ||
392 | -#define RTLConsts_SAssignError 65428 | ||
393 | -#define RTLConsts_SBitsIndexError 65429 | ||
394 | -#define RTLConsts_SCantWriteResourceStreamError 65430 | ||
395 | -#define RTLConsts_SCheckSynchronizeError 65431 | ||
396 | -#define RTLConsts_SClassNotFound 65432 | ||
397 | -#define RTLConsts_SDuplicateClass 65433 | ||
398 | -#define RTLConsts_SDuplicateItem 65434 | ||
399 | -#define RTLConsts_SDuplicateName 65435 | ||
400 | -#define RTLConsts_SDuplicateString 65436 | ||
401 | -#define RTLConsts_SFCreateErrorEx 65437 | ||
402 | -#define RTLConsts_SFOpenErrorEx 65438 | ||
403 | -#define RTLConsts_SIniFileWriteError 65439 | ||
404 | -#define SysConst_SLongMonthNameSep 65440 | ||
405 | -#define SysConst_SLongMonthNameOct 65441 | ||
406 | -#define SysConst_SLongMonthNameNov 65442 | ||
407 | -#define SysConst_SLongMonthNameDec 65443 | ||
408 | -#define SysConst_SShortDayNameSun 65444 | ||
409 | -#define SysConst_SShortDayNameMon 65445 | ||
410 | -#define SysConst_SShortDayNameTue 65446 | ||
411 | -#define SysConst_SShortDayNameWed 65447 | ||
412 | -#define SysConst_SShortDayNameThu 65448 | ||
413 | -#define SysConst_SShortDayNameFri 65449 | ||
414 | -#define SysConst_SShortDayNameSat 65450 | ||
415 | -#define SysConst_SLongDayNameSun 65451 | ||
416 | -#define SysConst_SLongDayNameMon 65452 | ||
417 | -#define SysConst_SLongDayNameTue 65453 | ||
418 | -#define SysConst_SLongDayNameWed 65454 | ||
419 | -#define SysConst_SLongDayNameThu 65455 | ||
420 | -#define SysConst_SShortMonthNameMay 65456 | ||
421 | -#define SysConst_SShortMonthNameJun 65457 | ||
422 | -#define SysConst_SShortMonthNameJul 65458 | ||
423 | -#define SysConst_SShortMonthNameAug 65459 | ||
424 | -#define SysConst_SShortMonthNameSep 65460 | ||
425 | -#define SysConst_SShortMonthNameOct 65461 | ||
426 | -#define SysConst_SShortMonthNameNov 65462 | ||
427 | -#define SysConst_SShortMonthNameDec 65463 | ||
428 | -#define SysConst_SLongMonthNameJan 65464 | ||
429 | -#define SysConst_SLongMonthNameFeb 65465 | ||
430 | -#define SysConst_SLongMonthNameMar 65466 | ||
431 | -#define SysConst_SLongMonthNameApr 65467 | ||
432 | -#define SysConst_SLongMonthNameMay 65468 | ||
433 | -#define SysConst_SLongMonthNameJun 65469 | ||
434 | -#define SysConst_SLongMonthNameJul 65470 | ||
435 | -#define SysConst_SLongMonthNameAug 65471 | ||
436 | -#define SysConst_SVarBadType 65472 | ||
437 | -#define SysConst_SVarNotImplemented 65473 | ||
438 | -#define SysConst_SVarUnexpected 65474 | ||
439 | -#define SysConst_SExternalException 65475 | ||
440 | -#define SysConst_SAssertionFailed 65476 | ||
441 | -#define SysConst_SIntfCastError 65477 | ||
442 | -#define SysConst_SSafecallException 65478 | ||
443 | -#define SysConst_SAssertError 65479 | ||
444 | -#define SysConst_SAbstractError 65480 | ||
445 | -#define SysConst_SModuleAccessViolation 65481 | ||
446 | -#define SysConst_SOSError 65482 | ||
447 | -#define SysConst_SUnkOSError 65483 | ||
448 | -#define SysConst_SShortMonthNameJan 65484 | ||
449 | -#define SysConst_SShortMonthNameFeb 65485 | ||
450 | -#define SysConst_SShortMonthNameMar 65486 | ||
451 | -#define SysConst_SShortMonthNameApr 65487 | ||
452 | -#define SysConst_SInvalidFormat 65488 | ||
453 | -#define SysConst_SArgumentMissing 65489 | ||
454 | -#define SysConst_SDispatchError 65490 | ||
455 | -#define SysConst_SReadAccess 65491 | ||
456 | -#define SysConst_SWriteAccess 65492 | ||
457 | -#define SysConst_SFormatTooLong 65493 | ||
458 | -#define SysConst_SVarArrayCreate 65494 | ||
459 | -#define SysConst_SVarArrayBounds 65495 | ||
460 | -#define SysConst_SVarArrayLocked 65496 | ||
461 | -#define SysConst_SInvalidVarCast 65497 | ||
462 | -#define SysConst_SInvalidVarOp 65498 | ||
463 | -#define SysConst_SInvalidVarOpWithHResultWithPrefix 65499 | ||
464 | -#define SysConst_SVarTypeCouldNotConvert 65500 | ||
465 | -#define SysConst_SVarTypeConvertOverflow 65501 | ||
466 | -#define SysConst_SVarOverflow 65502 | ||
467 | -#define SysConst_SVarInvalid 65503 | ||
468 | -#define SysConst_SDivByZero 65504 | ||
469 | -#define SysConst_SRangeError 65505 | ||
470 | -#define SysConst_SIntOverflow 65506 | ||
471 | -#define SysConst_SInvalidOp 65507 | ||
472 | -#define SysConst_SZeroDivide 65508 | ||
473 | -#define SysConst_SOverflow 65509 | ||
474 | -#define SysConst_SUnderflow 65510 | ||
475 | -#define SysConst_SInvalidPointer 65511 | ||
476 | -#define SysConst_SInvalidCast 65512 | ||
477 | -#define SysConst_SAccessViolationArg3 65513 | ||
478 | -#define SysConst_SAccessViolationNoArg 65514 | ||
479 | -#define SysConst_SStackOverflow 65515 | ||
480 | -#define SysConst_SControlC 65516 | ||
481 | -#define SysConst_SPrivilege 65517 | ||
482 | -#define SysConst_SException 65518 | ||
483 | -#define SysConst_SExceptTitle 65519 | ||
484 | -#define SysConst_SInvalidInteger 65520 | ||
485 | -#define SysConst_SInvalidFloat 65521 | ||
486 | -#define SysConst_SInvalidDate 65522 | ||
487 | -#define SysConst_SInvalidTime 65523 | ||
488 | -#define SysConst_SInvalidDateTime 65524 | ||
489 | -#define SysConst_STimeEncodeError 65525 | ||
490 | -#define SysConst_SDateEncodeError 65526 | ||
491 | -#define SysConst_SOutOfMemory 65527 | ||
492 | -#define SysConst_SInOutError 65528 | ||
493 | -#define SysConst_SFileNotFound 65529 | ||
494 | -#define SysConst_SInvalidFilename 65530 | ||
495 | -#define SysConst_STooManyOpenFiles 65531 | ||
496 | -#define SysConst_SAccessDenied 65532 | ||
497 | -#define SysConst_SEndOfFile 65533 | ||
498 | -#define SysConst_SDiskFull 65534 | ||
499 | -#define SysConst_SInvalidInput 65535 | ||
500 | -STRINGTABLE | ||
501 | -BEGIN | ||
502 | - ExtCtrls_clNameMenuText, "Menu Text" | ||
503 | - ExtCtrls_clNameNone, "None" | ||
504 | - ExtCtrls_clNameScrollBar, "Scroll Bar" | ||
505 | - ExtCtrls_clName3DDkShadow, "3D Dark Shadow" | ||
506 | - ExtCtrls_clName3DLight, "3D Light" | ||
507 | - ExtCtrls_clNameWindow, "Window Background" | ||
508 | - ExtCtrls_clNameWindowFrame, "Window Frame" | ||
509 | - ExtCtrls_clNameWindowText, "Window Text" | ||
510 | - WinHelpViewer_hNoKeyword, "No help keyword specified." | ||
511 | - ExtCtrls_clNameBackground, "Background" | ||
512 | - ExtCtrls_clNameBtnFace, "Button Face" | ||
513 | - ExtCtrls_clNameBtnHighlight, "Button Highlight" | ||
514 | - ExtCtrls_clNameBtnShadow, "Button Shadow" | ||
515 | - ExtCtrls_clNameBtnText, "Button Text" | ||
516 | - ExtCtrls_clNameCaptionText, "Caption Text" | ||
517 | - ExtCtrls_clNameDefault, "Default" | ||
518 | - ExtCtrls_clNameGrayText, "Gray Text" | ||
519 | - ExtCtrls_clNameHighlight, "Highlight Background" | ||
520 | - ExtCtrls_clNameHighlightText, "Highlight Text" | ||
521 | - ExtCtrls_clNameInactiveBorder, "Inactive Border" | ||
522 | - ExtCtrls_clNameInactiveCaption, "Inactive Caption" | ||
523 | - ExtCtrls_clNameInactiveCaptionText, "Inactive Caption Text" | ||
524 | - ExtCtrls_clNameInfoBk, "Info Background" | ||
525 | - ExtCtrls_clNameInfoText, "Info Text" | ||
526 | - ExtCtrls_clNameMenu, "Menu Background" | ||
527 | - ExtCtrls_clNameGray, "Gray" | ||
528 | - ExtCtrls_clNameSilver, "Silver" | ||
529 | - ExtCtrls_clNameRed, "Red" | ||
530 | - ExtCtrls_clNameLime, "Lime" | ||
531 | - ExtCtrls_clNameYellow, "Yellow" | ||
532 | - ExtCtrls_clNameBlue, "Blue" | ||
533 | - ExtCtrls_clNameFuchsia, "Fuchsia" | ||
534 | - ExtCtrls_clNameAqua, "Aqua" | ||
535 | - ExtCtrls_clNameWhite, "White" | ||
536 | - ExtCtrls_clNameMoneyGreen, "Money Green" | ||
537 | - ExtCtrls_clNameSkyBlue, "Sky Blue" | ||
538 | - ExtCtrls_clNameCream, "Cream" | ||
539 | - ExtCtrls_clNameMedGray, "Medium Gray" | ||
540 | - ExtCtrls_clNameActiveBorder, "Active Border" | ||
541 | - ExtCtrls_clNameActiveCaption, "Active Caption" | ||
542 | - ExtCtrls_clNameAppWorkSpace, "Application Workspace" | ||
543 | - Consts_SDockedCtlNeedsName, "Docked control must have a name" | ||
544 | - Consts_SDockTreeRemoveError, "Error removing control from dock tree" | ||
545 | - Consts_SDockZoneNotFound, " - Dock zone not found" | ||
546 | - Consts_SDockZoneHasNoCtl, " - Dock zone has no control" | ||
547 | - OleConst_sNoRunningObject, "Unable to retrieve a pointer to a running object registered with OLE for %s/%s" | ||
548 | - HelpIntfs_hNoTableOfContents, "Unable to find a Table of Contents" | ||
549 | - HelpIntfs_hNothingFound, "No help found for %s" | ||
550 | - HelpIntfs_hNoContext, "No context-sensitive help installed" | ||
551 | - HelpIntfs_hNoTopics, "No topic-based help system installed" | ||
552 | - ExtCtrls_clNameBlack, "Black" | ||
553 | - ExtCtrls_clNameMaroon, "Maroon" | ||
554 | - ExtCtrls_clNameGreen, "Green" | ||
555 | - ExtCtrls_clNameOlive, "Olive" | ||
556 | - ExtCtrls_clNameNavy, "Navy" | ||
557 | - ExtCtrls_clNamePurple, "Purple" | ||
558 | - ExtCtrls_clNameTeal, "Teal" | ||
559 | - Consts_SmkcSpace, "Space" | ||
560 | - Consts_SmkcPgUp, "PgUp" | ||
561 | - Consts_SmkcPgDn, "PgDn" | ||
562 | - Consts_SmkcEnd, "End" | ||
563 | - Consts_SmkcHome, "Home" | ||
564 | - Consts_SmkcLeft, "Left" | ||
565 | - Consts_SmkcUp, "Up" | ||
566 | - Consts_SmkcRight, "Right" | ||
567 | - Consts_SmkcDown, "Down" | ||
568 | - Consts_SmkcIns, "Ins" | ||
569 | - Consts_SmkcDel, "Del" | ||
570 | - Consts_SmkcShift, "Shift+" | ||
571 | - Consts_SmkcCtrl, "Ctrl+" | ||
572 | - Consts_SmkcAlt, "Alt+" | ||
573 | - Consts_SIconToClipboard, "Clipboard does not support Icons" | ||
574 | - Consts_SDuplicateMenus, "Menu '%s' is already being used by another form" | ||
575 | - Consts_SMsgDlgConfirm, "Confirm" | ||
576 | - Consts_SMsgDlgYes, "&Yes" | ||
577 | - Consts_SMsgDlgNo, "&No" | ||
578 | - Consts_SMsgDlgOK, "OK" | ||
579 | - Consts_SMsgDlgCancel, "Cancel" | ||
580 | - Consts_SMsgDlgHelp, "&Help" | ||
581 | - Consts_SMsgDlgAbort, "&Abort" | ||
582 | - Consts_SMsgDlgRetry, "&Retry" | ||
583 | - Consts_SMsgDlgIgnore, "&Ignore" | ||
584 | - Consts_SMsgDlgAll, "&All" | ||
585 | - Consts_SMsgDlgNoToAll, "N&o to All" | ||
586 | - Consts_SMsgDlgYesToAll, "Yes to &All" | ||
587 | - Consts_SmkcBkSp, "BkSp" | ||
588 | - Consts_SmkcTab, "Tab" | ||
589 | - Consts_SmkcEsc, "Esc" | ||
590 | - Consts_SmkcEnter, "Enter" | ||
591 | - Consts_SNoMDIForm, "Cannot create form. No MDI forms are currently active" | ||
592 | - Consts_SControlParentSetToSelf, "A control cannot have itself as its parent" | ||
593 | - Consts_SOKButton, "OK" | ||
594 | - Consts_SCancelButton, "Cancel" | ||
595 | - Consts_SYesButton, "&Yes" | ||
596 | - Consts_SNoButton, "&No" | ||
597 | - Consts_SHelpButton, "&Help" | ||
598 | - Consts_SCloseButton, "&Close" | ||
599 | - Consts_SIgnoreButton, "&Ignore" | ||
600 | - Consts_SRetryButton, "&Retry" | ||
601 | - Consts_SAbortButton, "Abort" | ||
602 | - Consts_SAllButton, "&All" | ||
603 | - Consts_SCannotDragForm, "Cannot drag a form" | ||
604 | - Consts_SMsgDlgWarning, "Warning" | ||
605 | - Consts_SMsgDlgError, "Error" | ||
606 | - Consts_SMsgDlgInformation, "Information" | ||
607 | - Consts_SInvalidImageList, "Invalid ImageList" | ||
608 | - Consts_SImageIndexError, "Invalid ImageList Index" | ||
609 | - Consts_SImageReadFail, "Failed to read ImageList data from stream" | ||
610 | - Consts_SImageWriteFail, "Failed to write ImageList data to stream" | ||
611 | - Consts_SWindowDCError, "Error creating window device context" | ||
612 | - Consts_SWindowClass, "Error creating window class" | ||
613 | - Consts_SCannotFocus, "Cannot focus a disabled or invisible window" | ||
614 | - Consts_SParentRequired, "Control '%s' has no parent window" | ||
615 | - Consts_SMDIChildNotVisible, "Cannot hide an MDI Child Form" | ||
616 | - Consts_SVisibleChanged, "Cannot change Visible in OnShow or OnHide" | ||
617 | - Consts_SCannotShowModal, "Cannot make a visible window modal" | ||
618 | - Consts_SMenuIndexError, "Menu index out of range" | ||
619 | - Consts_SMenuReinserted, "Menu inserted twice" | ||
620 | - Consts_SMenuNotFound, "Sub-menu is not in menu" | ||
621 | - Consts_SNoTimers, "Not enough timers available" | ||
622 | - Consts_SGroupIndexTooLow, "GroupIndex cannot be less than a previous menu item's GroupIndex" | ||
623 | - IdResourceStrings_RSSSLGetMethodError, "Error geting SSL method." | ||
624 | - IdResourceStrings_RSSSLDataBindingError, "Error binding data to SSL socket." | ||
625 | - IdResourceStrings_RSOSSLModeNotSet, "Mode has not been set." | ||
626 | - IdResourceStrings_RSOSSLCouldNotLoadSSLLibrary, "Could not load SSL library." | ||
627 | - IdResourceStrings_RSOSSLStatusString, "SSL status: \"%s\"" | ||
628 | - IdResourceStrings_RSUnevenSizeInDecodeStream, "Uneven size in DecodeToStream." | ||
629 | - IdResourceStrings_RSUnevenSizeInEncodeStream, "Uneven size in Encode." | ||
630 | - IdResourceStrings_RSURINoProto, "Protocol field is empty" | ||
631 | - IdResourceStrings_RSURINoHost, "Host field is empty" | ||
632 | - Consts_SInvalidBitmap, "Bitmap image is not valid" | ||
633 | - Consts_SInvalidIcon, "Icon image is not valid" | ||
634 | - Consts_SChangeIconSize, "Cannot change the size of an icon" | ||
635 | - Consts_SUnknownClipboardFormat, "Unsupported clipboard format" | ||
636 | - Consts_SOutOfResources, "Out of system resources" | ||
637 | - Consts_SNoCanvasHandle, "Canvas does not allow drawing" | ||
638 | - Consts_SInvalidImageSize, "Invalid image size" | ||
639 | - IdResourceStrings_RSSocksServerGeneralError, "General SOCKS server failure." | ||
640 | - IdResourceStrings_RSSocksServerPermissionError, "Connection not allowed by ruleset." | ||
641 | - IdResourceStrings_RSSocksServerNetUnreachableError, "Network unreachable." | ||
642 | - IdResourceStrings_RSSocksServerHostUnreachableError, "Host unreachable." | ||
643 | - IdResourceStrings_RSSocksServerConnectionRefusedError, "Connection refused." | ||
644 | - IdResourceStrings_RSSocksServerTTLExpiredError, "TTL expired." | ||
645 | - IdResourceStrings_RSSocksServerCommandError, "Command not supported." | ||
646 | - IdResourceStrings_RSSocksServerAddressError, "Address type not supported." | ||
647 | - IdResourceStrings_RSDestinationFileAlreadyExists, "Destination file already exists." | ||
648 | - IdResourceStrings_RSSSLAcceptError, "Error accepting connection with SSL." | ||
649 | - IdResourceStrings_RSSSLConnectError, "Error connecting with SSL." | ||
650 | - IdResourceStrings_RSSSLSettingCipherError, "SetCipher failed." | ||
651 | - IdResourceStrings_RSSSLCreatingContextError, "Error creating SSL context." | ||
652 | - IdResourceStrings_RSSSLLoadingRootCertError, "Could not load root certificate." | ||
653 | - IdResourceStrings_RSSSLLoadingCertError, "Could not load certificate." | ||
654 | - IdResourceStrings_RSSSLLoadingKeyError, "Could not load key, check password." | ||
655 | - IdResourceStrings_RSStackETOOMANYREFS, "Too many references, cannot splice." | ||
656 | - IdResourceStrings_RSStackETIMEDOUT, "Connection timed out." | ||
657 | - IdResourceStrings_RSStackECONNREFUSED, "Connection refused." | ||
658 | - IdResourceStrings_RSStackELOOP, "Too many levels of symbolic links." | ||
659 | - IdResourceStrings_RSStackENAMETOOLONG, "File name too long." | ||
660 | - IdResourceStrings_RSStackEHOSTDOWN, "Host is down." | ||
661 | - IdResourceStrings_RSStackEHOSTUNREACH, "No route to host." | ||
662 | - IdResourceStrings_RSStackENOTEMPTY, "Directory not empty" | ||
663 | - IdResourceStrings_RSStackHOST_NOT_FOUND, "Host not found." | ||
664 | - IdResourceStrings_RSSocksRequestFailed, "Request rejected or failed." | ||
665 | - IdResourceStrings_RSSocksRequestServerFailed, "Request rejected because SOCKS server cannot connect." | ||
666 | - IdResourceStrings_RSSocksRequestIdentFailed, "Request rejected because the client program and identd report different user-ids." | ||
667 | - IdResourceStrings_RSSocksUnknownError, "Unknown socks error." | ||
668 | - IdResourceStrings_RSSocksServerRespondError, "Socks server did not respond." | ||
669 | - IdResourceStrings_RSSocksAuthMethodError, "Invalid socks authentication method." | ||
670 | - IdResourceStrings_RSSocksAuthError, "Authentication error to socks server." | ||
671 | - IdResourceStrings_RSStackEPROTONOSUPPORT, "Protocol not supported." | ||
672 | - IdResourceStrings_RSStackESOCKTNOSUPPORT, "Socket type not supported." | ||
673 | - IdResourceStrings_RSStackEOPNOTSUPP, "Operation not supported on socket." | ||
674 | - IdResourceStrings_RSStackEPFNOSUPPORT, "Protocol family not supported." | ||
675 | - IdResourceStrings_RSStackEAFNOSUPPORT, "Address family not supported by protocol family." | ||
676 | - IdResourceStrings_RSStackEADDRINUSE, "Address already in use." | ||
677 | - IdResourceStrings_RSStackEADDRNOTAVAIL, "Cannot assign requested address." | ||
678 | - IdResourceStrings_RSStackENETDOWN, "Network is down." | ||
679 | - IdResourceStrings_RSStackENETUNREACH, "Network is unreachable." | ||
680 | - IdResourceStrings_RSStackENETRESET, "Net dropped connection or reset." | ||
681 | - IdResourceStrings_RSStackECONNABORTED, "Software caused connection abort." | ||
682 | - IdResourceStrings_RSStackECONNRESET, "Connection reset by peer." | ||
683 | - IdResourceStrings_RSStackENOBUFS, "No buffer space available." | ||
684 | - IdResourceStrings_RSStackEISCONN, "Socket is already connected." | ||
685 | - IdResourceStrings_RSStackENOTCONN, "Socket is not connected." | ||
686 | - IdResourceStrings_RSStackESHUTDOWN, "Cannot send or receive after socket is closed." | ||
687 | - IdResourceStrings_RSInvalidServiceName, "%s is not a valid service." | ||
688 | - IdResourceStrings_RSStackError, "Socket Error # %d\r\n%s" | ||
689 | - IdResourceStrings_RSStackEINTR, "Interrupted system call." | ||
690 | - IdResourceStrings_RSStackEBADF, "Bad file number." | ||
691 | - IdResourceStrings_RSStackEACCES, "Access denied." | ||
692 | - IdResourceStrings_RSStackEFAULT, "Bad address." | ||
693 | - IdResourceStrings_RSStackEINVAL, "Invalid argument." | ||
694 | - IdResourceStrings_RSStackEMFILE, "Too many open files." | ||
695 | - IdResourceStrings_RSStackEWOULDBLOCK, "Operation would block. " | ||
696 | - IdResourceStrings_RSStackEINPROGRESS, "Operation now in progress." | ||
697 | - IdResourceStrings_RSStackEALREADY, "Operation already in progress." | ||
698 | - IdResourceStrings_RSStackENOTSOCK, "Socket operation on non-socket." | ||
699 | - IdResourceStrings_RSStackEDESTADDRREQ, "Destination address required." | ||
700 | - IdResourceStrings_RSStackEMSGSIZE, "Message too long." | ||
701 | - IdResourceStrings_RSStackEPROTOTYPE, "Protocol wrong type for socket." | ||
702 | - IdResourceStrings_RSStackENOPROTOOPT, "Bad protocol option." | ||
703 | - IdResourceStrings_RSWS2LoadError, "Error on loading Winsock2 library (%s)" | ||
704 | - IdResourceStrings_RSStatusResolving, "Resolving hostname %s." | ||
705 | - IdResourceStrings_RSStatusConnecting, "Connecting to %s." | ||
706 | - IdResourceStrings_RSStatusConnected, "Connected." | ||
707 | - IdResourceStrings_RSStatusDisconnecting, "Disconnecting." | ||
708 | - IdResourceStrings_RSStatusDisconnected, "Disconnected." | ||
709 | - IdResourceStrings_RSStatusText, "%s" | ||
710 | - IdResourceStrings_RSConnectTimeout, "Connect timed out." | ||
711 | - IdResourceStrings_RSHTTPChunkStarted, "Chunk Started" | ||
712 | - IdResourceStrings_RSHTTPAuthAlreadyRegistered, "This authentication method is already registered with class name %s." | ||
713 | - IdResourceStrings_RSFTPUnknownHost, "Unknown" | ||
714 | - IdResourceStrings_RSInvalidFTPListingFormat, "Unknown FTP listing format" | ||
715 | - IdResourceStrings_RSFTPStatusReady, "Connection established" | ||
716 | - IdResourceStrings_RSFTPStatusStartTransfer, "Starting FTP transfer" | ||
717 | - IdResourceStrings_RSFTPStatusDoneTransfer, "Transfer complete" | ||
718 | - IdResourceStrings_RSFTPStatusAbortTransfer, "Transfer aborted" | ||
719 | - IdResourceStrings_RSConnectionClosedGracefully, "Connection Closed Gracefully." | ||
720 | - IdResourceStrings_RSCouldNotBindSocket, "Could not bind socket. Address and port are already in use." | ||
721 | - IdResourceStrings_RSFailedTimeZoneInfo, "Failed attempting to retrieve time zone information." | ||
722 | - IdResourceStrings_RSNotEnoughDataInBuffer, "Not enough data in buffer." | ||
723 | - IdResourceStrings_RSWinsockInitializationError, "Winsock Initialization Error." | ||
724 | - IdResourceStrings_RSSetSizeExceeded, "Set Size Exceeded." | ||
725 | - IdResourceStrings_RSFileNotFound, "File \"%s\" not found" | ||
726 | - IdResourceStrings_RSOnlyOneAntiFreeze, "Only one TIdAntiFreeze can exist per application." | ||
727 | - IdResourceStrings_RSIOHandlerPropInvalid, "IOHandler value is not valid" | ||
728 | - IdResourceStrings_RSNotConnected, "Not Connected" | ||
729 | - IdResourceStrings_RSIdNoDataToRead, "No data to read." | ||
730 | - IdResourceStrings_RSCanNotBindRange, "Can not bind in port range (%d - %d)" | ||
731 | - IdResourceStrings_RSInvalidPortRange, "Invalid Port Range (%d - %d)" | ||
732 | - IdResourceStrings_RSReadTimeout, "Read Timeout" | ||
733 | - IdResourceStrings_RSReadLnMaxLineLengthExceeded, "Max line length exceeded." | ||
734 | - IdResourceStrings_RSWS2CallError, "Error on call Winsock2 library function %s" | ||
735 | - JclResources_RsIntelCacheDescrEA, "3rd-level cache: 12 MByte, 24-way set associative, 64 byte line size" | ||
736 | - JclResources_RsIntelCacheDescrEB, "3rd-level cache: 18 MByte, 24-way set associative, 64 byte line size" | ||
737 | - JclResources_RsIntelCacheDescrEC, "3rd-level cache: 24 MByte, 24-way set associative, 64 byte line size" | ||
738 | - JclResources_RsIntelCacheDescrF0, "64-Byte Prefetching" | ||
739 | - JclResources_RsIntelCacheDescrF1, "128-Byte Prefetching" | ||
740 | - JclResources_RsIntelCacheDescrFF, "CPUID leaf 2 does not report cache descriptor information, use CPUID leaf 4 to query cache parameters" | ||
741 | - JclResources_RsInvalidMMFName, "Invalid MMF name \"%s\"" | ||
742 | - JclResources_RsInvalidMMFEmpty, "The MMF named \"%s\" cannot be created empty" | ||
743 | - JclResources_RsWin32Error, "Win32 error: %s (%u)%s%s" | ||
744 | - ComConst_SOleError, "OLE error %.8x" | ||
745 | - ComConst_SNoMethod, "Method '%s' not supported by automation object" | ||
746 | - ComConst_SVarNotObject, "Variant does not reference an automation object" | ||
747 | - ComConst_STooManyParams, "Dispatch methods do not support more than 64 parameters" | ||
748 | - ComConst_SDCOMNotInstalled, "DCOM not installed" | ||
749 | - IdResourceStrings_RSAlreadyConnected, "Already connected." | ||
750 | - IdResourceStrings_RSCannotAllocateSocket, "Cannot allocate socket." | ||
751 | - JclResources_RsIntelCacheDescrB4, "Data TLB1: 4 KByte pages, 4-way set associative, 256 entries" | ||
752 | - JclResources_RsIntelCacheDescrBA, "Data TLB1: 4 KByte pages, 4-way set associative, 64 entries" | ||
753 | - JclResources_RsIntelCacheDescrC0, "Data TLB: 4 KByte and 4 MByte pages, 4-way set associative, 8 entries" | ||
754 | - JclResources_RsIntelCacheDescrCA, "Shared 2nd-Level TLB: 4 KByte pages, 4-way associative, 512 entries" | ||
755 | - JclResources_RsIntelCacheDescrD0, "3rd-level cache: 512 KByte, 4-way set associative, 64 byte line size" | ||
756 | - JclResources_RsIntelCacheDescrD1, "3rd-level cache: 1 MByte, 4-way set associative, 64 byte line size" | ||
757 | - JclResources_RsIntelCacheDescrD2, "3rd-level cache: 2 MByte, 4-way set associative, 64 byte line size" | ||
758 | - JclResources_RsIntelCacheDescrD6, "3rd-level cache: 1 MByte, 8-way set associative, 64 byte line size" | ||
759 | - JclResources_RsIntelCacheDescrD7, "3rd-level cache: 2 MByte, 8-way set associative, 64 byte line size" | ||
760 | - JclResources_RsIntelCacheDescrD8, "3rd-level cache: 4 MByte, 8-way set associative, 64 byte line size" | ||
761 | - JclResources_RsIntelCacheDescrDC, "3rd-level cache: 1.5 MByte, 12-way set associative, 64 byte line size" | ||
762 | - JclResources_RsIntelCacheDescrDD, "3rd-level cache: 3 MByte, 12-way set associative, 64 byte line size" | ||
763 | - JclResources_RsIntelCacheDescrDE, "3rd-level cache: 6 MByte, 12-way set associative, 64 byte line size" | ||
764 | - JclResources_RsIntelCacheDescrE2, "3rd-level cache: 2 MByte, 16-way set associative, 64 byte line size" | ||
765 | - JclResources_RsIntelCacheDescrE3, "3rd-level cache: 4 MByte, 16-way set associative, 64 byte line size" | ||
766 | - JclResources_RsIntelCacheDescrE4, "3rd-level cache: 8 MByte, 16-way set associative, 64 byte line size" | ||
767 | - JclResources_RsIntelCacheDescr7A, "2nd-level cache: 256 KBytes, 8-way set associative, 64 bytes line size, 2 lines per sector" | ||
768 | - JclResources_RsIntelCacheDescr7B, "2nd-level cache: 512 KBytes, 8-way set associative, 64 bytes line size, 2 lines per sector" | ||
769 | - JclResources_RsIntelCacheDescr7C, "2nd-level cache: 1 MBytes, 8-way set associative, 64 bytes line size, 2 lines per sector" | ||
770 | - JclResources_RsIntelCacheDescr7D, "2nd-level cache: 2 MBytes, 8-way set associative, 64 byte line size" | ||
771 | - JclResources_RsIntelCacheDescr7F, "2nd-level cache: 512 KBytes, 2-way set associative, 64 byte line size" | ||
772 | - JclResources_RsIntelCacheDescr80, "2nd-level cache: 512 KBytes, 8-way set associative, 64 byte line size" | ||
773 | - JclResources_RsIntelCacheDescr82, "2nd-level cache: 256 KBytes, 8-way associative, 32 byte line size" | ||
774 | - JclResources_RsIntelCacheDescr83, "2nd-level cache: 512 KBytes, 8-way associative, 32 byte line size" | ||
775 | - JclResources_RsIntelCacheDescr84, "2nd-level cache: 1 MBytes, 8-way associative, 32 byte line size" | ||
776 | - JclResources_RsIntelCacheDescr85, "2nd-level cache: 2 MBytes, 8-way associative, 32 byte line size" | ||
777 | - JclResources_RsIntelCacheDescr86, "2nd-level cache: 512 KByte, 4-way set associative, 64 byte line size" | ||
778 | - JclResources_RsIntelCacheDescr87, "2nd-level cache: 1 MByte, 8-way set associative, 64 byte line size" | ||
779 | - JclResources_RsIntelCacheDescrB0, "Instruction TLB: 4 KByte pages, 4-way set associative, 128 entries" | ||
780 | - JclResources_RsIntelCacheDescrB1, "Instruction TLB: 2 MByte pages, 4-way, 8 entries or 4 MByte pages, 4-way, 4 entries" | ||
781 | - JclResources_RsIntelCacheDescrB2, "Instruction TLB: 4 KByte pages, 4-way set associative, 64 entries" | ||
782 | - JclResources_RsIntelCacheDescrB3, "Data TLB: 4 KByte pages, 4-way set associative, 128 entries" | ||
783 | - JclResources_RsIntelCacheDescr59, "Data TLB0: 4 KByte pages, fully associative, 16 entries" | ||
784 | - JclResources_RsIntelCacheDescr5A, "Data TLB0: 2 MByte or 4 MByte pages, 4-way set associative, 32 entries" | ||
785 | - JclResources_RsIntelCacheDescr5B, "Data TLB: 4 KByte and 4 MByte pages, 64 Entries" | ||
786 | - JclResources_RsIntelCacheDescr5C, "Data TLB: 4 KByte and 4 MByte pages, 128 Entries" | ||
787 | - JclResources_RsIntelCacheDescr5D, "Data TLB: 4 KByte and 4 MByte pages, 256 Entries" | ||
788 | - JclResources_RsIntelCacheDescr60, "1st-level data cache: 16 KByte, 8-way set associative, 64 byte line size" | ||
789 | - JclResources_RsIntelCacheDescr66, "1st-level data cache: 8 KBytes, 4-way set associative, 64 byte line size" | ||
790 | - JclResources_RsIntelCacheDescr67, "1st-level data cache: 16 KBytes, 4-way set associative, 64 byte line size" | ||
791 | - JclResources_RsIntelCacheDescr68, "1st-level data cache: 32 KBytes, 4-way set associative, 64 byte line size" | ||
792 | - JclResources_RsIntelCacheDescr70, "Trace cache: 12 K-Ops, 8-way set associative" | ||
793 | - JclResources_RsIntelCacheDescr71, "Trace cache: 16 K-Ops, 8-way set associative" | ||
794 | - JclResources_RsIntelCacheDescr72, "Trace cache: 32 K-Ops, 8-way set associative" | ||
795 | - JclResources_RsIntelCacheDescr73, "Trace cache: 64 K-Ops, 8-way set associative" | ||
796 | - JclResources_RsIntelCacheDescr76, "Instruction TLB: 2M/4M pages, fully associative, 8 entries" | ||
797 | - JclResources_RsIntelCacheDescr78, "2nd-level cache: 1 MBytes, 4-way set associative, 64 bytes line size" | ||
798 | - JclResources_RsIntelCacheDescr79, "2nd-level cache: 128 KBytes, 8-way set associative, 64 bytes line size, 2 lines per sector" | ||
799 | - JclResources_RsIntelCacheDescr46, "3rd-level cache: 4 MBytes, 4-way set associative, 64 byte line size" | ||
800 | - JclResources_RsIntelCacheDescr47, "3rd-level cache: 8 MBytes, 4-way set associative, 64 byte line size" | ||
801 | - JclResources_RsIntelCacheDescr48, "3rd-level cache: 8 MByte, 8-way set associative, 64 byte line size" | ||
802 | - JclResources_RsIntelCacheDescr49, "2nd-level cache: 4 MBytes, 16-way set associative, 64 byte line size" | ||
803 | - JclResources_RsIntelCacheDescr4A, "3rd-level cache: 6MByte, 12-way set associative, 64 byte line size" | ||
804 | - JclResources_RsIntelCacheDescr4B, "3rd-level cache: 8MByte, 16-way set associative, 64 byte line size" | ||
805 | - JclResources_RsIntelCacheDescr4C, "3rd-level cache: 12MByte, 12-way set associative, 64 byte line size" | ||
806 | - JclResources_RsIntelCacheDescr4D, "3rd-level cache: 16MByte, 16-way set associative, 64 byte line size" | ||
807 | - JclResources_RsIntelCacheDescr4E, "2nd-level cache: 6MByte, 24-way set associative, 64 byte line size" | ||
808 | - JclResources_RsIntelCacheDescr4F, "Instruction TLB: 4 KByte pages, 32 Entries" | ||
809 | - JclResources_RsIntelCacheDescr50, "Instruction TLB: 4 KByte and 2 MByte or 4 MByte pages, 64 Entries" | ||
810 | - JclResources_RsIntelCacheDescr51, "Instruction TLB: 4 KByte and 2 MByte or 4 MByte pages, 128 Entries" | ||
811 | - JclResources_RsIntelCacheDescr52, "Instruction TLB: 4 KByte and 2 MByte or 4 MByte pages, 256 Entries" | ||
812 | - JclResources_RsIntelCacheDescr55, "Instruction TLB: 2-MByte or 4-MByte pages, fully associative, 7 entries" | ||
813 | - JclResources_RsIntelCacheDescr56, "Data TLB0: 4 MByte pages, 4-way set associative, 16 entries" | ||
814 | - JclResources_RsIntelCacheDescr57, "Data TLB0: 4 KByte pages, 4-way associative, 16 entries" | ||
815 | - JclResources_RsIntelCacheDescr25, "3rd level cache: 2 MBytes, 8-way set associative, 64 byte line size, 2 lines per sector" | ||
816 | - JclResources_RsIntelCacheDescr29, "3rd level cache: 4 MBytes, 8-way set associative, 64 byte line size, 2 lines per sector" | ||
817 | - JclResources_RsIntelCacheDescr2C, "1st level data cache: 32 KBytes, 8-way set associative, 64 byte line size" | ||
818 | - JclResources_RsIntelCacheDescr30, "1st level instruction cache: 32 KBytes, 8-way set associative, 64 byte line size" | ||
819 | - JclResources_RsIntelCacheDescr39, "2nd-level cache: 128 KBytes, 4-way set associative, sectored cache, 64-byte line size" | ||
820 | - JclResources_RsIntelCacheDescr3A, "2nd-level cache: 192 KBytes, 6-way set associative, sectored cache, 64-byte line size" | ||
821 | - JclResources_RsIntelCacheDescr3B, "2nd-level cache: 128 KBytes, 2-way set associative, sectored cache, 64-byte line size" | ||
822 | - JclResources_RsIntelCacheDescr3C, "2nd-level cache: 256 KBytes, 4-way set associative, sectored cache, 64-byte line size" | ||
823 | - JclResources_RsIntelCacheDescr3D, "2nd-level cache: 384 KBytes, 6-way set associative, sectored cache, 64-byte line size" | ||
824 | - JclResources_RsIntelCacheDescr3E, "2nd-level cache: 512 KBytes, 4-way set associative, sectored cache, 64-byte line size" | ||
825 | - JclResources_RsIntelCacheDescr40, "No 2nd-level cache or, if processor contains a valid 2nd-level cache, no 3rd-level cache" | ||
826 | - JclResources_RsIntelCacheDescr41, "2nd-level cache: 128 KBytes, 4-way set associative, 32 byte line size" | ||
827 | - JclResources_RsIntelCacheDescr42, "2nd-level cache: 256 KBytes, 4-way set associative, 32 byte line size" | ||
828 | - JclResources_RsIntelCacheDescr43, "2nd-level cache: 512 KBytes, 4-way set associative, 32 byte line size" | ||
829 | - JclResources_RsIntelCacheDescr44, "2nd-level cache: 1 MBytes, 4-way set associative, 32 byte line size" | ||
830 | - JclResources_RsIntelCacheDescr45, "2nd-level cache: 2 MBytes, 4-way set associative, 32 byte line size" | ||
831 | - JclResources_RsIntelCacheDescr01, "Instruction TLB: 4 KByte pages, 4-way set associative, 32 entries" | ||
832 | - JclResources_RsIntelCacheDescr02, "Instruction TLB: 4 MByte pages, 4-way set associative, 2 entries" | ||
833 | - JclResources_RsIntelCacheDescr03, "Data TLB: 4 KByte pages, 4-way set associative, 64 entries" | ||
834 | - JclResources_RsIntelCacheDescr04, "Data TLB: 4 MByte pages, 4-way set associative, 8 entries" | ||
835 | - JclResources_RsIntelCacheDescr05, "Data TLB1: 4 MByte pages, 4-way set associative, 32 entries" | ||
836 | - JclResources_RsIntelCacheDescr06, "1st level instruction cache: 8 KBytes, 4-way set associative, 32 byte line size" | ||
837 | - JclResources_RsIntelCacheDescr08, "1st level instruction cache: 16 KBytes, 4-way set associative, 32 byte line size" | ||
838 | - JclResources_RsIntelCacheDescr09, "1st level instruction cache: 32 KBytes, 4-way set associative, 64 byte line size" | ||
839 | - JclResources_RsIntelCacheDescr0A, "1st level data cache: 8 KBytes, 2-way set associative, 32 byte line size" | ||
840 | - JclResources_RsIntelCacheDescr0B, "Instruction TLB: 4 MByte pages, 4-way set associative, 4 entries" | ||
841 | - JclResources_RsIntelCacheDescr0C, "1st level data cache: 16 KBytes, 4-way set associative, 32 byte line size" | ||
842 | - JclResources_RsIntelCacheDescr0D, "1st level data cache: 16 KBytes, 4-way set associative, 64 byte line size" | ||
843 | - JclResources_RsIntelCacheDescr0E, "1st level data cache: 24 KBytes, 6-way set associative, 64 byte line size" | ||
844 | - JclResources_RsIntelCacheDescr21, "2nd level cache: 256 KBytes, 8-way set associative, 64 byte line size" | ||
845 | - JclResources_RsIntelCacheDescr22, "3rd level cache: 512 KBytes, 4-way set associative, 64 byte line size, 2 lines per sector" | ||
846 | - JclResources_RsIntelCacheDescr23, "3rd level cache: 1 MBytes, 8-way set associative, 64 byte line size, 2 lines per sector" | ||
847 | - RTLConsts_SSortedListError, "Operation not allowed on sorted list" | ||
848 | - RTLConsts_SUnknownGroup, "%s not in a class registration group" | ||
849 | - RTLConsts_SUnknownProperty, "Property %s does not exist" | ||
850 | - RTLConsts_SWriteError, "Stream write error" | ||
851 | - RTLConsts_SThreadCreateError, "Thread creation error: %s" | ||
852 | - RTLConsts_SThreadError, "Thread Error: %s (%d)" | ||
853 | - JclResources_RsEReplacementChar, "Failed to get ANSI replacement character" | ||
854 | - JclResources_RsCannotCreateDir, "Unable to create directory" | ||
855 | - JclResources_RsFileUtilsNoVersionInfo, "File contains no version information" | ||
856 | - JclResources_RsFileUtilsFileDoesNotExist, "The file %s does not exist" | ||
857 | - JclResources_RsUnableToOpenKeyRead, "Unable to open key \"%s\\%s\" for read" | ||
858 | - JclResources_RsUnableToAccessValue, "Unable to open key \"%s\\%s\" and access value \"%s\"" | ||
859 | - JclResources_RsWrongDataType, "\"%s\\%s\\%s\" is of wrong kind or size" | ||
860 | - JclResources_RsInconsistentPath, "\"%s\" does not match RootKey" | ||
861 | - JclResources_RsSynchCreateMutex, "Failed to create mutex" | ||
862 | - JclResources_RsIntelCacheDescr00, "Null descriptor" | ||
863 | - RTLConsts_SInvalidImage, "Invalid stream format" | ||
864 | - RTLConsts_SInvalidName, "''%s'' is not a valid component name" | ||
865 | - RTLConsts_SInvalidProperty, "Invalid property value" | ||
866 | - RTLConsts_SInvalidPropertyPath, "Invalid property path" | ||
867 | - RTLConsts_SInvalidPropertyValue, "Invalid property value" | ||
868 | - RTLConsts_SInvalidRegType, "Invalid data type for '%s'" | ||
869 | - RTLConsts_SListCapacityError, "List capacity out of bounds (%d)" | ||
870 | - RTLConsts_SListCountError, "List count out of bounds (%d)" | ||
871 | - RTLConsts_SListIndexError, "List index out of bounds (%d)" | ||
872 | - RTLConsts_SMemoryStreamError, "Out of memory while expanding memory stream" | ||
873 | - RTLConsts_SPropertyException, "Error reading %s%s%s: %s" | ||
874 | - RTLConsts_SReadError, "Stream read error" | ||
875 | - RTLConsts_SReadOnlyProperty, "Property is read-only" | ||
876 | - RTLConsts_SRegGetDataFailed, "Failed to get data for '%s'" | ||
877 | - RTLConsts_SResNotFound, "Resource %s not found" | ||
878 | - RTLConsts_SSeekNotImplemented, "%s.Seek not implemented" | ||
879 | - SysConst_SLongDayNameFri, "Friday" | ||
880 | - SysConst_SLongDayNameSat, "Saturday" | ||
881 | - SysConst_SCannotCreateDir, "Unable to create directory" | ||
882 | - RTLConsts_SAncestorNotFound, "Ancestor for '%s' not found" | ||
883 | - RTLConsts_SAssignError, "Cannot assign a %s to a %s" | ||
884 | - RTLConsts_SBitsIndexError, "Bits index out of range" | ||
885 | - RTLConsts_SCantWriteResourceStreamError, "Can't write to a read-only resource stream" | ||
886 | - RTLConsts_SCheckSynchronizeError, "CheckSynchronize called from thread $%x, which is NOT the main thread" | ||
887 | - RTLConsts_SClassNotFound, "Class %s not found" | ||
888 | - RTLConsts_SDuplicateClass, "A class named %s already exists" | ||
889 | - RTLConsts_SDuplicateItem, "List does not allow duplicates ($0%x)" | ||
890 | - RTLConsts_SDuplicateName, "A component named %s already exists" | ||
891 | - RTLConsts_SDuplicateString, "String list does not allow duplicates" | ||
892 | - RTLConsts_SFCreateErrorEx, "Cannot create file \"%s\". %s" | ||
893 | - RTLConsts_SFOpenErrorEx, "Cannot open file \"%s\". %s" | ||
894 | - RTLConsts_SIniFileWriteError, "Unable to write to %s" | ||
895 | - SysConst_SLongMonthNameSep, "September" | ||
896 | - SysConst_SLongMonthNameOct, "October" | ||
897 | - SysConst_SLongMonthNameNov, "November" | ||
898 | - SysConst_SLongMonthNameDec, "December" | ||
899 | - SysConst_SShortDayNameSun, "Sun" | ||
900 | - SysConst_SShortDayNameMon, "Mon" | ||
901 | - SysConst_SShortDayNameTue, "Tue" | ||
902 | - SysConst_SShortDayNameWed, "Wed" | ||
903 | - SysConst_SShortDayNameThu, "Thu" | ||
904 | - SysConst_SShortDayNameFri, "Fri" | ||
905 | - SysConst_SShortDayNameSat, "Sat" | ||
906 | - SysConst_SLongDayNameSun, "Sunday" | ||
907 | - SysConst_SLongDayNameMon, "Monday" | ||
908 | - SysConst_SLongDayNameTue, "Tuesday" | ||
909 | - SysConst_SLongDayNameWed, "Wednesday" | ||
910 | - SysConst_SLongDayNameThu, "Thursday" | ||
911 | - SysConst_SShortMonthNameMay, "May" | ||
912 | - SysConst_SShortMonthNameJun, "Jun" | ||
913 | - SysConst_SShortMonthNameJul, "Jul" | ||
914 | - SysConst_SShortMonthNameAug, "Aug" | ||
915 | - SysConst_SShortMonthNameSep, "Sep" | ||
916 | - SysConst_SShortMonthNameOct, "Oct" | ||
917 | - SysConst_SShortMonthNameNov, "Nov" | ||
918 | - SysConst_SShortMonthNameDec, "Dec" | ||
919 | - SysConst_SLongMonthNameJan, "January" | ||
920 | - SysConst_SLongMonthNameFeb, "February" | ||
921 | - SysConst_SLongMonthNameMar, "March" | ||
922 | - SysConst_SLongMonthNameApr, "April" | ||
923 | - SysConst_SLongMonthNameMay, "May" | ||
924 | - SysConst_SLongMonthNameJun, "June" | ||
925 | - SysConst_SLongMonthNameJul, "July" | ||
926 | - SysConst_SLongMonthNameAug, "August" | ||
927 | - SysConst_SVarBadType, "Invalid variant type" | ||
928 | - SysConst_SVarNotImplemented, "Operation not supported" | ||
929 | - SysConst_SVarUnexpected, "Unexpected variant error" | ||
930 | - SysConst_SExternalException, "External exception %x" | ||
931 | - SysConst_SAssertionFailed, "Assertion failed" | ||
932 | - SysConst_SIntfCastError, "Interface not supported" | ||
933 | - SysConst_SSafecallException, "Exception in safecall method" | ||
934 | - SysConst_SAssertError, "%s (%s, line %d)" | ||
935 | - SysConst_SAbstractError, "Abstract Error" | ||
936 | - SysConst_SModuleAccessViolation, "Access violation at address %p in module '%s'. %s of address %p" | ||
937 | - SysConst_SOSError, "System Error. Code: %d.\r\n%s" | ||
938 | - SysConst_SUnkOSError, "A call to an OS function failed" | ||
939 | - SysConst_SShortMonthNameJan, "Jan" | ||
940 | - SysConst_SShortMonthNameFeb, "Feb" | ||
941 | - SysConst_SShortMonthNameMar, "Mar" | ||
942 | - SysConst_SShortMonthNameApr, "Apr" | ||
943 | - SysConst_SInvalidFormat, "Format '%s' invalid or incompatible with argument" | ||
944 | - SysConst_SArgumentMissing, "No argument for format '%s'" | ||
945 | - SysConst_SDispatchError, "Variant method calls not supported" | ||
946 | - SysConst_SReadAccess, "Read" | ||
947 | - SysConst_SWriteAccess, "Write" | ||
948 | - SysConst_SFormatTooLong, "Format string too long" | ||
949 | - SysConst_SVarArrayCreate, "Error creating variant or safe array" | ||
950 | - SysConst_SVarArrayBounds, "Variant or safe array index out of bounds" | ||
951 | - SysConst_SVarArrayLocked, "Variant or safe array is locked" | ||
952 | - SysConst_SInvalidVarCast, "Invalid variant type conversion" | ||
953 | - SysConst_SInvalidVarOp, "Invalid variant operation" | ||
954 | - SysConst_SInvalidVarOpWithHResultWithPrefix, "Invalid variant operation (%s%.8x)\n%s" | ||
955 | - SysConst_SVarTypeCouldNotConvert, "Could not convert variant of type (%s) into type (%s)" | ||
956 | - SysConst_SVarTypeConvertOverflow, "Overflow while converting variant of type (%s) into type (%s)" | ||
957 | - SysConst_SVarOverflow, "Variant overflow" | ||
958 | - SysConst_SVarInvalid, "Invalid argument" | ||
959 | - SysConst_SDivByZero, "Division by zero" | ||
960 | - SysConst_SRangeError, "Range check error" | ||
961 | - SysConst_SIntOverflow, "Integer overflow" | ||
962 | - SysConst_SInvalidOp, "Invalid floating point operation" | ||
963 | - SysConst_SZeroDivide, "Floating point division by zero" | ||
964 | - SysConst_SOverflow, "Floating point overflow" | ||
965 | - SysConst_SUnderflow, "Floating point underflow" | ||
966 | - SysConst_SInvalidPointer, "Invalid pointer operation" | ||
967 | - SysConst_SInvalidCast, "Invalid class typecast" | ||
968 | - SysConst_SAccessViolationArg3, "Access violation at address %p. %s of address %p" | ||
969 | - SysConst_SAccessViolationNoArg, "Access violation" | ||
970 | - SysConst_SStackOverflow, "Stack overflow" | ||
971 | - SysConst_SControlC, "Control-C hit" | ||
972 | - SysConst_SPrivilege, "Privileged instruction" | ||
973 | - SysConst_SException, "Exception %s in module %s at %p.\r\n%s%s\r\n" | ||
974 | - SysConst_SExceptTitle, "Application Error" | ||
975 | - SysConst_SInvalidInteger, "'%s' is not a valid integer value" | ||
976 | - SysConst_SInvalidFloat, "'%s' is not a valid floating point value" | ||
977 | - SysConst_SInvalidDate, "'%s' is not a valid date" | ||
978 | - SysConst_SInvalidTime, "'%s' is not a valid time" | ||
979 | - SysConst_SInvalidDateTime, "'%s' is not a valid date and time" | ||
980 | - SysConst_STimeEncodeError, "Invalid argument to time encode" | ||
981 | - SysConst_SDateEncodeError, "Invalid argument to date encode" | ||
982 | - SysConst_SOutOfMemory, "Out of memory" | ||
983 | - SysConst_SInOutError, "I/O error %d" | ||
984 | - SysConst_SFileNotFound, "File not found" | ||
985 | - SysConst_SInvalidFilename, "Invalid filename" | ||
986 | - SysConst_STooManyOpenFiles, "Too many open files" | ||
987 | - SysConst_SAccessDenied, "File access denied" | ||
988 | - SysConst_SEndOfFile, "Read beyond end of file" | ||
989 | - SysConst_SDiskFull, "Disk full" | ||
990 | - SysConst_SInvalidInput, "Invalid numeric input" | ||
991 | -END | ||
992 | - |
gercols/gercols.res
No preview for this file type
installcacic/installcacic.cfg
@@ -1,44 +0,0 @@ | @@ -1,44 +0,0 @@ | ||
1 | --$A8 | ||
2 | --$B- | ||
3 | --$C+ | ||
4 | --$D+ | ||
5 | --$E- | ||
6 | --$F- | ||
7 | --$G+ | ||
8 | --$H+ | ||
9 | --$I+ | ||
10 | --$J- | ||
11 | --$K- | ||
12 | --$L+ | ||
13 | --$M- | ||
14 | --$N+ | ||
15 | --$O+ | ||
16 | --$P+ | ||
17 | --$Q+ | ||
18 | --$R+ | ||
19 | --$S- | ||
20 | --$T- | ||
21 | --$U- | ||
22 | --$V+ | ||
23 | --$W- | ||
24 | --$X+ | ||
25 | --$YD | ||
26 | --$Z1 | ||
27 | --GD | ||
28 | --cg | ||
29 | --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; | ||
30 | --H+ | ||
31 | --W+ | ||
32 | --M | ||
33 | --$M16384,1048576 | ||
34 | --K$00400000 | ||
35 | --E"c:\agentes_Windows_BINARIOS" | ||
36 | --LE"c:\program files (x86)\borland\delphi7\Projects\Bpl" | ||
37 | --LN"c:\program files (x86)\borland\delphi7\Projects\Bpl" | ||
38 | --U"C:\agentes_Windows;c:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;c:\vendors_lib\;C:\vendors_lib\MagWMI" | ||
39 | --O"C:\agentes_Windows;c:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;c:\vendors_lib\;C:\vendors_lib\MagWMI" | ||
40 | --I"C:\agentes_Windows;c:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;c:\vendors_lib\;C:\vendors_lib\MagWMI" | ||
41 | --R"C:\agentes_Windows;c:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;c:\vendors_lib\;C:\vendors_lib\MagWMI" | ||
42 | --w-UNSAFE_TYPE | ||
43 | --w-UNSAFE_CODE | ||
44 | --w-UNSAFE_CAST |
@@ -0,0 +1,51 @@ | @@ -0,0 +1,51 @@ | ||
1 | +<?xml version="1.0" encoding="utf-8"?> | ||
2 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | + <PropertyGroup> | ||
4 | + <ProjectGuid>{48629bb3-14c1-4811-a084-3cc35997f394}</ProjectGuid> | ||
5 | + <MainSource>installcacic.dpr</MainSource> | ||
6 | + <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration> | ||
7 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
8 | + <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> | ||
9 | + <DCC_DependencyCheckOutputName>..\..\Agentes_Windows_BINARIOS\installcacic.exe</DCC_DependencyCheckOutputName> | ||
10 | + </PropertyGroup> | ||
11 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
12 | + <Version>7.0</Version> | ||
13 | + <DCC_DebugInformation>False</DCC_DebugInformation> | ||
14 | + <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols> | ||
15 | + <DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck> | ||
16 | + <DCC_RangeChecking>True</DCC_RangeChecking> | ||
17 | + <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> | ||
18 | + <DCC_ExeOutput>C:\devel\cacic\Agentes_Windows_BINARIOS</DCC_ExeOutput> | ||
19 | + <DCC_Define>DEBUG</DCC_Define> | ||
20 | + </PropertyGroup> | ||
21 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
22 | + <Version>7.0</Version> | ||
23 | + <DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck> | ||
24 | + <DCC_RangeChecking>True</DCC_RangeChecking> | ||
25 | + <DCC_ExeOutput>C:\devel\cacic\Agentes_Windows_BINARIOS</DCC_ExeOutput> | ||
26 | + <DCC_UnitSearchPath>C:\agentes_Windows;c:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;c:\vendors_lib\;C:\vendors_lib\MagWMI</DCC_UnitSearchPath> | ||
27 | + <DCC_ResourcePath>C:\agentes_Windows;c:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;c:\vendors_lib\;C:\vendors_lib\MagWMI</DCC_ResourcePath> | ||
28 | + <DCC_ObjPath>C:\agentes_Windows;c:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;c:\vendors_lib\;C:\vendors_lib\MagWMI</DCC_ObjPath> | ||
29 | + <DCC_IncludePath>C:\agentes_Windows;c:\vendors_lib\MD5;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;c:\vendors_lib\;C:\vendors_lib\MagWMI</DCC_IncludePath> | ||
30 | + <DCC_Define>DEBUG</DCC_Define> | ||
31 | + </PropertyGroup> | ||
32 | + <ProjectExtensions> | ||
33 | + <Borland.Personality>Delphi.Personality</Borland.Personality> | ||
34 | + <Borland.ProjectType>VCLApplication</Borland.ProjectType> | ||
35 | + <BorlandProject> | ||
36 | +<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">2</VersionInfo><VersionInfo Name="MinorVer">8</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">1212</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">1046</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName">Dataprev - Emp. de TI da Prev Social - URES/SESS</VersionInfoKeys><VersionInfoKeys Name="FileDescription">Sistema CACIC - Módulo para Verificação e Instalação de Estrutura Básica do Sistema CACIC</VersionInfoKeys><VersionInfoKeys Name="FileVersion">2.8.0.1212</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">3.0</VersionInfoKeys><VersionInfoKeys Name="Comments">Licença: GNU/LGPL</VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">installcacic.dpr</Source></Source></Delphi.Personality></BorlandProject></BorlandProject> | ||
37 | + </ProjectExtensions> | ||
38 | + <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" /> | ||
39 | + <ItemGroup> | ||
40 | + <DelphiCompile Include="installcacic.dpr"> | ||
41 | + <MainSource>MainSource</MainSource> | ||
42 | + </DelphiCompile> | ||
43 | + <DCCReference Include="..\CACIC_Comm.pas" /> | ||
44 | + <DCCReference Include="..\CACIC_Library.pas" /> | ||
45 | + <DCCReference Include="..\CACIC_VerifyAndGetModules.pas" /> | ||
46 | + <DCCReference Include="..\CACIC_WMI.pas" /> | ||
47 | + <DCCReference Include="uInstallCACIC.pas"> | ||
48 | + <Form>frmInstallCACIC</Form> | ||
49 | + </DCCReference> | ||
50 | + </ItemGroup> | ||
51 | +</Project> | ||
0 | \ No newline at end of file | 52 | \ No newline at end of file |
installcacic/installcacic.drc
@@ -1,788 +0,0 @@ | @@ -1,788 +0,0 @@ | ||
1 | -/* VER150 | ||
2 | - Generated by the Borland Delphi Pascal Compiler | ||
3 | - because -GD or --drc was supplied to the compiler. | ||
4 | - | ||
5 | - This file contains compiler-generated resources that | ||
6 | - were bound to the executable. | ||
7 | - If this file is empty, then no compiler-generated | ||
8 | - resources were bound to the produced executable. | ||
9 | -*/ | ||
10 | - | ||
11 | -#define IdResourceStrings_RSUnevenSizeInEncodeStream 65136 | ||
12 | -#define IdResourceStrings_RSURINoProto 65137 | ||
13 | -#define IdResourceStrings_RSURINoHost 65138 | ||
14 | -#define IdResourceStrings_RSSocksServerCommandError 65152 | ||
15 | -#define IdResourceStrings_RSSocksServerAddressError 65153 | ||
16 | -#define IdResourceStrings_RSDestinationFileAlreadyExists 65154 | ||
17 | -#define IdResourceStrings_RSSSLAcceptError 65155 | ||
18 | -#define IdResourceStrings_RSSSLConnectError 65156 | ||
19 | -#define IdResourceStrings_RSSSLSettingCipherError 65157 | ||
20 | -#define IdResourceStrings_RSSSLCreatingContextError 65158 | ||
21 | -#define IdResourceStrings_RSSSLLoadingRootCertError 65159 | ||
22 | -#define IdResourceStrings_RSSSLLoadingCertError 65160 | ||
23 | -#define IdResourceStrings_RSSSLLoadingKeyError 65161 | ||
24 | -#define IdResourceStrings_RSSSLGetMethodError 65162 | ||
25 | -#define IdResourceStrings_RSSSLDataBindingError 65163 | ||
26 | -#define IdResourceStrings_RSOSSLModeNotSet 65164 | ||
27 | -#define IdResourceStrings_RSOSSLCouldNotLoadSSLLibrary 65165 | ||
28 | -#define IdResourceStrings_RSOSSLStatusString 65166 | ||
29 | -#define IdResourceStrings_RSUnevenSizeInDecodeStream 65167 | ||
30 | -#define IdResourceStrings_RSStackEHOSTUNREACH 65168 | ||
31 | -#define IdResourceStrings_RSStackENOTEMPTY 65169 | ||
32 | -#define IdResourceStrings_RSStackHOST_NOT_FOUND 65170 | ||
33 | -#define IdResourceStrings_RSSocksRequestFailed 65171 | ||
34 | -#define IdResourceStrings_RSSocksRequestServerFailed 65172 | ||
35 | -#define IdResourceStrings_RSSocksRequestIdentFailed 65173 | ||
36 | -#define IdResourceStrings_RSSocksUnknownError 65174 | ||
37 | -#define IdResourceStrings_RSSocksServerRespondError 65175 | ||
38 | -#define IdResourceStrings_RSSocksAuthMethodError 65176 | ||
39 | -#define IdResourceStrings_RSSocksAuthError 65177 | ||
40 | -#define IdResourceStrings_RSSocksServerGeneralError 65178 | ||
41 | -#define IdResourceStrings_RSSocksServerPermissionError 65179 | ||
42 | -#define IdResourceStrings_RSSocksServerNetUnreachableError 65180 | ||
43 | -#define IdResourceStrings_RSSocksServerHostUnreachableError 65181 | ||
44 | -#define IdResourceStrings_RSSocksServerConnectionRefusedError 65182 | ||
45 | -#define IdResourceStrings_RSSocksServerTTLExpiredError 65183 | ||
46 | -#define IdResourceStrings_RSStackEADDRNOTAVAIL 65184 | ||
47 | -#define IdResourceStrings_RSStackENETDOWN 65185 | ||
48 | -#define IdResourceStrings_RSStackENETUNREACH 65186 | ||
49 | -#define IdResourceStrings_RSStackENETRESET 65187 | ||
50 | -#define IdResourceStrings_RSStackECONNABORTED 65188 | ||
51 | -#define IdResourceStrings_RSStackECONNRESET 65189 | ||
52 | -#define IdResourceStrings_RSStackENOBUFS 65190 | ||
53 | -#define IdResourceStrings_RSStackEISCONN 65191 | ||
54 | -#define IdResourceStrings_RSStackENOTCONN 65192 | ||
55 | -#define IdResourceStrings_RSStackESHUTDOWN 65193 | ||
56 | -#define IdResourceStrings_RSStackETOOMANYREFS 65194 | ||
57 | -#define IdResourceStrings_RSStackETIMEDOUT 65195 | ||
58 | -#define IdResourceStrings_RSStackECONNREFUSED 65196 | ||
59 | -#define IdResourceStrings_RSStackELOOP 65197 | ||
60 | -#define IdResourceStrings_RSStackENAMETOOLONG 65198 | ||
61 | -#define IdResourceStrings_RSStackEHOSTDOWN 65199 | ||
62 | -#define IdResourceStrings_RSStackEINVAL 65200 | ||
63 | -#define IdResourceStrings_RSStackEMFILE 65201 | ||
64 | -#define IdResourceStrings_RSStackEWOULDBLOCK 65202 | ||
65 | -#define IdResourceStrings_RSStackEINPROGRESS 65203 | ||
66 | -#define IdResourceStrings_RSStackEALREADY 65204 | ||
67 | -#define IdResourceStrings_RSStackENOTSOCK 65205 | ||
68 | -#define IdResourceStrings_RSStackEDESTADDRREQ 65206 | ||
69 | -#define IdResourceStrings_RSStackEMSGSIZE 65207 | ||
70 | -#define IdResourceStrings_RSStackEPROTOTYPE 65208 | ||
71 | -#define IdResourceStrings_RSStackENOPROTOOPT 65209 | ||
72 | -#define IdResourceStrings_RSStackEPROTONOSUPPORT 65210 | ||
73 | -#define IdResourceStrings_RSStackESOCKTNOSUPPORT 65211 | ||
74 | -#define IdResourceStrings_RSStackEOPNOTSUPP 65212 | ||
75 | -#define IdResourceStrings_RSStackEPFNOSUPPORT 65213 | ||
76 | -#define IdResourceStrings_RSStackEAFNOSUPPORT 65214 | ||
77 | -#define IdResourceStrings_RSStackEADDRINUSE 65215 | ||
78 | -#define IdResourceStrings_RSStatusText 65216 | ||
79 | -#define IdResourceStrings_RSConnectTimeout 65217 | ||
80 | -#define IdResourceStrings_RSHTTPChunkStarted 65218 | ||
81 | -#define IdResourceStrings_RSHTTPAuthAlreadyRegistered 65219 | ||
82 | -#define IdResourceStrings_RSFTPUnknownHost 65220 | ||
83 | -#define IdResourceStrings_RSInvalidFTPListingFormat 65221 | ||
84 | -#define IdResourceStrings_RSFTPStatusReady 65222 | ||
85 | -#define IdResourceStrings_RSFTPStatusStartTransfer 65223 | ||
86 | -#define IdResourceStrings_RSFTPStatusDoneTransfer 65224 | ||
87 | -#define IdResourceStrings_RSFTPStatusAbortTransfer 65225 | ||
88 | -#define IdResourceStrings_RSInvalidServiceName 65226 | ||
89 | -#define IdResourceStrings_RSStackError 65227 | ||
90 | -#define IdResourceStrings_RSStackEINTR 65228 | ||
91 | -#define IdResourceStrings_RSStackEBADF 65229 | ||
92 | -#define IdResourceStrings_RSStackEACCES 65230 | ||
93 | -#define IdResourceStrings_RSStackEFAULT 65231 | ||
94 | -#define IdResourceStrings_RSFileNotFound 65232 | ||
95 | -#define IdResourceStrings_RSOnlyOneAntiFreeze 65233 | ||
96 | -#define IdResourceStrings_RSIOHandlerPropInvalid 65234 | ||
97 | -#define IdResourceStrings_RSNotConnected 65235 | ||
98 | -#define IdResourceStrings_RSIdNoDataToRead 65236 | ||
99 | -#define IdResourceStrings_RSCanNotBindRange 65237 | ||
100 | -#define IdResourceStrings_RSInvalidPortRange 65238 | ||
101 | -#define IdResourceStrings_RSReadTimeout 65239 | ||
102 | -#define IdResourceStrings_RSReadLnMaxLineLengthExceeded 65240 | ||
103 | -#define IdResourceStrings_RSWS2CallError 65241 | ||
104 | -#define IdResourceStrings_RSWS2LoadError 65242 | ||
105 | -#define IdResourceStrings_RSStatusResolving 65243 | ||
106 | -#define IdResourceStrings_RSStatusConnecting 65244 | ||
107 | -#define IdResourceStrings_RSStatusConnected 65245 | ||
108 | -#define IdResourceStrings_RSStatusDisconnecting 65246 | ||
109 | -#define IdResourceStrings_RSStatusDisconnected 65247 | ||
110 | -#define ComStrs_sRichEditSaveFail 65248 | ||
111 | -#define WinHelpViewer_hNoKeyword 65249 | ||
112 | -#define ComConst_SOleError 65250 | ||
113 | -#define ComConst_SNoMethod 65251 | ||
114 | -#define ComConst_SVarNotObject 65252 | ||
115 | -#define ComConst_STooManyParams 65253 | ||
116 | -#define ComConst_SDCOMNotInstalled 65254 | ||
117 | -#define OleConst_sNoRunningObject 65255 | ||
118 | -#define IdResourceStrings_RSAlreadyConnected 65256 | ||
119 | -#define IdResourceStrings_RSCannotAllocateSocket 65257 | ||
120 | -#define IdResourceStrings_RSConnectionClosedGracefully 65258 | ||
121 | -#define IdResourceStrings_RSCouldNotBindSocket 65259 | ||
122 | -#define IdResourceStrings_RSFailedTimeZoneInfo 65260 | ||
123 | -#define IdResourceStrings_RSNotEnoughDataInBuffer 65261 | ||
124 | -#define IdResourceStrings_RSWinsockInitializationError 65262 | ||
125 | -#define IdResourceStrings_RSSetSizeExceeded 65263 | ||
126 | -#define ExtCtrls_clNameInactiveBorder 65264 | ||
127 | -#define ExtCtrls_clNameInactiveCaption 65265 | ||
128 | -#define ExtCtrls_clNameInactiveCaptionText 65266 | ||
129 | -#define ExtCtrls_clNameInfoBk 65267 | ||
130 | -#define ExtCtrls_clNameInfoText 65268 | ||
131 | -#define ExtCtrls_clNameMenu 65269 | ||
132 | -#define ExtCtrls_clNameMenuText 65270 | ||
133 | -#define ExtCtrls_clNameNone 65271 | ||
134 | -#define ExtCtrls_clNameScrollBar 65272 | ||
135 | -#define ExtCtrls_clName3DDkShadow 65273 | ||
136 | -#define ExtCtrls_clName3DLight 65274 | ||
137 | -#define ExtCtrls_clNameWindow 65275 | ||
138 | -#define ExtCtrls_clNameWindowFrame 65276 | ||
139 | -#define ExtCtrls_clNameWindowText 65277 | ||
140 | -#define ComStrs_sRichEditInsertError 65278 | ||
141 | -#define ComStrs_sRichEditLoadFail 65279 | ||
142 | -#define ExtCtrls_clNameSkyBlue 65280 | ||
143 | -#define ExtCtrls_clNameCream 65281 | ||
144 | -#define ExtCtrls_clNameMedGray 65282 | ||
145 | -#define ExtCtrls_clNameActiveBorder 65283 | ||
146 | -#define ExtCtrls_clNameActiveCaption 65284 | ||
147 | -#define ExtCtrls_clNameAppWorkSpace 65285 | ||
148 | -#define ExtCtrls_clNameBackground 65286 | ||
149 | -#define ExtCtrls_clNameBtnFace 65287 | ||
150 | -#define ExtCtrls_clNameBtnHighlight 65288 | ||
151 | -#define ExtCtrls_clNameBtnShadow 65289 | ||
152 | -#define ExtCtrls_clNameBtnText 65290 | ||
153 | -#define ExtCtrls_clNameCaptionText 65291 | ||
154 | -#define ExtCtrls_clNameDefault 65292 | ||
155 | -#define ExtCtrls_clNameGrayText 65293 | ||
156 | -#define ExtCtrls_clNameHighlight 65294 | ||
157 | -#define ExtCtrls_clNameHighlightText 65295 | ||
158 | -#define ExtCtrls_clNameMaroon 65296 | ||
159 | -#define ExtCtrls_clNameGreen 65297 | ||
160 | -#define ExtCtrls_clNameOlive 65298 | ||
161 | -#define ExtCtrls_clNameNavy 65299 | ||
162 | -#define ExtCtrls_clNamePurple 65300 | ||
163 | -#define ExtCtrls_clNameTeal 65301 | ||
164 | -#define ExtCtrls_clNameGray 65302 | ||
165 | -#define ExtCtrls_clNameSilver 65303 | ||
166 | -#define ExtCtrls_clNameRed 65304 | ||
167 | -#define ExtCtrls_clNameLime 65305 | ||
168 | -#define ExtCtrls_clNameYellow 65306 | ||
169 | -#define ExtCtrls_clNameBlue 65307 | ||
170 | -#define ExtCtrls_clNameFuchsia 65308 | ||
171 | -#define ExtCtrls_clNameAqua 65309 | ||
172 | -#define ExtCtrls_clNameWhite 65310 | ||
173 | -#define ExtCtrls_clNameMoneyGreen 65311 | ||
174 | -#define Consts_SmkcCtrl 65312 | ||
175 | -#define Consts_SmkcAlt 65313 | ||
176 | -#define Consts_SIconToClipboard 65314 | ||
177 | -#define Consts_SCannotOpenClipboard 65315 | ||
178 | -#define Consts_SInvalidMemoSize 65316 | ||
179 | -#define Consts_SNoDefaultPrinter 65317 | ||
180 | -#define Consts_SDuplicateMenus 65318 | ||
181 | -#define Consts_SDockedCtlNeedsName 65319 | ||
182 | -#define Consts_SDockTreeRemoveError 65320 | ||
183 | -#define Consts_SDockZoneNotFound 65321 | ||
184 | -#define Consts_SDockZoneHasNoCtl 65322 | ||
185 | -#define HelpIntfs_hNoTableOfContents 65323 | ||
186 | -#define HelpIntfs_hNothingFound 65324 | ||
187 | -#define HelpIntfs_hNoContext 65325 | ||
188 | -#define HelpIntfs_hNoTopics 65326 | ||
189 | -#define ExtCtrls_clNameBlack 65327 | ||
190 | -#define Consts_SmkcBkSp 65328 | ||
191 | -#define Consts_SmkcTab 65329 | ||
192 | -#define Consts_SmkcEsc 65330 | ||
193 | -#define Consts_SmkcEnter 65331 | ||
194 | -#define Consts_SmkcSpace 65332 | ||
195 | -#define Consts_SmkcPgUp 65333 | ||
196 | -#define Consts_SmkcPgDn 65334 | ||
197 | -#define Consts_SmkcEnd 65335 | ||
198 | -#define Consts_SmkcHome 65336 | ||
199 | -#define Consts_SmkcLeft 65337 | ||
200 | -#define Consts_SmkcUp 65338 | ||
201 | -#define Consts_SmkcRight 65339 | ||
202 | -#define Consts_SmkcDown 65340 | ||
203 | -#define Consts_SmkcIns 65341 | ||
204 | -#define Consts_SmkcDel 65342 | ||
205 | -#define Consts_SmkcShift 65343 | ||
206 | -#define Consts_SVBitmaps 65344 | ||
207 | -#define Consts_SMsgDlgWarning 65345 | ||
208 | -#define Consts_SMsgDlgError 65346 | ||
209 | -#define Consts_SMsgDlgInformation 65347 | ||
210 | -#define Consts_SMsgDlgConfirm 65348 | ||
211 | -#define Consts_SMsgDlgYes 65349 | ||
212 | -#define Consts_SMsgDlgNo 65350 | ||
213 | -#define Consts_SMsgDlgOK 65351 | ||
214 | -#define Consts_SMsgDlgCancel 65352 | ||
215 | -#define Consts_SMsgDlgHelp 65353 | ||
216 | -#define Consts_SMsgDlgAbort 65354 | ||
217 | -#define Consts_SMsgDlgRetry 65355 | ||
218 | -#define Consts_SMsgDlgIgnore 65356 | ||
219 | -#define Consts_SMsgDlgAll 65357 | ||
220 | -#define Consts_SMsgDlgNoToAll 65358 | ||
221 | -#define Consts_SMsgDlgYesToAll 65359 | ||
222 | -#define Consts_SNoMDIForm 65360 | ||
223 | -#define Consts_SControlParentSetToSelf 65361 | ||
224 | -#define Consts_SOKButton 65362 | ||
225 | -#define Consts_SCancelButton 65363 | ||
226 | -#define Consts_SYesButton 65364 | ||
227 | -#define Consts_SNoButton 65365 | ||
228 | -#define Consts_SHelpButton 65366 | ||
229 | -#define Consts_SCloseButton 65367 | ||
230 | -#define Consts_SIgnoreButton 65368 | ||
231 | -#define Consts_SRetryButton 65369 | ||
232 | -#define Consts_SAbortButton 65370 | ||
233 | -#define Consts_SAllButton 65371 | ||
234 | -#define Consts_SCannotDragForm 65372 | ||
235 | -#define Consts_SVMetafiles 65373 | ||
236 | -#define Consts_SVEnhMetafiles 65374 | ||
237 | -#define Consts_SVIcons 65375 | ||
238 | -#define Consts_SWindowDCError 65376 | ||
239 | -#define Consts_SWindowClass 65377 | ||
240 | -#define Consts_SCannotFocus 65378 | ||
241 | -#define Consts_SParentRequired 65379 | ||
242 | -#define Consts_SMDIChildNotVisible 65380 | ||
243 | -#define Consts_SVisibleChanged 65381 | ||
244 | -#define Consts_SCannotShowModal 65382 | ||
245 | -#define Consts_SMenuIndexError 65383 | ||
246 | -#define Consts_SMenuReinserted 65384 | ||
247 | -#define Consts_SMenuNotFound 65385 | ||
248 | -#define Consts_SNoTimers 65386 | ||
249 | -#define Consts_SNotPrinting 65387 | ||
250 | -#define Consts_SPrinting 65388 | ||
251 | -#define Consts_SInvalidPrinter 65389 | ||
252 | -#define Consts_SDeviceOnPort 65390 | ||
253 | -#define Consts_SGroupIndexTooLow 65391 | ||
254 | -#define RTLConsts_SUnknownProperty 65392 | ||
255 | -#define RTLConsts_SWriteError 65393 | ||
256 | -#define RTLConsts_SThreadCreateError 65394 | ||
257 | -#define RTLConsts_SThreadError 65395 | ||
258 | -#define Consts_SInvalidBitmap 65396 | ||
259 | -#define Consts_SInvalidIcon 65397 | ||
260 | -#define Consts_SInvalidMetafile 65398 | ||
261 | -#define Consts_SChangeIconSize 65399 | ||
262 | -#define Consts_SUnknownClipboardFormat 65400 | ||
263 | -#define Consts_SOutOfResources 65401 | ||
264 | -#define Consts_SNoCanvasHandle 65402 | ||
265 | -#define Consts_SInvalidImageSize 65403 | ||
266 | -#define Consts_SInvalidImageList 65404 | ||
267 | -#define Consts_SImageIndexError 65405 | ||
268 | -#define Consts_SImageReadFail 65406 | ||
269 | -#define Consts_SImageWriteFail 65407 | ||
270 | -#define RTLConsts_SInvalidName 65408 | ||
271 | -#define RTLConsts_SInvalidProperty 65409 | ||
272 | -#define RTLConsts_SInvalidPropertyPath 65410 | ||
273 | -#define RTLConsts_SInvalidPropertyValue 65411 | ||
274 | -#define RTLConsts_SListCapacityError 65412 | ||
275 | -#define RTLConsts_SListCountError 65413 | ||
276 | -#define RTLConsts_SListIndexError 65414 | ||
277 | -#define RTLConsts_SMemoryStreamError 65415 | ||
278 | -#define RTLConsts_SPropertyException 65416 | ||
279 | -#define RTLConsts_SReadError 65417 | ||
280 | -#define RTLConsts_SReadOnlyProperty 65418 | ||
281 | -#define RTLConsts_SRegSetDataFailed 65419 | ||
282 | -#define RTLConsts_SResNotFound 65420 | ||
283 | -#define RTLConsts_SSeekNotImplemented 65421 | ||
284 | -#define RTLConsts_SSortedListError 65422 | ||
285 | -#define RTLConsts_SUnknownGroup 65423 | ||
286 | -#define SysConst_SLongDayNameSat 65424 | ||
287 | -#define SysConst_SCannotCreateDir 65425 | ||
288 | -#define RTLConsts_SAncestorNotFound 65426 | ||
289 | -#define RTLConsts_SAssignError 65427 | ||
290 | -#define RTLConsts_SBitsIndexError 65428 | ||
291 | -#define RTLConsts_SCantWriteResourceStreamError 65429 | ||
292 | -#define RTLConsts_SCheckSynchronizeError 65430 | ||
293 | -#define RTLConsts_SClassNotFound 65431 | ||
294 | -#define RTLConsts_SDuplicateClass 65432 | ||
295 | -#define RTLConsts_SDuplicateItem 65433 | ||
296 | -#define RTLConsts_SDuplicateName 65434 | ||
297 | -#define RTLConsts_SDuplicateString 65435 | ||
298 | -#define RTLConsts_SFCreateErrorEx 65436 | ||
299 | -#define RTLConsts_SFOpenErrorEx 65437 | ||
300 | -#define RTLConsts_SIniFileWriteError 65438 | ||
301 | -#define RTLConsts_SInvalidImage 65439 | ||
302 | -#define SysConst_SLongMonthNameOct 65440 | ||
303 | -#define SysConst_SLongMonthNameNov 65441 | ||
304 | -#define SysConst_SLongMonthNameDec 65442 | ||
305 | -#define SysConst_SShortDayNameSun 65443 | ||
306 | -#define SysConst_SShortDayNameMon 65444 | ||
307 | -#define SysConst_SShortDayNameTue 65445 | ||
308 | -#define SysConst_SShortDayNameWed 65446 | ||
309 | -#define SysConst_SShortDayNameThu 65447 | ||
310 | -#define SysConst_SShortDayNameFri 65448 | ||
311 | -#define SysConst_SShortDayNameSat 65449 | ||
312 | -#define SysConst_SLongDayNameSun 65450 | ||
313 | -#define SysConst_SLongDayNameMon 65451 | ||
314 | -#define SysConst_SLongDayNameTue 65452 | ||
315 | -#define SysConst_SLongDayNameWed 65453 | ||
316 | -#define SysConst_SLongDayNameThu 65454 | ||
317 | -#define SysConst_SLongDayNameFri 65455 | ||
318 | -#define SysConst_SShortMonthNameJun 65456 | ||
319 | -#define SysConst_SShortMonthNameJul 65457 | ||
320 | -#define SysConst_SShortMonthNameAug 65458 | ||
321 | -#define SysConst_SShortMonthNameSep 65459 | ||
322 | -#define SysConst_SShortMonthNameOct 65460 | ||
323 | -#define SysConst_SShortMonthNameNov 65461 | ||
324 | -#define SysConst_SShortMonthNameDec 65462 | ||
325 | -#define SysConst_SLongMonthNameJan 65463 | ||
326 | -#define SysConst_SLongMonthNameFeb 65464 | ||
327 | -#define SysConst_SLongMonthNameMar 65465 | ||
328 | -#define SysConst_SLongMonthNameApr 65466 | ||
329 | -#define SysConst_SLongMonthNameMay 65467 | ||
330 | -#define SysConst_SLongMonthNameJun 65468 | ||
331 | -#define SysConst_SLongMonthNameJul 65469 | ||
332 | -#define SysConst_SLongMonthNameAug 65470 | ||
333 | -#define SysConst_SLongMonthNameSep 65471 | ||
334 | -#define SysConst_SVarNotImplemented 65472 | ||
335 | -#define SysConst_SVarUnexpected 65473 | ||
336 | -#define SysConst_SExternalException 65474 | ||
337 | -#define SysConst_SAssertionFailed 65475 | ||
338 | -#define SysConst_SIntfCastError 65476 | ||
339 | -#define SysConst_SSafecallException 65477 | ||
340 | -#define SysConst_SAssertError 65478 | ||
341 | -#define SysConst_SAbstractError 65479 | ||
342 | -#define SysConst_SModuleAccessViolation 65480 | ||
343 | -#define SysConst_SOSError 65481 | ||
344 | -#define SysConst_SUnkOSError 65482 | ||
345 | -#define SysConst_SShortMonthNameJan 65483 | ||
346 | -#define SysConst_SShortMonthNameFeb 65484 | ||
347 | -#define SysConst_SShortMonthNameMar 65485 | ||
348 | -#define SysConst_SShortMonthNameApr 65486 | ||
349 | -#define SysConst_SShortMonthNameMay 65487 | ||
350 | -#define SysConst_SInvalidFormat 65488 | ||
351 | -#define SysConst_SArgumentMissing 65489 | ||
352 | -#define SysConst_SDispatchError 65490 | ||
353 | -#define SysConst_SReadAccess 65491 | ||
354 | -#define SysConst_SWriteAccess 65492 | ||
355 | -#define SysConst_SVarArrayCreate 65493 | ||
356 | -#define SysConst_SVarArrayBounds 65494 | ||
357 | -#define SysConst_SVarArrayLocked 65495 | ||
358 | -#define SysConst_SInvalidVarCast 65496 | ||
359 | -#define SysConst_SInvalidVarOp 65497 | ||
360 | -#define SysConst_SInvalidVarOpWithHResultWithPrefix 65498 | ||
361 | -#define SysConst_SVarTypeCouldNotConvert 65499 | ||
362 | -#define SysConst_SVarTypeConvertOverflow 65500 | ||
363 | -#define SysConst_SVarOverflow 65501 | ||
364 | -#define SysConst_SVarInvalid 65502 | ||
365 | -#define SysConst_SVarBadType 65503 | ||
366 | -#define SysConst_SDivByZero 65504 | ||
367 | -#define SysConst_SRangeError 65505 | ||
368 | -#define SysConst_SIntOverflow 65506 | ||
369 | -#define SysConst_SInvalidOp 65507 | ||
370 | -#define SysConst_SZeroDivide 65508 | ||
371 | -#define SysConst_SOverflow 65509 | ||
372 | -#define SysConst_SUnderflow 65510 | ||
373 | -#define SysConst_SInvalidPointer 65511 | ||
374 | -#define SysConst_SInvalidCast 65512 | ||
375 | -#define SysConst_SAccessViolationArg3 65513 | ||
376 | -#define SysConst_SAccessViolationNoArg 65514 | ||
377 | -#define SysConst_SStackOverflow 65515 | ||
378 | -#define SysConst_SControlC 65516 | ||
379 | -#define SysConst_SPrivilege 65517 | ||
380 | -#define SysConst_SException 65518 | ||
381 | -#define SysConst_SExceptTitle 65519 | ||
382 | -#define SysConst_SInvalidInteger 65520 | ||
383 | -#define SysConst_SInvalidFloat 65521 | ||
384 | -#define SysConst_SInvalidDate 65522 | ||
385 | -#define SysConst_SInvalidTime 65523 | ||
386 | -#define SysConst_SInvalidDateTime 65524 | ||
387 | -#define SysConst_STimeEncodeError 65525 | ||
388 | -#define SysConst_SDateEncodeError 65526 | ||
389 | -#define SysConst_SOutOfMemory 65527 | ||
390 | -#define SysConst_SInOutError 65528 | ||
391 | -#define SysConst_SFileNotFound 65529 | ||
392 | -#define SysConst_SInvalidFilename 65530 | ||
393 | -#define SysConst_STooManyOpenFiles 65531 | ||
394 | -#define SysConst_SAccessDenied 65532 | ||
395 | -#define SysConst_SEndOfFile 65533 | ||
396 | -#define SysConst_SDiskFull 65534 | ||
397 | -#define SysConst_SInvalidInput 65535 | ||
398 | -STRINGTABLE | ||
399 | -BEGIN | ||
400 | - IdResourceStrings_RSUnevenSizeInEncodeStream, "Uneven size in Encode." | ||
401 | - IdResourceStrings_RSURINoProto, "Protocol field is empty" | ||
402 | - IdResourceStrings_RSURINoHost, "Host field is empty" | ||
403 | - IdResourceStrings_RSSocksServerCommandError, "Command not supported." | ||
404 | - IdResourceStrings_RSSocksServerAddressError, "Address type not supported." | ||
405 | - IdResourceStrings_RSDestinationFileAlreadyExists, "Destination file already exists." | ||
406 | - IdResourceStrings_RSSSLAcceptError, "Error accepting connection with SSL." | ||
407 | - IdResourceStrings_RSSSLConnectError, "Error connecting with SSL." | ||
408 | - IdResourceStrings_RSSSLSettingCipherError, "SetCipher failed." | ||
409 | - IdResourceStrings_RSSSLCreatingContextError, "Error creating SSL context." | ||
410 | - IdResourceStrings_RSSSLLoadingRootCertError, "Could not load root certificate." | ||
411 | - IdResourceStrings_RSSSLLoadingCertError, "Could not load certificate." | ||
412 | - IdResourceStrings_RSSSLLoadingKeyError, "Could not load key, check password." | ||
413 | - IdResourceStrings_RSSSLGetMethodError, "Error geting SSL method." | ||
414 | - IdResourceStrings_RSSSLDataBindingError, "Error binding data to SSL socket." | ||
415 | - IdResourceStrings_RSOSSLModeNotSet, "Mode has not been set." | ||
416 | - IdResourceStrings_RSOSSLCouldNotLoadSSLLibrary, "Could not load SSL library." | ||
417 | - IdResourceStrings_RSOSSLStatusString, "SSL status: \"%s\"" | ||
418 | - IdResourceStrings_RSUnevenSizeInDecodeStream, "Uneven size in DecodeToStream." | ||
419 | - IdResourceStrings_RSStackEHOSTUNREACH, "No route to host." | ||
420 | - IdResourceStrings_RSStackENOTEMPTY, "Directory not empty" | ||
421 | - IdResourceStrings_RSStackHOST_NOT_FOUND, "Host not found." | ||
422 | - IdResourceStrings_RSSocksRequestFailed, "Request rejected or failed." | ||
423 | - IdResourceStrings_RSSocksRequestServerFailed, "Request rejected because SOCKS server cannot connect." | ||
424 | - IdResourceStrings_RSSocksRequestIdentFailed, "Request rejected because the client program and identd report different user-ids." | ||
425 | - IdResourceStrings_RSSocksUnknownError, "Unknown socks error." | ||
426 | - IdResourceStrings_RSSocksServerRespondError, "Socks server did not respond." | ||
427 | - IdResourceStrings_RSSocksAuthMethodError, "Invalid socks authentication method." | ||
428 | - IdResourceStrings_RSSocksAuthError, "Authentication error to socks server." | ||
429 | - IdResourceStrings_RSSocksServerGeneralError, "General SOCKS server failure." | ||
430 | - IdResourceStrings_RSSocksServerPermissionError, "Connection not allowed by ruleset." | ||
431 | - IdResourceStrings_RSSocksServerNetUnreachableError, "Network unreachable." | ||
432 | - IdResourceStrings_RSSocksServerHostUnreachableError, "Host unreachable." | ||
433 | - IdResourceStrings_RSSocksServerConnectionRefusedError, "Connection refused." | ||
434 | - IdResourceStrings_RSSocksServerTTLExpiredError, "TTL expired." | ||
435 | - IdResourceStrings_RSStackEADDRNOTAVAIL, "Cannot assign requested address." | ||
436 | - IdResourceStrings_RSStackENETDOWN, "Network is down." | ||
437 | - IdResourceStrings_RSStackENETUNREACH, "Network is unreachable." | ||
438 | - IdResourceStrings_RSStackENETRESET, "Net dropped connection or reset." | ||
439 | - IdResourceStrings_RSStackECONNABORTED, "Software caused connection abort." | ||
440 | - IdResourceStrings_RSStackECONNRESET, "Connection reset by peer." | ||
441 | - IdResourceStrings_RSStackENOBUFS, "No buffer space available." | ||
442 | - IdResourceStrings_RSStackEISCONN, "Socket is already connected." | ||
443 | - IdResourceStrings_RSStackENOTCONN, "Socket is not connected." | ||
444 | - IdResourceStrings_RSStackESHUTDOWN, "Cannot send or receive after socket is closed." | ||
445 | - IdResourceStrings_RSStackETOOMANYREFS, "Too many references, cannot splice." | ||
446 | - IdResourceStrings_RSStackETIMEDOUT, "Connection timed out." | ||
447 | - IdResourceStrings_RSStackECONNREFUSED, "Connection refused." | ||
448 | - IdResourceStrings_RSStackELOOP, "Too many levels of symbolic links." | ||
449 | - IdResourceStrings_RSStackENAMETOOLONG, "File name too long." | ||
450 | - IdResourceStrings_RSStackEHOSTDOWN, "Host is down." | ||
451 | - IdResourceStrings_RSStackEINVAL, "Invalid argument." | ||
452 | - IdResourceStrings_RSStackEMFILE, "Too many open files." | ||
453 | - IdResourceStrings_RSStackEWOULDBLOCK, "Operation would block. " | ||
454 | - IdResourceStrings_RSStackEINPROGRESS, "Operation now in progress." | ||
455 | - IdResourceStrings_RSStackEALREADY, "Operation already in progress." | ||
456 | - IdResourceStrings_RSStackENOTSOCK, "Socket operation on non-socket." | ||
457 | - IdResourceStrings_RSStackEDESTADDRREQ, "Destination address required." | ||
458 | - IdResourceStrings_RSStackEMSGSIZE, "Message too long." | ||
459 | - IdResourceStrings_RSStackEPROTOTYPE, "Protocol wrong type for socket." | ||
460 | - IdResourceStrings_RSStackENOPROTOOPT, "Bad protocol option." | ||
461 | - IdResourceStrings_RSStackEPROTONOSUPPORT, "Protocol not supported." | ||
462 | - IdResourceStrings_RSStackESOCKTNOSUPPORT, "Socket type not supported." | ||
463 | - IdResourceStrings_RSStackEOPNOTSUPP, "Operation not supported on socket." | ||
464 | - IdResourceStrings_RSStackEPFNOSUPPORT, "Protocol family not supported." | ||
465 | - IdResourceStrings_RSStackEAFNOSUPPORT, "Address family not supported by protocol family." | ||
466 | - IdResourceStrings_RSStackEADDRINUSE, "Address already in use." | ||
467 | - IdResourceStrings_RSStatusText, "%s" | ||
468 | - IdResourceStrings_RSConnectTimeout, "Connect timed out." | ||
469 | - IdResourceStrings_RSHTTPChunkStarted, "Chunk Started" | ||
470 | - IdResourceStrings_RSHTTPAuthAlreadyRegistered, "This authentication method is already registered with class name %s." | ||
471 | - IdResourceStrings_RSFTPUnknownHost, "Unknown" | ||
472 | - IdResourceStrings_RSInvalidFTPListingFormat, "Unknown FTP listing format" | ||
473 | - IdResourceStrings_RSFTPStatusReady, "Connection established" | ||
474 | - IdResourceStrings_RSFTPStatusStartTransfer, "Starting FTP transfer" | ||
475 | - IdResourceStrings_RSFTPStatusDoneTransfer, "Transfer complete" | ||
476 | - IdResourceStrings_RSFTPStatusAbortTransfer, "Transfer aborted" | ||
477 | - IdResourceStrings_RSInvalidServiceName, "%s is not a valid service." | ||
478 | - IdResourceStrings_RSStackError, "Socket Error # %d\r\n%s" | ||
479 | - IdResourceStrings_RSStackEINTR, "Interrupted system call." | ||
480 | - IdResourceStrings_RSStackEBADF, "Bad file number." | ||
481 | - IdResourceStrings_RSStackEACCES, "Access denied." | ||
482 | - IdResourceStrings_RSStackEFAULT, "Bad address." | ||
483 | - IdResourceStrings_RSFileNotFound, "File \"%s\" not found" | ||
484 | - IdResourceStrings_RSOnlyOneAntiFreeze, "Only one TIdAntiFreeze can exist per application." | ||
485 | - IdResourceStrings_RSIOHandlerPropInvalid, "IOHandler value is not valid" | ||
486 | - IdResourceStrings_RSNotConnected, "Not Connected" | ||
487 | - IdResourceStrings_RSIdNoDataToRead, "No data to read." | ||
488 | - IdResourceStrings_RSCanNotBindRange, "Can not bind in port range (%d - %d)" | ||
489 | - IdResourceStrings_RSInvalidPortRange, "Invalid Port Range (%d - %d)" | ||
490 | - IdResourceStrings_RSReadTimeout, "Read Timeout" | ||
491 | - IdResourceStrings_RSReadLnMaxLineLengthExceeded, "Max line length exceeded." | ||
492 | - IdResourceStrings_RSWS2CallError, "Error on call Winsock2 library function %s" | ||
493 | - IdResourceStrings_RSWS2LoadError, "Error on loading Winsock2 library (%s)" | ||
494 | - IdResourceStrings_RSStatusResolving, "Resolving hostname %s." | ||
495 | - IdResourceStrings_RSStatusConnecting, "Connecting to %s." | ||
496 | - IdResourceStrings_RSStatusConnected, "Connected." | ||
497 | - IdResourceStrings_RSStatusDisconnecting, "Disconnecting." | ||
498 | - IdResourceStrings_RSStatusDisconnected, "Disconnected." | ||
499 | - ComStrs_sRichEditSaveFail, "Failed to Save Stream" | ||
500 | - WinHelpViewer_hNoKeyword, "No help keyword specified." | ||
501 | - ComConst_SOleError, "OLE error %.8x" | ||
502 | - ComConst_SNoMethod, "Method '%s' not supported by automation object" | ||
503 | - ComConst_SVarNotObject, "Variant does not reference an automation object" | ||
504 | - ComConst_STooManyParams, "Dispatch methods do not support more than 64 parameters" | ||
505 | - ComConst_SDCOMNotInstalled, "DCOM not installed" | ||
506 | - OleConst_sNoRunningObject, "Unable to retrieve a pointer to a running object registered with OLE for %s/%s" | ||
507 | - IdResourceStrings_RSAlreadyConnected, "Already connected." | ||
508 | - IdResourceStrings_RSCannotAllocateSocket, "Cannot allocate socket." | ||
509 | - IdResourceStrings_RSConnectionClosedGracefully, "Connection Closed Gracefully." | ||
510 | - IdResourceStrings_RSCouldNotBindSocket, "Could not bind socket. Address and port are already in use." | ||
511 | - IdResourceStrings_RSFailedTimeZoneInfo, "Failed attempting to retrieve time zone information." | ||
512 | - IdResourceStrings_RSNotEnoughDataInBuffer, "Not enough data in buffer." | ||
513 | - IdResourceStrings_RSWinsockInitializationError, "Winsock Initialization Error." | ||
514 | - IdResourceStrings_RSSetSizeExceeded, "Set Size Exceeded." | ||
515 | - ExtCtrls_clNameInactiveBorder, "Inactive Border" | ||
516 | - ExtCtrls_clNameInactiveCaption, "Inactive Caption" | ||
517 | - ExtCtrls_clNameInactiveCaptionText, "Inactive Caption Text" | ||
518 | - ExtCtrls_clNameInfoBk, "Info Background" | ||
519 | - ExtCtrls_clNameInfoText, "Info Text" | ||
520 | - ExtCtrls_clNameMenu, "Menu Background" | ||
521 | - ExtCtrls_clNameMenuText, "Menu Text" | ||
522 | - ExtCtrls_clNameNone, "None" | ||
523 | - ExtCtrls_clNameScrollBar, "Scroll Bar" | ||
524 | - ExtCtrls_clName3DDkShadow, "3D Dark Shadow" | ||
525 | - ExtCtrls_clName3DLight, "3D Light" | ||
526 | - ExtCtrls_clNameWindow, "Window Background" | ||
527 | - ExtCtrls_clNameWindowFrame, "Window Frame" | ||
528 | - ExtCtrls_clNameWindowText, "Window Text" | ||
529 | - ComStrs_sRichEditInsertError, "RichEdit line insertion error" | ||
530 | - ComStrs_sRichEditLoadFail, "Failed to Load Stream" | ||
531 | - ExtCtrls_clNameSkyBlue, "Sky Blue" | ||
532 | - ExtCtrls_clNameCream, "Cream" | ||
533 | - ExtCtrls_clNameMedGray, "Medium Gray" | ||
534 | - ExtCtrls_clNameActiveBorder, "Active Border" | ||
535 | - ExtCtrls_clNameActiveCaption, "Active Caption" | ||
536 | - ExtCtrls_clNameAppWorkSpace, "Application Workspace" | ||
537 | - ExtCtrls_clNameBackground, "Background" | ||
538 | - ExtCtrls_clNameBtnFace, "Button Face" | ||
539 | - ExtCtrls_clNameBtnHighlight, "Button Highlight" | ||
540 | - ExtCtrls_clNameBtnShadow, "Button Shadow" | ||
541 | - ExtCtrls_clNameBtnText, "Button Text" | ||
542 | - ExtCtrls_clNameCaptionText, "Caption Text" | ||
543 | - ExtCtrls_clNameDefault, "Default" | ||
544 | - ExtCtrls_clNameGrayText, "Gray Text" | ||
545 | - ExtCtrls_clNameHighlight, "Highlight Background" | ||
546 | - ExtCtrls_clNameHighlightText, "Highlight Text" | ||
547 | - ExtCtrls_clNameMaroon, "Maroon" | ||
548 | - ExtCtrls_clNameGreen, "Green" | ||
549 | - ExtCtrls_clNameOlive, "Olive" | ||
550 | - ExtCtrls_clNameNavy, "Navy" | ||
551 | - ExtCtrls_clNamePurple, "Purple" | ||
552 | - ExtCtrls_clNameTeal, "Teal" | ||
553 | - ExtCtrls_clNameGray, "Gray" | ||
554 | - ExtCtrls_clNameSilver, "Silver" | ||
555 | - ExtCtrls_clNameRed, "Red" | ||
556 | - ExtCtrls_clNameLime, "Lime" | ||
557 | - ExtCtrls_clNameYellow, "Yellow" | ||
558 | - ExtCtrls_clNameBlue, "Blue" | ||
559 | - ExtCtrls_clNameFuchsia, "Fuchsia" | ||
560 | - ExtCtrls_clNameAqua, "Aqua" | ||
561 | - ExtCtrls_clNameWhite, "White" | ||
562 | - ExtCtrls_clNameMoneyGreen, "Money Green" | ||
563 | - Consts_SmkcCtrl, "Ctrl+" | ||
564 | - Consts_SmkcAlt, "Alt+" | ||
565 | - Consts_SIconToClipboard, "Clipboard does not support Icons" | ||
566 | - Consts_SCannotOpenClipboard, "Cannot open clipboard" | ||
567 | - Consts_SInvalidMemoSize, "Text exceeds memo capacity" | ||
568 | - Consts_SNoDefaultPrinter, "There is no default printer currently selected" | ||
569 | - Consts_SDuplicateMenus, "Menu '%s' is already being used by another form" | ||
570 | - Consts_SDockedCtlNeedsName, "Docked control must have a name" | ||
571 | - Consts_SDockTreeRemoveError, "Error removing control from dock tree" | ||
572 | - Consts_SDockZoneNotFound, " - Dock zone not found" | ||
573 | - Consts_SDockZoneHasNoCtl, " - Dock zone has no control" | ||
574 | - HelpIntfs_hNoTableOfContents, "Unable to find a Table of Contents" | ||
575 | - HelpIntfs_hNothingFound, "No help found for %s" | ||
576 | - HelpIntfs_hNoContext, "No context-sensitive help installed" | ||
577 | - HelpIntfs_hNoTopics, "No topic-based help system installed" | ||
578 | - ExtCtrls_clNameBlack, "Black" | ||
579 | - Consts_SmkcBkSp, "BkSp" | ||
580 | - Consts_SmkcTab, "Tab" | ||
581 | - Consts_SmkcEsc, "Esc" | ||
582 | - Consts_SmkcEnter, "Enter" | ||
583 | - Consts_SmkcSpace, "Space" | ||
584 | - Consts_SmkcPgUp, "PgUp" | ||
585 | - Consts_SmkcPgDn, "PgDn" | ||
586 | - Consts_SmkcEnd, "End" | ||
587 | - Consts_SmkcHome, "Home" | ||
588 | - Consts_SmkcLeft, "Left" | ||
589 | - Consts_SmkcUp, "Up" | ||
590 | - Consts_SmkcRight, "Right" | ||
591 | - Consts_SmkcDown, "Down" | ||
592 | - Consts_SmkcIns, "Ins" | ||
593 | - Consts_SmkcDel, "Del" | ||
594 | - Consts_SmkcShift, "Shift+" | ||
595 | - Consts_SVBitmaps, "Bitmaps" | ||
596 | - Consts_SMsgDlgWarning, "Warning" | ||
597 | - Consts_SMsgDlgError, "Error" | ||
598 | - Consts_SMsgDlgInformation, "Information" | ||
599 | - Consts_SMsgDlgConfirm, "Confirm" | ||
600 | - Consts_SMsgDlgYes, "&Yes" | ||
601 | - Consts_SMsgDlgNo, "&No" | ||
602 | - Consts_SMsgDlgOK, "OK" | ||
603 | - Consts_SMsgDlgCancel, "Cancel" | ||
604 | - Consts_SMsgDlgHelp, "&Help" | ||
605 | - Consts_SMsgDlgAbort, "&Abort" | ||
606 | - Consts_SMsgDlgRetry, "&Retry" | ||
607 | - Consts_SMsgDlgIgnore, "&Ignore" | ||
608 | - Consts_SMsgDlgAll, "&All" | ||
609 | - Consts_SMsgDlgNoToAll, "N&o to All" | ||
610 | - Consts_SMsgDlgYesToAll, "Yes to &All" | ||
611 | - Consts_SNoMDIForm, "Cannot create form. No MDI forms are currently active" | ||
612 | - Consts_SControlParentSetToSelf, "A control cannot have itself as its parent" | ||
613 | - Consts_SOKButton, "OK" | ||
614 | - Consts_SCancelButton, "Cancel" | ||
615 | - Consts_SYesButton, "&Yes" | ||
616 | - Consts_SNoButton, "&No" | ||
617 | - Consts_SHelpButton, "&Help" | ||
618 | - Consts_SCloseButton, "&Close" | ||
619 | - Consts_SIgnoreButton, "&Ignore" | ||
620 | - Consts_SRetryButton, "&Retry" | ||
621 | - Consts_SAbortButton, "Abort" | ||
622 | - Consts_SAllButton, "&All" | ||
623 | - Consts_SCannotDragForm, "Cannot drag a form" | ||
624 | - Consts_SVMetafiles, "Metafiles" | ||
625 | - Consts_SVEnhMetafiles, "Enhanced Metafiles" | ||
626 | - Consts_SVIcons, "Icons" | ||
627 | - Consts_SWindowDCError, "Error creating window device context" | ||
628 | - Consts_SWindowClass, "Error creating window class" | ||
629 | - Consts_SCannotFocus, "Cannot focus a disabled or invisible window" | ||
630 | - Consts_SParentRequired, "Control '%s' has no parent window" | ||
631 | - Consts_SMDIChildNotVisible, "Cannot hide an MDI Child Form" | ||
632 | - Consts_SVisibleChanged, "Cannot change Visible in OnShow or OnHide" | ||
633 | - Consts_SCannotShowModal, "Cannot make a visible window modal" | ||
634 | - Consts_SMenuIndexError, "Menu index out of range" | ||
635 | - Consts_SMenuReinserted, "Menu inserted twice" | ||
636 | - Consts_SMenuNotFound, "Sub-menu is not in menu" | ||
637 | - Consts_SNoTimers, "Not enough timers available" | ||
638 | - Consts_SNotPrinting, "Printer is not currently printing" | ||
639 | - Consts_SPrinting, "Printing in progress" | ||
640 | - Consts_SInvalidPrinter, "Printer selected is not valid" | ||
641 | - Consts_SDeviceOnPort, "%s on %s" | ||
642 | - Consts_SGroupIndexTooLow, "GroupIndex cannot be less than a previous menu item's GroupIndex" | ||
643 | - RTLConsts_SUnknownProperty, "Property %s does not exist" | ||
644 | - RTLConsts_SWriteError, "Stream write error" | ||
645 | - RTLConsts_SThreadCreateError, "Thread creation error: %s" | ||
646 | - RTLConsts_SThreadError, "Thread Error: %s (%d)" | ||
647 | - Consts_SInvalidBitmap, "Bitmap image is not valid" | ||
648 | - Consts_SInvalidIcon, "Icon image is not valid" | ||
649 | - Consts_SInvalidMetafile, "Metafile is not valid" | ||
650 | - Consts_SChangeIconSize, "Cannot change the size of an icon" | ||
651 | - Consts_SUnknownClipboardFormat, "Unsupported clipboard format" | ||
652 | - Consts_SOutOfResources, "Out of system resources" | ||
653 | - Consts_SNoCanvasHandle, "Canvas does not allow drawing" | ||
654 | - Consts_SInvalidImageSize, "Invalid image size" | ||
655 | - Consts_SInvalidImageList, "Invalid ImageList" | ||
656 | - Consts_SImageIndexError, "Invalid ImageList Index" | ||
657 | - Consts_SImageReadFail, "Failed to read ImageList data from stream" | ||
658 | - Consts_SImageWriteFail, "Failed to write ImageList data to stream" | ||
659 | - RTLConsts_SInvalidName, "''%s'' is not a valid component name" | ||
660 | - RTLConsts_SInvalidProperty, "Invalid property value" | ||
661 | - RTLConsts_SInvalidPropertyPath, "Invalid property path" | ||
662 | - RTLConsts_SInvalidPropertyValue, "Invalid property value" | ||
663 | - RTLConsts_SListCapacityError, "List capacity out of bounds (%d)" | ||
664 | - RTLConsts_SListCountError, "List count out of bounds (%d)" | ||
665 | - RTLConsts_SListIndexError, "List index out of bounds (%d)" | ||
666 | - RTLConsts_SMemoryStreamError, "Out of memory while expanding memory stream" | ||
667 | - RTLConsts_SPropertyException, "Error reading %s%s%s: %s" | ||
668 | - RTLConsts_SReadError, "Stream read error" | ||
669 | - RTLConsts_SReadOnlyProperty, "Property is read-only" | ||
670 | - RTLConsts_SRegSetDataFailed, "Failed to set data for '%s'" | ||
671 | - RTLConsts_SResNotFound, "Resource %s not found" | ||
672 | - RTLConsts_SSeekNotImplemented, "%s.Seek not implemented" | ||
673 | - RTLConsts_SSortedListError, "Operation not allowed on sorted list" | ||
674 | - RTLConsts_SUnknownGroup, "%s not in a class registration group" | ||
675 | - SysConst_SLongDayNameSat, "Saturday" | ||
676 | - SysConst_SCannotCreateDir, "Unable to create directory" | ||
677 | - RTLConsts_SAncestorNotFound, "Ancestor for '%s' not found" | ||
678 | - RTLConsts_SAssignError, "Cannot assign a %s to a %s" | ||
679 | - RTLConsts_SBitsIndexError, "Bits index out of range" | ||
680 | - RTLConsts_SCantWriteResourceStreamError, "Can't write to a read-only resource stream" | ||
681 | - RTLConsts_SCheckSynchronizeError, "CheckSynchronize called from thread $%x, which is NOT the main thread" | ||
682 | - RTLConsts_SClassNotFound, "Class %s not found" | ||
683 | - RTLConsts_SDuplicateClass, "A class named %s already exists" | ||
684 | - RTLConsts_SDuplicateItem, "List does not allow duplicates ($0%x)" | ||
685 | - RTLConsts_SDuplicateName, "A component named %s already exists" | ||
686 | - RTLConsts_SDuplicateString, "String list does not allow duplicates" | ||
687 | - RTLConsts_SFCreateErrorEx, "Cannot create file \"%s\". %s" | ||
688 | - RTLConsts_SFOpenErrorEx, "Cannot open file \"%s\". %s" | ||
689 | - RTLConsts_SIniFileWriteError, "Unable to write to %s" | ||
690 | - RTLConsts_SInvalidImage, "Invalid stream format" | ||
691 | - SysConst_SLongMonthNameOct, "October" | ||
692 | - SysConst_SLongMonthNameNov, "November" | ||
693 | - SysConst_SLongMonthNameDec, "December" | ||
694 | - SysConst_SShortDayNameSun, "Sun" | ||
695 | - SysConst_SShortDayNameMon, "Mon" | ||
696 | - SysConst_SShortDayNameTue, "Tue" | ||
697 | - SysConst_SShortDayNameWed, "Wed" | ||
698 | - SysConst_SShortDayNameThu, "Thu" | ||
699 | - SysConst_SShortDayNameFri, "Fri" | ||
700 | - SysConst_SShortDayNameSat, "Sat" | ||
701 | - SysConst_SLongDayNameSun, "Sunday" | ||
702 | - SysConst_SLongDayNameMon, "Monday" | ||
703 | - SysConst_SLongDayNameTue, "Tuesday" | ||
704 | - SysConst_SLongDayNameWed, "Wednesday" | ||
705 | - SysConst_SLongDayNameThu, "Thursday" | ||
706 | - SysConst_SLongDayNameFri, "Friday" | ||
707 | - SysConst_SShortMonthNameJun, "Jun" | ||
708 | - SysConst_SShortMonthNameJul, "Jul" | ||
709 | - SysConst_SShortMonthNameAug, "Aug" | ||
710 | - SysConst_SShortMonthNameSep, "Sep" | ||
711 | - SysConst_SShortMonthNameOct, "Oct" | ||
712 | - SysConst_SShortMonthNameNov, "Nov" | ||
713 | - SysConst_SShortMonthNameDec, "Dec" | ||
714 | - SysConst_SLongMonthNameJan, "January" | ||
715 | - SysConst_SLongMonthNameFeb, "February" | ||
716 | - SysConst_SLongMonthNameMar, "March" | ||
717 | - SysConst_SLongMonthNameApr, "April" | ||
718 | - SysConst_SLongMonthNameMay, "May" | ||
719 | - SysConst_SLongMonthNameJun, "June" | ||
720 | - SysConst_SLongMonthNameJul, "July" | ||
721 | - SysConst_SLongMonthNameAug, "August" | ||
722 | - SysConst_SLongMonthNameSep, "September" | ||
723 | - SysConst_SVarNotImplemented, "Operation not supported" | ||
724 | - SysConst_SVarUnexpected, "Unexpected variant error" | ||
725 | - SysConst_SExternalException, "External exception %x" | ||
726 | - SysConst_SAssertionFailed, "Assertion failed" | ||
727 | - SysConst_SIntfCastError, "Interface not supported" | ||
728 | - SysConst_SSafecallException, "Exception in safecall method" | ||
729 | - SysConst_SAssertError, "%s (%s, line %d)" | ||
730 | - SysConst_SAbstractError, "Abstract Error" | ||
731 | - SysConst_SModuleAccessViolation, "Access violation at address %p in module '%s'. %s of address %p" | ||
732 | - SysConst_SOSError, "System Error. Code: %d.\r\n%s" | ||
733 | - SysConst_SUnkOSError, "A call to an OS function failed" | ||
734 | - SysConst_SShortMonthNameJan, "Jan" | ||
735 | - SysConst_SShortMonthNameFeb, "Feb" | ||
736 | - SysConst_SShortMonthNameMar, "Mar" | ||
737 | - SysConst_SShortMonthNameApr, "Apr" | ||
738 | - SysConst_SShortMonthNameMay, "May" | ||
739 | - SysConst_SInvalidFormat, "Format '%s' invalid or incompatible with argument" | ||
740 | - SysConst_SArgumentMissing, "No argument for format '%s'" | ||
741 | - SysConst_SDispatchError, "Variant method calls not supported" | ||
742 | - SysConst_SReadAccess, "Read" | ||
743 | - SysConst_SWriteAccess, "Write" | ||
744 | - SysConst_SVarArrayCreate, "Error creating variant or safe array" | ||
745 | - SysConst_SVarArrayBounds, "Variant or safe array index out of bounds" | ||
746 | - SysConst_SVarArrayLocked, "Variant or safe array is locked" | ||
747 | - SysConst_SInvalidVarCast, "Invalid variant type conversion" | ||
748 | - SysConst_SInvalidVarOp, "Invalid variant operation" | ||
749 | - SysConst_SInvalidVarOpWithHResultWithPrefix, "Invalid variant operation (%s%.8x)\n%s" | ||
750 | - SysConst_SVarTypeCouldNotConvert, "Could not convert variant of type (%s) into type (%s)" | ||
751 | - SysConst_SVarTypeConvertOverflow, "Overflow while converting variant of type (%s) into type (%s)" | ||
752 | - SysConst_SVarOverflow, "Variant overflow" | ||
753 | - SysConst_SVarInvalid, "Invalid argument" | ||
754 | - SysConst_SVarBadType, "Invalid variant type" | ||
755 | - SysConst_SDivByZero, "Division by zero" | ||
756 | - SysConst_SRangeError, "Range check error" | ||
757 | - SysConst_SIntOverflow, "Integer overflow" | ||
758 | - SysConst_SInvalidOp, "Invalid floating point operation" | ||
759 | - SysConst_SZeroDivide, "Floating point division by zero" | ||
760 | - SysConst_SOverflow, "Floating point overflow" | ||
761 | - SysConst_SUnderflow, "Floating point underflow" | ||
762 | - SysConst_SInvalidPointer, "Invalid pointer operation" | ||
763 | - SysConst_SInvalidCast, "Invalid class typecast" | ||
764 | - SysConst_SAccessViolationArg3, "Access violation at address %p. %s of address %p" | ||
765 | - SysConst_SAccessViolationNoArg, "Access violation" | ||
766 | - SysConst_SStackOverflow, "Stack overflow" | ||
767 | - SysConst_SControlC, "Control-C hit" | ||
768 | - SysConst_SPrivilege, "Privileged instruction" | ||
769 | - SysConst_SException, "Exception %s in module %s at %p.\r\n%s%s\r\n" | ||
770 | - SysConst_SExceptTitle, "Application Error" | ||
771 | - SysConst_SInvalidInteger, "'%s' is not a valid integer value" | ||
772 | - SysConst_SInvalidFloat, "'%s' is not a valid floating point value" | ||
773 | - SysConst_SInvalidDate, "'%s' is not a valid date" | ||
774 | - SysConst_SInvalidTime, "'%s' is not a valid time" | ||
775 | - SysConst_SInvalidDateTime, "'%s' is not a valid date and time" | ||
776 | - SysConst_STimeEncodeError, "Invalid argument to time encode" | ||
777 | - SysConst_SDateEncodeError, "Invalid argument to date encode" | ||
778 | - SysConst_SOutOfMemory, "Out of memory" | ||
779 | - SysConst_SInOutError, "I/O error %d" | ||
780 | - SysConst_SFileNotFound, "File not found" | ||
781 | - SysConst_SInvalidFilename, "Invalid filename" | ||
782 | - SysConst_STooManyOpenFiles, "Too many open files" | ||
783 | - SysConst_SAccessDenied, "File access denied" | ||
784 | - SysConst_SEndOfFile, "Read beyond end of file" | ||
785 | - SysConst_SDiskFull, "Disk full" | ||
786 | - SysConst_SInvalidInput, "Invalid numeric input" | ||
787 | -END | ||
788 | - |
installcacic/installcacic.res
No preview for this file type
installcacic/uInstallCACIC.dcu
No preview for this file type
mapacacic/MapaCACIC.cfg
@@ -1,43 +0,0 @@ | @@ -1,43 +0,0 @@ | ||
1 | --$A8 | ||
2 | --$B- | ||
3 | --$C- | ||
4 | --$D- | ||
5 | --$E- | ||
6 | --$F- | ||
7 | --$G+ | ||
8 | --$H+ | ||
9 | --$I+ | ||
10 | --$J- | ||
11 | --$K- | ||
12 | --$L- | ||
13 | --$M- | ||
14 | --$N+ | ||
15 | --$O+ | ||
16 | --$P+ | ||
17 | --$Q- | ||
18 | --$R- | ||
19 | --$S- | ||
20 | --$T- | ||
21 | --$U- | ||
22 | --$V+ | ||
23 | --$W- | ||
24 | --$X+ | ||
25 | --$Y- | ||
26 | --$Z1 | ||
27 | --cg | ||
28 | --AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; | ||
29 | --H+ | ||
30 | --W+ | ||
31 | --M | ||
32 | --$M16384,1048576 | ||
33 | --K$00400000 | ||
34 | --E"C:\Agentes_Windows_BINARIOS" | ||
35 | --LE"c:\program files (x86)\borland\delphi7\Projects\Bpl" | ||
36 | --LN"c:\program files (x86)\borland\delphi7\Projects\Bpl" | ||
37 | --U"C:\vendors_lib;C:\vendors_lib\MD5;C:\agentes_Windows;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib\MagWMI" | ||
38 | --O"C:\vendors_lib;C:\vendors_lib\MD5;C:\agentes_Windows;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib\MagWMI" | ||
39 | --I"C:\vendors_lib;C:\vendors_lib\MD5;C:\agentes_Windows;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib\MagWMI" | ||
40 | --R"C:\vendors_lib;C:\vendors_lib\MD5;C:\agentes_Windows;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib\MagWMI" | ||
41 | --w-UNSAFE_TYPE | ||
42 | --w-UNSAFE_CODE | ||
43 | --w-UNSAFE_CAST |
mapacacic/MapaCACIC.dpr
@@ -52,7 +52,7 @@ begin | @@ -52,7 +52,7 @@ begin | ||
52 | begin | 52 | begin |
53 | Application.Initialize; | 53 | Application.Initialize; |
54 | Application.CreateForm(TfrmMapaCacic, frmMapaCacic); | 54 | Application.CreateForm(TfrmMapaCacic, frmMapaCacic); |
55 | - Application.Run; | 55 | + Application.Run; |
56 | end; | 56 | end; |
57 | oCacic.Free(); | 57 | oCacic.Free(); |
58 | end. | 58 | end. |
@@ -0,0 +1,53 @@ | @@ -0,0 +1,53 @@ | ||
1 | +<?xml version="1.0" encoding="utf-8"?> | ||
2 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | + <PropertyGroup> | ||
4 | + <ProjectGuid>{bd12cdd9-2bb5-4ae7-9da9-8d9f09bab843}</ProjectGuid> | ||
5 | + <MainSource>MapaCACIC.dpr</MainSource> | ||
6 | + <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration> | ||
7 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
8 | + <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> | ||
9 | + <DCC_DependencyCheckOutputName>..\..\Agentes_Windows_BINARIOS\MapaCACIC.exe</DCC_DependencyCheckOutputName> | ||
10 | + </PropertyGroup> | ||
11 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
12 | + <Version>7.0</Version> | ||
13 | + <DCC_AssertionsAtRuntime>False</DCC_AssertionsAtRuntime> | ||
14 | + <DCC_DebugInformation>False</DCC_DebugInformation> | ||
15 | + <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols> | ||
16 | + <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> | ||
17 | + <DCC_ExeOutput>C:\devel\cacic\Agentes_Windows_BINARIOS</DCC_ExeOutput> | ||
18 | + <DCC_Define>DEBUG</DCC_Define> | ||
19 | + </PropertyGroup> | ||
20 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
21 | + <Version>7.0</Version> | ||
22 | + <DCC_AssertionsAtRuntime>False</DCC_AssertionsAtRuntime> | ||
23 | + <DCC_DebugInformation>False</DCC_DebugInformation> | ||
24 | + <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols> | ||
25 | + <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> | ||
26 | + <DCC_ExeOutput>C:\devel\cacic\Agentes_Windows_BINARIOS</DCC_ExeOutput> | ||
27 | + <DCC_UnitSearchPath>C:\vendors_lib;C:\vendors_lib\MD5;C:\agentes_Windows;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib\MagWMI;C:\devel\cacic\agente-windows</DCC_UnitSearchPath> | ||
28 | + <DCC_ResourcePath>C:\vendors_lib;C:\vendors_lib\MD5;C:\agentes_Windows;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib\MagWMI;C:\devel\cacic\agente-windows</DCC_ResourcePath> | ||
29 | + <DCC_ObjPath>C:\vendors_lib;C:\vendors_lib\MD5;C:\agentes_Windows;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib\MagWMI;C:\devel\cacic\agente-windows</DCC_ObjPath> | ||
30 | + <DCC_IncludePath>C:\vendors_lib;C:\vendors_lib\MD5;C:\agentes_Windows;C:\vendors_lib\CriptografiaDCP;C:\vendors_lib\PJVersion;C:\vendors_lib\MagWMI;C:\devel\cacic\agente-windows</DCC_IncludePath> | ||
31 | + <DCC_Define>DEBUG</DCC_Define> | ||
32 | + </PropertyGroup> | ||
33 | + <ProjectExtensions> | ||
34 | + <Borland.Personality>Delphi.Personality</Borland.Personality> | ||
35 | + <Borland.ProjectType>VCLApplication</Borland.ProjectType> | ||
36 | + <BorlandProject> | ||
37 | +<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Language><Language Name="RootDir">C:\Arquivos de programas\Borland\Delphi7\Bin\</Language></Language><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">2</VersionInfo><VersionInfo Name="MinorVer">8</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">1212</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">1046</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName">Dataprev - Emp. de TI da Prev.Social - URES/SESS</VersionInfoKeys><VersionInfoKeys Name="FileDescription">Sistema CACIC - Módulo Avulso para Coleta de Informações Patrimoniais</VersionInfoKeys><VersionInfoKeys Name="FileVersion">2.8.0.1212</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName">MapaCACIC</VersionInfoKeys><VersionInfoKeys Name="ProductVersion">3.0</VersionInfoKeys><VersionInfoKeys Name="Comments">Licença: GNU/LGPL</VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">MapaCACIC.dpr</Source></Source></Delphi.Personality></BorlandProject></BorlandProject> | ||
38 | + </ProjectExtensions> | ||
39 | + <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" /> | ||
40 | + <ItemGroup> | ||
41 | + <DelphiCompile Include="MapaCACIC.dpr"> | ||
42 | + <MainSource>MainSource</MainSource> | ||
43 | + </DelphiCompile> | ||
44 | + <DCCReference Include="..\CACIC_Comm.pas" /> | ||
45 | + <DCCReference Include="..\CACIC_Library.pas" /> | ||
46 | + <DCCReference Include="uAcessoMapa.pas"> | ||
47 | + <Form>frmAcesso</Form> | ||
48 | + </DCCReference> | ||
49 | + <DCCReference Include="uMainMapa.pas"> | ||
50 | + <Form>frmMapaCacic</Form> | ||
51 | + </DCCReference> | ||
52 | + </ItemGroup> | ||
53 | +</Project> | ||
0 | \ No newline at end of file | 54 | \ No newline at end of file |
mapacacic/MapaCACIC.drc
@@ -1,10 +0,0 @@ | @@ -1,10 +0,0 @@ | ||
1 | -/* VER150 | ||
2 | - Generated by the Borland Delphi Pascal Compiler | ||
3 | - because -GD or --drc was supplied to the compiler. | ||
4 | - | ||
5 | - This file contains compiler-generated resources that | ||
6 | - were bound to the executable. | ||
7 | - If this file is empty, then no compiler-generated | ||
8 | - resources were bound to the produced executable. | ||
9 | -*/ | ||
10 | - |
mapacacic/MapaCACIC.res
No preview for this file type
mapacacic/uAcessoMapa.dcu
No preview for this file type
mapacacic/uMainMapa.dcu
No preview for this file type