Leaked source code of windows server 2003
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.

24 lines
945 B

  1. 1 DLGINCLUDE "dialogs.h"
  2. IDD_ADDPORT_DIALOG DIALOG 20, 20, 193, 179
  3. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  4. CAPTION "Available AppleTalk Printing Devices"
  5. FONT 8, "MS Shell Dlg"
  6. BEGIN
  7. LTEXT "&AppleTalk Printing Devices:", -1, 6, 10, 147, 8
  8. LISTBOX IDAP_LB_OUTLINE, 6, 23, 180, 130, LBS_SORT |
  9. LBS_OWNERDRAWFIXED | LBS_WANTKEYBOARDINPUT | WS_VSCROLL |
  10. WS_TABSTOP
  11. DEFPUSHBUTTON "OK", IDOK, 6, 159, 56, 14, WS_GROUP
  12. PUSHBUTTON "Cancel", IDCANCEL, 68, 159, 56, 14
  13. PUSHBUTTON "&Help", IDHELPBLT, 130, 159, 56, 14
  14. END
  15. IDD_GET_PRINTERS_DIALOG DIALOG 20, 20, 216, 30
  16. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  17. CAPTION "Searching for AppleTalk Printers"
  18. FONT 8, "MS Shell Dlg"
  19. BEGIN
  20. ICON 0, IDGP_PROGRESS, 6, 6, 18, 20, WS_GROUP
  21. LTEXT "", IDGP_ST_MESSAGE, 30, 8, 180, 16, SS_NOPREFIX
  22. END