From 3aaebbc1dabb1591182c5d93077cdb92f36d4291 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 23 Mar 2008 19:39:08 +0000 Subject: [PATCH] constants for new savegame dialogs --- xwords4/wince/resource.h | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/xwords4/wince/resource.h b/xwords4/wince/resource.h index c18e2f60e..7663d6c26 100755 --- a/xwords4/wince/resource.h +++ b/xwords4/wince/resource.h @@ -6,7 +6,8 @@ #define IDC_XWORDS4 3 #define IDI_XWORDS4 101 #define IDM_MENU 102 -#define IDD_DIALOG1 104 +#define IDD_SAVEDGAMESDLG 103 +#define IDD_SAVENAMEDLG 107 #define IDD_GAMEINFO 104 #define IDD_STRBOX 106 #define IDB_RIGHTARROW 111 @@ -156,6 +157,20 @@ #define IDS_UPDOWN 1103 #define IDC_NPLAYERSUPDOWN 1104 #define IDC_PHONIESUPDOWN 1105 +#define IDC_SVGM_UPDOWN 1106 + + +#define IDC_SVGM_SELLAB 1109 +#define IDC_SVGM_GAMELIST 1110 +#define IDC_SVGM_EDITLAB 1111 +#define IDC_SVGM_CHANGE 1112 +#define IDC_SVGM_EDIT 1113 +#define IDC_SVGM_DUP 1114 +#define IDC_SVGM_DEL 1115 +#define IDC_SVGM_OPEN 1116 + +#define IDC_SVGN_SELLAB 1117 +#define IDC_SVGN_EDIT 1118 #define ID_FILE_EXIT 40002