blob: 07af3b281f74993f69d8eaadec6f5ef8fee56409 (
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 IDD_FILETRANSFER_DLG 120
#define IDB_TOOLBAR 121
#define IDD_FTDIRNAME_DLG 123
#define IDD_FTCONFIRM_DLG 124
#define IDI_FTUP 125
#define IDI_FTDIR 126
#define IDI_FTFILE 127
#define IDI_FTRELOAD 128
#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_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_ENCODING_TIGHT 1054
#define IDC_FTLOCALPATH 1054
#define IDC_CUSTOM_COMPRESSLEVEL 1055
#define IDC_FTREMOTEPATH 1055
#define IDC_COMPRESSLEVEL 1056
#define IDC_FTREMOTELIST 1056
#define IDC_ALLOW_JPEG 1057
#define IDC_FTLOCALRELOAD 1057
#define IDC_QUALITYLEVEL 1058
#define IDC_FTLOCALUP 1058
#define IDC_SEND_SYSKEYS 1059
#define IDC_FTLOCALBROWSE 1059
#define IDC_FTREMOTERELOAD 1060
#define IDC_FTREMOTEUP 1061
#define IDC_FTREMOTEBROWSE 1062
#define IDC_FTPROGRESS 1063
#define IDC_PROGRESS 1064
#define IDC_FTSTATUS 1065
#define IDC_FTCURRENTPROCENT 1066
#define IDC_FTTOTALPROCENT 1067
#define IDC_FTUPLOAD 1072
#define IDC_FTCANCEL 1073
#define IDC_FTDOWNLOAD 1074
#define IDC_FTCLOSE 1075
#define IDC_FTLOCALLABEL 1076
#define IDC_FTREMOTELABEL 1077
#define IDC_FTDIRNAME 1078
#define IDC_CONFIRM_YESTOALL 1079
#define IDC_CONFIRM_TEXT 1080
#define ID_CLOSE 40002
#define ID_OPTIONS 40003
#define ID_NEW_CONNECTION 40004
#define ID_ABOUT 40005
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 129
#define _APS_NEXT_COMMAND_VALUE 40006
#define _APS_NEXT_CONTROL_VALUE 1081
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|