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#ifndef _CHART2_RESOURCE_IDS_HRC 25#define _CHART2_RESOURCE_IDS_HRC 26 27//----------------------------------------------------------------------------- 28//for strings see Strings.hrc 29 30//----------------------------------------------------------------------------- 31//for Bimaps see Bimaps.hrc and Bimaps_HC.hrc 32 33//----------------------------------------------------------------------------- 34//Dialog Ids: 35#define DLG_DIAGRAM_TYPE 743 36#define DLG_CHART_WIZARD 902 37#define DLG_DATA_SOURCE 901 38#define DLG_AXIS_OR_GRID 839 39#define DLG_DATA_DESCR 836 40#define DLG_LEGEND 835 41#define DLG_TITLE 834 42#define DLG_3D_VIEW 752 43#define DLG_OBJECT_PROPERTIES 903 44#define DLG_SPLINE_PROPERTIES 904 45#define DLG_DATA_TRENDLINE 841 46#define DLG_DATA_YERRORBAR 842 47#define DLG_SHAPE_FONT 921 48#define DLG_SHAPE_PARAGRAPH 922 49 50//----------------------------------------------------------------------------- 51//TabPage Ids: 52#define TP_LEGEND_POS 900 53#define TP_DATA_DESCR 901 54#define TP_ALIGNMENT 902 55//#define TP_SYMBOL 906 56#define TP_LAYOUT 907 57#define TP_OPTIONS 908 58#define TP_POLAROPTIONS 909 59#define TP_AXIS_LABEL 920 60#define TP_SCALE 903 61#define TP_AXIS_POSITIONS 904 62#define TP_CHARTTYPE 910 63#define TP_RANGECHOOSER 911 64#define TP_WIZARD_TITLEANDOBJECTS 912 65#define TP_LOCATION 913 66#define TP_DATA_SOURCE 914 67 68#define TP_3D_SCENEGEOMETRY 915 69#define TP_3D_SCENEAPPEARANCE 916 70#define TP_3D_SCENEILLUMINATION 917 71 72#define TP_TRENDLINE 918 73#define TP_YERRORBAR 919 74 75//----------------------------------------------------------------------------- 76//listbox Ids: 77#define LB_BAR_GEOMETRY 1000 78#define LB_TEXT_SEPARATOR 1001 79 80//----------------------------------------------------------------------------- 81 82#endif 83