Skip to content

Commit 35b9651

Browse files
Added packages for DXE3 and DXE6
Added sample images of Demo
1 parent 541839f commit 35b9651

30 files changed

+4778
-27
lines changed

Demo/DBAwareLabeledComponentsDemo.dpr

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ uses
1616
Vcl.LabeledCheckLst in '..\Source\Vcl.LabeledCheckLst.pas',
1717
Vcl.DbAwareLabeledUtils in '..\Source\Vcl.DbAwareLabeledUtils.pas',
1818
Vcl.DbAwareLabeledConsts in '..\Source\Vcl.DbAwareLabeledConsts.pas',
19-
Vcl.BoundLabel in '..\Source\Vcl.BoundLabel.pas';
19+
Vcl.BoundLabel in '..\Source\Vcl.BoundLabel.pas',
20+
Vcl.Themes,
21+
Vcl.Styles;
2022

2123
{$R *.res}
2224

Demo/DBAwareLabeledComponentsDemo.dproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
<VerInfo_Locale>1033</VerInfo_Locale>
9191
<DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
9292
<DCC_RangeChecking>true</DCC_RangeChecking>
93+
<Icon_MainIcon>Ethea_vela_multires.ico</Icon_MainIcon>
9394
</PropertyGroup>
9495
<PropertyGroup Condition="'$(Cfg_2)'!=''">
9596
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
@@ -144,14 +145,7 @@
144145
<Source Name="MainSource">DBAwareLabeledComponentsDemo.dpr</Source>
145146
</Source>
146147
<Excluded_Packages>
147-
<Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\ChromeTabs_D.260.bpl">Chrome Tabs</Excluded_Packages>
148-
<Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\dclISRtl7_D10_3.bpl">Ethea InstantSolutions 7 Rtl Library</Excluded_Packages>
149-
<Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\dclISOpenOffice7_D10_3.bpl">Ethea InstantSolutions 7 LibreOffice/OpenOffice Components</Excluded_Packages>
150-
<Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\dclISVcl7_D10_3.bpl">Ethea InstantSolutions 7 Vcl Library</Excluded_Packages>
151-
<Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\dclISFLib7_D10_3.bpl">Ethea InstantSolutions 7 Framework Library</Excluded_Packages>
152-
<Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\dclDCPcrypt_D10_3.bpl">DCPcrypt cryptographic component library v2 B3</Excluded_Packages>
153-
<Excluded_Packages Name="$(BDSBIN)\dclDataSnapNativeServer260.bpl">Embarcadero DBExpress DataSnap Native Server Components</Excluded_Packages>
154-
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
148+
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
155149
</Excluded_Packages>
156150
</Delphi.Personality>
157151
<Deployment Version="3">

Demo/Main.dfm

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object MainForm: TMainForm
2020
Top = 0
2121
Width = 858
2222
Height = 424
23-
ActivePage = NumberBoxTabSheet
23+
ActivePage = DBTabSheet
2424
Align = alClient
2525
TabOrder = 0
2626
object DBTabSheet: TTabSheet
@@ -31,7 +31,7 @@ object MainForm: TMainForm
3131
Top = 153
3232
Width = 144
3333
Height = 20
34-
Color = clWhite
34+
Color = clWindow
3535
DataField = 'StringField'
3636
DataSource = DataSource
3737
ParentColor = False
@@ -88,7 +88,6 @@ object MainForm: TMainForm
8888
Font.Style = []
8989
ScrollBars = ssVertical
9090
TabOrder = 3
91-
Zoom = 100
9291
BoundCaption = 'LabeledDBRichEdit:'
9392
BoundLabel.Left = 332
9493
BoundLabel.Top = 10
@@ -392,7 +391,6 @@ object MainForm: TMainForm
392391
ParentFont = False
393392
ScrollBars = ssVertical
394393
TabOrder = 7
395-
Zoom = 100
396394
BoundCaption = 'LabeledRichEdit:'
397395
BoundLabel.Left = 340
398396
BoundLabel.Top = 102
22.2 KB
Loading
47.9 KB
Loading
19.5 KB
Loading

Images/DemoDataAwareTopLeft.png

31.7 KB
Loading
27.9 KB
Loading

Images/DemoNumberInputStyled.png

25.2 KB
Loading

Packages/D10_3/DBAwareLabeledComponents.dproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ProjectVersion>19.2</ProjectVersion>
66
<FrameworkType>VCL</FrameworkType>
77
<Base>True</Base>
8-
<Config Condition="'$(Config)'==''">Debug</Config>
8+
<Config Condition="'$(Config)'==''">Release</Config>
99
<Platform Condition="'$(Platform)'==''">Win32</Platform>
1010
<TargetedPlatforms>1</TargetedPlatforms>
1111
<AppType>Package</AppType>
@@ -45,7 +45,7 @@
4545
<Base>true</Base>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Base)'!=''">
48-
<DCC_DcuOutput>..\..\Dcu\$(Platform)\$(Config)</DCC_DcuOutput>
48+
<DCC_DcuOutput>..\..\Dcu\D10.3\$(Platform)\$(Config)</DCC_DcuOutput>
4949
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
5050
<DCC_E>false</DCC_E>
5151
<DCC_N>false</DCC_N>

0 commit comments

Comments
 (0)