bump product version to 4.1.6.2
[LibreOffice.git] / cui / source / options / dbregister.src
blob4e89503c606cc7ce5267d655a3d399542b73e8e1
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 "dbregister.hrc"
21 #include <cuires.hrc>
22 #include <cuires.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" ;
30     OutputSize = TRUE ;
31     SVLook = TRUE ;
32     Hide = TRUE ;
33     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
34     Text [ en-US ] = "Registered databases" ;
36     FixedText FT_TYPE
37     {
38         Hide = TRUE;
39         Pos = MAP_APPFONT ( 12 , 14 ) ;
40         Size = MAP_APPFONT ( 40 , 10 ) ;
41         Text [ en-US ] = "Registered name" ;
42     };
43     FixedText FT_PATH
44     {
45         Hide = TRUE;
46         Pos = MAP_APPFONT ( 110 , 14 ) ;
47         Size = MAP_APPFONT ( 40 , 10 ) ;
48         Text [ en-US ] = "Database file" ;
49     };
50     Control LB_PATH
51     {
52         Pos = MAP_APPFONT ( 12 , 14 ) ;
53         Size = MAP_APPFONT ( 236 , 147 ) ;
54         Border = TRUE ;
55         TabStop = TRUE;
56     };
57     PushButton BTN_NEW
58     {
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..." ;
63     };
64     PushButton BTN_EDIT
65     {
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..." ;
70     };
71     PushButton BTN_DELETE
72     {
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" ;
77     };
78     FixedLine GB_STD
79     {
80         Pos = MAP_APPFONT ( 6 , 3 ) ;
81         Size = MAP_APPFONT ( 248 , 8 ) ;
82         Text [ en-US ] = "Registered databases" ;
83     };
86 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */