1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef _SVT_CONTROLDIMS_HRC_
21 #define _SVT_CONTROLDIMS_HRC_
23 // From: Dialogue Specification and Guidelines - Visual Design V1.3
24 // by Christian Jansen
26 // all values have to be mapped by MAP_APPFONT
29 #define RSC_BS_CHARHEIGHT 8
32 #define RSC_CD_PUSHBUTTON_WIDTH 50
33 #define RSC_CD_PUSHBUTTON_HEIGHT 14
35 #define RSC_CD_FIXEDTEXT_HEIGHT RSC_BS_CHARHEIGHT
36 #define RSC_CD_FIXEDLINE_HEIGHT RSC_BS_CHARHEIGHT
38 #define RSC_CD_TEXTBOX_HEIGHT 12 // also numeric fields etc.
40 #define RSC_CD_RADIOBUTTON_HEIGHT 10
43 #define RSC_SP_CTRL_X 6 // controls that are unrelated
44 #define RSC_SP_CTRL_Y 7
45 #define RSC_SP_CTRL_GROUP_Y 4
46 #define RSC_SP_CTRL_DESC_X 3 // between description text and related control
47 #define RSC_SP_CTRL_DESC_Y 3
49 // dialog inner border
50 #define RSC_SP_DLG_INNERBORDER_LEFT 6
51 #define RSC_SP_DLG_INNERBORDER_TOP 6
52 #define RSC_SP_DLG_INNERBORDER_RIGHT 6
53 #define RSC_SP_DLG_INNERBORDER_BOTTOM 6
55 #endif // _SVT_CONTROLDIMS_HRC_
57 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */