Changeset 1277
- Timestamp:
- Nov 16, 2008, 9:45:46 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/fm3dll2.h
r1240 r1277 109 109 #define TREE_CNR 301 110 110 #define TREE_TOTALS 302 111 #define TREE_OPENCNR 303 111 112 #define TREEOBJ_FRAME 400 112 113 … … 646 647 // #define CN_GRIDRESIZED 137 647 648 // #endif 648 #ifndef BKS_MERLINSTYLE 649 #ifndef BKS_MERLINSTYLE 649 650 #define BKS_MERLINSTYLE 0x0800 650 651 #endif -
trunk/dll/treecnr.c
r1251 r1277 3106 3106 if (!WinCreateWindow(hwndFrame, 3107 3107 WC_TREEOPENBUTTON, 3108 "Op",3109 WS_VISIBLE | BS_PUSHBUTTON | BS_NOPOINTERFOCUS ,3108 "#303", 3109 WS_VISIBLE | BS_PUSHBUTTON | BS_NOPOINTERFOCUS | BS_BITMAP, 3110 3110 ((swp.cx - 3111 3111 WinQuerySysValue(HWND_DESKTOP, -
trunk/fm3.rc
r1232 r1277 28 28 BITMAP DIR_FRAME bitmaps\FILE.BMP 29 29 BITMAP DIR_FOLDERICON bitmaps\PMAP.BMP 30 BITMAP TREE_OPENCNR bitmaps\OPENCONT.BMP 30 31 BITMAP IDM_TOOLLEFT bitmaps\TOOLLEFT.BMP 31 32 BITMAP IDM_TOOLRIGHT bitmaps\TOOLRT.BMP
Note:
See TracChangeset
for help on using the changeset viewer.