windows-nt/Source/XPSP1/NT/printscan/fax/print/faxprint/sendnote/sendnote.rc
2020-09-26 16:20:57 +08:00

74 lines
1.5 KiB
Plaintext

/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
sendnote.rc
Abstract:
Resource file for send fax note utility program
Environment:
Windows NT fax driver
Revision History:
02/15/96 -davidx-
Created it.
mm/dd/yy -author-
description
--*/
#include "sendnote.h"
//
// String resources
//
STRINGTABLE
BEGIN
IDS_NO_FAX_PRINTER "Cannot find a fax printer. Make sure there is a fax printer installed."
IDS_CREATEDC_FAILED "Cannot access the selected fax printer. Make sure it is installed correctly."
IDS_SENDNOTE "Fax Note"
END
//
// Dialogs
//
IDD_SELECT_FAXPRINTER DIALOG DISCARDABLE 0, 0, 252, 126
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Select Fax Printer"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "There is more than one fax printer installed on your computer. Select the one you want to use:", IDC_STATIC, 10, 10, 232, 16
LISTBOX IDC_FAXPRINTER_LIST, 10, 28, 232, 66, LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 73, 108, 50, 14
PUSHBUTTON "Cancel", IDCANCEL, 129, 108, 50, 14
END
//
// Icons
//
IDI_FAX_NOTE ICON DISCARDABLE "faxnote.ico"
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Send Note Utility"
#define VER_INTERNALNAME_STR "faxsend"
#define VER_ORIGINALFILENAME_STR "faxsend.exe"
#include "common.ver"