Skip to content

Commit 3a72765

Browse files
committed
Visual Queries Commit
Some free components about visual queries have been added
1 parent bab7d89 commit 3a72765

File tree

295 files changed

+110416
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

295 files changed

+110416
-0
lines changed
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
program fltbox_demo_join;
2+
3+
uses
4+
Forms,
5+
fltbox_demo_join_main in 'fltbox_demo_join_main.pas' {MainForm},
6+
fltbox_demo_join_datastruct in 'fltbox_demo_join_datastruct.pas' {DataStructureForm};
7+
8+
{$R *.res}
9+
10+
begin
11+
Application.Initialize;
12+
Application.CreateForm(TMainForm, MainForm);
13+
Application.CreateForm(TDataStructureForm, DataStructureForm);
14+
Application.Run;
15+
end.
Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<ProjectGuid>{F26A5B09-6AE9-45B5-957C-F2CBDCF26D70}</ProjectGuid>
4+
<MainSource>fltbox_demo_join.dpr</MainSource>
5+
<Base>True</Base>
6+
<Config Condition="'$(Config)'==''">Debug</Config>
7+
<TargetedPlatforms>1</TargetedPlatforms>
8+
<AppType>Application</AppType>
9+
<FrameworkType>VCL</FrameworkType>
10+
<ProjectVersion>17.2</ProjectVersion>
11+
<Platform Condition="'$(Platform)'==''">Win32</Platform>
12+
</PropertyGroup>
13+
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14+
<Base>true</Base>
15+
</PropertyGroup>
16+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
17+
<Base_Win32>true</Base_Win32>
18+
<CfgParent>Base</CfgParent>
19+
<Base>true</Base>
20+
</PropertyGroup>
21+
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
22+
<Base_Win64>true</Base_Win64>
23+
<CfgParent>Base</CfgParent>
24+
<Base>true</Base>
25+
</PropertyGroup>
26+
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
27+
<Cfg_1>true</Cfg_1>
28+
<CfgParent>Base</CfgParent>
29+
<Base>true</Base>
30+
</PropertyGroup>
31+
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
32+
<Cfg_2>true</Cfg_2>
33+
<CfgParent>Base</CfgParent>
34+
<Base>true</Base>
35+
</PropertyGroup>
36+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
37+
<Cfg_2_Win32>true</Cfg_2_Win32>
38+
<CfgParent>Cfg_2</CfgParent>
39+
<Cfg_2>true</Cfg_2>
40+
<Base>true</Base>
41+
</PropertyGroup>
42+
<PropertyGroup Condition="'$(Base)'!=''">
43+
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;Data.Win;$(DCC_Namespace)</DCC_Namespace>
44+
<VerInfo_Locale>1033</VerInfo_Locale>
45+
<DCC_ImageBase>00400000</DCC_ImageBase>
46+
<DCC_S>false</DCC_S>
47+
<SanitizedProjectName>fltbox_demo_join</SanitizedProjectName>
48+
<DCC_K>false</DCC_K>
49+
<DCC_F>false</DCC_F>
50+
<DCC_N>false</DCC_N>
51+
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
52+
<DCC_E>false</DCC_E>
53+
</PropertyGroup>
54+
<PropertyGroup Condition="'$(Base_Win32)'!=''">
55+
<Icon_MainIcon>fltbox_demo_join_Icon.ico</Icon_MainIcon>
56+
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
57+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
58+
<VerInfo_Locale>1033</VerInfo_Locale>
59+
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
60+
<DCC_Namespace>System.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
61+
</PropertyGroup>
62+
<PropertyGroup Condition="'$(Base_Win64)'!=''">
63+
<Icon_MainIcon>fltbox_demo_join_Icon.ico</Icon_MainIcon>
64+
</PropertyGroup>
65+
<PropertyGroup Condition="'$(Cfg_1)'!=''">
66+
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
67+
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
68+
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
69+
<DCC_DebugInformation>0</DCC_DebugInformation>
70+
</PropertyGroup>
71+
<PropertyGroup Condition="'$(Cfg_2)'!=''">
72+
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
73+
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
74+
<DCC_Optimize>false</DCC_Optimize>
75+
</PropertyGroup>
76+
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
77+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
78+
<DCC_UnitSearchPath>../../units;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
79+
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
80+
</PropertyGroup>
81+
<ItemGroup>
82+
<DelphiCompile Include="$(MainSource)">
83+
<MainSource>MainSource</MainSource>
84+
</DelphiCompile>
85+
<DCCReference Include="fltbox_demo_join_main.pas">
86+
<Form>MainForm</Form>
87+
</DCCReference>
88+
<DCCReference Include="fltbox_demo_join_datastruct.pas">
89+
<Form>DataStructureForm</Form>
90+
</DCCReference>
91+
<BuildConfiguration Include="Debug">
92+
<Key>Cfg_2</Key>
93+
<CfgParent>Base</CfgParent>
94+
</BuildConfiguration>
95+
<BuildConfiguration Include="Base">
96+
<Key>Base</Key>
97+
</BuildConfiguration>
98+
<BuildConfiguration Include="Release">
99+
<Key>Cfg_1</Key>
100+
<CfgParent>Base</CfgParent>
101+
</BuildConfiguration>
102+
</ItemGroup>
103+
<ProjectExtensions>
104+
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
105+
<Borland.ProjectType/>
106+
<BorlandProject>
107+
<Delphi.Personality>
108+
<Source>
109+
<Source Name="MainSource">fltbox_demo_join.dpr</Source>
110+
</Source>
111+
</Delphi.Personality>
112+
<Platforms>
113+
<Platform value="Win32">True</Platform>
114+
<Platform value="Win64">False</Platform>
115+
</Platforms>
116+
</BorlandProject>
117+
<ProjectFileVersion>12</ProjectFileVersion>
118+
</ProjectExtensions>
119+
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
120+
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
121+
</Project>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)