home *** CD-ROM | disk | FTP | other *** search
- /*
-
- Copyright (c) 1990-1997, Microsoft Corporation All rights reserved.
-
- Module Name:
-
- printdlg.h
-
- Abstract:
-
- This module contains the header information for the WinCE print dialog.
-
- Revision History:
-
- */
-
- #define IDC_PRINTER 1000
- #define IDC_PORT 1001
- #define IDC_PAPERSIZE 1002
- #define IDC_DRAFTMODE 1003
- #define IDC_RANGE_ALL 1004
- #define IDC_RANGE_SELECTION 1005
- #define IDC_PORTRAIT 1006
- #define IDC_LANDSCAPE 1007
- #define IDC_LEFT 1008
- #define IDC_TOP 1009
- #define IDC_RIGHT 1010
- #define IDC_BOTTOM 1011
- #define IDC_PRINTINCOLOR 1012
- #define IDC_MARGINSGROUPBOX 1013
- #define IDC_STATIC -1
-
- #define PRINTDLGTEMPLATE 100
-