view include/id.h @ 7:29829e98d510

add net.cpp
author pyon@macmini
date Fri, 26 Oct 2018 21:05:11 +0900
parents 9a8b581c1993
children 82f9af6aa7e4
line wrap: on
line source

// Filename   : id.h
// Last Change: 2018-10-26 ‹à 10:43:22.
//

#ifndef __ID_H__
#define __ID_H__

#include <wx/wx.h>

#define RSVER "1.1"
#define RSRELEASE "2018.10.29"

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__