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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
1 #define DIALOG_CONFIG 101
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
2 #define TITLE_CHECK 1000
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
3 #define ELAPSED_TIME_CHECK 1001
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
4
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
5 #ifdef APSTUDIO_INVOKED
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
6 #ifndef APSTUDIO_READONLY_SYMBOLS
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
7 #define _APS_NEXT_RESOURCE_VALUE 102
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
8 #define _APS_NEXT_COMMAND_VALUE 40001
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
9 #define _APS_NEXT_CONTROL_VALUE 1002
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
10 #define _APS_NEXT_SYMED_VALUE 101
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
11 #endif
7abb5d8b20ea Initial commit: part 2
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
12 #endif