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.
27 lines
560 B
27 lines
560 B
#include "resource.h"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// REGISTRY
|
|
//
|
|
|
|
IDR_WiaVideo REGISTRY DISCARDABLE "WiaVideo.rgs"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_PROJNAME "WiaVideo"
|
|
IDS_WIAVIDEO_DESC "WiaVideo Class"
|
|
IDS_SNAPSHOT "Picture"
|
|
IDS_NUM_FORMAT "%03d"
|
|
END
|
|
|
|
|
|
1 TYPELIB "WiaVideo.tlb"
|
|
|
|
#include "wiavideo.rcv"
|
|
|