📄 resource.h
字号:
#ifndef __CPL_RESOURCE_H
#define __CPL_RESOURCE_H
/* CPL file info */
#define IDC_CPLICON 1
#define IDC_FLAGS 2
#define IDC_ICON1 3
#define IDS_CPLNAME 10
#define IDS_CPLDESCRIPTION 11
/* Region page options */
#define IDD_REGOPTSPAGE 100
#define IDC_GROUPBOX 101
#define IDC_STATIC 102
#define IDC_SETREG_COMBO 103
#define IDC_SETUP_BUTTON 104
#define IDC_NUMSAMPLE_EDIT 105
#define IDC_MONEYSAMPLE_EDIT 106
#define IDC_TIMESAMPLE_EDIT 107
#define IDC_SHORTTIMESAMPLE_EDIT 108
#define IDC_FULLTIMESAMPLE_EDIT 109
#define IDC_LOCATION_COMBO 110
/* Extra page options */
#define IDD_EXTRAOPTSPAGE 200
#define IDC_LANGUAGE_COMBO 201
/* Language page options */
#define IDD_LANGSOPTSPAGE 300
#define IDC_DETAIL_BUTTON 301
/* Date options setup page */
#define IDD_DATEOPTSSETUP 400
#define IDC_FIRSTYEAR_EDIT 401
#define IDC_SECONDYEAR_EDIT 402
#define IDC_SCR_MAX_YEAR 403
#define IDC_CALTYPE_COMBO 404
#define IDC_HIJCHRON_COMBO 405
#define IDC_SHRTDATESAMPLE_EDIT 406
#define IDC_SHRTDATERTOL_EDIT 407
#define IDC_SHRTDATEFMT_COMBO 408
#define IDC_SHRTDATESEP_COMBO 409
#define IDC_LONGDATESAMPLE_EDIT 410
#define IDC_LONGDATERTOL_EDIT 411
#define IDC_LONGDATEFMT_COMBO 412
/* Numbers options setup page */
#define IDD_NUMSOPTSSETUP 500
#define IDC_NUM_EDIT 501
#define IDC_NEGNUM_EDIT 502
#define IDC_NUM1_EDIT 503
#define IDC_NEGNUM1_EDIT 504
#define IDC_NUMDECIMALSEP_COMBO 505
#define IDC_NUMFRACSYBMS_COMBO 506
#define IDC_NUMFIELDSEP_COMBO 507
#define IDC_NUMDIGFIELD_COMBO 508
#define IDC_NUMNEGSIGN_COMBO 509
#define IDC_NUMNEGFMT_COMBO 510
#define IDC_NUMLEADZERO_COMBO 511
#define IDC_NUMELEMLISTSEP_COMBO 512
#define IDC_NUMUNITSSYS_COMBO 513
#define IDC_NUMREGDIG_COMBO 514
#define IDC_NUMDIGREPL_COMBO 515
/* Monetary options setup page */
#define IDD_CURRENCYOPTSSETUP 600
#define IDC_CURRENCY_EDIT 601
#define IDC_NEGCURRENCY_EDIT 602
#define IDC_CURRENCYUNIT_COMBO 603
#define IDC_POSCURRENCYSUM_COMBO 604
#define IDC_NEGCURRENCYSUM_COMBO 605
#define IDC_WHOLEFRACTSEP_COMBO 606
#define IDC_FRACSYMBSNUM_COMBO 607
#define IDC_FIELDSEP_COMBO 608
#define IDC_DIGINFIELDNUM_COMBO 609
/* Time options setup page */
#define IDD_TIMEOPTSSETUP 700
#define IDC_TIME_EDIT 701
#define IDC_UNKNOWN_EDIT 702
#define IDC_TIMEFMT_COMBO 703
#define IDC_TIMESEP_COMBO 704
#define IDC_TIMEAM_COMBO 705
#define IDC_TIMEPM_COMBO 706
/* Other page options */
// ... something
#endif /* __CPL_RESOURCE_H */
/* EOF */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -