⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cryptography.clw

📁 实现了凯撒、Playfair维吉尼亚和置换算法的MFC加解密程序。
💻 CLW
字号:
; 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_EDIT_Cip_InOrOut
BaseClass=CDialog
VirtualFilter=dWC

[CLS:CAboutDlg]
Type=0
HeaderFile=CryptographyDlg.h
ImplementationFile=CryptographyDlg.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_CRYPTOGRAPHY_DIALOG]
Type=1
Class=CCryptographyDlg
ControlCount=18
Control1=IDOK,button,1342275585
Control2=IDCANCEL,button,1342275584
Control3=IDC_STATIC,button,1342178055
Control4=IDC_RADIO_Caesar,button,1342177289
Control5=IDC_RADIO_Playfair,button,1342177289
Control6=IDC_RADIO_Vigenere,button,1342177289
Control7=IDC_RADIO_Permutation,button,1342177289
Control8=IDC_STATIC,button,1342178055
Control9=IDC_EDIT_PlaintText_InPut,edit,1350631552
Control10=IDC_STATIC,button,1342178055
Control11=IDC_EDIT_Cip_InOrOut,edit,1350631552
Control12=IDC_STATIC,button,1342178055
Control13=IDC_EDIT_PlainText_Out,edit,1350631552
Control14=IDC_BUTTON_Encrypt,button,1342275584
Control15=IDC_BUTTON_Decrypt,button,1342279424
Control16=IDC_BUTTON_Choose,button,1342275584
Control17=IDC_EDIT_Pass,edit,1350631552
Control18=IDC_STATIC,button,1342178055

⌨️ 快捷键说明

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