videoshow.clw

来自「这是一个朋友做的人脸检测软件」· CLW 代码 · 共 102 行

CLW
102
字号
; CLW file contains information for the MFC ClassWizard

[General Info]
Version=1
LastClass=CVideoWin
LastTemplate=CStatic
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "VideoShow.h"

ClassCount=4
Class1=CVideoShowApp
Class2=CVideoShowDlg
Class3=CAboutDlg

ResourceCount=5
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Class4=CVideoWin
Resource3=IDD_VIDEOSHOW_DIALOG
Resource4=IDD_ABOUTBOX (English (U.S.))
Resource5=IDD_VIDEOSHOW_DIALOG (English (U.S.))

[CLS:CVideoShowApp]
Type=0
HeaderFile=VideoShow.h
ImplementationFile=VideoShow.cpp
Filter=N

[CLS:CVideoShowDlg]
Type=0
HeaderFile=VideoShowDlg.h
ImplementationFile=VideoShowDlg.cpp
Filter=D
LastObject=CVideoShowDlg
BaseClass=CDialog
VirtualFilter=dWC

[CLS:CAboutDlg]
Type=0
HeaderFile=VideoShowDlg.h
ImplementationFile=VideoShowDlg.cpp
Filter=D

[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg
ControlCount=4
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889

[DLG:IDD_VIDEOSHOW_DIALOG]
Type=1
Class=CVideoShowDlg
ControlCount=6
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_VIDEOSHOW,static,1350696960
Control4=IDC_PREVIEW,button,1342242816
Control5=IDC_PAUSE,button,1342242816
Control6=IDC_STOP,button,1342242816

[CLS:CVideoWin]
Type=0
HeaderFile=VideoWin.h
ImplementationFile=VideoWin.cpp
BaseClass=CStatic
Filter=W
VirtualFilter=WC
LastObject=CVideoWin

[DLG:IDD_VIDEOSHOW_DIALOG (English (U.S.))]
Type=1
Class=CVideoShowDlg
ControlCount=15
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_VIDEOSHOW,static,1342308619
Control4=IDC_PREVIEW,button,1342242816
Control5=IDC_PAUSE,button,1342242816
Control6=IDC_STOP,button,1342242816
Control7=IDC_SIZECHANGE,button,1342242816
Control8=IDC_RESIZEWIDE,edit,1350631552
Control9=IDC_RESIZEHEIGH,edit,1350631552
Control10=IDC_STATIC,static,1342308352
Control11=IDC_FACEDETECT,button,1342242816
Control12=IDC_FACEOPEN,static,1342308352
Control13=IDC_CAMSHIFT,button,1342242816
Control14=IDC_STATIC_CAMSHIFT,static,1342308352
Control15=IDC_ZUOZHE,static,1342308352

[DLG:IDD_ABOUTBOX (English (U.S.))]
Type=1
Class=?
ControlCount=4
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?