xref: /aoo41x/main/uui/source/unknownauthdlg.hrc (revision 4a0882b5)
1*4a0882b5SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*4a0882b5SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*4a0882b5SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*4a0882b5SAndrew Rist * distributed with this work for additional information
6*4a0882b5SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*4a0882b5SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*4a0882b5SAndrew Rist * "License"); you may not use this file except in compliance
9*4a0882b5SAndrew Rist * with the License.  You may obtain a copy of the License at
10*4a0882b5SAndrew Rist *
11*4a0882b5SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*4a0882b5SAndrew Rist *
13*4a0882b5SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*4a0882b5SAndrew Rist * software distributed under the License is distributed on an
15*4a0882b5SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*4a0882b5SAndrew Rist * KIND, either express or implied.  See the License for the
17*4a0882b5SAndrew Rist * specific language governing permissions and limitations
18*4a0882b5SAndrew Rist * under the License.
19*4a0882b5SAndrew Rist *
20*4a0882b5SAndrew Rist *************************************************************/
21*4a0882b5SAndrew Rist
22*4a0882b5SAndrew Rist
23cdf0e10cSrcweir#ifndef UUI_UNKNOWNAUTH_HRC
24cdf0e10cSrcweir#define UUI_UNKNOWNAUTH_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#include <svtools/controldims.hrc>
27cdf0e10cSrcweir
28cdf0e10cSrcweir// local identifiers
29cdf0e10cSrcweir#define RB_ACCEPT_1				1
30cdf0e10cSrcweir#define PB_OK				    2
31cdf0e10cSrcweir#define PB_VIEW__CERTIFICATE    3
32cdf0e10cSrcweir#define PB_CANCEL			    4
33cdf0e10cSrcweir#define FT_LABEL_1              5
34cdf0e10cSrcweir#define RB_DONTACCEPT_2			6
35cdf0e10cSrcweir#define IMG_WARN				7
36cdf0e10cSrcweir#define PB_HELP				    8
37cdf0e10cSrcweir#define FL_LINE                10
38cdf0e10cSrcweir
39cdf0e10cSrcweir// Dims
40cdf0e10cSrcweir
41cdf0e10cSrcweir#define DLG_WIDTH              230
42cdf0e10cSrcweir#define DLG_HEIGHT             140
43cdf0e10cSrcweir
44cdf0e10cSrcweir#define DLG_WARMIMG_HEIGHT      20
45cdf0e10cSrcweir#define DLG_WARMIMG_WIDTH       20
46cdf0e10cSrcweir
47cdf0e10cSrcweir#define DLG_TEXT_1_HEIGHT       50
48cdf0e10cSrcweir
49cdf0e10cSrcweir#define DLG_TEXT_START_X       RSC_SP_DLG_INNERBORDER_LEFT + DLG_WARMIMG_WIDTH + RSC_SP_CTRL_X
50cdf0e10cSrcweir
51cdf0e10cSrcweir#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
52cdf0e10cSrcweir
53cdf0e10cSrcweir#define DLG_CTLBTN_START_Y	   DLG_HEIGHT - RSC_SP_CTRL_X - RSC_CD_PUSHBUTTON_HEIGHT
54cdf0e10cSrcweir
55cdf0e10cSrcweir
56cdf0e10cSrcweir#define DLG_CTLBTN_OK_START_X      DLG_CTLBTN_CANCEL_START_X - RSC_CD_PUSHBUTTON_WIDTH - RSC_SP_CTRL_GROUP_X
57cdf0e10cSrcweir#define DLG_CTLBTN_CANCEL_START_X  DLG_CTLBTN_HELP_START_X - RSC_CD_PUSHBUTTON_WIDTH - RSC_SP_CTRL_GROUP_X
58cdf0e10cSrcweir#define DLG_CTLBTN_HELP_START_X    DLG_WIDTH - RSC_SP_DLG_INNERBORDER_RIGHT - RSC_CD_PUSHBUTTON_WIDTH
59cdf0e10cSrcweir
60cdf0e10cSrcweir#endif //UUI_UNKNOWNAUTH_HRC
61