recorder1.vcc

来自「EVC下的小录音程序」· VCC 代码 · 共 56 行

VCC
56
字号
; CLW file contains information for the MFC ClassWizard

[General Info]
Version=1
LastClass=CRecorder1Dlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Recorder1.h"

ClassCount=3
Class1=CRecorder1App
Class2=CRecorder1Dlg

ResourceCount=4
Resource2=IDR_MAINFRAME
Resource3=IDD_RECORDER1_DIALOG (English (U.S.))
Resource4=IDD_RECORDER1_DIALOG

[CLS:CRecorder1App]
Type=0
HeaderFile=Recorder1.h
ImplementationFile=Recorder1.cpp
Filter=N

[CLS:CRecorder1Dlg]
Type=0
HeaderFile=Recorder1Dlg.h
ImplementationFile=Recorder1Dlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC


[DLG:IDD_RECORDER1_DIALOG]
Type=1
Class=CRecorder1Dlg
ControlCount=6
Control1=IDC_REC_START,button,1342242816
Control2=IDC_REC_STOP,button,1476460544
Control3=IDC_PLAY_START,button,1476460544
Control4=IDC_PLAY_PAUSE,button,1476460544
Control5=IDC_PLAY_STOP,button,1476460544
Control6=IDC_STATIC_TIME,static,1342308352

[DLG:IDD_RECORDER1_DIALOG (English (U.S.))]
Type=1
Class=?
ControlCount=6
Control1=IDC_REC_START,button,1342242816
Control2=IDC_REC_STOP,button,1476460544
Control3=IDC_PLAY_START,button,1476460544
Control4=IDC_PLAY_PAUSE,button,1476460544
Control5=IDC_PLAY_STOP,button,1476460544
Control6=IDC_STATIC_TIME,static,1342308352

⌨️ 快捷键说明

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