[SHELL/EXPERIMENTS]

* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
This commit is contained in:
Amine Khaldi 2014-02-02 19:37:27 +00:00
parent d09f611410
commit 527f2f9057
20177 changed files with 0 additions and 1312061 deletions

View file

@ -0,0 +1,44 @@
#pragma once
#define IDC_STATIC -1
#define IDS_256COLORS 8
#define IDS_HIGHCOLOR15 15
#define IDS_HIGHCOLOR16 16
#define IDS_HIGHCOLOR24 24
#define IDD_CONNECTDIALOG 101
#define IDD_GENERAL 105
#define IDD_DISPLAY 107
#define IDC_TAB 1003
#define IDC_SERVERCOMBO 1007
#define IDC_SAVE 1008
#define IDC_SAVEAS 1009
#define IDC_OPEN 1010
#define IDC_GEOSLIDER 1012
#define IDC_BPPCOMBO 1013
#define IDC_SETTINGS_RESOLUTION_TEXT 1014
#define IDC_NAMEEDIT 1015
#define IDC_LOGONICON 1016
#define IDC_CONNICON 1017
#define IDC_REMICON 1018
#define IDC_COLORSICON 1019
#define IDC_COLORIMAGE 1020
#define IDB_HEADER 1100
#define IDB_SPECT 1101
#define IDI_MSTSC 2000
#define IDI_LOGON 2001
#define IDI_CONN 2002
#define IDI_REMOTE 2003
#define IDI_COLORS 2004
#define IDS_TAB_DISPLAY 3000
#define IDS_TAB_GENERAL 3001
#define IDS_PIXEL 3006
#define IDS_FULLSCREEN 3007
#define IDS_BROWSESERVER 3008
#define IDS_HEADERTEXT1 3009
#define IDS_HEADERTEXT2 3010