lcdsample.vcc

来自「EVC实现LCD屏」· VCC 代码 · 共 86 行

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

[General Info]
Version=1
LastClass=ColorLabel
LastTemplate=CStatic
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "LCDSample.h"

ClassCount=5
Class1=CLCDSampleApp
Class2=CLCDSampleDlg

ResourceCount=4
Resource2=IDD_LCDSAMPLE_DIALOG
Resource3=IDD_LCD_DLG
Resource1=IDR_MAINFRAME
Class4=LCDDlg
Class5=ColorLabel
Resource4=IDD_LCDSAMPLE_DIALOG (English (U.S.))

[CLS:CLCDSampleApp]
Type=0
HeaderFile=LCDSample.h
ImplementationFile=LCDSample.cpp
Filter=N

[CLS:CLCDSampleDlg]
Type=0
HeaderFile=LCDSampleDlg.h
ImplementationFile=LCDSampleDlg.cpp
Filter=D


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

[DLG:IDD_LCDSAMPLE_DIALOG (English (U.S.))]
Type=1
Class=CLCDSampleDlg
ControlCount=15
Control1=IDC_STATIC,static,1342308352
Control2=IDC_BG_PERIOD,edit,1350631552
Control3=IDC_STATIC,static,1342308352
Control4=IDC_FLOOR_NUMBERIDC_FLOOR_NUMBER,edit,1350631552
Control5=IDC_STATIC,static,1342308352
Control6=IDC_DIRECTION_UP,button,1342177289
Control7=IDC_DIRECTION_DOWN,button,1342177289
Control8=IDC_STATIC,static,1342308352
Control9=IDC_AVI_FILE,edit,1350631552
Control10=IDC_SET_TIME_FONT,button,1342242816
Control11=IDC_SHOW_TIME_FONT,static,1342308352
Control12=IDC_SET_TIME_COLOR,button,1342242816
Control13=IDC_SHOW_TIME_COLOR,static,1342308352
Control14=IDOK,button,1342242816
Control15=IDCANCEL,button,1342242816

[DLG:IDD_LCD_DLG]
Type=1
Class=LCDDlg
ControlCount=4
Control1=IDC_DIRECTION,static,1342308352
Control2=IDC_FLOOR_NUMBER,static,1342308352
Control3=IDC_AVI,static,1342308352
Control4=IDC_TIME,static,1342308352

[CLS:LCDDlg]
Type=0
HeaderFile=LCDDlg.h
ImplementationFile=LCDDlg.cpp
BaseClass=CDialog
Filter=D

[CLS:ColorLabel]
Type=0
HeaderFile=olorLabel.h
ImplementationFile=olorLabel.cpp
BaseClass=CStatic
Filter=W

⌨️ 快捷键说明

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