136 lines
4.8 KiB
C
136 lines
4.8 KiB
C
|
|
/*************************************************
|
|
* resource.c *
|
|
* *
|
|
* Copyright (C) 1992-1999 Microsoft Inc. *
|
|
* *
|
|
*************************************************/
|
|
|
|
//{{NO_DEPENDENCIES}}
|
|
// App Studio generated include file.
|
|
// Used by UCONVERT.RC
|
|
//
|
|
|
|
#define IDS_FIRST_TAB IDS_SOURCE_TAB
|
|
#define STRCODEPAGEBASE IDS_STRUNICODE
|
|
|
|
#define IDS_APPLICATION_NAME 1
|
|
#define IDS_SOURCE_TAB 5
|
|
#define IDS_TARGET_TAB 6
|
|
#define IDS_OPTION_TAB 7
|
|
#define IDS_STRUNICODE 10
|
|
#define IDS_STRINGGB 11
|
|
#define IDS_STRBIG5 12
|
|
#define IDS_STRCNS 13
|
|
#define IDS_STRTCA 14
|
|
#define IDS_STRETEN 15
|
|
#define IDS_STRIBM 16
|
|
#define IDS_STRTELE 17
|
|
#define IDS_STRWANG 18
|
|
|
|
#define IDS_CTLUNICODE 20
|
|
#define IDS_CTLGB 21
|
|
#define IDS_CTLBIG5 22
|
|
#define IDS_CTLCNS 23
|
|
#define IDS_CTLTCA 24
|
|
#define IDS_CTLETEN 25
|
|
#define IDS_CTLIBM 26
|
|
#define IDS_CTLTELE 27
|
|
#define IDS_CTLWANG 28
|
|
|
|
#define IDS_FROMCLIPBOARD 30
|
|
#define IDS_NOTSAVEYET 32
|
|
#define IDS_OPENSOURCE 33
|
|
#define IDS_SAVEAS 34
|
|
#define IDS_FILETOOBIG 35
|
|
#define IDS_OPENERROR 36
|
|
#define IDS_READERROR 37
|
|
#define IDS_BYTEORDER 38
|
|
#define IDS_WRITEERROR 39
|
|
#define IDS_CREATEERROR 40
|
|
#define IDS_NOTEXTCONVERT 41
|
|
#define IDS_NOTEXTSAVE 42
|
|
#define IDS_STYPEUNKNOWN 43
|
|
#define IDS_NBYTES 44
|
|
#define IDS_VIEWSOURCE 45
|
|
#define IDS_VIEWTARGET 46
|
|
#define IDS_BUT_FROMCLIPBOARD 47
|
|
#define IDS_BUT_TOCLIPBOARD 48
|
|
#define IDS_BUT_OPEN 49
|
|
#define IDS_BUT_SAVEAS 50
|
|
#define IDS_ANSITEXT 51
|
|
#define IDS_ALLFILES 52
|
|
|
|
#define IDM_FILE_OPEN 2001
|
|
#define IDM_FILE_SAVEAS 2002
|
|
#define IDM_FILE_EXIT 2010
|
|
#define IDM_HELP_CONTENT 2101
|
|
#define IDM_HELP_ABOUT 2102
|
|
|
|
#define IDM_CHNUCONV 1234
|
|
|
|
#define IDA_CHNUCONV 100
|
|
|
|
#define IDD_CHNUCONV 100
|
|
#define IDD_SOURCE_TAB 200
|
|
#define IDD_OPTION_TAB 400
|
|
#define IDD_SHOWTEXT 500
|
|
|
|
|
|
#define IDI_CHNUCONV 300
|
|
|
|
#define IDC_MAIN_TAB 150
|
|
#define IDC_PUSH_CONVERT 200
|
|
#define IDC_PUSH_HELP 210
|
|
#define IDC_NAME 1000
|
|
#define IDC_NAMETEXT 1001
|
|
#define IDC_EDIT_SIZE 1002
|
|
#define IDC_SIZETEXT 1003
|
|
#define IDC_OPENORSAVEAS 1004
|
|
#define IDC_VIEW 1005
|
|
#define IDC_PASTEORCOPY 1006
|
|
#define IDC_CLEAR 1007
|
|
#define IDC_SWAPHIGHLOW 1008
|
|
#define IDC_STATIC 1009
|
|
#define IDC_STATIC1 1010
|
|
#define IDC_STATIC2 1011
|
|
#define IDC_NOSCTCMAP 1012
|
|
#define IDC_TCSCMAP 1013
|
|
#define IDC_SCTCMAP 1014
|
|
#define IDC_NOHWFWMAP 1015
|
|
#define IDC_HWFWMAP 1016
|
|
#define IDC_FWHWMAP 1017
|
|
#define IDC_COPY 1018
|
|
#define IDC_SAVEAS 1019
|
|
#define IDC_RESET 1020
|
|
#define IDC_SHOWTEXT_NAME 1021
|
|
#define IDC_SHOWTEXT_TYPE 1022
|
|
#define IDC_SHOWTEXT_FONT 1023
|
|
#define IDC_SHOWTEXT_EDIT 1024
|
|
|
|
|
|
#define CODEPAGEBASE 1500
|
|
|
|
#define IDC_RBUNICODE1 1500
|
|
#define IDC_RBGB 1501
|
|
#define IDC_RBBIG5 1502
|
|
#define IDC_RBCNS 1503
|
|
#define IDC_RBTCA 1504
|
|
#define IDC_RBETEN 1505
|
|
#define IDC_RBIBM 1506
|
|
#define IDC_RBTELE 1507
|
|
#define IDC_RBWANG 1508
|
|
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
#define _APS_NEXT_RESOURCE_VALUE 103
|
|
#define _APS_NEXT_COMMAND_VALUE 101
|
|
#define _APS_NEXT_CONTROL_VALUE 1000
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|