You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
3.1 KiB
95 lines
3.1 KiB
//
|
|
// resource.h
|
|
//
|
|
|
|
#ifndef RESOURCE_H_
|
|
#define RESOURCE_H_
|
|
|
|
#define ID_ICON_CONTROLBTN 100
|
|
#define ID_ICON_INFO 101
|
|
#define ID_BITMAP_CAPS 150
|
|
#define ID_BITMAP_KANA 151
|
|
#define ID_BITMAP_CAPSV 152
|
|
#define ID_BITMAP_KANAV 153
|
|
#define ID_BITMAP_TRAYICONPOS 154
|
|
#define ID_BITMAP_DESKBANDPOS 155
|
|
|
|
|
|
//
|
|
// dialog ids
|
|
//
|
|
#define IDC_STATIC -1
|
|
#define IDD_CLOSELANGBAR 1000
|
|
#define IDD_CLOSELANGBAR51 1001
|
|
#define IDC_DONTSHOWAGAIN 1002
|
|
#define IDD_MINIMIZELANGBAR 1003
|
|
#define IDD_MINIMIZELANGBAR51 1004
|
|
|
|
//
|
|
// menu ids
|
|
//
|
|
#define IDM_CLOSECICLOAD 201
|
|
#define IDM_OPAQUE 202
|
|
#define IDM_LOWTRANSPARENCY 203
|
|
#define IDM_HIGHTRANSPARENCY 204
|
|
#define IDM_SHOWTEXT 205
|
|
#define IDM_BREAK 206
|
|
#define IDM_RESTOREDEFAULTS 207
|
|
#define IDM_TRANSPARENCYON 208
|
|
#define IDM_TRANSPARENCYOFF 209
|
|
#define IDM_SHOWLABEL 210
|
|
#define IDM_HIDELABEL 211
|
|
#define IDM_MINIMIZE 212
|
|
#define IDM_CLOSE 213
|
|
#define IDM_NOTIFICATIONICONS 214
|
|
#define IDM_NONOTIFICATIONICONS 215
|
|
#define IDM_RESTORE 216
|
|
#define IDM_VERTICAL 217
|
|
#define IDM_LANGBAND 218
|
|
#define IDM_ADJUSTLANGBAND 219
|
|
|
|
#define IDM_ADDREMOVESTART 1000
|
|
#define IDM_SHOWINPUTCPL 2000 // this must be big enough than IDM_ADDREMOVESTART
|
|
|
|
#define IDM_SHOWLANGBARONCMD 2000
|
|
|
|
//
|
|
// string ids
|
|
//
|
|
#define IDS_SHOWINPUTCPL 300
|
|
#define IDS_OPAQUE 301
|
|
#define IDS_LOWTRANSPARENCY 302
|
|
#define IDS_HIGHTRANSPARENCY 303
|
|
#define IDS_SHOWTEXT 304
|
|
#define IDS_HIDETEXT 305
|
|
#define IDS_BREAK 306
|
|
#define IDS_CANCEL 307
|
|
#define IDS_CONTROLBTN 308
|
|
#define IDS_NUI_LANGUAGE_TEXT 309
|
|
#define IDS_NUI_LANGUAGE_TOOLTIP 310
|
|
#define IDS_RESTOREDEFAULTS 311
|
|
#define IDS_TRANSPARENCY 312
|
|
#define IDS_TEXTLABEL 313
|
|
#define IDS_MINIMIZE 314
|
|
#define IDS_CLOSE 315
|
|
#define IDS_MINIMIZEDBALLOONTEXT 316
|
|
#define IDS_OVERSCREENSIZE 317
|
|
#define IDS_NOTIFICATIONICONS 318
|
|
#define IDS_NOMOREITEM 319
|
|
#define IDS_LANGBAR 320
|
|
#define IDS_RESTORE 321
|
|
#define IDS_MENUWINDOW 322
|
|
#define IDS_LEFTCLICK 323
|
|
#define IDS_VERTICAL 324
|
|
#define IDS_LANGBAND 325
|
|
#define IDS_ADJUSTLANGBAND 326
|
|
#define IDS_LANGBANDMENUTEXTPUI 327
|
|
|
|
#define IDS_CONTROLBUTTONTOOLTIP 1000
|
|
#define IDS_CBTN_MINIMIZE 1100
|
|
#define IDS_CBTN_EXTMENU 1101
|
|
#define IDS_CBTN_KANAKEY 1102
|
|
#define IDS_CBTN_CAPSKEY 1103
|
|
#define IDS_CBTN_RESTORE 1104
|
|
|
|
#endif // RESOURCE_H_
|