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

6 lines
145 B
C
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
#define IDD_DLG 101
#define IDC_INPUT 1001
#define IDC_INCREMENT 1002
#define IDC_RANDOM 1003
#define IDC_QUIT 1004