Upgrade to Delphi 12.1: create or copy new packages, update SynEdit.inc to match DCC 36.0

This commit is contained in:
Ansgar Becker
2024-07-17 11:40:35 +02:00
parent 644699ad7c
commit fa51efc2d0
15 changed files with 3789 additions and 3 deletions

View File

@@ -0,0 +1,48 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{D7950D4A-962A-4E8F-982E-E7E052259FA8}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="SynEdit_R.dproj">
<Dependencies/>
</Projects>
<Projects Include="SynEdit_D.dproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="SynEdit_R">
<MSBuild Projects="SynEdit_R.dproj"/>
</Target>
<Target Name="SynEdit_R:Clean">
<MSBuild Projects="SynEdit_R.dproj" Targets="Clean"/>
</Target>
<Target Name="SynEdit_R:Make">
<MSBuild Projects="SynEdit_R.dproj" Targets="Make"/>
</Target>
<Target Name="SynEdit_D">
<MSBuild Projects="SynEdit_D.dproj"/>
</Target>
<Target Name="SynEdit_D:Clean">
<MSBuild Projects="SynEdit_D.dproj" Targets="Clean"/>
</Target>
<Target Name="SynEdit_D:Make">
<MSBuild Projects="SynEdit_D.dproj" Targets="Make"/>
</Target>
<Target Name="Build">
<CallTarget Targets="SynEdit_R;SynEdit_D"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="SynEdit_R:Clean;SynEdit_D:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="SynEdit_R:Make;SynEdit_D:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>

View File

@@ -0,0 +1,41 @@
package SynEdit_D;
{$R '..\..\Source\SynEditReg.dcr'}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'SynEdit component suite'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}
requires
designide,
SynEdit_R;
contains
SynEditReg in '..\..\Source\SynEditReg.pas',
SynEditPropertyReg in '..\..\Source\SynEditPropertyReg.pas',
SynHighlighterManager in '..\..\Source\SynHighlighterManager.pas';
end.

View File

@@ -0,0 +1,169 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{6E21797B-4D50-4028-9D52-05CDFE6CEAEA}</ProjectGuid>
<MainSource>SynEdit_D.dpk</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<TargetedPlatforms>1</TargetedPlatforms>
<AppType>Package</AppType>
<FrameworkType>None</FrameworkType>
<ProjectVersion>20.1</ProjectVersion>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<ProjectName Condition="'$(ProjectName)'==''">SynEdit_D</ProjectName>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
<Base_Win32>true</Base_Win32>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
<Base_Win64>true</Base_Win64>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Base)'=='true') or '$(Base_Win64x)'!=''">
<Base_Win64x>true</Base_Win64x>
<CfgParent>Base</CfgParent>
<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="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
<Cfg_2_Win32>true</Cfg_2_Win32>
<CfgParent>Cfg_2</CfgParent>
<Cfg_2>true</Cfg_2>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<SanitizedProjectName>SynEdit_D</SanitizedProjectName>
<DCC_DcuOutput>..\..\build\$(Platform)</DCC_DcuOutput>
<DesignOnlyPackage>true</DesignOnlyPackage>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<GenPackage>true</GenPackage>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_WriteableConstants>true</DCC_WriteableConstants>
<DCC_Description>SynEdit component suite</DCC_Description>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Winapi;$(DCC_Namespace)</DCC_Namespace>
<DCC_N>false</DCC_N>
<DCC_S>false</DCC_S>
<GenDll>true</GenDll>
<DCC_K>false</DCC_K>
<VerInfo_Locale>1031</VerInfo_Locale>
<DCC_E>false</DCC_E>
<DCC_F>false</DCC_F>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<DCC_UsePackage>SynEdit_R;$(DCC_UsePackage)</DCC_UsePackage>
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Locale>1033</VerInfo_Locale>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win64)'!=''">
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
<BT_BuildType>Debug</BT_BuildType>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_Locale>1033</VerInfo_Locale>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win64x)'!=''">
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
<BT_BuildType>Debug</BT_BuildType>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_Locale>1033</VerInfo_Locale>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_DebugInformation>0</DCC_DebugInformation>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
<DCC_Optimize>false</DCC_Optimize>
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Locale>1033</VerInfo_Locale>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="$(MainSource)">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\..\Source\SynEditReg.dcr"/>
<DCCReference Include="designide.dcp"/>
<DCCReference Include="SynEdit_R.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="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Debug">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">SynEdit_D.dpk</Source>
</Source>
<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">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>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
<Platform value="Win64">False</Platform>
<Platform value="Win64x">False</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
</Project>

