view include/id.h @ 15:c262e17de9b1

db download skip-mode.
author pyon@macmini
date Sat, 08 Jun 2019 15:50:59 +0900
parents c1dc1fcee7fe
children b651aa41b9d4
line wrap: on
line source

// Filename   : id.h
// Last Change: 2019-05-28 ‰Î 10:01:22.
//

#ifndef __ID_H__
#define __ID_H__

#include <wx/wx.h>

#define RSVER "1.7"
#define RSRELEASE "2019.05.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__