Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"New" icon for the "Dir Up" Button in ISDesk and GeoManager #741

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 40 additions & 21 deletions Appl/FileMgrs2/CommonDesktop/CUI/cuiFolderTemplate.ui
Original file line number Diff line number Diff line change
Expand Up @@ -221,27 +221,46 @@ FolderInfoPath = PathnameStorage
FolderUpButton = DirTool {
toolType = DIRTOOL_UPDIR;
moniker = {
cachedSize = 16, 12;
gstring {
GSBeginString
GSFillBitmapAtCP <(pathButtonIconEnd - pathButtonIconStart)>
pathButtonIconStart label byte
Bitmap <16, 12, 0, BMF_MONO>
byte 01111100b, 00000000b
byte 10000010b, 00000000b
byte 10000011b, 11111111b
byte 11010100b, 00000001b
byte 10000000b, 00000001b
byte 10000001b, 00000001b
byte 10000011b, 10000001b
byte 10000111b, 11000001b
byte 10001111b, 11100001b
byte 10000000b, 00000001b
byte 10000000b, 00000001b
byte 01111111b, 11111110b
pathButtonIconEnd label byte
GSEndString
}
color = color4;
cachedSize = 17, 13;
gstring {
GSBeginString
GSDrawBitmapAtCP <(NDFolderDirUpMonikerEnd - NDFolderDirUpMonikerStart)>
NDFolderDirUpMonikerStart label byte
CBitmap <<17, 13, BMC_PACKBITS, BMF_4BIT or mask BMT_MASK or mask BMT_PALETTE or mask BMT_COMPLEX>, 0, 13, 0, 70, 20, 72, 72>
word 16
RGBValue < 0x48, 0x48, 0x31 >
RGBValue < 0xb0, 0xb0, 0x70 >
RGBValue < 0x18, 0x18, 0x8f >
RGBValue < 0xff, 0x00, 0xff >
RGBValue < 0xc2, 0xc2, 0x81 >
RGBValue < 0xf3, 0xf3, 0xaa >
RGBValue < 0xf7, 0xf7, 0xe6 >
RGBValue < 0x00, 0x00, 0x00 >
RGBValue < 0x00, 0x00, 0x00 >
RGBValue < 0x00, 0x00, 0x00 >
RGBValue < 0x00, 0x00, 0x00 >
RGBValue < 0x00, 0x00, 0x00 >
RGBValue < 0x00, 0x00, 0x00 >
RGBValue < 0x00, 0x00, 0x00 >
RGBValue < 0x00, 0x00, 0x00 >
RGBValue < 0x00, 0x00, 0x00 >
db 0x03, 0x00, 0x3e, 0x00, 0x33, 0xfd, 0x33, 0xff, 0x00, 0x01, 0x03, 0x30
db 0x03, 0x00, 0x7f, 0x00, 0x33, 0xfe, 0x33, 0x01, 0x30, 0x66, 0x02, 0x66, 0x60, 0x30
db 0x04, 0x7f, 0xff, 0x80, 0x30, 0x00, 0xff, 0x00, 0x01, 0x05, 0x55, 0xff, 0x55, 0x00, 0x00
db 0xff, 0xff, 0x02, 0x80, 0x06, 0x66, 0xff, 0x66, 0x01, 0x61, 0x11, 0x02, 0x11, 0x14, 0x00
db 0xff, 0xff, 0x02, 0x80, 0x06, 0x55, 0xfc, 0x55, 0x01, 0x54, 0x00
db 0xff, 0xff, 0x02, 0x80, 0x06, 0x55, 0xff, 0x55, 0x01, 0x25, 0x55, 0x02, 0x55, 0x54, 0x00
db 0xff, 0xff, 0x02, 0x80, 0x06, 0x55, 0x03, 0x55, 0x52, 0x22, 0x55, 0x02, 0x55, 0x54, 0x00
db 0xff, 0xff, 0x02, 0x80, 0x06, 0x55, 0x01, 0x55, 0x22, 0x04, 0x22, 0x25, 0x55, 0x54, 0x00
db 0xff, 0xff, 0x04, 0x80, 0x06, 0x55, 0x52, 0x22, 0xff, 0x22, 0x02, 0x55, 0x54, 0x00
db 0xff, 0xff, 0x02, 0x80, 0x05, 0x55, 0xfc, 0x55, 0x01, 0x54, 0x00
db 0xff, 0xff, 0x02, 0x80, 0x05, 0x55, 0xfc, 0x55, 0x01, 0x54, 0x00
db 0xff, 0xff, 0x02, 0x80, 0x04, 0x44, 0xfb, 0x44, 0x00, 0x00
db 0x04, 0x7f, 0xff, 0x00, 0x30, 0x00, 0xfb, 0x00, 0x00, 0x30
NDFolderDirUpMonikerEnd label byte
GSEndString
}
}
action = MSG_FOLDER_UP_DIR, "TO_OBJ_BLOCK_OUTPUT";
kbdAccelerator = specificUI BACKSPACE;
Expand Down
Loading