tvplanit: New calendar icon by Roland Hahn.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8476 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-09-12 11:03:48 +00:00
parent 6b56f106bb
commit cf63f75a7a
16 changed files with 194 additions and 5 deletions

View File

@ -41,6 +41,7 @@ type
{ TfrmReportSetup }
TfrmReportSetup = class(TForm)
Bevel1: TBevel;
btnOK: TButton;
btnCancel: TButton;
lblStartDate: TLabel;
@ -100,6 +101,8 @@ end;
procedure TfrmReportSetup.FormCreate(Sender: TObject);
begin
LoadGlyphFromRCDATA(edStartDate.Glyph, 'VpDateEdit', 16, 24, 32);
LoadGlyphFromRCDATA(edEndDate.Glyph, 'VpDateEdit', 16, 24, 32);
SetCaptions;
end;