resource.h

来自「一个很漂亮的数字时钟程序,你一定会喜欢的.」· C头文件 代码 · 共 59 行

H
59
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Alarm.rc
//
#define IDS_APPNAME                     1
#define IDC_APPLY                       3
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDR_MAINFRAME                   128
#define IDR_ALARMTYPE                   129
#define IDR_MAINFRAME2                  129
#define IDB_ALARM                       129
#define IDB_NUMBERS                     130
#define IDR_PROGRAM_MENU                130
#define IDD_OPTIONS                     131
#define IDR_ACCELERATOR1                132
#define IDB_ALARM1                      136
#define IDB_ALARM2                      137
#define IDB_ALARM3                      138
#define IDB_ALARM4                      143
#define IDD_DIALOG_CLOCKCHANGE          145
#define IDC_CHECK_SETZORDER             1000
#define IDC_BUTTON1                     1001
#define IDC_BUTTON_CHANGETIME           1001
#define IDC_COMBO_ALARM                 1003
#define IDC_EDITHOUR                    1004
#define IDC_EDIT_ALARM                  1004
#define IDC_EDITMIN                     1005
#define IDC_EDIT_CLOCK                  1005
#define IDC_COMBO_CLOCK                 1006
#define IDC_CHECK_ALARMACTIVE           1007
#define IDC_CHECK_SPEAKCLOCK            1008
#define IDC_COMBO_STYLES                1009
#define IDC_STATIC_ALARM                1011
#define IDC_CHECK_GRAYLETTERS           1013
#define IDC_COMBO_INTERVALS             1015
#define IDC_STATIC_INTERVALS            1018
#define IDC_RADIO_RANGE1                1020
#define IDC_RADIO_RANGE2                1021
#define IDC_APPLYTIME                   1022
#define IDC_RADIO_SNAP1                 1024
#define IDC_RADIO_SNAP2                 1025
#define ID_OPTIONS                      32772
#define ID_FLOATINGMENU_ALARMACTIVE     32773
#define ID_FLOATINGMENU_EXIT            32774
#define ID_FLOATINGMENU_STOPALARM       32775

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        149
#define _APS_NEXT_COMMAND_VALUE         32777
#define _APS_NEXT_CONTROL_VALUE         1025
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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