resource.h

来自「基于windows mobile操作系统」· C头文件 代码 · 共 48 行

H
48
字号
//
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
// If you did not accept the terms of the EULA, you are not authorized to use
// this source code. For a copy of the EULA, please see the LICENSE.RTF on your
// install media.
//
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by HelloSMS.rc
//
#define IDD_DIALOG1                     101
#define IDR_HELLOSMS_APPMENUBAR         102
#define IDM_HELLOSMS_SEND               103
#define IDM_HELLOSMS_CANCEL             104
#define IDS_HELLOSMS_SEND               105
#define IDS_HELLOSMS_CANCEL             106
#define IDS_CAPTION_ERROR               107
#define IDS_ERROR_NOMEM                 108
#define IDS_ERROR_SMSOPEN               109
#define IDS_ERROR_SMSSEND               110
#define IDS_CAPTION_SUCCESS             111
#define IDS_SMSSENT                     112
#define IDC_RECIPIENT                   1000
#define IDC_SERVER                      1001
#define IDC_MESSAGE                     1002
#define IDC_BTNCANCEL                   1003
#define IDC_LBLRECIPIENT                1004
#define IDC_LBLSERVER                   1005
#define IDC_LBLMESSAGE                  1006
#define IDC_LBLCOUNT                    1007
#define IDC_DEFAULT                     1008
#define IDC_CONFIRMATION                1009

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        107
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1010
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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