bump product version to 4.1.6.2
[LibreOffice.git] / uui / source / unknownauthdlg.hrc
blob0dc18e761134d13fb88747154845b463b3b4785b
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
19 #ifndef UUI_UNKNOWNAUTH_HRC
20 #define UUI_UNKNOWNAUTH_HRC
22 #include <svtools/controldims.hrc>
24 // local identifiers
25 #define RB_ACCEPT_1             1
26 #define PB_OK                   2
27 #define PB_VIEW__CERTIFICATE    3
28 #define PB_CANCEL               4
29 #define FT_LABEL_1              5
30 #define RB_DONTACCEPT_2         6
31 #define IMG_WARN                7
32 #define PB_HELP                 8
33 #define FL_LINE                10
35 // Dims
37 #define DLG_WIDTH              230
38 #define DLG_HEIGHT             140
40 #define DLG_WARMIMG_HEIGHT      20
41 #define DLG_WARMIMG_WIDTH       20
43 #define DLG_TEXT_1_HEIGHT       50
45 #define DLG_TEXT_START_X       RSC_SP_DLG_INNERBORDER_LEFT + DLG_WARMIMG_WIDTH + RSC_SP_CTRL_X
47 #define DLG_RADIOBTN_START_Y   RSC_SP_DLG_INNERBORDER_TOP + DLG_TEXT_1_HEIGHT + RSC_SP_CTRL_Y + RSC_CD_PUSHBUTTON_HEIGHT + RSC_SP_CTRL_GROUP_Y
49 #define DLG_CTLBTN_START_Y     DLG_HEIGHT - RSC_SP_CTRL_X - RSC_CD_PUSHBUTTON_HEIGHT
52 #define DLG_CTLBTN_OK_START_X      DLG_CTLBTN_CANCEL_START_X - RSC_CD_PUSHBUTTON_WIDTH - RSC_SP_CTRL_GROUP_X
53 #define DLG_CTLBTN_CANCEL_START_X  DLG_CTLBTN_HELP_START_X - RSC_CD_PUSHBUTTON_WIDTH - RSC_SP_CTRL_GROUP_X
54 #define DLG_CTLBTN_HELP_START_X    DLG_WIDTH - RSC_SP_DLG_INNERBORDER_RIGHT - RSC_CD_PUSHBUTTON_WIDTH
56 #endif //UUI_UNKNOWNAUTH_HRC
58 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */