a5df34aa7af0a0ad3ff636ffdbaf1c99f42c154f
[reactos.git] / rosapps / sysutils / regexpl / RegistryExplorer.h
1 /* $Id: RegistryExplorer.h,v 1.6 2001/04/16 05:11:54 narnaoud Exp $ */
2
3 #ifndef _REGISTRY_EXPLORER_H__INCLUDED
4 #define _REGISTRY_EXPLORER_H__INCLUDED
5
6 #define CURRENT_VERSION _T("0.20+")
7 #define EMAIL _T("registryexplorer@yahoo.com")
8
9 //#define __L(x) L ## x
10 //#define _L(x) __L(x)
11 /*
12 #define HELLO_MSG(date) _T("Registry Explorer for Microsoft Windows NT 4.0\n")\
13 _T("Version ") CURRENT_VERSION _T(" Compiled on ") date _T("\n")\
14 _T("Coded by Nedko Arnaoudov. This product is freeware.\n\n")
15 */
16
17 #define PRODUCT_NAME _T("Registry Explorer")
18
19 #define HELLO_MSG _T("ReactOS ") PRODUCT_NAME _T(" version ") CURRENT_VERSION _T("\n")\
20 _T("License is GNU GPL. Type `help gpl` for details.\n\n")
21
22 #define NOWARANTY_MSG _T("Registry Explorer comes with ABSOLUTELY NO WARRANTY\n")\
23 _T("This is free software, and you are welcome to redistribute it\n")\
24 _T("under certain conditions; type `help gpl' for details.\n")
25
26 #define COPYRIGHT_MSG _T("Copyright (C) 2000-2001 Nedko Arnaoudov\n")
27
28 #define CREDITS_MSG _T("Registry Explorer is written by Nedko Arnaoudov\n")\
29 _T("Special thanks to Emanuele Aliberti\n")
30
31 #define BUGS_MSG _T("Please report bugs to ") EMAIL _T("\n")\
32 _T("Updates are available at http://www.geocities.com/registryexplorer/\n")\
33 _T("and as part of ReactOS http://www.reactos.com\n")
34
35 #define VER_MSG COPYRIGHT_MSG\
36 _T("\n")\
37 NOWARANTY_MSG\
38 _T("\n")\
39 CREDITS_MSG\
40 _T("\n")\
41 BUGS_MSG
42
43 #define GOODBYE_MSG _T("\nThank you for using Registry Explorer !!!\n")
44
45 //#define COMMAND_LENGTH(cmd) (sizeof(DIR_CMD)-sizeof(TCHAR))/sizeof(TCHAR)
46 #define COMMAND_LENGTH(cmd) _tcslen(cmd)
47
48 #define PROMPT_BUFFER_SIZE 1024
49
50 #define COMMAND_NA_ON_ROOT _T(" is not applicable to root key.\n")
51
52 #define SETTINGS_REGISTRY_KEY _T("SOFTWARE\\Registry Explorer")
53 #define NORMAL_TEXT_ATTRIBUTES_VALUE_NAME _T("Normal Text Color")
54 #define PROMPT_TEXT_ATTRIBUTES_VALUE_NAME _T("Prompt Text Color")
55 #define PROMPT_VALUE_NAME _T("Prompt")
56
57 #endif //#ifndef _REGISTRY_EXPLORER_H__INCLUDED