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 24#ifndef UUI_SSLWARN_HRC 25#define UUI_SSLWARN_HRC 26 27#include <svtools/controldims.hrc> 28 29// local identifiers 30#define FT_LABEL_1 1 31#define PB_OK 4 32#define PB_VIEW__CERTIFICATE 5 33#define PB_CANCEL 6 34#define IMG_WARN 7 35#define FL_LINE 9 36 37// Dims 38 39#define DLG_WIDTH 240 40#define DLG_HEIGHT 125 41 42#define DLG_WARMIMG_HEIGHT 20 43#define DLG_WARMIMG_WIDTH 20 44 45#define DLG_TEXT_1_HEIGHT 90 46 47#define DLG_TEXT_START_X RSC_SP_DLG_INNERBORDER_LEFT + DLG_WARMIMG_WIDTH + RSC_SP_CTRL_X 48 49#define DLG_CTLBTN_START_Y DLG_HEIGHT - RSC_SP_CTRL_X - RSC_CD_PUSHBUTTON_HEIGHT 50 51#define DLG_CTLBTN_CANCEL_PUSHBUTTON_WIDTH RSC_CD_PUSHBUTTON_WIDTH + 20 52#define DLG_CTLBTN_CANCEL_START_X DLG_WIDTH - 45 - DLG_CTLBTN_CANCEL_PUSHBUTTON_WIDTH 53#define DLG_CTLBTN_OK_START_X DLG_CTLBTN_CANCEL_START_X - RSC_CD_PUSHBUTTON_WIDTH - RSC_SP_CTRL_GROUP_X 54#define DLG_CTLBTN_CERT_PUSHBUTTON_WIDTH RSC_CD_PUSHBUTTON_WIDTH + 25 55#define DLG_CTLBTN_CERT_START_X DLG_TEXT_START_X 56#endif //UUI_SSLWARN_HRC 57