46 lines
1.0 KiB
C
46 lines
1.0 KiB
C
/******************************************************************************
|
|
*
|
|
* Common definitions (resource ids and global variables)
|
|
*
|
|
* Copyright 1999 Thuy Nguyen
|
|
* Copyright 1999 Eric Kohl
|
|
*
|
|
*/
|
|
|
|
extern HMODULE COMCTL32_hModule;
|
|
|
|
/* Property sheet / Wizard */
|
|
#define IDD_PROPSHEET 1006
|
|
#define IDD_WIZARD 1020
|
|
|
|
#define IDC_TABCONTROL 12320
|
|
#define IDC_APPLY_BUTTON 12321
|
|
|
|
|
|
/* Toolbar customization dialog */
|
|
#define IDD_TBCUSTOMIZE 200
|
|
|
|
#define IDC_AVAILBTN_LBOX 201
|
|
#define IDC_RESET_BTN 202
|
|
#define IDC_TOOLBARBTN_LBOX 203
|
|
#define IDC_REMOVE_BTN 204
|
|
#define IDC_HELP_BTN 205
|
|
#define IDC_MOVEUP_BTN 206
|
|
#define IDC_MOVEDN_BTN 207
|
|
|
|
/* Month calendar month menu popup */
|
|
#define IDD_MCMONTHMENU 300
|
|
|
|
#define IDM_JAN 301
|
|
#define IDM_FEB 302
|
|
#define IDM_MAR 303
|
|
#define IDM_APR 304
|
|
#define IDM_MAY 305
|
|
#define IDM_JUN 306
|
|
#define IDM_JUL 307
|
|
#define IDM_AUG 308
|
|
#define IDM_SEP 309
|
|
#define IDM_OCT 310
|
|
#define IDM_NOV 311
|
|
#define IDM_DEC 311
|