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.

133 lines
3.4 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include <windows.h>
  4. #include <richedit.h>
  5. #include "resource.h"
  6. #include <burnslib.rc>
  7. #define APSTUDIO_READONLY_SYMBOLS
  8. /////////////////////////////////////////////////////////////////////////////
  9. //
  10. // Generated from the TEXTINCLUDE 2 resource.
  11. //
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  17. #ifdef _WIN32
  18. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  19. #pragma code_page(1252)
  20. #endif //_WIN32
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // Dialog
  24. //
  25. IDD_LOOK_FOR DIALOG DISCARDABLE 0, 0, 331, 159
  26. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  27. EXSTYLE WS_EX_CONTEXTHELP
  28. CAPTION "Look For"
  29. FONT 8, "MS Shell Dlg"
  30. BEGIN
  31. LTEXT "Select the types of objects you want to find.",
  32. -1,7,7,317,8
  33. LTEXT "&Object types:",-1,7,26,317,8
  34. CONTROL "",IDC_LOOK_FOR_LV,"SysListView32",LVS_REPORT | WS_BORDER |
  35. LVS_NOCOLUMNHEADER | WS_TABSTOP,7,37,317,94
  36. DEFPUSHBUTTON "OK",IDOK,220,138,50,14
  37. PUSHBUTTON "Cancel",IDCANCEL,274,138,50,14
  38. END
  39. #ifdef APSTUDIO_INVOKED
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // TEXTINCLUDE
  43. //
  44. 1 TEXTINCLUDE DISCARDABLE
  45. BEGIN
  46. "resource.h\0"
  47. END
  48. 2 TEXTINCLUDE DISCARDABLE
  49. BEGIN
  50. "\r\n"
  51. "\0"
  52. END
  53. 3 TEXTINCLUDE DISCARDABLE
  54. BEGIN
  55. "\r\n"
  56. "\0"
  57. END
  58. #endif // APSTUDIO_INVOKED
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // String Table
  62. //
  63. STRINGTABLE DISCARDABLE
  64. BEGIN
  65. IDS_FILTER_ONE "one"
  66. END
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // Icons
  70. //
  71. IDI_LOCAL_GROUP ICON DISCARDABLE "localgrp.ico"
  72. IDI_SCOPE_WORKGROUP ICON DISCARDABLE "group.ico"
  73. IDI_SCOPE_DOMAIN ICON DISCARDABLE "domain.ico"
  74. IDI_SCOPE_DIRECTORY ICON DISCARDABLE "directory.ico"
  75. IDI_DISABLED_USER ICON DISCARDABLE "userd.ico"
  76. IDI_DISABLED_COMPUTER ICON DISCARDABLE "computrd.ico"
  77. IDI_GROUP ICON DISCARDABLE "group.ico"
  78. IDI_USER ICON DISCARDABLE "user.ico"
  79. IDI_COMPUTER ICON DISCARDABLE "computer.ico"
  80. /////////////////////////////////////////////////////////////////////////////
  81. //
  82. // Version
  83. //
  84. #define VER_FILETYPE VFT_DLL
  85. #define VER_FILESUBTYPE VFT2_UNKNOWN
  86. #define VER_FILEDESCRIPTION_STR "listtest"
  87. #define VER_INTERNALNAME_STR "listtest"
  88. #define VER_LEGALCOPYRIGHT_YEARS "1997-2000"
  89. #define VER_ORIGINALFILENAME_STR "listtest.exe"
  90. #include <ntverp.h>
  91. #include <common.ver>
  92. #endif // English (U.S.) resources
  93. /////////////////////////////////////////////////////////////////////////////
  94. #ifndef APSTUDIO_INVOKED
  95. /////////////////////////////////////////////////////////////////////////////
  96. //
  97. // Generated from the TEXTINCLUDE 3 resource.
  98. //
  99. /////////////////////////////////////////////////////////////////////////////
  100. #endif // not APSTUDIO_INVOKED