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.

49 lines
1.2 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #include "commctrl.h"
  5. #include "winnt.h"
  6. #include "winuser.h"
  7. 1 TYPELIB "notifyn.tlb"
  8. IDR_REG_SAMPLE_NOTIFY REGISTRY "notify.rgs"
  9. /////////////////////////////////////////////////////////////////////////////
  10. //
  11. // Dialog
  12. //
  13. IDD_NOTIFY_GENERAL DIALOG DISCARDABLE 0, 0, 232, 151
  14. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  15. CAPTION "General"
  16. FONT 8, "MS Shell Dlg"
  17. BEGIN
  18. CONTROL "Remove a Miniport",IDC_REMOVE,"Button",
  19. BS_AUTORADIOBUTTON | WS_TABSTOP,39,73,75,10
  20. CONTROL "Add a Miniport",IDC_ADD,"Button",BS_AUTORADIOBUTTON |
  21. WS_TABSTOP,39,36,61,10
  22. LTEXT "Removal of miniport happens in FIFO order",IDC_STATIC,
  23. 39,93,135,8
  24. CTEXT "What do you want to do today?",IDC_STATIC,0,12,231,14
  25. END
  26. #include <ntverp.h>
  27. #include <winver.h>
  28. #define VER_FILETYPE VFT_DLL
  29. #define VER_FILESUBTYPE VFT2_UNKNOWN
  30. #define VER_FILEDESCRIPTION_STR "Sample MUX Notify Object"
  31. #define VER_INTERNALNAME_STR "notify.dll"
  32. #include <common.ver>