mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 19:02:31 +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/tstatusbar.png -text svneol=unset#image/png
|
||||||
images/components/tstringgrid.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/ttabcontrol.png -text svneol=unset#image/png
|
||||||
|
images/components/ttaskdialog.png -text
|
||||||
images/components/ttimeedit.png -text svneol=unset#image/png
|
images/components/ttimeedit.png -text svneol=unset#image/png
|
||||||
images/components/ttimer.png -text svneol=unset#image/png
|
images/components/ttimer.png -text svneol=unset#image/png
|
||||||
images/components/ttogglebox.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/tstatusbar.png
|
||||||
components/tstringgrid.png
|
components/tstringgrid.png
|
||||||
components/ttabcontrol.png
|
components/ttabcontrol.png
|
||||||
|
components/ttaskdialog.png
|
||||||
components/ttimeedit.png
|
components/ttimeedit.png
|
||||||
components/ttimer.png
|
components/ttimer.png
|
||||||
components/ttogglebox.png
|
components/ttogglebox.png
|
||||||
|
@ -824,7 +824,7 @@ procedure Register;
|
|||||||
begin
|
begin
|
||||||
RegisterComponents('Dialogs',[TOpenDialog,TSaveDialog,TSelectDirectoryDialog,
|
RegisterComponents('Dialogs',[TOpenDialog,TSaveDialog,TSelectDirectoryDialog,
|
||||||
TColorDialog,TFontDialog,
|
TColorDialog,TFontDialog,
|
||||||
TFindDialog,TReplaceDialog]);
|
TFindDialog,TReplaceDialog, TTaskDialog]);
|
||||||
RegisterComponents('Misc',[TColorButton]);
|
RegisterComponents('Misc',[TColorButton]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user