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