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.
|
|
//Microsoft Developer Studio generated resource script. // #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "winres.h"
///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS
///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32
#ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE //
1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END
2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""winres.h""\r\n" "\0" END
#endif // APSTUDIO_INVOKED
#ifndef _MAC ///////////////////////////////////////////////////////////////////////////// // // Version //
#endif // !_MAC
IDD_INIT_DEVICE DIALOG DISCARDABLE 0, 0, 187, 24 STYLE DS_CENTER | DS_SETFOREGROUND | DS_MODALFRAME | WS_POPUP FONT 8, "MS Shell Dlg" BEGIN CTEXT "Please wait while the device initializes...",-1, 7,7,173,10,SS_CENTERIMAGE END
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN IDS_PROJNAME "camocx" END
STRINGTABLE DISCARDABLE BEGIN IDS_VIDEO_BUSY_TEXT "Creation of the video preview failed.\n\nPlease check the device connection and make sure that the device is not being used by another application or user." IDS_VIDEO_BUSY_TITLE "Video Preview Failure" END
IDR_PREVIEW REGISTRY DISCARDABLE "Preview.rgs"
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "WIA Camera View DLL" #define VER_INTERNALNAME_STR "camocx\0" #define VER_ORIGINALFILENAME_STR "camocx.dll"
#include "common.ver"
1 TYPELIB "wiaview.tlb"
#endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////
|