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.

67 lines
2.5 KiB

  1. // Copyright (c) 1997-2003 Microsoft Corporation
  2. //Generic Text Printer Driver (new 10/97)
  3. // ;Printer Commands dialog
  4. #define IDH_TTYUI_BEGIN_PRINTJOB 1000 // IDC_EDIT10
  5. #define IDH_TTYUI_END_PRINTJOB 1021 // IDC_EDIT11
  6. #define IDH_TTYUI_PAPERSIZE_SELECT 1022 // IDC_EDIT12
  7. #define IDH_TTYUI_PAPERFEED_SELECTION 1023 // IDC_EDIT13
  8. #define IDH_TTYUI_CHECK_COMMANDS 1018 // IDC_BUTTON1
  9. #define IDH_TTYUI_UNPRINTABLE_MARGINS_LEFT 1024 // IDC_EDIT14
  10. #define IDH_TTYUI_UNPRINTABLE_MARGINS_TOP 1025 // IDC_EDIT15
  11. #define IDH_TTYUI_UNPRINTABLE_MARGINS_RIGHT 1026 // IDC_EDIT16
  12. #define IDH_TTYUI_UNPRINTABLE_MARGINS_BOTTOM 1027 // IDC_EDIT17
  13. #define IDH_TTYUI_UNITS_10MM 1015 // IDC_RADIO1
  14. #define IDH_TTYUI_UNITS_100INCH 1016 // IDC_RADIO2
  15. // ;Font Selection dialog
  16. #define IDH_TTYUI_SELECT_10CPI 1005 // IDC_EDIT1
  17. #define IDH_TTYUI_SELECT_12CPI 1006 //IDC_EDIT2
  18. #define IDH_TTYUI_SELECT_17CPI 1007 //IDC_EDIT3
  19. #define IDH_TTYUI_DBLWIDE_ON 1008 //IDC_EDIT4
  20. #define IDH_TTYUI_DBLWIDE_OFF 1009 // IDC_EDIT5
  21. #define IDH_TTYUI_BOLD_ON 1011 // IDC_EDIT6
  22. #define IDH_TTYUI_BOLD_OFF 1012 // IDC_EDIT7
  23. #define IDH_TTYUI_UNDERLINE_ON 1013 // IDC_EDIT8
  24. #define IDH_TTYUI_UNDERLINE_OFF 1014 // IDC_EDIT9
  25. #define IDH_TTYUI_CODE_PAGE 1020 // IDC_COMBO1
  26. // Next default values for new objects
  27. //
  28. // #define _APS_NEXT_RESOURCE_VALUE 106
  29. // #define _APS_NEXT_COMMAND_VALUE 40001
  30. // #define _APS_NEXT_CONTROL_VALUE 1028
  31. // #define _APS_NEXT_SYMED_VALUE 101
  32. const DWORD aHelpIDs[]=
  33. {
  34. IDC_EDIT1, IDH_TTYUI_SELECT_10CPI,
  35. IDC_EDIT2, IDH_TTYUI_SELECT_12CPI,
  36. IDC_EDIT3, IDH_TTYUI_SELECT_17CPI,
  37. IDC_EDIT4, IDH_TTYUI_DBLWIDE_ON,
  38. IDC_EDIT5, IDH_TTYUI_DBLWIDE_OFF,
  39. IDC_EDIT6, IDH_TTYUI_BOLD_ON,
  40. IDC_EDIT7, IDH_TTYUI_BOLD_OFF,
  41. IDC_EDIT8, IDH_TTYUI_UNDERLINE_ON,
  42. IDC_EDIT9, IDH_TTYUI_UNDERLINE_OFF,
  43. IDC_EDIT10, IDH_TTYUI_BEGIN_PRINTJOB,
  44. IDC_EDIT11, IDH_TTYUI_END_PRINTJOB,
  45. IDC_EDIT12, IDH_TTYUI_PAPERSIZE_SELECT,
  46. IDC_EDIT13, IDH_TTYUI_PAPERFEED_SELECTION,
  47. IDC_EDIT14, IDH_TTYUI_UNPRINTABLE_MARGINS_LEFT,
  48. IDC_EDIT15, IDH_TTYUI_UNPRINTABLE_MARGINS_TOP,
  49. IDC_EDIT16, IDH_TTYUI_UNPRINTABLE_MARGINS_RIGHT,
  50. IDC_EDIT17, IDH_TTYUI_UNPRINTABLE_MARGINS_BOTTOM,
  51. IDC_RADIO1, IDH_TTYUI_UNITS_10MM,
  52. IDC_BUTTON1, IDH_TTYUI_CHECK_COMMANDS,
  53. IDC_COMBO1, IDH_TTYUI_CODE_PAGE,
  54. IDC_RADIO2, IDH_TTYUI_UNITS_100INCH,
  55. 0, 0
  56. };