rc4.clw

来自「实现rc4加密功能 带mfc窗口..内带详细说明方面理解」· CLW 代码 · 共 68 行

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

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

ClassCount=3
Class1=CRC4App
Class2=CAboutDlg
Class3=CRC4Dlg

ResourceCount=2
Resource1=IDD_ABOUTBOX
Resource2=IDD_RC4_DIALOG

[CLS:CRC4App]
Type=0
BaseClass=CWinApp
HeaderFile=RC4.h
ImplementationFile=RC4.cpp

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

[CLS:CRC4Dlg]
Type=0
BaseClass=CDialog
HeaderFile=RC4Dlg.h
ImplementationFile=RC4Dlg.cpp
Filter=D
VirtualFilter=dWC
LastObject=IDC_S

[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_RC4_DIALOG]
Type=1
Class=CRC4Dlg
ControlCount=12
Control1=IDOK,button,1342242817
Control2=IDC_STATIC,static,1342308352
Control3=IDC_EKey,edit,1350631552
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342308352
Control6=IDC_EDIT2,edit,1350631428
Control7=IDC_EDIT3,edit,1350631428
Control8=IDC_EDIT4,edit,1484849156
Control9=IDC_STATIC,static,1342308352
Control10=IDC_STATIC,static,1342308352
Control11=IDC_STATIC,static,1342308352
Control12=IDC_EDIT5,edit,1350631428

⌨️ 快捷键说明

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