View File

@@ -0,0 +1,150 @@
package SynEdit_R;
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$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',
SynEditCodeFolding in '..\..\Source\SynEditCodeFolding.pas',
SynEditDocumentManager in '..\..\Source\SynEditDocumentManager.pas',
SynEditExport in '..\..\Source\SynEditExport.pas',
SynEditHighlighter in '..\..\Source\SynEditHighlighter.pas',
SynEditHighlighterOptions in '..\..\Source\SynEditHighlighterOptions.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',
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',
SynEditWordWrap in '..\..\Source\SynEditWordWrap.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',
SynHighlighterAsmMASM in '..\..\Source\SynHighlighterAsmMASM.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',
SynHighlighterCss in '..\..\Source\SynHighlighterCss.pas',
SynHighlighterDfm in '..\..\Source\SynHighlighterDfm.pas',
SynHighlighterDml in '..\..\Source\SynHighlighterDml.pas',
SynHighlighterDOT in '..\..\Source\SynHighlighterDOT.pas',
SynHighlighterDWS in '..\..\Source\SynHighlighterDWS.pas',
SynHighlighterECMAScript in '..\..\Source\SynHighlighterECMAScript.pas',
SynHighlighterEiffel in '..\..\Source\SynHighlighterEiffel.pas',
SynHighlighterFortran in '..\..\Source\SynHighlighterFortran.pas',
SynHighlighterFoxpro in '..\..\Source\SynHighlighterFoxpro.pas',
SynHighlighterGalaxy in '..\..\Source\SynHighlighterGalaxy.pas',
SynHighlighterGeneral in '..\..\Source\SynHighlighterGeneral.pas',
SynHighlighterGLSL in '..\..\Source\SynHighlighterGLSL.pas',
SynHighlighterGo in '..\..\Source\SynHighlighterGo.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',
SynHighlighterJSON in '..\..\Source\SynHighlighterJSON.pas',
SynHighlighterKix in '..\..\Source\SynHighlighterKix.pas',
SynHighlighterLDraw in '..\..\Source\SynHighlighterLDraw.pas',
SynHighlighterLLVM in '..\..\Source\SynHighlighterLLVM.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',
SynHighlighterRexx in '..\..\Source\SynHighlighterRexx.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',
SynHighlighterURI in '..\..\Source\SynHighlighterURI.pas',
SynHighlighterVB in '..\..\Source\SynHighlighterVB.pas',
SynHighlighterVBScript in '..\..\Source\SynHighlighterVBScript.pas',
SynHighlighterVrml97 in '..\..\Source\SynHighlighterVrml97.pas',
SynHighlighterWebIDL in '..\..\Source\SynHighlighterWebIDL.pas',
SynHighlighterXML in '..\..\Source\SynHighlighterXML.pas',
SynHighlighterZPL in '..\..\Source\SynHighlighterZPL.pas',
SynMacroRecorder in '..\..\Source\SynMacroRecorder.pas',
SynMemo in '..\..\Source\SynMemo.pas',
SynRegExpr in '..\..\Source\SynRegExpr.pas',
SynURIOpener in '..\..\Source\SynURIOpener.pas',
SynUnicode in '..\..\Source\SynUnicode.pas' {$IFNDEF CPUX64},
SynUsp10 in '..\..\Source\SynUsp10.pas' {$ENDIF};
end.

View File

File diff suppressed because it is too large Load Diff

View File

