/************************************************************** * * 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. * *************************************************************/ #ifndef REPORTDESIGN_CORE_RESOURCE_HRC_ #define REPORTDESIGN_CORE_RESOURCE_HRC_ #ifndef _SOLAR_HRC #include #endif //------------------------------------------------------------------------------ #define RID_CORE_STRINGS_START RID_RPT_START //------------------------------------------------------------------------------ //- String-IDs #define RID_STR_DETAIL ( RID_CORE_STRINGS_START + 0 ) #define RID_STR_PAGE_HEADER ( RID_CORE_STRINGS_START + 1 ) #define RID_STR_PAGE_FOOTER ( RID_CORE_STRINGS_START + 2 ) #define RID_STR_REPORT_HEADER ( RID_CORE_STRINGS_START + 3 ) #define RID_STR_REPORT_FOOTER ( RID_CORE_STRINGS_START + 4 ) #define RID_STR_PROPERTY_CHANGE_NOT_ALLOWED ( RID_CORE_STRINGS_START + 5 ) #define RID_STR_ERROR_WRONG_ARGUMENT ( RID_CORE_STRINGS_START + 6 ) #define RID_STR_ARGUMENT_IS_NULL ( RID_CORE_STRINGS_START + 7 ) #define RID_STR_SHAPE ( RID_CORE_STRINGS_START + 8 ) #define RID_STR_REPORT ( RID_CORE_STRINGS_START + 9 ) #define RID_STR_IMAGECONTROL ( RID_CORE_STRINGS_START + 10 ) #define RID_STR_FIXEDTEXT ( RID_CORE_STRINGS_START + 11 ) #define RID_STR_FORMATTEDFIELD ( RID_CORE_STRINGS_START + 12 ) #define RID_STR_GROUP_HEADER ( RID_CORE_STRINGS_START + 13 ) #define RID_STR_GROUP_FOOTER ( RID_CORE_STRINGS_START + 14 ) #define RID_STR_FIXEDLINE ( RID_CORE_STRINGS_START + 15 ) #endif // REPORTDESIGN_CORE_RESOURCE_HRC_