1692 lines
73 KiB
Plaintext
1692 lines
73 KiB
Plaintext
//Microsoft Developer Studio generated resource script.
|
||
//
|
||
#include "resource.h"
|
||
|
||
#define APSTUDIO_READONLY_SYMBOLS
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Generated from the TEXTINCLUDE 2 resource.
|
||
//
|
||
#include "afxres.h"
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
#undef APSTUDIO_READONLY_SYMBOLS
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
// English (U.S.) resources
|
||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||
#ifdef _WIN32
|
||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||
#pragma code_page(1252)
|
||
#endif //_WIN32
|
||
|
||
#ifdef APSTUDIO_INVOKED
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// TEXTINCLUDE
|
||
//
|
||
|
||
1 TEXTINCLUDE DISCARDABLE
|
||
BEGIN
|
||
"resource.h\0"
|
||
END
|
||
|
||
2 TEXTINCLUDE DISCARDABLE
|
||
BEGIN
|
||
"#include ""afxres.h""\r\n"
|
||
"\0"
|
||
END
|
||
|
||
3 TEXTINCLUDE DISCARDABLE
|
||
BEGIN
|
||
"#define _AFX_NO_SPLITTER_RESOURCES\r\n"
|
||
"#define _AFX_NO_OLE_RESOURCES\r\n"
|
||
"#define _AFX_NO_TRACKER_RESOURCES\r\n"
|
||
"#define _AFX_NO_PROPERTY_RESOURCES\r\n"
|
||
"\r\n"
|
||
"#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
|
||
"#ifdef _WIN32\r\n"
|
||
"LANGUAGE 9, 1\r\n"
|
||
"#pragma code_page(1252)\r\n"
|
||
"#endif\r\n"
|
||
"#include ""res\\MiniDev.Rc2"" // non-Microsoft Visual C++ edited resources\r\n"
|
||
"#include ""afxres.rc"" // Standard components\r\n"
|
||
"#include ""afxprint.rc"" // printing/print preview resources\r\n"
|
||
"#endif\0"
|
||
END
|
||
|
||
#endif // APSTUDIO_INVOKED
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Icon
|
||
//
|
||
|
||
// Icon with lowest ID value placed first to ensure application icon
|
||
// remains consistent on all systems.
|
||
IDR_MAINFRAME ICON DISCARDABLE "res\\MiniDev.ico"
|
||
IDR_MINIWSTYPE ICON DISCARDABLE "res\\ProjRec.ico"
|
||
IDR_GLYPHMAP ICON DISCARDABLE "res\\GlyphMap.ico"
|
||
IDR_FONT_VIEWER ICON DISCARDABLE "res\\FontView.ico"
|
||
IDR_GPD_VIEWER ICON DISCARDABLE "res\\GPDView.ico"
|
||
IDI_BrowseArrow ICON DISCARDABLE "res\\Magnify.ico"
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Bitmap
|
||
//
|
||
|
||
IDR_MAINFRAME BITMAP MOVEABLE PURE "res\\Toolbar.bmp"
|
||
IDB_Wizard BITMAP DISCARDABLE "res\\Wizard.bmp"
|
||
IDB_LIGHTBULB BITMAP DISCARDABLE "res\\litebulb.bmp"
|
||
IDR_GPD_VIEWER BITMAP DISCARDABLE "res\\GPDView.bmp"
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Toolbar
|
||
//
|
||
|
||
IDR_MAINFRAME TOOLBAR DISCARDABLE 16, 15
|
||
BEGIN
|
||
BUTTON ID_FILE_NEW
|
||
BUTTON ID_FILE_OPEN
|
||
BUTTON ID_FILE_SAVE
|
||
SEPARATOR
|
||
BUTTON ID_EDIT_CUT
|
||
BUTTON ID_EDIT_COPY
|
||
BUTTON ID_EDIT_PASTE
|
||
SEPARATOR
|
||
BUTTON ID_FILE_PRINT
|
||
BUTTON ID_APP_ABOUT
|
||
BUTTON ID_CONTEXT_HELP
|
||
END
|
||
|
||
IDR_GPD_VIEWER TOOLBAR DISCARDABLE 16, 15
|
||
BEGIN
|
||
BUTTON ID_FILE_PARSE
|
||
END
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Menu
|
||
//
|
||
|
||
IDR_MAINFRAME MENU PRELOAD DISCARDABLE
|
||
BEGIN
|
||
POPUP "&File"
|
||
BEGIN
|
||
MENUITEM "&New\tCtrl+N", ID_FILE_NEW
|
||
MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "E&xit", ID_APP_EXIT
|
||
END
|
||
POPUP "&View"
|
||
BEGIN
|
||
MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
|
||
MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
|
||
END
|
||
POPUP "&Help"
|
||
BEGIN
|
||
MENUITEM "&Help Topics", ID_HELP_FINDER
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "&About the tool...", ID_APP_ABOUT
|
||
END
|
||
END
|
||
|
||
IDR_MINIWSTYPE MENU PRELOAD DISCARDABLE
|
||
BEGIN
|
||
POPUP "&File"
|
||
BEGIN
|
||
MENUITEM "&New\tCtrl+N", ID_FILE_NEW
|
||
MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
|
||
MENUITEM "&Close", ID_FILE_CLOSE
|
||
MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
|
||
MENUITEM "Save &As...", ID_FILE_SAVE_AS
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "Syntax Chec&k all GPDs\tF7", ID_FILE_PARSE
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "E&xit", ID_APP_EXIT
|
||
END
|
||
POPUP "&Edit"
|
||
BEGIN
|
||
MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
|
||
MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
|
||
MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
|
||
END
|
||
POPUP "&View"
|
||
BEGIN
|
||
MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
|
||
MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
|
||
END
|
||
POPUP "&Window"
|
||
BEGIN
|
||
MENUITEM "&Cascade", ID_WINDOW_CASCADE
|
||
MENUITEM "&Tile", ID_WINDOW_TILE_HORZ
|
||
MENUITEM "&Arrange Icons", ID_WINDOW_ARRANGE
|
||
END
|
||
POPUP "&Help"
|
||
BEGIN
|
||
MENUITEM "&Help Topics", ID_HELP_FINDER
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "&About the tool...", ID_APP_ABOUT
|
||
END
|
||
END
|
||
|
||
IDR_GLYPHMAP MENU DISCARDABLE
|
||
BEGIN
|
||
POPUP "&File"
|
||
BEGIN
|
||
MENUITEM "&New\tCtrl+N", ID_FILE_NEW
|
||
MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
|
||
MENUITEM "&Close", ID_FILE_CLOSE
|
||
MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
|
||
MENUITEM "Save &As...", ID_FILE_SAVE_AS
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "E&xit", ID_APP_EXIT
|
||
END
|
||
POPUP "&Edit"
|
||
BEGIN
|
||
MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
|
||
MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
|
||
MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
|
||
END
|
||
POPUP "&View"
|
||
BEGIN
|
||
MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
|
||
MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
|
||
END
|
||
POPUP "&Window"
|
||
BEGIN
|
||
MENUITEM "&Cascade", ID_WINDOW_CASCADE
|
||
MENUITEM "&Tile", ID_WINDOW_TILE_HORZ
|
||
MENUITEM "&Arrange Icons", ID_WINDOW_ARRANGE
|
||
END
|
||
POPUP "&Help"
|
||
BEGIN
|
||
MENUITEM "&Help Topics", ID_HELP_FINDER
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "&About the tool...", ID_APP_ABOUT
|
||
END
|
||
END
|
||
|
||
IDR_FONT_VIEWER MENU DISCARDABLE
|
||
BEGIN
|
||
POPUP "&File"
|
||
BEGIN
|
||
MENUITEM "&New\tCtrl+N", ID_FILE_NEW
|
||
MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
|
||
MENUITEM "&Close", ID_FILE_CLOSE
|
||
MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
|
||
MENUITEM "Save &As...", ID_FILE_SAVE_AS
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "E&xit", ID_APP_EXIT
|
||
END
|
||
POPUP "&Edit"
|
||
BEGIN
|
||
MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
|
||
MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
|
||
MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
|
||
END
|
||
POPUP "&View"
|
||
BEGIN
|
||
MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
|
||
MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
|
||
END
|
||
POPUP "&Window"
|
||
BEGIN
|
||
MENUITEM "&Cascade", ID_WINDOW_CASCADE
|
||
MENUITEM "&Tile", ID_WINDOW_TILE_HORZ
|
||
MENUITEM "&Arrange Icons", ID_WINDOW_ARRANGE
|
||
END
|
||
POPUP "&Help"
|
||
BEGIN
|
||
MENUITEM "&Help Topics", ID_HELP_FINDER
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "&About the tool...", ID_APP_ABOUT
|
||
END
|
||
END
|
||
|
||
IDR_GPD_VIEWER MENU DISCARDABLE
|
||
BEGIN
|
||
POPUP "&File"
|
||
BEGIN
|
||
MENUITEM "&New\tCtrl+N", ID_FILE_NEW
|
||
MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
|
||
MENUITEM "&Close", ID_FILE_CLOSE
|
||
MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
|
||
MENUITEM "Save &As...", ID_FILE_SAVE_AS
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "Syntax Chec&k\tF7", ID_FILE_PARSE
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "E&xit", ID_APP_EXIT
|
||
END
|
||
POPUP "&Edit"
|
||
BEGIN
|
||
MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
|
||
MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
|
||
MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "&Find...\tF3", ID_EDIT_FIND
|
||
MENUITEM "R&eplace", ID_EDIT_REPLACE
|
||
END
|
||
POPUP "&View"
|
||
BEGIN
|
||
MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
|
||
MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
|
||
END
|
||
POPUP "&Window"
|
||
BEGIN
|
||
MENUITEM "&Cascade", ID_WINDOW_CASCADE
|
||
MENUITEM "&Tile", ID_WINDOW_TILE_HORZ
|
||
MENUITEM "&Arrange Icons", ID_WINDOW_ARRANGE
|
||
END
|
||
POPUP "&Help"
|
||
BEGIN
|
||
MENUITEM "&Help Topics", ID_HELP_FINDER
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "&About the tool...", ID_APP_ABOUT
|
||
END
|
||
END
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Accelerator
|
||
//
|
||
|
||
IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE
|
||
BEGIN
|
||
"N", ID_FILE_NEW, VIRTKEY, CONTROL
|
||
"O", ID_FILE_OPEN, VIRTKEY, CONTROL
|
||
"S", ID_FILE_SAVE, VIRTKEY, CONTROL
|
||
"P", ID_FILE_PRINT, VIRTKEY, CONTROL
|
||
"Z", ID_EDIT_UNDO, VIRTKEY, CONTROL
|
||
"X", ID_EDIT_CUT, VIRTKEY, CONTROL
|
||
"C", ID_EDIT_COPY, VIRTKEY, CONTROL
|
||
"V", ID_EDIT_PASTE, VIRTKEY, CONTROL
|
||
VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT
|
||
VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT
|
||
VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL
|
||
VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT
|
||
VK_F6, ID_NEXT_PANE, VIRTKEY
|
||
VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT
|
||
VK_F1, ID_CONTEXT_HELP, VIRTKEY, SHIFT
|
||
VK_F1, ID_HELP, VIRTKEY
|
||
END
|
||
|
||
IDR_GPD_VIEWER ACCELERATORS DISCARDABLE
|
||
BEGIN
|
||
"C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
|
||
"N", ID_FILE_NEW, VIRTKEY, CONTROL, NOINVERT
|
||
"N", IDC_Next, VIRTKEY, ALT, NOINVERT
|
||
"O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
|
||
"P", ID_FILE_PRINT, VIRTKEY, CONTROL, NOINVERT
|
||
"P", IDC_Previous, VIRTKEY, ALT, NOINVERT
|
||
"S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT
|
||
"V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT
|
||
VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT
|
||
VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT
|
||
VK_F1, ID_HELP, VIRTKEY, NOINVERT
|
||
VK_F1, ID_CONTEXT_HELP, VIRTKEY, SHIFT, NOINVERT
|
||
VK_F3, ID_EDIT_FIND, VIRTKEY, NOINVERT
|
||
VK_F4, IDC_Next, VIRTKEY, NOINVERT
|
||
VK_F4, IDC_Previous, VIRTKEY, SHIFT, NOINVERT
|
||
VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT
|
||
VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT
|
||
VK_F7, ID_FILE_PARSE, VIRTKEY, NOINVERT
|
||
VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
|
||
VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT
|
||
"X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT
|
||
"X", IDC_RemoveError, VIRTKEY, ALT, NOINVERT
|
||
"Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT
|
||
END
|
||
|
||
IDR_MINIWSTYPE ACCELERATORS DISCARDABLE
|
||
BEGIN
|
||
"C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
|
||
"N", ID_FILE_NEW, VIRTKEY, CONTROL, NOINVERT
|
||
"O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
|
||
"P", ID_FILE_PRINT, VIRTKEY, CONTROL, NOINVERT
|
||
"S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT
|
||
"V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT
|
||
VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT
|
||
VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT
|
||
VK_F1, ID_HELP, VIRTKEY, NOINVERT
|
||
VK_F1, ID_CONTEXT_HELP, VIRTKEY, SHIFT, NOINVERT
|
||
VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT
|
||
VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT
|
||
VK_F7, ID_FILE_PARSE, VIRTKEY, NOINVERT
|
||
VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
|
||
VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT
|
||
"X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT
|
||
"Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT
|
||
END
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Dialog
|
||
//
|
||
|
||
IDD_ABOUTBOX DIALOGEX 0, 0, 275, 122
|
||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
EXSTYLE WS_EX_CONTEXTHELP
|
||
CAPTION "About the Minidriver Development Tool"
|
||
FONT 8, "MS Sans Serif", 0, 0, 0x1
|
||
BEGIN
|
||
ICON IDR_MINIWSTYPE,IDC_STATIC,7,7,20,20,SS_REALSIZEIMAGE |
|
||
SS_SUNKEN,WS_EX_DLGMODALFRAME | WS_EX_CLIENTEDGE |
|
||
WS_EX_STATICEDGE
|
||
LTEXT "Microsoft Minidriver Development Tool- Beta 1 Version",
|
||
IDC_STATIC,40,10,204,8,SS_NOPREFIX
|
||
LTEXT "Copyright <20> 1997 by Microsoft Corporation. All Rights Reserved.",
|
||
IDC_STATIC,40,23,204,8
|
||
DEFPUSHBUTTON "OK",IDOK,121,101,32,14,WS_GROUP
|
||
LTEXT "Static",IDC_PhysicalMemory,76,41,177,8
|
||
LTEXT "Static",IDC_FreeDiskSpace,76,54,177,8
|
||
LTEXT "Static",IDC_CodePages,76,67,177,8
|
||
ICON IDR_FONT_VIEWER,IDC_STATIC,7,34,20,20,SS_REALSIZEIMAGE |
|
||
SS_SUNKEN,WS_EX_DLGMODALFRAME | WS_EX_CLIENTEDGE |
|
||
WS_EX_STATICEDGE
|
||
LTEXT "&Installed Code Pages:",IDC_STATIC,10,89,70,8
|
||
COMBOBOX IDC_InstalledPages,7,102,112,54,CBS_DROPDOWNLIST |
|
||
CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
||
LTEXT "OS &Supported Code Pages:",IDC_STATIC,158,89,91,8
|
||
COMBOBOX IDC_SupportedPages,156,103,112,54,CBS_DROPDOWNLIST |
|
||
CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
||
ICON IDR_GLYPHMAP,IDC_STATIC,7,60,20,20,SS_REALSIZEIMAGE |
|
||
SS_SUNKEN,WS_EX_DLGMODALFRAME | WS_EX_CLIENTEDGE |
|
||
WS_EX_STATICEDGE
|
||
END
|
||
|
||
IDD_FirstPageNewWizard DIALOG DISCARDABLE 0, 0, 275, 175
|
||
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
|
||
CAPTION "Minidriver Conversion Wizard- Begin"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
LTEXT "To create a Windows NT minidriver using the Beta-1 version of the Minidriver Developement Tool, you must convert files for an existing Win16 minidriver (Windows 3.1 or Windows 9x).",
|
||
IDC_STATIC,91,7,177,35
|
||
LTEXT "Press the ""Next"" button to select the Win16 minidriver you want to convert.",
|
||
IDC_STATIC,91,132,177,18
|
||
CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
|
||
SS_SUNKEN,7,7,81,166
|
||
CONTROL "&Standard Conversion (Recommended)",NormalConversion,
|
||
"Button",BS_AUTORADIOBUTTON,98,89,136,10
|
||
CONTROL "&Custom Conversion",CustomConversion,"Button",
|
||
BS_AUTORADIOBUTTON | WS_DISABLED,98,108,136,10
|
||
LTEXT "To create a Windows NT 5.0 minidriver, select Standard Conversion. To create a Windows NT 3.x or 4.0 minidriver, or to specify other conversion options, select Custom Conversion.",
|
||
IDC_STATIC,91,45,177,42
|
||
END
|
||
|
||
IDD_NPWSelectDest DIALOG DISCARDABLE 0, 0, 275, 175
|
||
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
|
||
CAPTION "Minidriver Conversion Wizard- Select Destinations"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
LTEXT "Type a destination directory for each minidrver to be built.",
|
||
IDC_STATIC,91,7,177,31
|
||
LTEXT "Windows NT &5.0 Minidriver Files:",IDC_STATIC,91,51,97,
|
||
8
|
||
EDITTEXT IDC_NT50Destination,92,60,149,14,ES_AUTOHSCROLL
|
||
PUSHBUTTON "",IDC_BrowseNT50,243,57,25,20,BS_ICON | BS_NOTIFY
|
||
LTEXT "Windows NT &4.0 Minidriver Files:",IDC_STATIC,91,75,97,
|
||
8
|
||
EDITTEXT IDC_NT40Destination,92,84,149,14,ES_AUTOHSCROLL
|
||
PUSHBUTTON "",IDC_BrowseNT40,243,81,25,20,BS_ICON | BS_NOTIFY
|
||
LTEXT "Windows NT &3.x Minidriver Files:",IDC_STATIC,91,99,66,
|
||
8
|
||
EDITTEXT IDC_NT3xDestination,92,108,149,14,ES_AUTOHSCROLL
|
||
PUSHBUTTON "",IDC_BrowseNT3x,243,105,25,20,BS_ICON | BS_NOTIFY
|
||
LTEXT "Windows 95/3.1 Minidriver Files",IDC_STATIC,91,123,94,8
|
||
EDITTEXT IDC_Win95Destination,92,132,149,14,ES_READONLY | NOT
|
||
WS_BORDER
|
||
CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
|
||
SS_SUNKEN,7,7,18,20
|
||
END
|
||
|
||
IDD_NPWSelectTargets DIALOG DISCARDABLE 0, 0, 275, 175
|
||
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
|
||
CAPTION "Minidriver Conversion Wizard- Select Target Environments"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
LTEXT "The Conversion Wizard will create minidrivers for the Windows NT versions you select below.",
|
||
IDC_STATIC,91,25,177,23
|
||
LTEXT "Type the new minidriver's name. This name will be used to identify the minidriver's workspace and device fonts.",
|
||
IDC_STATIC,90,95,178,24
|
||
CONTROL "Windows NT version &4.0",IDC_TargetNT40,"Button",
|
||
BS_AUTOCHECKBOX,109,56,94,10
|
||
CONTROL "Windows NT version &3.1, 3.5, or 3.51",IDC_TargetNT3x,
|
||
"Button",BS_AUTOCHECKBOX,109,77,134,10
|
||
CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
|
||
SS_SUNKEN,7,7,81,140
|
||
LTEXT "Driver &Name:",IDC_STATIC,90,135,42,8
|
||
EDITTEXT IDC_DriverName,133,132,135,14,ES_AUTOHSCROLL
|
||
END
|
||
|
||
IDD_RunUniTool DIALOG DISCARDABLE 0, 0, 275, 175
|
||
STYLE WS_CHILD | WS_CAPTION | WS_SYSMENU
|
||
CAPTION "Minidriver Conversion Wizard- Run UniTool"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
|
||
SS_SUNKEN,7,7,18,20
|
||
LTEXT "At least one of the Windows NT versions you selected requires you to edit printer model and font data, using the Windows 3.1 UniTool.",
|
||
IDC_STATIC,94,7,168,31
|
||
LTEXT "Press this button to start the Windows 3.1 UniTool.",
|
||
IDC_STATIC,94,82,168,21
|
||
PUSHBUTTON "&Run UniTool",IDC_RunUniTool,129,62,85,14
|
||
END
|
||
|
||
IDD_ConvertFiles DIALOG DISCARDABLE 0, 0, 275, 175
|
||
STYLE WS_CHILD | WS_CAPTION
|
||
CAPTION "Minidriver Conversion Wizard- Convert Files"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
PUSHBUTTON "&Convert Files...",IDC_ConvertFiles,112,148,50,14,
|
||
WS_GROUP
|
||
GROUPBOX "GPC Display Name Conversion",IDC_STATIC,90,65,178,77,
|
||
WS_GROUP
|
||
CONTROL "&Write Strings into GPD file",IDC_Direct,"Button",
|
||
BS_AUTORADIOBUTTON | WS_TABSTOP,92,74,147,14
|
||
CONTROL "Use &Standard Macro Names",IDC_Macros,"Button",
|
||
BS_AUTORADIOBUTTON,92,90,157,14
|
||
CONTROL "&Use Predefined Stringtable IDs",IDC_Common,"Button",
|
||
BS_AUTORADIOBUTTON,92,106,115,14
|
||
CONTROL "&Predefined Bin Names, Paper Names from Spooler",
|
||
IDC_SpoolerNames,"Button",BS_AUTORADIOBUTTON,92,122,174,
|
||
14
|
||
CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
|
||
SS_SUNKEN,7,7,18,20
|
||
LTEXT "It is now time to create minidriver files for each operating system you selected.",
|
||
IDC_STATIC,90,7,178,21
|
||
LTEXT "Select a GPD conversion option and press ENTER.",
|
||
IDC_STATIC,90,40,178,11
|
||
END
|
||
|
||
IDD_GPCEditor DIALOG DISCARDABLE 0, 0, 275, 175
|
||
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
||
CAPTION "Minidriver Conversion Wizard- Generate NT.GPC File(s)"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
|
||
SS_SUNKEN,7,7,18,20
|
||
LTEXT "To finish creating Windows NT 3.x and 4.0 minidrivers, you must now run a program that creates a GPC file.",
|
||
IDC_STATIC,91,7,177,27
|
||
DEFPUSHBUTTON "&Windows NT GPC Editor...",IDC_RunNtGpcEdit,108,89,89,
|
||
14
|
||
END
|
||
|
||
IDD_ProjectForm DIALOGEX 0, 0, 186, 158
|
||
STYLE WS_CHILD
|
||
FONT 8, "MS Sans Serif", 0, 0, 0x1
|
||
BEGIN
|
||
CONTROL "Tree1",IDC_DriverView,"SysTreeView32",TVS_HASBUTTONS |
|
||
TVS_HASLINES | TVS_LINESATROOT | TVS_EDITLABELS |
|
||
TVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,54,172,97
|
||
ICON IDR_MINIWSTYPE,IDC_STATIC,7,7,18,20,SS_REALSIZEIMAGE |
|
||
SS_SUNKEN,WS_EX_DLGMODALFRAME | WS_EX_CLIENTEDGE |
|
||
WS_EX_STATICEDGE
|
||
LTEXT "Minidriver Workspace Component View\n\nDouble-click a component to open it.\nRight-click to view a context menu.",
|
||
IDC_STATIC,37,7,142,44,SS_SUNKEN
|
||
END
|
||
|
||
IDD_GlyphMappings DIALOG DISCARDABLE 0, 0, 300, 125
|
||
STYLE WS_CHILD | WS_CAPTION
|
||
CAPTION "Code Points and Encodings"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
CONTROL "List1",IDC_GlyphMapping,"SysListView32",LVS_REPORT |
|
||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_EDITLABELS |
|
||
WS_BORDER | WS_TABSTOP,7,48,286,70
|
||
LTEXT "The Glyph Translation Table contains the code points listed below.\nTo add, delete, or modify a code point, right-click on it.",
|
||
IDC_STATIC,42,7,251,23,SS_SUNKEN
|
||
ICON IDR_GLYPHMAP,IDC_STATIC,7,7,20,20,SS_REALSIZEIMAGE |
|
||
SS_SUNKEN
|
||
CONTROL "Progress1",IDC_Banner,"msctls_progress32",0x0,7,34,286,
|
||
14
|
||
END
|
||
|
||
IDD_NPWCodePageSelection DIALOG DISCARDABLE 0, 0, 275, 175
|
||
STYLE WS_CHILD | WS_CAPTION
|
||
CAPTION "Minidriver Conversion Wizard- Code Page Selection"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
LTEXT "All Windows NT drivers use Unicode for glyph mapping, while the CTT files in your source driver use an SBCS code page.",
|
||
IDC_STATIC,91,10,177,27
|
||
LTEXT "The list below shows the code page assigned to each glyph translation table. To assign a different code page to a table, select the table and press Change Page.",
|
||
IDC_STATIC,91,41,178,25
|
||
CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
|
||
SS_SUNKEN,7,7,32,20
|
||
LTEXT "Table -> Code Page",IDC_STATIC,91,78,92,8
|
||
LISTBOX IDC_TableToPage,91,90,177,60,LBS_SORT |
|
||
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|
||
PUSHBUTTON "&Change Page...",IDC_ChangeCodePage,111,153,54,14
|
||
END
|
||
|
||
IDD_SelectPage DIALOGEX 0, 0, 225, 109
|
||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
EXSTYLE WS_EX_CONTEXTHELP
|
||
CAPTION "Select the code page for"
|
||
FONT 8, "MS Sans Serif", 0, 0, 0x1
|
||
BEGIN
|
||
LISTBOX IDC_SupportedPages,7,34,211,50,LBS_SORT |
|
||
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|
||
DEFPUSHBUTTON "OK",IDOK,54,88,50,14
|
||
PUSHBUTTON "Cancel",IDCANCEL,120,88,50,14
|
||
ICON IDR_GLYPHMAP,IDC_STATIC,7,7,20,20,SS_REALSIZEIMAGE |
|
||
SS_SUNKEN,WS_EX_DLGMODALFRAME | WS_EX_CLIENTEDGE |
|
||
WS_EX_STATICEDGE
|
||
CTEXT "Select a code page from the list below.",IDC_STATIC,38,
|
||
7,180,26,SS_CENTERIMAGE | SS_SUNKEN
|
||
END
|
||
|
||
IDD_CodePageView DIALOG DISCARDABLE 0, 0, 300, 125
|
||
STYLE WS_CHILD | WS_CAPTION
|
||
CAPTION "Code Pages Used"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
LTEXT "&Select:",IDC_STATIC,37,26,23,8
|
||
EDITTEXT IDC_SelectString,65,23,94,14,ES_AUTOHSCROLL
|
||
LTEXT "&Deselect:",IDC_STATIC,167,26,31,8
|
||
EDITTEXT IDC_DeselectString,199,23,94,14,ES_AUTOHSCROLL
|
||
LTEXT "&Code Pages:",IDC_STATIC,7,39,42,8
|
||
LISTBOX IDC_CodePageList,7,48,286,53,LBS_SORT |
|
||
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|
||
PUSHBUTTON "&Add Page...",IDC_AddPage,92,104,50,14
|
||
PUSHBUTTON "&Remove Page",IDC_RemovePage,158,104,50,14
|
||
LTEXT "Page:",IDC_STATIC,37,10,20,8
|
||
EDITTEXT IDC_CurrentPage,65,7,228,14,ES_READONLY | ES_NUMBER |
|
||
NOT WS_TABSTOP
|
||
ICON IDR_GLYPHMAP,IDC_STATIC,7,7,20,20,SS_REALSIZEIMAGE |
|
||
SS_SUNKEN
|
||
END
|
||
|
||
IDD_PredefinedPage DIALOG DISCARDABLE 0, 0, 300, 125
|
||
STYLE WS_CHILD | WS_CAPTION
|
||
CAPTION "Predefined Tables"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
ICON IDR_GLYPHMAP,IDC_STATIC,7,7,20,20,SS_SUNKEN
|
||
LTEXT "Select a predefined translation table from the set below, or ""No Predefined table used"". Changing this setting will cause new code points to appear on the ""Code Points and Encodings"" tab.",
|
||
IDC_STATIC,34,7,259,27,SS_SUNKEN
|
||
LTEXT "&Predefined Maps",IDC_STATIC,114,37,54,8
|
||
LISTBOX IDC_PredefinedList,112,47,181,71,LBS_SORT |
|
||
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|
||
GROUPBOX "Overstrike usage",IDC_STATIC,5,40,100,78
|
||
LTEXT "Check the box below if some characters are produced by overstriking.",
|
||
IDC_STATIC,7,54,91,29
|
||
CONTROL "Overstrike used",IDC_Overstrike,"Button",
|
||
BS_AUTOCHECKBOX | WS_TABSTOP,11,85,65,10
|
||
END
|
||
|
||
IDD_AddCodePoints DIALOGEX 0, 0, 186, 167
|
||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
EXSTYLE WS_EX_ACCEPTFILES | WS_EX_CONTEXTHELP
|
||
CAPTION "Add code points:"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
CONTROL "&Unused Code Points:",IDC_STATIC,"Static",
|
||
SS_LEFTNOWORDWRAP | WS_GROUP,7,44,68,8
|
||
LISTBOX IDC_GlyphList,7,60,172,80,LBS_SORT |
|
||
LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
|
||
WS_TABSTOP
|
||
DEFPUSHBUTTON "OK",IDOK,35,146,50,14
|
||
PUSHBUTTON "Cancel",IDCANCEL,101,146,50,14
|
||
ICON IDR_GLYPHMAP,IDC_STATIC,7,7,20,20,SS_REALSIZEIMAGE |
|
||
SS_SUNKEN,WS_EX_DLGMODALFRAME | WS_EX_CLIENTEDGE |
|
||
WS_EX_STATICEDGE
|
||
LTEXT "Each unused code point, along with its default code page, is listed below. To add one or more of these code points to the glyph translation table, select them and press OK.",
|
||
IDC_STATIC,38,7,141,35,SS_SUNKEN
|
||
CONTROL "Progress1",IDC_Banner,"msctls_progress32",WS_BORDER,7,
|
||
43,172,14
|
||
END
|
||
|
||
IDD_TIP DIALOG DISCARDABLE 0, 0, 231, 164
|
||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
CAPTION "Today's Development Tip"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
CONTROL "",-1,"Static",SS_BLACKFRAME,12,11,207,123
|
||
LTEXT "Some String",IDC_TIPSTRING,28,63,177,60
|
||
CONTROL "&Show Tips on StartUp",IDC_STARTUP,"Button",
|
||
BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,13,146,85,10
|
||
PUSHBUTTON "&Next Tip",IDC_NEXTTIP,109,143,50,14,WS_GROUP
|
||
DEFPUSHBUTTON "&Close",IDOK,168,143,50,14,WS_GROUP
|
||
CONTROL "",IDC_BULB,"Static",SS_BITMAP,20,17,190,111
|
||
END
|
||
|
||
IDD_FontGeneralPage DIALOG DISCARDABLE 0, 0, 200, 185
|
||
STYLE WS_CHILD | WS_CAPTION
|
||
CAPTION "General Information"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
LTEXT "&Family:",IDC_STATIC,33,11,22,8
|
||
COMBOBOX IDC_FamilyNames,64,9,129,30,CBS_DROPDOWN | CBS_SORT |
|
||
WS_VSCROLL | WS_TABSTOP
|
||
PUSHBUTTON "A&dd this name!",IDC_AddFamily,53,28,66,14
|
||
PUSHBUTTON "&Remove this name!",IDC_RemoveFamily,127,28,66,14
|
||
LTEXT "F&ace:",IDC_STATIC,33,54,19,8
|
||
EDITTEXT IDC_FaceName,64,51,129,14,ES_AUTOHSCROLL
|
||
LTEXT "&Style:",IDC_STATIC,34,70,18,8
|
||
EDITTEXT IDC_StyleName,64,67,129,14,ES_AUTOHSCROLL
|
||
LTEXT "&Unique:",IDC_STATIC,34,86,26,8
|
||
EDITTEXT IDC_UniqueName,64,83,129,14,ES_AUTOHSCROLL
|
||
CONTROL "Ita&lic",IDC_Italic,"Button",BS_AUTOCHECKBOX |
|
||
WS_TABSTOP,10,127,31,10
|
||
GROUPBOX "Character Style",IDC_STATIC,7,110,63,68
|
||
CONTROL "&Underline",IDC_Underline,"Button",BS_AUTOCHECKBOX |
|
||
WS_TABSTOP,10,146,46,10
|
||
CONTROL "Stri&keout",IDC_StrikeOut,"Button",BS_AUTOCHECKBOX |
|
||
WS_TABSTOP,10,165,44,10
|
||
GROUPBOX "Names",IDC_STATIC,31,3,162,100
|
||
ICON IDR_FONT_VIEWER,IDC_STATIC,7,7,20,20,SS_REALSIZEIMAGE |
|
||
SS_SUNKEN
|
||
CONTROL "All &characters are same width",IDC_FixedPitch,"Button",
|
||
BS_AUTORADIOBUTTON,76,127,108,10
|
||
CONTROL "Character widths &vary",IDC_VariablePitch,"Button",
|
||
BS_AUTORADIOBUTTON,76,142,84,10
|
||
GROUPBOX "Character Width / Pitch",IDC_STATIC,69,110,124,45
|
||
CONTROL "&Printer can scale the font",IDC_Scalable,"Button",
|
||
BS_AUTOCHECKBOX | WS_TABSTOP,76,163,95,10
|
||
END
|
||
|
||
IDD_FontMetrics DIALOG DISCARDABLE 0, 0, 201, 185
|
||
STYLE WS_CHILD | WS_CAPTION
|
||
CAPTION "Metrics (General)"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
LTEXT "&Family:",IDC_STATIC,29,7,22,8
|
||
COMBOBOX IDC_FamilyBits,29,19,97,78,CBS_DROPDOWNLIST | WS_VSCROLL |
|
||
WS_TABSTOP
|
||
LTEXT "&Character Set:",IDC_STATIC,7,41,46,8
|
||
COMBOBOX IDC_CharSet,53,39,73,71,CBS_DROPDOWNLIST | WS_VSCROLL |
|
||
WS_TABSTOP
|
||
LTEXT "&Weight:",IDC_STATIC,7,62,26,8
|
||
EDITTEXT IDC_FontWeight,37,59,22,14,ES_AUTOHSCROLL | ES_NUMBER
|
||
LTEXT "&Height",IDC_STATIC,7,80,22,8
|
||
EDITTEXT IDC_FontHeight,37,77,22,14,ES_AUTOHSCROLL
|
||
LTEXT "Wi&dth:",IDC_STATIC,7,98,19,8
|
||
EDITTEXT IDC_FontWidth,37,95,22,14,ES_AUTOHSCROLL
|
||
LTEXT "First:",IDC_STATIC,66,66,16,8
|
||
EDITTEXT IDC_FirstCharacter,93,63,25,14,ES_AUTOHSCROLL |
|
||
ES_READONLY | NOT WS_TABSTOP
|
||
LTEXT "Last:",IDC_STATIC,66,81,16,8
|
||
EDITTEXT IDC_LastCharacter,93,78,25,14,ES_AUTOHSCROLL |
|
||
ES_READONLY | NOT WS_TABSTOP
|
||
LTEXT "D&efault:",IDC_STATIC,66,97,26,8
|
||
EDITTEXT IDC_DefaultCharacter,93,94,25,14,ES_AUTOHSCROLL
|
||
LTEXT "&Break:",IDC_STATIC,66,112,22,8
|
||
EDITTEXT IDC_BreakCharacter,93,109,25,14,ES_AUTOHSCROLL
|
||
CONTROL "&SBCS shown",IDC_ShowANSI,"Button",BS_AUTORADIOBUTTON,
|
||
126,99,57,10
|
||
CONTROL "&Unicode shown",IDC_UnicodeShown,"Button",
|
||
BS_AUTORADIOBUTTON,126,118,65,10
|
||
LTEXT "&Metric:",IDC_STATIC,12,146,22,8
|
||
COMBOBOX IDC_SpecialMetric,7,157,109,78,CBS_DROPDOWNLIST |
|
||
CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
||
LTEXT "&Value:",IDC_STATIC,127,146,21,8
|
||
EDITTEXT IDC_FontSpecialValue,122,156,40,14,ES_AUTOHSCROLL |
|
||
ES_NUMBER
|
||
CONTROL "Spin1",IDC_SpinFontSpecial,"msctls_updown32",
|
||
UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
|
||
UDS_ARROWKEYS | UDS_NOTHOUSANDS,164,155,10,14
|
||
ICON IDR_FONT_VIEWER,IDC_STATIC,7,7,20,20,SS_SUNKEN
|
||
LTEXT "",IDC_FontAnimation,128,7,66,88,SS_SUNKEN | NOT
|
||
WS_GROUP
|
||
GROUPBOX "Special / Advanced Values",IDC_STATIC,7,137,187,41
|
||
GROUPBOX "Characters",IDC_STATIC,64,54,59,77
|
||
LTEXT "Static",IDC_AverageWidth,7,114,51,8
|
||
END
|
||
|
||
IDD_GPDErrors DIALOG DISCARDABLE 0, 0, 346, 39
|
||
STYLE WS_CHILD
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
CONTROL "",IDC_Errors,"RICHEDIT",ES_MULTILINE | ES_AUTOVSCROLL |
|
||
ES_AUTOHSCROLL | ES_NOHIDESEL | ES_READONLY | WS_BORDER |
|
||
WS_VSCROLL | WS_HSCROLL | WS_TABSTOP,94,0,252,38
|
||
PUSHBUTTON "Fi&xed!",IDC_RemoveError,67,12,24,14
|
||
PUSHBUTTON "&Previous",IDC_Previous,7,12,32,14
|
||
PUSHBUTTON "&Next",IDC_Next,41,12,24,14
|
||
END
|
||
|
||
IDD_FontScaling DIALOG DISCARDABLE 0, 0, 200, 186
|
||
STYLE WS_CHILD | WS_CAPTION
|
||
CAPTION "Scalability Metrics"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
ICON IDR_FONT_VIEWER,IDC_STATIC,7,7,20,20,SS_SUNKEN
|
||
LTEXT "&Master Units",IDC_STATIC,88,20,89,8
|
||
EDITTEXT IDC_MasterDevice,39,17,40,14,ES_AUTOHSCROLL | ES_NUMBER
|
||
LTEXT "Font Units",IDC_STATIC,88,37,35,8
|
||
EDITTEXT IDC_MasterFont,39,34,40,14,ES_AUTOHSCROLL | ES_READONLY |
|
||
ES_NUMBER | NOT WS_TABSTOP
|
||
GROUPBOX "Orientation",IDC_STATIC,31,87,117,29
|
||
CONTROL "&Portrait",IDC_PortraitFont,"Button",BS_AUTOCHECKBOX |
|
||
WS_TABSTOP,35,98,51,10
|
||
CONTROL "&Landscape",IDC_LandscapeFont,"Button",BS_AUTOCHECKBOX |
|
||
WS_TABSTOP,93,98,51,10
|
||
GROUPBOX "Scaling Range",IDC_STATIC,7,121,186,33
|
||
LTEXT "Mi&nimum:",IDC_STATIC,10,134,30,8
|
||
EDITTEXT IDC_MinimumScale,46,131,18,14,ES_AUTOHSCROLL | ES_NUMBER
|
||
LTEXT "Ma&ximum:",IDC_STATIC,70,134,32,8
|
||
EDITTEXT IDC_MaximumScale,105,131,18,14,ES_AUTOHSCROLL |
|
||
ES_NUMBER
|
||
CONTROL "P&oints",IDC_ScalePoints,"Button",BS_AUTORADIOBUTTON,
|
||
126,129,35,10
|
||
CONTROL "&Device Units",IDC_ScaleDevice,"Button",
|
||
BS_AUTORADIOBUTTON,126,142,57,10
|
||
GROUPBOX "Unscaled Font Em Height",IDC_STATIC,31,7,162,79
|
||
LTEXT "Enter the Em height in printer's master units, for the unscaled font size. (The size in font units is shown.)",
|
||
IDC_STATIC,35,52,156,28
|
||
END
|
||
|
||
IDD_KerningPairs DIALOG DISCARDABLE 0, 0, 200, 186
|
||
STYLE WS_CHILD | WS_CAPTION
|
||
CAPTION "Kerning Pairs"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
LTEXT "To add, delete, or modify kerning pairs, right-click inside the list.",
|
||
IDC_STATIC,37,7,156,21
|
||
ICON IDR_FONT_VIEWER,IDC_STATIC,7,7,20,20,SS_SUNKEN
|
||
CONTROL "List1",IDC_KerningTree,"SysListView32",LVS_REPORT |
|
||
LVS_EDITLABELS | WS_BORDER | WS_TABSTOP,7,30,186,149
|
||
END
|
||
|
||
IDD_CharacterWidths DIALOG DISCARDABLE 0, 0, 200, 186
|
||
STYLE WS_CHILD | WS_CAPTION
|
||
CAPTION "Character Widths"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
LTEXT "To change a character width, select it and press F2.",
|
||
IDC_STATIC,37,7,156,21
|
||
ICON IDR_FONT_VIEWER,IDC_STATIC,7,7,20,20,SS_SUNKEN
|
||
CONTROL "List1",IDC_CharacterWidths,"SysListView32",LVS_REPORT |
|
||
LVS_SINGLESEL | LVS_EDITLABELS | WS_BORDER | WS_TABSTOP,
|
||
7,36,186,143
|
||
END
|
||
|
||
IDD_FontSimulations DIALOG DISCARDABLE 0, 0, 200, 186
|
||
STYLE WS_CHILD | WS_CAPTION
|
||
CAPTION "Simulations"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
CONTROL "&Enabled",IDC_EnableItalicSim,"Button",BS_AUTOCHECKBOX |
|
||
BS_LEFTTEXT | WS_TABSTOP,14,44,42,10
|
||
LTEXT "&Weight:",IDC_STATIC,95,44,26,8
|
||
EDITTEXT IDC_ItalicWeight,127,41,19,14,ES_AUTOHSCROLL | ES_NUMBER
|
||
LTEXT "&Maximum Width:",IDC_STATIC,14,62,53,8
|
||
EDITTEXT IDC_IMaxWidth,70,58,19,14,ES_AUTOHSCROLL | ES_NUMBER
|
||
LTEXT "&Average:",IDC_STATIC,95,62,30,8
|
||
EDITTEXT IDC_IAverage,127,58,19,14,ES_AUTOHSCROLL | ES_NUMBER
|
||
LTEXT "&Slant:",IDC_STATIC,156,44,19,8
|
||
EDITTEXT IDC_ItalicSlant,156,58,30,14,ES_AUTOHSCROLL | ES_NUMBER
|
||
CONTROL "E&nabled",IDC_EnableBoldSim,"Button",BS_AUTOCHECKBOX |
|
||
BS_LEFTTEXT | WS_TABSTOP,14,94,42,10
|
||
LTEXT "We&ight:",IDC_STATIC,95,94,26,8
|
||
EDITTEXT IDC_BoldWeight,127,90,19,14,ES_AUTOHSCROLL | ES_NUMBER
|
||
LTEXT "Ma&ximum Width:",IDC_STATIC,14,111,53,8
|
||
EDITTEXT IDC_BMaxWidth,70,108,19,14,ES_AUTOHSCROLL | ES_NUMBER
|
||
LTEXT "A&verage:",IDC_STATIC,95,111,30,8
|
||
EDITTEXT IDC_BAverage,127,108,19,14,ES_AUTOHSCROLL | ES_NUMBER
|
||
CONTROL "Ena&bled",IDC_EnableBISim,"Button",BS_AUTOCHECKBOX |
|
||
BS_LEFTTEXT | WS_TABSTOP,14,145,42,10
|
||
LTEXT "Wei&ght:",IDC_STATIC,95,145,26,8
|
||
EDITTEXT IDC_BIWeight,127,142,19,14,ES_AUTOHSCROLL | ES_NUMBER
|
||
LTEXT "Maxim&um Width:",IDC_STATIC,14,161,53,8
|
||
EDITTEXT IDC_BIMaxWidth,70,158,19,14,ES_AUTOHSCROLL | ES_NUMBER
|
||
LTEXT "Ave&rage:",IDC_STATIC,95,161,30,8
|
||
EDITTEXT IDC_BIAverage,127,158,19,14,ES_AUTOHSCROLL | ES_NUMBER
|
||
LTEXT "Slan&t:",IDC_STATIC,156,145,19,8
|
||
EDITTEXT IDC_BoldItalicSlant,156,158,30,14,ES_AUTOHSCROLL |
|
||
ES_NUMBER
|
||
ICON IDR_FONT_VIEWER,IDC_STATIC,7,7,20,20,SS_SUNKEN
|
||
GROUPBOX "Italic Simulation",IDC_STATIC,7,33,186,46
|
||
GROUPBOX "Bold Simulation",IDC_STATIC,7,82,186,46
|
||
GROUPBOX "Bold Italic Simulation",IDC_STATIC,7,134,186,46
|
||
LTEXT "Enable the font simulations the printer can perform, and specify how the simulated font differs from the normal version.",
|
||
IDC_STATIC,34,7,159,24
|
||
END
|
||
|
||
IDD_FontSelection DIALOG DISCARDABLE 0, 0, 200, 186
|
||
STYLE WS_CHILD | WS_CAPTION
|
||
CAPTION "Selection and Flags"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
ICON IDR_FONT_VIEWER,IDC_STATIC,7,7,20,20,SS_SUNKEN
|
||
LTEXT "&Selection Command:",IDC_STATIC,7,46,66,8
|
||
EDITTEXT IDC_FontSelector,7,61,186,14,ES_AUTOHSCROLL
|
||
LTEXT "&Deselection Command:",IDC_STATIC,9,83,74,8
|
||
EDITTEXT IDC_FontUnselector,7,98,186,14,ES_AUTOHSCROLL
|
||
LTEXT "Type the command strings (if needed) that must be sent to the printer to select and deselect this font.\n\nUse C-language string literal format.",
|
||
IDC_STATIC,33,7,160,37
|
||
GROUPBOX "Simulation Flags",IDC_STATIC,7,116,186,42
|
||
CONTROL "&Underline",IDC_CanUnderline,"Button",BS_AUTOCHECKBOX |
|
||
WS_TABSTOP,12,127,46,10
|
||
CONTROL "S&trike Out",IDC_StrikeThru,"Button",BS_AUTOCHECKBOX |
|
||
WS_TABSTOP,12,144,47,10
|
||
CONTROL "&Bold",IDC_BoldSim,"Button",BS_AUTOCHECKBOX |
|
||
WS_TABSTOP,108,127,30,10
|
||
CONTROL "&Italic",IDC_ItalicSim,"Button",BS_AUTOCHECKBOX |
|
||
WS_TABSTOP,108,144,31,10
|
||
CONTROL "Use &CR at end of line",IDC_CROK,"Button",
|
||
BS_AUTOCHECKBOX | WS_TABSTOP,12,162,83,10
|
||
CONTROL "Bac&kspace is OK",IDC_Backspace,"Button",
|
||
BS_AUTOCHECKBOX | WS_TABSTOP,108,162,71,10
|
||
END
|
||
|
||
IDD_FontGeneralPage2 DIALOG DISCARDABLE 0, 0, 200, 186
|
||
STYLE WS_CHILD | WS_CAPTION
|
||
CAPTION "General Information (2)"
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
ICON IDR_FONT_VIEWER,IDC_STATIC,7,7,20,20,SS_REALSIZEIMAGE |
|
||
SS_SUNKEN
|
||
LTEXT "Font &Location:",IDC_STATIC,31,9,46,8
|
||
COMBOBOX IDC_FontLocation,77,7,116,70,CBS_DROPDOWNLIST |
|
||
WS_VSCROLL | WS_TABSTOP
|
||
LTEXT "&Technology:",IDC_STATIC,7,28,40,8
|
||
COMBOBOX IDC_FontTechnology,50,26,143,69,CBS_DROPDOWNLIST |
|
||
WS_VSCROLL | WS_TABSTOP
|
||
LTEXT "&Vertical Resolution:",IDC_STATIC,7,48,62,8
|
||
EDITTEXT IDC_VerticalResolution,85,45,40,14,ES_AUTOHSCROLL |
|
||
ES_NUMBER
|
||
LTEXT "&Horizontal Resolution:",IDC_STATIC,7,69,70,8
|
||
EDITTEXT IDC_HorizontalResolution,85,66,40,14,ES_AUTOHSCROLL
|
||
GROUPBOX "Baseline Adjustments",IDC_STATIC,7,84,186,26
|
||
LTEXT "&Before:",IDC_STATIC,9,97,24,8
|
||
EDITTEXT IDC_PreAdjustY,39,94,40,14,ES_AUTOHSCROLL | ES_NUMBER
|
||
LTEXT "&After:",IDC_STATIC,96,97,18,8
|
||
EDITTEXT IDC_PostAdjustY,125,94,40,14,ES_AUTOHSCROLL | ES_NUMBER
|
||
LTEXT "&Centering Adjustment:",IDC_STATIC,9,120,70,8
|
||
EDITTEXT IDC_CenteringAdjustment,87,117,40,14,ES_AUTOHSCROLL |
|
||
ES_NUMBER
|
||
LTEXT "&Private Data:",IDC_STATIC,9,141,42,8
|
||
EDITTEXT IDC_PrivateData,87,138,40,14,ES_AUTOHSCROLL
|
||
LTEXT "Translation Table:",IDC_STATIC,7,158,58,8
|
||
EDITTEXT IDC_GTTDescription,76,158,117,14,ES_READONLY | NOT
|
||
WS_BORDER | NOT WS_TABSTOP
|
||
END
|
||
|
||
IDD_AddKernPair DIALOGEX 0, 0, 186, 141
|
||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
EXSTYLE WS_EX_CONTEXTHELP
|
||
CAPTION "Add a kerning pair"
|
||
FONT 8, "MS Sans Serif", 0, 0, 0x1
|
||
BEGIN
|
||
LTEXT "&First:",IDC_STATIC,52,23,16,8
|
||
COMBOBOX IDC_KernFirst,48,34,48,98,CBS_DROPDOWNLIST | WS_VSCROLL |
|
||
WS_TABSTOP
|
||
LTEXT "&Second:",IDC_STATIC,119,23,28,8
|
||
COMBOBOX IDC_KernSecond,115,34,48,98,CBS_DROPDOWNLIST |
|
||
WS_VSCROLL | WS_TABSTOP
|
||
LTEXT "&Kern Amount (in font units):",IDC_STATIC,49,75,86,8
|
||
EDITTEXT IDC_KernAmount,55,94,40,14,ES_AUTOHSCROLL
|
||
DEFPUSHBUTTON "OK",IDOK,35,115,50,14
|
||
PUSHBUTTON "Cancel",IDCANCEL,101,115,50,14
|
||
ICON IDR_FONT_VIEWER,IDC_STATIC,7,7,20,20,SS_SUNKEN,
|
||
WS_EX_DLGMODALFRAME | WS_EX_CLIENTEDGE |
|
||
WS_EX_STATICEDGE
|
||
GROUPBOX "Characters in the Pair",IDC_STATIC,38,7,141,57
|
||
END
|
||
|
||
|
||
#ifndef _MAC
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Version
|
||
//
|
||
|
||
VS_VERSION_INFO VERSIONINFO
|
||
FILEVERSION 1,0,0,1
|
||
PRODUCTVERSION 1,0,0,1
|
||
FILEFLAGSMASK 0x3fL
|
||
#ifdef _DEBUG
|
||
FILEFLAGS 0x1L
|
||
#else
|
||
FILEFLAGS 0x0L
|
||
#endif
|
||
FILEOS 0x4L
|
||
FILETYPE 0x1L
|
||
FILESUBTYPE 0x0L
|
||
BEGIN
|
||
BLOCK "StringFileInfo"
|
||
BEGIN
|
||
BLOCK "040904b0"
|
||
BEGIN
|
||
VALUE "CompanyName", "Microsoft Corporation\0"
|
||
VALUE "FileDescription", "Minidriver Development Tool\0"
|
||
VALUE "FileVersion", "1, 0, 0, 1\0"
|
||
VALUE "InternalName", "Minidriver Developmetn Tool\0"
|
||
VALUE "LegalCopyright", "Copyright <20> 1997 by Microsoft Corporation. All Rights Reserved.\0"
|
||
VALUE "OriginalFilename", "MiniDev.Exe\0"
|
||
VALUE "ProductName", "Minidriver Development Tool\0"
|
||
VALUE "ProductVersion", "1, 0, 0, 1\0"
|
||
END
|
||
END
|
||
BLOCK "VarFileInfo"
|
||
BEGIN
|
||
VALUE "Translation", 0x409, 1200
|
||
END
|
||
END
|
||
|
||
#endif // !_MAC
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// DESIGNINFO
|
||
//
|
||
|
||
#ifdef APSTUDIO_INVOKED
|
||
GUIDELINES DESIGNINFO DISCARDABLE
|
||
BEGIN
|
||
IDD_ABOUTBOX, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 268
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 115
|
||
END
|
||
|
||
IDD_FirstPageNewWizard, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 268
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 168
|
||
END
|
||
|
||
IDD_NPWSelectDest, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 268
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 168
|
||
END
|
||
|
||
IDD_NPWSelectTargets, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 268
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 168
|
||
END
|
||
|
||
IDD_RunUniTool, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 268
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 168
|
||
END
|
||
|
||
IDD_ConvertFiles, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 268
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 168
|
||
END
|
||
|
||
IDD_GPCEditor, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 268
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 168
|
||
END
|
||
|
||
IDD_ProjectForm, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 179
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 151
|
||
END
|
||
|
||
IDD_GlyphMappings, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 293
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 118
|
||
END
|
||
|
||
IDD_NPWCodePageSelection, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 268
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 168
|
||
END
|
||
|
||
IDD_SelectPage, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 218
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 102
|
||
END
|
||
|
||
IDD_CodePageView, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 293
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 118
|
||
END
|
||
|
||
IDD_PredefinedPage, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 293
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 118
|
||
END
|
||
|
||
IDD_AddCodePoints, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 179
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 160
|
||
END
|
||
|
||
IDD_TIP, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 224
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 157
|
||
END
|
||
|
||
IDD_FontGeneralPage, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 193
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 178
|
||
END
|
||
|
||
IDD_FontMetrics, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 194
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 178
|
||
END
|
||
|
||
IDD_GPDErrors, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
BOTTOMMARGIN, 38
|
||
END
|
||
|
||
IDD_FontScaling, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 193
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 179
|
||
END
|
||
|
||
IDD_KerningPairs, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 193
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 179
|
||
END
|
||
|
||
IDD_CharacterWidths, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 193
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 179
|
||
END
|
||
|
||
IDD_FontSimulations, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 193
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 179
|
||
END
|
||
|
||
IDD_FontSelection, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 193
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 179
|
||
END
|
||
|
||
IDD_FontGeneralPage2, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 193
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 179
|
||
END
|
||
|
||
IDD_AddKernPair, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 179
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 134
|
||
END
|
||
END
|
||
#endif // APSTUDIO_INVOKED
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Dialog Info
|
||
//
|
||
|
||
IDD_FontMetrics DLGINIT
|
||
BEGIN
|
||
IDC_FamilyBits, 0x403, 21, 0
|
||
0x6f4d, 0x6564, 0x6e72, 0x2820, 0x6946, 0x6578, 0x2064, 0x6950, 0x6374,
|
||
0x2968, "\000"
|
||
IDC_FamilyBits, 0x403, 15, 0
|
||
0x6f52, 0x616d, 0x206e, 0x5328, 0x7265, 0x6669, 0x2973, "\000"
|
||
IDC_FamilyBits, 0x403, 18, 0
|
||
0x7753, 0x7369, 0x2073, 0x4e28, 0x206f, 0x6553, 0x6972, 0x7366, 0x0029,
|
||
|
||
IDC_FamilyBits, 0x403, 21, 0
|
||
0x6353, 0x6972, 0x7470, 0x2820, 0x6148, 0x646e, 0x7277, 0x7469, 0x6e69,
|
||
0x2967, "\000"
|
||
IDC_FamilyBits, 0x403, 30, 0
|
||
0x6544, 0x6f63, 0x6172, 0x6974, 0x6576, 0x2820, 0x6f4e, 0x6576, 0x746c,
|
||
0x2c79, 0x5320, 0x6d79, 0x6f62, 0x736c, 0x0029,
|
||
IDC_FamilyBits, 0x403, 6, 0
|
||
0x744f, 0x6568, 0x0072,
|
||
IDC_CharSet, 0x403, 5, 0
|
||
0x4e41, 0x4953, "\000"
|
||
IDC_CharSet, 0x403, 7, 0
|
||
0x7953, 0x626d, 0x6c6f, "\000"
|
||
IDC_CharSet, 0x403, 9, 0
|
||
0x614a, 0x6170, 0x656e, 0x6573, "\000"
|
||
IDC_CharSet, 0x403, 7, 0
|
||
0x6f4b, 0x6572, 0x6e61, "\000"
|
||
IDC_CharSet, 0x403, 22, 0
|
||
0x6843, 0x6e69, 0x7365, 0x2065, 0x5428, 0x6172, 0x6964, 0x6974, 0x6e6f,
|
||
0x6c61, 0x0029,
|
||
IDC_CharSet, 0x403, 21, 0
|
||
0x6843, 0x6e69, 0x7365, 0x2065, 0x5328, 0x6d69, 0x6c70, 0x6669, 0x6569,
|
||
0x2964, "\000"
|
||
IDC_CharSet, 0x403, 4, 0
|
||
0x454f, 0x004d,
|
||
0
|
||
END
|
||
|
||
IDD_FontGeneralPage2 DLGINIT
|
||
BEGIN
|
||
IDC_FontLocation, 0x403, 28, 0
|
||
0x6552, 0x6973, 0x6564, 0x746e, 0x2820, 0x7270, 0x6e69, 0x6574, 0x2072,
|
||
0x6966, 0x6d72, 0x6177, 0x6572, 0x0029,
|
||
IDC_FontLocation, 0x403, 35, 0
|
||
0x6f53, 0x7466, 0x4620, 0x6e6f, 0x2074, 0x6428, 0x776f, 0x6c6e, 0x616f,
|
||
0x6164, 0x6c62, 0x2065, 0x6964, 0x6b73, 0x6620, 0x6c69, 0x2965, "\000"
|
||
IDC_FontLocation, 0x403, 28, 0
|
||
0x7250, 0x6d69, 0x7261, 0x2079, 0x6f66, 0x746e, 0x6920, 0x206e, 0x2061,
|
||
0x6163, 0x7472, 0x6972, 0x6764, 0x0065,
|
||
IDC_FontLocation, 0x403, 30, 0
|
||
0x6553, 0x6f63, 0x646e, 0x7261, 0x2079, 0x6f46, 0x746e, 0x6920, 0x206e,
|
||
0x2061, 0x6163, 0x7472, 0x6972, 0x6764, 0x0065,
|
||
IDC_FontTechnology, 0x403, 26, 0
|
||
0x5048, 0x4920, 0x746e, 0x6c65, 0x696c, 0x6f46, 0x746e, 0x5420, 0x6365,
|
||
0x6e68, 0x6c6f, 0x676f, 0x0079,
|
||
IDC_FontTechnology, 0x403, 29, 0
|
||
0x7254, 0x6575, 0x7974, 0x6570, 0x2820, 0x5048, 0x5020, 0x4c43, 0x5445,
|
||
0x4f54, 0x2f20, 0x4c20, 0x204a, 0x2934, "\000"
|
||
IDC_FontTechnology, 0x403, 24, 0
|
||
0x654c, 0x6d78, 0x7261, 0x206b, 0x5050, 0x5344, 0x2820, 0x6373, 0x6c61,
|
||
0x6261, 0x656c, 0x0029,
|
||
IDC_FontTechnology, 0x403, 23, 0
|
||
0x6143, 0x6f6e, 0x206e, 0x4143, 0x5350, 0x204c, 0x7328, 0x6163, 0x616c,
|
||
0x6c62, 0x2965, "\000"
|
||
IDC_FontTechnology, 0x403, 25, 0
|
||
0x454f, 0x204d, 0x6353, 0x6c61, 0x6261, 0x656c, 0x7420, 0x7079, 0x2065,
|
||
0x2031, 0x6f46, 0x746e, "\000"
|
||
IDC_FontTechnology, 0x403, 25, 0
|
||
0x454f, 0x204d, 0x6353, 0x6c61, 0x6261, 0x656c, 0x5420, 0x7079, 0x2065,
|
||
0x2032, 0x6f46, 0x746e, "\000"
|
||
0
|
||
END
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// String Table
|
||
//
|
||
|
||
STRINGTABLE PRELOAD DISCARDABLE
|
||
BEGIN
|
||
IDR_MAINFRAME "Minidriver Development Tool"
|
||
IDR_MINIWSTYPE "\n\nMinidriver Workspace\nMinidriver Workspaces (*.mdw)\n.MDW\nMiniDev.Document\nMiniWs Document"
|
||
IDR_GLYPHMAP "\n\nGlyph Translation Table\nGlyph Translation Tables (*.gtt)\n.GTT\nGlyph.Table\nGlyph Table"
|
||
END
|
||
|
||
STRINGTABLE PRELOAD DISCARDABLE
|
||
BEGIN
|
||
AFX_IDS_APP_TITLE "Minidriver Development Tool"
|
||
AFX_IDS_IDLEMESSAGE "For Help, press F1."
|
||
AFX_IDS_HELPMODEMESSAGE "Select an object on which to get Help"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
ID_INDICATOR_EXT "EXT"
|
||
ID_INDICATOR_CAPS "CAP"
|
||
ID_INDICATOR_NUM "NUM"
|
||
ID_INDICATOR_SCRL "SCRL"
|
||
ID_INDICATOR_OVR "OVR"
|
||
ID_INDICATOR_REC "REC"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
ID_FILE_NEW "Create a new document\nNew"
|
||
ID_FILE_OPEN "Open an existing document\nOpen"
|
||
ID_FILE_CLOSE "Close the active document\nClose"
|
||
ID_FILE_SAVE "Save the active document\nSave"
|
||
ID_FILE_SAVE_AS "Save the active document with a new name\nSave As"
|
||
ID_FILE_PAGE_SETUP "Change the printing options\nPage Setup"
|
||
ID_FILE_PRINT_SETUP "Change the printer and printing options\nPrint Setup"
|
||
ID_FILE_PRINT "Print the active document\nPrint"
|
||
ID_FILE_PRINT_PREVIEW "Display full pages\nPrint Preview"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
|
||
ID_APP_EXIT "Quit the application; prompts to save documents\nExit"
|
||
ID_HELP_INDEX "Opens Help\nHelp Topics"
|
||
ID_HELP_FINDER "List Help topics\nHelp Topics"
|
||
ID_HELP_USING "Display instructions about how to use help\nHelp"
|
||
ID_CONTEXT_HELP "Display help for clicked on buttons, menus and windows\nHelp"
|
||
ID_HELP "Display help for current task or command\nHelp"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
ID_FILE_MRU_FILE1 "Open this document"
|
||
ID_FILE_MRU_FILE2 "Open this document"
|
||
ID_FILE_MRU_FILE3 "Open this document"
|
||
ID_FILE_MRU_FILE4 "Open this document"
|
||
ID_FILE_MRU_FILE5 "Open this document"
|
||
ID_FILE_MRU_FILE6 "Open this document"
|
||
ID_FILE_MRU_FILE7 "Open this document"
|
||
ID_FILE_MRU_FILE8 "Open this document"
|
||
ID_FILE_MRU_FILE9 "Open this document"
|
||
ID_FILE_MRU_FILE10 "Open this document"
|
||
ID_FILE_MRU_FILE11 "Open this document"
|
||
ID_FILE_MRU_FILE12 "Open this document"
|
||
ID_FILE_MRU_FILE13 "Open this document"
|
||
ID_FILE_MRU_FILE14 "Open this document"
|
||
ID_FILE_MRU_FILE15 "Open this document"
|
||
ID_FILE_MRU_FILE16 "Open this document"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
ID_NEXT_PANE "Switch to the next window pane\nNext Pane"
|
||
ID_PREV_PANE "Switch back to the previous window pane\nPrevious Pane"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
ID_WINDOW_NEW "Open another window for the active document\nNew Window"
|
||
ID_WINDOW_ARRANGE "Arrange icons at the bottom of the window\nArrange Icons"
|
||
ID_WINDOW_CASCADE "Arrange windows so they overlap\nCascade Windows"
|
||
ID_WINDOW_TILE_HORZ "Arrange windows as non-overlapping tiles\nTile Windows"
|
||
ID_WINDOW_TILE_VERT "Arrange windows as non-overlapping tiles\nTile Windows"
|
||
ID_WINDOW_SPLIT "Split the active window into panes\nSplit"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
ID_EDIT_CLEAR "Erase the selection\nErase"
|
||
ID_EDIT_CLEAR_ALL "Erase everything\nErase All"
|
||
ID_EDIT_COPY "Copy the selection and put it on the Clipboard\nCopy"
|
||
ID_EDIT_CUT "Cut the selection and put it on the Clipboard\nCut"
|
||
ID_EDIT_FIND "Find the specified text\nFind"
|
||
ID_EDIT_PASTE "Insert Clipboard contents\nPaste"
|
||
ID_EDIT_REPEAT "Repeat the last action\nRepeat"
|
||
ID_EDIT_REPLACE "Replace specific text with different text\nReplace"
|
||
ID_EDIT_SELECT_ALL "Select the entire document\nSelect All"
|
||
ID_EDIT_UNDO "Undo the last action\nUndo"
|
||
ID_EDIT_REDO "Redo the previously undone action\nRedo"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
ID_VIEW_TOOLBAR "Show or hide the toolbar\nToggle ToolBar"
|
||
ID_VIEW_STATUS_BAR "Show or hide the status bar\nToggle StatusBar"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
AFX_IDS_SCSIZE "Change the window size"
|
||
AFX_IDS_SCMOVE "Change the window position"
|
||
AFX_IDS_SCMINIMIZE "Reduce the window to an icon"
|
||
AFX_IDS_SCMAXIMIZE "Enlarge the window to full size"
|
||
AFX_IDS_SCNEXTWINDOW "Switch to the next document window"
|
||
AFX_IDS_SCPREVWINDOW "Switch to the previous document window"
|
||
AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
AFX_IDS_SCRESTORE "Restore the window to normal size"
|
||
AFX_IDS_SCTASKLIST "Activate Task List"
|
||
AFX_IDS_MDICHILD "Activate this window"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
AFX_IDS_PREVIEW_CLOSE "Close print preview mode\nCancel Preview"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
NewProjectWizardTitle "New Project /New Minidriver Wizard"
|
||
OpenRCDialogTitle "Minidriver Conversion Wizard- Select Driver Source File"
|
||
IDP_UnitoolNotRun "Unable to start UniTool."
|
||
IDP_RCLoadFailed "Unable to interpret the RC file from UniTool. Correct all of the reported errors and try again."
|
||
IDS_Unimplemented "This function is unimplemented but will be available in the final production version."
|
||
IDP_CannotMakeDirectory "Unable to create the highlighted directory structure. Try a different directory name."
|
||
IDS_Atlas "Glyph Maps"
|
||
IDS_FontList "Device Fonts"
|
||
ID_RenameItem "&Rename"
|
||
ID_ExpandBranch "E&xpand"
|
||
ID_CollapseBranch "&Collapse"
|
||
ID_OpenItem "&Open"
|
||
IDS_MapColumn0 "Selection String"
|
||
IDS_MapColumn1 "Code Point"
|
||
IDS_MapColumn2 "Code Page"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
IDS_InvalidCTTFormat "The CTT file has an invalid format for encodings (not direct, paired, or composed)."
|
||
IDS_WaitToFill "Filling- please wait..."
|
||
IDS_NoGPCData "This is not a 16-bit minidriver RC file."
|
||
CG_IDS_PHYSICAL_MEM "System Memory: %lu KB of %lu KB free"
|
||
CG_IDS_DISK_SPACE "Disk Usage: %lu KB Free on %c:"
|
||
CG_IDS_DISK_SPACE_UNAVAIL "Disk Usage Statistics Unavailable"
|
||
CG_IDS_TIPOFTHEDAY "Displays a Tip of the Day."
|
||
CG_IDS_TIPOFTHEDAYMENU "Ti&p of the Day..."
|
||
CG_IDS_DIDYOUKNOW "Did you know..."
|
||
CG_IDS_FILE_ABSENT "Tips file does not exist in the prescribed directory."
|
||
CG_IDP_FILE_CORRUPT "Trouble reading the tips file."
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
ID_FILE_GENERATEMAPS "Generate ANSI to Unicode mapping tables for new code pages on your system"
|
||
ID_FILE_PARSE "Check the source file for syntax errors\nGPD Syntax Check (F7)"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
IDS_NoPredefined "No predefined table used"
|
||
IDS_NoErrorsAnywhere "No problems found. "
|
||
ID_ChangeInvocation "Change &Selection String"
|
||
ID_ChangeCodePage "&Change Code Page"
|
||
ID_DeleteItem "&Delete"
|
||
IDS_DeleteItemQuery "Do you really want to delete the selected item?"
|
||
ID_GenerateOne "&Generate File..."
|
||
23 "Wansung"
|
||
24 "Shift-JIS"
|
||
25 "GB 2312"
|
||
26 "Big-5 (Traditional Chinese) to TCA (Taiwan Computer Asociation) codes"
|
||
27 "Big 5 (Traditional Chinese) to NSA86 codes"
|
||
28 "JIS with no ANK"
|
||
29 "JIS (Japanese Industrial Standard)"
|
||
30 "Korean Industrial Standard Code"
|
||
31 "Big 5 (Traditional Chinese)"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
38 "Code Page 863"
|
||
39 "Code Page 850 - MS-DOS Latin I OEM (Europe)"
|
||
40 "Code Page 437- MS-DOS US OEM page"
|
||
IDS_DefaultPage "Use user's current ANSI Code page for encodings."
|
||
ID_AddItem "&Add..."
|
||
IDP_NoUnmappedGlyphs "All of the available code points in your current code page set have definitions. To select additional glyphs, you must add an additional code page covering a different set of glyphs."
|
||
IDS_LengthMismatch "The amount of data read from '%s' did not match its reported length."
|
||
IDS_LoadFailure "Unable to interpret and load '%s'. This must be corrected before you can continue."
|
||
IDS_Models "Model-specific Information"
|
||
IDP_ConversionErrors "One or more of the GPD files in this workspace contain errors. Do you want to open these files now?"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
CG_IDS_TIPOFTHEDAYHELP "&Help"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
IDC_FamilyNames "LOGFONT name(s) for this font."
|
||
IDC_FaceName "Face name (family name plus subfamily or style name) for this font."
|
||
IDC_UniqueName "Unique name- commonly the printer name plus the face name."
|
||
IDC_FixedPitch "All characters have exactly the same width (monospaced or fixed pitch)."
|
||
IDC_VariablePitch "Each character can have a different width, as in a proportional font."
|
||
IDC_Italic "All characters are italic or oblique."
|
||
IDC_Underline "All characters are underlined by printer."
|
||
IDC_StrikeOut "All characters have a line drawn through them by the printer."
|
||
IDC_AddFamily "Adds the name typed in the family name control to the list of family names for this font."
|
||
IDC_RemoveFamily "Removes the selected family name from the list of recognized family names for this font."
|
||
IDC_StyleName "Style name- e.g., 'Italic', 'Bold Oblique'"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
IDC_CodePageList "These are the code pages supported by this table."
|
||
IDC_CurrentPage "This is the page selected below. The select and deselect strings are for this page."
|
||
IDC_SelectString "This character string (shown in C-style encoding) is sent to the printer to select the above code page."
|
||
IDC_DeselectString "This string is sent to the printer to end using the above code page."
|
||
IDC_AddPage "Press this button to add a code page to the set used in this table."
|
||
IDC_RemovePage "Press this button to remove the above code page from the set of available pages."
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
IDR_FONT_VIEWER "\n\nDevice Font Information\nDevice Font Information (*.ufm)\n.UFM\nUFM\nUFM"
|
||
IDR_GPD_VIEWER "\n\nGeneric Printer Description\nGeneric Printer Descriptions (*.gpd)\n.GPD\nGPD.File\nGPD File"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
IDS_FileName "File Name: "
|
||
IDS_InvalidFilename "The file name%s is not valid, or is being used by an open file. Please use a different name, or close the file."
|
||
IDS_OverwritePrompt "\n\nDo you want to replace the existing file?"
|
||
ID_Import "&Import..."
|
||
IDS_FileOpenError "Unable to open the file %s."
|
||
IDS_GPCConversionError "Unable to convert the GPC model data for %s."
|
||
IDS_RemovedInvalid "Warning: The name '%s' contains characters unsuitable for file names. It has been changed to '%s'."
|
||
IDS_UnusedFont "The PFM file '%s' is not used by any of the models in the GPC data. You should delete this font with Unitool prior to converting the driver."
|
||
IDS_ResourceID "Resource ID of %d"
|
||
IDS_WidthColumn0 "Width"
|
||
IDS_WidthColumn1 "Character (Unicode)"
|
||
IDS_KernColumn0 "Kern Amount"
|
||
IDS_KernColumn1 "1st Char"
|
||
IDS_KernColumn2 "2nd Char"
|
||
IDS_InvalidNumberFormat "Invalid Number Format. Please enter a valid unsgined decimal number."
|
||
ID_ChangeAmount "&Change Kern Amount"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
IDC_FamilyBits "Select the appropriate ""family"", as encoded in LOGFONT lfPitchAndFamily."
|
||
IDC_CharSet "Select the appropriate character set for the font (as used in LOGFONT lfCharSet)."
|
||
IDC_FontWeight "A value from 0 (light) -1000 (heavy). Same as LOGFONT lfWeight."
|
||
IDC_FontHeight "Height of the character cell in master units (pixels at maximum resolution of printer)."
|
||
IDC_FontWidth "Maximum width of the character cell, in master units (pixels at maximum device resolution)."
|
||
IDC_SpecialMetric "Select a special metric here- its value will be displayed and animated above."
|
||
IDC_FontSpecialValue "The value entered here is for the selected special metric, and will be shown above."
|
||
IDC_SpinFontSpecial "Spins the special metric value up or down."
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
IDC_Scalable "Select this if the printer can scale this font through a range of point sizes."
|
||
IDC_MasterDevice "The height of the ""unscaled"" font in pixels at the maximum device resolution."
|
||
IDC_MasterFont "The height of the ""unscaled"" font in ""font units"" (arbitrary design units of the font)."
|
||
IDC_PortraitFont "Click this if the font can be scaled during portrait printing."
|
||
IDC_LandscapeFont "Select this if the font can be scaled during landscape printing."
|
||
IDC_MinimumScale "The minimum size to which the printer is to scale this font."
|
||
IDC_MaximumScale "The maximum size to which the printer is to scale this font."
|
||
IDC_ScalePoints "Select this to show the maximum and minimum sizes in points (1/72nd of an inch)."
|
||
IDC_ScaleDevice "Select this to show the maximum and minimum sizes in master units (pixels at maximum resolution)."
|
||
IDC_KerningTree "This shows how the printer kerns specific pairs of characters. Right-click to edit this information."
|
||
IDC_CharacterWidths "Hold the left button down after selecting to edit. Use the column headers to sort."
|
||
IDC_FirstCharacter "The lowest character code in the font (MBCS or Unicode as selected to the right)."
|
||
IDC_LastCharacter "The highest character code in the font (MBCS or Unicode as selected to the right)."
|
||
IDC_DefaultCharacter "The character code used when an invalid code is requested (MBCS or Unicode as selected to the right)."
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
IDC_BreakCharacter "The ""space"" or ""break"" character code (MBCS or Unicode as selected to the right)."
|
||
IDC_ShowANSI "Select this to show the single or double-byte encodings for the characters to your left."
|
||
IDC_UnicodeShown "Select this to show the Unicode encodings for the characters to your left."
|
||
IDC_EnableItalicSim "Click this if the printer can provide an italic version of this font."
|
||
IDC_EnableBoldSim "Click this if the printer is capable of printing a bold version of this font."
|
||
IDC_EnableBISim "Click this if the printer provides a bold italic version of this font."
|
||
IDC_ItalicWeight "Weight (0 - 1000) of the italic version of the font- should be close to the unitalicized weight."
|
||
IDC_IMaxWidth "Maximum character width for the italic version of this font."
|
||
IDC_IAverage "Average width of the italic version of this font."
|
||
IDC_ItalicSlant "The angle, (in 10ths of a degree) at which the font slants from the ascender."
|
||
IDC_BoldWeight "Weight (0-1000) of the bold font. Usually much higher than that of the normal version of the font."
|
||
IDC_BMaxWidth "Maximum width of the bold font. This is often more than that of the normal font."
|
||
IDC_BAverage "Average width of the Bold version of the font. Typically slightly larger than the normal version."
|
||
IDC_BIWeight "Weight (0-1000) of the Bold Italic font. Should be heavier than the normal version of the font."
|
||
IDC_BIMaxWidth "Maximum Width of the Bold Italic font. This will often be larger than the maximum width of the normal font."
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
IDC_BIAverage "Average wight of the Bold ITalic font. Should be slightly more than that of the normal font."
|
||
IDC_BoldItalicSlant "The angle, (in 10ths of a degree) at which the font slants from the ascender."
|
||
IDC_FontSelector "Codes sent to the printer to cause this font to be used (C-style encoding)."
|
||
IDC_FontUnselector "Codes sent to the printer to cease using this font (if any)- C-style encoding."
|
||
IDC_FontLocation "Select the place where the font's definition resides from this list."
|
||
IDC_FontTechnology "If this font is scalable, select the font technology used from this list."
|
||
IDC_VerticalResolution "Enter the vertical resolution (dpi) for which the font was designed."
|
||
IDC_HorizontalResolution
|
||
"Enter the horizontal resolution (dpi) for which the font was designed."
|
||
IDC_PreAdjustY "Enter the amount by which to move the Windows Baseline to match the font baseline before printing."
|
||
IDC_PostAdjustY "Enter the amount to move the font baseline after printing to resotre the original GDI baseline."
|
||
IDC_CenteringAdjustment "Enter the amount by which characters are off-center in the bounding box for this font."
|
||
IDC_PrivateData "Enter any 16-bit value (decimal). This value may be used by your driver, at your option."
|
||
IDC_GTTDescription "This describes the Glyph Translation Table used for this font."
|
||
IDC_ItalicSim "Select this if the printer provides an italicized version of this font."
|
||
IDC_CanUnderline "Select this if the printer provides an underlined simulation of this font."
|
||
IDC_CROK "Select this if a carriage return character is needed after this font is used."
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
IDC_BoldSim "Select this if the printer provides a bold version of this font."
|
||
IDC_DoubleUnderline "Select this if the printer provides a double-underlined version of the font."
|
||
IDC_StrikeThru "Select this if the printer provides a strike-thru version of this font."
|
||
IDC_Backspace "Select this if it is safe to use a backspace character with this font."
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
IDS_CapH "Capital H height"
|
||
IDS_LowerX "Lowercase x height"
|
||
IDS_SuperSizeX "Superscript width"
|
||
IDS_SuperSizeY "Superscript height"
|
||
IDS_SubSizeX "Subscript width"
|
||
IDS_SubSizeY "Subscript height"
|
||
IDS_SuperMoveX "Superscript X-Offset"
|
||
IDS_SuperMoveY "Superscript Y-Offset"
|
||
IDS_SubMoveX "Subscript X-Offset"
|
||
IDS_SubMoveY "Subscript Y-Offset"
|
||
IDS_ItalicAngle "Italic Slant ( 0.1 degrees clockwise)"
|
||
IDS_UnderSize "Underline Thickness"
|
||
IDS_UnderOffset "Underline offset"
|
||
IDS_StrikeSize "Strike-thru thickness"
|
||
IDS_StrikeOffset "Strike-Thru offset"
|
||
IDS_Baseline "Baseline (Ascender height)"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
IDS_InterlineGap "External Leading"
|
||
IDS_Lowerp "Lowercase p descender"
|
||
IDS_Lowerd "Lowercase d ascender"
|
||
IDS_InternalLeading "Internal Leading"
|
||
IDS_Overweight "The font weight must be between 0 and 1000.\n\nPlease enter a proper value."
|
||
IDS_InvalidCharSet "The character set you have selected conflicts with the Glyph Translation Table used with this font. \n\nYou will not be allowed to make this selection."
|
||
IDS_InvalidCharacter "The character code you have entered does not exist in the translation table for this font."
|
||
IDS_NoDBCS "The unicode value you have entered becomes a double-byte code when translated. This field only allows single-byte codes."
|
||
IDS_LimitsSwapped "The maximum size must be greater then the minimum. They cannot be equal.\nPlease enter a different value or undo this edit."
|
||
IDS_NotWindowed "The nominal point size of the font, as represented by the Master unit size in ""Units and Sizes"" above, must be between the maximum and minimum sizes.\n\n Please enter a conforming value."
|
||
IDS_ScaleReversed "The Font Unit / Device Unit ratio must be at least 1:1. Otherwise your metrics will lack precision.\n\nPlease adjust these values accordingly."
|
||
IDS_WidthReversed "The maximum width must be greater than or equal to the average width.\n\nTey again!"
|
||
IDS_AngleTooBig "The italic angle must be less than 90 degrees (900 tenths)."
|
||
IDS_BadCTTID "The PFM file %s has a CTT ID of %d. No such CTT exists in your Win16 minidriver. Conversion will fail."
|
||
IDS_NoSyntaxErrors "No errors or warnings were found in this file."
|
||
IDS_NoUnicodePoint "The character with hex code %X cannot be converted in code page %u. Select a different code page."
|
||
END
|
||
|
||
#endif // English (U.S.) resources
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
|
||
|
||
|
||
#ifndef APSTUDIO_INVOKED
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Generated from the TEXTINCLUDE 3 resource.
|
||
//
|
||
#define _AFX_NO_SPLITTER_RESOURCES
|
||
#define _AFX_NO_OLE_RESOURCES
|
||
#define _AFX_NO_TRACKER_RESOURCES
|
||
#define _AFX_NO_PROPERTY_RESOURCES
|
||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||
#ifdef _WIN32
|
||
LANGUAGE 9, 1
|
||
#pragma code_page(1252)
|
||
#endif
|
||
#include "res\MiniDev.Rc2" // non-Microsoft Visual C++ edited resources
|
||
#include "afxres.rc" // Standard components
|
||
#include "afxprint.rc" // printing/print preview resources
|
||
#endif
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
#endif // not APSTUDIO_INVOKED
|
||
|