RosettaCodeData/Task/GUI-component-interaction/C/gui-component-interaction-2.c

6 lines
145 B
C

#define IDD_DLG 101
#define IDC_INPUT 1001
#define IDC_INCREMENT 1002
#define IDC_RANDOM 1003
#define IDC_QUIT 1004