Added context menu support.
[wine] / programs / regedit / resource.h
1 /*
2  * Regedit resource definitions
3  *
4  * Copyright 2002 Robert Dickenson
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  */
20
21 #define ID_REGISTRY_MENU                0
22 #define ID_EDIT_MENU                    1
23 #define ID_VIEW_MENU                    2
24 #define ID_FAVOURITES_MENU              3
25 #define ID_HELP_MENU                    4
26 #define ID_EDIT_NEW_MENU                5
27 #define IDS_LIST_COLUMN_FIRST           91
28 #define IDS_LIST_COLUMN_NAME            91
29 #define IDS_LIST_COLUMN_TYPE            92
30 #define IDS_LIST_COLUMN_DATA            93
31 #define IDS_LIST_COLUMN_LAST            93
32 #define IDD_ABOUTBOX                    103
33 #define IDS_APP_TITLE                   103
34 #define IDI_REGEDIT                     107
35 #define IDI_SMALL                       108
36 #define IDC_REGEDIT                     109
37 #define IDC_REGEDIT_FRAME               110
38 #define IDR_REGEDIT_MENU                130
39 #define IDD_DIALOG1                     131
40 #define IDB_OPEN_FILE                   132
41 #define IDD_DIALOG2                     132
42 #define IDB_CLOSED_FILE                 133
43 #define IDB_ROOT                        134
44 #define IDR_POPUP_MENUS                 137
45 #define IDC_LICENSE_EDIT                1029
46 #define ID_REGISTRY_EXIT                32770
47 #define ID_FAVOURITES_ADDTOFAVOURITES   32772
48 #define ID_FAVOURITES_REMOVEFAVOURITE   32773
49 #define ID_VIEW_STATUSBAR               32774
50 #define ID_VIEW_SPLIT                   32775
51 #define ID_VIEW_REFRESH                 32776
52 #define ID_EDIT_DELETE                  32778
53 #define ID_EDIT_RENAME                  32779
54 #define ID_EDIT_COPYKEYNAME             32781
55 #define ID_EDIT_FIND                    32782
56 #define ID_EDIT_FINDNEXT                32783
57 #define ID_EDIT_MODIFY                  32784
58 #define ID_EDIT_NEW_KEY                 32785
59 #define ID_EDIT_NEW_STRINGVALUE         32786
60 #define ID_EDIT_NEW_BINARYVALUE         32787
61 #define ID_EDIT_NEW_DWORDVALUE          32788
62 #define ID_REGISTRY_IMPORTREGISTRYFILE  32789
63 #define ID_REGISTRY_EXPORTREGISTRYFILE  32790
64 #define ID_REGISTRY_CONNECTNETWORKREGISTRY 32791
65 #define ID_REGISTRY_DISCONNECTNETWORKREGISTRY 32792
66 #define ID_REGISTRY_PRINT               32793
67 #define ID_HELP_HELPTOPICS              32794
68 #define ID_HELP_ABOUT                   32795
69 #define ID_WINDOW_CASCADE               32797
70 #define ID_WINDOW_TILE                  32798
71 #define ID_WINDOW_ARRANGEICONS          32799
72 #define ID_OPTIONS_FONT                 32800
73 #define ID_OPTIONS_AUTOREFRESH          32801
74 #define ID_OPTIONS_READONLYMODE         32802
75 #define ID_OPTIONS_CONFIRMONDELETE      32803
76 #define ID_OPTIONS_SAVESETTINGSONEXIT   32804
77 #define ID_SECURITY_PERMISSIONS         32805
78 #define ID_VIEW_TREEANDDATA             32806
79 #define ID_VIEW_TREEONLY                32807
80 #define ID_VIEW_DATAONLY                32808
81 #define ID_VIEW_DISPLAYBINARYDATA       32810
82 #define ID_VIEW_REFRESHALL              32811
83 #define ID_VIEW_REFRESHACTIVE           32812
84 #define ID_VIEW_FINDKEY                 32813
85 #define ID_TREE_EXPANDONELEVEL          32814
86 #define ID_TREE_EXPANDBRANCH            32815
87 #define ID_TREE_EXPANDALL               32816
88 #define ID_TREE_COLLAPSEBRANCH          32817
89 #define ID_EDIT_ADDKEY                  32818
90 #define ID_EDIT_ADDVALUE                32819
91 #define ID_EDIT_BINARY                  32821
92 #define ID_EDIT_STRING                  32822
93 #define ID_EDIT_DWORD                   32823
94 #define ID_EDIT_MULTISTRING             32824
95 #define ID_REGISTRY_OPENLOCAL           32825
96 #define ID_REGISTRY_CLOSE               32826
97 #define ID_REGISTRY_LOADHIVE            32827
98 #define ID_REGISTRY_UNLOADHIVE          32828
99 #define ID_REGISTRY_RESTORE             32829
100 #define ID_REGISTRY_SAVEKEY             32830
101 #define ID_REGISTRY_SELECTCOMPUTER      32831
102 #define ID_REGISTRY_PRINTSUBTREE        32832
103 #define ID_REGISTRY_PRINTERSETUP        32833
104 #define ID_REGISTRY_SAVESUBTREEAS       32834
105 #define IDS_LICENSE                     32835
106 #define IDS_ERROR                       32836
107 #define IDS_BAD_VALUE                   32837
108 #define IDS_UNSUPPORTED_TYPE            32838
109 #define IDS_TOO_BIG_VALUE               32839
110 #define IDS_DELETE_BOX_TITLE            32840
111 #define IDS_DELETE_BOX_TEXT             32841
112 #define IDD_EDIT_DWORD                  32850
113 #define IDC_DWORD_BASE                  32852
114 #define IDC_DWORD_HEX                   32853
115 #define IDC_DWORD_DEC                   32854
116 #define IDS_NEWKEY                      32860
117 #define IDS_NEWVALUE                    32861
118 #define ID_EDIT_MODIFY_BIN              32870
119
120 #define IDD_EDIT_STRING                 2000
121 #define IDC_VALUE_NAME                  2001
122 #define IDC_VALUE_DATA                  2002
123
124 #define IDC_STATIC                      -1