Source code of Windows XP (NT5)
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
496 B

  1. 1 DLGINCLUDE "DIALOGS.H"
  2. IDD_CONFIG_PORT_DIALOG DIALOG 6, 18, 199, 67
  3. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  4. CAPTION "AppleTalk Port Configuration"
  5. FONT 8, "MS Shell Dlg"
  6. BEGIN
  7. AUTOCHECKBOX "&Capture this AppleTalk printing device",
  8. IDCP_CHK_CAPTURE, 7, 11, 188, 17
  9. DEFPUSHBUTTON "OK", IDOK, 23, 47, 40, 14, WS_GROUP
  10. PUSHBUTTON "Cancel", IDCANCEL, 79, 47, 40, 14
  11. PUSHBUTTON "&Help", IDHELPBLT, 135, 47, 40, 14
  12. END