source: main/trunk/greenstone2/runtime-src/src/w32server/resource.h@ 27061

Last change on this file since 27061 was 19210, checked in by davidb, 15 years ago

Local Library Server can now either be configured to connects from anywhere or be restricted to only allow local connections. The option is controlled by setting 'externalaccess' to 1 or 0 appropriately. A widget for this is provided under File/Settings

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1//{{NO_DEPENDENCIES}}
2// Microsoft Developer Studio generated include file.
3// Used by server.rc
4//
5#define TRAY_ICON 101
6#define COMMS_DIALOG 102
7#define COMMS_DIALOG_DEBUG 102
8#define Main_Menu 103
9#define COMMS_DIALOG2 103
10#define GSDL_LOGO 108
11#define GSDL_COL_TITLE 109
12#define IDD_DIALOG1 118
13#define GSDL_ICBMP 126
14#define APPLY_BUTTON 1000
15#define REMOTE_CHECK 1001
16#define PROXY_CHECK 1002
17#define CONSOLE_CHECK 1003
18#define PROXY_EDIT_BOX 1004
19#define PROXY_PORT_EDIT_BOX 1005
20#define TrayID 1006
21#define LOG_DEBUG_CHECK 1007
22#define SERVER_PORT_EDIT_BOX 1008
23#define LOG_LOCAL_CHECK 1009
24#define LOG_REMOTE_CHECK 1010
25#define LOG_NAME_BOX 1011
26#define LOG_CHECK 1012
27#define SAVE_NAME_BOX 1013
28#define SAVE_CHECK 1014
29#define ID_AUTO_ENTER_LIBRARY 1015
30#define ID_RADIO_NETSCAPE 1016
31#define ID_RADIO_IE 1017
32#define ID_RADIO_OTHER 1018
33#define ID_OTHER_NAME 1019
34#define ID_BROWSE_BUTTON 1020
35#define ID_OK_BUTTON 1021
36#define ID_CANCEL_BUTTON 1022
37#define ID_RADIO_DEFAULT 1023
38#define ID_ARM_NAME 1024
39#define ID_ARM_IP 1025
40#define ID_ARM_127_0_0_1 1026
41#define ID_ARM_LOCALHOST 1027
42#define ID_EXTERNAL_ACCESS 1028
43#define ID_PROJECT_SETTINGS 40001
44#define ID_PROJECT_EXIT 40002
45#define ID_INSTALL_NETSCAPE 40007
46
47// Next default values for new objects
48//
49#ifdef APSTUDIO_INVOKED
50#ifndef APSTUDIO_READONLY_SYMBOLS
51#define _APS_NEXT_RESOURCE_VALUE 127
52#define _APS_NEXT_COMMAND_VALUE 40011
53#define _APS_NEXT_CONTROL_VALUE 1030
54#define _APS_NEXT_SYMED_VALUE 102
55#endif
56#endif
Note: See TracBrowser for help on using the repository browser.