mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
constants for new savegame dialogs
This commit is contained in:
parent
8e285f1097
commit
3aaebbc1da
1 changed files with 16 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
#define IDC_XWORDS4 3
|
#define IDC_XWORDS4 3
|
||||||
#define IDI_XWORDS4 101
|
#define IDI_XWORDS4 101
|
||||||
#define IDM_MENU 102
|
#define IDM_MENU 102
|
||||||
#define IDD_DIALOG1 104
|
#define IDD_SAVEDGAMESDLG 103
|
||||||
|
#define IDD_SAVENAMEDLG 107
|
||||||
#define IDD_GAMEINFO 104
|
#define IDD_GAMEINFO 104
|
||||||
#define IDD_STRBOX 106
|
#define IDD_STRBOX 106
|
||||||
#define IDB_RIGHTARROW 111
|
#define IDB_RIGHTARROW 111
|
||||||
|
@ -156,6 +157,20 @@
|
||||||
#define IDS_UPDOWN 1103
|
#define IDS_UPDOWN 1103
|
||||||
#define IDC_NPLAYERSUPDOWN 1104
|
#define IDC_NPLAYERSUPDOWN 1104
|
||||||
#define IDC_PHONIESUPDOWN 1105
|
#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
|
#define ID_FILE_EXIT 40002
|
||||||
|
|
Loading…
Add table
Reference in a new issue