@@ -120,6 +120,10 @@
(* SYN_DELPHI_10_2_UP : Delphi RX 10.2 or higher is being used. *)
(* SYN_DELPHI_10_3 : Delphi RX 10.3 (Rio) is being used. *)
(* SYN_DELPHI_10_3_UP : Delphi RX 10.3 or higher is being used. *)
(* SYN_DELPHI_10_4 : Delphi RX 10.4 (Sydney) is being used. *)
(* SYN_DELPHI_10_4_UP : Delphi RX 10.4 or higher is being used. *)
(* SYN_DELPHI_11 : Delphi RX 11 (Alexandrai) is being used. *)
(* SYN_DELPHI_11_UP : Delphi RX 11 or higher is being used. *)
(* SYN_KYLIX : Kylix 1.0 is being using. *)
(******************************************************************************)
@@ -161,10 +165,16 @@
{ VERXXX to SYN_COMPILERX, SYN_DELPHIX and SYN_CPPBX mappings }
{------------------------------------------------------------------------------}
{$IFDEF VER360}
{$DEFINE SYN_COMPILER_29}
{$DEFINE SYN_DELPHI}
{$DEFINE SYN_DELPHI_12}
{$ENDIF}
{$IFDEF VER350}
{$DEFINE SYN_COMPILER_28}
{$DEFINE SYN_DELPHI}
{$DEFINE SYN_DELPHI_11_0}
{$DEFINE SYN_DELPHI_11}
{$ENDIF}
{$IFDEF VER340}
@@ -805,6 +815,37 @@
{$DEFINE SYN_COMPILER_28_UP}
{$ENDIF}
{$IFDEF SYN_COMPILER_29}
{$DEFINE SYN_COMPILER_1_UP}
{$DEFINE SYN_COMPILER_2_UP}
{$DEFINE SYN_COMPILER_3_UP}
{$DEFINE SYN_COMPILER_4_UP}
{$DEFINE SYN_COMPILER_5_UP}
{$DEFINE SYN_COMPILER_6_UP}
{$DEFINE SYN_COMPILER_7_UP}
{$DEFINE SYN_COMPILER_8_UP}
{$DEFINE SYN_COMPILER_9_UP}
{$DEFINE SYN_COMPILER_10_UP}
{$DEFINE SYN_COMPILER_11_UP}
{$DEFINE SYN_COMPILER_12_UP}
{$DEFINE SYN_COMPILER_14_UP}
{$DEFINE SYN_COMPILER_15_UP}
{$DEFINE SYN_COMPILER_16_UP}
{$DEFINE SYN_COMPILER_17_UP}
{$DEFINE SYN_COMPILER_18_UP}
{$DEFINE SYN_COMPILER_19_UP}
{$DEFINE SYN_COMPILER_20_UP}
{$DEFINE SYN_COMPILER_21_UP}
{$DEFINE SYN_COMPILER_22_UP}
{$DEFINE SYN_COMPILER_23_UP}
{$DEFINE SYN_COMPILER_24_UP}
{$DEFINE SYN_COMPILER_25_UP}
{$DEFINE SYN_COMPILER_26_UP}
{$DEFINE SYN_COMPILER_27_UP}
{$DEFINE SYN_COMPILER_28_UP}
{$DEFINE SYN_COMPILER_29_UP}
{$ENDIF}
{$IFDEF SYN_DELPHI_2}
{$DEFINE SYN_DELPHI_2_UP}
@@ -1202,7 +1243,7 @@
{$DEFINE SYN_DELPHI_10_4_UP}
{$ENDIF}
{$IFDEF SYN_DELPHI_11_0}
{$IFDEF SYN_DELPHI_11}
{$DEFINE SYN_DELPHI_2_UP}
{$DEFINE SYN_DELPHI_3_UP}
{$DEFINE SYN_DELPHI_4_UP}
@@ -1227,7 +1268,36 @@
{$DEFINE SYN_DELPHI_10_2_UP}
{$DEFINE SYN_DELPHI_10_3_UP}
{$DEFINE SYN_DELPHI_10_4_UP}
{$DEFINE SYN_DELPHI_11_0_UP}
{$DEFINE SYN_DELPHI_11_UP}
{$ENDIF}
{$IFDEF SYN_DELPHI_12}
{$DEFINE SYN_DELPHI_2_UP}
{$DEFINE SYN_DELPHI_3_UP}
{$DEFINE SYN_DELPHI_4_UP}
{$DEFINE SYN_DELPHI_5_UP}
{$DEFINE SYN_DELPHI_6_UP}
{$DEFINE SYN_DELPHI_7_UP}
{$DEFINE SYN_DELPHI_8_UP}
{$DEFINE SYN_DELPHI_2005_UP}
{$DEFINE SYN_DELPHI_2006_UP}
{$DEFINE SYN_DELPHI_2007_UP}
{$DEFINE SYN_DELPHI_2009_UP}
{$DEFINE SYN_DELPHI_2010_UP}
{$DEFINE SYN_DELPHI_XE_UP}
{$DEFINE SYN_DELPHI_XE2_UP}
{$DEFINE SYN_DELPHI_XE3_UP}
{$DEFINE SYN_DELPHI_XE4_UP}
{$DEFINE SYN_DELPHI_XE5_UP}
{$DEFINE SYN_DELPHI_XE6_UP}
{$DEFINE SYN_DELPHI_XE7_UP}
{$DEFINE SYN_DELPHI_XE8_UP}
{$DEFINE SYN_DELPHI_10_1_UP}
{$DEFINE SYN_DELPHI_10_2_UP}
{$DEFINE SYN_DELPHI_10_3_UP}
{$DEFINE SYN_DELPHI_10_4_UP}
{$DEFINE SYN_DELPHI_11_UP}
{$DEFINE SYN_DELPHI_12_UP}
{$ENDIF}
{$IFDEF SYN_CPPB_6}

