ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

resource.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #define IDC_STATIC -1
00004 
00005 #define IDI_START   101
00006 
00007 #define IDS_START   101
00008 #define IDS_PROPERTIES  102
00009 #define IDS_OPEN_ALL_USERS  103
00010 #define IDS_EXPLORE_ALL_USERS   104
00011 #define IDS_STARTUP_ERROR   105
00012 
00013 #define IDC_STARTBTN    304
00014 
00015 #define IDM_TRAYWND 101
00016 #define IDM_STARTMENU 102
00017 
00018 #define IDB_STARTMENU 101
00019 
00020 #define ID_SHELL_CMD_FIRST  0xF
00021 #define ID_SHELL_CMD_LAST   0x7FEF
00022 #define ID_SHELL_CMD_PROPERTIES (ID_SHELL_CMD_LAST + 1)
00023 #define ID_SHELL_CMD_OPEN_ALL_USERS (ID_SHELL_CMD_LAST + 2)
00024 #define ID_SHELL_CMD_EXPLORE_ALL_USERS  (ID_SHELL_CMD_LAST + 3)
00025 #define ID_LOCKTASKBAR  (ID_SHELL_CMD_LAST + 4)
00026 #define ID_SHELL_CMD_OPEN_TASKMGR (ID_SHELL_CMD_LAST + 5)
00027 #define ID_SHELL_CMD_UNDO_ACTION (ID_SHELL_CMD_LAST + 6)
00028 #define ID_SHELL_CMD_SHOW_DESKTOP (ID_SHELL_CMD_LAST + 7)
00029 #define ID_SHELL_CMD_TILE_WND_V (ID_SHELL_CMD_LAST + 8)
00030 #define ID_SHELL_CMD_TILE_WND_H (ID_SHELL_CMD_LAST + 9)
00031 #define ID_SHELL_CMD_CASCADE_WND (ID_SHELL_CMD_LAST + 10)
00032 #define ID_SHELL_CMD_CUST_NOTIF (ID_SHELL_CMD_LAST + 11)
00033 #define ID_SHELL_CMD_ADJUST_DAT (ID_SHELL_CMD_LAST + 12)
00034 
00035 /* NOTE: The following constants may *NOT* be changed because
00036          they're hardcoded and need to be the exact values
00037          in order to get the start menu to work! */
00038 #define IDM_PROGRAMS 504
00039 #define IDM_FAVORITES 507
00040 #define IDM_DOCUMENTS 501
00041 #define IDM_SETTINGS 508
00042 #define IDM_CONTROLPANEL 505
00043 #define IDM_SECURITY 5001
00044 #define IDM_NETWORKCONNECTIONS 557
00045 #define IDM_PRINTERSANDFAXES 510
00046 #define IDM_TASKBARANDSTARTMENU 413
00047 #define IDM_SEARCH 520
00048 #define IDM_HELPANDSUPPORT 503
00049 #define IDM_RUN 401
00050 #define IDM_SYNCHRONIZE 553
00051 #define IDM_LOGOFF 402
00052 #define IDM_DISCONNECT 5000
00053 #define IDM_UNDOCKCOMPUTER 410
00054 #define IDM_SHUTDOWN 506
00055 #define IDM_LASTSTARTMENU_SEPARATOR 450
00056 
00057 /* Taskbar resources */
00058 #define IDD_TASKBARPAGE 2000
00059 #define IDC_TASKBAR_BITMAP 2001
00060 #define IDD_STARTMENUPAGE 2001
00061 #define IDD_NOTIFICATIONPAGE 2002
00062 #define IDD_TOOLBARSPAGE 2003
00063 
00064 /* Taskbar properties, taskbar */
00065 #define IDD_TASKBARPROP_TASKBAR 2000
00066 #define IDC_TASKBARPROP_TASKBARBITMAP 2001
00067 #define IDC_TASKBARPROP_LOCK 2002
00068 #define IDC_TASKBARPROP_HIDE 2003
00069 #define IDC_TASKBARPROP_ONTOP 2004
00070 #define IDC_TASKBARPROP_GROUP 2005
00071 #define IDC_TASKBARPROP_SHOWQL 2006
00072 #define IDC_TASKBARPROP_WNDPREV 2007
00073 
00074 #define IDB_TASKBARPROP_AUTOHIDE 2050
00075 #define IDB_TASKBARPROP_LOCK_GROUP_NOQL 2051
00076 #define IDB_TASKBARPROP_LOCK_GROUP_QL 2052
00077 #define IDB_TASKBARPROP_LOCK_NOGROUP_NOQL 2053
00078 #define IDB_TASKBARPROP_LOCK_NOGROUP_QL 2054
00079 #define IDB_TASKBARPROP_NOLOCK_GROUP_NOQL 2055
00080 #define IDB_TASKBARPROP_NOLOCK_NOGROUP_NOQL 2056
00081 #define IDB_TASKBARPROP_NOLOCK_NOGROUP_QL 2057
00082 #define IDB_TASKBARPROP_NOLOCK_GROUP_QL 2058
00083 
00084 /* Taskbar properties, startmenu*/
00085 #define IDD_TASKBARPROP_STARTMENU 2100
00086 #define IDC_TASKBARPROP_STARTMENU 2101
00087 #define IDC_TASKBARPROP_STARTMENUCUST 2102
00088 #define IDC_TASKBARPROP_STARTMENUCLASSIC 2103
00089 #define IDC_TASKBARPROP_STARTMENUCLASSICCUST 2104
00090 #define IDC_TASKBARPROP_RECENTFILES 2105
00091 #define IDC_TASKBARPROP_RECENTFOLDERS 2106
00092 
00093 /* Taskbar properties, notification */
00094 #define IDD_TASKBARPROP_NOTIFICATION 2200
00095 #define IDC_TASKBARPROP_NOTIFICATIONBITMAP 2201
00096 #define IDC_TASKBARPROP_HIDEICONS 2202
00097 #define IDC_TASKBARPROP_ICONCUST 2203
00098 #define IDC_TASKBARPROP_CLOCK 2204
00099 #define IDC_TASKBARPROP_VOLUME 2205
00100 #define IDC_TASKBARPROP_NETWORK 2206
00101 #define IDC_TASKBARPROP_POWER 2207
00102 
00103 /* Taskbar properties, toolbars */
00104 #define IDD_TASKBARPROP_TOOLBARS 2300
00105 #define IDC_TASKBARPROP_DESKBANDLIST 2301
00106 
00107 #define IDS_TASKBAR_STARTMENU_PROP_CAPTION 2200

Generated on Fri May 25 2012 04:14:48 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.