resourceppc.h

来自「基于windows mobile的蓝牙聊天室」· C头文件 代码 · 共 51 行

H
51
字号
//
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//
// Use of this sample source code is subject to the terms of the Microsoft
// license agreement under which you licensed this sample source code. If
// you did not accept the terms of the license agreement, you are not
// authorized to use this sample source code. For the terms of the license,
// please see the license agreement between you and Microsoft or, if applicable,
// see the LICENSE.RTF on your install media or the root of your tools installation.
// THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES OR INDEMNITIES.
//


//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by BthChatppc.rc
//
#define IDS_APP_TITLE                   1
#define IDC_BTHCHAT                     2
#define IDI_BTHCHAT                     101
#define IDR_MENU                        102
#define IDS_OK                          103
#define IDS_HELP                        104
#define IDD_ABOUTBOX                    105
#define IDD_MAIN                        105
#define IDC_STATIC_1                    201
#define IDC_STATIC_2                    202
#define IDC_LABEL                       202
#define IDC_STATIC_3                    203
#define IDC_DEVICES                     1000
#define IDC_MESSAGES                    1001
#define IDC_SEND_MESSAGES               1002
#define IDC_SEND                        1003
#define ID_EXIT                         32771
#define IDM_HELP                        40001
#define IDM_HELP_ABOUT                  40002
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC                     1
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32773
#define _APS_NEXT_CONTROL_VALUE         1004
#define _APS_NEXT_SYMED_VALUE           110
#endif
#endif

⌨️ 快捷键说明

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