reactos/base/applications/kbswitch/resource.h
Katayama Hirofumi MZ 586989350b
[KBSWITCH] Support System Pen Icon (#8080)
## Purpose
Supporting System Pen icon and IME menus for
East-Asian users.
JIRA issue: CORE-20142

## Overview
The East-Asian system has the system pen icon
in taskbar additionally. The system pen icon
shows the current IME status.

If the user clicked the IME system pen icon,
the IME menu will open. The IME system pen icon
can be customized by the IME module by posting
indicator messages.

## Proposed changes
- Add default pen icon resources.
- Add base/applications/kbswitch/imemenu.c to
  handle IME menus.
- Add code for adding, modifying and deleting
  the System Pen icon.
- Modify indicdll.spec.
- Fix popup menu alignment.
2025-06-08 17:21:24 +09:00

12 lines
182 B
C

#pragma once
/* Icons */
#define IDI_MAIN 150
/* Menus */
#define IDR_POPUP 100
/* Menu items */
#define ID_EXIT 100
#define ID_PREFERENCES 101
#define ID_LANG_BASE 1000