summaryrefslogtreecommitdiff
path: root/formula/source/ui/dlg/formdlgs.src
blob: 91bee16ed2dafced417b054114d7ab8c40766e03 (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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
/* -*- 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 "formdlgs.hrc"
#include "ForResId.hrc"
#include "helpids.hrc"

#define STD_MASKCOLOR Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; }

Image BMP_STR_CLOSE
{
    ImageBitmap = Bitmap { File = "fapclose.bmp"; };
    MaskColor = STD_MASKCOLOR;
};

Image BMP_STR_OPEN
{
    ImageBitmap = Bitmap { File = "fapopen.bmp"; };
    MaskColor = STD_MASKCOLOR;
};

Image BMP_STR_END
{
    ImageBitmap = Bitmap { File = "fapok.bmp"; };
    MaskColor = STD_MASKCOLOR;
};

Image BMP_STR_ERROR
{
    ImageBitmap = Bitmap { File = "faperror.bmp"; };
    MaskColor = STD_MASKCOLOR;
};

String STR_STRUCT_ERR1
{
    Text [ en-US ] = "=?" ;
};

String STR_STRUCT_ERR2
{
    Text [ en-US ] = "Error" ;
};

ModalDialog RID_FORMULADLG_FORMULA_MODAL
{
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 321 , 228 ) ;
    Moveable = TRUE ;
    TabControl TC_FUNCTION
    {
        HelpID = "formula:TabControl:RID_FORMULADLG_FORMULA_MODAL:TC_FUNCTION";
        Pos = MAP_APPFONT ( 6 , 5 ) ;
        Size = MAP_APPFONT ( 102 , 199 ) ;
        PageList =
        {
            PageItem
            {
                Identifier = TP_FUNCTION ;
                Text [ en-US ] = "Functions" ;
            };
            PageItem
            {
                Identifier = TP_STRUCT ;
                Text [ en-US ] = "Structure" ;
            };
        };
    };
    FixedText FT_HEADLINE
    {
        Pos = MAP_APPFONT ( 115 , 24 ) ;
        Size = MAP_APPFONT ( 194 , 8 ) ;
        WordBreak = TRUE ;
    };
    FixedText FT_FUNCNAME
    {
        Pos = MAP_APPFONT ( 115 , 38 ) ;
        Size = MAP_APPFONT ( 194 , 24 ) ;
        WordBreak = TRUE ;
    };
    FixedText FT_FUNCDESC
    {
        Pos = MAP_APPFONT ( 115 , 68 ) ;
        Size = MAP_APPFONT ( 194 , 64 ) ;
        WordBreak = TRUE ;
    };
    FixedText FT_EDITNAME
    {
        Pos = MAP_APPFONT ( 113 , 6 ) ;
        Size = MAP_APPFONT ( 83 , 10 ) ;
    };
    GroupBox GB_EDIT
    {
        Pos = MAP_APPFONT ( 112 , 18 ) ;
        Size = MAP_APPFONT ( 203 , 128 ) ;
    };
    FixedText FT_FORMULA
    {
        Pos = MAP_APPFONT ( 112 , 151 ) ;
        Size = MAP_APPFONT ( 50 , 10 ) ;
        WordBreak = TRUE ;
        Text [ en-US ] = "For~mula" ;
    };
    Control ED_FORMULA
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 112 , 161 ) ;
        Size = MAP_APPFONT ( 203 , 43 ) ;
    };
    FixedText FT_RESULT
    {
        Pos = MAP_APPFONT ( 198 , 6 ) ;
        Size = MAP_APPFONT ( 55 , 10 ) ;
        Right = TRUE ;
        Text [ en-US ] = "Function result" ;
    };
    FixedText WND_RESULT
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 255 , 4 ) ;
        Size = MAP_APPFONT ( 60 , 12 ) ;
        Text [ en-US ] = "Function result" ;
    };
    FixedText FT_FORMULA_RESULT
    {
        Pos = MAP_APPFONT ( 217 , 149 ) ;
        Size = MAP_APPFONT ( 35 , 10 ) ;
        Text [ en-US ] = "Result" ;
        Right = TRUE ;
    };
    Window WND_FORMULA_RESULT
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 255 , 147 ) ;
        Size = MAP_APPFONT ( 60 , 12 ) ;
    };
    CheckBox BTN_MATRIX
    {
        HelpID = "formula:CheckBox:RID_FORMULADLG_FORMULA_MODAL:BTN_MATRIX";
        Pos = MAP_APPFONT ( 6 , 208 ) ;
        Size = MAP_APPFONT ( 50 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Array" ;
    };
    Edit ED_REF
    {
        HelpID = "formula:Edit:RID_FORMULADLG_FORMULA_MODAL:ED_REF";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 76 , 205 ) ;
        Size = MAP_APPFONT ( 66 , 12 ) ;
    };
    ImageButton RB_REF
    {
        HelpID = "formula:ImageButton:RID_FORMULADLG_FORMULA_MODAL:RB_REF";
        Pos = MAP_APPFONT ( 144 , 205 ) ;
        Size = MAP_APPFONT ( 13 , 15 ) ;
        TabStop = FALSE ;
        QuickHelpText [ en-US ] = "Maximize" ;
    };
    HelpButton BTN_HELP
    {
        Pos = MAP_APPFONT ( 72 , 208 ) ;
        Size = MAP_APPFONT ( 45 , 14 ) ;
        TabStop = TRUE ;
    };
    CancelButton BTN_CANCEL
    {
        Pos = MAP_APPFONT ( 121 , 208 ) ;
        Size = MAP_APPFONT ( 45 , 14 ) ;
        TabStop = TRUE ;
    };
    PushButton BTN_BACKWARD
    {
        HelpID = "formula:PushButton:RID_FORMULADLG_FORMULA_MODAL:BTN_BACKWARD";
        Pos = MAP_APPFONT ( 171 , 208 ) ;
        Size = MAP_APPFONT ( 45 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "<< ~Back" ;
    };
    PushButton BTN_FORWARD
    {
        HelpID = "formula:PushButton:RID_FORMULADLG_FORMULA_MODAL:BTN_FORWARD";
        Pos = MAP_APPFONT ( 219 , 208 ) ;
        Size = MAP_APPFONT ( 45 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Next >>" ;
    };
    OKButton BTN_END
    {
        Pos = MAP_APPFONT ( 270 , 208 ) ;
        Size = MAP_APPFONT ( 45 , 14 ) ;
        TabStop = TRUE ;
        DefButton = TRUE ;
    };
    String STR_TITLE1
    {
        Text [ en-US ] = "Function Wizard" ;
    };
    String STR_TITLE2
    {
        Text [ en-US ] = "Function Wizard  -" ;
    };
    String STR_END
    {
        Text [ en-US ] = "~End" ;
    };

};

String STR_TITLE1
{
    Text [ en-US ] = "Function Wizard" ;
};

String STR_TITLE2
{
    Text [ en-US ] = "Function Wizard  -" ;
};

String STR_END
{
    Text [ en-US ] = "~End" ;
};

Image RID_BMP_REFBTN1
{
    ImageBitmap = Bitmap
    {
        File = "refinp1.bmp";
    };
    MaskColor = STD_MASKCOLOR;
};

String RID_STR_SHRINK
{
    Text [ en-US ] = "Shrink" ;
};

Image RID_BMP_REFBTN2
{
    ImageBitmap = Bitmap
    {
        File = "refinp2.bmp";
    };
    MaskColor = STD_MASKCOLOR;
};

String RID_STR_EXPAND
{
    Text [ en-US ] = "Expand" ;
};

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