home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (C) Stephen Chung, 1991-1992. All rights reserved. */
-
- /* Menu ID's start at 16896 (0x4200) */
-
- #define IDM_FILE 16896
- #define IDM_FILENEW 16897
- #define IDM_FILEOPEN 16898
- #define IDM_FILECLOSE 16899
- #define IDM_FILESAVE 16900
- #define IDM_FILESAVEAS 16901
- #define IDM_FILEPRINT 16902
- #define IDM_FILEPREVIEW 16903
- #define IDM_FILEPRINTER 16904
- #define IDM_FILEEXIT 16906
- #define IDM_FILEABOUT 16907
- #define IDM_FILESUMMARY 16908
- #define IDM_FILEHEADERS 16909
- #define IDM_FILEFIND 16910
- #define IDM_FILERUN 16911
- #define IDM_VIEW 16912
- #define IDM_VIEWDRAFT 16913
- #define IDM_VIEWRULER 16914
- #define IDM_VIEWSTATUS 16915
- #define IDM_VIEWRIBBON 16916
- #define IDM_VIEWSPECIAL 16918
- #define IDM_VIEWGLOSSARY 16917
- #define IDM_EDIT 16928
- #define IDM_EDITCUT 16930
- #define IDM_EDITCOPY 16931
- #define IDM_EDITPASTE 16932
- #define IDM_EDITCLEAR 16933
- #define IDM_EDITSEARCH 16934
- #define IDM_EDITREPLACE 16935
- #define IDM_EDITUNDO 16936
- #define IDM_EDITREDO 16937
- #define IDM_EDITSELECTALL 16938
- #define IDM_KANJI 16944
- #define IDM_KANJICONVERT 16945
- #define IDM_KANJILCONVERT 16959 /* Not generated from menu */
- #define IDM_KANJILOOKUP 16946
- #define IDM_KANJIREVERSE 16947
- #define IDM_KANJIINFO 16948
- #define IDM_KANJIINPUT 16949
- #define IDM_KANJITABLE 16950
- #define IDM_FORMAT 16960
- #define IDM_FORMATFONT 16961
- #define IDM_FORMATCHARACTER 16962
- #define IDM_FORMATPARAGRAPH 16963
- #define IDM_FORMATDOCUMENT 16964
- #define IDM_FORMATPAGE 16965
- #define IDM_UTILITIES 16976
- #define IDM_UTILITIESOPTIONS 16977
- #define IDM_UTILITIESHOTKEYS 16978
- #define IDM_UTILITIESSTAT 16979
- #define IDM_UTILITIESDICT 16980
- #define IDM_UTILITIESGLOSSARY 16981
- #define IDM_UTILITIESFONTS 16982
- #define IDM_UTILITIESCONVERT 16983
- #define IDM_WINDOW 16992
- #define IDM_WINDOWCASCADE 16993
- #define IDM_WINDOWTILE 16994
- #define IDM_WINDOWARRANGE 16995
- #define IDM_WINDOWCLOSE 16996
- #define IDM_HELP 17009
- #define IDM_HELPINDEX 17010
- #define IDM_HELPINTRODUCTION 17011
- #define IDM_HELPENTERTEXT 17012
- #define IDM_HELPMOVING 17013
- #define IDM_HELPKANJIS 17014
- #define IDM_HELPSPECIAL 17015
- #define IDM_HELPFILES 17016
- #define IDM_HELPPRINTING 17017
- #define IDM_HELPTECHSUPPORT 17018
- #define IDM_HELPONHELP 17019
- #define IDM_HELPSEARCH 17020
- #define IDM_TOGGLEMODE 18000 /* Not generated from menu */
- #define IDM_TOGGLEGLOSSARY 18001 /* Not generated from menu */
- #define IDM_CONTINUESEARCH 18002 /* Not generated from menu */
- #define IDM_FILE1 18010
- #define IDM_FILE2 18011
- #define IDM_FILE3 18012
- #define IDM_FILE4 18013
-
- /* Help topic maps */
-
- #define Topic_Introduction 5
- #define Topic_EnterText 10
- #define Topic_MovingAround 15
- #define Topic_ManagingKanjis 20
- #define Topic_SpecialFeatures 25
- #define Topic_WorkingWithFiles 30
- #define Topic_Printing 35
- #define Topic_TechnicalSupport 40
- #define Topic_GNUGPL 99
-
- /* The toolbar ID is 127. Remember that only the high byte is looked */
- /* at when determining whether a WM_COMMAND message is generated by a */
- /* toolbar. Consequently, there CANNOT be any other menu ID's with the */
- /* high byte equal to ID_TOOLBAR. */
-
- #define ID_TOOLBAR 127
-
- #define ID_KANA 1 /* Toolbar button ID's */
- #define ID_ASCII 2
- #define ID_CONVERT 3
- #define ID_BOLD 11
- #define ID_ITALICS 12
- #define ID_UNDERLINE 13
- #define ID_REVERSE 14
- #define ID_HOLLOW 15
- #define ID_SHADOW 16
- #define ID_GLOSSARY 21
- #define ID_SPECIAL 22
- #define ID_LEFTRIGHT 51
- #define ID_UPDOWN 52
- #define ID_FONTBOX 91
-
- /* The ID for the first file window. The MDI system will automatically */
- /* select sequential ID's for new file windows. 256 is 0x0100. The */
- /* next group of ID's used so far are the menu ID's starting at 0x4200. */
-
- #define ID_FIRSTFILE 256
-