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.

111 lines
2.6 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #define APSTUDIO_HIDDEN_SYMBOLS
  10. #include "windows.h"
  11. //#include "resource.rcv"
  12. #undef APSTUDIO_HIDDEN_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. //LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // Dialog
  25. //
  26. DLG_PRINTTOFILE DIALOG DISCARDABLE 6, 18, 245, 47
  27. STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CONTEXTHELP | WS_POPUP |
  28. WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  29. CAPTION "Print to File"
  30. FONT 8, "MS Shell Dlg"
  31. BEGIN
  32. LTEXT "&Output File Name:",-1,7,13,74,8
  33. EDITTEXT IDD_PF_EF_OUTPUTFILENAME,6,28,174,12,ES_AUTOHSCROLL
  34. DEFPUSHBUTTON "OK",IDOK,199,10,40,14
  35. PUSHBUTTON "Cancel",IDCANCEL,199,27,40,14
  36. END
  37. #ifdef APSTUDIO_INVOKED
  38. /////////////////////////////////////////////////////////////////////////////
  39. //
  40. // TEXTINCLUDE
  41. //
  42. 1 TEXTINCLUDE DISCARDABLE
  43. BEGIN
  44. "resource.h\0"
  45. END
  46. 2 TEXTINCLUDE DISCARDABLE
  47. BEGIN
  48. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  49. "#include ""windows.h""\r\n"
  50. "#include ""resource.rcv""\r\n"
  51. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  52. "\r\n"
  53. "\r\n"
  54. "\0"
  55. END
  56. 3 TEXTINCLUDE DISCARDABLE
  57. BEGIN
  58. "\r\n"
  59. "\0"
  60. END
  61. #endif // APSTUDIO_INVOKED
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // String Table
  65. //
  66. STRINGTABLE DISCARDABLE
  67. BEGIN
  68. IDS_COULD_NOT_OPEN_FILE "Could not open the file: %s"
  69. IDS_UNKNOWN_ERROR "Unknown error."
  70. IDS_OVERWRITE_EXISTING_FILE
  71. "The output file already exists. Click OK to overwrite."
  72. IDS_LOCALMONITORNAME "Local Monitor"
  73. END
  74. STRINGTABLE DISCARDABLE
  75. BEGIN
  76. IDS_LOCALMONITOR "Local Port"
  77. END
  78. #endif // English (U.S.) resources
  79. /////////////////////////////////////////////////////////////////////////////
  80. #ifndef APSTUDIO_INVOKED
  81. /////////////////////////////////////////////////////////////////////////////
  82. //
  83. // Generated from the TEXTINCLUDE 3 resource.
  84. //
  85. /////////////////////////////////////////////////////////////////////////////
  86. #endif // not APSTUDIO_INVOKED