resource.h

来自「wince下非常精美的系统时间设置」· C头文件 代码 · 共 58 行

H
58
字号
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by set_xxx.rc
//
#define IDD_SET_XXX_DIALOG              102
#define IDR_MAINFRAME                   128
#define IDB_BG                          130
#define IDB_BTN1_CLOSE                  131
#define IDB_BTN1_CLOSE_P                132
#define IDB_BG1                         133
#define IDR_BG1                         135
#define IDR_BTN1_CLOSE                  136
#define IDR_BTN1_CLOSE_P                137
#define IDR_BTN1_DL2_EN                 138
#define IDR_BTN1_DATE_DN                139
#define IDR_BTN1_DATE_UP                140
#define IDR_BTN1_TIME_DN                141
#define IDR_BTN1_TIME_UP                142
#define IDR_BTN1_ZONE_DN                143
#define IDR_BTN1_ZONE_UP                144
#define IDR_BTN1_DL2_DIS                145
#define IDR_BTN1_DL1_DIS                146
#define IDR_BTN1_DL1_EN                 147
#define IDR_BTN1_SHOW12                 148
#define IDR_BTN1_DATE_DN_P              149
#define IDR_BTN1_TIME_DN_P              150
#define IDR_BTN1_ZONE_DN_P              151
#define IDR_BTN1_DATE_UP_P              152
#define IDR_BTN1_TIME_UP_P              153
#define IDR_BTN1_ZONE_UP_P              154
#define IDR_BTN1_SHOW24                 156
#define IDR_BTN1_DL1_OFF                157
#define IDR_AREA_ZONE_P                 158
#define IDR_AREA_YEAR                   159
#define IDR_AREA_MON                    160
#define IDR_AREA_DATE                   161
#define IDR_AREA_HOUR                   162
#define IDR_AREA_MIN                    163
#define IDR_AREA_SEC                    164
#define IDR_AREA_ZONE                   165
#define IDR_AREA_YEAR_P                 166
#define IDR_AREA_MON_P                  167
#define IDR_AREA_DATE_P                 168
#define IDR_AREA_HOUR_P                 169
#define IDR_AREA_SEC_P                  170
#define IDR_AREA_MIN_P                  171

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

⌨️ 快捷键说明

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