testmsg.vcc

来自「自己编的一个基于WinCE的拨号程序」· VCC 代码 · 共 71 行

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

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

ClassCount=2
Class1=CTestMsgApp
Class2=CTestMsgDlg

ResourceCount=4
Resource2=IDR_MAINFRAME
Resource3=IDD_TESTMSG_DIALOG
Resource4=IDD_TESTMSG_DIALOG (English (U.S.))

[CLS:CTestMsgApp]
Type=0
HeaderFile=TestMsg.h
ImplementationFile=TestMsg.cpp
Filter=N

[CLS:CTestMsgDlg]
Type=0
HeaderFile=TestMsgDlg.h
ImplementationFile=TestMsgDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDC_EDIT_ST_STATE


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

[DLG:IDD_TESTMSG_DIALOG (English (U.S.))]
Type=1
Class=CTestMsgDlg
ControlCount=23
Control1=IDC_BUTTON_OPEN,button,1476460544
Control2=IDC_BUTTON_CLOSE,button,1342242816
Control3=IDC_EDIT_USERNAME,edit,1350631552
Control4=IDC_STATIC,static,1342308354
Control5=IDC_STATIC,static,1342308354
Control6=IDC_STATIC,static,1342308354
Control7=IDC_EDIT_PASSWORD,edit,1350631552
Control8=IDC_EDIT_DOMAIN,edit,1350631552
Control9=IDC_EDIT_ENTRYNAME,edit,1350631552
Control10=IDC_STATIC,static,1342308354
Control11=IDC_BUTTON_HANGUP,button,1476460544
Control12=IDC_STATIC,static,1073872898
Control13=IDC_EDIT_RASCONN,edit,1216413824
Control14=IDC_STATIC,static,1342308354
Control15=IDC_STATIC,static,1073872898
Control16=IDC_STATIC,static,1342308354
Control17=IDC_STATIC,static,1342308354
Control18=IDC_STATIC,static,1342308354
Control19=IDC_EDIT_ST_SIZE,edit,1216413824
Control20=IDC_EDIT_ST_STATE,edit,1484849280
Control21=IDC_EDIT_ST_ERROR,edit,1484849280
Control22=IDC_EDIT_ST_TYPE,edit,1484849280
Control23=IDC_EDIT_ST_NAME,edit,1484849280

⌨️ 快捷键说明

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