mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
21 lines
472 B
Plaintext
21 lines
472 B
Plaintext
|
/* $Id: capclock.rc,v 1.1 2004/10/21 05:11:59 sedwards Exp $ */
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS W32 Caption Clock\0"
|
||
|
#define REACTOS_STR_INTERNAL_NAME "capclock\0"
|
||
|
#define REACTOS_STR_ORIGINAL_FILENAME "capclock.exe\0"
|
||
|
#include <reactos/version.rc>
|
||
|
|
||
|
/* Icons */
|
||
|
|
||
|
1 ICON "capclock.ico"
|
||
|
|
||
|
/* Dialogs */
|
||
|
|
||
|
2 DIALOG 6, 18, 132, 0
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||
|
FONT 8, "Microsoft Sans Serif"
|
||
|
BEGIN
|
||
|
END
|