View File

@@ -0,0 +1,48 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{CC6A9541-DD5C-4BCD-8914-016D8D2EAB3B}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="VirtualTreesR.dproj">
<Dependencies/>
</Projects>
<Projects Include="VirtualTreesD.dproj">
<Dependencies>VirtualTreesR.dproj</Dependencies>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="VirtualTreesR">
<MSBuild Projects="VirtualTreesR.dproj"/>
</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" DependsOnTargets="VirtualTreesR">
<MSBuild Projects="VirtualTreesD.dproj"/>
</Target>
<Target Name="VirtualTreesD:Clean" DependsOnTargets="VirtualTreesR:Clean">
<MSBuild Projects="VirtualTreesD.dproj" Targets="Clean"/>
</Target>
<Target Name="VirtualTreesD:Make" DependsOnTargets="VirtualTreesR: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>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>

View File

@@ -0,0 +1,41 @@
package VirtualTreesD;
{$R *.res}
{$R '..\..\Design\VirtualTrees.dcr'}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE RELEASE}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'VirtualTreeView Controls'}
{$LIBSUFFIX AUTO}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
DesignIDE,
VirtualTreesR;
contains
VirtualTreesReg in '..\..\Design\VirtualTreesReg.pas';
end.

View File

@@ -0,0 +1,142 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Base>True</Base>
<AppType>Package</AppType>
<Config Condition="'$(Config)'==''">Release</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<FrameworkType>VCL</FrameworkType>
<MainSource>VirtualTreesD.dpk</MainSource>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<ProjectGuid>{A34BA07B-19B6-4C21-9DEE-65FCA52D00AB}</ProjectGuid>
<ProjectVersion>20.1</ProjectVersion>
<TargetedPlatforms>1</TargetedPlatforms>
<ProjectName Condition="'$(ProjectName)'==''">VirtualTreesD</ProjectName>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
<Base_Win32>true</Base_Win32>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Base)'=='true') or '$(Base_Win64x)'!=''">
<Base_Win64x>true</Base_Win64x>
<CfgParent>Base</CfgParent>
<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)'!=''">
<SanitizedProjectName>VirtualTreesD</SanitizedProjectName>
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
<DCC_Description>VirtualTreeView Controls</DCC_Description>
<DCC_HppOutput>..\..\Source</DCC_HppOutput>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<DCC_UnitSearchPath>..\..\source;.\$(Platform)\$(Config);$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DesignOnlyPackage>true</DesignOnlyPackage>
<DllSuffix>$(Auto)</DllSuffix>
<GenDll>true</GenDll>
<GenPackage>true</GenPackage>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_Locale>1053</VerInfo_Locale>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<DCC_UsePackage>vcl;VirtualTreesR;$(DCC_UsePackage)</DCC_UsePackage>
<Debugger_HostApplication>$(BDS)\BIN\Bds.exe</Debugger_HostApplication>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win64x)'!=''">
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
<BT_BuildType>Debug</BT_BuildType>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_Locale>1033</VerInfo_Locale>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
<DCC_Optimize>false</DCC_Optimize>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="$(MainSource)">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\..\Design\VirtualTrees.dcr"/>
<DCCReference Include="DesignIDE.dcp"/>
<DCCReference Include="VirtualTreesR.dcp"/>
<DCCReference Include="..\..\Design\VirtualTreesReg.pas"/>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Debug">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">VirtualTreesD.dpk</Source>
</Source>
<Excluded_Packages/>
<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">1053</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>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
<Platform value="Win64">False</Platform>
<Platform value="Win64x">False</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
</Project>

