datastream.clw

来自「对数据进行一些流方面的操作」· CLW 代码 · 共 93 行

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

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

ClassCount=4
Class1=CDataStreamApp
Class2=CAboutDlg
Class3=CDataStreamDlg
Class4=CGetDataDlg

ResourceCount=3
Resource1=IDD_ABOUTBOX
Resource2=IDD_DATASTREAM_DIALOG
Resource3=IDD_GETDATADLG

[CLS:CDataStreamApp]
Type=0
BaseClass=CWinApp
HeaderFile=DataStream.h
ImplementationFile=DataStream.cpp

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

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

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

[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_DATASTREAM_DIALOG]
Type=1
Class=CDataStreamDlg
ControlCount=10
Control1=IDC_SNAME,edit,1342244992
Control2=IDC_NEWZIP,button,1342242816
Control3=IDC_ADDZIP,button,1342242816
Control4=IDC_FOLDER,button,1342242816
Control5=IDC_EXTRA,button,1342242816
Control6=IDOK,button,1342242816
Control7=IDC_DOCFILE,edit,1342244992
Control8=IDC_STATIC,static,1342308352
Control9=IDC_STATIC,static,1342308352
Control10=IDC_LIST,listbox,1353777410

[DLG:IDD_GETDATADLG]
Type=1
Class=CGetDataDlg
ControlCount=12
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_PRENAME,edit,1350631552
Control5=IDC_SELECT,button,1342242816
Control6=IDC_STATIC,button,1342177287
Control7=IDC_STATIC,static,1342308352
Control8=IDC_FILENAME,edit,1350631552
Control9=IDC_STATIC,static,1342308352
Control10=IDC_LIST1,listbox,1353777409
Control11=IDC_DEL,button,1342242816
Control12=IDC_ADD,button,1342242816

⌨️ 快捷键说明

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