Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > DoxygenResource.h
Go to the documentation of this file.
00001 #define IDC_STATIC -1 00002 00003 #define IDI_MAIN_ICON 50 00004 #define IDB_ROOT_IMAGE 51 00005 00006 /* windows */ 00007 #define IDC_TREEVIEW 1000 00008 #define IDC_TOOLBAR 1001 00009 #define IDC_STATUSBAR 1002 00010 00011 /* commands */ 00012 #define IDC_PROP 2000 00013 #define IDC_REFRESH 2001 00014 #define IDC_PRINT 2002 00015 #define IDC_EXIT 2003 00016 #define IDC_ABOUT 4031 00017 00018 /* menus */ 00019 #define IDR_MAINMENU 102 00020 #define IDR_POPUP 103 00021 #define IDC_DEVBYTYPE 104 00022 00023 /* tooltips */ 00024 #define IDS_TOOLTIP_PROP 6000 00025 #define IDS_TOOLTIP_REFRESH 6001 00026 #define IDS_TOOLTIP_HELP 6002 00027 #define IDS_TOOLTIP_EXIT 6003 00028 00029 /* button bitmaps */ 00030 #define IDB_PROP 10000 00031 #define IDB_REFRESH 10001 00032 00033 /* toolbar buttons */ 00034 #define TBICON_PROP 0 00035 #define TBICON_REFRESH 1 00036 #define TBICON_HELP 2 00037 #define TBICON_EXIT 3 00038 00039 /* about box info */ 00040 #define IDD_ABOUTBOX 200 00041 #define IDC_LICENSE_EDIT 201 00042 #define IDS_APPNAME 202 00043 #define IDS_LICENSE 203 00044 00045 00046 /* menu hints */ 00047 #define IDS_HINT_BLANK 20000 00048 #define IDS_HINT_REFRESH 20002 00049 #define IDS_HINT_PROP 20003 00050 #define IDS_HINT_HELP 20004 00051 #define IDS_HINT_ABOUT 20005 00052 #define IDS_HINT_EXIT 20006 00053 00054 /* system menu hints */ 00055 #define IDS_HINT_SYS_RESTORE 21001 00056 #define IDS_HINT_SYS_MOVE 21002 00057 #define IDS_HINT_SYS_SIZE 21003 00058 #define IDS_HINT_SYS_MINIMIZE 21004 00059 #define IDS_HINT_SYS_MAXIMIZE 21005 00060 #define IDS_HINT_SYS_CLOSE 21006 00061 Generated on Sun May 27 2012 04:16:57 for ReactOS by
1.7.6.1
|