home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / surpriz / MSRMesh-VirtualWIFI.MSI / notify.RC < prev    next >
Encoding:
Text File  |  2005-06-24  |  1.2 KB  |  51 lines

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