reactos/base/ctf/msutb/resource.h
Katayama Hirofumi MZ d4c64771cd
[CTFMON][MSCTF][MSCTFIME][MSUTB] Move CTF modules to base/ctf (#8040)
This PR reorganizes the location of
the CTF-related modules to improve
grep-ability, understanding, and
readability. New folder base/ctf will
become incomplete Cicero, CTF or
TSF (Text Services Framework).
JIRA issue: CORE-19360
JIRA issue: CORE-19361
JIRA issue: CORE-19363
- Move ctfmon, msctf, msctfime,
  and msutb modules to new
  directory base/ctf.
- Adapt CMakeLists.txt to this move.
- Modify .github/labeler.yml and
  media/doc/WINESYNC.txt.
- No code content changes except
  CMakeLists.txt, .github/labeler.yml,
  and media/doc/WINESYNC.txt.
2025-05-28 05:04:03 +09:00

52 lines
1.4 KiB
C

#pragma once
#define IDB_BITMAP154 154
#define IDB_BITMAP155 155
#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_LANGUAGEBAR 320
#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_CLOSELANGBARNOBAND 1000
#define IDD_CLOSELANGBAR 1001
#define IDD_MINIMIZELANGBARNOBAND 1003
#define IDD_MINIMIZELANGBAR 1004
#define IDC_CLOSELANGBAR_CHECK 1002
#define IDC_MINIMIZELANGBAR_CHECK 1002