Added the EditPixelFormatDialog dialog. It allows change or add new
the user definded pixel format.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@268 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfbplayer/resource.h b/rfbplayer/resource.h
index ca4901b..22df827 100644
--- a/rfbplayer/resource.h
+++ b/rfbplayer/resource.h
@@ -11,6 +11,7 @@
#define IDD_OPTIONS 137
#define IDD_ABOUT 138
#define IDD_USERPF_LIST 139
+#define IDD_UPF_EDIT 140
#define IDC_GOTO_EDIT 1003
#define IDC_PIXELFORMAT 1004
#define IDC_ASK_PF 1006
@@ -24,11 +25,21 @@
#define IDC_BIG_ENDIAN 1013
#define IDC_EDIT_UPF 1015
#define IDC_PF_LIST 1016
+#define IDC_BPP_COMBO 1016
#define IDC_ADD_BUTTON 1017
+#define IDC_NAME_EDIT 1017
#define IDC_REMOVE_BUTTON 1018
#define IDC_EDIT_BUTTON 1019
#define IDC_COPYRIGHT 1021
+#define IDC_DEPTH_EDIT 1021
#define IDC_DESCRIPTION 1022
+#define IDC_BIGENDIAN_COMBO 1022
+#define IDC_REDMAX_EDIT 1023
+#define IDC_GREENMAX_EDIT 1024
+#define IDC_BLUEMAX_EDIT 1025
+#define IDC_REDSHIFT_EDIT 1026
+#define IDC_GREENSHIFT_EDIT 1027
+#define IDC_BLUESHIFT_EDIT 1028
#define ID_OPENFILE 40011
#define ID_CLOSEFILE 40012
#define ID_EXIT 40013
@@ -53,9 +64,9 @@
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 140
+#define _APS_NEXT_RESOURCE_VALUE 141
#define _APS_NEXT_COMMAND_VALUE 40045
-#define _APS_NEXT_CONTROL_VALUE 1021
+#define _APS_NEXT_CONTROL_VALUE 1031
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif