home *** CD-ROM | disk | FTP | other *** search
- /*
- Header file for DLGSAMP
- Created by Microsoft Corp., 1989
- */
- #define ID_NULL -1
-
- #define ID_MAINWND 10
- #define ID_MB 11
-
- #define MI_HELP 12
-
- #define MI_ENTRYFIELDEXAMPLE 13
- #define MI_AUTORADIOBUTTONEXAMPLE 14
- #define MI_CHECKBOXEXAMPLE 15
- #define MI_LISTBOXEXAMPLE 16
-
- #define MI_MODALITY 17
- #define MI_MODAL 18
- #define MI_MODELESS 19
-
- #define MI_ABOUTBOX 20
-
- #define DLG_ENTRYFIELDEXAMPLE 100
- #define EF_1 101
- #define EF_2 102
-
- #define DLG_AUTORADIOBUTTONEXAMPLE 110
- #define RB_RED 111
- #define RB_GREEN 112
- #define RB_BLUE 113
-
- #define DLG_CHECKBOXEXAMPLE 120
- #define CB_RED 121
- #define CB_GREEN 122
- #define CB_BLUE 123
-
- #define DLG_LISTBOXEXAMPLE 130
- #define LB_1 131
-
- #define DLG_HELP 132
- #define PB_HELP 133
- #define PB_HELPINDEX 134
-
- #define DLG_ABOUT 140
-
- #define ERR_EFINVALID 200
-
-
- #define LBI_1 301
- #define LBI_2 302
- #define LBI_3 303
- #define LBI_4 304
- #define LBI_5 305
- #define LBI_6 306
- #define LBI_7 307
- #define LBI_8 308
- #define LBI_9 309
- #define LBI_10 310
- #define LBI_11 311
- #define LBI_12 312
- #define LBI_13 313
- #define LBI_14 314
- #define LBI_15 315
- #define LBI_16 316
- #define LBI_17 317
- #define LBI_18 318
- #define LBI_19 319
- #define LBI_20 320
- #define LBI_21 321
- #define LBI_22 322
- #define LBI_23 323
- #define LBI_24 324
-
-