compactmdb.clw

来自「对数据库进行压缩」· CLW 代码 · 共 75 行

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

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

ClassCount=3
Class1=CCompactMDBApp
Class2=CCompactMDBDlg
Class3=CAboutDlg

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

[CLS:CCompactMDBApp]
Type=0
HeaderFile=CompactMDB.h
ImplementationFile=CompactMDB.cpp
Filter=N

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

[CLS:CAboutDlg]
Type=0
HeaderFile=CompactMDBDlg.h
ImplementationFile=CompactMDBDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC

[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg
ControlCount=5
Control1=IDC_STATIC,static,1342308480
Control2=IDC_STATIC,static,1342308352
Control3=IDOK,button,1342373889
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342177283

[DLG:IDD_COMPACTMDB_DIALOG]
Type=1
Class=CCompactMDBDlg
ControlCount=17
Control1=IDC_STATIC,button,1342177287
Control2=IDC_STATIC,static,1342308364
Control3=IDC_STATIC,static,1342308353
Control4=IDC_ED_USERNAME,edit,1350631552
Control5=IDC_ED_PASSWD,edit,1350631456
Control6=IDC_STATIC,static,1342308352
Control7=IDC_ED_SOURCE_PATH,edit,1350631552
Control8=IDC_BROWSE_SOURCE,button,1342275584
Control9=IDC_STATIC,static,1342177296
Control10=IDC_CHK_USE_SOURCE,button,1342276131
Control11=IDC_STATIC,static,1342308352
Control12=IDC_ED_DESTINATION,edit,1484849280
Control13=IDC_BROWSE_DEST,button,1476493312
Control14=IDC_BUT_COMPACT,button,1342275584
Control15=IDCANCEL,button,1342275584
Control16=IDC_STATIC,static,1342308352
Control17=IDC_STATIC,static,1342177294

⌨️ 快捷键说明

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