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 /* about box info */ 00004 #define IDD_ABOUTBOX 200 00005 #define IDC_LICENSE_EDIT 201 00006 #define IDS_APPNAME 202 00007 #define IDS_LICENSE 203 00008 00009 #define IDC_SERVLIST 1000 00010 #define IDC_STATUSBAR 1001 00011 #define IDC_EDIT_BUTTON 1002 00012 00013 #define ID_PROP 2000 00014 #define ID_REFRESH 2001 00015 #define ID_EXPORT 2002 00016 #define ID_START 2003 00017 #define ID_STOP 2004 00018 #define ID_PAUSE 2005 00019 #define ID_RESUME 2006 00020 #define ID_RESTART 2007 00021 #define ID_EDIT 2008 00022 #define ID_CREATE 2009 00023 #define ID_DELETE 2010 00024 #define ID_HELP 2011 00025 #define ID_EXIT 2012 00026 #define ID_CONNECT 2013 00027 00028 #define IDR_MAINMENU 102 00029 #define IDR_POPUP 103 00030 #define ID_VIEW_CUST 4021 00031 #define ID_VIEW_LARGE 4022 00032 #define ID_VIEW_SMALL 4023 00033 #define ID_VIEW_LIST 4024 00034 #define ID_VIEW_DETAILS 4025 00035 #define ID_ABOUT 4031 00036 00037 /* List view columns */ 00038 #define IDS_FIRSTCOLUMN 1 00039 #define IDS_SECONDCOLUMN 2 00040 #define IDS_THIRDCOLUMN 3 00041 #define IDS_FOURTHCOLUMN 4 00042 #define IDS_FITHCOLUMN 5 00043 00044 /* tooltips */ 00045 #define IDS_TOOLTIP_PROP 6000 00046 #define IDS_TOOLTIP_REFRESH 6001 00047 #define IDS_TOOLTIP_EXPORT 6002 00048 #define IDS_TOOLTIP_CREATE 6003 00049 #define IDS_TOOLTIP_DELETE 6004 00050 #define IDS_TOOLTIP_START 6005 00051 #define IDS_TOOLTIP_STOP 6006 00052 #define IDS_TOOLTIP_PAUSE 6007 00053 #define IDS_TOOLTIP_RESTART 6008 00054 00055 #define IDS_SERVICES_STARTED 5000 00056 #define IDS_SERVICES_STOPPED 5001 00057 #define IDS_SERVICES_AUTO 5004 00058 #define IDS_SERVICES_MAN 5005 00059 #define IDS_SERVICES_DIS 5006 00060 #define IDS_NUM_SERVICES 5010 00061 00062 #define IDI_SM_ICON 50 00063 #define IDB_BUTTONS 51 00064 #define IDI_NODEPENDS 52 00065 #define IDI_SERVICE 53 00066 #define IDI_DRIVER 54 00067 00068 #define IDB_PROP 10000 00069 #define IDB_REFRESH 10001 00070 #define IDB_EXPORT 10002 00071 #define IDB_CREATE 10003 00072 #define IDB_DELETE 10004 00073 #define IDB_START 10005 00074 #define IDB_STOP 10006 00075 #define IDB_PAUSE 10007 00076 #define IDB_RESTART 10008 00077 00078 /* toolbar buttons */ 00079 #define TBICON_PROP 0 00080 #define TBICON_REFRESH 1 00081 #define TBICON_EXPORT 2 00082 #define TBICON_CREATE 3 00083 #define TBICON_DELETE 4 00084 #define TBICON_START 5 00085 #define TBICON_STOP 6 00086 #define TBICON_PAUSE 7 00087 #define TBICON_RESTART 8 00088 00089 00090 /* menu hints */ 00091 #define IDS_HINT_BLANK 20000 00092 #define IDS_HINT_EXPORT 20001 00093 #define IDS_HINT_EXIT 20002 00094 00095 #define IDS_HINT_CONNECT 20011 00096 #define IDS_HINT_START 20012 00097 #define IDS_HINT_STOP 21013 00098 #define IDS_HINT_PAUSE 21014 00099 #define IDS_HINT_RESUME 20015 00100 #define IDS_HINT_RESTART 20016 00101 #define IDS_HINT_REFRESH 20017 00102 #define IDS_HINT_EDIT 20018 00103 #define IDS_HINT_CREATE 20019 00104 #define IDS_HINT_DELETE 20020 00105 #define IDS_HINT_PROP 20021 00106 00107 #define IDS_HINT_LARGE 20030 00108 #define IDS_HINT_SMALL 20031 00109 #define IDS_HINT_LIST 20032 00110 #define IDS_HINT_DETAILS 20033 00111 #define IDS_HINT_CUST 20034 00112 00113 #define IDS_HINT_HELP 20040 00114 #define IDS_HINT_ABOUT 20041 00115 00116 /* system menu hints */ 00117 #define IDS_HINT_SYS_RESTORE 21001 00118 #define IDS_HINT_SYS_MOVE 21002 00119 #define IDS_HINT_SYS_SIZE 21003 00120 #define IDS_HINT_SYS_MINIMIZE 21004 00121 #define IDS_HINT_SYS_MAXIMIZE 21005 00122 #define IDS_HINT_SYS_CLOSE 21006 00123 00124 00125 /* properties dialog */ 00126 #define IDD_DLG_GENERAL 10001 00127 #define IDC_SERV_NAME 10002 00128 #define IDC_DISP_NAME 10003 00129 #define IDC_DESCRIPTION 10004 00130 #define IDC_EXEPATH 10005 00131 #define IDC_START_TYPE 10006 00132 #define IDC_SERV_STATUS 10007 00133 #define IDC_START_PARAM 10008 00134 #define IDC_EDIT 10009 00135 #define IDC_START 10101 00136 #define IDC_STOP 10102 00137 #define IDC_PAUSE 10103 00138 #define IDC_RESUME 10104 00139 00140 /* dependancies dialog */ 00141 #define IDD_DLG_DEPEND 20001 00142 #define IDC_DEPEND_TREE1 20002 00143 #define IDC_DEPEND_TREE2 20003 00144 #define IDC_DEPEND_SERVICE 20004 00145 #define IDS_NO_DEPENDS 20005 00146 00147 00148 /* create service dialog */ 00149 #define IDD_DLG_CREATE 8000 00150 #define IDC_CREATE_SERVNAME 8001 00151 #define IDC_CREATE_DISPNAME 8002 00152 #define IDC_CREATE_PATH 8003 00153 #define IDC_CREATE_DESC 8004 00154 #define IDC_CREATE_OPTIONS 8005 00155 #define ID_CREATE_HELP 8006 00156 #define IDD_DLG_HELP_OPTIONS 8020 00157 #define IDC_CREATE_HELP 8021 00158 #define IDS_HELP_OPTIONS 8022 00159 #define IDS_CREATE_SUCCESS 8023 00160 #define IDS_CREATE_REQ 8024 00161 00162 00163 /* delete service dialog */ 00164 #define IDD_DLG_DELETE 9000 00165 #define IDC_DEL_GROUP 9001 00166 #define IDC_DEL_NAME 9002 00167 #define IDC_DEL_DESC 9003 00168 #define IDS_DELETE_STOP 9010 00169 #define IDS_DELETE_SUCCESS 9011 00170 00171 00172 /* progress bar */ 00173 #define IDD_DLG_PROGRESS 7000 00174 #define IDC_SERVCON_PROGRESS 7001 00175 #define IDC_SERVCON_INFO 7002 00176 #define IDC_SERVCON_NAME 7003 00177 #define IDS_PROGRESS_INFO_START 7004 00178 #define IDS_PROGRESS_INFO_STOP 7005 00179 #define IDS_PROGRESS_INFO_PAUSE 7006 00180 #define IDS_PROGRESS_INFO_RESUME 7007 00181 00182 /* stop dependencies */ 00183 #define IDD_DLG_DEPEND_STOP 12000 00184 #define IDC_STOP_DEPENDS 12001 00185 #define IDS_STOP_DEPENDS 12002 00186 #define IDC_STOP_DEPENDS_LB 12003 Generated on Sat May 26 2012 04:15:27 for ReactOS by
1.7.6.1
|