windows-nt/Source/XPSP1/NT/admin/netui/macprint/monitor/config.dlg

14 lines
496 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
1 DLGINCLUDE "DIALOGS.H"
IDD_CONFIG_PORT_DIALOG DIALOG 6, 18, 199, 67
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "AppleTalk Port Configuration"
FONT 8, "MS Shell Dlg"
BEGIN
AUTOCHECKBOX "&Capture this AppleTalk printing device",
IDCP_CHK_CAPTURE, 7, 11, 188, 17
DEFPUSHBUTTON "OK", IDOK, 23, 47, 40, 14, WS_GROUP
PUSHBUTTON "Cancel", IDCANCEL, 79, 47, 40, 14
PUSHBUTTON "&Help", IDHELPBLT, 135, 47, 40, 14
END