resourceppc.h

来自「SMART PHONE 2005中关于ACTIVE_SYNC的使用例子源码」· C头文件 代码 · 共 54 行

H
54
字号
//
// 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 Visual C++ generated include file.
// Used by SyncManagerppc.rc
//
#define IDS_APP_TITLE                   1
#define IDC_SYNCMANAGER                 2
#define IDI_SYNCMANAGER                 101
#define IDR_MENU                        102
#define IDS_QUIT                        103
#define IDS_MENU                        104
#define IDD_ABOUTBOX                    105
#define IDD_ABOUTBOX_WIDE               106
#define IDC_STATIC_1                    201
#define IDC_STATIC_2                    202
#define IDC_STATIC_3                    203
#define ID_MENU_START                   32771
#define ID_MENU_STOP                    32772
#define IDM_QUIT                        40000
#define IDM_MENU                        40001
#define IDM_MENU_ABOUT                  40002
#define IDM_MENU_START                  40003
#define IDM_MENU_STOP                   40004
#define IDC_STATIC                      -1
#define IDC_TEST                        -1
#define WM_CHANGE_CRDL_REG				(10000 + 1)
#define WM_CHANGE_SYNC_REG				(10000 + 2)
#define IDC_SYNC						(10000 + 3)
#define IDC_CRADLED						(10000 + 4)

// 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         1000
#define _APS_NEXT_SYMED_VALUE           110
#endif
#endif

⌨️ 快捷键说明

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