1 #pragma once 2 3 #define IDC_FLAGS 2 4 5 /* Icons */ 6 #define IDC_CPLICON 200 7 8 /* Dialogs */ 9 #define IDD_GENERALPAGE 100 10 #define IDD_NUMBERSPAGE 101 11 #define IDD_DATEPAGE 102 12 #define IDD_LANGUAGESPAGE 103 13 #define IDD_ADVANCEDPAGE 104 14 #define IDD_CURRENCYPAGE 105 15 #define IDD_SORTPAGE 106 16 #define IDD_TIMEPAGE 107 17 18 /* Controls */ 19 #define IDC_NUMSAMPLE_EDIT 300 20 #define IDC_MONEYSAMPLE_EDIT 301 21 #define IDC_TIMESAMPLE_EDIT 302 22 #define IDC_SHORTTIMESAMPLE_EDIT 303 23 #define IDC_FULLTIMESAMPLE_EDIT 304 24 #define IDC_SETUP_BUTTON 305 25 #define IDC_CURRENCYPOSSAMPLE 306 26 #define IDC_CURRENCYNEGSAMPLE 307 27 #define IDC_CURRENCYSYMBOL 308 28 #define IDC_CURRENCYPOSVALUE 309 29 #define IDC_CURRENCYNEGVALUE 310 30 #define IDC_CURRENCYDECSEP 311 31 #define IDC_CURRENCYDECNUM 312 32 #define IDC_CURRENCYGRPSEP 313 33 #define IDC_CURRENCYGRPNUM 314 34 #define IDC_NUMBERSPOSSAMPLE 315 35 #define IDC_NUMBERSNEGSAMPLE 316 36 #define IDC_NUMBERDSYMBOL 317 37 #define IDC_NUMBERSNDIGDEC 318 38 #define IDC_NUMBERSDIGITGRSYM 319 39 #define IDC_NUMBERSDGROUPING 320 40 #define IDC_NUMBERSNSIGNSYM 321 41 #define IDC_NUMBERSNNUMFORMAT 322 42 #define IDC_NUMBERSDISPLEADZER 323 43 #define IDC_NUMBERSLSEP 324 44 #define IDC_NUMBERSMEASSYS 325 45 #define IDC_TIMESAMPLE 326 46 #define IDC_TIMEFORMAT 327 47 #define IDC_TIMESEPARATOR 328 48 #define IDC_TIMEAMSYMBOL 329 49 #define IDC_TIMEPMSYMBOL 330 50 #define IDC_LANGUAGELIST 331 51 #define IDC_LOCATION_COMBO 332 52 #define IDC_DETAIL_BUTTON 333 53 #define IDC_LANGUAGE_COMBO 334 54 #define IDC_FIRSTYEAR_EDIT 335 55 #define IDC_SECONDYEAR_EDIT 336 56 #define IDC_SCR_MAX_YEAR 337 57 #define IDC_CALTYPE_COMBO 338 58 #define IDC_HIJCHRON_COMBO 339 59 #define IDC_SHRTDATESAMPLE_EDIT 340 60 #define IDC_SHRTDATERTOL_EDIT 341 61 #define IDC_SHRTDATEFMT_COMBO 342 62 #define IDC_SHRTDATESEP_COMBO 343 63 #define IDC_LONGDATESAMPLE_EDIT 344 64 #define IDC_LONGDATERTOL_EDIT 345 65 #define IDC_LONGDATEFMT_COMBO 346 66 #define IDC_INST_FILES_FOR_RTOL_LANG 347 67 #define IDC_INST_FILES_FOR_ASIAN 348 68 #define IDC_APPLY_CUR_USER_DEF_PROFILE 349 69 #define IDC_CONV_TABLES 350 70 #define IDC_SORTLIST_COMBO 351 71 72 /* Strings */ 73 #define IDS_CPLNAME 1000 74 #define IDS_CPLDESCRIPTION 1001 75 #define IDS_CUSTOMIZE_TITLE 1002 76 #define IDS_SPAIN 1003 77 #define IDS_METRIC 1004 78 #define IDS_IMPERIAL 1005 79 80 #define IDS_ERROR 1006 81 #define IDS_ERROR_ANSI_CODE_PAGE 1007 82 #define IDS_ERROR_INT_KEY_REG 1008 83 #define IDS_ERROR_DEF_INT_KEY_REG 1009 84 #define IDS_ERROR_NLS_KEY_REG 1010 85 #define IDS_ERROR_NLS_CODE_REG 1011 86 #define IDS_ERROR_OEM_CODE_PAGE 1012 87 #define IDS_ERROR_SYMBOL_SEPARATE 1013 88 #define IDS_ERROR_SYMBOL_FORMAT_SHORT 1014 89 #define IDS_ERROR_SYMBOL_FORMAT_LONG 1015 90 #define IDS_ERROR_INPUT_DLL 1016 91 #define IDS_ERROR_UNICODE 1017 92 93 #define IDS_APPLY_DEFAULT_TITLE 1100 94 #define IDS_APPLY_DEFAULT_TEXT 1101 95