resource.h

来自「使用TEA加密方法的简单加密解密程序. 包含 COMMAND版本 和 WIN3」· C头文件 代码 · 共 49 行

H
49
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by OpenFile.rc
//
#define IDC_MYICON                      2
#define IDD_OPENFILE_DIALOG             102
#define IDD_ABOUTBOX                    103
#define IDS_APP_TITLE                   103
#define IDM_ABOUT                       104
#define IDM_EXIT                        105
#define IDS_HELLO                       106
#define IDI_OPENFILE                    107
#define IDI_SMALL                       108
#define IDC_OPENFILE                    109
#define IDS_STRING_IN                   110
#define IDS_STRING_OUT                  111
#define IDR_MAINFRAME                   128
#define IDD_DIALOG1                     129
#define IDI_ICON1                       135
#define IDI_ICON2                       137
#define IDI_ICON3                       138
#define IDC_EDIT1                       1000
#define IDC_OPEN                        1001
#define IDC_IN                          1001
#define IDC_BUTTON1                     1002
#define IDC_ENCODE                      1002
#define IDC_BUTTON2                     1003
#define IDC_DECODE                      1003
#define IDC_EDIT2                       1004
#define IDC_RADIO1                      1005
#define IDC_RADIO2                      1006
#define IDC_RADIO3                      1007
#define IDC_OUT                         1008
#define IDC_EDIT3                       1009
#define IDC_RADIO4                      1010
#define IDC_RADIO5                      1011
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        139
#define _APS_NEXT_COMMAND_VALUE         32773
#define _APS_NEXT_CONTROL_VALUE         1010
#define _APS_NEXT_SYMED_VALUE           110
#endif
#endif

⌨️ 快捷键说明

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