fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / sd / source / ui / dlg / dlgfield.src
blobbca8ff7bc5502b1d28037a2f5dbb248b4de38460
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  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "dlgfield.hrc"
21 ModalDialog DLG_FIELD_MODIFY
23     HelpID = "sd:ModalDialog:DLG_FIELD_MODIFY";
24     OutputSize = TRUE ;
25     SVLook = TRUE ;
26     Size = MAP_APPFONT ( 138 , 154 ) ;
27     Moveable = TRUE ;
28     Closeable = TRUE ;
29     FixedLine GRP_TYPE
30     {
31         Pos = MAP_APPFONT ( 6 , 3 ) ;
32         Size = MAP_APPFONT ( 70 , 8 ) ;
33         Text [ en-US ] = "Field type" ;
34     };
35     RadioButton RBT_FIX
36     {
37         HelpID = "sd:RadioButton:DLG_FIELD_MODIFY:RBT_FIX";
38         Pos = MAP_APPFONT ( 12 , 14 ) ;
39         Size = MAP_APPFONT ( 64 , 10 ) ;
40         TabStop = TRUE ;
41         Text [ en-US ] = "~Fixed" ;
42     };
43     RadioButton RBT_VAR
44     {
45         HelpID = "sd:RadioButton:DLG_FIELD_MODIFY:RBT_VAR";
46         Pos = MAP_APPFONT ( 12 , 25 ) ;
47         Size = MAP_APPFONT ( 64 , 10 ) ;
48         TabStop = TRUE ;
49         Text [ en-US ] = "~Variable" ;
50     };
51     FixedText FT_LANGUAGE
52     {
53         Pos = MAP_APPFONT ( 6 , 67 ) ;
54         Size = MAP_APPFONT ( 40 , 10 ) ;
55         Text [ en-US ] = "~Language" ;
56     };
58     ListBox LB_LANGUAGE
59     {
60         HelpID = "sd:ListBox:DLG_FIELD_MODIFY:LB_LANGUAGE";
61         Border = TRUE ;
62         Pos = MAP_APPFONT ( 52 , 65 ) ;
63         Size = MAP_APPFONT ( 80 , 70 ) ;
64         TabStop = TRUE ;
65         DropDown = TRUE ;
66     };
68     ListBox LB_FORMAT
69     {
70         HelpID = "sd:ListBox:DLG_FIELD_MODIFY:LB_FORMAT";
71         Border = TRUE ;
72         Pos = MAP_APPFONT ( 6 , 94 ) ;
73         Size = MAP_APPFONT ( 126 , 54 ) ;
74         TabStop = TRUE ;
75     };
76     FixedText FT_FORMAT
77     {
78         Pos = MAP_APPFONT ( 6 , 83 ) ;
79         Size = MAP_APPFONT ( 70 , 10 ) ;
80         Text [ en-US ] = "F~ormat" ;
81     };
82     OKButton BTN_OK
83     {
84         Pos = MAP_APPFONT ( 82 , 6 ) ;
85         Size = MAP_APPFONT ( 50 , 14 ) ;
86         TabStop = TRUE ;
87         DefButton = TRUE ;
88     };
89     CancelButton BTN_CANCEL
90     {
91         Pos = MAP_APPFONT ( 82 , 23 ) ;
92         Size = MAP_APPFONT ( 50 , 14 ) ;
93         TabStop = TRUE ;
94     };
95     HelpButton BTN_HELP
96     {
97         Pos = MAP_APPFONT ( 82 , 43 ) ;
98         Size = MAP_APPFONT ( 50 , 14 ) ;
99         TabStop = TRUE ;
100     };
101     Text [ en-US ] = "Edit Field" ;
104 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */