1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
10 #include "inputdlg.hrc"
12 ModalDialog DLG_INPUT_BOX
18 Size = MAP_APPFONT ( 215, 40 );
20 FixedText LABEL_INPUT_TEXT
22 Pos = MAP_APPFONT(5,6);
23 Size = MAP_APPFONT(80,10);
29 Pos = MAP_APPFONT(90,5);
30 Size = MAP_APPFONT(120,10);
33 PushButton BTN_INPUT_OK
35 Pos = MAP_APPFONT(125,20);
36 Size = MAP_APPFONT(40,15);
42 PushButton BTN_INPUT_CANCEL
44 Pos = MAP_APPFONT(170,20);
45 Size = MAP_APPFONT(40,15);
47 Text [en-US] = "Cancel";
51 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */