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 <svx/svxids.hrc>
11 #include "RemoteDialog.hrc"
13 ModalDialog DLG_PAIR_REMOTE
16 HelpID = CMD_SID_REMOTE_DLG ;
19 Size = MAP_APPFONT ( 200, 160 ) ;
20 Text [ en-US ] = "Impress Remote" ;
26 //; HelpId = HID_SD_SLIDETRANSITIONPANE_LB_SLIDE_TRANSITIONS;
29 //; AutoVScroll = TRUE ;
30 //; Pos = MAP_APPFONT ( 0, 0 ) ;
31 Size = MAP_APPFONT( 200, 140 );
36 Pos = MAP_APPFONT ( 100, 146 ) ;
37 Size = MAP_APPFONT ( 50, 14 ) ;
39 Text [ en-US ] = "Connect" ;
42 CancelButton BTN_CANCEL
44 Pos = MAP_APPFONT ( 150, 146 ) ;
45 Size = MAP_APPFONT ( 50, 14 ) ;
46 Text [ en-US ] = "Close" ;
52 Text [ en-US ] = "Enter PIN:";
56 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */