Sync up with trunk r61578.
[reactos.git] / base / applications / mstsc / resource.h
1 #pragma once
2
3 #define IDC_STATIC -1
4
5 #define IDS_256COLORS 8
6 #define IDS_HIGHCOLOR15 15
7 #define IDS_HIGHCOLOR16 16
8 #define IDS_HIGHCOLOR24 24
9
10 #define IDD_CONNECTDIALOG 101
11 #define IDD_GENERAL 105
12 #define IDD_DISPLAY 107
13 #define IDC_TAB 1003
14 #define IDC_SERVERCOMBO 1007
15 #define IDC_SAVE 1008
16 #define IDC_SAVEAS 1009
17 #define IDC_OPEN 1010
18 #define IDC_GEOSLIDER 1012
19 #define IDC_BPPCOMBO 1013
20 #define IDC_SETTINGS_RESOLUTION_TEXT 1014
21 #define IDC_NAMEEDIT 1015
22
23 #define IDC_LOGONICON 1016
24 #define IDC_CONNICON 1017
25 #define IDC_REMICON 1018
26 #define IDC_COLORSICON 1019
27 #define IDC_COLORIMAGE 1020
28
29 #define IDB_HEADER 1100
30 #define IDB_SPECT 1101
31
32 #define IDI_MSTSC 2000
33 #define IDI_LOGON 2001
34 #define IDI_CONN 2002
35 #define IDI_REMOTE 2003
36 #define IDI_COLORS 2004
37
38 #define IDS_TAB_DISPLAY 3000
39 #define IDS_TAB_GENERAL 3001
40 #define IDS_PIXEL 3006
41 #define IDS_FULLSCREEN 3007
42 #define IDS_BROWSESERVER 3008
43 #define IDS_HEADERTEXT1 3009
44 #define IDS_HEADERTEXT2 3010