/[tewi]/Server/gui.h
ViewVC logotype

Contents of /Server/gui.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations)
Thu Oct 17 09:53:39 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
Content type: text/x-c
Error occurred while calculating annotation data.
update

1 /* $Id: gui.h 261 2024-10-04 23:19:59Z nishi $ */
2
3 #ifndef __GUI_H__
4 #define __GUI_H__
5
6 #define GUI_HELP_ABOUT 100
7 #define GUI_BUTTON_START 101
8 #define GUI_BUTTON_STOP 102
9 #define GUI_BUTTON_ABOUT 103
10 #define GUI_STATUS 104
11 #define GUI_TEWI_ICON 105
12 #define GUI_TEWI_NAME 106
13 #define GUI_TEWI_ORIGINAL 107
14 #define GUI_TEWI_DATE 108
15 #define GUI_LOG 109
16 #define GUI_BUTTON_EXIT 110
17 #define GUI_BUTTON_RESET 111
18 #define GUI_TEWI_WEBSITE 112
19
20 #define TIMER_WATCH_TEWI 1000
21
22 #endif

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev