resource.h

来自「Sunplus DVD 字体文件查看修改工具,只针对Font_ori.c文件!使」· C头文件 代码 · 共 99 行

H
99
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by TFont.rc
//
#define IDR_MANIFEST                    1
#define IDR_TFONTTYPE                   100
#define IDR_MAINFRAME                   111

#define IDR_MENU_POP                    113

#define IDM_FILE_OPEN                   114
#define IDM_FILE_SAVE                   115
#define IDM_FILE_SAVEAS                 116
#define IDM_FILE_EXIT                   117

#define IDD_ABOUTBOX                    120

#define IDD_FONT_EDIT                   121
#define IDD_FONT_FILL                   122
#define IDD_SETUP                       167

#define IDM_EDIT_COPY                   123
#define IDM_EDIT_CUT                    124

#define IDD_MESSAGE_WIN                 125

#define IDM_EDIT_PASTE                  126
#define IDM_EDIT_INSERT                 127
#define IDM_EDIT_DELET                  128
#define IDM_EDIT_FILL                   129
#define IDM_EDIT_PROPERTY               130

#define IDM_FONT_1                      131
#define IDM_FONT_2                      132
#define IDM_FONT_3                      133
#define IDM_FONT_4                      134

#define IDM_VIEW_SETUP                  168

#define IDC_ED_H                        1002
#define IDC_ED_W                        1003

#define IDC_SPIN_W                      1005
#define IDC_SPIN_H                      1006

#define IDC_CANCEL                      1007
#define IDC_OK                          1009

#define IDC_BT_TEXT                     1012
#define IDC_BT_PICTURE                  1016

#define IDC_ED_TEXT                     1018
#define IDC_CB_FONT                     1020

#define IDC_PIC_DRAW                    1013

#define IDC_ED_CODE                     1022
#define IDC_ED_BEGIN                    1023
#define IDC_ED_END                      1024

#define IDC_SP_CODE                     1027
#define IDC_SP_BEGIN                    1028
#define IDC_SP_END                      1029
#define IDC_PIC_FILL                    1030

#define IDC_CHK_FONT_BOLD               1004

#define IDC_CHK_BYTE_ADJUST             1038
#define IDC_CHK_AUTO_ADJUST             1038
#define IDC_CMB_ADJUST_MODE             1039
#define IDC_CHK_AUTO_SIZE               1040

#define IDR_MAINFRAME_EN                113
#define IDR_MENU_POP_EN                 114
#define ID_LANGUAGE_EN                  170
#define ID_LANGUAGE_CN                  171 

#define VER_MAIN_H						1
#define VER_MAIN_L						2
#define VER_SUB_H						0
#define VER_SUB_L						0

#define IDC_CHK_FONT_BOLD               1004
#define IDC_TEXT_TITLE                  1005

#define IDC_TXT_NOTE                    1008

#define IDC_CB_CHARSET                  1021

#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                1
#define _APS_NEXT_RESOURCE_VALUE        167
#define _APS_NEXT_COMMAND_VALUE         32775
#define _APS_NEXT_CONTROL_VALUE         1031
#define _APS_NEXT_SYMED_VALUE           104
#endif
#endif

⌨️ 快捷键说明

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