summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/flddb.src
blob: 42d8182fb7ec58260c263ef1d35ef84fcc9220d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include "globals.hrc"
#include "fldtdlg.hrc"
#include "helpid.h"
TabPage TP_FLD_DB
{
    HelpID = HID_FLD_DB ;
    SVLook = TRUE ;
    Hide = TRUE ;
    Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
    FixedText FT_DBTYPE
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 76 , 8 ) ;
        Text [ en-US ] = "~Type" ;
        Left = TRUE ;
    };
    ListBox LB_DBTYPE
    {
        HelpID = "sw:ListBox:TP_FLD_DB:LB_DBTYPE";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 6 , 14 ) ;
        Size = MAP_APPFONT ( 76 , 104 ) ;
        TabStop = TRUE ;
        Sort = TRUE ;
        AutoHScroll = TRUE ;
        /*        StringList =
        {
            < "Beliebiger Datensatz" ; > ;
            < "Datensatznummer" ; > ;
            < "Nchster Datensatz" ; > ;
            < "Serienbrieffeld" ; > ;
            < "Datenbankname" ; > ;
        };*/
    };
    FixedText FT_DBCONDITION
    {
        Pos = MAP_APPFONT ( 6 , 126 ) ;
        Size = MAP_APPFONT ( 76 , 8 ) ;
        Text [ en-US ] = "~Condition" ;
        Left = TRUE ;
    };
    Edit ED_DBCONDITION
    {
        HelpID = "sw:Edit:TP_FLD_DB:ED_DBCONDITION";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 6 , 137 ) ;
        Size = MAP_APPFONT ( 76 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
    };
    FixedText FT_DBSETNUMBER
    {
        Pos = MAP_APPFONT ( 6 , 156 ) ;
        Size = MAP_APPFONT ( 76 , 8 ) ;
        Text [ en-US ] = "Record number" ;
        Left = TRUE ;
    };
    Edit ED_DBSETNUMBER
    {
        HelpID = "sw:Edit:TP_FLD_DB:ED_DBSETNUMBER";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 6 , 167 ) ;
        Size = MAP_APPFONT ( 76 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
    };
    FixedText FT_DBSELECTION
    {
        Pos = MAP_APPFONT ( 88 , 3 ) ;
        Size = MAP_APPFONT ( 166 , 8 ) ;
        Left = TRUE ;
        Text [ en-US ] = "Database s~election" ;
    };
    Control TLB_DBLIST
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 88 , 14 ) ;
        Size = MAP_APPFONT ( 160 , 104 ) ;
        TabStop = TRUE ;
    };
    FixedText FT_ADDDB
    {
        Pos = MAP_APPFONT ( 88 , 123) ;
        Size = MAP_APPFONT ( 105 , 8 ) ;
        Text [ en-US ] = "Add database file" ;
    };
    PushButton PB_ADDDB
    {
        HelpID = "sw:PushButton:TP_FLD_DB:PB_ADDDB";
        Pos = MAP_APPFONT ( 198 , 121) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text [ en-US ] = "Browse..." ;
    };

    RadioButton RB_DBOWNFORMAT
    {
        HelpID = "sw:RadioButton:TP_FLD_DB:RB_DBOWNFORMAT";
        Pos = MAP_APPFONT ( 94 , 153 ) ;
        Size = MAP_APPFONT ( 150 , 10 ) ;
        Check = TRUE ;
        Text [ en-US ] = "From database" ;
    };
    RadioButton RB_DBFORMAT
    {
        HelpID = "sw:RadioButton:TP_FLD_DB:RB_DBFORMAT";
        Pos = MAP_APPFONT ( 94 , 166 ) ;
        Size = MAP_APPFONT ( 100 , 10 ) ;
        Text [ en-US ] = "User-defined" ;
    };
    ListBox LB_DBNUMFORMAT
    {
        HelpID = "sw:ListBox:TP_FLD_DB:LB_DBNUMFORMAT";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 195 , 164 ) ;
        Size = MAP_APPFONT ( 53 , 60 ) ;
        TabStop = TRUE ;
        AutoHScroll = TRUE ;
        DropDown = TRUE ;
    };
    ListBox LB_DBFORMAT
    {
        HelpID = "sw:ListBox:TP_FLD_DB:LB_DBFORMAT";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 195 , 163 ) ;
        Size = MAP_APPFONT ( 53 , 60 ) ;
        TabStop = TRUE ;
        AutoHScroll = TRUE ;
        DropDown = TRUE ;
        Sort = FALSE ;
        Hide = TRUE ;
    };
    FixedLine FL_DBFORMAT
    {
        Pos = MAP_APPFONT ( 88 , 141 ) ;
        Size = MAP_APPFONT ( 166 , 8 ) ;
        Text [ en-US ] = "Format" ;
    };
    FixedLine FL_DBFORMAT_VERT
    {
        Pos = MAP_APPFONT ( 87 , 152 ) ;
        Size = MAP_APPFONT ( 4 , 28 ) ;
        Vert = TRUE;
    };
    Text [ en-US ] = "Database" ;
};