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_NUMFMT_HRC 24#define _SVX_NUMFMT_HRC 25 26// defines ------------------------------------------------------------------ 27 28//================================================ 29// Zahlen-TabPage: 30#define WND_NUMBER_PREVIEW 2 31#define FT_CATEGORY 3 32#define FT_FORMAT 4 33#define FT_OPTIONS 5 34#define FT_EDFORMAT 6 35#define LB_CATEGORY 9 36#define LB_FORMAT 10 37#define FL_OPTIONS 11 38#define FT_LANGUAGE 12 39#define LB_LANGUAGE 13 40#define ED_FORMAT 14 41#define BTN_ADD 15 42#define BTN_REMOVE 16 43#define BMP_CHECK 17 44#define BMP_DCHECK 18 45#define BMP_CROSS 19 46#define BMP_DCROSS 20 47#define FT_DECIMALS 21 48#define ED_DECIMALS 22 49#define FT_LEADZEROES 23 50#define ED_LEADZEROES 24 51#define BTN_NEGRED 25 52#define BTN_THOUSAND 26 53#define FT_COMMENT 27 54#define ED_COMMENT 28 55#define IB_ADD 29 56#define IB_REMOVE 30 57#define IB_INFO 31 58#define IL_ICON 32 59#define LB_CURRENCY 33 60#define CB_SOURCEFORMAT 34 61#define IL_ICON_HC 35 62#define STR_AUTO_ENTRY 36 63 64#define TBX_ADDREMOVE 1 65#define IID_ADD 1 66#define IID_REMOVE 2 67#define IID_INFO 3 68 69#endif 70 71