54 lines
2 KiB
C
54 lines
2 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
|