view include/id.h @ 14:c1dc1fcee7fe

print zoom.
author pyon@macmini
date Sun, 09 Dec 2018 14:38:15 +0900
parents f5ffc34f045a
children c262e17de9b1
line wrap: on
line source

// Filename   : id.h
// Last Change: 2018-11-21  08:25:58.
//

#ifndef __ID_H__
#define __ID_H__

#include <wx/wx.h>

#define RSVER "1.6b"
#define RSRELEASE "2018.11.30"

enum {
	/* for mainframe */
	ID_MAIN = wxID_HIGHEST + 1,
	ID_SEARCH,
	ID_PSEARCH,
	ID_LIST,
	ID_LISTKANA,
	ID_NBOOK,
	ID_SPLIT,

	// invisible for shortcut-key
	ID_DLMAN,
	ID_SLDR,
	ID_FOCUS,
	ID_PZOOM,
	ID_MZOOM,
	ID_SWIN,
	ID_DARK,
	ID_UPIDX,
	ID_TIMER,
	ID_LOGOUT,

	/* for auth */
	ID_UID,
	ID_PW,

	/* for mange db */
	ID_MNGBLD,
	ID_MNGUPLD,
	ID_MNGIDX,
	ID_MNGEXIT,

	/* for index */
	ID_DPBGN,
	ID_DPEND,
};

#endif // __ID_H__