resource.h

来自「人工智能课程设计之二」· C头文件 代码 · 共 46 行

H
46
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Decode.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_DECODETYPE                  129
#define IDD_CAESAR_DIALOG               130
#define IDB_AI_BITMAP                   132
#define IDD_REPLACE_DIALOG              133
#define IDC_CIPHER_EDIT                 1000
#define IDC_PLAIN_EDIT                  1001
#define IDC_OPEN_CIPHER_BUTTON          1002
#define IDC_OPEN_PLAIN_BUTTON           1003
#define IDC_EDIT_SC                     1004
#define IDC_EDIT_SP                     1005
#define IDC_EDIT_Time                   1006
#define IDC_DECIPHER_BUTTON             1007
#define IDC_BUTTON_Exit                 1008
#define IDC_STATIC_File                 1009
#define IDC_STATIC_String               1010
#define IDC_STATIC_SC                   1011
#define IDC_STATIC_SP                   1012
#define IDC_STATIC_FC                   1013
#define IDC_STATIC_FP                   1014
#define IDC_RADIO_String                1015
#define IDC_RADIO_File                  1016
#define IDC_RADIO_B                     1017
#define IDC_RADIO_I                     1018
#define IDC_EDIT_BEGIN                  1020
#define IDC_EDIT_END                    1021
#define ID_Caesar                       32771
#define ID_Replace                      32772

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        135
#define _APS_NEXT_COMMAND_VALUE         32773
#define _APS_NEXT_CONTROL_VALUE         1022
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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