rotationscreen.vcc

来自「WinCE5.0 Rotation Screen Program」· VCC 代码 · 共 50 行

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

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

ClassCount=2
Class1=CRotationScreenApp
Class2=CRotationScreenDlg

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

[CLS:CRotationScreenApp]
Type=0
HeaderFile=RotationScreen.h
ImplementationFile=RotationScreen.cpp
Filter=N

[CLS:CRotationScreenDlg]
Type=0
HeaderFile=RotationScreenDlg.h
ImplementationFile=RotationScreenDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDOK


[DLG:IDD_ROTATIONSCREEN_DIALOG]
Type=1
ControlCount=3
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Class=CRotationScreenDlg

[DLG:IDD_ROTATIONSCREEN_DIALOG (English (U.S.))]
Type=1
Class=CRotationScreenDlg
ControlCount=2
Control1=IDC_RADIO_ROTATE0,button,1342308361
Control2=IDC_RADIO_ROTATE90,button,1342308361

⌨️ 快捷键说明

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