-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathODRes.h
78 lines (71 loc) · 3.19 KB
/
ODRes.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
/* OpenDoors Online Software Programming Toolkit
* (C) Copyright 1991 - 1999 by Brian Pirie.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
* File: ODRes.h
*
* Description: OpenDoors resource-related definitions. This file is only
* applicable when building the Win32 version of OpenDoors.
*
* Revisions: Date Ver Who Change
* ---------------------------------------------------------------
* Dec 02, 1995 6.00 BP Created.
* Jan 20, 1996 6.00 BP Added login dialog box.
* Jan 21, 1996 6.00 BP Added message dialog box.
* Feb 19, 1996 6.00 BP Changed version number to 6.00.
* Feb 23, 1996 6.00 BP Remove unused IDs.
* Mar 03, 1996 6.10 BP Begin version 6.10.
* Mar 14, 1996 6.10 BP Added configuration menu option.
*/
/* Resource IDs. */
#define IDR_FRAME_MENU 200
#define IDD_ABOUT 201
#define IDI_OPENDOORS 202
#define IDB_TOOLBAR 203
#define IDR_FRAME 204
#define IDD_LOGIN 205
#define IDI_MESSAGE_INFO 206
#define IDD_MESSAGE 207
/* Dialog box control IDs. (The same values can safely be used by other */
/* dialog boxes.) */
/* Help dialog box. */
#define IDC_DOORNAME 1000
#define IDC_COPYRIGHT 1001
#define IDC_VERSION 1002
/* Login dialog box. */
#define IDC_USER_NAME 1000
/* Message dialog box. */
#define IDC_MESSAGE_ICON 1000
#define IDC_MESSAGE_TEXT1 1001
/* Command IDs. */
#define ID_DOOR_CHATMODE 50000
#define ID_DOOR_USERKEYBOARDOFF 50001
#define ID_DOOR_SYSOPNEXT 50002
#define ID_DOOR_HANGUP 50003
#define ID_VIEW_STATUSBAR 50006
#define ID_USER_ADDONEMINUTE 50007
#define ID_USER_ADDFIVEMINUTES 50008
#define ID_USER_SUBTRACTONEMINUTE 50009
#define ID_USER_SUBTRACTFIVEMINUTES 50010
#define ID_USER_INACTIVITYTIMER 50011
#define ID_HELP_ABOUT 50012
#define ID_HELP_CONTENTS 50013
#define ID_VIEW_TOOL_BAR 50014
#define ID_DOOR_EXIT 50015
#define ID_DOOR_LOCKOUT 50016
#define ID_VIEW_STAT_BAR 50017
#define ID_DOOR_CONFIG 50018