You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
509 B
13 lines
509 B
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
|