colorlistboxsample.clw

来自「可以用不同颜色表示列表项目的列表框类库」· CLW 代码 · 共 58 行

CLW
58
字号
; CLW file contains information for the MFC ClassWizard

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

ClassCount=3
Class1=CColorListBoxSampleApp
Class2=CColorListBoxSampleDlg
Class3=CAboutDlg

ResourceCount=3
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Resource3=IDD_COLORLISTBOXSAMPLE_DIALOG

[CLS:CColorListBoxSampleApp]
Type=0
HeaderFile=ColorListBoxSample.h
ImplementationFile=ColorListBoxSample.cpp
Filter=N

[CLS:CColorListBoxSampleDlg]
Type=0
HeaderFile=ColorListBoxSampleDlg.h
ImplementationFile=ColorListBoxSampleDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDC_INSERT

[CLS:CAboutDlg]
Type=0
HeaderFile=ColorListBoxSampleDlg.h
ImplementationFile=ColorListBoxSampleDlg.cpp
Filter=D
LastObject=CAboutDlg

[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg
ControlCount=3
Control1=IDC_STATIC,static,1342308480
Control2=IDC_STATIC,static,1342308352
Control3=IDOK,button,1342373889

[DLG:IDD_COLORLISTBOXSAMPLE_DIALOG]
Type=1
Class=CColorListBoxSampleDlg
ControlCount=3
Control1=IDC_INSERT,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_CLISTBOX,listbox,1352728913

⌨️ 快捷键说明

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