diff options
author | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | 2005-04-13 12:46:25 +0000 |
---|---|---|
committer | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | 2005-04-13 12:46:25 +0000 |
commit | 26af76586ace1dd4c85d0e2155cf3c8c7c124213 (patch) | |
tree | ff5f3d58dfc0f1244e6544651773bbf11328065b /rfbplayer/resource.h | |
parent | 5513d5c5d46973e59e6949dd100c9fed0c6f401e (diff) | |
download | tigervnc-26af76586ace1dd4c85d0e2155cf3c8c7c124213.tar.gz tigervnc-26af76586ace1dd4c85d0e2155cf3c8c7c124213.zip |
Added the SessionInfoDialog dialog, wich is used to show the session
information.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@286 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'rfbplayer/resource.h')
-rw-r--r-- | rfbplayer/resource.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/rfbplayer/resource.h b/rfbplayer/resource.h index 42978577..90a057fe 100644 --- a/rfbplayer/resource.h +++ b/rfbplayer/resource.h @@ -13,6 +13,7 @@ #define IDD_USERPF_LIST 139 #define IDD_UPF_EDIT 140 #define IDD_INFO 141 +#define IDD_SESSION_INFO 142 #define IDC_GOTO_EDIT 1003 #define IDC_PIXELFORMAT 1004 #define IDC_ASK_PF 1006 @@ -39,8 +40,12 @@ #define IDC_GREENMAX_EDIT 1024 #define IDC_BLUEMAX_EDIT 1025 #define IDC_REDSHIFT_EDIT 1026 +#define IDC_DESKTOP_NAME 1026 #define IDC_GREENSHIFT_EDIT 1027 +#define IDC_DESKTOP_SIZE 1027 #define IDC_BLUESHIFT_EDIT 1028 +#define IDC_CURRENT_ENCODING 1029 +#define IDC_PIXEL_FORMAT 1030 #define IDC_INFO_EDIT 1076 #define ID_OPENFILE 40011 #define ID_CLOSEFILE 40012 @@ -62,13 +67,14 @@ #define ID_ABOUT 40027 #define ID_OPTIONS 40029 #define ID_RETURN 40044 +#define ID_SESSION_INFO 40045 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 142 -#define _APS_NEXT_COMMAND_VALUE 40045 +#define _APS_NEXT_RESOURCE_VALUE 143 +#define _APS_NEXT_COMMAND_VALUE 40046 #define _APS_NEXT_CONTROL_VALUE 1031 #define _APS_NEXT_SYMED_VALUE 101 #endif |