You've already forked lazarus-ccr
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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user