blob: efb977c183c5ece2bdc5da4796c11d2d3948221a [file] [log] [blame]
Constantin Kaplinsky729598c2006-05-25 05:12:25 +00001// Used by vncviewer.rc
Adam Tkac9fa84ff2011-02-01 14:36:14 +00002
3#include <rfb_win32/resource.h>
4
Constantin Kaplinsky729598c2006-05-25 05:12:25 +00005#define IDR_MANIFEST 1
6#define IDI_ICON 101
7#define IDD_VNC_AUTH_DLG 102
8#define IDD_CONNECTING_DLG 103
9#define IDD_CONNECTION_DLG 104
10#define IDC_DOT_CURSOR 105
11#define IDD_ABOUT 107
12#define IDD_FORMAT 108
13#define IDD_MISC 109
14#define IDD_INPUTS 110
15#define IDD_SERVER_KEYS 111
16#define IDR_TRAY 112
17#define IDD_CONNECTION_INFO 113
18#define IDD_DEFAULTS 116
19#define IDB_BITMAP 120
Constantin Kaplinsky729598c2006-05-25 05:12:25 +000020#define IDB_TOOLBAR 122
Constantin Kaplinsky729598c2006-05-25 05:12:25 +000021#define IDC_PASSWORD 1000
22#define IDC_CONNECTING_TEXT 1001
23#define IDC_SERVER_EDIT 1002
24#define IDC_USERNAME 1005
25#define IDC_VERSION 1008
26#define IDC_BUILDTIME 1009
27#define IDC_ENCODING_AUTO 1010
28#define IDC_FORMAT_FULLCOLOUR 1011
29#define IDC_ENCODING_ZRLE 1012
30#define IDC_ENCODING_HEXTILE 1013
31#define IDC_CONN_SHARED 1013
32#define IDC_ENCODING_RAW 1014
33#define IDC_FULL_SCREEN 1014
34#define IDC_SEND_POINTER 1015
35#define IDC_SEND_KEYS 1016
36#define IDC_CLIENT_CUTTEXT 1017
37#define IDC_SERVER_CUTTEXT 1018
38#define IDC_LOCAL_CURSOR 1019
39#define IDC_DESKTOP_RESIZE 1020
40#define IDC_COPYRIGHT 1021
41#define IDC_DESCRIPTION 1022
42#define IDC_OPTIONS 1023
43#define IDC_ABOUT 1024
44#define IDC_LIST1 1025
45#define IDC_FTLOCALLIST 1025
46#define IDC_INFO_NAME 1026
47#define IDC_INFO_HOST 1027
48#define IDC_INFO_SIZE 1028
49#define IDC_INFO_PF 1029
50#define IDC_INFO_DEF_PF 1030
51#define IDC_INFO_LINESPEED 1031
52#define IDC_INFO_VERSION 1032
53#define IDC_PROTOCOL_3_3 1034
54#define IDC_ACCEPT_BELL 1035
55#define IDC_FORMAT_VERYLOWCOLOUR 1036
56#define IDC_SHOW_TOOLBAR 1036
57#define IDC_FORMAT_LOWCOLOUR 1037
58#define IDC_FORMAT_MEDIUMCOLOUR 1038
59#define IDC_LOAD_DEFAULTS 1040
60#define IDC_SAVE_DEFAULTS 1041
61#define IDC_LOAD_CONFIG 1042
62#define IDC_EMULATE3 1043
63#define IDC_POINTER_INTERVAL 1044
64#define IDC_SAVE_CONFIG 1045
65#define IDC_INFO_SECURITY 1046
66#define IDC_SAVE_CONFIG_AS 1048
67#define IDC_MENU_KEY 1051
68#define IDC_REQUESTED_ENCODING 1052
69#define IDC_LAST_ENCODING 1053
Constantin Kaplinsky729598c2006-05-25 05:12:25 +000070#define IDC_INFO_ENCRYPTION 1055
71#define IDC_AUTO_RECONNECT 1056
72#define IDC_DISABLE_WINKEYS 1057
73#define IDC_QUALITYLEVEL 1058
Constantin Kaplinsky729598c2006-05-25 05:12:25 +000074#define IDC_SEND_SYSKEYS 1059
Constantin Kaplinsky729598c2006-05-25 05:12:25 +000075#define IDC_PROGRESS 1064
Constantin Kaplinsky729598c2006-05-25 05:12:25 +000076#define IDC_CONFIRM_YESTOALL 1079
77#define IDC_CONFIRM_TEXT 1080
78#define IDC_EDIT2 1082
Constantin Kaplinsky729598c2006-05-25 05:12:25 +000079#define IDC_TYPE 1088
80#define IDC_ENCODING_TIGHT 1089
Constantin Kaplinsky729598c2006-05-25 05:12:25 +000081#define IDC_CUSTOM_COMPRESSLEVEL 1091
Constantin Kaplinsky729598c2006-05-25 05:12:25 +000082#define IDC_COMPRESSLEVEL 1093
Constantin Kaplinsky729598c2006-05-25 05:12:25 +000083#define IDC_ALLOW_JPEG 1095
84#define IDC_FTLOCALRELOAD 1096
Constantin Kaplinsky1ae2eb02006-05-26 05:24:24 +000085#define IDC_STATIC_SCALE 1097
86#define IDC_COMBO_SCALE 1098
87#define IDC_STATIC_PERCENT 1099
Adam Tkac9fa84ff2011-02-01 14:36:14 +000088#define IDC_LOAD_CACERT 1100
89#define IDC_LOAD_CRLCERT 1101
Pierre Ossman89348592009-04-09 11:39:03 +000090#define ID_TOOLBAR 4002
91#define ID_CLOSE 4003
92#define ID_OPTIONS 4004
93#define ID_NEW_CONNECTION 4005
94#define ID_ABOUT 4006
95#define ID_FULLSCREEN 4007
96#define ID_SEND_CAD 4008
97#define ID_INFO 4009
98#define ID_REQUEST_REFRESH 4010
99#define ID_CTRL_KEY 4011
100#define ID_ALT_KEY 4012
101#define ID_SEND_MENU_KEY 4013
102#define ID_SEND_CTLESC 4014
103#define ID_CONN_SAVE_AS 4015
104#define ID_ZOOM_IN 4017
105#define ID_ZOOM_OUT 4018
106#define ID_ACTUAL_SIZE 4019
107#define ID_AUTO_SIZE 4020
108#define IDM_SHOW_TOOLBAR 4027
Constantin Kaplinsky729598c2006-05-25 05:12:25 +0000109
110// Next default values for new objects
111//
112#ifdef APSTUDIO_INVOKED
113#ifndef APSTUDIO_READONLY_SYMBOLS
114#define _APS_NEXT_RESOURCE_VALUE 134
115#define _APS_NEXT_COMMAND_VALUE 40028
george82a9a33872007-04-30 11:37:36 +0000116#define _APS_NEXT_CONTROL_VALUE 1102
Constantin Kaplinsky729598c2006-05-25 05:12:25 +0000117#define _APS_NEXT_SYMED_VALUE 101
118#endif
119#endif