mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
068a37b1cd
Support latest MinGW releases. Support building on linux. svn path=/trunk/; revision=3454
300 lines
9.1 KiB
Plaintext
300 lines
9.1 KiB
Plaintext
#include <windows.h>
|
||
#include <reactos/resource.h>
|
||
|
||
//Microsoft Developer Studio generated resource script.
|
||
//
|
||
#include "resource.h"
|
||
|
||
#define APSTUDIO_READONLY_SYMBOLS
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Generated from the TEXTINCLUDE 2 resource.
|
||
//
|
||
#define APSTUDIO_HIDDEN_SYMBOLS
|
||
#include "windows.h"
|
||
#undef APSTUDIO_HIDDEN_SYMBOLS
|
||
#include "resource.h"
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
#undef APSTUDIO_READONLY_SYMBOLS
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
// English (U.S.) resources
|
||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||
#ifdef _WIN32
|
||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||
#pragma code_page(1252)
|
||
#endif //_WIN32
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Icon
|
||
//
|
||
|
||
// Icon with lowest ID value placed first to ensure application icon
|
||
// remains consistent on all systems.
|
||
IDI_REGEDT32 ICON DISCARDABLE "res/regedt32.ico"
|
||
IDI_SMALL ICON DISCARDABLE "res/small.ico"
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Bitmap
|
||
//
|
||
|
||
IDB_OPEN_FILE BITMAP DISCARDABLE "res/folder3.bmp"
|
||
IDB_CLOSED_FILE BITMAP DISCARDABLE "res/folder1.bmp"
|
||
IDB_ROOT BITMAP DISCARDABLE "res/folder2.bmp"
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Menu
|
||
//
|
||
|
||
IDR_REGEDT32_MENU MENU DISCARDABLE
|
||
BEGIN
|
||
POPUP "&Registry"
|
||
BEGIN
|
||
MENUITEM "&Open Local", ID_REGISTRY_OPENLOCAL
|
||
MENUITEM "&Close", ID_REGISTRY_CLOSE
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "&Load Hive", ID_REGISTRY_LOADHIVE, GRAYED
|
||
MENUITEM "&Unload Hive", ID_REGISTRY_UNLOADHIVE
|
||
, GRAYED
|
||
MENUITEM "R&estore...", ID_REGISTRY_RESTORE, GRAYED
|
||
MENUITEM "Sa&ve Key...", ID_REGISTRY_SAVEKEY, GRAYED
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "&Select Computer...", ID_REGISTRY_SELECTCOMPUTER, GRAYED
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "&Print Subtree", ID_REGISTRY_PRINTSUBTREE
|
||
MENUITEM "P&rinter Setup...", ID_REGISTRY_PRINTERSETUP
|
||
MENUITEM "Save Subtree &As...", ID_REGISTRY_SAVESUBTREEAS
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "E&xit", ID_REGISTRY_EXIT
|
||
END
|
||
POPUP "&Edit"
|
||
BEGIN
|
||
MENUITEM "Add &Key...", ID_EDIT_ADDKEY, GRAYED
|
||
MENUITEM "Add &Value...", ID_EDIT_ADDVALUE, GRAYED
|
||
MENUITEM "&Delete\tDel", ID_EDIT_DELETE, GRAYED
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "&Binary...", ID_EDIT_BINARY, GRAYED
|
||
MENUITEM "&String...", ID_EDIT_STRING, GRAYED
|
||
MENUITEM "D&WORD...", ID_EDIT_DWORD, GRAYED
|
||
MENUITEM "&Multi String...", ID_EDIT_MULTISTRING, GRAYED
|
||
END
|
||
POPUP "&Tree"
|
||
BEGIN
|
||
MENUITEM "E&xpand One Level\t+", ID_TREE_EXPANDONELEVEL
|
||
, GRAYED
|
||
MENUITEM "Expand Branch\t*", ID_TREE_EXPANDBRANCH, GRAYED
|
||
MENUITEM "Expand &All\tCtrl+*", ID_TREE_EXPANDALL, GRAYED
|
||
MENUITEM "&Collapse Branch\t-", ID_TREE_COLLAPSEBRANCH
|
||
, GRAYED
|
||
END
|
||
POPUP "&View"
|
||
BEGIN
|
||
MENUITEM "Tree &and Data", ID_VIEW_TREEANDDATA, CHECKED
|
||
MENUITEM "&Tree only", ID_VIEW_TREEONLY
|
||
MENUITEM "&Data only", ID_VIEW_DATAONLY
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "Status &Bar", ID_VIEW_STATUSBAR
|
||
MENUITEM "&Split", ID_VIEW_SPLIT, GRAYED
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "Display &Binary Data", ID_VIEW_DISPLAYBINARYDATA
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "R&efresh All\tShift+F6", ID_VIEW_REFRESHALL, GRAYED
|
||
MENUITEM "&Refresh Active\tF6", ID_VIEW_REFRESHACTIVE
|
||
, GRAYED
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "&Find Key...", ID_VIEW_FINDKEY, GRAYED
|
||
END
|
||
POPUP "Security"
|
||
BEGIN
|
||
MENUITEM "&Permissions...", ID_SECURITY_PERMISSIONS
|
||
, GRAYED
|
||
END
|
||
POPUP "&Options"
|
||
BEGIN
|
||
MENUITEM "&Font...", ID_OPTIONS_FONT
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "&Auto Refresh", ID_OPTIONS_AUTOREFRESH
|
||
MENUITEM "&Read Only Mode", ID_OPTIONS_READONLYMODE
|
||
MENUITEM "&Confirm on Delete", ID_OPTIONS_CONFIRMONDELETE
|
||
MENUITEM "&Save Settings on Exit", ID_OPTIONS_SAVESETTINGSONEXIT
|
||
END
|
||
POPUP "&Window"
|
||
BEGIN
|
||
MENUITEM "&Cascade\tShift+F5", ID_WINDOW_CASCADE
|
||
MENUITEM "&Tile\tShift+F4", ID_WINDOW_TILE
|
||
MENUITEM "&Arrange Icons", ID_WINDOW_ARRANGEICONS
|
||
END
|
||
POPUP "&Help"
|
||
BEGIN
|
||
MENUITEM "&Contents", ID_HELP_CONTENTS
|
||
MENUITEM SEPARATOR
|
||
MENUITEM "&About Registry Editor...", ID_HELP_ABOUT
|
||
END
|
||
END
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Dialog
|
||
//
|
||
|
||
IDD_ABOUTBOX DIALOG DISCARDABLE 22, 17, 230, 75
|
||
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
|
||
CAPTION "About"
|
||
FONT 8, "System"
|
||
BEGIN
|
||
ICON IDI_REGEDT32,IDI_REGEDT32,14,9,16,16
|
||
LTEXT "ReactOS regedt32 Version 1.0",IDC_STATIC,49,10,119,8,
|
||
SS_NOPREFIX
|
||
LTEXT "Copyright (C) 2002 ReactOS Team",IDC_STATIC,49,20,119,8
|
||
DEFPUSHBUTTON "OK",IDOK,195,6,30,11,WS_GROUP
|
||
END
|
||
|
||
|
||
#ifdef APSTUDIO_INVOKED
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// TEXTINCLUDE
|
||
//
|
||
|
||
2 TEXTINCLUDE DISCARDABLE
|
||
BEGIN
|
||
"#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
|
||
"#include ""windows.h""\r\n"
|
||
"#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
|
||
"#include ""resource.h""\r\n"
|
||
"\0"
|
||
END
|
||
|
||
3 TEXTINCLUDE DISCARDABLE
|
||
BEGIN
|
||
"\r\n"
|
||
"\0"
|
||
END
|
||
|
||
#endif // APSTUDIO_INVOKED
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Version
|
||
//
|
||
|
||
VS_VERSION_INFO VERSIONINFO
|
||
FILEVERSION RES_UINT_FV_MAJOR,RES_UINT_FV_MINOR,RES_UINT_FV_REVISION,RES_UINT_FV_BUILD
|
||
PRODUCTVERSION RES_UINT_PV_MAJOR,RES_UINT_PV_MINOR,RES_UINT_PV_REVISION,RES_UINT_PV_BUILD
|
||
FILEFLAGSMASK 0x3fL
|
||
#ifdef _DEBUG
|
||
FILEFLAGS 0x1L
|
||
#else
|
||
FILEFLAGS 0x0L
|
||
#endif
|
||
FILEOS 0x40004L
|
||
FILETYPE 0x1L
|
||
FILESUBTYPE 0x0L
|
||
BEGIN
|
||
BLOCK "StringFileInfo"
|
||
BEGIN
|
||
BLOCK "040904b0"
|
||
BEGIN
|
||
VALUE "Comments", "Absolutely no warranties whatsoever - Use at your own risk\0"
|
||
VALUE "CompanyName", RES_STR_COMPANY_NAME
|
||
VALUE "FileDescription", "ReactOS Registry Editor 32 by Robert Dickenson\0"
|
||
VALUE "FileVersion", "1, 0, 0, 1\0"
|
||
VALUE "InternalName", "regedt32\0"
|
||
VALUE "LegalCopyright", "Copyright <20> 2002 Robert Dickenson\0"
|
||
VALUE "LegalTrademarks", "\0"
|
||
VALUE "OriginalFilename", "regedt32.exe\0"
|
||
VALUE "PrivateBuild", "\0"
|
||
VALUE "ProductName", RES_STR_PRODUCT_NAME
|
||
VALUE "ProductVersion", RES_STR_PRODUCT_VERSION
|
||
VALUE "SpecialBuild", "Non-versioned Development Beta Release\0"
|
||
END
|
||
END
|
||
BLOCK "VarFileInfo"
|
||
BEGIN
|
||
VALUE "Translation", 0xc09, 1200
|
||
END
|
||
END
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// String Table
|
||
//
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
IDS_LIST_COLUMN_NAME "Name"
|
||
IDS_LIST_COLUMN_TYPE "Type"
|
||
IDS_LIST_COLUMN_DATA "Data"
|
||
END
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
IDS_APP_TITLE "ReactOS Registry Editor"
|
||
IDC_REGEDT32 "REGED32"
|
||
IDC_REGEDT32_FRAME "REGED32_FRAME"
|
||
IDS_APP_REG_KEY "\\Regedt32"
|
||
IDS_APP_REG_PATH RES_STR_ROSAPP_REGISTRY_ROOT
|
||
END
|
||
|
||
#endif // English (U.S.) resources
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
// English (Australia) resources
|
||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENA)
|
||
#ifdef _WIN32
|
||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS
|
||
#pragma code_page(1252)
|
||
#endif //_WIN32
|
||
|
||
#ifdef APSTUDIO_INVOKED
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// TEXTINCLUDE
|
||
//
|
||
|
||
1 TEXTINCLUDE DISCARDABLE
|
||
BEGIN
|
||
"resource.h\0"
|
||
END
|
||
|
||
#endif // APSTUDIO_INVOKED
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// String Table
|
||
//
|
||
|
||
STRINGTABLE DISCARDABLE
|
||
BEGIN
|
||
ID_HELP_HELPTOPICS "Opens Registry Editor Help."
|
||
ID_HELP_ABOUT "Displays program information, version number, and copyright."
|
||
END
|
||
|
||
#endif // English (Australia) resources
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
|
||
|
||
|
||
#ifndef APSTUDIO_INVOKED
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Generated from the TEXTINCLUDE 3 resource.
|
||
//
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
#endif // not APSTUDIO_INVOKED
|
||
|