View File

@@ -0,0 +1,61 @@
package VirtualTreesR;
{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$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 $400000}
{$DEFINE RELEASE}
{$ENDIF IMPLICITBUILDING}
{$LIBSUFFIX AUTO}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
vcl,
vclx;
contains
VirtualTrees.Accessibility in '..\..\Source\VirtualTrees.Accessibility.pas',
VirtualTrees.AccessibilityFactory in '..\..\Source\VirtualTrees.AccessibilityFactory.pas',
VirtualTrees.Actions in '..\..\Source\VirtualTrees.Actions.pas',
VirtualTrees.Classes in '..\..\Source\VirtualTrees.Classes.pas',
VirtualTrees.ClipBoard in '..\..\Source\VirtualTrees.ClipBoard.pas',
VirtualTrees.Colors in '..\..\Source\VirtualTrees.Colors.pas',
VirtualTrees.DataObject in '..\..\Source\VirtualTrees.DataObject.pas',
VirtualTrees.DragImage in '..\..\Source\VirtualTrees.DragImage.pas',
VirtualTrees.DragnDrop in '..\..\Source\VirtualTrees.DragnDrop.pas',
VirtualTrees.DrawTree in '..\..\Source\VirtualTrees.DrawTree.pas',
VirtualTrees.EditLink in '..\..\Source\VirtualTrees.EditLink.pas',
VirtualTrees.Export in '..\..\Source\VirtualTrees.Export.pas',
VirtualTrees.Header in '..\..\Source\VirtualTrees.Header.pas',
VirtualTrees.HeaderPopup in '..\..\Source\VirtualTrees.HeaderPopup.pas',
VirtualTrees in '..\..\source\VirtualTrees.pas',
VirtualTrees.BaseTree in '..\..\source\VirtualTrees.BaseTree.pas',
VirtualTrees.AncestorVCL in '..\..\source\VirtualTrees.AncestorVCL.pas',
VirtualTrees.BaseAncestorVCL in '..\..\source\VirtualTrees.BaseAncestorVCL.pas',
VirtualTrees.StyleHooks in '..\..\Source\VirtualTrees.StyleHooks.pas',
VirtualTrees.Types in '..\..\Source\VirtualTrees.Types.pas',
VirtualTrees.Utils in '..\..\Source\VirtualTrees.Utils.pas',
VirtualTrees.WorkerThread in '..\..\Source\VirtualTrees.WorkerThread.pas';
end.

View File

@@ -0,0 +1,163 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Base>True</Base>
<AppType>Package</AppType>
<Config Condition="'$(Config)'==''">Release</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<FrameworkType>VCL</FrameworkType>
<MainSource>VirtualTreesR.dpk</MainSource>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<ProjectGuid>{B62F3689-96E1-47D5-9FB2-2A2718281FDB}</ProjectGuid>
<ProjectVersion>20.1</ProjectVersion>
<TargetedPlatforms>3</TargetedPlatforms>
<ProjectName Condition="'$(ProjectName)'==''">VirtualTreesR</ProjectName>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
<Base_Win32>true</Base_Win32>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Base)'=='true') or '$(Base_Win64x)'!=''">
<Base_Win64x>true</Base_Win64x>
<CfgParent>Base</CfgParent>
<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)'!=''">
<SanitizedProjectName>VirtualTreesR</SanitizedProjectName>
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
<DCC_HppOutput>..\..\Source</DCC_HppOutput>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<DCC_UnitSearchPath>..\..\source;.\$(Platform)\$(Config);$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DllSuffix>$(Auto)</DllSuffix>
<GenDll>true</GenDll>
<GenPackage>true</GenPackage>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_Locale>1053</VerInfo_Locale>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win64x)'!=''">
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
<BT_BuildType>Debug</BT_BuildType>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_Locale>1033</VerInfo_Locale>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_DebugInformation>0</DCC_DebugInformation>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
<DCC_Optimize>false</DCC_Optimize>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="$(MainSource)">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="vcl.dcp"/>
<DCCReference Include="vclx.dcp"/>
<DCCReference Include="..\..\Source\VirtualTrees.Accessibility.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.AccessibilityFactory.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.Actions.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.Classes.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.ClipBoard.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.Colors.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.DataObject.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.DragImage.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.DragnDrop.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.DrawTree.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.EditLink.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.Export.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.Header.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.HeaderPopup.pas"/>
<DCCReference Include="..\..\source\VirtualTrees.pas"/>
<DCCReference Include="..\..\source\VirtualTrees.BaseTree.pas"/>
<DCCReference Include="..\..\source\VirtualTrees.AncestorVCL.pas"/>
<DCCReference Include="..\..\source\VirtualTrees.BaseAncestorVCL.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.StyleHooks.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.Types.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.Utils.pas"/>
<DCCReference Include="..\..\Source\VirtualTrees.WorkerThread.pas"/>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Debug">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">VirtualTreesR.dpk</Source>
</Source>
<Excluded_Packages/>
<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">1053</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>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
<Platform value="Win64">True</Platform>
<Platform value="Win64x">False</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
<Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
</Project>

