Remove the unneeded $Id$ blabla from the source code.
[reactos.git] / rostests / tests / capclock / capclock.rc
1 #include <windows.h>
2
3 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS W32 Caption Clock\0"
4 #define REACTOS_STR_INTERNAL_NAME "capclock\0"
5 #define REACTOS_STR_ORIGINAL_FILENAME "capclock.exe\0"
6 #include <reactos/version.rc>
7
8 /* Icons */
9
10 1 ICON "capclock.ico"
11
12 /* Dialogs */
13
14 2 DIALOG 6, 18, 132, 0
15 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
16 FONT 8, "Microsoft Sans Serif"
17 BEGIN
18 END