1 #pragma once 2 3 #define IDC_STATIC -1 4 5 #define IDA_SERVMAN 20 6 7 /* about box info */ 8 #define IDD_ABOUTBOX 200 9 #define IDC_LICENSE_EDIT 201 10 #define IDS_APPNAME 202 11 #define IDS_LICENSE 203 12 13 #define IDC_SERVLIST 1000 14 #define IDC_STATUSBAR 1001 15 #define IDC_EDIT_BUTTON 1002 16 17 #define ID_PROP 2000 18 #define ID_REFRESH 2001 19 #define ID_EXPORT 2002 20 #define ID_START 2003 21 #define ID_STOP 2004 22 #define ID_PAUSE 2005 23 #define ID_RESUME 2006 24 #define ID_RESTART 2007 25 #define ID_EDIT 2008 26 #define ID_CREATE 2009 27 #define ID_DELETE 2010 28 #define ID_HELP 2011 29 #define ID_EXIT 2012 30 #define ID_CONNECT 2013 31 32 #define IDR_MAINMENU 102 33 #define IDR_POPUP 103 34 #define ID_VIEW_CUST 4021 35 #define ID_VIEW_LARGE 4022 36 #define ID_VIEW_SMALL 4023 37 #define ID_VIEW_LIST 4024 38 #define ID_VIEW_DETAILS 4025 39 #define ID_ABOUT 4031 40 41 /* List view columns */ 42 #define IDS_FIRSTCOLUMN 1 43 #define IDS_SECONDCOLUMN 2 44 #define IDS_THIRDCOLUMN 3 45 #define IDS_FOURTHCOLUMN 4 46 #define IDS_FITHCOLUMN 5 47 48 /* tooltips */ 49 #define IDS_TOOLTIP_PROP 6000 50 #define IDS_TOOLTIP_REFRESH 6001 51 #define IDS_TOOLTIP_EXPORT 6002 52 #define IDS_TOOLTIP_CREATE 6003 53 #define IDS_TOOLTIP_DELETE 6004 54 #define IDS_TOOLTIP_START 6005 55 #define IDS_TOOLTIP_STOP 6006 56 #define IDS_TOOLTIP_PAUSE 6007 57 #define IDS_TOOLTIP_RESTART 6008 58 59 #define IDS_SERVICES_STARTED 5000 60 #define IDS_SERVICES_STOPPED 5001 61 #define IDS_SERVICES_AUTO 5004 62 #define IDS_SERVICES_MAN 5005 63 #define IDS_SERVICES_DIS 5006 64 #define IDS_NUM_SERVICES 5010 65 66 #define IDI_SM_ICON 50 67 #define IDB_BUTTONS 51 68 #define IDI_NODEPENDS 52 69 #define IDI_SERVICE 53 70 #define IDI_DRIVER 54 71 72 #define IDB_PROP 10000 73 #define IDB_REFRESH 10001 74 #define IDB_EXPORT 10002 75 #define IDB_CREATE 10003 76 #define IDB_DELETE 10004 77 #define IDB_START 10005 78 #define IDB_STOP 10006 79 #define IDB_PAUSE 10007 80 #define IDB_RESTART 10008 81 82 /* toolbar buttons */ 83 #define TBICON_PROP 0 84 #define TBICON_REFRESH 1 85 #define TBICON_EXPORT 2 86 #define TBICON_CREATE 3 87 #define TBICON_DELETE 4 88 #define TBICON_START 5 89 #define TBICON_STOP 6 90 #define TBICON_PAUSE 7 91 #define TBICON_RESTART 8 92 93 /* menu hints */ 94 #define IDS_HINT_BLANK 20000 95 #define IDS_HINT_EXPORT 20001 96 #define IDS_HINT_EXIT 20002 97 98 #define IDS_HINT_CONNECT 20011 99 #define IDS_HINT_START 20012 100 #define IDS_HINT_STOP 21013 101 #define IDS_HINT_PAUSE 21014 102 #define IDS_HINT_RESUME 20015 103 #define IDS_HINT_RESTART 20016 104 #define IDS_HINT_REFRESH 20017 105 #define IDS_HINT_EDIT 20018 106 #define IDS_HINT_CREATE 20019 107 #define IDS_HINT_DELETE 20020 108 #define IDS_HINT_PROP 20021 109 110 #define IDS_HINT_LARGE 20030 111 #define IDS_HINT_SMALL 20031 112 #define IDS_HINT_LIST 20032 113 #define IDS_HINT_DETAILS 20033 114 #define IDS_HINT_CUST 20034 115 116 #define IDS_HINT_HELP 20040 117 #define IDS_HINT_ABOUT 20041 118 119 /* system menu hints */ 120 #define IDS_HINT_SYS_RESTORE 21001 121 #define IDS_HINT_SYS_MOVE 21002 122 #define IDS_HINT_SYS_SIZE 21003 123 #define IDS_HINT_SYS_MINIMIZE 21004 124 #define IDS_HINT_SYS_MAXIMIZE 21005 125 #define IDS_HINT_SYS_CLOSE 21006 126 127 /* General dialog */ 128 #define IDD_DLG_GENERAL 10001 129 #define IDC_SERV_NAME 10002 130 #define IDC_DISP_NAME 10003 131 #define IDC_DESCRIPTION 10004 132 #define IDC_EXEPATH 10005 133 #define IDC_START_TYPE 10006 134 #define IDC_SERV_STATUS 10007 135 #define IDC_START_PARAM 10008 136 #define IDC_EDIT 10009 137 #define IDC_START 10101 138 #define IDC_STOP 10102 139 #define IDC_PAUSE 10103 140 #define IDC_RESUME 10104 141 142 /* Logon dialog */ 143 #define IDD_LOGON 11000 144 #define IDC_LOGON_SYSTEMACCOUNT 11001 145 #define IDC_LOGON_THISACCOUNT 11002 146 #define IDC_LOGON_INTERACTIVE 11003 147 #define IDC_LOGON_ACCOUNTNAME 11004 148 #define IDC_LOGON_SEARCH 11005 149 #define IDC_LOGON_PW1TEXT 11006 150 #define IDC_LOGON_PASSWORD1 11007 151 #define IDC_LOGON_PW2TEXT 11008 152 #define IDC_LOGON_PASSWORD2 11009 153 #define IDC_LOGON_HWPROFILE 11010 154 #define IDC_LOGON_HWENABLE 11011 155 #define IDC_LOGON_HWDISABLE 11012 156 157 /* Recovery dialog */ 158 #define IDD_RECOVERY 11100 159 #define IDC_FIRST_FAILURE 11101 160 #define IDC_SECOND_FAILURE 11102 161 #define IDC_SUBSEQUENT_FAILURES 11103 162 #define IDC_RESET_TIME 11104 163 #define IDC_RESTART_TEXT1 11105 164 #define IDC_RESTART_TIME 11106 165 #define IDC_RESTART_TEXT2 11107 166 #define IDC_RUN_GROUPBOX 11108 167 #define IDC_RUN_TEXT1 11109 168 #define IDC_PROGRAM 11110 169 #define IDC_BROWSE_PROGRAM 11111 170 #define IDC_RUN_TEXT2 11112 171 #define IDC_PARAMETERS 11113 172 #define IDC_ADD_FAILCOUNT 11114 173 #define IDC_RESTART_OPTIONS 11115 174 175 /* dependancies dialog */ 176 #define IDD_DLG_DEPEND 20001 177 #define IDC_DEPEND_TREE1 20002 178 #define IDC_DEPEND_TREE2 20003 179 #define IDC_DEPEND_SERVICE 20004 180 #define IDS_NO_DEPENDS 20005 181 182 /* create service dialog */ 183 #define IDD_DLG_CREATE 8000 184 #define IDC_CREATE_SERVNAME 8001 185 #define IDC_CREATE_DISPNAME 8002 186 #define IDC_CREATE_PATH 8003 187 #define IDC_CREATE_DESC 8004 188 #define IDC_CREATE_OPTIONS 8005 189 #define ID_CREATE_HELP 8006 190 #define IDD_DLG_HELP_OPTIONS 8020 191 #define IDC_CREATE_HELP 8021 192 #define IDS_HELP_OPTIONS 8022 193 #define IDS_CREATE_SUCCESS 8023 194 #define IDS_CREATE_REQ 8024 195 196 /* delete service dialog */ 197 #define IDD_DLG_DELETE 9000 198 #define IDC_DEL_GROUP 9001 199 #define IDC_DEL_NAME 9002 200 #define IDC_DEL_DESC 9003 201 #define IDS_DELETE_STOP 9010 202 #define IDS_DELETE_SUCCESS 9011 203 204 /* progress bar */ 205 #define IDD_DLG_PROGRESS 7000 206 #define IDC_SERVCON_PROGRESS 7001 207 #define IDC_SERVCON_INFO 7002 208 #define IDC_SERVCON_NAME 7003 209 #define IDS_PROGRESS_INFO_START 7004 210 #define IDS_PROGRESS_INFO_STOP 7005 211 #define IDS_PROGRESS_INFO_PAUSE 7006 212 #define IDS_PROGRESS_INFO_RESUME 7007 213 214 /* stop dependencies */ 215 #define IDD_DLG_DEPEND_STOP 12000 216 #define IDC_STOP_DEPENDS 12001 217 #define IDS_STOP_DEPENDS 12002 218 #define IDC_STOP_DEPENDS_LB 12003 219 220 #define IDS_NO_ACTION 12100 221 #define IDS_RESTART_SERVICE 12101 222 #define IDS_RUN_PROGRAM 12102 223 #define IDS_RESTART_COMPUTER 12103 224 225 #define IDS_NOT_SAME_PASSWORD 12150 226 #define IDS_INVALID_PASSWORD 12151 227