blob: a9a2b969dd078088cd2ddb156c74a8f58703d353 (
plain)
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by vncviewer.rc
//
#define IDR_MANIFEST 1
#define IDI_ICON 101
#define IDD_VNC_AUTH_DLG 102
#define IDD_CONNECTING_DLG 103
#define IDD_CONNECTION_DLG 104
#define IDC_DOT_CURSOR 105
#define IDD_ABOUT 107
#define IDD_FORMAT 108
#define IDD_MISC 109
#define IDD_INPUTS 110
#define IDD_SERVER_KEYS 111
#define IDR_TRAY 112
#define IDD_CONNECTION_INFO 113
#define IDD_DEFAULTS 116
#define IDB_BITMAP 120
#define IDB_TOOLBAR 122
#define IDC_PASSWORD 1000
#define IDC_CONNECTING_TEXT 1001
#define IDC_SERVER_EDIT 1002
#define IDC_USERNAME 1005
#define IDC_VERSION 1008
#define IDC_BUILDTIME 1009
#define IDC_ENCODING_AUTO 1010
#define IDC_FORMAT_FULLCOLOUR 1011
#define IDC_ENCODING_ZRLE 1012
#define IDC_ENCODING_HEXTILE 1013
#define IDC_CONN_SHARED 1013
#define IDC_ENCODING_RAW 1014
#define IDC_FULL_SCREEN 1014
#define IDC_SEND_POINTER 1015
#define IDC_SEND_KEYS 1016
#define IDC_CLIENT_CUTTEXT 1017
#define IDC_SERVER_CUTTEXT 1018
#define IDC_LOCAL_CURSOR 1019
#define IDC_DESKTOP_RESIZE 1020
#define IDC_COPYRIGHT 1021
#define IDC_DESCRIPTION 1022
#define IDC_OPTIONS 1023
#define IDC_ABOUT 1024
#define IDC_LIST1 1025
#define IDC_FTLOCALLIST 1025
#define IDC_INFO_NAME 1026
#define IDC_INFO_HOST 1027
#define IDC_INFO_SIZE 1028
#define IDC_INFO_PF 1029
#define IDC_INFO_DEF_PF 1030
#define IDC_INFO_LINESPEED 1031
#define IDC_INFO_VERSION 1032
#define IDC_PROTOCOL_3_3 1034
#define IDC_ACCEPT_BELL 1035
#define IDC_FORMAT_VERYLOWCOLOUR 1036
#define IDC_SHOW_TOOLBAR 1036
#define IDC_FORMAT_LOWCOLOUR 1037
#define IDC_FORMAT_MEDIUMCOLOUR 1038
#define IDC_LOAD_DEFAULTS 1040
#define IDC_SAVE_DEFAULTS 1041
#define IDC_LOAD_CONFIG 1042
#define IDC_EMULATE3 1043
#define IDC_POINTER_INTERVAL 1044
#define IDC_SAVE_CONFIG 1045
#define IDC_INFO_SECURITY 1046
#define IDC_SAVE_CONFIG_AS 1048
#define IDC_MENU_KEY 1051
#define IDC_REQUESTED_ENCODING 1052
#define IDC_LAST_ENCODING 1053
#define IDC_SECURITY_LEVEL 1054
#define IDC_INFO_ENCRYPTION 1055
#define IDC_AUTO_RECONNECT 1056
#define IDC_DISABLE_WINKEYS 1057
#define IDC_QUALITYLEVEL 1058
#define IDC_SEND_SYSKEYS 1059
#define IDC_PROGRESS 1064
#define IDC_CONFIRM_YESTOALL 1079
#define IDC_CONFIRM_TEXT 1080
#define IDC_EDIT2 1082
#define IDC_TYPE 1088
#define IDC_ENCODING_TIGHT 1089
#define IDC_CUSTOM_COMPRESSLEVEL 1091
#define IDC_COMPRESSLEVEL 1093
#define IDC_ALLOW_JPEG 1095
#define IDC_FTLOCALRELOAD 1096
#define IDC_STATIC_SCALE 1097
#define IDC_COMBO_SCALE 1098
#define IDC_STATIC_PERCENT 1099
#define ID_TOOLBAR 4002
#define ID_CLOSE 4003
#define ID_OPTIONS 4004
#define ID_NEW_CONNECTION 4005
#define ID_ABOUT 4006
#define ID_FULLSCREEN 4007
#define ID_SEND_CAD 4008
#define ID_INFO 4009
#define ID_REQUEST_REFRESH 4010
#define ID_CTRL_KEY 4011
#define ID_ALT_KEY 4012
#define ID_SEND_MENU_KEY 4013
#define ID_SEND_CTLESC 4014
#define ID_CONN_SAVE_AS 4015
#define ID_ZOOM_IN 4017
#define ID_ZOOM_OUT 4018
#define ID_ACTUAL_SIZE 4019
#define ID_AUTO_SIZE 4020
#define IDM_SHOW_TOOLBAR 4027
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 134
#define _APS_NEXT_COMMAND_VALUE 40028
#define _APS_NEXT_CONTROL_VALUE 1102
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|