Added the menu in RfbPlayer


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@33 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfbplayer/resource.h b/rfbplayer/resource.h
index fb1f132..0199f48 100644
--- a/rfbplayer/resource.h
+++ b/rfbplayer/resource.h
@@ -4,16 +4,35 @@
 //
 #define IDD_DIALOGBAR                   103
 #define IDI_ICON1                       105
+#define IDI_ICON                        105
+#define IDR_MENU                        128
 #define IDC_BUTTON1                     1000
 #define IDC_EDIT1                       1001
 #define IDC_EDIT2                       1002
+#define ID_FILE_OPENFILE                40011
+#define ID_FILE_CLOSEFILE               40012
+#define ID_FILE_EXIT                    40013
+#define ID_VIEW_FULLSCREEN              40014
+#define ID_VIEW_ZOOM_50                 40015
+#define ID_VIEW_ZOOM_100                40016
+#define ID_VIEW_ZOOM_200                40017
+#define ID_PLAY_PLAYPAUSE               40018
+#define ID_PLAY_STOP                    40019
+#define ID_PLAY_GOTO                    40020
+#define ID_PLAY_SETSPEED                40021
+#define ID_PLAY_LOOP                    40022
+#define ID_FRAME_COPYTOCLIPBOARD        40023
+#define ID_FRAME_EXTRACT                40024
+#define ID_HELP_HOMEPAGE                40025
+#define ID_HELP_COMMANDLINESEITCHES     40026
+#define ID_HELP_ABOUT                   40027
 
 // Next default values for new objects
 // 
 #ifdef APSTUDIO_INVOKED
 #ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE        128
-#define _APS_NEXT_COMMAND_VALUE         40011
+#define _APS_NEXT_RESOURCE_VALUE        129
+#define _APS_NEXT_COMMAND_VALUE         40028
 #define _APS_NEXT_CONTROL_VALUE         1003
 #define _APS_NEXT_SYMED_VALUE           101
 #endif