--- mstools/samples/fontview/fontview.h 2018/08/09 18:20:01 1.1 +++ mstools/samples/fontview/fontview.h 2018/08/09 18:24:03 1.1.1.3 @@ -1,3 +1,14 @@ + +/******************************************************************************\ +* This is a part of the Microsoft Source Code Samples. +* Copyright (C) 1993 Microsoft Corporation. +* All rights reserved. +* This source code is only intended as a supplement to +* Microsoft Development Tools and/or WinHelp documentation. +* See these sources for detailed information regarding the +* Microsoft samples programs. +\******************************************************************************/ + #define IDM_SYSMENU 666 #define IDM_FILE 100 @@ -20,25 +31,31 @@ #define IDM_REPLACE IDM_EDIT+7 #define IDM_VIEW 120 -#define IDM_TOOLBAR IDM_VIEW+1 -#define IDM_STATUSBAR IDM_VIEW+2 - -#define IDM_ITEM 130 -#define IDM_TEST1 IDM_ITEM+1 -#define IDM_TEST2 IDM_ITEM+2 -#define IDM_TEST3 IDM_ITEM+3 -#define IDM_TEST4 IDM_ITEM+4 +#define IDM_CHARSET IDM_VIEW+1 +#define IDM_GLYPH IDM_VIEW+2 +#define IDM_TOOLBAR IDM_VIEW+3 +#define IDM_STATUSBAR IDM_VIEW+4 + +#define IDM_DIALOG 130 +#define IDM_CREATEFONT IDM_DIALOG+1 +#define IDM_TEXTMETRIC IDM_DIALOG+2 +#define IDM_ENUMFONTS IDM_DIALOG+3 +#define IDM_OUTLINEMETRICS IDM_DIALOG+4 #define IDM_HELP 140 -#define IDM_HELP_INDEX IDM_HELP+1 -#define IDM_HELP_KEYBOARD IDM_HELP+2 -#define IDM_HELP_USAGE IDM_HELP+3 -#define IDM_USAGE IDM_HELP+4 -#define IDM_ABOUT IDM_HELP+5 +#define IDM_HELP_CONTENTS IDM_HELP+1 +#define IDM_HELP_INDEX IDM_HELP+2 +#define IDM_HELP_OVERVIEW IDM_HELP+3 +#define IDM_HELP_GLOSSARY IDM_HELP+4 +#define IDM_HELP_TUTORIAL IDM_HELP+5 +#define IDM_HELP_DEMO IDM_HELP+6 +#define IDM_HELP_HELP IDM_HELP+7 +#define IDM_ABOUT IDM_HELP+8 #define ID_TOOLBAR 150 #define ID_CREATEPARAM ID_TOOLBAR+1 #define ID_CREATEVALUE ID_TOOLBAR+2 +#define ID_ZOOM ID_TOOLBAR+3 #define ID_STATUSBAR 160 #define ID_MENUFIELD ID_STATUSBAR+1