117
packages/Delphi12.1/heidisql.dpr vendored Normal file
View File

@@ -0,0 +1,117 @@
program heidisql;
uses
madExcept,
Vcl.Forms,
System.SysUtils,
Vcl.Dialogs,
Vcl.Controls,
Winapi.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},
preferences in '..\..\source\preferences.pas' {frmPreferences},
tabletools in '..\..\source\tabletools.pas' {frmTableTools},
printlist in '..\..\source\printlist.pas' {printlistForm},
copytable in '..\..\source\copytable.pas' {CopyTableForm},
insertfiles in '..\..\source\insertfiles.pas' {frmInsertFiles},
apphelpers in '..\..\source\apphelpers.pas',
sqlhelp in '..\..\source\sqlhelp.pas' {frmSQLhelp},
dbstructures in '..\..\source\dbstructures.pas',
dbstructures.mysql in '..\..\source\dbstructures.mysql.pas',
dbstructures.mssql in '..\..\source\dbstructures.mssql.pas',
dbstructures.postgresql in '..\..\source\dbstructures.postgresql.pas',
dbstructures.sqlite in '..\..\source\dbstructures.sqlite.pas',
dbstructures.interbase in '..\..\source\dbstructures.interbase.pas',
column_selection in '..\..\source\column_selection.pas' {frmColumnSelection},
data_sorting in '..\..\source\data_sorting.pas' {frmDataSorting},
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',
routine_editor in '..\..\source\routine_editor.pas' {frmRoutineEditor},
table_editor in '..\..\source\table_editor.pas' {frmTableEditor},
dbconnection in '..\..\source\dbconnection.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',
exportgrid in '..\..\source\exportgrid.pas' {frmExportGrid},
syncdb in '..\..\source\syncdb.pas' {frmSyncDB},
gnugettext in '..\..\source\gnugettext.pas',
JumpList in '..\..\source\JumpList.pas',
extra_controls in '..\..\source\extra_controls.pas',
change_password in '..\..\source\change_password.pas' {frmPasswordChange},
Vcl.Themes,
Vcl.Styles,
Vcl.Graphics,
theme_preview in '..\..\source\theme_preview.pas' {frmThemePreview},
csv_detector in '..\..\source\csv_detector.pas' {frmCsvDetector},
generic_types in '..\..\source\generic_types.pas',
customize_highlighter in '..\..\source\customize_highlighter.pas' {frmCustomizeHighlighter},
Xml.VerySimple in '..\..\source\Xml.VerySimple.pas',
Sequal.Suggest in '..\..\source\Sequal.Suggest.pas' {SequalSuggestForm},
reformatter in '..\..\source\reformatter.pas' {frmReformatter};
{.$R *.RES}
{$R ..\..\res\icon.RES}
{$R ..\..\res\icon-question.RES}
{$R ..\..\res\version.RES}
{$R ..\..\res\manifest.RES}
{$IFDEF CPUX64}{$R ..\..\res\updater.RES}{$ENDIF}
{$R ..\..\res\styles.RES}
var
AppLanguage: String;
WantedStyle: String;
begin
PostponedLogItems := TDBLogItems.Create(True);
//Application.MainFormOnTaskBar := True;
// Use MySQL standard format for date/time variables: YYYY-MM-DD HH:MM:SS
// Be aware that Delphi internally converts the slashes in ShortDateFormat to the DateSeparator
FormatSettings.DateSeparator := '-';
FormatSettings.TimeSeparator := ':';
FormatSettings.ShortDateFormat := 'yyyy/mm/dd';
FormatSettings.LongTimeFormat := 'hh:nn:ss';
AppSettings := TAppSettings.Create;
SecondInstMsgId := RegisterWindowMessage(APPNAME);
if (not AppSettings.ReadBool(asAllowMultipleInstances)) and CheckForSecondInstance then begin
AppSettings.Free;
Application.Terminate;
end else begin
AppLanguage := AppSettings.ReadString(asAppLanguage);
// SysLanguage may be zh_CN, while we don't offer such a language, but anyway, this is just the current system language:
SysLanguage := gnugettext.DefaultInstance.GetCurrentLocaleName;
gnugettext.UseLanguage(AppLanguage);
// First time translation via dxgettext.
// Issue #3064: Ignore TFont, so "Default" on mainform for WinXP users does not get broken.
gnugettext.TP_GlobalIgnoreClass(TFont);
Application.Initialize;
Application.Title := APPNAME;
Application.UpdateFormatSettings := False;
// Try to set style name. If that fails, the user gets an error message box - reset it to default when that happened
WantedStyle := AppSettings.ReadString(asTheme);
TStyleManager.TrySetStyle(WantedStyle);
if TStyleManager.ActiveStyle.Name <> WantedStyle then begin
AppSettings.WriteString(asTheme, TStyleManager.ActiveStyle.Name);
end;
Application.CreateForm(TMainForm, MainForm);
MainForm.AfterFormCreate;
Application.OnDeactivate := MainForm.ApplicationDeActivate;
Application.OnShowHint := MainForm.ApplicationShowHint;
Application.MainFormOnTaskBar := True;
Application.Run;
end;
end.

