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.

54 lines
1.4 KiB

  1. /*++
  2. Copyright (c) 1991-1997, Microsoft Corporation All rights reserved.
  3. Module Name:
  4. charmap.dlg
  5. Abstract:
  6. This module contains the resource descriptions for the Charmap utility.
  7. Revision History:
  8. --*/
  9. //
  10. // Include Files.
  11. //
  12. #include "cmdlg.h"
  13. //
  14. // Charmap Dialog.
  15. //
  16. CHARMAP DIALOG PRELOAD IMPURE 9, 33, 359, 160
  17. STYLE WS_MINIMIZEBOX | WS_POPUP | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  18. CAPTION "Unicode Character Map"
  19. FONT 8, "MS Shell Dlg"
  20. CLASS "MyDlgClass"
  21. BEGIN
  22. LTEXT "&Font:", 106, 3, 5, 17, 8, NOT WS_GROUP
  23. COMBOBOX ID_FONT, 22, 3, 123, 67,
  24. CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | CBS_SORT |
  25. CBS_HASSTRINGS | WS_VSCROLL | WS_TABSTOP
  26. LTEXT "S&ubset:", ID_SUBSETLB, 2, 21, 26, 8, NOT WS_GROUP
  27. COMBOBOX ID_UNICODESUBSET, 29, 19, 116, 67,
  28. CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
  29. PUSHBUTTON "&Next", ID_NEXTSUBSET, 149, 2, 38, 14
  30. PUSHBUTTON "&Previous", ID_PREVSUBSET, 149, 18, 38, 14
  31. LTEXT "Ch&aracters to Copy:", ID_TOPLEFT, 192, 5, 65, 8,
  32. NOT WS_GROUP
  33. EDITTEXT ID_STRING, 257, 1, 100, 14, ES_AUTOHSCROLL | ES_NOHIDESEL
  34. DEFPUSHBUTTON "&Select", ID_SELECT, 194, 19, 38, 14
  35. PUSHBUTTON "&Copy", ID_COPY, 235, 19, 38, 14
  36. PUSHBUTTON "&Help", ID_HELP, 276, 19, 38, 14
  37. PUSHBUTTON "Close", ID_CLOSE, 317, 19, 38, 14
  38. END
  39.