fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / sd / source / ui / dlg / RemoteDialog.src
blob609dbeed440fe687f0a5a4051a61f9851a417b97
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  */
9 #include "helpids.h"
10 #include <svx/svxids.hrc>
11 #include "RemoteDialog.hrc"
13 ModalDialog DLG_PAIR_REMOTE
16     HelpID = CMD_SID_REMOTE_DLG ;
17     OutputSize = TRUE ;
18     SVLook = TRUE ;
19     Size = MAP_APPFONT ( 200, 160 ) ;
20     Text [ en-US ] = "Impress Remote" ;
21     Moveable = TRUE ;
22     Closeable = TRUE ;
24     Control LB_SERVERS
25     {
26 //;         HelpId = HID_SD_SLIDETRANSITIONPANE_LB_SLIDE_TRANSITIONS;
27         Border = TRUE ;
28         TabStop = TRUE ;
29 //;         AutoVScroll = TRUE ;
30 //;         Pos = MAP_APPFONT ( 0, 0 ) ;
31         Size = MAP_APPFONT( 200, 140 );
32     };
34     OKButton BTN_CONNECT
35     {
36         Pos = MAP_APPFONT ( 100, 146 ) ;
37         Size = MAP_APPFONT ( 50, 14 ) ;
38         TabStop = TRUE ;
39         Text [ en-US ] = "Connect" ;
40         DefButton = TRUE ;
41     };
42     CancelButton BTN_CANCEL
43     {
44         Pos = MAP_APPFONT ( 150, 146 ) ;
45         Size = MAP_APPFONT ( 50, 14 ) ;
46         Text [ en-US ] = "Close" ;
47         TabStop = TRUE ;
48     };
50     String STR_ENTER_PIN
51     {
52         Text [ en-US ] = "Enter PIN:";
53     };
56 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */