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

📄 resource.h

📁 Windows CE .Net 下面 VOIP编程的经典实例。对于初学Windows 平台下VOIP编程技术的程序员颇具借鉴意义!
💻 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.
//
/*************************************************************************


  Disclaimer:

    This code and information is provided "as is" without warranty of
    any kind, either expressed or implied, including but not limited to
    the implied warranties of merchantability and/or fitness for a
    particular purpose.

Module Name:

	resource.h

Abstract:
	
	eVS generated Resource file
	
Notes:

**************************************************************************/  

	//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Voipdemo.rc
//
#define IDS_APP_TITLE                   1
#define IDS_HELLO                       2
#define IDC_VOIPDEMO                    3
#define IDS_STATUSONLINE                4
#define IDB_STATUSONLINE                4
#define IDS_STATUSBUSY                  5
#define IDB_STATUSBUSY                  5
#define IDS_STATUSBEBACK                6
#define IDB_STATUSBEBACK                6
#define IDS_STATUSAWAY                  7
#define IDB_STATUSAWAY                  7
#define IDS_STATUSPHONE                 8
#define IDB_STATUSPHONE                 8
#define IDS_STATUSLUNCH                 9
#define IDB_STATUSLUNCH                 9
#define IDS_STATUSOFFLINE               10
#define IDB_STATUSOFFLINE               10
#define IDC_MINE                        11
#define IDS_MYINBOX                     11
#define IDS_ONLINEBUDDIES               12
#define IDS_OFFLINEBUDDIES              13
#define IDC_SESSIONWND                  14
#define IDS_VOICESESSION                15
#define IDS_MSGSESSION                  16
#define IDS_STATUSPHONEBUDDY            17
#define IDB_STATUSPHONEBUDDY            17
#define IDI_VOIPDEMO                    101
#define IDM_MENU                        102
#define IDI_VOIPSESSION                 102
#define IDD_ABOUTBOX                    103
#define IDM_SESSIONMENU                 103
//#define IDB_BIGBUDDIES                  106
#define IDB_ADDBTN                      107
#define IDB_SENDBTN                     108
#define IDB_CALLBTN                     109
#define IDB_PAGEBTN                     110
#define IDB_MYINBOX                     115
#define IDD_ADDBUDDYBOX                 116
#define IDB_DLGHEAD                     118
#define IDD_MYSTATUSBOX                 119
#define IDB_FONTBTN                     119
#define IDB_STATBTN                     120
#define IDB_SMSGBTN                     121
#define IDB_SPLASHSCR                   122
#define IDB_HANGUPBTN                   123
#define IDB_CALLDISABLEDBTN             124
#define IDB_SENDDISABLEDBTN             125
#define IDB_SMSGDISABLEDBTN             126
#define IDB_STOPSENDBTN                 127
#define IDD_DIALOG1                     128
#define IDB_QUITSCR                     129
#define IDI_ICON1                       130
#define IDI_STATUSAWAY                  130
#define IDI_STATUSONLINE                131
#define IDI_STATUSLUNCH					132
#define IDI_STATUSPHONE                 133
#define IDI_STATUSOFFLINE               134
#define IDI_STATUSBUSY                  135
#define IDI_STATUSBEBACK                136
#define IDI_STATUSPHONEBUDDY            139
#define IDD_MYINFOBOX                   143
#define IDD_MAKEVOICECALL				144
#define IDD_SENDMESSAGE					145
#define IDC_RADIO1                      1001
#define IDC_RADIO2                      1002
#define IDC_NAMEEDIT                    1003
//#define IDC_EMAILEDIT                   1004
#define IDC_ADDREDIT                    1004
#define IDC_PHONEEDIT					1005
#define IDC_SEARCHEDIT                  1005
#define IDC_IPEDIT                      1006
#define IDC_MSGLIST                     1007
#define IDC_MSGEDIT                     1008
#define IDC_ONLINEBUDDYLIST				1010
#define IDC_OFFLINEBUDDYLIST			1011
#define IDC_DISCLAIMER                  1012
#define IDM_FILE_EXIT                   40002
#define IDM_HELP_ABOUT                  40003
#define ID_VIEW_TOOLBAR                 40004
#define ID_VIEW_STATUSBAR               40005
#define ID_VIEW_ALWAYSONTOP             40006
#define ID_TOOLS_CALL                   40007
#define ID_TOOLS_OPENINBOX              40009
#define ID_FILE_SIGNIN                  40010
#define ID_FILE_SIGNOUT                 40011
#define ID_FILE_MYSTATUS                40012
#define ID_FILE_ADDACONTACT             40013
#define ID_FILE_DELETECONTACT           40014
#define ID_FILE_EDITPROFILE             40015
#define ID_FILE_EDITCONTACT             40015
#define ID_TOOLS_SENDINSTANTMESSAGE     40017
#define ID_EDIT_SENDMESSAGE             40018
#define ID_FILE_SAVE                    40019
#define ID_FILE_SAVEAS                  40020
#define IDM_FILE_CLOSE                  40021
#define ID_EDIT_UNDO                    40023
#define ID_EDIT_CUT                     40024
#define ID_EDIT_COPY                    40025
#define ID_EDIT_PASTE                   40026
#define ID_EDIT_DELETE                  40027
#define ID_EDIT_SELECTALL               40028
#define ID_EDIT_SHOWEMOTICONS           40029
#define ID_EDIT_CHANGEFONT              40030
#define ID_FILE_EDITMYINFO              40032
#define ID_TIMER_SHUTDOWN				40033

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        146
#define _APS_NEXT_COMMAND_VALUE         40034
#define _APS_NEXT_CONTROL_VALUE         1013
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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