Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@20462 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2010-05-18 11:03:22 +00:00
parent d58eab9722
commit 99340f182a
11 changed files with 782 additions and 749 deletions

File diff suppressed because it is too large Load Diff

View File

@ -265,6 +265,7 @@
AssemblerListingLocation=".\..\release/"
ObjectFile=".\..\release/"
ProgramDataBaseFileName=".\..\release/"
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -289,6 +290,7 @@
SuppressStartupBanner="true"
IgnoreDefaultLibraryNames="libc.lib"
GenerateDebugInformation="true"
AssemblyDebug="1"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"

View File

@ -336,6 +336,10 @@
RelativePath="..\lv\lv1200.cpp"
>
</File>
<File
RelativePath="..\lv\lv1300.cpp"
>
</File>
<File
RelativePath="..\lv\lvlib.cpp"
>
@ -353,6 +357,10 @@
RelativePath="..\lv\lv1200a.uml"
>
</File>
<File
RelativePath="..\lv\lv1300a.uml"
>
</File>
</Filter>
<Filter
Name="Headers"
@ -370,6 +378,10 @@
RelativePath="..\lv\lv1200a.h"
>
</File>
<File
RelativePath="..\lv\lv1300a.h"
>
</File>
</Filter>
<Filter
Name="Rep"

View File

@ -353,6 +353,10 @@
RelativePath="..\lv\lv3600.cpp"
>
</File>
<File
RelativePath="..\lv\lv3700.cpp"
>
</File>
<File
RelativePath="..\lv\lvlib.cpp"
>
@ -390,6 +394,10 @@
RelativePath="..\lv\lv3600a.uml"
>
</File>
<File
RelativePath="..\lv\lv3700a.uml"
>
</File>
</Filter>
<Filter
Name="Headers"
@ -415,6 +423,10 @@
RelativePath="..\lv\lv3600a.h"
>
</File>
<File
RelativePath="..\lv\lv3700a.h"
>
</File>
<File
RelativePath="..\lv\lv3uml.h"
>

View File

@ -12,6 +12,9 @@
/>
</Platforms>
<ToolFiles>
<ToolFile
RelativePath=".\CampoRules.rules"
/>
</ToolFiles>
<Configurations>
<Configuration
@ -26,9 +29,63 @@
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="DatCompiler"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="BmpCompiler"
/>
<Tool
Name="GifCompiler"
/>
<Tool
Name="DesCompiler"
/>
<Tool
Name="SrcDebugCompiler"
/>
<Tool
Name="MskCompiler"
/>
<Tool
Name="FormCompiler"
/>
<Tool
Name="RptCompiler"
/>
<Tool
Name="AlxCompiler"
/>
<Tool
Name="TxtCompiler"
/>
<Tool
Name="PngCompiler"
/>
<Tool
Name="JpegCompiler"
/>
<Tool
Name="IniCompiler"
/>
<Tool
Name="MenCompiler"
/>
<Tool
Name="RepCompiler"
/>
<Tool
Name="SrcReleaseCompiler"
/>
<Tool
Name="DirCompiler"
/>
<Tool
Name="TrrCompiler"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
@ -122,9 +179,63 @@
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="DatCompiler"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="BmpCompiler"
/>
<Tool
Name="GifCompiler"
/>
<Tool
Name="DesCompiler"
/>
<Tool
Name="SrcDebugCompiler"
/>
<Tool
Name="MskCompiler"
/>
<Tool
Name="FormCompiler"
/>
<Tool
Name="RptCompiler"
/>
<Tool
Name="AlxCompiler"
/>
<Tool
Name="TxtCompiler"
/>
<Tool
Name="PngCompiler"
/>
<Tool
Name="JpegCompiler"
/>
<Tool
Name="IniCompiler"
/>
<Tool
Name="MenCompiler"
/>
<Tool
Name="RepCompiler"
/>
<Tool
Name="SrcReleaseCompiler"
/>
<Tool
Name="DirCompiler"
/>
<Tool
Name="TrrCompiler"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
@ -213,6 +324,14 @@
Name="Sources"
Filter="cpp"
>
<File
RelativePath="..\ca\calib01.cpp"
>
</File>
<File
RelativePath="..\ca\calib02.cpp"
>
</File>
<File
RelativePath="..\cg\cglib01.cpp"
>
@ -317,6 +436,10 @@
RelativePath="..\ps\ps0713500.cpp"
>
</File>
<File
RelativePath="..\ps\ps0713600.cpp"
>
</File>
</Filter>
<Filter
Name="Masks"
@ -346,6 +469,26 @@
/>
</FileConfiguration>
</File>
<File
RelativePath="..\ps\ps0713200a.uml"
>
</File>
<File
RelativePath="..\ps\ps0713300a.uml"
>
</File>
<File
RelativePath="..\ps\ps0713400a.uml"
>
</File>
<File
RelativePath="..\ps\ps0713500a.uml"
>
</File>
<File
RelativePath="..\ps\ps0713600a.uml"
>
</File>
</Filter>
<Filter
Name="Headers"
@ -359,6 +502,26 @@
RelativePath="..\ps\ps0713100a.h"
>
</File>
<File
RelativePath="..\ps\ps0713200a.h"
>
</File>
<File
RelativePath="..\ps\ps0713300a.h"
>
</File>
<File
RelativePath="..\ps\ps0713400a.h"
>
</File>
<File
RelativePath="..\ps\ps0713500a.h"
>
</File>
<File
RelativePath="..\ps\ps0713600a.h"
>
</File>
</Filter>
<Filter
Name="Ini"

