mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
73 lines
1.9 KiB
C
73 lines
1.9 KiB
C
#pragma once
|
|
|
|
/* Property sheet / Wizard */
|
|
#define IDD_PROPSHEET 1006
|
|
#define IDD_WIZARD 1020
|
|
|
|
#define IDC_TABCONTROL 12320
|
|
#define IDC_APPLY_BUTTON 12321
|
|
#define IDC_BACK_BUTTON 12323
|
|
#define IDC_NEXT_BUTTON 12324
|
|
#define IDC_FINISH_BUTTON 12325
|
|
#define IDC_SUNKEN_LINE 12326
|
|
#define IDC_SUNKEN_LINEHEADER 12327
|
|
|
|
#define IDS_CLOSE 4160
|
|
|
|
/* 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
|
|
|
|
#define IDS_SEPARATOR 1024
|
|
|
|
/* Toolbar imagelist bitmaps */
|
|
#define IDB_STD_SMALL 120
|
|
#define IDB_STD_LARGE 121
|
|
#define IDB_VIEW_SMALL 124
|
|
#define IDB_VIEW_LARGE 125
|
|
#define IDB_HIST_SMALL 130
|
|
#define IDB_HIST_LARGE 131
|
|
|
|
#define IDM_TODAY 4163
|
|
#define IDM_GOTODAY 4164
|
|
|
|
/* Treeview Checkboxes */
|
|
|
|
#define IDT_CHECK 401
|
|
|
|
/* Cursors */
|
|
#define IDC_MOVEBUTTON 102
|
|
#define IDC_COPY 104
|
|
#define IDC_DIVIDER 106
|
|
#define IDC_DIVIDEROPEN 107
|
|
|
|
/* DragList resources */
|
|
#define IDI_DRAGARROW 501
|
|
|
|
/* HOTKEY internal strings */
|
|
#define HKY_NONE 2048
|
|
|
|
/* Tooltip icons */
|
|
#define IDI_TT_INFO_SM 22
|
|
#define IDI_TT_WARN_SM 25
|
|
#define IDI_TT_ERROR_SM 28
|
|
|
|
/* Taskdialog strings */
|
|
#define IDS_BUTTON_YES 3000
|
|
#define IDS_BUTTON_NO 3001
|
|
#define IDS_BUTTON_RETRY 3002
|
|
#define IDS_BUTTON_OK 3003
|
|
#define IDS_BUTTON_CANCEL 3004
|
|
#define IDS_BUTTON_CLOSE 3005
|
|
|
|
// This is really ComCtl32 v5.82, the last one not supporting SxS
|
|
#undef COMCTL32_VERSION // Undefines what the PSDK gave to us
|
|
#define COMCTL32_VERSION 5
|
|
#define COMCTL32_VERSION_MINOR 82
|