view include/id.h @ 8:82f9af6aa7e4

add net.cpp
author pyon@macmini
date Tue, 30 Oct 2018 17:26:02 +0900
parents 29829e98d510
children ae89ce4793d8
line wrap: on
line source

// Filename   : id.h
// Last Change: 2018-10-30 ‰Î 11:07:41.
//

#ifndef __ID_H__
#define __ID_H__

#include <wx/wx.h>

#define RSVER "1.2"
#define RSRELEASE "2018.10.30"

enum {
	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_DARK,
	ID_TIMER,
	ID_LOGOUT,
};

#endif // __ID_H__