1*0bd99ceeSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*0bd99ceeSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*0bd99ceeSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*0bd99ceeSAndrew Rist * distributed with this work for additional information
6*0bd99ceeSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*0bd99ceeSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*0bd99ceeSAndrew Rist * "License"); you may not use this file except in compliance
9*0bd99ceeSAndrew Rist * with the License.  You may obtain a copy of the License at
10*0bd99ceeSAndrew Rist *
11*0bd99ceeSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*0bd99ceeSAndrew Rist *
13*0bd99ceeSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*0bd99ceeSAndrew Rist * software distributed under the License is distributed on an
15*0bd99ceeSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*0bd99ceeSAndrew Rist * KIND, either express or implied.  See the License for the
17*0bd99ceeSAndrew Rist * specific language governing permissions and limitations
18*0bd99ceeSAndrew Rist * under the License.
19*0bd99ceeSAndrew Rist *
20*0bd99ceeSAndrew Rist *************************************************************/
21*0bd99ceeSAndrew Rist
22*0bd99ceeSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir// UCB Explorer ( resource identifiers )
25cdf0e10cSrcweir
26cdf0e10cSrcweir#ifndef _UCBEXPLORER_HRC
27cdf0e10cSrcweir#define _UCBEXPLORER_HRC
28cdf0e10cSrcweir
29cdf0e10cSrcweir#define MENU_MAIN          	1000
30cdf0e10cSrcweir#define MENU_FILE           100
31cdf0e10cSrcweir#define MENU_EXIT           10
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define MENU_POPUP			1001
34cdf0e10cSrcweir#define MENU_NEW			10
35cdf0e10cSrcweir#define MENU_RENAME			11
36cdf0e10cSrcweir#define MENU_DELETE			12
37cdf0e10cSrcweir
38cdf0e10cSrcweir#define TEXT_TITLEBAR     	5000
39cdf0e10cSrcweir
40cdf0e10cSrcweir#define BMP_FOLDER_CLOSED	6001
41cdf0e10cSrcweir#define BMP_FOLDER_OPENED	6002
42cdf0e10cSrcweir#define BMP_DOCUMENT		6003
43cdf0e10cSrcweir#define BMP_LINK			6004
44cdf0e10cSrcweir
45cdf0e10cSrcweir#define DLG_STRINGINPUT				7000
46cdf0e10cSrcweir#define FT_STRINGINPUT_DLG_NAME		10
47cdf0e10cSrcweir#define ED_STRINGINPUT_DLG_NAME		11
48cdf0e10cSrcweir#define GB_STRINGINPUT_DLG_NAME		12
49cdf0e10cSrcweir#define BT_STRINGINPUT_DLG_OK		13
50cdf0e10cSrcweir#define BT_STRINGINPUT_DLG_CANCEL	14
51cdf0e10cSrcweir#define BT_STRINGINPUT_DLG_HELP		15
52cdf0e10cSrcweir
53cdf0e10cSrcweir
54cdf0e10cSrcweir#endif /* !_UCBEXPLORER_HRC */
55