color.vcc

来自「wince 下的简单的颜色选择小例子」· VCC 代码 · 共 48 行

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

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

ClassCount=2
Class1=CColorApp
Class2=CColorDlg

ResourceCount=3
Resource2=IDR_MAINFRAME
Resource3=IDD_COLOR_DIALOG

[CLS:CColorApp]
Type=0
HeaderFile=Color.h
ImplementationFile=Color.cpp
Filter=N

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


[DLG:IDD_COLOR_DIALOG]
Type=1
Class=CColorDlg
ControlCount=9
Control1=IDC_CHOOSECOLOR,button,1342242816
Control2=IDC_RED,edit,1350631552
Control3=IDC_GREEN,edit,1350631552
Control4=IDC_BLUE,edit,1350631552
Control5=IDC_APPLY,button,1342242816
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,static,1342308352
Control8=IDC_STATIC,static,1342308352
Control9=IDC_COLORFIELD,listbox,1350631680

⌨️ 快捷键说明

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