cryptography.clw

来自「用VC++做的一个加密解密算法」· CLW 代码 · 共 70 行

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

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

ClassCount=3
Class1=CCryptographyApp
Class2=CCryptographyDlg
Class3=CAboutDlg

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

[CLS:CCryptographyApp]
Type=0
HeaderFile=Cryptography.h
ImplementationFile=Cryptography.cpp
Filter=N

[CLS:CCryptographyDlg]
Type=0
HeaderFile=CryptographyDlg.h
ImplementationFile=CryptographyDlg.cpp
Filter=D
LastObject=IDC_EXIT_PROGRAME
BaseClass=CDialog
VirtualFilter=dWC

[CLS:CAboutDlg]
Type=0
HeaderFile=CryptographyDlg.h
ImplementationFile=CryptographyDlg.cpp
Filter=D

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

[DLG:IDD_CRYPTOGRAPHY_DIALOG]
Type=1
Class=?
ControlCount=15
Control1=IDC_RADIO_CAESAR,button,1342308361
Control2=IDC_RADIO_PLAYFAIR,button,1342177289
Control3=IDC_RADIO_VIGENERE,button,1342177289
Control4=IDC_RADIO_DISPLACE,button,1342177289
Control5=IDC_INCREASE_SECRET,button,1342242816
Control6=IDC_STATIC,button,1342177287
Control7=IDC_EXIT_PROGRAME,button,1342242816
Control8=IDC_STATIC,button,1342177287
Control9=IDC_EDIT1,edit,1350631552
Control10=IDC_STATIC,button,1342177287
Control11=IDC_EDIT2,edit,1350631552
Control12=IDC_BREAK_SECRET,button,1342242816
Control13=IDC_STATIC,button,1342177287
Control14=IDC_ABOUT_AUTHOR,button,1342242816
Control15=IDC_STATIC,button,1342177287

⌨️ 快捷键说明

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