annotate src/include/resource.h @ 1:7abb5d8b20ea
v1.0
Initial commit: part 2
I added a config GUI, and actual stuff to the README.
The GUI was 'made' in Visual Studio, but I trimmed down the
resource file because it had weird VS2010 skid marks all over it.
author |
Paper <mrpapersonic@gmail.com> |
date |
Sun, 07 Aug 2022 10:23:10 -0400 |
parents |
|
children |
712c7fd6702a |
rev |
line source |
1
|
1 #define DIALOG_CONFIG 101
|
|
2 #define TITLE_CHECK 1000
|
|
3 #define ELAPSED_TIME_CHECK 1001
|
|
4
|
|
5 #ifdef APSTUDIO_INVOKED
|
|
6 #ifndef APSTUDIO_READONLY_SYMBOLS
|
|
7 #define _APS_NEXT_RESOURCE_VALUE 102
|
|
8 #define _APS_NEXT_COMMAND_VALUE 40001
|
|
9 #define _APS_NEXT_CONTROL_VALUE 1002
|
|
10 #define _APS_NEXT_SYMED_VALUE 101
|
|
11 #endif
|
|
12 #endif
|