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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include "dlgfield.hrc"
21 ModalDialog DLG_FIELD_MODIFY
23 HelpID = "sd:ModalDialog:DLG_FIELD_MODIFY";
26 Size = MAP_APPFONT ( 138 , 154 ) ;
31 Pos = MAP_APPFONT ( 6 , 3 ) ;
32 Size = MAP_APPFONT ( 70 , 8 ) ;
33 Text [ en-US ] = "Field type" ;
37 HelpID = "sd:RadioButton:DLG_FIELD_MODIFY:RBT_FIX";
38 Pos = MAP_APPFONT ( 12 , 14 ) ;
39 Size = MAP_APPFONT ( 64 , 10 ) ;
41 Text [ en-US ] = "~Fixed" ;
45 HelpID = "sd:RadioButton:DLG_FIELD_MODIFY:RBT_VAR";
46 Pos = MAP_APPFONT ( 12 , 25 ) ;
47 Size = MAP_APPFONT ( 64 , 10 ) ;
49 Text [ en-US ] = "~Variable" ;
53 Pos = MAP_APPFONT ( 6 , 67 ) ;
54 Size = MAP_APPFONT ( 40 , 10 ) ;
55 Text [ en-US ] = "~Language" ;
60 HelpID = "sd:ListBox:DLG_FIELD_MODIFY:LB_LANGUAGE";
62 Pos = MAP_APPFONT ( 52 , 65 ) ;
63 Size = MAP_APPFONT ( 80 , 70 ) ;
70 HelpID = "sd:ListBox:DLG_FIELD_MODIFY:LB_FORMAT";
72 Pos = MAP_APPFONT ( 6 , 94 ) ;
73 Size = MAP_APPFONT ( 126 , 54 ) ;
78 Pos = MAP_APPFONT ( 6 , 83 ) ;
79 Size = MAP_APPFONT ( 70 , 10 ) ;
80 Text [ en-US ] = "F~ormat" ;
84 Pos = MAP_APPFONT ( 82 , 6 ) ;
85 Size = MAP_APPFONT ( 50 , 14 ) ;
89 CancelButton BTN_CANCEL
91 Pos = MAP_APPFONT ( 82 , 23 ) ;
92 Size = MAP_APPFONT ( 50 , 14 ) ;
97 Pos = MAP_APPFONT ( 82 , 43 ) ;
98 Size = MAP_APPFONT ( 50 , 14 ) ;
101 Text [ en-US ] = "Edit Field" ;
104 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */