summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/queryfilter.src
blob: 07278f3e58fd6e89ff47c88040e011903c4a8155 (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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * 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 "queryfilter.hrc"
#include "dbaccess_helpid.hrc"

ModalDialog DLG_FILTERCRIT
{
    OutputSize = TRUE ;
    Hide = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 303 , 76 ) ;
    /* These strings are equal to the toolbox bubble helptext from MID_SBA_QRY_FILTERCRIT in toolbox.hrc */
    Text [ en-US ] ="Standard Filter";

    Moveable = TRUE ;
    Closeable = TRUE ;
    HelpId = HID_DLG_FILTERCRIT ;
    ListBox LB_WHEREFIELD1
    {
        HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHEREFIELD1";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 60 , 25 ) ;
        Size = MAP_APPFONT ( 60 , 90 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
    };
    ListBox LB_WHERECOMP1
    {
        HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHERECOMP1";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 124 , 25 ) ;
        Size = MAP_APPFONT ( 49 , 72 ) ;
        TabStop = TRUE ;
        DDExtraWidth = TRUE ;
        DropDown = TRUE ;
        CurPos = 0 ;
    };
    Edit ET_WHEREVALUE1
    {
        HelpID = "dbaccess:Edit:DLG_FILTERCRIT:ET_WHEREVALUE1";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 177 , 25 ) ;
        Size = MAP_APPFONT ( 60 , 12 ) ;
        TabStop = TRUE ;
    };
    ListBox LB_WHERECOND2
    {
        HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHERECOND2";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 15 , 41 ) ;
        Size = MAP_APPFONT ( 41 , 36 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
        CurPos = 0 ;
        StringList [ en-US ] =
        {
            < "AND" ; Default ; > ;
            < "OR" ; Default ; > ;
        };
    };
    ListBox LB_WHEREFIELD2
    {
        HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHEREFIELD2";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 60 , 41 ) ;
        Size = MAP_APPFONT ( 60 , 90 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
    };
    ListBox LB_WHERECOMP2
    {
        HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHERECOMP2";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 124 , 41 ) ;
        Size = MAP_APPFONT ( 49 , 72 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
        DDExtraWidth = TRUE ;
        CurPos = 0 ;
    };
    Edit ET_WHEREVALUE2
    {
        HelpID = "dbaccess:Edit:DLG_FILTERCRIT:ET_WHEREVALUE2";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 177 , 41 ) ;
        Size = MAP_APPFONT ( 60 , 12 ) ;
        TabStop = TRUE ;
    };
    ListBox LB_WHERECOND3
    {
        HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHERECOND3";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 15 , 57 ) ;
        Size = MAP_APPFONT ( 41 , 36 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
        CurPos = 0 ;
        StringList [ en-US ] =
        {
            < "AND" ; Default ; > ;
            < "OR" ; Default ; > ;
        };
    };
    ListBox LB_WHEREFIELD3
    {
        HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHEREFIELD3";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 60 , 57 ) ;
        Size = MAP_APPFONT ( 60 , 90 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
    };
    ListBox LB_WHERECOMP3
    {
        HelpID = "dbaccess:ListBox:DLG_FILTERCRIT:LB_WHERECOMP3";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 124 , 57 ) ;
        Size = MAP_APPFONT ( 49 , 72 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
        DDExtraWidth = TRUE ;
        CurPos = 0 ;
    };
    Edit ET_WHEREVALUE3
    {
        HelpID = "dbaccess:Edit:DLG_FILTERCRIT:ET_WHEREVALUE3";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 177 , 57 ) ;
        Size = MAP_APPFONT ( 60 , 12 ) ;
        TabStop = TRUE ;
    };
    FixedText FT_WHEREFIELD
    {
        Pos = MAP_APPFONT ( 60 , 14 ) ;
        Size = MAP_APPFONT ( 60 , 8 ) ;
        Center = TRUE ;
        Text [ en-US ] = "Field name" ;
    };
    FixedText FT_WHERECOMP
    {
        Pos = MAP_APPFONT ( 124 , 14 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Center = TRUE ;
        Text [ en-US ] = "Condition" ;
    };
    FixedText FT_WHEREVALUE
    {
        Pos = MAP_APPFONT ( 177 , 14 ) ;
        Size = MAP_APPFONT ( 60 , 8 ) ;
        Center = TRUE ;
        Text [ en-US ] = "Value" ;
    };
    FixedText FT_WHEREOPER
    {
        Pos = MAP_APPFONT ( 15 , 14 ) ;
        Size = MAP_APPFONT ( 40 , 8 ) ;
        Center = TRUE ;
        Text [ en-US ] = "Operator" ;
    };
    FixedLine FL_FIELDS
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 236 , 8 ) ;
        Text [ en-US ] = "Criteria" ;
    };
    OKButton BT_OK
    {
        Pos = MAP_APPFONT ( 249 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        DefButton = TRUE ;
    };
    CancelButton BT_CANCEL
    {
        Pos = MAP_APPFONT ( 249 , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    HelpButton BT_HELP
    {
        Pos = MAP_APPFONT ( 249 , 43 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    String STR_NOENTRY
    {
        Text [ en-US ] = "- none -" ;
    };
    String STR_COMPARE_OPERATORS
    {
        Text [ en-US ] = "=;<>;<;<=;>;>=;like;not like;null;not null";
    };
};

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */