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#define TAB_CONTROL 1 25#define LB_COLOR 1 26#define FT_COLOR 1 27#define LB_LINE_STYLE 2 28#define FT_LINE_STYLE 3 29#define FT_LINE_WIDTH 2 30#define MTR_FLD_LINE_WIDTH 1 31#define TSB_INVISIBLE 1 32#define FL_LINE 1 33#define FL_LINE_ENDS 2 34#define FT_LINE_START 4 35#define FT_LINE_END 8 36#define FT_LINE_ENDS_STYLE 5 37#define FT_LINE_ENDS_WIDTH 6 38#define LB_START_STYLE 3 39#define LB_END_STYLE 4 40#define STR_STYLE (LB_END_STYLE+1) 41#define STR_LB_START_STYLE 30 42#define STR_LB_END_STYLE 31 43#define STR_MTR_FLD_START_WIDTH 32 44#define STR_MTR_FLD_END_WIDTH 33 45#define STR_CENTER_START 34 46#define STR_CENTER_END 35 47#define STR_START_TYPE 36 48#define STR_END_TYPE 37 49#define STR_START_NUM 38 50#define STR_END_NUM 39 51#define STR_START_LENGTH 40 52#define STR_END_LENGTH 41 53#define MTR_FLD_START_WIDTH 3 54#define MTR_FLD_END_WIDTH 2 55#define CBX_SYNCHRONIZE 1 56#define FL_MEASURING 3 57#define CTL_POSITION 2 58#define FT_POSITION 9 59#define TSB_SHOW_MEASURING 2 60#define CTL_PREVIEW 1 61#define FL_DEFINITION 1 62#define FT_NUMBER 3 63#define FT_DISTANCE 2 64#define FT_LENGTH 4 65#define TSB_SYNCHRONIZE 3 66#define LB_TYPE_1 3 67#define FT_TYPE 1 68#define LB_TYPE_2 1 69#define NUM_FLD_1 1 70#define NUM_FLD_2 2 71#define MTR_FLD_DISTANCE 1 72#define MTR_FLD_LENGTH_1 3 73#define MTR_FLD_LENGTH_2 4 74#define FT_LINESTYLE 10 75#define LB_LINESTYLES 2 76#define BTN_ADD 1 77#define BTN_MODIFY 2 78#define BTN_DELETE 3 79#define BTN_LOAD 5 80#define BTN_SAVE 6 81#define EDT_NAME 1 82#define LB_LINEENDS 1 83#define FL_TIP 1 84#define FI_TIP 10 85#define TSB_CENTER_START 4 86#define TSB_CENTER_END 5 87#define FT_TRANSPARENT 10 88#define MTR_LINE_TRANSPARENT 5 89#define FL_SEPARATOR 4 90#define FT_LINE_END_STYLE 11 91#define FT_TITLE 12 92 93// #116827# 94#define FL_EDGE_STYLE 5 95#define FT_EDGE_STYLE 13 96#define LB_EDGE_STYLE 5 97 98// since LO3.6 99#define FT_CAP_STYLE 14 100#define LB_CAP_STYLE 6 101// not sure about IAccessibility2, add it nevertheless 102#define STR_LB_CAP_STYLE 42 103 104//Symbole (fuer StarChart) 105#define FT_SYMBOL_WIDTH 20 106#define FT_SYMBOL_HEIGHT 21 107#define MF_SYMBOL_WIDTH 22 108#define MF_SYMBOL_HEIGHT 23 109#define CB_SYMBOL_RATIO 24 110#define FL_SYMBOL_FORMAT 25 111#define MB_SYMBOL_BITMAP 26 112 113 114#define MN_GRAPHIC_DLG 1 115#define MN_GALLERY 2 116#define MN_SYMBOLS 3 117#define MN_SYMBOLS_NONE 4 118#define MN_SYMBOLS_AUTO 5 119#define MN_GALLERY_ENTRY 100 120 121/* 122#define STR_START_TYPE 1 123#define STR_END_TYPE 2 124#define STR_START_NUM 3 125#define STR_END_NUM 4 126#define STR_START_LENGTH 5 127#define STR_END_LENGTH 6 128*/ 129