tvplanit: Show category colors and icons in category combobox of event editor.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6432 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-05-17 21:21:16 +00:00
parent a38f491755
commit 5502e43d53
3 changed files with 51 additions and 22 deletions

View File

@ -11,7 +11,7 @@ object DlgEventEdit: TDlgEventEdit
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.6.4.0'
LCLVersion = '1.9.0.0'
object ButtonPanel: TPanel
Left = 0
Height = 37
@ -205,8 +205,9 @@ object DlgEventEdit: TDlgEventEdit
Width = 253
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
ItemHeight = 15
ItemHeight = 17
OnDrawItem = CategoryDrawItem
Style = csOwnerDrawFixed
TabOrder = 2
end
object imgClock: TImage