summaryrefslogtreecommitdiffstats
path: root/private/mvdm/fax/wowfaxui/wowfaxui.rc
blob: 6eaa838ab52cbcd1ea9bc464b40401db34604d5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#include <windows.h>
#include "wowfaxui.h"

STRINGTABLE

BEGIN
    WOWFAX_UNKNOWN_PROB_STR  "Unknown print problem"
    WOWFAX_SELF_CONFIG_STR   "This driver is self configuring. No setup is needed."
    WOWFAX_NAME_STR          "Windows 3.1 Compatible Fax Driver"
    WOWFAX_NOWOW_STR         "Unable to start WOW. Verify the ability to run a Win 16 application and retry."
    WOWFAX_ENABLE_CONFIG_STR "Please click the OK button to enable the configuration settings for the 16-bit Fax Driver."
END

IDD_DOCPROP DIALOG DISCARDABLE 0, 0, 252, 216
STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
CAPTION "WowFax Options"
FONT 8, "MS Shell Dlg"
BEGIN
    LTEXT           "Please press the Configure button to set default options for the 16-bit Fax Driver.",IDC_STATIC,8,12,240,24
    LTEXT           "", IDC_FEEDBACK, 8, 84, 240, 24
    PUSHBUTTON      "Configure",  IDOK, 8, 48, 64, 14, WS_GROUP | WS_TABSTOP

END

IDD_NULLPROP DIALOG DISCARDABLE  0, 0, 252, 216
STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
CAPTION "WowFax"
FONT 8, "MS Shell Dlg"
BEGIN
    LTEXT   "Global configuration of 16-bit fax drivers is not supported",
            IDC_STATIC,10,15,230,32
END


#include <ntverp.h>
#define VER_FILEVERSION 0, 2, 0, 0
#define VER_FILETYPE    VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_PRINTER
#define VER_FILEDESCRIPTION_STR     "Windows 3.1 Compatible Fax Driver UI DLL"
#define VER_INTERNALNAME_STR        "wowfaxui.dll"
#define VER_ORIGINALFILENAME_STR    "wowfaxui.dll"

#include "common.ver"