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

📄 resource.h

📁 This sample demonstrates how to use message queuing (MSMQ). It is a visual wrapper around MSMQADM.
💻 H
字号:
//
// 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 Developer Studio generated include file.
// Used by cmdline.rc
//

#define IDM_MENU 201
#define IDM_COMPLETE 202
#define IDM_MENU_BLAH 203
#define IDM_TASK_MENU 204
#define IDM_TASK_NEW 206
#define IDM_TASK_EXIT 207



#define IDD_DIALOG1                     101
#define IDD_DIALOG2                     102
#define IDR_VISADM_OPTIONS              103
#define IDM_VISADM_MENU                 104
#define IDM_VISADM_OPTIONS              105
#define IDC_COMMAND                     1000
#define IDC_RESULTS                     1009
#define IDC_BUTTON1                     1012
#define IDC_BUTTON2                     1013
#define IDC_BUTTON3                     1014
#define IDC_BUTTON4                     1015
#define IDC_BUTTON5                     1016
#define IDC_BUTTON6                     1017
#define IDC_BUTTON7                     1021
#define IDC_BUTTON8                     1022

#define IDC_RESULTS_EXPANDER            1023

#define IDS_VISADM_RUN              40001
#define IDS_OPTIONS                 40002

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

⌨️ 快捷键说明

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