tvplanit: Add images for NavBar up/down arrows.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6372 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-05-02 22:51:17 +00:00
parent 159c1958df
commit e383592406
10 changed files with 150 additions and 144 deletions

View File

@ -1031,6 +1031,7 @@ begin
Parent := Self;
OnClick := nabScrollUpBtnClick;
// Glyph.LoadFromResourceName(HINSTANCE, 'VPUPARROW');
LoadGlyphFromRCDATA(Glyph, 'VPUPARROW');
NumGlyphs := 1;
Left := -20;
Height := 15;
@ -1043,6 +1044,7 @@ begin
Parent := Self;
OnClick := nabScrollDownBtnClick;
// Glyph.LoadFromResourceName(HINSTANCE, 'VPDOWNARROW');
LoadGlyphFromRCDATA(Glyph, 'VPDOWNARROW');
NumGlyphs := 1;
Left := -20;
Height := 15;