📄 resource.h
字号:
/*
Talker - A small program which utilizes the Layer-3 codec (ACM) in windows for voice-over-IP
Copyright (C) 1999 Dino Klein
This program is free software; you can redistribute it and/or modify it under the terms of
the GNU General Public License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.
You should have received a copy of the GNU General Public License along with this
program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
MA 02139, USA.
email: dinoklein@hotmail.com
*/
#define IDD_ADDRESS 101
#define IDD_TALK 102
#define IDB_OK 1000
#define IDB_CANCEL 1001
#define IDC_EDIT 1003
#define IDB_CLOSE 1004
#define IDC_STATIC1 1005
#define IDC_STATIC2 1006
#define IDC_STATIC3 1007
#define IDC_STATIC4 1008
#define IDB_LISTEN 1009
#define IDC_STATIC5 1010
#define IDC_STATIC6 1011
#define IDS_ERROR 1012
#define IDC_RADIO1 1013
#define IDC_RADIO2 1014
#define IDC_INTERFACE 1017
#define IDS_QUEUE 1018
#define IDB_FLUSH 1019
#define IDC_STEREO 1021
#define IDC_RADIO3 1022
#define IDC_DOUBLE 1023
#define IDC_PRIMARY 1024
#define IDC_REC4 1025
#define IDC_REC2 1026
#define IDC_REC3 1027
#define IDC_STATIC 1028
#define IDC_REC10 1029
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -