lx1.clw

来自「这是一个用VC编写的工程」· CLW 代码 · 共 108 行

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

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

ClassCount=5
Class1=CLx1App
Class2=CLx1Dlg
Class3=CAboutDlg

ResourceCount=4
Resource1=IDD_LX1_DIALOG
Resource2=IDR_MAINFRAME
Class4=CServer
Resource3=IDD_ABOUTBOX
Class5=Login
Resource4=IDD_DIALOG1

[CLS:CLx1App]
Type=0
HeaderFile=lx1.h
ImplementationFile=lx1.cpp
Filter=N

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

[CLS:CAboutDlg]
Type=0
HeaderFile=lx1Dlg.h
ImplementationFile=lx1Dlg.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_LX1_DIALOG]
Type=1
Class=CLx1Dlg
ControlCount=18
Control1=IDC_LISTEN,button,1342242817
Control2=IDC_SEND,button,1342242816
Control3=IDC_CONTENT,edit,1350635648
Control4=IDC_IP,edit,1350631552
Control5=IDC_CONNECT,button,1342242816
Control6=IDC_LIST1,listbox,1352728835
Control7=IDC_STATIC,static,1342308352
Control8=IDC_STATIC,static,1342308352
Control9=IDC_SendFile,button,1342242816
Control10=IDC_ReceiveFile,button,1342242816
Control11=IDC_STATIC,static,1342308352
Control12=IDC_BUTTON1,button,1342242816
Control13=IDC_Login,button,1342242816
Control14=IDC_STATIC,button,1342177287
Control15=IDC_LOGINNAME,edit,1350631552
Control16=IDC_PASSWORD,edit,1350631584
Control17=IDC_STATIC,static,1342308352
Control18=IDC_STATIC,static,1342308352

[CLS:CServer]
Type=0
HeaderFile=Server.h
ImplementationFile=Server.cpp
BaseClass=CSocket
Filter=N
VirtualFilter=uq
LastObject=CServer

[DLG:IDD_DIALOG1]
Type=1
Class=Login
ControlCount=9
Control1=IDOK_ADD,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_NAME,edit,1350631552
Control4=IDC_PASS,edit,1350631584
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,static,1342308352
Control8=IDC_STATIC,static,1342308352
Control9=IDC_STATIC,static,1342308352

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

⌨️ 快捷键说明

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