mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Add Delphi XE packages.
This commit is contained in:
40
components/synedit/Packages/delphiXE/SynEdit.groupproj
Normal file
40
components/synedit/Packages/delphiXE/SynEdit.groupproj
Normal file
@ -0,0 +1,40 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{d205cd7b-f0f3-443b-916b-d6bdf5e10e38}</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup />
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Default.Personality</Borland.Personality>
|
||||
<Borland.ProjectType />
|
||||
<BorlandProject>
|
||||
<BorlandProject xmlns=""> <Default.Personality> </Default.Personality> </BorlandProject></BorlandProject>
|
||||
</ProjectExtensions>
|
||||
<Target Name="SynEditR">
|
||||
<MSBuild Projects="SynEditR.dproj" Targets="" />
|
||||
</Target>
|
||||
<Target Name="SynEditR:Clean">
|
||||
<MSBuild Projects="SynEditR.dproj" Targets="Clean" />
|
||||
</Target>
|
||||
<Target Name="SynEditR:Make">
|
||||
<MSBuild Projects="SynEditR.dproj" Targets="Make" />
|
||||
</Target>
|
||||
<Target Name="SynEditD" DependsOnTargets="SynEditR">
|
||||
<MSBuild Projects="SynEditD.dproj" Targets="" />
|
||||
</Target>
|
||||
<Target Name="SynEditD:Clean" DependsOnTargets="SynEditR:Clean">
|
||||
<MSBuild Projects="SynEditD.dproj" Targets="Clean" />
|
||||
</Target>
|
||||
<Target Name="SynEditD:Make" DependsOnTargets="SynEditR:Make">
|
||||
<MSBuild Projects="SynEditD.dproj" Targets="Make" />
|
||||
</Target>
|
||||
<Target Name="Build">
|
||||
<CallTarget Targets="SynEditR;SynEditD" />
|
||||
</Target>
|
||||
<Target Name="Clean">
|
||||
<CallTarget Targets="SynEditR:Clean;SynEditD:Clean" />
|
||||
</Target>
|
||||
<Target Name="Make">
|
||||
<CallTarget Targets="SynEditR:Make;SynEditD:Make" />
|
||||
</Target>
|
||||
</Project>
|
37
components/synedit/Packages/delphiXE/SynEditD.dpk
Normal file
37
components/synedit/Packages/delphiXE/SynEditD.dpk
Normal file
@ -0,0 +1,37 @@
|
||||
package SynEditD;
|
||||
|
||||
{$ALIGN 8}
|
||||
{$ASSERTIONS ON}
|
||||
{$BOOLEVAL OFF}
|
||||
{$DEBUGINFO ON}
|
||||
{$EXTENDEDSYNTAX ON}
|
||||
{$IMPORTEDDATA ON}
|
||||
{$IOCHECKS ON}
|
||||
{$LOCALSYMBOLS ON}
|
||||
{$LONGSTRINGS ON}
|
||||
{$OPENSTRINGS ON}
|
||||
{$OPTIMIZATION ON}
|
||||
{$OVERFLOWCHECKS ON}
|
||||
{$RANGECHECKS ON}
|
||||
{$REFERENCEINFO ON}
|
||||
{$SAFEDIVIDE OFF}
|
||||
{$STACKFRAMES ON}
|
||||
{$TYPEDADDRESS ON}
|
||||
{$VARSTRINGCHECKS ON}
|
||||
{$WRITEABLECONST OFF}
|
||||
{$MINENUMSIZE 1}
|
||||
{$IMAGEBASE $400000}
|
||||
{$DESCRIPTION 'SynEdit component suite'}
|
||||
{$DESIGNONLY}
|
||||
{$IMPLICITBUILD OFF}
|
||||
|
||||
requires
|
||||
designide,
|
||||
SynEditR;
|
||||
|
||||
contains
|
||||
SynEditReg in '..\..\Source\SynEditReg.pas',
|
||||
SynEditPropertyReg in '..\..\Source\SynEditPropertyReg.pas',
|
||||
SynHighlighterManager in '..\..\Source\SynHighlighterManager.pas';
|
||||
|
||||
end.
|
139
components/synedit/Packages/delphiXE/SynEditD.dproj
Normal file
139
components/synedit/Packages/delphiXE/SynEditD.dproj
Normal file
@ -0,0 +1,139 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{cdf1666b-e80f-41eb-81dd-996e87fe7658}</ProjectGuid>
|
||||
<MainSource>SynEditD.dpk</MainSource>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||
<ProjectVersion>12.0</ProjectVersion>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base)'!=''">
|
||||
<DCC_DependencyCheckOutputName>..\..\build\SynEditD.bpl</DCC_DependencyCheckOutputName>
|
||||
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||
<DCC_Description>SynEdit component suite</DCC_Description>
|
||||
<DCC_TypedAtParameter>true</DCC_TypedAtParameter>
|
||||
<DCC_RangeChecking>true</DCC_RangeChecking>
|
||||
<DesignOnlyPackage>true</DesignOnlyPackage>
|
||||
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
||||
<GenDll>true</GenDll>
|
||||
<DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
|
||||
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
||||
<GenPackage>true</GenPackage>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<DCC_DependencyCheckOutputName>..\..\build\SynEditD.bpl</DCC_DependencyCheckOutputName>
|
||||
<Version>7.0</Version>
|
||||
<DCC_DebugInformation>False</DCC_DebugInformation>
|
||||
<DCC_WriteableConstants>True</DCC_WriteableConstants>
|
||||
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<DCC_DcuOutput>..\..\build</DCC_DcuOutput>
|
||||
<DCC_ObjOutput>..\..\build</DCC_ObjOutput>
|
||||
<DCC_HppOutput>..\..\build</DCC_HppOutput>
|
||||
<DCC_BplOutput>..\..\build</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\..\build</DCC_DcpOutput>
|
||||
<DCC_UnitSearchPath>..\..\resources;..\..\..\..\source;..\..\build;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\..\resources;..\..\..\..\source;..\..\build;$(DCC_ResourcePath)</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\..\resources;..\..\..\..\source;..\..\build;$(DCC_ObjPath)</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\..\resources;..\..\..\..\source;..\..\build;$(DCC_IncludePath)</DCC_IncludePath>
|
||||
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_DependencyCheckOutputName>..\..\build\SynEditD.bpl</DCC_DependencyCheckOutputName>
|
||||
<Version>7.0</Version>
|
||||
<DCC_DcuOutput>..\..\build</DCC_DcuOutput>
|
||||
<DCC_ObjOutput>..\..\build</DCC_ObjOutput>
|
||||
<DCC_HppOutput>..\..\build</DCC_HppOutput>
|
||||
<DCC_BplOutput>..\..\build</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\..\build</DCC_DcpOutput>
|
||||
<DCC_UnitSearchPath>..\..\resources;..\..\..\..\source;..\..\build;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\..\resources;..\..\..\..\source;..\..\build;$(DCC_ResourcePath)</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\..\resources;..\..\..\..\source;..\..\build;$(DCC_ObjPath)</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\..\resources;..\..\..\..\source;..\..\build;$(DCC_IncludePath)</DCC_IncludePath>
|
||||
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
|
||||
<DCC_RangeChecking>True</DCC_RangeChecking>
|
||||
<DCC_TypedAtParameter>True</DCC_TypedAtParameter>
|
||||
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<Delphi.Personality>
|
||||
<Parameters>
|
||||
<Parameters Name="DebugSourceDirs">..\..\Source</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">1</VersionInfo>
|
||||
<VersionInfo Name="MinorVer">0</VersionInfo>
|
||||
<VersionInfo Name="Release">0</VersionInfo>
|
||||
<VersionInfo Name="Build">0</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">1033</VersionInfo>
|
||||
<VersionInfo Name="CodePage">1252</VersionInfo>
|
||||
</VersionInfo>
|
||||
<VersionInfoKeys>
|
||||
<VersionInfoKeys Name="CompanyName"/>
|
||||
<VersionInfoKeys Name="FileDescription"/>
|
||||
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="InternalName"/>
|
||||
<VersionInfoKeys Name="LegalCopyright"/>
|
||||
<VersionInfoKeys Name="LegalTrademarks"/>
|
||||
<VersionInfoKeys Name="OriginalFilename"/>
|
||||
<VersionInfoKeys Name="ProductName"/>
|
||||
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="Comments"/>
|
||||
</VersionInfoKeys>
|
||||
<Source>
|
||||
<Source Name="MainSource">SynEditD.dpk</Source>
|
||||
</Source>
|
||||
</Delphi.Personality>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<ItemGroup>
|
||||
<DelphiCompile Include="SynEditD.dpk">
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<DCCReference Include="designide.dcp"/>
|
||||
<DCCReference Include="SynEditR.dcp"/>
|
||||
<DCCReference Include="..\..\Source\SynEditReg.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditPropertyReg.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterManager.pas"/>
|
||||
<BuildConfiguration Include="Base">
|
||||
<Key>Base</Key>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Debug">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_1</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
</ItemGroup>
|
||||
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
||||
</Project>
|
134
components/synedit/Packages/delphiXE/SynEditR.dpk
Normal file
134
components/synedit/Packages/delphiXE/SynEditR.dpk
Normal file
@ -0,0 +1,134 @@
|
||||
package SynEditR;
|
||||
|
||||
{$ALIGN 8}
|
||||
{$ASSERTIONS ON}
|
||||
{$BOOLEVAL OFF}
|
||||
{$DEBUGINFO ON}
|
||||
{$EXTENDEDSYNTAX ON}
|
||||
{$IMPORTEDDATA ON}
|
||||
{$IOCHECKS ON}
|
||||
{$LOCALSYMBOLS ON}
|
||||
{$LONGSTRINGS ON}
|
||||
{$OPENSTRINGS ON}
|
||||
{$OPTIMIZATION ON}
|
||||
{$OVERFLOWCHECKS ON}
|
||||
{$RANGECHECKS ON}
|
||||
{$REFERENCEINFO ON}
|
||||
{$SAFEDIVIDE OFF}
|
||||
{$STACKFRAMES ON}
|
||||
{$TYPEDADDRESS ON}
|
||||
{$VARSTRINGCHECKS ON}
|
||||
{$WRITEABLECONST OFF}
|
||||
{$MINENUMSIZE 1}
|
||||
{$IMAGEBASE $400000}
|
||||
{$DESCRIPTION 'SynEdit component suite runtime'}
|
||||
{$RUNONLY}
|
||||
{$IMPLICITBUILD OFF}
|
||||
|
||||
requires
|
||||
vcl,
|
||||
vcldb,
|
||||
vclx,
|
||||
rtl;
|
||||
|
||||
contains
|
||||
SynTextDrawer in '..\..\Source\SynTextDrawer.pas',
|
||||
SynAutoCorrect in '..\..\Source\SynAutoCorrect.pas',
|
||||
SynAutoCorrectEditor in '..\..\Source\SynAutoCorrectEditor.pas' {frmAutoCorrectEditor},
|
||||
SynCompletionProposal in '..\..\Source\SynCompletionProposal.pas',
|
||||
SynDBEdit in '..\..\Source\SynDBEdit.pas',
|
||||
SynEdit in '..\..\Source\SynEdit.pas',
|
||||
SynEditAutoComplete in '..\..\Source\SynEditAutoComplete.pas',
|
||||
SynEditExport in '..\..\Source\SynEditExport.pas',
|
||||
SynEditHighlighter in '..\..\Source\SynEditHighlighter.pas',
|
||||
SynEditKbdHandler in '..\..\Source\SynEditKbdHandler.pas',
|
||||
SynEditKeyCmdEditor in '..\..\Source\SynEditKeyCmdEditor.pas' {SynEditKeystrokeEditorForm},
|
||||
SynEditKeyCmds in '..\..\Source\SynEditKeyCmds.pas',
|
||||
SynEditKeyCmdsEditor in '..\..\Source\SynEditKeyCmdsEditor.pas' {SynEditKeystrokesEditorForm},
|
||||
SynEditKeyConst in '..\..\Source\SynEditKeyConst.pas',
|
||||
SynEditMiscClasses in '..\..\Source\SynEditMiscClasses.pas',
|
||||
SynEditMiscProcs in '..\..\Source\SynEditMiscProcs.pas',
|
||||
SynEditOptionsDialog in '..\..\Source\SynEditOptionsDialog.pas' {fmEditorOptionsDialog},
|
||||
SynEditPlugins in '..\..\Source\SynEditPlugins.pas',
|
||||
SynEditWordWrap in '..\..\Source\SynEditWordWrap.pas',
|
||||
SynEditPrint in '..\..\Source\SynEditPrint.pas',
|
||||
SynEditPrinterInfo in '..\..\Source\SynEditPrinterInfo.pas',
|
||||
SynEditPrintHeaderFooter in '..\..\Source\SynEditPrintHeaderFooter.pas',
|
||||
SynEditPrintMargins in '..\..\Source\SynEditPrintMargins.pas',
|
||||
SynEditPrintMarginsDialog in '..\..\Source\SynEditPrintMarginsDialog.pas' {SynEditPrintMarginsDlg},
|
||||
SynEditPrintPreview in '..\..\Source\SynEditPrintPreview.pas',
|
||||
SynEditPrintTypes in '..\..\Source\SynEditPrintTypes.pas',
|
||||
SynEditPythonBehaviour in '..\..\Source\SynEditPythonBehaviour.pas',
|
||||
SynEditRegexSearch in '..\..\Source\SynEditRegexSearch.pas',
|
||||
SynEditSearch in '..\..\Source\SynEditSearch.pas',
|
||||
SynEditStrConst in '..\..\Source\SynEditStrConst.pas',
|
||||
SynEditTextBuffer in '..\..\Source\SynEditTextBuffer.pas',
|
||||
SynEditTypes in '..\..\Source\SynEditTypes.pas',
|
||||
SynExportHTML in '..\..\Source\SynExportHTML.pas',
|
||||
SynExportRTF in '..\..\Source\SynExportRTF.pas',
|
||||
SynExportTeX in '..\..\Source\SynExportTeX.pas',
|
||||
SynHighlighterADSP21xx in '..\..\Source\SynHighlighterADSP21xx.pas',
|
||||
SynHighlighterAsm in '..\..\Source\SynHighlighterAsm.pas',
|
||||
SynHighlighterAWK in '..\..\Source\SynHighlighterAWK.pas',
|
||||
SynHighlighterBaan in '..\..\Source\SynHighlighterBaan.pas',
|
||||
SynHighlighterBat in '..\..\Source\SynHighlighterBat.pas',
|
||||
SynHighlighterCAC in '..\..\Source\SynHighlighterCAC.pas',
|
||||
SynHighlighterCache in '..\..\Source\SynHighlighterCache.pas',
|
||||
SynHighlighterCobol in '..\..\Source\SynHighlighterCobol.pas',
|
||||
SynHighlighterCPM in '..\..\Source\SynHighlighterCPM.pas',
|
||||
SynHighlighterCpp in '..\..\Source\SynHighlighterCpp.pas',
|
||||
SynHighlighterCS in '..\..\Source\SynHighlighterCS.pas',
|
||||
SynHighlighterDfm in '..\..\Source\SynHighlighterDfm.pas',
|
||||
SynHighlighterDml in '..\..\Source\SynHighlighterDml.pas',
|
||||
SynHighlighterFortran in '..\..\Source\SynHighlighterFortran.pas',
|
||||
SynHighlighterFoxpro in '..\..\Source\SynHighlighterFoxpro.pas',
|
||||
SynHighlighterGalaxy in '..\..\Source\SynHighlighterGalaxy.pas',
|
||||
SynHighlighterGeneral in '..\..\Source\SynHighlighterGeneral.pas',
|
||||
SynHighlighterGWS in '..\..\Source\SynHighlighterGWS.pas',
|
||||
SynHighlighterHashEntries in '..\..\Source\SynHighlighterHashEntries.pas',
|
||||
SynHighlighterHaskell in '..\..\Source\SynHighlighterHaskell.pas',
|
||||
SynHighlighterHC11 in '..\..\Source\SynHighlighterHC11.pas',
|
||||
SynHighlighterHP48 in '..\..\Source\SynHighlighterHP48.pas',
|
||||
SynHighlighterHtml in '..\..\Source\SynHighlighterHtml.pas',
|
||||
SynHighlighterIDL in '..\..\Source\SynHighlighterIDL.pas',
|
||||
SynHighlighterIni in '..\..\Source\SynHighlighterIni.pas',
|
||||
SynHighlighterInno in '..\..\Source\SynHighlighterInno.pas',
|
||||
SynHighlighterJava in '..\..\Source\SynHighlighterJava.pas',
|
||||
SynHighlighterJScript in '..\..\Source\SynHighlighterJScript.pas',
|
||||
SynHighlighterKix in '..\..\Source\SynHighlighterKix.pas',
|
||||
SynHighlighterM3 in '..\..\Source\SynHighlighterM3.pas',
|
||||
SynHighlighterModelica in '..\..\Source\SynHighlighterModelica.pas',
|
||||
SynHighlighterMsg in '..\..\Source\SynHighlighterMsg.pas',
|
||||
SynHighlighterMulti in '..\..\Source\SynHighlighterMulti.pas',
|
||||
SynHighlighterPas in '..\..\Source\SynHighlighterPas.pas',
|
||||
SynHighlighterPerl in '..\..\Source\SynHighlighterPerl.pas',
|
||||
SynHighlighterPHP in '..\..\Source\SynHighlighterPHP.pas',
|
||||
SynHighlighterProgress in '..\..\Source\SynHighlighterProgress.pas',
|
||||
SynHighlighterPython in '..\..\Source\SynHighlighterPython.pas',
|
||||
SynHighlighterRC in '..\..\Source\SynHighlighterRC.pas',
|
||||
SynHighlighterRuby in '..\..\Source\SynHighlighterRuby.pas',
|
||||
SynHighlighterSDD in '..\..\Source\SynHighlighterSDD.pas',
|
||||
SynHighlighterSml in '..\..\Source\SynHighlighterSml.pas',
|
||||
SynHighlighterSQL in '..\..\Source\SynHighlighterSQL.pas',
|
||||
SynHighlighterST in '..\..\Source\SynHighlighterST.pas',
|
||||
SynHighlighterTclTk in '..\..\Source\SynHighlighterTclTk.pas',
|
||||
SynHighlighterTeX in '..\..\Source\SynHighlighterTeX.pas',
|
||||
SynHighlighterUNIXShellScript in '..\..\Source\SynHighlighterUNIXShellScript.pas',
|
||||
SynHighlighterUnreal in '..\..\Source\SynHighlighterUnreal.pas',
|
||||
SynHighlighterVB in '..\..\Source\SynHighlighterVB.pas',
|
||||
SynHighlighterVBScript in '..\..\Source\SynHighlighterVBScript.pas',
|
||||
SynHighlighterXML in '..\..\Source\SynHighlighterXML.pas',
|
||||
SynMacroRecorder in '..\..\Source\SynMacroRecorder.pas',
|
||||
SynMemo in '..\..\Source\SynMemo.pas',
|
||||
SynRegExpr in '..\..\Source\SynRegExpr.pas',
|
||||
SynHighlighterCss in '..\..\Source\SynHighlighterCss.pas',
|
||||
SynHighlighterLDraw in '..\..\Source\SynHighlighterLDraw.pas',
|
||||
SynHighlighterURI in '..\..\Source\SynHighlighterURI.pas',
|
||||
SynURIOpener in '..\..\Source\SynURIOpener.pas',
|
||||
SynHighlighterDOT in '..\..\Source\SynHighlighterDOT.pas',
|
||||
SynHighlighterVrml97 in '..\..\Source\SynHighlighterVrml97.pas',
|
||||
SynHighlighterEiffel in '..\..\Source\SynHighlighterEiffel.pas',
|
||||
SynUnicode in '..\..\Source\SynUnicode.pas',
|
||||
SynUsp10 in '..\..\Source\SynUsp10.pas';
|
||||
|
||||
end.
|
247
components/synedit/Packages/delphiXE/SynEditR.dproj
Normal file
247
components/synedit/Packages/delphiXE/SynEditR.dproj
Normal file
@ -0,0 +1,247 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{3989c409-0738-47b7-a024-aa0e95cac986}</ProjectGuid>
|
||||
<MainSource>SynEditR.dpk</MainSource>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||
<ProjectVersion>12.0</ProjectVersion>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base)'!=''">
|
||||
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
|
||||
<DCC_DependencyCheckOutputName>..\..\build\SynEditR.bpl</DCC_DependencyCheckOutputName>
|
||||
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||
<DCC_TypedAtParameter>true</DCC_TypedAtParameter>
|
||||
<DCC_RangeChecking>true</DCC_RangeChecking>
|
||||
<DCC_Description>SynEdit component suite runtime</DCC_Description>
|
||||
<DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
|
||||
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
||||
<GenDll>true</GenDll>
|
||||
<DesignOnlyPackage>false</DesignOnlyPackage>
|
||||
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
||||
<GenPackage>true</GenPackage>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<DCC_DependencyCheckOutputName>..\..\build\SynEditR.bpl</DCC_DependencyCheckOutputName>
|
||||
<Version>7.0</Version>
|
||||
<DCC_DebugInformation>False</DCC_DebugInformation>
|
||||
<DCC_WriteableConstants>True</DCC_WriteableConstants>
|
||||
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<DCC_DcuOutput>..\..\build</DCC_DcuOutput>
|
||||
<DCC_ObjOutput>..\..\build</DCC_ObjOutput>
|
||||
<DCC_HppOutput>..\..\build</DCC_HppOutput>
|
||||
<DCC_BplOutput>..\..\build</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\..\build</DCC_DcpOutput>
|
||||
<DCC_UnitSearchPath>..\..\resources;..\..\..\..\source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\..\resources;..\..\..\..\source;$(DCC_ResourcePath)</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\..\resources;..\..\..\..\source;$(DCC_ObjPath)</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\..\resources;..\..\..\..\source;$(DCC_IncludePath)</DCC_IncludePath>
|
||||
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_DependencyCheckOutputName>..\..\build\SynEditR.bpl</DCC_DependencyCheckOutputName>
|
||||
<Version>7.0</Version>
|
||||
<DCC_DcuOutput>..\..\build</DCC_DcuOutput>
|
||||
<DCC_ObjOutput>..\..\build</DCC_ObjOutput>
|
||||
<DCC_HppOutput>..\..\build</DCC_HppOutput>
|
||||
<DCC_BplOutput>..\..\build</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\..\build</DCC_DcpOutput>
|
||||
<DCC_UnitSearchPath>..\..\resources;..\..\..\..\source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\..\resources;..\..\..\..\source;$(DCC_ResourcePath)</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\..\resources;..\..\..\..\source;$(DCC_ObjPath)</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\..\resources;..\..\..\..\source;$(DCC_IncludePath)</DCC_IncludePath>
|
||||
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
|
||||
<DCC_RangeChecking>True</DCC_RangeChecking>
|
||||
<DCC_TypedAtParameter>True</DCC_TypedAtParameter>
|
||||
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<Delphi.Personality>
|
||||
<Parameters>
|
||||
<Parameters Name="DebugSourceDirs">..\..\Source</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">1</VersionInfo>
|
||||
<VersionInfo Name="MinorVer">0</VersionInfo>
|
||||
<VersionInfo Name="Release">0</VersionInfo>
|
||||
<VersionInfo Name="Build">0</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">1033</VersionInfo>
|
||||
<VersionInfo Name="CodePage">1252</VersionInfo>
|
||||
</VersionInfo>
|
||||
<VersionInfoKeys>
|
||||
<VersionInfoKeys Name="CompanyName"/>
|
||||
<VersionInfoKeys Name="FileDescription"/>
|
||||
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="InternalName"/>
|
||||
<VersionInfoKeys Name="LegalCopyright"/>
|
||||
<VersionInfoKeys Name="LegalTrademarks"/>
|
||||
<VersionInfoKeys Name="OriginalFilename"/>
|
||||
<VersionInfoKeys Name="ProductName"/>
|
||||
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="Comments"/>
|
||||
</VersionInfoKeys>
|
||||
<Source>
|
||||
<Source Name="MainSource">SynEditR.dpk</Source>
|
||||
</Source>
|
||||
</Delphi.Personality>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<ItemGroup>
|
||||
<DelphiCompile Include="SynEditR.dpk">
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<DCCReference Include="vcl.dcp"/>
|
||||
<DCCReference Include="vcldb.dcp"/>
|
||||
<DCCReference Include="vclx.dcp"/>
|
||||
<DCCReference Include="rtl.dcp"/>
|
||||
<DCCReference Include="..\..\Source\SynTextDrawer.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynAutoCorrect.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynAutoCorrectEditor.pas">
|
||||
<Form>frmAutoCorrectEditor</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\Source\SynCompletionProposal.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynDBEdit.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEdit.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditAutoComplete.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditExport.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditHighlighter.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditKbdHandler.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditKeyCmdEditor.pas">
|
||||
<Form>SynEditKeystrokeEditorForm</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\Source\SynEditKeyCmds.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditKeyCmdsEditor.pas">
|
||||
<Form>SynEditKeystrokesEditorForm</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\Source\SynEditKeyConst.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditMiscClasses.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditMiscProcs.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditOptionsDialog.pas">
|
||||
<Form>fmEditorOptionsDialog</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\Source\SynEditPlugins.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditWordWrap.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditPrint.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditPrinterInfo.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditPrintHeaderFooter.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditPrintMargins.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditPrintMarginsDialog.pas">
|
||||
<Form>SynEditPrintMarginsDlg</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\Source\SynEditPrintPreview.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditPrintTypes.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditPythonBehaviour.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditRegexSearch.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditSearch.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditStrConst.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditTextBuffer.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynEditTypes.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynExportHTML.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynExportRTF.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynExportTeX.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterADSP21xx.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterAsm.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterAWK.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterBaan.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterBat.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterCAC.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterCache.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterCobol.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterCPM.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterCpp.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterCS.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterDfm.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterDml.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterFortran.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterFoxpro.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterGalaxy.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterGeneral.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterGWS.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterHashEntries.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterHaskell.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterHC11.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterHP48.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterHtml.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterIDL.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterIni.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterInno.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterJava.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterJScript.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterKix.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterM3.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterModelica.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterMsg.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterMulti.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterPas.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterPerl.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterPHP.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterProgress.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterPython.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterRC.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterRuby.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterSDD.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterSml.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterSQL.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterST.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterTclTk.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterTeX.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterUNIXShellScript.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterUnreal.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterVB.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterVBScript.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterXML.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynMacroRecorder.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynMemo.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynRegExpr.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterCss.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterLDraw.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterURI.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynURIOpener.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterDOT.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterVrml97.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynHighlighterEiffel.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynUnicode.pas"/>
|
||||
<DCCReference Include="..\..\Source\SynUsp10.pas"/>
|
||||
<BuildConfiguration Include="Base">
|
||||
<Key>Base</Key>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Debug">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_1</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
</ItemGroup>
|
||||
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
||||
</Project>
|
@ -0,0 +1,40 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{15f4a880-d528-456f-b987-f4ec9833a518}</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup />
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Default.Personality</Borland.Personality>
|
||||
<Borland.ProjectType />
|
||||
<BorlandProject>
|
||||
<BorlandProject xmlns=""> <Default.Personality> </Default.Personality> </BorlandProject></BorlandProject>
|
||||
</ProjectExtensions>
|
||||
<Target Name="VirtualTreesR">
|
||||
<MSBuild Projects="VirtualTreesR.dproj" Targets="" />
|
||||
</Target>
|
||||
<Target Name="VirtualTreesR:Clean">
|
||||
<MSBuild Projects="VirtualTreesR.dproj" Targets="Clean" />
|
||||
</Target>
|
||||
<Target Name="VirtualTreesR:Make">
|
||||
<MSBuild Projects="VirtualTreesR.dproj" Targets="Make" />
|
||||
</Target>
|
||||
<Target Name="VirtualTreesD">
|
||||
<MSBuild Projects="VirtualTreesD.dproj" Targets="" />
|
||||
</Target>
|
||||
<Target Name="VirtualTreesD:Clean">
|
||||
<MSBuild Projects="VirtualTreesD.dproj" Targets="Clean" />
|
||||
</Target>
|
||||
<Target Name="VirtualTreesD:Make">
|
||||
<MSBuild Projects="VirtualTreesD.dproj" Targets="Make" />
|
||||
</Target>
|
||||
<Target Name="Build">
|
||||
<CallTarget Targets="VirtualTreesR;VirtualTreesD" />
|
||||
</Target>
|
||||
<Target Name="Clean">
|
||||
<CallTarget Targets="VirtualTreesR:Clean;VirtualTreesD:Clean" />
|
||||
</Target>
|
||||
<Target Name="Make">
|
||||
<CallTarget Targets="VirtualTreesR:Make;VirtualTreesD:Make" />
|
||||
</Target>
|
||||
</Project>
|
@ -0,0 +1,37 @@
|
||||
package VirtualTreesD;
|
||||
|
||||
{$R '..\..\Resources\VirtualTreesD.dcr'}
|
||||
{$ALIGN 8}
|
||||
{$ASSERTIONS ON}
|
||||
{$BOOLEVAL OFF}
|
||||
{$DEBUGINFO ON}
|
||||
{$EXTENDEDSYNTAX ON}
|
||||
{$IMPORTEDDATA ON}
|
||||
{$IOCHECKS ON}
|
||||
{$LOCALSYMBOLS ON}
|
||||
{$LONGSTRINGS ON}
|
||||
{$OPENSTRINGS ON}
|
||||
{$OPTIMIZATION ON}
|
||||
{$OVERFLOWCHECKS ON}
|
||||
{$RANGECHECKS ON}
|
||||
{$REFERENCEINFO OFF}
|
||||
{$SAFEDIVIDE OFF}
|
||||
{$STACKFRAMES OFF}
|
||||
{$TYPEDADDRESS OFF}
|
||||
{$VARSTRINGCHECKS ON}
|
||||
{$WRITEABLECONST OFF}
|
||||
{$MINENUMSIZE 1}
|
||||
{$IMAGEBASE $30400000}
|
||||
{$DESCRIPTION 'Virtual Treeview design time package'}
|
||||
{$DESIGNONLY}
|
||||
{$IMPLICITBUILD ON}
|
||||
|
||||
requires
|
||||
dclstd,
|
||||
VirtualTreesR;
|
||||
|
||||
contains
|
||||
VirtualTreesReg in '..\..\Design\VirtualTreesReg.pas';
|
||||
|
||||
end.
|
||||
|
139
components/virtualtreeview/packages/delphiXE/VirtualTreesD.dproj
Normal file
139
components/virtualtreeview/packages/delphiXE/VirtualTreesD.dproj
Normal file
@ -0,0 +1,139 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{aa45159e-a89d-4a19-8645-df52ec37cddf}</ProjectGuid>
|
||||
<MainSource>VirtualTreesD.dpk</MainSource>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||
<ProjectVersion>12.0</ProjectVersion>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base)'!=''">
|
||||
<DCC_DependencyCheckOutputName>..\..\build\VirtualTreesD.bpl</DCC_DependencyCheckOutputName>
|
||||
<DCC_ImageBase>30400000</DCC_ImageBase>
|
||||
<DCC_RangeChecking>true</DCC_RangeChecking>
|
||||
<DCC_Description>Virtual Treeview design time package</DCC_Description>
|
||||
<DesignOnlyPackage>true</DesignOnlyPackage>
|
||||
<DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
|
||||
<GenDll>true</GenDll>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<GenPackage>true</GenPackage>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<DCC_DependencyCheckOutputName>..\..\build\VirtualTreesD.bpl</DCC_DependencyCheckOutputName>
|
||||
<Version>7.0</Version>
|
||||
<DCC_DebugInformation>False</DCC_DebugInformation>
|
||||
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
|
||||
<DCC_RangeChecking>True</DCC_RangeChecking>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<DCC_ImageBase>30400000</DCC_ImageBase>
|
||||
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||
<DCC_DcuOutput>..\..\build</DCC_DcuOutput>
|
||||
<DCC_ObjOutput>..\..\build</DCC_ObjOutput>
|
||||
<DCC_HppOutput>..\..\build</DCC_HppOutput>
|
||||
<DCC_BplOutput>..\..\build</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\..\build</DCC_DcpOutput>
|
||||
<DCC_UnitSearchPath>..\..\source;..\..\..\..\source;..\..\resources;..\..\build;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\..\source;..\..\..\..\source;..\..\resources;..\..\build;$(DCC_ResourcePath)</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\..\source;..\..\..\..\source;..\..\resources;..\..\build;$(DCC_ObjPath)</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\..\source;..\..\..\..\source;..\..\resources;..\..\build;$(DCC_IncludePath)</DCC_IncludePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_DependencyCheckOutputName>..\..\build\VirtualTreesD.bpl</DCC_DependencyCheckOutputName>
|
||||
<Version>7.0</Version>
|
||||
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
|
||||
<DCC_RangeChecking>True</DCC_RangeChecking>
|
||||
<DCC_ImageBase>30400000</DCC_ImageBase>
|
||||
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||
<DCC_DcuOutput>..\..\build</DCC_DcuOutput>
|
||||
<DCC_ObjOutput>..\..\build</DCC_ObjOutput>
|
||||
<DCC_HppOutput>..\..\build</DCC_HppOutput>
|
||||
<DCC_BplOutput>..\..\build</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\..\build</DCC_DcpOutput>
|
||||
<DCC_UnitSearchPath>..\..\source;..\..\..\..\source;..\..\resources;..\..\build;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\..\source;..\..\..\..\source;..\..\resources;..\..\build;$(DCC_ResourcePath)</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\..\source;..\..\..\..\source;..\..\resources;..\..\build;$(DCC_ObjPath)</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\..\source;..\..\..\..\source;..\..\resources;..\..\build;$(DCC_IncludePath)</DCC_IncludePath>
|
||||
<DCC_TypedAtParameter>True</DCC_TypedAtParameter>
|
||||
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<Delphi.Personality>
|
||||
<Parameters>
|
||||
<Parameters Name="UseLauncher">False</Parameters>
|
||||
<Parameters Name="LoadAllSymbols">True</Parameters>
|
||||
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
|
||||
</Parameters>
|
||||
<VersionInfo>
|
||||
<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
|
||||
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
||||
<VersionInfo Name="MajorVer">1</VersionInfo>
|
||||
<VersionInfo Name="MinorVer">0</VersionInfo>
|
||||
<VersionInfo Name="Release">0</VersionInfo>
|
||||
<VersionInfo Name="Build">0</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">1031</VersionInfo>
|
||||
<VersionInfo Name="CodePage">1252</VersionInfo>
|
||||
</VersionInfo>
|
||||
<VersionInfoKeys>
|
||||
<VersionInfoKeys Name="CompanyName"/>
|
||||
<VersionInfoKeys Name="FileDescription"/>
|
||||
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="InternalName"/>
|
||||
<VersionInfoKeys Name="LegalCopyright"/>
|
||||
<VersionInfoKeys Name="LegalTrademarks"/>
|
||||
<VersionInfoKeys Name="OriginalFilename"/>
|
||||
<VersionInfoKeys Name="ProductName"/>
|
||||
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="Comments"/>
|
||||
</VersionInfoKeys>
|
||||
<Source>
|
||||
<Source Name="MainSource">VirtualTreesD.dpk</Source>
|
||||
</Source>
|
||||
</Delphi.Personality>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<ItemGroup>
|
||||
<DelphiCompile Include="VirtualTreesD.dpk">
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<DCCReference Include="..\..\Resources\VirtualTreesD.dcr"/>
|
||||
<DCCReference Include="dclstd.dcp"/>
|
||||
<DCCReference Include="VirtualTreesR.dcp"/>
|
||||
<DCCReference Include="..\..\Design\VirtualTreesReg.pas"/>
|
||||
<BuildConfiguration Include="Base">
|
||||
<Key>Base</Key>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Debug">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_1</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
</ItemGroup>
|
||||
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
||||
</Project>
|
@ -0,0 +1,42 @@
|
||||
package VirtualTreesR;
|
||||
|
||||
{$ALIGN 8}
|
||||
{$ASSERTIONS OFF}
|
||||
{$BOOLEVAL OFF}
|
||||
{$DEBUGINFO OFF}
|
||||
{$EXTENDEDSYNTAX ON}
|
||||
{$IMPORTEDDATA ON}
|
||||
{$IOCHECKS OFF}
|
||||
{$LOCALSYMBOLS OFF}
|
||||
{$LONGSTRINGS ON}
|
||||
{$OPENSTRINGS ON}
|
||||
{$OPTIMIZATION ON}
|
||||
{$OVERFLOWCHECKS OFF}
|
||||
{$RANGECHECKS OFF}
|
||||
{$REFERENCEINFO OFF}
|
||||
{$SAFEDIVIDE OFF}
|
||||
{$STACKFRAMES OFF}
|
||||
{$TYPEDADDRESS OFF}
|
||||
{$VARSTRINGCHECKS ON}
|
||||
{$WRITEABLECONST OFF}
|
||||
{$MINENUMSIZE 1}
|
||||
{$IMAGEBASE $30400000}
|
||||
{$DESCRIPTION 'Virtual Treeview runtime package'}
|
||||
{$RUNONLY}
|
||||
{$IMPLICITBUILD ON}
|
||||
|
||||
requires
|
||||
vcl,
|
||||
vclx;
|
||||
|
||||
contains
|
||||
VirtualTrees in '..\..\Source\VirtualTrees.pas',
|
||||
VTHeaderPopup in '..\..\Source\VTHeaderPopup.pas',
|
||||
VTAccessibilityFactory in '..\..\Source\VTAccessibilityFactory.pas',
|
||||
VTAccessibility in '..\..\Source\VTAccessibility.pas';
|
||||
// @note, Ansgar: MSAAIntf.pas is not included in the distribution,
|
||||
// but anyway only needed for Delphi up to 2005
|
||||
//, MSAAIntf in '..\..\Source\MSAAIntf.pas';
|
||||
|
||||
end.
|
||||
|
142
components/virtualtreeview/packages/delphiXE/VirtualTreesR.dproj
Normal file
142
components/virtualtreeview/packages/delphiXE/VirtualTreesR.dproj
Normal file
@ -0,0 +1,142 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{a53e6f8e-b1f1-41c4-9543-1b2edbb223e1}</ProjectGuid>
|
||||
<MainSource>VirtualTreesR.dpk</MainSource>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||
<ProjectVersion>12.0</ProjectVersion>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base)'!=''">
|
||||
<DCC_DependencyCheckOutputName>..\..\build\VirtualTreesR.bpl</DCC_DependencyCheckOutputName>
|
||||
<DCC_ImageBase>30400000</DCC_ImageBase>
|
||||
<DesignOnlyPackage>false</DesignOnlyPackage>
|
||||
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
||||
<DCC_Description>Virtual Treeview runtime package</DCC_Description>
|
||||
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
|
||||
<GenPackage>true</GenPackage>
|
||||
<DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime>
|
||||
<GenDll>true</GenDll>
|
||||
<DCC_IOChecking>false</DCC_IOChecking>
|
||||
<DCC_DebugInformation>false</DCC_DebugInformation>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<DCC_UnitSearchPath>..\..\..\..\source;..\..\resources;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||
<DCC_DependencyCheckOutputName>..\..\build\VirtualTreesR.bpl</DCC_DependencyCheckOutputName>
|
||||
<Version>7.0</Version>
|
||||
<DCC_AssertionsAtRuntime>False</DCC_AssertionsAtRuntime>
|
||||
<DCC_DebugInformation>False</DCC_DebugInformation>
|
||||
<DCC_IOChecking>False</DCC_IOChecking>
|
||||
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<DCC_ImageBase>30400000</DCC_ImageBase>
|
||||
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||
<DCC_DcuOutput>..\..\build</DCC_DcuOutput>
|
||||
<DCC_ObjOutput>..\..\build</DCC_ObjOutput>
|
||||
<DCC_HppOutput>..\..\build</DCC_HppOutput>
|
||||
<DCC_BplOutput>..\..\build</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\..\build</DCC_DcpOutput>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_DependencyCheckOutputName>..\..\build\VirtualTreesR.bpl</DCC_DependencyCheckOutputName>
|
||||
<Version>7.0</Version>
|
||||
<DCC_ImageBase>30400000</DCC_ImageBase>
|
||||
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||
<DCC_DcuOutput>..\..\build</DCC_DcuOutput>
|
||||
<DCC_ObjOutput>..\..\build</DCC_ObjOutput>
|
||||
<DCC_HppOutput>..\..\build</DCC_HppOutput>
|
||||
<DCC_BplOutput>..\..\build</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\..\build</DCC_DcpOutput>
|
||||
<DCC_UnitSearchPath>..\..\..\..\source;..\..\resources;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\..\..\..\source;..\..\resources;$(DCC_ResourcePath)</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\..\..\..\source;..\..\resources;$(DCC_ObjPath)</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\..\..\..\source;..\..\resources;$(DCC_IncludePath)</DCC_IncludePath>
|
||||
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
|
||||
<DCC_RangeChecking>True</DCC_RangeChecking>
|
||||
<DCC_TypedAtParameter>True</DCC_TypedAtParameter>
|
||||
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<Delphi.Personality>
|
||||
<Parameters>
|
||||
<Parameters Name="UseLauncher">False</Parameters>
|
||||
<Parameters Name="LoadAllSymbols">True</Parameters>
|
||||
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
|
||||
</Parameters>
|
||||
<VersionInfo>
|
||||
<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
|
||||
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
||||
<VersionInfo Name="MajorVer">1</VersionInfo>
|
||||
<VersionInfo Name="MinorVer">0</VersionInfo>
|
||||
<VersionInfo Name="Release">0</VersionInfo>
|
||||
<VersionInfo Name="Build">0</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">1031</VersionInfo>
|
||||
<VersionInfo Name="CodePage">1252</VersionInfo>
|
||||
</VersionInfo>
|
||||
<VersionInfoKeys>
|
||||
<VersionInfoKeys Name="CompanyName"/>
|
||||
<VersionInfoKeys Name="FileDescription"/>
|
||||
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="InternalName"/>
|
||||
<VersionInfoKeys Name="LegalCopyright"/>
|
||||
<VersionInfoKeys Name="LegalTrademarks"/>
|
||||
<VersionInfoKeys Name="OriginalFilename"/>
|
||||
<VersionInfoKeys Name="ProductName"/>
|
||||
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="Comments"/>
|
||||
</VersionInfoKeys>
|
||||
<Source>
|
||||
<Source Name="MainSource">VirtualTreesR.dpk</Source>
|
||||
</Source>
|
||||
</Delphi.Personality>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<ItemGroup>
|
||||
<DelphiCompile Include="VirtualTreesR.dpk">
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<DCCReference Include="vcl.dcp"/>
|
||||
<DCCReference Include="vclx.dcp"/>
|
||||
<DCCReference Include="..\..\Source\VirtualTrees.pas"/>
|
||||
<DCCReference Include="..\..\Source\VTHeaderPopup.pas"/>
|
||||
<DCCReference Include="..\..\Source\VTAccessibilityFactory.pas"/>
|
||||
<DCCReference Include="..\..\Source\VTAccessibility.pas"/>
|
||||
<BuildConfiguration Include="Base">
|
||||
<Key>Base</Key>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Debug">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_1</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup/>
|
||||
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
||||
</Project>
|
68
packages/delphiXE/heidisql.dpr
Normal file
68
packages/delphiXE/heidisql.dpr
Normal file
@ -0,0 +1,68 @@
|
||||
program heidisql;
|
||||
|
||||
uses
|
||||
madExcept,
|
||||
Forms,
|
||||
SysUtils,
|
||||
Dialogs,
|
||||
Windows,
|
||||
main in '..\..\source\main.pas' {MainForm},
|
||||
about in '..\..\source\about.pas' {AboutBox},
|
||||
connections in '..\..\source\connections.pas' {connform},
|
||||
loaddata in '..\..\source\loaddata.pas' {loaddataform},
|
||||
usermanager in '..\..\source\usermanager.pas' {UserManagerForm},
|
||||
options in '..\..\source\options.pas' {optionsform},
|
||||
tabletools in '..\..\source\tabletools.pas' {frmTableTools},
|
||||
printlist in '..\..\source\printlist.pas' {printlistForm},
|
||||
copytable in '..\..\source\copytable.pas' {CopyTableForm},
|
||||
insertfiles in '..\..\source\insertfiles.pas' {frmInsertFiles},
|
||||
helpers in '..\..\source\helpers.pas',
|
||||
sqlhelp in '..\..\source\sqlhelp.pas' {frmSQLhelp},
|
||||
mysql_structures in '..\..\source\mysql_structures.pas',
|
||||
column_selection in '..\..\source\column_selection.pas' {ColumnSelectionForm},
|
||||
data_sorting in '..\..\source\data_sorting.pas' {DataSortingForm},
|
||||
runsqlfile in '..\..\source\runsqlfile.pas' {RunSQLFileForm},
|
||||
createdatabase in '..\..\source\createdatabase.pas' {CreateDatabaseForm},
|
||||
updatecheck in '..\..\source\updatecheck.pas' {frmUpdateCheck},
|
||||
editvar in '..\..\source\editvar.pas' {frmEditVariable},
|
||||
view in '..\..\source\view.pas' {frmView},
|
||||
selectdbobject in '..\..\source\selectdbobject.pas' {frmSelectDBObject},
|
||||
texteditor in '..\..\source\texteditor.pas' {frmTextEditor},
|
||||
bineditor in '..\..\source\bineditor.pas' {frmBinEditor},
|
||||
grideditlinks in '..\..\source\grideditlinks.pas',
|
||||
uVistaFuncs in '..\..\source\uVistaFuncs.pas',
|
||||
routine_editor in '..\..\source\routine_editor.pas' {frmRoutineEditor},
|
||||
table_editor in '..\..\source\table_editor.pas' {frmTableEditor},
|
||||
mysql_api in '..\..\source\mysql_api.pas',
|
||||
mysql_connection in '..\..\source\mysql_connection.pas',
|
||||
trigger_editor in '..\..\source\trigger_editor.pas' {frmTriggerEditor: TFrame},
|
||||
searchreplace in '..\..\source\searchreplace.pas' {frmSearchReplace},
|
||||
event_editor in '..\..\source\event_editor.pas' {frmEventEditor: TFrame},
|
||||
loginform in '..\..\source\loginform.pas' {frmLogin},
|
||||
Cromis.DirectoryWatch in '..\..\source\Cromis.DirectoryWatch.pas';
|
||||
|
||||
{$R ..\..\res\icon.RES}
|
||||
{$R ..\..\res\version.RES}
|
||||
{$R ..\..\res\manifest.RES}
|
||||
{$R ..\..\res\updater.RES}
|
||||
|
||||
var
|
||||
DoStop, prefAllowMultipleInstances: Boolean;
|
||||
begin
|
||||
prefAllowMultipleInstances := GetRegValue(REGNAME_MULTI_INSTANCES, DEFAULT_MULTI_INSTANCES);
|
||||
SecondInstMsgId := RegisterWindowMessage(APPNAME);
|
||||
DoStop := False;
|
||||
if not prefAllowMultipleInstances then
|
||||
DoStop := CheckForSecondInstance;
|
||||
if DoStop then
|
||||
Application.Terminate
|
||||
else begin
|
||||
Application.Initialize;
|
||||
Application.Title := APPNAME;
|
||||
Application.UpdateFormatSettings := False;
|
||||
Application.CreateForm(TMainForm, MainForm);
|
||||
Application.OnMessage := Mainform.OnMessageHandler;
|
||||
MainForm.Startup;
|
||||
Application.Run;
|
||||
end;
|
||||
end.
|
237
packages/delphiXE/heidisql.dproj
Normal file
237
packages/delphiXE/heidisql.dproj
Normal file
@ -0,0 +1,237 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{53d02113-9bb2-4326-83eb-53734f07dae7}</ProjectGuid>
|
||||
<MainSource>heidisql.dpr</MainSource>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||
<DCC_DependencyCheckOutputName>..\..\out\heidisql.exe</DCC_DependencyCheckOutputName>
|
||||
<ProjectVersion>12.0</ProjectVersion>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base)'!=''">
|
||||
<DCC_UnitSearchPath>..\..\components\graphicex;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||
<BRCC_OutputDir>..\..\res</BRCC_OutputDir>
|
||||
<DCC_DependencyCheckOutputName>heidisql.exe</DCC_DependencyCheckOutputName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<DCC_DependencyCheckOutputName>..\..\out\heidisql.exe</DCC_DependencyCheckOutputName>
|
||||
<Version>7.0</Version>
|
||||
<DCC_DebugInformation>False</DCC_DebugInformation>
|
||||
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<DCC_ExeOutput>..\..\out</DCC_ExeOutput>
|
||||
<DCC_DcuOutput>..\..\build</DCC_DcuOutput>
|
||||
<DCC_ObjOutput>..\..\build</DCC_ObjOutput>
|
||||
<DCC_HppOutput>..\..\build</DCC_HppOutput>
|
||||
<DCC_BplOutput>..\..\build</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\..\build</DCC_DcpOutput>
|
||||
<DCC_UnitSearchPath>..\..\components\synedit\build;..\..\components\synedit\resources;..\..\components\virtualtreeview\build;..\..\components\virtualtreeview\Resources;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\..\components\synedit\build;..\..\components\synedit\resources;..\..\components\virtualtreeview\build;..\..\components\virtualtreeview\Resources;$(DCC_ResourcePath)</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\..\components\synedit\build;..\..\components\synedit\resources;..\..\components\virtualtreeview\build;..\..\components\virtualtreeview\Resources;$(DCC_ObjPath)</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\..\components\synedit\build;..\..\components\synedit\resources;..\..\components\virtualtreeview\build;..\..\components\virtualtreeview\Resources;$(DCC_IncludePath)</DCC_IncludePath>
|
||||
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||
<DCC_Description>HeidiSQL</DCC_Description>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_MapFile>3</DCC_MapFile>
|
||||
<DCC_DependencyCheckOutputName>..\..\out\heidisql.exe</DCC_DependencyCheckOutputName>
|
||||
<Version>7.0</Version>
|
||||
<DCC_SymbolReferenceInfo>2</DCC_SymbolReferenceInfo>
|
||||
<DCC_DebugVN>True</DCC_DebugVN>
|
||||
<DCC_ExeOutput>..\..\out</DCC_ExeOutput>
|
||||
<DCC_DcuOutput>..\..\build</DCC_DcuOutput>
|
||||
<DCC_ObjOutput>..\..\build</DCC_ObjOutput>
|
||||
<DCC_HppOutput>..\..\build</DCC_HppOutput>
|
||||
<DCC_BplOutput>..\..\build</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\..\build</DCC_DcpOutput>
|
||||
<DCC_UnitSearchPath>$(BDS)\RaveReports\Lib;$(BDS)\lib\Debug;$(BDS)\Lib\Debug\Indy10;..\..\components\synedit\build;..\..\components\synedit\resources;..\..\components\virtualtreeview\build;..\..\components\virtualtreeview\resources;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>$(BDS)\RaveReports\Lib;$(BDS)\lib\Debug;$(BDS)\Lib\Debug\Indy10;..\..\components\synedit\build;..\..\components\synedit\resources;..\..\components\virtualtreeview\build;..\..\components\virtualtreeview\resources;$(DCC_ResourcePath)</DCC_ResourcePath>
|
||||
<DCC_ObjPath>$(BDS)\RaveReports\Lib;$(BDS)\lib\Debug;$(BDS)\Lib\Debug\Indy10;..\..\components\synedit\build;..\..\components\synedit\resources;..\..\components\virtualtreeview\build;..\..\components\virtualtreeview\resources;$(DCC_ObjPath)</DCC_ObjPath>
|
||||
<DCC_IncludePath>$(BDS)\RaveReports\Lib;$(BDS)\lib\Debug;$(BDS)\Lib\Debug\Indy10;..\..\components\synedit\build;..\..\components\synedit\resources;..\..\components\virtualtreeview\build;..\..\components\virtualtreeview\resources;$(DCC_IncludePath)</DCC_IncludePath>
|
||||
<DCC_Define>DEBUG;madExcept;$(DCC_Define)</DCC_Define>
|
||||
<DCC_Description>HeidiSQL</DCC_Description>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType>VCLApplication</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<Delphi.Personality>
|
||||
<Parameters>
|
||||
<Parameters Name="DebugSourceDirs">..\..;..\..\components\synedit\source</Parameters>
|
||||
<Parameters Name="UseLauncher">False</Parameters>
|
||||
<Parameters Name="LoadAllSymbols">True</Parameters>
|
||||
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
|
||||
</Parameters>
|
||||
<Language>
|
||||
<Language Name="ProjectLang">$00000407</Language>
|
||||
</Language>
|
||||
<VersionInfo>
|
||||
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
|
||||
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
||||
<VersionInfo Name="MajorVer">0</VersionInfo>
|
||||
<VersionInfo Name="MinorVer">0</VersionInfo>
|
||||
<VersionInfo Name="Release">0</VersionInfo>
|
||||
<VersionInfo Name="Build">0</VersionInfo>
|
||||
<VersionInfo Name="Debug">False</VersionInfo>
|
||||
<VersionInfo Name="PreRelease">True</VersionInfo>
|
||||
<VersionInfo Name="Special">False</VersionInfo>
|
||||
<VersionInfo Name="Private">False</VersionInfo>
|
||||
<VersionInfo Name="DLL">False</VersionInfo>
|
||||
<VersionInfo Name="Locale">1033</VersionInfo>
|
||||
<VersionInfo Name="CodePage">1252</VersionInfo>
|
||||
</VersionInfo>
|
||||
<VersionInfoKeys>
|
||||
<VersionInfoKeys Name="CompanyName"/>
|
||||
<VersionInfoKeys Name="FileDescription">HeidiSQL</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="FileVersion">4.0.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="InternalName"/>
|
||||
<VersionInfoKeys Name="LegalCopyright"/>
|
||||
<VersionInfoKeys Name="LegalTrademarks"/>
|
||||
<VersionInfoKeys Name="OriginalFilename">heidisql.exe</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="ProductName">HeidiSQL</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="ProductVersion">0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="Comments"/>
|
||||
</VersionInfoKeys>
|
||||
<Source>
|
||||
<Source Name="MainSource">heidisql.dpr</Source>
|
||||
</Source>
|
||||
</Delphi.Personality>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<ItemGroup>
|
||||
<DelphiCompile Include="heidisql.dpr">
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<DCCReference Include="..\..\source\main.pas">
|
||||
<Form>MainForm</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\about.pas">
|
||||
<Form>AboutBox</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\connections.pas">
|
||||
<Form>connform</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\loaddata.pas">
|
||||
<Form>loaddataform</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\usermanager.pas">
|
||||
<Form>UserManagerForm</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\options.pas">
|
||||
<Form>optionsform</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\tabletools.pas">
|
||||
<Form>frmTableTools</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\printlist.pas">
|
||||
<Form>printlistForm</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\copytable.pas">
|
||||
<Form>CopyTableForm</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\insertfiles.pas">
|
||||
<Form>frmInsertFiles</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\helpers.pas"/>
|
||||
<DCCReference Include="..\..\source\sqlhelp.pas">
|
||||
<Form>frmSQLhelp</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\mysql_structures.pas"/>
|
||||
<DCCReference Include="..\..\source\column_selection.pas">
|
||||
<Form>ColumnSelectionForm</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\data_sorting.pas">
|
||||
<Form>DataSortingForm</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\runsqlfile.pas">
|
||||
<Form>RunSQLFileForm</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\createdatabase.pas">
|
||||
<Form>CreateDatabaseForm</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\updatecheck.pas">
|
||||
<Form>frmUpdateCheck</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\editvar.pas">
|
||||
<Form>frmEditVariable</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\view.pas">
|
||||
<Form>frmView</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\selectdbobject.pas">
|
||||
<Form>frmSelectDBObject</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\texteditor.pas">
|
||||
<Form>frmTextEditor</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\bineditor.pas">
|
||||
<Form>frmBinEditor</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\grideditlinks.pas"/>
|
||||
<DCCReference Include="..\..\source\uVistaFuncs.pas"/>
|
||||
<DCCReference Include="..\..\source\routine_editor.pas">
|
||||
<Form>frmRoutineEditor</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\table_editor.pas">
|
||||
<Form>frmTableEditor</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\mysql_api.pas"/>
|
||||
<DCCReference Include="..\..\source\mysql_connection.pas"/>
|
||||
<DCCReference Include="..\..\source\trigger_editor.pas">
|
||||
<Form>frmTriggerEditor</Form>
|
||||
<DesignClass>TFrame</DesignClass>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\searchreplace.pas">
|
||||
<Form>frmSearchReplace</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\event_editor.pas">
|
||||
<Form>frmEventEditor</Form>
|
||||
<DesignClass>TFrame</DesignClass>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\loginform.pas">
|
||||
<Form>frmLogin</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\source\Cromis.DirectoryWatch.pas"/>
|
||||
<RcCompile Include="..\..\res\updater.rc">
|
||||
<Form>updater.res</Form>
|
||||
</RcCompile>
|
||||
<RcCompile Include="..\..\res\icon.rc">
|
||||
<Form>icon.res</Form>
|
||||
</RcCompile>
|
||||
<RcCompile Include="..\..\res\version.rc">
|
||||
<Form>version.res</Form>
|
||||
</RcCompile>
|
||||
<RcCompile Include="..\..\res\manifest.rc">
|
||||
<Form>manifest.res</Form>
|
||||
</RcCompile>
|
||||
<None Include="..\..\source\compilers.inc"/>
|
||||
<None Include="..\..\source\const.inc"/>
|
||||
<BuildConfiguration Include="Base">
|
||||
<Key>Base</Key>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Debug">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_1</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
</ItemGroup>
|
||||
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
||||
</Project>
|
86
packages/delphiXE/heidisql.groupproj
Normal file
86
packages/delphiXE/heidisql.groupproj
Normal file
@ -0,0 +1,86 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{9d2773a7-5199-4f9f-9b9a-ad4c0c48a953}</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Projects Include="..\..\components\synedit\Packages\delphi2010\SynEditR.dproj">
|
||||
<Dependencies/>
|
||||
</Projects>
|
||||
<Projects Include="..\..\components\synedit\Packages\delphi2010\SynEditD.dproj">
|
||||
<Dependencies/>
|
||||
</Projects>
|
||||
<Projects Include="..\..\components\virtualtreeview\packages\delphi2010\VirtualTreesR.dproj">
|
||||
<Dependencies/>
|
||||
</Projects>
|
||||
<Projects Include="..\..\components\virtualtreeview\packages\delphi2010\VirtualTreesD.dproj">
|
||||
<Dependencies/>
|
||||
</Projects>
|
||||
<Projects Include="heidisql.dproj">
|
||||
<Dependencies/>
|
||||
</Projects>
|
||||
</ItemGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Default.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType/>
|
||||
<BorlandProject>
|
||||
<BorlandProject>
|
||||
<Default.Personality/>
|
||||
</BorlandProject>
|
||||
</BorlandProject>
|
||||
</ProjectExtensions>
|
||||
<Target Name="SynEditR">
|
||||
<MSBuild Projects="..\..\components\synedit\Packages\delphi2010\SynEditR.dproj"/>
|
||||
</Target>
|
||||
<Target Name="SynEditR:Clean">
|
||||
<MSBuild Targets="Clean" Projects="..\..\components\synedit\Packages\delphi2010\SynEditR.dproj"/>
|
||||
</Target>
|
||||
<Target Name="SynEditR:Make">
|
||||
<MSBuild Targets="Make" Projects="..\..\components\synedit\Packages\delphi2010\SynEditR.dproj"/>
|
||||
</Target>
|
||||
<Target Name="SynEditD">
|
||||
<MSBuild Projects="..\..\components\synedit\Packages\delphi2010\SynEditD.dproj"/>
|
||||
</Target>
|
||||
<Target Name="SynEditD:Clean">
|
||||
<MSBuild Targets="Clean" Projects="..\..\components\synedit\Packages\delphi2010\SynEditD.dproj"/>
|
||||
</Target>
|
||||
<Target Name="SynEditD:Make">
|
||||
<MSBuild Targets="Make" Projects="..\..\components\synedit\Packages\delphi2010\SynEditD.dproj"/>
|
||||
</Target>
|
||||
<Target Name="VirtualTreesR">
|
||||
<MSBuild Projects="..\..\components\virtualtreeview\packages\delphi2010\VirtualTreesR.dproj"/>
|
||||
</Target>
|
||||
<Target Name="VirtualTreesR:Clean">
|
||||
<MSBuild Targets="Clean" Projects="..\..\components\virtualtreeview\packages\delphi2010\VirtualTreesR.dproj"/>
|
||||
</Target>
|
||||
<Target Name="VirtualTreesR:Make">
|
||||
<MSBuild Targets="Make" Projects="..\..\components\virtualtreeview\packages\delphi2010\VirtualTreesR.dproj"/>
|
||||
</Target>
|
||||
<Target Name="VirtualTreesD">
|
||||
<MSBuild Projects="..\..\components\virtualtreeview\packages\delphi2010\VirtualTreesD.dproj"/>
|
||||
</Target>
|
||||
<Target Name="VirtualTreesD:Clean">
|
||||
<MSBuild Targets="Clean" Projects="..\..\components\virtualtreeview\packages\delphi2010\VirtualTreesD.dproj"/>
|
||||
</Target>
|
||||
<Target Name="VirtualTreesD:Make">
|
||||
<MSBuild Targets="Make" Projects="..\..\components\virtualtreeview\packages\delphi2010\VirtualTreesD.dproj"/>
|
||||
</Target>
|
||||
<Target Name="heidisql">
|
||||
<MSBuild Projects="heidisql.dproj"/>
|
||||
</Target>
|
||||
<Target Name="heidisql:Clean">
|
||||
<MSBuild Targets="Clean" Projects="heidisql.dproj"/>
|
||||
</Target>
|
||||
<Target Name="heidisql:Make">
|
||||
<MSBuild Targets="Make" Projects="heidisql.dproj"/>
|
||||
</Target>
|
||||
<Target Name="Build">
|
||||
<CallTarget Targets="SynEditR;SynEditD;VirtualTreesR;VirtualTreesD;heidisql"/>
|
||||
</Target>
|
||||
<Target Name="Clean">
|
||||
<CallTarget Targets="SynEditR:Clean;SynEditD:Clean;VirtualTreesR:Clean;VirtualTreesD:Clean;heidisql:Clean"/>
|
||||
</Target>
|
||||
<Target Name="Make">
|
||||
<CallTarget Targets="SynEditR:Make;SynEditD:Make;VirtualTreesR:Make;VirtualTreesD:Make;heidisql:Make"/>
|
||||
</Target>
|
||||
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
|
||||
</Project>
|
144
packages/delphiXE/heidisql.mes
Normal file
144
packages/delphiXE/heidisql.mes
Normal file
@ -0,0 +1,144 @@
|
||||
[GeneralSettings]
|
||||
HandleExceptions=1
|
||||
AppendMapFileToBinary=1
|
||||
NoOwnMadExceptSettings=0
|
||||
CheckFileCrc=1
|
||||
CheckForFrozenMainThread=0
|
||||
FreezeTimeout=60000
|
||||
AutomaticallySaveBugReport=0
|
||||
AutoSaveBugReportIfNotSent=0
|
||||
AutomaticallyMailBugReport=0
|
||||
AutoMailProgressBox=0
|
||||
CopyBugReportToClipboard=0
|
||||
SuspendAllRunningThreads=0
|
||||
ShowPleaseWaitBox=1
|
||||
PleaseWaitIcon=plwait1
|
||||
AutomaticallyContinueApplication=0
|
||||
AutomaticallyRestartApplication=0
|
||||
AutomaticallyCloseApplication=0
|
||||
MailAddress=
|
||||
SendInBackground=0
|
||||
Send32Icon=send321
|
||||
MailAsSmtpServer=0
|
||||
MailAsSmtpClient=0
|
||||
UploadViaHttp=0
|
||||
MailViaMapi=1
|
||||
MailViaMailto=1
|
||||
SmtpServer=
|
||||
SmtpPort=25
|
||||
SmtpAccount=
|
||||
SmtpPassword=
|
||||
HttpServer=
|
||||
HttpPort=80
|
||||
HttpAccount=
|
||||
HttpPassword=
|
||||
BugReportFile=bugreport.txt
|
||||
AttachBugReport=1
|
||||
AttachBugReportFile=1
|
||||
DeleteBugReportFile=1
|
||||
BugReportSendAs=bugreport.txt
|
||||
BugReportZip=
|
||||
ScreenShotDepth=8
|
||||
ScreenShotAppOnly=1
|
||||
ScreenShotSendAs=screenshot.png
|
||||
ScreenShotZip=
|
||||
AdditionalAttachments=
|
||||
AppendBugReports=0
|
||||
BugReportFileSize=100000
|
||||
DontSaveDuplicateExceptions=1
|
||||
DontSaveDuplicateFreezings=1
|
||||
DuplicateExceptionDefinition=1
|
||||
DuplicateFreezeDefinition=2
|
||||
ShowExceptionBox=1
|
||||
OkBtnText=&OK
|
||||
DetailsBtnText=&Details
|
||||
PleaseWaitTitle=Information
|
||||
PleaseWaitText=Please wait a moment...
|
||||
MailSubject=bug report
|
||||
MailBody=please find the bug report attached
|
||||
SendBoxTitle=Sending bug report...
|
||||
PrepareAttachMsg=Preparing attachments...
|
||||
MxLookupMsg=Searching for mail server...
|
||||
ConnectMsg=Connecting to server...
|
||||
AuthMsg=Authentication...
|
||||
SendMailMsg=Sending mail...
|
||||
FieldsMsg=Setting fields...
|
||||
SendAttachMsg=Sending attachments...
|
||||
SendFinalizeMsg=Finalizing...
|
||||
MailFailureMsg=Sorry, sending the bug report didn't work.
|
||||
VersionVariable=
|
||||
[ExceptionBox]
|
||||
ShowButtonMailBugReport=0
|
||||
ShowButtonSaveBugReport=1
|
||||
ShowButtonPrintBugReport=0
|
||||
ShowButtonShowBugReport=1
|
||||
ShowButtonContinueApplication=1
|
||||
ShowButtonRestartApplication=1
|
||||
ShowButtonCloseApplication=1
|
||||
IconButtonSendBugReport=send1
|
||||
IconButtonSaveBugReport=save1
|
||||
IconButtonPrintBugReport=print1
|
||||
IconButtonShowBugReport=show1
|
||||
IconButtonContinueApplication=continue1
|
||||
IconButtonCantContinueApplication=cantContinue1
|
||||
IconButtonRestartApplication=restart1
|
||||
IconButtonCloseApplication=close1
|
||||
FocusedButton=1
|
||||
SendAssistant=
|
||||
SaveAssistant=
|
||||
PrintAssistant=PrintAssistant
|
||||
AutomaticallyShowBugReport=1
|
||||
NoOwnerDrawButtons=0
|
||||
BigExceptionIcon=big1
|
||||
TitleBar=%25appname%25
|
||||
ExceptionMessage=An error occurred in the application.
|
||||
FrozenMessage=The application seems to be frozen.
|
||||
BitFaultMsg=The file "%25modname%25" seems to be corrupt!
|
||||
MailBugReportText=send bug report
|
||||
SaveBugReportText=save bug report
|
||||
PrintBugReportText=print bug report
|
||||
ShowBugReportText=show bug report
|
||||
ContinueApplicationText=continue application
|
||||
RestartApplicationText=restart application
|
||||
CloseApplicationText=close application
|
||||
[BugReport]
|
||||
ListThreads=0
|
||||
ListModules=0
|
||||
ListHardware=0
|
||||
ShowCpuRegisters=0
|
||||
ShowStackDump=0
|
||||
Disassembly=0
|
||||
HideUglyItems=0
|
||||
ShowRelativeAddrs=0
|
||||
ShowRelativeLines=1
|
||||
FormatDisassembly=0
|
||||
LimitDisassembly=5
|
||||
EnabledPlugins=
|
||||
[Filters]
|
||||
Filter1ExceptionClasses=EDBEditError
|
||||
Filter1DontCreateBugReport=1
|
||||
Filter1DontCreateScreenshot=1
|
||||
Filter1DontSuspendThreads=1
|
||||
Filter1DontCallHandlers=1
|
||||
Filter1ShowBox=3
|
||||
Filter1Assis=
|
||||
Filter2ExceptionClasses=
|
||||
Filter2DontCreateBugReport=0
|
||||
Filter2DontCreateScreenshot=0
|
||||
Filter2DontSuspendThreads=0
|
||||
Filter2DontCallHandlers=0
|
||||
Filter2ShowBox=0
|
||||
Filter2Assis=
|
||||
GeneralDontCreateBugReport=0
|
||||
GeneralDontCreateScreenshot=0
|
||||
GeneralDontSuspendThreads=0
|
||||
GeneralDontCallHandlers=0
|
||||
GeneralShowBox=0
|
||||
GeneralAssis=
|
||||
[Assistants]
|
||||
Assistant1=SendAssistant|Send Assistant|ContactForm|DetailsForm|ScrShotForm
|
||||
Assistant2=SaveAssistant|Save Assistant|ContactForm|DetailsForm
|
||||
Assistant3=PrintAssistant|Print Assistant|ContactForm|DetailsForm
|
||||
Forms1=TPF0%0eTMEContactForm%0bContactForm%07Message%0c%13%00%00%00Contact Information%08MinWidth%04%00%00%00%00%08OnAction%0c%1b%00%00%00madExcept.HandleContactForm%05Timer%04%00%00%00%00%00%09INVButton%0bContinueBtn%07Caption%0c%08%00%00%00Continue%07Enabled%09%0bNoOwnerDraw%08%07Visible%09%00%00%09INVButton%07SkipBtn%07Caption%0c%04%00%00%00Skip%07Enabled%08%0bNoOwnerDraw%08%07Visible%09%00%00%09INVButton%09CancelBtn%07Caption%0c%06%00%00%00Cancel%07Enabled%09%0bNoOwnerDraw%08%07Visible%09%00%00%08INVLabel%06Label1%07Caption%0c%0a%00%00%00your name:%07Enabled%09%07Spacing%04%00%00%00%00%00%00%07INVEdit%08NameEdit%07Colored%09%07Enabled%09%05Lines%04%01%00%00%00%08Optional%09%0aOutputName%0c%0c%00%00%00contact name%0aOutputType%07%09nvoHeader%07Spacing%04%00%00%00%00%04Text%0c%00%00%00%00%05Valid%09%00%00%08INVLabel%06Label2%07Caption%0c%0b%00%00%00your email:%07Enabled%09%07Spacing%04%00%00%00%00%00%00%07INVEdit%09EmailEdit%07Colored%09%07Enabled%09%05Lines%04%01%00%00%00%08Optional%08%0aOutputName%0c%0d%00%00%00contact email%0aOutputType%07%09nvoHeader%07Spacing%04%00%00%00%00%04Text%0c%00%00%00%00%05Valid%09%00%00%0bINVCheckBox%08MemCheck%07Caption%0c%0b%00%00%00remember me%07Checked%08%07Enabled%09%0aOutputName%0c%00%00%00%00%07Spacing%04%00%00%00%00%00%00%00
|
||||
Forms2=TPF0%0eTMEDetailsForm%0bDetailsForm%07Message%0c%0d%00%00%00Error Details%08MinWidth%04%00%00%00%00%08OnAction%0c%00%00%00%00%05Timer%04%00%00%00%00%00%09INVButton%0bContinueBtn%07Caption%0c%08%00%00%00Continue%07Enabled%09%0bNoOwnerDraw%08%07Visible%09%00%00%09INVButton%07SkipBtn%07Caption%0c%04%00%00%00Skip%07Enabled%09%0bNoOwnerDraw%08%07Visible%09%00%00%09INVButton%09CancelBtn%07Caption%0c%06%00%00%00Cancel%07Enabled%09%0bNoOwnerDraw%08%07Visible%09%00%00%08INVLabel%06Label1%07Caption%0c'%00%00%00in which situation did the error occur?%07Enabled%09%07Spacing%04%00%00%00%00%00%00%07INVEdit%0bDetailsMemo%07Colored%09%07Enabled%09%05Lines%04%09%00%00%00%08Optional%08%0aOutputName%0c%0d%00%00%00error details%0aOutputType%07%0dnvoOwnSection%07Spacing%04%00%00%00%00%04Text%0c%00%00%00%00%05Valid%09%00%00%00
|
||||
Forms3=TPF0%0eTMEScrShotForm%0bScrShotForm%0dActiveControl%07%0bContinueBtn%07Message%0c%18%00%00%00Screenshot Configuration%08MinWidth%04%00%00%00%00%08OnAction%0c%1e%00%00%00madExcept.HandleScreenshotForm%05Timer%04%fa%00%00%00%00%09INVButton%0bContinueBtn%07Caption%0c%08%00%00%00Continue%07Enabled%09%0bNoOwnerDraw%08%07Visible%09%00%00%09INVButton%07SkipBtn%07Caption%0c%04%00%00%00Skip%07Enabled%08%0bNoOwnerDraw%08%07Visible%09%00%00%09INVButton%09CancelBtn%07Caption%0c%06%00%00%00Cancel%07Enabled%09%0bNoOwnerDraw%08%07Visible%09%00%00%0bINVCheckBox%0bAttachCheck%07Caption%0c%25%00%00%00attach a screenshot to the bug report%07Checked%09%07Enabled%09%0aOutputName%0c%00%00%00%00%07Spacing%04%00%00%00%00%00%00%08INVImage%0aScrShotImg%06Border%09%09Clickable%09%07Enabled%09%04File%0c%00%00%00%00%06Height%04%00%00%00%00%07Spacing%04%00%00%00%00%05Width%04%00%00%00%00%00%00%08INVLabel%06Label1%07Caption%0c%15%00%00%00(click to edit image)%07Enabled%09%07Spacing%04%00%00%00%00%00%00%00
|
@ -102,6 +102,10 @@
|
||||
{$endif}
|
||||
|
||||
{$ifdef Win32}
|
||||
{$ifdef VER220}
|
||||
{$define COMPILER_15}
|
||||
{$endif VER220}
|
||||
|
||||
{$ifdef VER210}
|
||||
{$define COMPILER_14}
|
||||
{$define DELPHI}
|
||||
@ -531,6 +535,23 @@
|
||||
{$define COMPILER_14_UP}
|
||||
{$endif}
|
||||
|
||||
{$ifdef COMPILER_15}
|
||||
{$define COMPILER_1_UP}
|
||||
{$define COMPILER_2_UP}
|
||||
{$define COMPILER_3_UP}
|
||||
{$define COMPILER_4_UP}
|
||||
{$define COMPILER_5_UP}
|
||||
{$define COMPILER_6_UP}
|
||||
{$define COMPILER_7_UP}
|
||||
{$define COMPILER_8_UP}
|
||||
{$define COMPILER_9_UP}
|
||||
{$define COMPILER_10_UP}
|
||||
{$define COMPILER_11_UP}
|
||||
{$define COMPILER_12_UP}
|
||||
{$define COMPILER_14_UP}
|
||||
{$define COMPILER_15_UP}
|
||||
{$endif}
|
||||
|
||||
{$ifndef COMPILER_1_UP}
|
||||
// Die on unknown compiler.
|
||||
ERROR: Unknown compiler - please update detection logic.
|
||||
|
Reference in New Issue
Block a user