Rev 255 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* $Id: gui.h 244 2024-10-03 20:04:15Z nishi $ */
#ifndef __GUI_H__
#define __GUI_H__
#define GUI_HELP_ABOUT 100
#define GUI_BUTTON_START 101
#define GUI_BUTTON_STOP 102
#define GUI_BUTTON_ABOUT 103
#define GUI_STATUS 104
#define GUI_TEWI_ICON 105
#define GUI_TEWI_NAME 106
#define GUI_TEWI_ORIGINAL 107
#define GUI_TEWI_DATE 108
#define GUI_LOG 109
#define GUI_BUTTON_EXIT 104
#define TIMER_WATCH_TEWI 1000
#endif