mypager.clw

来自「一个VC编写的寻呼编码测试软件代码」· CLW 代码 · 共 115 行

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

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

ClassCount=6
Class1=CMyPagerApp
Class2=CMyPagerDlg
Class3=CAboutDlg

ResourceCount=4
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Class4=CMSCoom
Class5=CUSER_LOGINDlg
Resource3=IDD_MYPAGER_DIALOG
Class6=CComSet
Resource4=IDD_COM_DIALOG

[CLS:CMyPagerApp]
Type=0
HeaderFile=myPager.h
ImplementationFile=myPager.cpp
Filter=N

[CLS:CMyPagerDlg]
Type=0
HeaderFile=myPagerDlg.h
ImplementationFile=myPagerDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDC_COMBO_CATE

[CLS:CAboutDlg]
Type=0
HeaderFile=myPagerDlg.h
ImplementationFile=myPagerDlg.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_MYPAGER_DIALOG]
Type=1
Class=CMyPagerDlg
ControlCount=20
Control1=IDC_YHH,edit,1350639744
Control2=IDC_COMBO_CATE,combobox,1344340226
Control3=IDC_COMBO_VOICE,combobox,1344340226
Control4=IDC_TEXT,edit,1352732740
Control5=IDC_SEND,button,1342242816
Control6=IDC_CLEAR,button,1342242816
Control7=IDC_COMSET,button,1342242816
Control8=IDOK,button,1342242817
Control9=IDC_STATIC,static,1342308352
Control10=IDC_STATIC,static,1342308352
Control11=IDC_STATIC,static,1342308352
Control12=IDC_LIST1,SysListView32,1350631425
Control13=IDC_MSCOMM1,{648A5600-2C6E-101B-82B6-000000000014},1342242816
Control14=IDC_STATIC,static,1342308352
Control15=IDC_STATIC,static,1342308352
Control16=IDC_STATIC,static,1342177289
Control17=IDC_STATIC,static,1342308352
Control18=IDC_COMNUM,static,1342308352
Control19=IDC_COMSPEED,static,1342308352
Control20=IDC_WINSOCK1,{248DD896-BB45-11CF-9ABC-0080C7E7B78D},1342242816

[CLS:CMSCoom]
Type=0
HeaderFile=MSCoom.h
ImplementationFile=MSCoom.cpp
BaseClass=generic CWnd
Filter=W

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

[DLG:IDD_COM_DIALOG]
Type=1
Class=CComSet
ControlCount=6
Control1=IDC_COM_NUM,combobox,1344340226
Control2=IDC_COM_SPEED,combobox,1344340226
Control3=IDOK,button,1342242817
Control4=IDCANCEL,button,1342242816
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352

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

⌨️ 快捷键说明

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