admin
base
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
advcore
appcompat
core
ddk
dload
feime
chnuconv
chs
embedded
help
mbsrc
ntabc
ntgb
ntgen
ntime
imegen
winbx
wincha
winhk
winpho
winpy
winsp
winzm
candd.bmp
canddp.bmp
cande.bmp
candep.bmp
candh.bmp
candhp.bmp
candinf1.bmp
candinf2.bmp
candlx.bmp
candmult.bmp
candprmp.bmp
candsel.bmp
candu.bmp
candui.c
candup.bmp
chcand.c
chinese.bmp
compose.c
compui.c
crtword.c
cz.bmp
data.c
ddis.c
dirs
eng.c
eng.h
english.bmp
eudc.bmp
fullshp.bmp
getdes.c
halfshp.bmp
hand.cur
imedefs.h
immsec.c
immsec.h
init.c
none.bmp
nosymbol.bmp
notify.c
nsoftkbd.bmp
privcon.h
regword.c
resource.h
softkbd.bmp
statusui.c
symbol.bmp
toascii.c
ui.c
uisubs.c
dirs
cht
ddk
fe
jpn
kor
tools
usa
dirs
netdde
oleacc
published
richedit
winstate
dirs
project.mk
dirs
makefil0
54 lines
2.0 KiB
C
54 lines
2.0 KiB
C
|
|
/*************************************************
|
|
* resource.h *
|
|
* *
|
|
* Copyright (C) 1995-1999 Microsoft Inc. *
|
|
* *
|
|
*************************************************/
|
|
|
|
#define IDC_CURSOR1 120
|
|
#define IDC_LX 1001
|
|
#define IDC_CZ 1002
|
|
#define IDC_TS 1003
|
|
#define IDC_CTS 1004
|
|
#define IDC_TC 1005
|
|
#define IDC_FCSR 1006
|
|
#define IDC_FCTS 1007
|
|
#if defined(COMBO_IME)
|
|
#define IDC_GB 1026
|
|
#define IDC_GBK 1027
|
|
#endif //COMBO_IME
|
|
|
|
|
|
#define IDC_INPUTWORD 1007
|
|
#define IDC_INPUTCODE 1008
|
|
#define IDC_HLP 1009
|
|
#define IDC_LIST_WORD 1010
|
|
#define IDC_STATIC1 1011
|
|
#define IDC_STATIC2 1012
|
|
#define IDC_UI1 1013
|
|
#define IDC_UI2 1014
|
|
#define IDC_BT_MODIFY 1016
|
|
#define IDC_LIST2 1016
|
|
#define IDC_BT_DEL 1017
|
|
#define IDC_IMECOMBO 1017
|
|
#define IDC_CLOSE 1018
|
|
#define IDD_LAYOUT_LIST 1018
|
|
#define IDC_BT_HLP 1019
|
|
#define IDC_RADIOADD 1020
|
|
#define IDC_BT_INS 1021
|
|
#define IDC_RADIOMOD 1022
|
|
#define IDC_MODI_WORD 1023
|
|
#define IDC_MODI_CODE 1024
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 121
|
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
|
#define _APS_NEXT_CONTROL_VALUE 1019
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|