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_PROGHELP 2003 00016 #define IDC_EXIT 2004 00017 #define IDC_ABOUT 4031 00018 00019 /* menus */ 00020 #define IDR_MAINMENU 102 00021 #define IDR_POPUP 103 00022 #define IDC_DEVBYTYPE 104 00023 #define IDC_DEVBYCONN 105 00024 #define IDC_RESBYTYPE 106 00025 #define IDC_RESBYCONN 107 00026 #define IDC_SHOWHIDDEN 108 00027 00028 /* tooltips */ 00029 #define IDS_TOOLTIP_PROP 6000 00030 #define IDS_TOOLTIP_REFRESH 6001 00031 #define IDS_TOOLTIP_HELP 6002 00032 #define IDS_TOOLTIP_EXIT 6003 00033 00034 /* button bitmaps */ 00035 #define IDB_PROP 10000 00036 #define IDB_REFRESH 10001 00037 #define IDB_HELP 10002 00038 #define IDB_EXIT 10003 00039 00040 /* toolbar buttons */ 00041 #define TBICON_PROP 0 00042 #define TBICON_REFRESH 1 00043 #define TBICON_HELP 2 00044 #define TBICON_EXIT 3 00045 00046 /* about box info */ 00047 #define IDD_ABOUTBOX 200 00048 #define IDC_LICENSE_EDIT 201 00049 #define IDS_APPNAME 202 00050 #define IDS_LICENSE 203 00051 00052 00053 /* menu hints */ 00054 #define IDS_HINT_BLANK 20000 00055 #define IDS_HINT_REFRESH 20002 00056 #define IDS_HINT_PROP 20003 00057 #define IDS_HINT_HELP 20004 00058 #define IDS_HINT_ABOUT 20005 00059 #define IDS_HINT_EXIT 20006 00060 00061 /* system menu hints */ 00062 #define IDS_HINT_SYS_RESTORE 21001 00063 #define IDS_HINT_SYS_MOVE 21002 00064 #define IDS_HINT_SYS_SIZE 21003 00065 #define IDS_HINT_SYS_MINIMIZE 21004 00066 #define IDS_HINT_SYS_MAXIMIZE 21005 00067 #define IDS_HINT_SYS_CLOSE 21006 Generated on Sun May 27 2012 04:16:26 for ReactOS by
1.7.6.1
|