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.
122 lines
4.7 KiB
122 lines
4.7 KiB
/*++
|
|
|
|
Copyright (c) 1991-1997, Microsoft Corporation All rights reserved.
|
|
|
|
Module Name:
|
|
|
|
cmdlg.h
|
|
|
|
Abstract:
|
|
|
|
This module contains the dialog definitions for the Charmap utility.
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
|
|
//
|
|
// Constant Declarations.
|
|
//
|
|
|
|
#define ID_HELP 100
|
|
#define ID_CLOSE 101
|
|
#define ID_COPY 102
|
|
#define ID_SELECT 103
|
|
#define ID_STRING 104
|
|
#define ID_FONT 105
|
|
#define ID_TOPLEFT 107
|
|
#define ID_CHARGRID 108
|
|
#define ID_SUBSET 109
|
|
#define IDBM_TT 110
|
|
#define IDIC_CHARMAP 111
|
|
#define IDS_HELP 112
|
|
#define IDS_RTF 113
|
|
#define IDS_KEYSTROKE 114
|
|
#define IDS_SPACE 115
|
|
#define IDS_CTRL 116
|
|
#define IDS_CTRLALT 117
|
|
#define IDS_SHIFTCTRLALT 118
|
|
#define IDS_ALT 119
|
|
#define IDS_UNICODELABEL 120
|
|
|
|
#define IDS_WINDOWS 1
|
|
#define IDS_LATIN1 2
|
|
#define IDS_LATINEXA 3
|
|
#define IDS_LATINEXB 4
|
|
#define IDS_IPAEX 5
|
|
#define IDS_SPACINGMODIFIERS 6
|
|
#define IDS_COMBININGDIACRITICS 7
|
|
#define IDS_BASICGREEK 8
|
|
#define IDS_GREEKSYMBOLS 9
|
|
#define IDS_CYRILLIC 10
|
|
#define IDS_ARMENIAN 11
|
|
#define IDS_HEBREW 12
|
|
#define IDS_BASICHEBREW 12
|
|
#define IDS_HEBREWEX 13
|
|
#define IDS_BASICARABIC 14
|
|
#define IDS_ARABICEX 15
|
|
#define IDS_DEVANAGARI 16
|
|
#define IDS_BENGALI 17
|
|
#define IDS_GURMUKHI 18
|
|
#define IDS_GUJARATI 19
|
|
#define IDS_ORIYA 20
|
|
#define IDS_TAMIL 21
|
|
#define IDS_TELUGU 22
|
|
#define IDS_KANNADA 23
|
|
#define IDS_MALAYALAM 24
|
|
#define IDS_THAI 25
|
|
#define IDS_LAO 26
|
|
#define IDS_BASICGEORGIAN 27
|
|
#define IDS_GEORGIANEX 28
|
|
#define IDS_HANGULJAMO 29
|
|
#define IDS_LATINEXADDITIONAL 30
|
|
#define IDS_GREEKEX 31
|
|
#define IDS_GENERALPUNCTUATION 32
|
|
#define IDS_SUPERANDSUBSCRIPTS 33
|
|
#define IDS_CURRENCYSYMBOLS 34
|
|
#define IDS_COMBININGDIACRITICSFORSYMBOLS 35
|
|
#define IDS_LETTERLIKESYMBOLS 36
|
|
#define IDS_NUMBERFORMS 37
|
|
#define IDS_ARROWS 38
|
|
#define IDS_MATHEMATICALOPS 39
|
|
#define IDS_MISCTECHNICAL 40
|
|
#define IDS_CONTROLPICTURES 41
|
|
#define IDS_OPTICALCHAR 42
|
|
#define IDS_ENCLOSEDALPHANUM 43
|
|
#define IDS_BOXDRAWING 44
|
|
#define IDS_BLOCKELEMENTS 45
|
|
#define IDS_GEOMETRICSHAPES 46
|
|
#define IDS_MISCDINGBATS 47
|
|
#define IDS_DINGBATS 48
|
|
#define IDS_CJKSYMBOLSANDPUNC 49
|
|
#define IDS_HIRAGANA 50
|
|
#define IDS_KATAKANA 51
|
|
#define IDS_BOPOMOFO 52
|
|
#define IDS_HANGULCOMPATIBILITYJAMO 53
|
|
#define IDS_CJKMISC 54
|
|
#define IDS_ENCLOSEDCJKLETTERSANDMONTHS 55
|
|
#define IDS_CJKCOMPATIBILITY 56
|
|
#define IDS_HANGUL 57
|
|
#define IDS_HANGULSUPPA 58
|
|
#define IDS_HANGULSUPPB 59
|
|
#define IDS_CJKUNIFIEDIDEOGRAPHS 60
|
|
#define IDS_PRIVATEUSEAREA 61
|
|
#define IDS_CJKCOMPATIBILITYIDEOGRAPHS 62
|
|
#define IDS_ALPAHPRESENTATIONFORMS 63
|
|
#define IDS_ARABICPRESENTATIONFORMSA 64
|
|
#define IDS_CJKCOMPFORMS 66
|
|
#define IDS_SMALLFORMVARIANTS 67
|
|
#define IDS_ARABICPRESENTATIONFORMSB 68
|
|
#define IDS_HALFANDFULLWIDTHFORMS 69
|
|
#define IDS_SPECIALS 70
|
|
|
|
|
|
#define ID_SUBSETLB 201
|
|
#define ID_NEXTSUBSET 203
|
|
#define ID_PREVSUBSET 205
|
|
|
|
#define ID_UNICODESUBSET 202
|
|
#define ID_MAPSCROLL 204
|
|
|