tvplanit: Replace icons in task editor dialog

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5898 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-05-23 21:33:20 +00:00
parent 8a58f7c8a7
commit e8a4093cd2
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ object TaskEditForm: TTaskEditForm
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.9.0.0'
LCLVersion = '1.6.4.0'
object ButtonPanel: TPanel
Left = 0
Height = 33

View File

@ -230,8 +230,8 @@ begin
AlignOKCancel(OKBtn, CancelBtn, ButtonPanel);
{$IFDEF NEW_ICONS}
LoadImageFromRCDATA(imgCalendar, 'VpDateDue', 32, 48, 64);
LoadImageFromRCDATA(imgCompleted, 'VpToDoList', 32, 48, 64);
LoadImageFromRCDATA(imgCalendar, 'VpAlarmClock', 32, 48, 64);
LoadImageFromRCDATA(imgCompleted, 'VpFinished', 32, 48, 64);
LoadGlyphFromRCDATA(DueDateEdit.Button.Glyph, 'VpDateEdit', 16, 24, 32);
{$ENDIF}