⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 基于windows mobile操作系统
💻 H
字号:
//
// 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.
//

#define IDS_APP_TITLE           1
#define IDC_TASKTREE            1000
#define IDI_TASKTREE            101
#define IDR_MENU                102
#define IDS_HELP                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 IDM_HELP                40001
#define IDM_HELP_ABOUT          40002

// Menu
#define ID_BTNBARRES 100
#define ID_MENU      101

// Main Dialog
#define IDD_TASKTREE 1000

// Strings
#define IDS_MENU    8000
#define IDS_EXIT    8001
#define IDS_OK      8002
#define IDS_SK_LEFT 8003

// Menu
#define IDM_OK                 2000
#define IDM_EXIT               2001
#define IDM_ACTION_MENU        2002
#define IDM_ACTION_NEW_TASK    2003
#define IDM_ACTION_DELETE_TASK 2004
#define IDM_ACTION_REFRESH     2005

#define IDM_POP 2100

// Controls
#define IDC_TREE_VIEW   3000
#define IDC_NEW_SUBJECT 3001
#define IDC_PARENT      3002
#ifndef IDC_STATIC
#define IDC_STATIC          -1
#endif

⌨️ 快捷键说明

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