encrypt.clw

来自「对所需要保密的文件进行加密」· CLW 代码 · 共 45 行

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

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

ClassCount=2
Class1=CEncryptApp
Class2=CEncryptDlg

ResourceCount=3
Resource2=IDR_MAINFRAME
Resource3=IDD_ENCRYPT_DIALOG

[CLS:CEncryptApp]
Type=0
HeaderFile=Encrypt.h
ImplementationFile=Encrypt.cpp
Filter=N

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



[DLG:IDD_ENCRYPT_DIALOG]
Type=1
Class=CEncryptDlg
ControlCount=5
Control1=IDC_KEY,edit,1350631552
Control2=IDC_ENCRYPT,button,1342242816
Control3=IDC_DISENCRYPT,button,1342242816
Control4=IDC_STATIC,static,1342308352
Control5=IDC_PROGRESS,msctls_progress32,1350565888

⌨️ 快捷键说明

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