reactos/dll/cpl/intl/resource.h
2020-04-24 17:27:07 +03:00

95 lines
3.3 KiB
C

#pragma once
#define IDC_FLAGS 2
/* Icons */
#define IDC_CPLICON 200
/* Dialogs */
#define IDD_GENERALPAGE 100
#define IDD_NUMBERSPAGE 101
#define IDD_DATEPAGE 102
#define IDD_LANGUAGESPAGE 103
#define IDD_ADVANCEDPAGE 104
#define IDD_CURRENCYPAGE 105
#define IDD_SORTPAGE 106
#define IDD_TIMEPAGE 107
/* Controls */
#define IDC_NUMSAMPLE_EDIT 300
#define IDC_MONEYSAMPLE_EDIT 301
#define IDC_TIMESAMPLE_EDIT 302
#define IDC_SHORTTIMESAMPLE_EDIT 303
#define IDC_FULLTIMESAMPLE_EDIT 304
#define IDC_SETUP_BUTTON 305
#define IDC_CURRENCYPOSSAMPLE 306
#define IDC_CURRENCYNEGSAMPLE 307
#define IDC_CURRENCYSYMBOL 308
#define IDC_CURRENCYPOSVALUE 309
#define IDC_CURRENCYNEGVALUE 310
#define IDC_CURRENCYDECSEP 311
#define IDC_CURRENCYDECNUM 312
#define IDC_CURRENCYGRPSEP 313
#define IDC_CURRENCYGRPNUM 314
#define IDC_NUMBERSPOSSAMPLE 315
#define IDC_NUMBERSNEGSAMPLE 316
#define IDC_NUMBERDSYMBOL 317
#define IDC_NUMBERSNDIGDEC 318
#define IDC_NUMBERSDIGITGRSYM 319
#define IDC_NUMBERSDGROUPING 320
#define IDC_NUMBERSNSIGNSYM 321
#define IDC_NUMBERSNNUMFORMAT 322
#define IDC_NUMBERSDISPLEADZER 323
#define IDC_NUMBERSLSEP 324
#define IDC_NUMBERSMEASSYS 325
#define IDC_TIMESAMPLE 326
#define IDC_TIMEFORMAT 327
#define IDC_TIMESEPARATOR 328
#define IDC_TIMEAMSYMBOL 329
#define IDC_TIMEPMSYMBOL 330
#define IDC_LANGUAGELIST 331
#define IDC_LOCATION_COMBO 332
#define IDC_DETAIL_BUTTON 333
#define IDC_LANGUAGE_COMBO 334
#define IDC_FIRSTYEAR_EDIT 335
#define IDC_SECONDYEAR_EDIT 336
#define IDC_SCR_MAX_YEAR 337
#define IDC_CALTYPE_COMBO 338
#define IDC_HIJCHRON_COMBO 339
#define IDC_SHRTDATESAMPLE_EDIT 340
#define IDC_SHRTDATERTOL_EDIT 341
#define IDC_SHRTDATEFMT_COMBO 342
#define IDC_SHRTDATESEP_COMBO 343
#define IDC_LONGDATESAMPLE_EDIT 344
#define IDC_LONGDATERTOL_EDIT 345
#define IDC_LONGDATEFMT_COMBO 346
#define IDC_INST_FILES_FOR_RTOL_LANG 347
#define IDC_INST_FILES_FOR_ASIAN 348
#define IDC_APPLY_CUR_USER_DEF_PROFILE 349
#define IDC_CONV_TABLES 350
#define IDC_SORTLIST_COMBO 351
/* Strings */
#define IDS_CPLNAME 1000
#define IDS_CPLDESCRIPTION 1001
#define IDS_CUSTOMIZE_TITLE 1002
#define IDS_SPAIN 1003
#define IDS_METRIC 1004
#define IDS_IMPERIAL 1005
#define IDS_ERROR 1006
#define IDS_ERROR_ANSI_CODE_PAGE 1007
#define IDS_ERROR_INT_KEY_REG 1008
#define IDS_ERROR_DEF_INT_KEY_REG 1009
#define IDS_ERROR_NLS_KEY_REG 1010
#define IDS_ERROR_NLS_CODE_REG 1011
#define IDS_ERROR_OEM_CODE_PAGE 1012
#define IDS_ERROR_SYMBOL_SEPARATE 1013
#define IDS_ERROR_SYMBOL_FORMAT_SHORT 1014
#define IDS_ERROR_SYMBOL_FORMAT_LONG 1015
#define IDS_ERROR_INPUT_DLL 1016
#define IDS_ERROR_UNICODE 1017
#define IDS_APPLY_DEFAULT_TITLE 1100
#define IDS_APPLY_DEFAULT_TEXT 1101