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#ifndef _SVX_ALIGN_HRC 24#define _SVX_ALIGN_HRC 25 26// defines ------------------------------------------------------------------ 27 28// resource id's 29#define FL_ALIGNMENT 10 30#define FT_HORALIGN 11 31#define LB_HORALIGN 12 32#define FT_INDENT 13 33#define ED_INDENT 14 34#define FT_VERALIGN 15 35#define LB_VERALIGN 16 36 37#define FL_ORIENTATION 20 38#define BTN_TXTSTACKED 21 39#define CTR_DIAL 22 40#define FT_DEGREES 23 41#define NF_DEGREES 24 42#define FT_BORDER_LOCK 25 43#define CTR_BORDER_LOCK 26 44#define BTN_ASIAN_VERTICAL 27 45 46#define FL_WRAP 40 47#define BTN_WRAP 41 48#define BTN_HYPH 42 49#define FT_TEXTFLOW 43 50#define LB_FRAMEDIR 44 51#define BTN_SHRINK 45 52 53//#define ED_INDENT1 100 54 55// list box indexes 56#define ALIGNDLG_HORALIGN_STD 0 57#define ALIGNDLG_HORALIGN_LEFT 1 58#define ALIGNDLG_HORALIGN_CENTER 2 59#define ALIGNDLG_HORALIGN_RIGHT 3 60#define ALIGNDLG_HORALIGN_BLOCK 4 61#define ALIGNDLG_HORALIGN_FILL 5 62 63#define ALIGNDLG_VERALIGN_STD 0 64#define ALIGNDLG_VERALIGN_TOP 1 65#define ALIGNDLG_VERALIGN_MID 2 66#define ALIGNDLG_VERALIGN_BOTTOM 3 67 68// image list for ValueSets: 69#define IL_LOCK_BMPS 1100 70#define IL_LOCK_BMPS_HC 1101 71#define IID_BOTTOMLOCK 1 72#define IID_TOPLOCK 2 73#define IID_CELLLOCK 3 74 75#define STR_BOTTOMLOCK 1 76#define STR_TOPLOCK 2 77#define STR_CELLLOCK 3 78 79#endif 80 81