4
projects/pt0003.rc Executable file
View File

@ -0,0 +1,4 @@
"9012" ICON DISCARDABLE "../res/exe.ico"
rcinclude ../../wx289/include/wx/msw/wx.rc

468
projects/pt0003.vcproj Executable file
View File

@ -0,0 +1,468 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Name="pt0003"
ProjectGUID="{0AA531D2-E451-4214-B9CE-E06C9E42BA2D}"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
<ToolFile
RelativePath=".\CampoRules.rules"
/>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory=".\..\release"
IntermediateDirectory=".\..\release"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="DatCompiler"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="BmpCompiler"
/>
<Tool
Name="GifCompiler"
/>
<Tool
Name="DesCompiler"
/>
<Tool
Name="SrcDebugCompiler"
/>
<Tool
Name="MskCompiler"
/>
<Tool
Name="FormCompiler"
/>
<Tool
Name="RptCompiler"
/>
<Tool
Name="AlxCompiler"
/>
<Tool
Name="TxtCompiler"
/>
<Tool
Name="PngCompiler"
/>
<Tool
Name="JpegCompiler"
/>
<Tool
Name="IniCompiler"
/>
<Tool
Name="MenCompiler"
/>
<Tool
Name="RepCompiler"
/>
<Tool
Name="SrcReleaseCompiler"
/>
<Tool
Name="DirCompiler"
/>
<Tool
Name="TrrCompiler"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\release/pt0003.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\include,..\xvaga,..\xi"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XVT"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\..\release/pt0003.pch"
AssemblerListingLocation=".\..\release/"
ObjectFile=".\..\release/"
ProgramDataBaseFileName=".\..\release/"
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1040"
AdditionalIncludeDirectories="..\..\wx289\include"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="version.lib wsock32.lib comctl32.lib rpcrt4.lib"
OutputFile="D:\Release\campo100/pt0003.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
IgnoreDefaultLibraryNames="libc.lib"
ProgramDatabaseFile=".\..\release/pt0003.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\..\release/pt0003.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\..\debug"
IntermediateDirectory=".\..\debug"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="DatCompiler"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="BmpCompiler"
/>
<Tool
Name="GifCompiler"
/>
<Tool
Name="DesCompiler"
/>
<Tool
Name="SrcDebugCompiler"
/>
<Tool
Name="MskCompiler"
/>
<Tool
Name="FormCompiler"
/>
<Tool
Name="RptCompiler"
/>
<Tool
Name="AlxCompiler"
/>
<Tool
Name="TxtCompiler"
/>
<Tool
Name="PngCompiler"
/>
<Tool
Name="JpegCompiler"
/>
<Tool
Name="IniCompiler"
/>
<Tool
Name="MenCompiler"
/>
<Tool
Name="RepCompiler"
/>
<Tool
Name="SrcReleaseCompiler"
/>
<Tool
Name="DirCompiler"
/>
<Tool
Name="TrrCompiler"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\debug/pt0003.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\include,..\xvaga,..\xi"
PreprocessorDefinitions="_DEBUG;WIN32;DBG;_WINDOWS"
MinimalRebuild="true"
RuntimeLibrary="1"
PrecompiledHeaderFile=".\..\debug/pt0003.pch"
AssemblerListingLocation=".\..\debug/"
ObjectFile=".\..\debug/"
ProgramDataBaseFileName=".\..\debug/"
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1040"
AdditionalIncludeDirectories="..\..\wx289\include"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="version.lib wsock32.lib comctl32.lib rpcrt4.lib"
OutputFile="..\exed\pt0003.exe"
LinkIncremental="2"
SuppressStartupBanner="true"
IgnoreDefaultLibraryNames="libc.lib"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\debug/pt0003.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\..\debug/pt0003.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Sources"
Filter="cpp"
>
<File
RelativePath="..\ps\pt0003.cpp"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
</File>
<File
RelativePath="..\ps\pt0003100.cpp"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
</File>
</Filter>
<Filter
Name="Headers"
Filter="h"
>
<File
RelativePath="..\ps\pt0003.h"
>
</File>
<File
RelativePath="..\ps\pt0003100a.h"
>
</File>
</Filter>
<Filter
Name="Masks"
>
<File
RelativePath="..\ps\pt0003100a.uml"
>
</File>
</Filter>
<File
RelativePath="..\lib\AgaLib.lib"
>
<FileConfiguration
Name="Debug|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\AgaLibD.lib"
>
<FileConfiguration
Name="Release|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
</File>
<File
RelativePath="pt0003.rc"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
AdditionalIncludeDirectories=""
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
AdditionalIncludeDirectories=""
ResourceOutputFileName="..\Debug/pt0003.res"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\vedoc.lib"
>
<FileConfiguration
Name="Debug|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\vedocd.lib"
>
<FileConfiguration
Name="Release|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@ -19,6 +19,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pl0001", "pl0001.vcproj", "
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pg0067", "pg0067.vcproj", "{453301DF-028E-479F-9548-C2346AD8C6ED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pt0003", "pt0003.vcproj", "{0AA531D2-E451-4214-B9CE-E06C9E42BA2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@ -61,6 +63,10 @@ Global
{453301DF-028E-479F-9548-C2346AD8C6ED}.Debug|Win32.Build.0 = Debug|Win32
{453301DF-028E-479F-9548-C2346AD8C6ED}.Release|Win32.ActiveCfg = Release|Win32
{453301DF-028E-479F-9548-C2346AD8C6ED}.Release|Win32.Build.0 = Release|Win32
{0AA531D2-E451-4214-B9CE-E06C9E42BA2D}.Debug|Win32.ActiveCfg = Debug|Win32
{0AA531D2-E451-4214-B9CE-E06C9E42BA2D}.Debug|Win32.Build.0 = Debug|Win32
{0AA531D2-E451-4214-B9CE-E06C9E42BA2D}.Release|Win32.ActiveCfg = Release|Win32
{0AA531D2-E451-4214-B9CE-E06C9E42BA2D}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

View File

@ -54,6 +54,9 @@
<Tool
Name="FormCompiler"
/>
<Tool
Name="RptCompiler"
/>
<Tool
Name="AlxCompiler"
/>
@ -75,15 +78,15 @@
<Tool
Name="RepCompiler"
/>
<Tool
Name="TrrCompiler"
/>
<Tool
Name="SrcReleaseCompiler"
/>
<Tool
Name="DirCompiler"
/>
<Tool
Name="TrrCompiler"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
@ -200,6 +203,9 @@
<Tool
Name="FormCompiler"
/>
<Tool
Name="RptCompiler"
/>
<Tool
Name="AlxCompiler"
/>
@ -221,15 +227,15 @@
<Tool
Name="RepCompiler"
/>
<Tool
Name="TrrCompiler"
/>
<Tool
Name="SrcReleaseCompiler"
/>
<Tool
Name="DirCompiler"
/>
<Tool
Name="TrrCompiler"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
@ -319,6 +325,10 @@
Name="Sources"
Filter="cpp"
>
<File
RelativePath="..\cg\cglib01.cpp"
>
</File>
<File
RelativePath="..\tc\tc1.cpp"
>
@ -367,6 +377,10 @@
RelativePath="..\tc\tc1200.cpp"
>
</File>
<File
RelativePath="..\tc\tc1300.cpp"
>
</File>
<File
RelativePath="..\tc\tc1700.cpp"
>
@ -384,6 +398,10 @@
RelativePath="..\tc\tc1100a.uml"
>
</File>
<File
RelativePath="..\tc\tc1300a.uml"
>
</File>
<File
RelativePath="..\tc\tc1800a.uml"
>
@ -442,10 +460,6 @@
RelativePath="..\tc\tc1100a.ini"
>
</File>
<File
RelativePath="..\tc\tc1100conf.ini"
>
</File>
</Filter>
<File
RelativePath="..\lib\AgaLib.lib"

View File

@ -1,3 +1,4 @@
#include <applicat.h>
#include <automask.h>
#include <defmask.h>
#include <progind.h>

View File

@ -1,29 +1,18 @@
#include "pt0003100a.h"
TOOLBAR "Toolbar" 0 -3 0 3
TOOLBAR "Toolbar" 0 0 0 2
STRING DLG_PROFILE 70 50
BEGIN
PROMPT 8 0 "Profilo "
PSELECT
END
BUTTON DLG_SAVEREC 10 2
BUTTON DLG_SAVEREC 2 2
BEGIN
PROMPT -12 -1 "~Registra"
PICTURE BMP_SAVEREC
PICTURE BMP_SAVERECDN
PROMPT 1 1 "~Registra"
PICTURE TOOL_SAVEREC
END
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -22 -1 ""
END
#include <helpbar.h>
ENDPAGE
PAGE "Incasso fatture" 0 0 0 -3
PAGE "Incasso fatture" 0 2 0 0
GROUPBOX -1 78 5
BEGIN
@ -107,6 +96,12 @@ BEGIN
ITEM "Data@10"
END
STRING DLG_PROFILE 70 50
BEGIN
PROMPT 8 -1 "Profilo "
PSELECT
END
ENDPAGE
ENDMASK