home *** CD-ROM | disk | FTP | other *** search
- //Microsoft Developer Studio generated resource script.
- //
-
- #include "resource.h"
-
- #include "commctrl.h"
- #include "winnt.h"
- #include "winuser.h"
-
- 1 TYPELIB "notifyn.tlb"
- IDR_REG_SAMPLE_NOTIFY REGISTRY "notify.rgs"
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // Dialog
- //
- IDD_NOTIFY_GENERAL DIALOG DISCARDABLE 0, 0, 232, 151
- STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
- CAPTION "VirtualWiFi Properties"
- FONT 8, "MS Shell Dlg"
- BEGIN
- CONTROL "Add a Miniport",IDC_ADD,"Button",BS_AUTORADIOBUTTON |
- WS_TABSTOP,39,36,61,10
- CONTROL "Remove a Miniport",IDC_REMOVE,"Button",
- BS_AUTORADIOBUTTON | WS_TABSTOP,39,73,75,10
- LTEXT "Removal of miniport happens in FIFO order",IDC_STATIC,
- 39,93,135,8
- CTEXT "What do you want to do?",IDC_STATIC,0,12,231,14
- END
-
-
- #include <ntverp.h>
- #include <winver.h>
-
-
- #define VER_FILETYPE VFT_DLL
- #define VER_FILESUBTYPE VFT2_UNKNOWN
- #define VER_FILEDESCRIPTION_STR "VirtualWiFi Notify Object"
- #define VER_INTERNALNAME_STR "vwifi.dll"
-
- #include <common.ver>
-
-
-
-
-
-
-
-
-
-