LCL: register TTaskDialog

git-svn-id: trunk@53009 -
This commit is contained in:
ondrej 2016-09-22 02:51:31 +00:00
parent 924a4b4033
commit a35cab7fa4
5 changed files with 3 additions and 1 deletions

1
.gitattributes vendored
View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

View File

@ -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

View File

@ -824,7 +824,7 @@ procedure Register;
begin
RegisterComponents('Dialogs',[TOpenDialog,TSaveDialog,TSelectDirectoryDialog,
TColorDialog,TFontDialog,
TFindDialog,TReplaceDialog]);
TFindDialog,TReplaceDialog, TTaskDialog]);
RegisterComponents('Misc',[TColorButton]);
end;