resource.h

来自「将exe等可执行文件转化成c程序的反编译程序,先到汇编再到c」· C头文件 代码 · 共 56 行

H
56
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Sample.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_DIALOGBAR3                  103
#define IDR_MAINFRAME                   128
#define IDR_SAMPLETYPE                  129
#define IDB_BITMAP1                     130
#define IDD_DIALOGBAR1                  131
#define IDD_DIALOGBAR2                  132
#define IDI_ICON1                       133
#define IDI_ICON2                       134
#define IDI_ICON3                       135
#define IDR_VIEW2_TMP                   136
#define IDD_DIALOG1                     139
#define IDD_DIALOG2                     140
#define IDD_DIALOG3                     141
#define IDD_DIALOG4                     142
#define IDD_COMMAND                     143
#define IDC_BUTTON1                     1000
#define IDC_BUTTON2                     1001
#define IDC_BUTTON3                     1002
#define IDC_LIST1                       1004
#define IDC_EDIT1                       1007
#define IDC_EDIT3                       1011
#define IDC_COMMAND                     1014
#define ID_DATE_TIME                    32786
#define ID_READ_ONLY                    32795
#define ID_EDIT_DISABLEBSATSOL          32796
#define ID_EDIT_DISABLEDRAGANDDROP      32797
#define ID_VIEW_FORM1                   32800
#define ID_VIEW_FORM2                   32801
#define ID_SHOWLEFTBAR                  32802
#define ID_OPTIM                        32804
#define ID_LOG2                         32806
#define IDD_VIEW_FUN                    32808
#define IDD_VIEW_COMMAND                32809
#define ID_TEST                         32810
#define ID_EDIT_DELETE                  37000
#define IDS_OLE_INIT_FAILED             57608
#define IDR_VIEW2_TMPL                  61446
#define IDC_MYTREECTRL                  61447

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        145
#define _APS_NEXT_COMMAND_VALUE         32811
#define _APS_NEXT_CONTROL_VALUE         1015
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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