dropdownsample.vcc

来自「windows ce开发技巧与实例光盘代码」· VCC 代码 · 共 66 行

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

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

ClassCount=3
Class1=CDropDownSampleApp
Class2=CDropDownSampleDlg

ResourceCount=6
Resource2=IDR_MAINFRAME
Resource3=IDD_DROPDOWNSAMPLE_DIALOG
Resource4=IDR_POPUP (English (U.S.))
Resource5=IDD_DROPDOWNSAMPLE_DIALOG (English (U.S.))
Resource6=IDR_TOOLBAR (English (U.S.))

[CLS:CDropDownSampleApp]
Type=0
HeaderFile=DropDownSample.h
ImplementationFile=DropDownSample.cpp
Filter=N

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


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

[MNU:IDR_POPUP (English (U.S.))]
Type=1
Class=?
Command1=ID_POPUP_ITEM1
Command2=ID_POPUP_ITEM2
Command3=ID_POPUP_ITEM3
CommandCount=3

[DLG:IDD_DROPDOWNSAMPLE_DIALOG (English (U.S.))]
Type=1
Class=?
ControlCount=1
Control1=IDC_STATIC,static,1342308352

[TB:IDR_TOOLBAR (English (U.S.))]
Type=1
Class=?
Command1=ID_BUTTON32776
Command2=ID_BUTTON32777
Command3=ID_BUTTON32778
CommandCount=3

⌨️ 快捷键说明

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