view include/id.h @ 6:9a8b581c1993

improve performance.
author pyon@macmini
date Tue, 23 Oct 2018 19:15:22 +0900
parents e3b10fb860b3
children 29829e98d510
line wrap: on
line source

// Filename   : id.h
// Last Change: 2018-10-23 ‰Î 12:36:12.
//

#ifndef __ID_H__
#define __ID_H__

#include <wx/wx.h>

#define RSVER "1.0"
#define RSRELEASE "2018.10.25"

enum {
	ID_MAIN = wxID_HIGHEST + 1,
	ID_SEARCH,
	ID_PSEARCH,
	ID_LIST,
	ID_NBOOK,
	ID_SLDR,
	ID_PZOOM,
	ID_MZOOM,
	ID_DARK,
	ID_TIMER,
	ID_LOGOUT,
};

#endif // __ID_H__