📄 encrypt_private.h
字号:
/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
/* DO NOT EDIT ! */
#ifndef ENCRYPT_PRIVATE_H
#define ENCRYPT_PRIVATE_H
/* VERSION DEFINITIONS */
#define VER_STRING "0.0.2.14"
#define VER_MAJOR 0
#define VER_MINOR 0
#define VER_RELEASE 2
#define VER_BUILD 14
#define COMPANY_NAME "albinoloverats ~ Software Development"
#define FILE_VERSION "0.0.2.14"
#define FILE_DESCRIPTION "Simple File Encryption"
#define INTERNAL_NAME "encrypt"
#define LEGAL_COPYRIGHT "Copyright (c) 2005 albinoloverats, under the GPL"
#define LEGAL_TRADEMARKS "Published under the GNU GPL"
#define ORIGINAL_FILENAME "encrypt.exe"
#define PRODUCT_NAME "encrypt"
#define PRODUCT_VERSION "0.1.0.0 beta"
#endif /*ENCRYPT_PRIVATE_H*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -