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 "dbregister.hrc"
23 #include <svx/dialogs.hrc>
25 // RID_SFXPAGE_PATH -----------------------------------------------------
26 #define STD_MASKCOLOR Color { Red=0xffff; Green=0x0000; Blue=0xffff; }
27 TabPage RID_SFXPAGE_DBREGISTER
29 HelpId = "cui:TabPage:RID_SFXPAGE_DBREGISTER" ;
33 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
34 Text [ en-US ] = "Registered databases" ;
39 Pos = MAP_APPFONT ( 12 , 14 ) ;
40 Size = MAP_APPFONT ( 40 , 10 ) ;
41 Text [ en-US ] = "Registered name" ;
46 Pos = MAP_APPFONT ( 110 , 14 ) ;
47 Size = MAP_APPFONT ( 40 , 10 ) ;
48 Text [ en-US ] = "Database file" ;
52 Pos = MAP_APPFONT ( 12 , 14 ) ;
53 Size = MAP_APPFONT ( 236 , 147 ) ;
59 HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_NEW";
60 Pos = MAP_APPFONT ( 47 , 165 ) ;
61 Size = MAP_APPFONT ( 65 , 14 ) ;
62 Text [ en-US ] = "~New..." ;
66 HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_EDIT";
67 Pos = MAP_APPFONT ( 183 , 165 ) ;
68 Size = MAP_APPFONT ( 65 , 14 ) ;
69 Text [ en-US ] = "~Edit..." ;
73 HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_DELETE";
74 Pos = MAP_APPFONT ( 115 , 165 ) ;
75 Size = MAP_APPFONT ( 65 , 14 ) ;
76 Text [ en-US ] = "~Delete" ;
80 Pos = MAP_APPFONT ( 6 , 3 ) ;
81 Size = MAP_APPFONT ( 248 , 8 ) ;
82 Text [ en-US ] = "Registered databases" ;
86 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */