forked from amazingfate/loongoffice
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
162 lines
5.3 KiB
Plaintext
162 lines
5.3 KiB
Plaintext
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*
|
|
* This file incorporates work covered by the following license notice:
|
|
*
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
* with this work for additional information regarding copyright
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
* except in compliance with the License. You may obtain a copy of
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
*/
|
|
|
|
#include "svtools/controldims.hrc"
|
|
#include "dp_gui.hrc"
|
|
|
|
ModalDialog RID_DLG_UPDATE_REQUIRED
|
|
{
|
|
HelpId = HID_PACKAGE_MANAGER_UPD_REQ;
|
|
Text [ en-US ] = "Extension Update Required";
|
|
|
|
Size = MAP_APPFONT( 300, 200 );
|
|
OutputSize = TRUE;
|
|
SVLook = TRUE;
|
|
Moveable = TRUE;
|
|
Closeable = TRUE;
|
|
Sizeable = TRUE;
|
|
Hide = TRUE;
|
|
|
|
FixedText RID_EM_FT_MSG
|
|
{
|
|
Text [ en-US ] = "%PRODUCTNAME has been updated to a new version. Some installed %PRODUCTNAME extensions are not compatible with this version and need to be updated before they can be used.";
|
|
WordBreak = TRUE;
|
|
NoLabel = TRUE;
|
|
Size = MAP_APPFONT( 280, 3*RSC_BS_CHARHEIGHT );
|
|
Pos = MAP_APPFONT( 5, 5 );
|
|
};
|
|
|
|
FixedText RID_EM_FT_PROGRESS
|
|
{
|
|
Hide = TRUE;
|
|
Right = TRUE;
|
|
Text [ en-US ] = "Adding %EXTENSION_NAME";
|
|
Size = MAP_APPFONT(RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
|
|
};
|
|
|
|
HelpButton RID_EM_BTN_HELP
|
|
{
|
|
TabStop = TRUE;
|
|
Size = MAP_APPFONT(RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
|
|
};
|
|
|
|
PushButton RID_EM_BTN_CHECK_UPDATES
|
|
{
|
|
HelpID = "desktop:PushButton:RID_DLG_UPDATE_REQUIRED:RID_EM_BTN_CHECK_UPDATES";
|
|
TabStop = TRUE;
|
|
Text [ en-US ] = "Check for ~Updates...";
|
|
Size = MAP_APPFONT(RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
|
|
};
|
|
|
|
PushButton RID_EM_BTN_CLOSE
|
|
{
|
|
HelpID = "desktop:PushButton:RID_DLG_UPDATE_REQUIRED:RID_EM_BTN_CLOSE";
|
|
TabStop = TRUE;
|
|
DefButton = TRUE;
|
|
Text [ en-US ] = "Disable all";
|
|
Size = MAP_APPFONT(RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
|
|
};
|
|
|
|
CancelButton RID_EM_BTN_CANCEL
|
|
{
|
|
TabStop = TRUE;
|
|
Hide = TRUE;
|
|
Size = MAP_APPFONT(RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
|
|
};
|
|
|
|
};
|
|
|
|
Image RID_IMG_WARNING
|
|
{
|
|
ImageBitmap = Bitmap { File = "caution_16.png"; };
|
|
};
|
|
|
|
Image RID_IMG_LOCKED
|
|
{
|
|
ImageBitmap = Bitmap { File = "lock_16.png"; };
|
|
};
|
|
|
|
Image RID_IMG_SHARED
|
|
{
|
|
ImageBitmap = Bitmap { File = "shared_16.png"; };
|
|
};
|
|
|
|
Image RID_IMG_EXTENSION
|
|
{
|
|
ImageBitmap = Bitmap { File = "extension_32.png"; };
|
|
};
|
|
|
|
QueryBox RID_QUERYBOX_INSTALL_FOR_ALL
|
|
{
|
|
Buttons = WB_YES_NO_CANCEL;
|
|
DefButton = WB_DEF_YES;
|
|
Message[en-US] = "Make sure that no further users are working with the same %PRODUCTNAME, when installing an extension for all users in a multi user environment.\n\nFor whom do you want to install the extension?\n";
|
|
};
|
|
|
|
|
|
// Dialog layout
|
|
// ---------------------------------------------------
|
|
// row 1 | multi line edit
|
|
// ---------------------------------------------------
|
|
// row 2 | fixed text
|
|
// ---------------------------------------------------
|
|
// row 3 | img | fixed text | fixed text | button
|
|
// ----------------------------------------------------
|
|
// row 4 | img | fixed text | fixed text
|
|
// ---------------------------------------------------
|
|
// row 5 |fixed line
|
|
// ---------------------------------------------------
|
|
// row 6 | | |button | button
|
|
// ---------------------------------------------------
|
|
// | col 1 | col 2 | col3 | col4 | col5
|
|
|
|
//To change the overall size of the multi line edit change
|
|
//ROW1_HEIGHT and COL3_WIDTH
|
|
|
|
#define ROW1_Y RSC_SP_DLG_INNERBORDER_TOP
|
|
#define ROW1_HEIGHT 16*RSC_CD_FIXEDTEXT_HEIGHT
|
|
#define ROW2_Y ROW1_Y+ROW1_HEIGHT+RSC_SP_CTRL_GROUP_Y
|
|
#define ROW2_HEIGHT 2*RSC_CD_FIXEDTEXT_HEIGHT
|
|
#define ROW3_Y ROW2_Y+ROW2_HEIGHT+RSC_SP_CTRL_GROUP_Y
|
|
#define ROW3_HEIGHT 3*RSC_CD_FIXEDTEXT_HEIGHT
|
|
#define ROW4_Y ROW3_Y+ROW3_HEIGHT+RSC_SP_CTRL_GROUP_Y
|
|
#define ROW4_HEIGHT 3*RSC_CD_FIXEDTEXT_HEIGHT
|
|
#define ROW5_Y ROW4_Y+ROW4_HEIGHT+RSC_SP_CTRL_GROUP_Y
|
|
#define ROW5_HEIGHT RSC_CD_FIXEDTEXT_HEIGHT
|
|
#define ROW6_Y ROW5_Y+ROW5_HEIGHT+RSC_SP_CTRL_GROUP_Y
|
|
#define ROW6_HEIGHT RSC_CD_PUSHBUTTON_HEIGHT
|
|
|
|
#define LIC_DLG_HEIGHT ROW6_Y+ROW6_HEIGHT+RSC_SP_DLG_INNERBORDER_BOTTOM
|
|
|
|
#define COL1_X RSC_SP_DLG_INNERBORDER_LEFT
|
|
#define IMG_ARROW_WIDTH 16
|
|
#define COL1_WIDTH IMG_ARROW_WIDTH
|
|
#define COL2_X COL1_X+COL1_WIDTH
|
|
#define COL2_WIDTH 10
|
|
#define COL3_X COL2_X+COL2_WIDTH+RSC_SP_CTRL_GROUP_X
|
|
#define COL3_WIDTH 150
|
|
#define COL4_X COL3_X+COL3_WIDTH
|
|
#define COL4_WIDTH RSC_CD_PUSHBUTTON_WIDTH+RSC_SP_CTRL_GROUP_X
|
|
#define COL5_X COL4_X+COL4_WIDTH
|
|
|
|
#define LIC_DLG_WIDTH COL5_X+RSC_CD_PUSHBUTTON_WIDTH+RSC_SP_DLG_INNERBORDER_RIGHT
|
|
#define BODYWIDTH LIC_DLG_WIDTH-RSC_SP_DLG_INNERBORDER_LEFT-RSC_SP_DLG_INNERBORDER_RIGHT
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|