Skip to content

Commit 652a258

Browse files
Updated README.md for version 1.1
1 parent 8c445e0 commit 652a258

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

Packages/D10_3/DBAwareLabeledComponents.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<VerInfo_Locale>1033</VerInfo_Locale>
6262
<VerInfo_Keys>CompanyName=DBAwareLabeledComponents;FileDescription=Dataaware Labeled Components;FileVersion=1.0.0.0;InternalName=;LegalCopyright=Copyright (c) 2021 - Ethea S.r.l.;LegalTrademarks=;OriginalFilename=;ProgramID=;ProductName=;ProductVersion=1.0;Comments=</VerInfo_Keys>
6363
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
64-
<DCC_Description>Dataaware Labeled Components by Ethea</DCC_Description>
64+
<DCC_Description>Ethea: Dataaware Labeled Components</DCC_Description>
6565
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
6666
<DllSuffix>_D10.3</DllSuffix>
6767
</PropertyGroup>

Packages/D10_3/dclDBAwareLabeledComponents.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<VerInfo_Locale>1033</VerInfo_Locale>
6262
<VerInfo_Keys>CompanyName=DBAwareLabeledComponents;FileDescription=Dataaware Labeled Components;FileVersion=1.0.0.0;InternalName=;LegalCopyright=Copyright (c) 2021 - Ethea S.r.l.;LegalTrademarks=;OriginalFilename=;ProgramID=;ProductName=;ProductVersion=1.0;Comments=</VerInfo_Keys>
6363
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
64-
<DCC_Description>Dataaware Labeled Components by Ethea</DCC_Description>
64+
<DCC_Description>Ethea: Dataaware Labeled Components</DCC_Description>
6565
<DllSuffix>_D10.3</DllSuffix>
6666
<DesignOnlyPackage>true</DesignOnlyPackage>
6767
</PropertyGroup>

Packages/DXE6/DBAwareLabeledComponents.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<VerInfo_Locale>1033</VerInfo_Locale>
5252
<VerInfo_Keys>CompanyName=DBAwareLabeledComponents;FileDescription=Dataaware Labeled Components;FileVersion=1.0.0.0;InternalName=;LegalCopyright=Copyright (c) 2021 - Ethea S.r.l.;LegalTrademarks=;OriginalFilename=;ProgramID=;ProductName=;ProductVersion=1.0;Comments=</VerInfo_Keys>
5353
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
54-
<DCC_Description>Dataaware Labeled Components by Ethea</DCC_Description>
54+
<DCC_Description>Ethea: Dataaware Labeled Components</DCC_Description>
5555
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
5656
<DllSuffix>_DXE6</DllSuffix>
5757
</PropertyGroup>

Packages/DXE6/dclDBAwareLabeledComponents.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<VerInfo_Locale>1033</VerInfo_Locale>
5252
<VerInfo_Keys>CompanyName=DBAwareLabeledComponents;FileDescription=Dataaware Labeled Components;FileVersion=1.0.0.0;InternalName=;LegalCopyright=Copyright (c) 2021 - Ethea S.r.l.;LegalTrademarks=;OriginalFilename=;ProgramID=;ProductName=;ProductVersion=1.0;Comments=</VerInfo_Keys>
5353
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
54-
<DCC_Description>Dataaware Labeled Components by Ethea</DCC_Description>
54+
<DCC_Description>Ethea: Dataaware Labeled Components</DCC_Description>
5555
<DllSuffix>_DXE6</DllSuffix>
5656
<DesignOnlyPackage>true</DesignOnlyPackage>
5757
</PropertyGroup>

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# DBAwareLabeledComponents [![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)
1+
# DBAwareLabeledComponents [![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)
22

33
Classic Delphi-VCL Editors plus a Boundary-Label (DB-Aware and Standard) including NumberBox, plus an Extended DbGrid
44

5-
### Actual official version 1.0.0 (VCL)
5+
### Actual official version 1.1.0 (VCL)
66

77
With this small library of VCL components it is possible to have the classic VCL editors (standard and data-aware) with the addition of a "label" attached to the component itself (like the native component TLabeledEdit).
88

@@ -18,12 +18,14 @@ The label can be positioned in 12 alignements:
1818

1919
| Sample | Description |
2020
| ------ | ----------- |
21+
| ![Preview Thumbnails Dark](./Images/DemoDataAwareDbGridTopCenter.png) | Example of a DbGrid (with some extended functionality like inplace checkbox and sorting) with the label aligned TopCenter (notice that the grid is aligned alClient and the Label is rendered inside the client area) |
2122
| ![DemoDataAwareTopLeft](./Images/DemoDataAwareTopLeft.png) | Example of collection of Dataaware components with label aligned to "TopLeft" |
2223
| ![DemoDataAwareNumberEditorsLeftMiddle](./Images/DemoDataAwareNumberEditorsLeftMiddle.png) | Example of LabeledDBCurrencyEdit and LabeledDBNumberBox (only for 10.4.2): Dataware components for numeric input (from right to left) with label aligned to "LeftMiddle" |
23-
| ![Preview Thumbnails Dark](./Images/DemoDataAwareDbGridTopCenter.png) | Example of a DbGrid (with some extended functionality like inplace checkbox and sorting) with the label aligned TopCenter (notice that the grid is aligned alClient and the Label is rendered inside the client area) |
2424
| ![Preview Thumbnails Dark](./Images/DemoNonDataAwareTopRight.png) | Example of collection of Standard components with label aligned to "TopRight" |
2525
| ![Preview Thumbnails Dark](./Images/DemoColorsImagesBottomCenter.png) | Example of collection of components with label aligned to "BottomCenter" |
2626
| ![Preview Thumbnails Dark](./Images/DemoNumberInputStyled.png) | All components are fully VCL styles compatible |
27+
| ![DemoDataAwareDbGridLinesPerRow3](./Images/DemoDataAwareDbGridLinesPerRow3.png) | Example of LabeledDbGrid with LinesPerRow = 3 to show multiline content of memo fields |
28+
| ![DemoDataAwareDbGridRowMargin15](./Images/DemoDataAwareDbGridRowMargin15.png) | Example of LabeledDbGrid with RowMargin = 15 to to change height of grid Row |
2729

2830
## Support for new NumberBox component
2931

@@ -66,6 +68,12 @@ _{InstallDir}\Source_
6668
Coming soon, into Wiki section.
6769

6870
### RELEASE NOTES
71+
17 May 2022: ver.1.1.0
72+
- Added LinesPerRow and RowMargin to TLabeledDbGrid
73+
- Updated Demo with full features of TLabeledDbGrid
74+
- Changed LibSuffix for Packages (D10.4 and D11)
75+
- Renamed Package Description to "Ethea: Dataaware Labeled Components"
76+
6977
10 Oct 2021:
7078
- Fixed LabeledDbGrid for Rendering selected cell with Windows 11
7179
- Fixex LabeledDbGrid columns draw in High-DPI app

0 commit comments

Comments
 (0)