mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 18:08:35 +02:00
LCL: register TTaskDialog
git-svn-id: trunk@53009 -
This commit is contained in:
parent
924a4b4033
commit
a35cab7fa4
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -6374,6 +6374,7 @@ images/components/tstatictext.png -text svneol=unset#image/png
|
||||
images/components/tstatusbar.png -text svneol=unset#image/png
|
||||
images/components/tstringgrid.png -text svneol=unset#image/png
|
||||
images/components/ttabcontrol.png -text svneol=unset#image/png
|
||||
images/components/ttaskdialog.png -text
|
||||
images/components/ttimeedit.png -text svneol=unset#image/png
|
||||
images/components/ttimer.png -text svneol=unset#image/png
|
||||
images/components/ttogglebox.png -text svneol=unset#image/png
|
||||
|
BIN
images/components/ttaskdialog.png
Normal file
BIN
images/components/ttaskdialog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 354 B |
Binary file not shown.
@ -106,6 +106,7 @@ components/tstatictext.png
|
||||
components/tstatusbar.png
|
||||
components/tstringgrid.png
|
||||
components/ttabcontrol.png
|
||||
components/ttaskdialog.png
|
||||
components/ttimeedit.png
|
||||
components/ttimer.png
|
||||
components/ttogglebox.png
|
||||
|
@ -824,7 +824,7 @@ procedure Register;
|
||||
begin
|
||||
RegisterComponents('Dialogs',[TOpenDialog,TSaveDialog,TSelectDirectoryDialog,
|
||||
TColorDialog,TFontDialog,
|
||||
TFindDialog,TReplaceDialog]);
|
||||
TFindDialog,TReplaceDialog, TTaskDialog]);
|
||||
RegisterComponents('Misc',[TColorButton]);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user