smsexample.clw

来自「vc短信程序,串口发送短信,用VC编写的,PC与手机之间的通信」· CLW 代码 · 共 78 行

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

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

ClassCount=3
Class1=CSmsExampleApp
Class2=CSmsExampleDlg
Class3=CAboutDlg

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

[CLS:CSmsExampleApp]
Type=0
HeaderFile=SmsExample.h
ImplementationFile=SmsExample.cpp
Filter=N

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

[CLS:CAboutDlg]
Type=0
HeaderFile=SmsExampleDlg.h
ImplementationFile=SmsExampleDlg.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_SMSEXAMPLE_DIALOG]
Type=1
Class=CSmsExampleDlg
ControlCount=23
Control1=IDC_STATIC,button,1342177287
Control2=IDC_STATIC,static,1342308354
Control3=IDC_COMBO1,combobox,1344340226
Control4=IDC_OPENBUTTON,button,1342242816
Control5=IDC_CLOSEBUTTON,button,1342242816
Control6=IDC_STATIC,button,1342177287
Control7=IDC_STATIC,static,1342308354
Control8=IDC_DESNUMBER,edit,1350631554
Control9=IDC_STATIC,static,1342308354
Control10=IDC_CONTENT,edit,1350631554
Control11=IDC_SENDBUTTON,button,1342242816
Control12=IDC_CLEARBUTTON,button,1342242816
Control13=IDC_STATIC,button,1342177287
Control14=IDC_RECEIVEBUTTON,button,1342242816
Control15=IDC_STATIC,static,1350701057
Control16=IDC_EDIT1,edit,1350633602
Control17=IDC_DELALLBUTTON,button,1342242816
Control18=IDC_LIST1,SysListView32,1350631424
Control19=IDC_UNREADBUTTON,button,1342242816
Control20=IDC_STATIC,static,1342308354
Control21=IDC_EDIT2,edit,1350631554
Control22=IDC_GETCENTER,button,1342242816
Control23=IDC_SETCENTER,button,1342242816

⌨️ 快捷键说明

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