31 lines
687 B
C
31 lines
687 B
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
|
|
|