mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
Cleanup after first check-in.
svn path=/trunk/; revision=3174
This commit is contained in:
parent
7fe69e5501
commit
2c0cbaa9e2
9 changed files with 40 additions and 44 deletions
|
@ -130,7 +130,7 @@ STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
|
||||||
CAPTION "About"
|
CAPTION "About"
|
||||||
FONT 8, "System"
|
FONT 8, "System"
|
||||||
BEGIN
|
BEGIN
|
||||||
ICON IDI_REGEDIT,IDC_MYICON,14,9,16,16
|
ICON IDI_REGEDIT,IDI_REGEDIT,14,9,16,16
|
||||||
LTEXT "ReactOS regedit Version 1.0",IDC_STATIC,49,10,119,8,
|
LTEXT "ReactOS regedit Version 1.0",IDC_STATIC,49,10,119,8,
|
||||||
SS_NOPREFIX
|
SS_NOPREFIX
|
||||||
LTEXT "Copyright (C) 2002 ReactOS Team",IDC_STATIC,49,20,119,8
|
LTEXT "Copyright (C) 2002 ReactOS Team",IDC_STATIC,49,20,119,8
|
||||||
|
|
|
@ -2,8 +2,13 @@
|
||||||
// Microsoft Developer Studio generated include file.
|
// Microsoft Developer Studio generated include file.
|
||||||
// Used by regedit.rc
|
// Used by regedit.rc
|
||||||
//
|
//
|
||||||
#define IDC_MYICON 2
|
#define ID_REGISTRY_MENU 0
|
||||||
#define IDD_REGED_DIALOG 102
|
#define ID_EDIT_MENU 1
|
||||||
|
#define ID_FILE_MENU 2
|
||||||
|
#define ID_VIEW_MENU 3
|
||||||
|
#define ID_FAVOURITES_MENU 4
|
||||||
|
#define ID_EDIT_NEW_MENU 5
|
||||||
|
|
||||||
#define IDD_ABOUTBOX 103
|
#define IDD_ABOUTBOX 103
|
||||||
#define IDS_APP_TITLE 103
|
#define IDS_APP_TITLE 103
|
||||||
#define IDM_ABOUT 104
|
#define IDM_ABOUT 104
|
||||||
|
@ -13,20 +18,11 @@
|
||||||
#define IDI_SMALL 108
|
#define IDI_SMALL 108
|
||||||
#define IDC_REGEDIT 109
|
#define IDC_REGEDIT 109
|
||||||
#define IDC_REGEDIT_FRAME 110
|
#define IDC_REGEDIT_FRAME 110
|
||||||
#define IDR_MAINFRAME 128
|
|
||||||
#define IDR_REGEDIT_MENU 130
|
#define IDR_REGEDIT_MENU 130
|
||||||
#define IDD_DIALOG1 131
|
#define IDD_DIALOG1 131
|
||||||
|
#define IDB_OPEN_FILE 132
|
||||||
#define ID_REGISTRY_MENU 0
|
#define IDB_CLOSED_FILE 133
|
||||||
#define ID_EDIT_MENU 1
|
#define IDB_ROOT 134
|
||||||
#define ID_FILE_MENU 2
|
|
||||||
#define ID_VIEW_MENU 3
|
|
||||||
#define ID_FAVOURITES_MENU 4
|
|
||||||
#define ID_EDIT_NEW_MENU 5
|
|
||||||
|
|
||||||
#define IDB_OPEN_FILE 97
|
|
||||||
#define IDB_CLOSED_FILE 98
|
|
||||||
#define IDB_ROOT 99
|
|
||||||
|
|
||||||
#define ID_HELP_HELPTOPICS 32771
|
#define ID_HELP_HELPTOPICS 32771
|
||||||
#define ID_FAVOURITES_ADDTOFAVOURITES 32772
|
#define ID_FAVOURITES_ADDTOFAVOURITES 32772
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue