rectest.clw
来自「实现网上点对点的语音通信,有兴趣的朋友可以把它下来.交流一下.QQ:925553」· CLW 代码 · 共 62 行
CLW
62 行
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CRecTestDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "RecTest.h"
ClassCount=3
Class1=CRecTestApp
Class2=CRecTestDlg
Class3=CAboutDlg
ResourceCount=3
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Resource3=IDD_RECTEST_DIALOG
[CLS:CRecTestApp]
Type=0
HeaderFile=RecTest.h
ImplementationFile=RecTest.cpp
Filter=N
[CLS:CRecTestDlg]
Type=0
HeaderFile=RecTestDlg.h
ImplementationFile=RecTestDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDC_EDIT1
[CLS:CAboutDlg]
Type=0
HeaderFile=RecTestDlg.h
ImplementationFile=RecTestDlg.cpp
Filter=D
[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg
ControlCount=8
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,static,1342177294
Control8=IDC_STATIC,static,1342308352
[DLG:IDD_RECTEST_DIALOG]
Type=1
Class=CRecTestDlg
ControlCount=3
Control1=IDC_BEGIN,button,1342275584
Control2=IDOK,button,1342275585
Control3=IDC_STATIC,static,1342177294
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?