20 lines
520 B
C
20 lines
520 B
C
#define IDH_BITMAP 1001
|
|
#define IDH_STATIC2 1002
|
|
#define IDH_STATIC1 1003
|
|
#define IDH_EDIT1 1004
|
|
#define IDH_BUTTON2 1005
|
|
#define IDH_CHECK1 1006
|
|
#define IDH_SCROLLBAR1 1007
|
|
#define IDH_COMBO1 1008
|
|
#define IDH_STATIC3 1009
|
|
#define IDH_STATIC4 1010
|
|
#define IDH_TESTEDIT 1011
|
|
#define IDH_TESTBUTTON 1012
|
|
#define IDH_CHECK3 1013
|
|
#define IDH_TESTCHECK1 1014
|
|
#define IDH_TESTCOMBO1 1015
|
|
#define IDH_TESTBUTTON2 1016
|
|
#define IDH_LIST1 1017
|
|
#define IDH_SCROLLBAR2 1018
|
|
#define IDH_COLOR 1019
|
|
#define IDH_STYLE 1020 |