1319
packages/Delphi12.1/heidisql.dproj vendored Normal file
View File

File diff suppressed because it is too large Load Diff

96
packages/Delphi12.1/heidisql.groupproj vendored Normal file
View File

@@ -0,0 +1,96 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{C4296A31-CCFB-4D2F-8BEC-26CD630E9987}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="..\..\components\virtualtreeview\packages\Delphi11.2\VirtualTreesR.dproj">
<Dependencies/>
</Projects>
<Projects Include="..\..\components\virtualtreeview\packages\Delphi11.2\VirtualTreesD.dproj">
<Dependencies/>
</Projects>
<Projects Include="..\..\components\synedit\Packages\Delphi11.2\SynEdit_R.dproj">
<Dependencies/>
</Projects>
<Projects Include="..\..\components\synedit\Packages\Delphi11.2\SynEdit_D.dproj">
<Dependencies/>
</Projects>
<Projects Include="heidisql.dproj">
<Dependencies/>
</Projects>
<Projects Include="..\..\res\updater\updater.dproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="VirtualTreesR">
<MSBuild Projects="..\..\components\virtualtreeview\packages\Delphi11.2\VirtualTreesR.dproj"/>
</Target>
<Target Name="VirtualTreesR:Clean">
<MSBuild Projects="..\..\components\virtualtreeview\packages\Delphi11.2\VirtualTreesR.dproj" Targets="Clean"/>
</Target>
<Target Name="VirtualTreesR:Make">
<MSBuild Projects="..\..\components\virtualtreeview\packages\Delphi11.2\VirtualTreesR.dproj" Targets="Make"/>
</Target>
<Target Name="VirtualTreesD">
<MSBuild Projects="..\..\components\virtualtreeview\packages\Delphi11.2\VirtualTreesD.dproj"/>
</Target>
<Target Name="VirtualTreesD:Clean">
<MSBuild Projects="..\..\components\virtualtreeview\packages\Delphi11.2\VirtualTreesD.dproj" Targets="Clean"/>
</Target>
<Target Name="VirtualTreesD:Make">
<MSBuild Projects="..\..\components\virtualtreeview\packages\Delphi11.2\VirtualTreesD.dproj" Targets="Make"/>
</Target>
<Target Name="SynEdit_R">
<MSBuild Projects="..\..\components\synedit\Packages\Delphi11.2\SynEdit_R.dproj"/>
</Target>
<Target Name="SynEdit_R:Clean">
<MSBuild Projects="..\..\components\synedit\Packages\Delphi11.2\SynEdit_R.dproj" Targets="Clean"/>
</Target>
<Target Name="SynEdit_R:Make">
<MSBuild Projects="..\..\components\synedit\Packages\Delphi11.2\SynEdit_R.dproj" Targets="Make"/>
</Target>
<Target Name="SynEdit_D">
<MSBuild Projects="..\..\components\synedit\Packages\Delphi11.2\SynEdit_D.dproj"/>
</Target>
<Target Name="SynEdit_D:Clean">
<MSBuild Projects="..\..\components\synedit\Packages\Delphi11.2\SynEdit_D.dproj" Targets="Clean"/>
</Target>
<Target Name="SynEdit_D:Make">
<MSBuild Projects="..\..\components\synedit\Packages\Delphi11.2\SynEdit_D.dproj" Targets="Make"/>
</Target>
<Target Name="heidisql">
<MSBuild Projects="heidisql.dproj"/>
</Target>
<Target Name="heidisql:Clean">
<MSBuild Projects="heidisql.dproj" Targets="Clean"/>
</Target>
<Target Name="heidisql:Make">
<MSBuild Projects="heidisql.dproj" Targets="Make"/>
</Target>
<Target Name="updater">
<MSBuild Projects="..\..\res\updater\updater.dproj"/>
</Target>
<Target Name="updater:Clean">
<MSBuild Projects="..\..\res\updater\updater.dproj" Targets="Clean"/>
</Target>
<Target Name="updater:Make">
<MSBuild Projects="..\..\res\updater\updater.dproj" Targets="Make"/>
</Target>
<Target Name="Build">
<CallTarget Targets="VirtualTreesR;VirtualTreesD;SynEdit_R;SynEdit_D;heidisql;updater"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="VirtualTreesR:Clean;VirtualTreesD:Clean;SynEdit_R:Clean;SynEdit_D:Clean;heidisql:Clean;updater:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="VirtualTreesR:Make;VirtualTreesD:Make;SynEdit_R:Make;SynEdit_D:Make;heidisql:Make;updater:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>

