Class ListViewControlCon is added in library rfb_win32.
Class ControlPanel is added in the project winvnc.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@298 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/winvnc/resource.h b/winvnc/resource.h
index 81c89e2..b9c0e04 100644
--- a/winvnc/resource.h
+++ b/winvnc/resource.h
@@ -9,6 +9,7 @@
 #define IDD_ABOUT                       104
 #define IDI_CONNECTED                   105
 #define IDR_VNCVIEWER_JAR               106
+#define IDD_CONTROL_PANEL               106
 #define IDD_QUERY_CONNECT               107
 #define IDD_ADD_NEW_CLIENT              108
 #define IDC_DESCRIPTION                 1000
@@ -19,19 +20,31 @@
 #define IDC_QUERY_USER                  1009
 #define IDC_QUERY_HOST                  1010
 #define IDC_HOST                        1011
-#define ID_OPTIONS                      40001
+#define IDC_LIST_CONNECTIONS            1012
+#define IDC_STATIC_KLIENTS_LIST         1013
+#define IDC_STATIC_SELECTED_KLIENTS     1014
+#define IDC_VIEW_ONLY                   1015
+#define IDC_FULL_CONTROL                1016
+#define IDC_STOP_UPDATE                 1017
+#define IDC_KILL_SEL_CLIENT             1018
+#define IDC_PROPERTIES                  1019
+#define IDC_ADD_CLIENT                  1020
+#define IDC_KILL_ALL                    1021
+#define IDC_DISABLE_CLIENTS             1022
+#define ID_CONTR0L_PANEL                40001
 #define ID_CLOSE                        40002
 #define ID_ABOUT                        40003
 #define ID_DISCONNECT                   40004
 #define ID_CONNECT                      40005
+#define ID_OPTIONS                      40006
 
 // Next default values for new objects
 // 
 #ifdef APSTUDIO_INVOKED
 #ifndef APSTUDIO_READONLY_SYMBOLS
 #define _APS_NEXT_RESOURCE_VALUE        109
-#define _APS_NEXT_COMMAND_VALUE         40006
-#define _APS_NEXT_CONTROL_VALUE         1012
+#define _APS_NEXT_COMMAND_VALUE         40007
+#define _APS_NEXT_CONTROL_VALUE         1024
 #define _APS_NEXT_SYMED_VALUE           101
 #endif
 #endif