mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
7dd3308828
Supporting Language Bar... JIRA issue: CORE-19363 - Add some resource strings. - Half-implement CUTBContextMenu class.
45 lines
1.2 KiB
C
45 lines
1.2 KiB
C
#pragma once
|
|
|
|
#define IDS_OK 100
|
|
#define IDS_CANCEL 101
|
|
#define IDS_ABORT 102
|
|
#define IDS_RETRY 103
|
|
#define IDS_IGNORE 104
|
|
#define IDS_YES 105
|
|
#define IDS_NO 106
|
|
|
|
#define IDI_MAINICON 100
|
|
|
|
#define IDS_SETTINGS 300
|
|
#define IDS_RESTORELANGBAR 308
|
|
#define IDS_LANGUAGE 309
|
|
#define IDS_LANGUAGEBUTTON 310
|
|
#define IDS_TRANSPARENCY 312
|
|
#define IDS_TEXTLABELS 313
|
|
#define IDS_MINIMIZE 314
|
|
#define IDS_CLOSELANGBAR 315
|
|
#define IDS_EXTRAICONS 318
|
|
#define IDS_RESTORELANGBAR2 321
|
|
#define IDS_MENUWND 322
|
|
#define IDS_VERTICAL 324
|
|
#define IDS_ADJUSTLANGBAND 326
|
|
#define IDS_LEFTCLICK 323
|
|
|
|
#define ID_TRANS 208
|
|
#define ID_NOTRANS 209
|
|
#define ID_LABELS 210
|
|
#define ID_NOLABELS 211
|
|
#define ID_DESKBAND 212
|
|
#define ID_CLOSELANGBAR 213
|
|
#define ID_EXTRAICONS 214
|
|
#define ID_NOEXTRAICONS 215
|
|
#define ID_RESTORELANGBAR 216
|
|
#define ID_VERTICAL 217
|
|
#define ID_ADJUSTDESKBAND 219
|
|
#define ID_SETTINGS 2000
|
|
|
|
#define IDD_CLOSELANGBAR 1001
|
|
#define IDD_MINIMIZELANGBAR 1004
|
|
|
|
#define IDC_CLOSELANGBAR_CHECK 1002
|
|
#define IDC_MINIMIZELANGBAR_CHECK 1002
|