Subversion Repositories Tewi

Rev

Rev 244 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 244 Rev 255
Line 1... Line 1...
1
/* $Id: gui.h 244 2024-10-03 20:04:15Z nishi $ */
1
/* $Id: gui.h 255 2024-10-04 04:08:58Z nishi $ */
2
 
2
 
3
#ifndef __GUI_H__
3
#ifndef __GUI_H__
4
#define __GUI_H__
4
#define __GUI_H__
5
 
5
 
6
#define GUI_HELP_ABOUT 100
6
#define GUI_HELP_ABOUT 100
Line 12... Line 12...
12
#define GUI_TEWI_NAME 106
12
#define GUI_TEWI_NAME 106
13
#define GUI_TEWI_ORIGINAL 107
13
#define GUI_TEWI_ORIGINAL 107
14
#define GUI_TEWI_DATE 108
14
#define GUI_TEWI_DATE 108
15
#define GUI_LOG 109
15
#define GUI_LOG 109
16
#define GUI_BUTTON_EXIT 104
16
#define GUI_BUTTON_EXIT 104
-
 
17
#define GUI_BUTTON_RESET 105
17
 
18
 
18
#define TIMER_WATCH_TEWI 1000
19
#define TIMER_WATCH_TEWI 1000
19
 
20
 
20
#endif
21
#endif