resource.h

来自「这个程序能实现一个时钟的模拟」· C头文件 代码 · 共 32 行

H
32
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Clock.rc
//
#define IDD_CLOCK_DIALOG                102
#define IDR_MAINFRAME                   128
#define IDD_DLG_CONFIG                  129
#define IDC_EDIT_TIME                   1000
#define IDC_EDIT_DATE                   1001
#define IDC_EDIT_WEEK                   1002
#define IDC_DISPLAY                     1003
#define IDC_EDIT_TIME2                  1003
#define IDC_BUTTON_SPEED                1004
#define IDC_DISPLAY_MIAOBIAO            1005
#define IDC_BUTTON_MIAOBIAO             1006
#define IDC_BUTTON_CONFIG               1007
#define IDC_BUTTON_BEGIN                1008
#define IDC_STATIC1                     1009
#define IDC_BUTTON_END                  1010
#define IDC_TEST                        1012

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1013
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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