blob: 4e250d05309e6e66d60a2d47c31be94400927646 [file] [log] [blame]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
// UCB Explorer ( resource identifiers )
#ifndef _UCBEXPLORER_HRC
#define _UCBEXPLORER_HRC
#define MENU_MAIN 1000
#define MENU_FILE 100
#define MENU_EXIT 10
#define MENU_POPUP 1001
#define MENU_NEW 10
#define MENU_RENAME 11
#define MENU_DELETE 12
#define TEXT_TITLEBAR 5000
#define BMP_FOLDER_CLOSED 6001
#define BMP_FOLDER_OPENED 6002
#define BMP_DOCUMENT 6003
#define BMP_LINK 6004
#define DLG_STRINGINPUT 7000
#define FT_STRINGINPUT_DLG_NAME 10
#define ED_STRINGINPUT_DLG_NAME 11
#define GB_STRINGINPUT_DLG_NAME 12
#define BT_STRINGINPUT_DLG_OK 13
#define BT_STRINGINPUT_DLG_CANCEL 14
#define BT_STRINGINPUT_DLG_HELP 15
#endif /* !_UCBEXPLORER_HRC */