164
packages/Delphi12.1/heidisql.mes vendored Normal file
View File

@@ -0,0 +1,164 @@
[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=1
AutomaticallyRestartApplication=0
AutomaticallyCloseApplication=0
MailAddress=
SendInBackground=0
Send32Icon=send321
MailAsSmtpServer=0
MailAsSmtpClient=0
UploadViaHttp=1
MailViaMapi=0
MailViaMailto=0
SmtpServer=
SmtpPort=0
SmtpAccount=
SmtpPassword=
HttpServer=www.heidisql.com/bugreport.php
HttpPort=0
HttpAccount=
HttpPassword=
BugReportFile=bugreport.txt
AttachBugReport=1
AttachBugReportFile=1
DeleteBugReportFile=1
BugReportSendAs=bugreport.txt
BugReportZip=
ScreenShotDepth=0
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=
MesVersion=4
LinkInCode=1
ReportLeaks=0
WindowsLogo=0
CrashOnBuffer=0
CrashOnUnderrun=0
SendHelper=196608
HttpSsl=1
UploadToFogBugz=0
UploadToBugZilla=0
UploadToMantis=0
BugTrackerAccount=
BugTrackerPassword=
BugTrackerProject=
BugTrackerArea=
BugTrackerAssignTo=
SmtpSsl=0
SmtpTls=0
BugTrackerTitle=%25appname%25, %25exceptMsg%25
BugTrackerDescr=error details: %0d%0a%25errorDetails%25
[ExceptionBox]
ShowButtonMailBugReport=1
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=0
SendAssistant=SendAssistant
SaveAssistant=
PrintAssistant=PrintAssistant
AutomaticallyShowBugReport=0
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