view include/id.h @ 9:ae89ce4793d8

add satellite-view.
author pyon@macmini
date Wed, 31 Oct 2018 20:10:29 +0900
parents 82f9af6aa7e4
children 36811fd22bd2
line wrap: on
line source

// Filename   : id.h
// Last Change: 2018-10-31  16:40:38.
//

#ifndef __ID_H__
#define __ID_H__

#include <wx/wx.h>

#define RSVER "1.3"
#define RSRELEASE "2018.10.31"

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

	// 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,
};

#endif // __ID_H__