mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
2f8748afe5
svn path=/trunk/; revision=3233
242 lines
7.3 KiB
Plaintext
242 lines
7.3 KiB
Plaintext
//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"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// 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", IDM_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, GRAYED
|
|
MENUITEM "&Tree only", ID_VIEW_TREEONLY, GRAYED
|
|
MENUITEM "&Data only", ID_VIEW_DATAONLY, GRAYED
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Split", ID_VIEW_SPLIT, GRAYED
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Display &Binary Data", ID_VIEW_DISPLAYBINARYDATA
|
|
, GRAYED
|
|
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
|
|
, CHECKED
|
|
MENUITEM "&Read Only Mode", ID_OPTIONS_READONLYMODE
|
|
MENUITEM "&Confirm on Delete", ID_OPTIONS_CONFIRMONDELETE
|
|
, CHECKED
|
|
MENUITEM "&Save Settings on Exit", ID_OPTIONS_SAVESETTINGSONEXIT
|
|
, CHECKED
|
|
END
|
|
POPUP "&Window"
|
|
BEGIN
|
|
MENUITEM "&Cascade\tShift+F5", ID_WINDOW_CASCADE
|
|
MENUITEM "&Tile\tShift+F4", ID_WINDOW_TILE
|
|
MENUITEM "&Arrange Icons", ID_WINDOW_ARRANGE_ICONS
|
|
MENUITEM SEPARATOR
|
|
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
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_APP_TITLE "ReactOS Registry Editor"
|
|
IDC_REGEDT32 "REGED32"
|
|
IDC_REGEDT32_FRAME "REGED32_FRAME"
|
|
IDS_HELLO "Hello World!"
|
|
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
|
|
|