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 UUI_UNKNOWNAUTH_HRC 24#define UUI_UNKNOWNAUTH_HRC 25 26#include <svtools/controldims.hrc> 27 28// local identifiers 29#define RB_ACCEPT_1 1 30#define PB_OK 2 31#define PB_VIEW__CERTIFICATE 3 32#define PB_CANCEL 4 33#define FT_LABEL_1 5 34#define RB_DONTACCEPT_2 6 35#define IMG_WARN 7 36#define PB_HELP 8 37#define FL_LINE 10 38 39// Dims 40 41#define DLG_WIDTH 230 42#define DLG_HEIGHT 140 43 44#define DLG_WARMIMG_HEIGHT 20 45#define DLG_WARMIMG_WIDTH 20 46 47#define DLG_TEXT_1_HEIGHT 50 48 49#define DLG_TEXT_START_X RSC_SP_DLG_INNERBORDER_LEFT + DLG_WARMIMG_WIDTH + RSC_SP_CTRL_X 50 51#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 52 53#define DLG_CTLBTN_START_Y DLG_HEIGHT - RSC_SP_CTRL_X - RSC_CD_PUSHBUTTON_HEIGHT 54 55 56#define DLG_CTLBTN_OK_START_X DLG_CTLBTN_CANCEL_START_X - RSC_CD_PUSHBUTTON_WIDTH - RSC_SP_CTRL_GROUP_X 57#define DLG_CTLBTN_CANCEL_START_X DLG_CTLBTN_HELP_START_X - RSC_CD_PUSHBUTTON_WIDTH - RSC_SP_CTRL_GROUP_X 58#define DLG_CTLBTN_HELP_START_X DLG_WIDTH - RSC_SP_DLG_INNERBORDER_RIGHT - RSC_CD_PUSHBUTTON_WIDTH 59 60#endif //UUI_UNKNOWNAUTH_HRC 61