smspirit.clw

来自「用VC6++对串口编程的实现,主要对SMS的实现,可以模拟发短信,收短信,不过要」· CLW 代码 · 共 69 行

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

[General Info]
Version=1
LastClass=CSMSpiritDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "smspirit.h"
LastPage=0

ClassCount=3
Class1=CSMSpiritApp
Class2=CAboutDlg
Class3=CSMSpiritDlg

ResourceCount=2
Resource1=IDD_ABOUTBOX
Resource2=IDD_SMSPIRIT_DIALOG

[CLS:CSMSpiritApp]
Type=0
BaseClass=CWinApp
HeaderFile=SMSpirit.h
ImplementationFile=SMSpirit.cpp

[CLS:CAboutDlg]
Type=0
BaseClass=CDialog
HeaderFile=SMSpiritDlg.cpp
ImplementationFile=SMSpiritDlg.cpp

[CLS:CSMSpiritDlg]
Type=0
BaseClass=CDialog
HeaderFile=SMSpiritDlg.h
ImplementationFile=SMSpiritDlg.cpp
Filter=D
VirtualFilter=dWC
LastObject=IDC_ADDRESS_BOOK

[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_SMSPIRIT_DIALOG]
Type=1
Class=CSMSpiritDlg
ControlCount=14
Control1=IDC_SEND,button,1342242817
Control2=IDC_RECEIVER,edit,1350631552
Control3=IDC_STATIC,static,1342308354
Control4=IDC_MESSAGE,edit,1350631552
Control5=IDC_STATIC,static,1342308354
Control6=IDC_ADDRESS_BOOK,SysListView32,1350631425
Control7=IDC_INBOX,SysListView32,1350631425
Control8=IDC_STATIC,static,1342308352
Control9=IDC_STATIC,static,1342308352
Control10=IDC_OUTBOX,SysListView32,1350631425
Control11=IDC_STATIC,static,1342308352
Control12=IDC_BUTTON_OPTION,button,1342242816
Control13=IDC_BUTTON_REFRESH,button,1342242816
Control14=IDC_BUTTON_ABOUT,button,1342242816

⌨️ 快捷键说明

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