diff --git a/components/tvplanit/images/components/VpDownArrow.png b/components/tvplanit/images/components/VpDownArrow.png new file mode 100644 index 000000000..832f72e40 Binary files /dev/null and b/components/tvplanit/images/components/VpDownArrow.png differ diff --git a/components/tvplanit/images/components/VpDownArrow_150.png b/components/tvplanit/images/components/VpDownArrow_150.png new file mode 100644 index 000000000..475d2e0de Binary files /dev/null and b/components/tvplanit/images/components/VpDownArrow_150.png differ diff --git a/components/tvplanit/images/components/VpDownArrow_200.png b/components/tvplanit/images/components/VpDownArrow_200.png new file mode 100644 index 000000000..f388feee7 Binary files /dev/null and b/components/tvplanit/images/components/VpDownArrow_200.png differ diff --git a/components/tvplanit/images/components/VpUpArrow.png b/components/tvplanit/images/components/VpUpArrow.png new file mode 100644 index 000000000..1615a76f9 Binary files /dev/null and b/components/tvplanit/images/components/VpUpArrow.png differ diff --git a/components/tvplanit/images/components/VpUpArrow_150.png b/components/tvplanit/images/components/VpUpArrow_150.png new file mode 100644 index 000000000..ac2c6b903 Binary files /dev/null and b/components/tvplanit/images/components/VpUpArrow_150.png differ diff --git a/components/tvplanit/images/components/VpUpArrow_200.png b/components/tvplanit/images/components/VpUpArrow_200.png new file mode 100644 index 000000000..269801b20 Binary files /dev/null and b/components/tvplanit/images/components/VpUpArrow_200.png differ diff --git a/components/tvplanit/images/regbasepng_files.txt b/components/tvplanit/images/regbasepng_files.txt index 695ae1c27..6c5af17a5 100644 --- a/components/tvplanit/images/regbasepng_files.txt +++ b/components/tvplanit/images/regbasepng_files.txt @@ -61,3 +61,11 @@ components/VpRevert32.png components/VpToday16.png components/VpToday24.png components/VpToday32.png + +components/VpUpArrow.png +components/VpUpArrow_150.png +components/VpUpArrow_200.png + +components/VpDownArrow.png +components/VpDownArrow_150.png +components/VpdownArrow_200.png diff --git a/components/tvplanit/laz_visualplanit.lpk b/components/tvplanit/laz_visualplanit.lpk index c445ee14d..76d126069 100644 --- a/components/tvplanit/laz_visualplanit.lpk +++ b/components/tvplanit/laz_visualplanit.lpk @@ -32,295 +32,291 @@ Portions created by TurboPower Software Inc. are Copyright (C) 2002 TurboPower S Contributor(s): "/> - + - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/components/tvplanit/source/vpbasepng.res b/components/tvplanit/source/vpbasepng.res index 6a8bab56d..61388e95a 100644 Binary files a/components/tvplanit/source/vpbasepng.res and b/components/tvplanit/source/vpbasepng.res differ diff --git a/components/tvplanit/source/vpnavbar.pas b/components/tvplanit/source/vpnavbar.pas index 8dc813e9f..d5884a375 100644 --- a/components/tvplanit/source/vpnavbar.pas +++ b/components/tvplanit/source/vpnavbar.pas @@ -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;