ReactOS 0.4.16-dev-87-g3dfbe52
|
Go to the source code of this file.
Classes | |
struct | DesktopBar |
desktop bar window, also known as "system tray" More... | |
struct | StartButton |
special "Start" button with one click activation More... | |
Definition at line 29 of file desktopbar.h.
#define DESKTOPBARBAR_HEIGHT (GetSystemMetrics(SM_CYSIZE) + 5 * GetSystemMetrics(SM_CYEDGE)) |
Definition at line 33 of file desktopbar.h.
#define IDC_ADMIN 0x1008 |
Definition at line 45 of file desktopbar.h.
#define IDC_BROWSE 0x1015 |
Definition at line 58 of file desktopbar.h.
#define IDC_CONNECTIONS 0x100F |
Definition at line 52 of file desktopbar.h.
#define IDC_CONTROL_PANEL 0x1011 |
Definition at line 54 of file desktopbar.h.
#define IDC_DOCUMENTS 0x1009 |
Definition at line 46 of file desktopbar.h.
#define IDC_DRIVES 0x1010 |
Definition at line 53 of file desktopbar.h.
#define IDC_EXPLORE 0x100D |
Definition at line 50 of file desktopbar.h.
#define IDC_FAVORITES 0x100B |
Definition at line 48 of file desktopbar.h.
#define IDC_FIRST_MENU 0x3000 |
Definition at line 64 of file desktopbar.h.
#define IDC_LAUNCH 0x1003 |
Definition at line 40 of file desktopbar.h.
#define IDC_LOGOFF 0x1001 |
Definition at line 38 of file desktopbar.h.
#define IDC_NETWORK 0x100E |
Definition at line 51 of file desktopbar.h.
#define IDC_PRINTERS 0x1013 |
Definition at line 56 of file desktopbar.h.
#define IDC_PRINTERS_MENU 0x1014 |
Definition at line 57 of file desktopbar.h.
#define IDC_PROGRAMS 0x100C |
Definition at line 49 of file desktopbar.h.
#define IDC_RECENT 0x100A |
Definition at line 47 of file desktopbar.h.
#define IDC_RESTART 0x1019 |
Definition at line 62 of file desktopbar.h.
#define IDC_SEARCH 0x1017 |
Definition at line 60 of file desktopbar.h.
#define IDC_SEARCH_COMPUTER 0x1006 |
Definition at line 43 of file desktopbar.h.
#define IDC_SEARCH_FILES 0x1005 |
Definition at line 42 of file desktopbar.h.
#define IDC_SEARCH_PROGRAM 0x1016 |
Definition at line 59 of file desktopbar.h.
#define IDC_SETTINGS 0x1007 |
Definition at line 44 of file desktopbar.h.
#define IDC_SETTINGS_MENU 0x1012 |
Definition at line 55 of file desktopbar.h.
#define IDC_SHUTDOWN 0x1002 |
Definition at line 39 of file desktopbar.h.
#define IDC_START 0x1000 |
Definition at line 37 of file desktopbar.h.
#define IDC_START_HELP 0x1004 |
Definition at line 41 of file desktopbar.h.
#define IDC_TERMINATE 0x1018 |
Definition at line 61 of file desktopbar.h.
#define IDHK_DESKTOP 2 |
Definition at line 69 of file desktopbar.h.
#define IDHK_EXPLORER 0 |
Definition at line 67 of file desktopbar.h.
#define IDHK_LOGOFF 3 |
Definition at line 70 of file desktopbar.h.
#define IDHK_RUN 1 |
Definition at line 68 of file desktopbar.h.
#define IDHK_STARTMENU 4 |
Definition at line 71 of file desktopbar.h.
#define REBARBAND_HEIGHT (GetSystemMetrics(SM_CYSIZE) + 2 * GetSystemMetrics(SM_CYEDGE)) |
Definition at line 34 of file desktopbar.h.
Definition at line 30 of file desktopbar.h.