view include/id.h @ 11:799b6008db8e

auto-upgrade.
author pyon@macmini
date Mon, 12 Nov 2018 19:35:50 +0900
parents 36811fd22bd2
children f5ffc34f045a
line wrap: on
line source

// Filename   : id.h
// Last Change: 2018-11-09 ‹à 10:54:21.
//

#ifndef __ID_H__
#define __ID_H__

#include <wx/wx.h>

#define RSVER "1.5"
#define RSRELEASE "2018.11.12"

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_SLDR,
	ID_FOCUS,
	ID_PZOOM,
	ID_MZOOM,
	ID_SWIN,
	ID_DARK,
	ID_TIMER,
	ID_LOGOUT,

	/* for auth */
	ID_UID,
	ID_PW,

	/* for mange db */
	ID_MNGBLD,
	ID_MNGUPLD,
	ID_MNGEXIT,
};

#endif // __ID_H__