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.

120 lines
4.4 KiB

  1. // ==++==
  2. //
  3. // Copyright (c) Microsoft Corporation. All rights reserved.
  4. //
  5. // ==--==
  6. //Microsoft Developer Studio generated resource script.
  7. //
  8. #ifdef APSTUDIO_INVOKED
  9. #error Dont edit this file with App Studio.
  10. #endif //APSTUDIO_INVOKED
  11. #define FUS_VER_FILEDESCRIPTION_STR "Microsoft Application Deployment Framework Log Viewer"
  12. #define FUS_VER_ORIGINALFILENAME_STR "lv.exe"
  13. #define VER_ORIGFILENAME_STR FUS_VER_ORIGINALFILENAME_STR
  14. #include "windows.h"
  15. #include "version.h"
  16. #include "cdlids.h"
  17. /*
  18. VS_VERSION_INFO VERSIONINFO
  19. FILEVERSION VER_FILEVERSION
  20. PRODUCTVERSION VER_PRODUCTVERSION
  21. FILEFLAGSMASK VER_FILEFLAGSMASK
  22. FILEFLAGS VER_FILEFLAGS
  23. FILEOS VER_FILEOS
  24. FILETYPE VER_FILETYPE
  25. BEGIN
  26. BLOCK "VarFileInfo"
  27. BEGIN
  28. VALUE "Translation", 0x409, 1252
  29. // English language (0x409) and the Windows ANSI codepage (1252)
  30. END
  31. BLOCK "StringFileInfo"
  32. BEGIN
  33. BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
  34. BEGIN
  35. // Note: Non-standard value strings must be first as FileManager has a bug
  36. // that leaves garbage in its name buffer otherwise.
  37. VALUE "CompanyName", VER_COMPANYNAME_STR
  38. VALUE "FileDescription", VER_FILEDESCRIPTION_STR
  39. VALUE "FileVersion", VER_FILEVERSION_STR
  40. VALUE "InternalName", VER_INTERNALNAME_STR
  41. VALUE "LegalCopyright", VER_LEGALCOPYRIGHT_STR
  42. VALUE "LegalTrademarks", VER_LEGALTRADEMARKS_STR
  43. VALUE "OriginalFilename",VER_ORIGFILENAME_STR
  44. VALUE "ProductName", VER_PRODUCTNAME_STR
  45. VALUE "ProductVersion", VER_PRODUCTVERSION_STR
  46. VALUE "Comments", VER_FILEDESCRIPTION_STR
  47. END
  48. END
  49. END
  50. */
  51. /////////////////////////////////////////////////////////////////////////////
  52. #undef APSTUDIO_READONLY_SYMBOLS
  53. /////////////////////////////////////////////////////////////////////////////
  54. // English (U.S.) resources
  55. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  56. #ifdef _WIN32
  57. //LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  58. #pragma code_page(1252)
  59. #endif //_WIN32
  60. #endif // English (U.S.) resources
  61. IDD_CDLLOGVIEW DIALOGEX 0, 0, 466, 185
  62. STYLE WS_MINIMIZEBOX | WS_CAPTION | WS_SYSMENU
  63. CAPTION ""
  64. FONT 8, "MS Shell Dlg"
  65. BEGIN
  66. DEFPUSHBUTTON "",IDC_CB_VIEWLOG,385,9,75,14
  67. // PUSHBUTTON "",IDC_CB_DELETE,385,26,75,14
  68. PUSHBUTTON "",IDC_CB_DELETE_ALL,385,43,75,14
  69. PUSHBUTTON "",IDC_CB_REFRESH,385,77,75,14
  70. // PUSHBUTTON "",IDCANCEL,385,60,75,14
  71. CONTROL "",IDC_LV_LOGMESSAGES,"SysListView32",LVS_REPORT |
  72. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  73. LVS_AUTOARRANGE | WS_BORDER | WS_TABSTOP,7,8,371,166,
  74. WS_EX_CLIENTEDGE
  75. // GROUPBOX "",IDC_STATIC1,385,97,75,30
  76. // CONTROL "",IDC_CB_ENABLELOG,"Button",BS_AUTOCHECKBOX,393,110,59,10
  77. // GROUPBOX "",IDC_STATIC,385,128,75,52
  78. // CONTROL "",IDC_RADIO_DEFAULT,"Button",BS_AUTORADIOBUTTON,393,140, 45,10
  79. // CONTROL "",IDC_RADIO_CUSTOM,"Button",BS_AUTORADIOBUTTON,393,151, 45,10
  80. // CONTROL "",IDC_RADIO_XSP,"Button",BS_AUTORADIOBUTTON,393,162, 45,10
  81. END
  82. STRINGTABLE DISCARDABLE
  83. BEGIN
  84. ID_FUSLOGVW_DIALOG_TITLE "ClickOnce Log Viewer"
  85. ID_FUSLOGVW_BUTTON_VIEW_LOG "&View Entry"
  86. ID_FUSLOGVW_BUTTON_DELETE_ENTRY "&Delete Entry"
  87. ID_FUSLOGVW_BUTTON_DELETE_ALL "Delete &All"
  88. ID_FUSLOGVW_BUTTON_REFRESH "&Refresh"
  89. ID_FUSLOGVW_BUTTON_EXIT "E&xit"
  90. ID_FUSLOGVW_GROUPBOX_LOG_LOCATION "Log Location"
  91. ID_FUSLOGVW_RADIO_LOCATION_DEFAULT "Default"
  92. ID_FUSLOGVW_RADIO_LOCATION_ASP_NET "ASP.NET"
  93. ID_FUSLOGVW_RADIO_LOCATION_CUSTOM "Custom"
  94. END
  95. STRINGTABLE DISCARDABLE
  96. BEGIN
  97. ID_FUSLOGVW_HEADER_TEXT_APPLICATION "AppName"
  98. ID_FUSLOGVW_HEADER_TEXT_DESCRIPTION "DownloadType"
  99. ID_FUSLOGVW_HEADER_TEXT_DATE_TIME "Download Date/Time"
  100. ID_FUSLOGVW_CHECKBOX_ENABLELOG "Log Failures"
  101. END