lottery.clw

来自「彩票抽奖机」· CLW 代码 · 共 75 行

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

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

ClassCount=4
Class1=CLotteryApp
Class2=CLotteryDlg
Class3=CAboutDlg

ResourceCount=3
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Class4=CMyTabel
Resource3=IDD_LOTTERY_DIALOG

[CLS:CLotteryApp]
Type=0
HeaderFile=Lottery.h
ImplementationFile=Lottery.cpp
Filter=N

[CLS:CLotteryDlg]
Type=0
HeaderFile=LotteryDlg.h
ImplementationFile=LotteryDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDC_HINT

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

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

[DLG:IDD_LOTTERY_DIALOG]
Type=1
Class=CLotteryDlg
ControlCount=11
Control1=IDC_NUM1,static,1342308747
Control2=IDC_BEGIN,button,1342275584
Control3=IDC_NUM2,static,1342308352
Control4=IDC_NUM3,static,1342308352
Control5=IDC_NUM4,static,1342308352
Control6=IDC_NUM5,static,1342308352
Control7=IDC_NUM6,static,1342308352
Control8=IDC_NUM7,static,1342308352
Control9=IDC_END,button,1342275584
Control10=IDC_HINT,static,1342308364
Control11=IDC_STATIC,button,1342177287

[CLS:CMyTabel]
Type=0
HeaderFile=MyTabel.h
ImplementationFile=MyTabel.cpp
BaseClass=CStatic
Filter=W
VirtualFilter=WC

⌨️ 快捷键说明

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