File:  [RetroPC.NET] / xmil / palm / resource.h
Revision 1.3: download - view: text, annotated - select for diffs
Mon Feb 28 03:22:06 2005 JST (20 years, 8 months ago) by tk800
Branches: MAIN
CVS tags: HEAD
add battery disp[palm](tk800)

#define	IDD_MAIN		1000
#define	IDD_WAIT		1001
#define	IDD_OPTION		1002
#define	IDD_SOUNDOPT	1003
#define	IDD_CONFIG		1004
#define	IDD_NEWDISK		1005
#define	IDD_ABOUT		1006
#define	IDD_ALERT		1007
#define	IDD_DIPSW		1008
#define	IDD_SCRNOPT		1009

#define	IDC_SAMPLERATE	2000
#define	IDC_SNDBUFFER	2001
#define	IDC_SEEKVOL		2002
#define	IDC_SKIPLINE	2003
#define	IDC_SHIFT		2004
#define	IDC_CTRL		2005
#define	IDC_GRAPH		2006
#define	IDC_DISKLABEL	2007
#define	IDC_MAKE2D		2008
#define	IDC_MAKE2HD		2009
#define	IDC_XMILVER		2010
//#define	IDC_ABOUT		2011
#define	IDC_OK			2012
#define	IDC_CANCEL		2013
#define	IDC_FDD0		2014
#define	IDC_FDD1		2015
#define	IDC_FDD2		2016
#define	IDC_FDD3		2017
#define	IDC_KANA		2018
#define	IDC_CAPS		2019
#define	IDC_NOWAIT		2020
#define	IDC_DISPCLOCK	2021
#define	IDC_DISPFRAME	2022
#define	IDC_BOOT2HD		2023
#define	IDC_HIGHRES		2024
#define	IDC_DISPSYNC	2025
#define	IDC_RASTER		2026
#define	IDC_FMBOARD		2027
#define	IDC_JOYX		2028
#define	IDC_RAPID		2029
#define	IDC_JOYLIST		2031
#define	IDC_RESUME		2032
#define	IDC_GRAFFITI	2033
#define	IDC_AUTO		2034
#define	IDC_FULL		2035
#define	IDC_HALF		2036
#define	IDC_ONETHIRD	2037
#define	IDC_QUARTER		2038
#define	IDC_JOYSTICK	2039
#define	IDC_CURSOR		2040
#define	IDC_TENKEY		2041
#define IDC_KEYLIST1	2042
#define IDC_KEYLIST2	2043
#define IDC_KEYLIST3	2044
#define IDC_KEYLIST4	2045
#define IDC_HARDKEY1	2046
#define IDC_HARDKEY2	2047
#define IDC_HARDKEY3	2048
#define IDC_HARDKEY4	2049

#define	IDM_IPLRESET	4000
#define	IDM_NMIRESET	4001
#define	IDM_CONFIG		4002
#define	IDM_NEWDISK		4003
#define	IDM_EXIT		4004
#define	IDM_FDD0OPEN	4005
#define	IDM_FDD0EJECT	4006
#define	IDM_FDD1OPEN	4007
#define	IDM_FDD1EJECT	4008
#define	IDM_FDD2OPEN	4009
#define	IDM_FDD2EJECT	4010
#define	IDM_FDD3OPEN	4011
#define	IDM_FDD3EJECT	4012
#define	IDM_TURBOZ		4013
#define	IDM_TURBO		4014
#define	IDM_X1ROM		4015
#define	IDM_BOOT2D		4016
#define	IDM_BOOT2HD		4017
#define	IDM_HIGHRES		4018
#define	IDM_LOWRES		4019
//#define	IDM_WINDOW		4020
//#define	IDM_FULLSCREEN	4021
#define	IDM_WIDTH80		4021
#define	IDM_WIDTH40		4022
#define	IDM_DISPSYNC	4023
#define	IDM_RASTER		4024
#define	IDM_NOWAIT		4025
#define	IDM_AUTOFPS		4027
#define	IDM_60FPS		4028
#define	IDM_30FPS		4029
#define	IDM_20FPS		4030
#define	IDM_15FPS		4031
#define	IDM_KEY			4032
#define	IDM_JOY1		4033
#define	IDM_JOY2		4034
#define	IDM_MOUSEKEY	4035
#define	IDM_FMBOARD		4036
#define	IDM_JOYSTICK	4037
#define	IDM_MOUSE		4038
#define	IDM_SEEKSND		4039
#define	IDM_BMPSAVE		4040
#define	IDM_OPMLOG		4041
#define	IDM_DISPCLOCK	4042
#define	IDM_DISPFRAME	4043
#define	IDM_JOYX		4044
#define	IDM_RAPID		4045
#define	IDM_Z80SAVE		4046
#define	IDM_ABOUT		4047
#define	IDM_SOUNDOPT	4048
#define	IDM_DIPSW		4049
#define	IDM_OPTION		4050
#define	IDM_SCRNOPT		4051
#define	IDM_KANA		4052
#define	IDM_CAPS		4053
#define	IDM_MAIN		4999

#define	XMILVER_PALMOS	"version 2005/02/28"


RetroPC.NET-CVS <cvs@retropc.net>