summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/pcrmiscres.src
blob: b587bb78cd15228dd2a9c2eb24604ff2b3877376 (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
/* -*- 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 "formresid.hrc"

String RID_STR_CONFIRM_DELETE_DATA_TYPE
{
    Text [ en-US ] = "Do you want to delete the data type '#type#' from the model?\n"
             "Please note that this will affect all controls which are bound to this data type.";
};

Bitmap RID_EXTBMP_CONTROL
{
    File = "sx10144.png";
};

Bitmap RID_EXTBMP_BUTTON
{
    File = "sx10594.png";
};

Bitmap RID_EXTBMP_RADIOBUTTON
{
    File = "sx10595.png";
};

Bitmap RID_EXTBMP_CHECKBOX
{
    File = "sx10596.png";
};

Bitmap RID_EXTBMP_FIXEDTEXT
{
    File = "sx10597.png";
};

Bitmap RID_EXTBMP_GROUPBOX
{
    File = "sx10598.png";
};

Bitmap RID_EXTBMP_EDITBOX
{
    File = "sx10599.png";
};

Bitmap RID_EXTBMP_LISTBOX
{
    File = "sx10600.png";
};

Bitmap RID_EXTBMP_COMBOBOX
{
    File = "sx10601.png";
};

Bitmap RID_EXTBMP_GRID
{
    File = "sx10603.png";
};

Bitmap RID_EXTBMP_IMAGEBUTTON
{
    File = "sx10604.png";
};

Bitmap RID_EXTBMP_FILECONTROL
{
    File = "sx10605.png";
};

Bitmap RID_EXTBMP_DATEFIELD
{
    File = "sx10704.png";
};

Bitmap RID_EXTBMP_TIMEFIELD
{
    File = "sx10705.png";
};

Bitmap RID_EXTBMP_NUMERICFIELD
{
    File = "sx10706.png";
};

Bitmap RID_EXTBMP_CURRENCYFIELD
{
    File = "sx10707.png";
};

Bitmap RID_EXTBMP_PATTERNFIELD
{
    File = "sx10708.png";
};

Bitmap RID_EXTBMP_IMAGECONTROL
{
    File = "sx10710.png";
};

Bitmap RID_EXTBMP_HIDDEN
{
    File = "sx18022.png";
};

Bitmap RID_EXTBMP_FORMATTEDFIELD
{
    File = "sx10728.png";
};

Bitmap RID_EXTBMP_FILTER
{
    File = "sx10715.png";
};

Bitmap RID_EXTBMP_FORMS
{
    File = "sx18013.png";
};

Bitmap RID_EXTBMP_FORM
{
    File = "sx10593.png";
};

Bitmap RID_EXTBMP_COLLAPSEDNODE
{
    File = "sx18002.png";
};

Bitmap RID_EXTBMP_EXPANDEDNODE
{
    File = "sx18003.png";
};

Bitmap RID_EXTBMP_SCROLLBAR
{
    File = "sx10768.png";
};

Bitmap RID_EXTBMP_SPINBUTTON
{
    File = "sx10769.png";
};

Bitmap RID_EXTBMP_NAVIGATIONBAR
{
    File = "sx10607.png";
};

String RID_STR_PROPTITLE_PUSHBUTTON
{
    Text [ en-US ] = "Button" ;
};
String RID_STR_PROPTITLE_RADIOBUTTON
{
    Text [ en-US ] = "Option Button" ;
};
String RID_STR_PROPTITLE_CHECKBOX
{
    Text [ en-US ] = "Check Box" ;
};
String RID_STR_PROPTITLE_FIXEDTEXT
{
    Text [ en-US ] = "Label Field" ;
};
String RID_STR_PROPTITLE_GROUPBOX
{
    Text [ en-US ] = "Group Box" ;
};
String RID_STR_PROPTITLE_EDIT
{
    Text [ en-US ] = "Text Box" ;
};
String RID_STR_PROPTITLE_FORMATTED
{
    Text [ en-US ] = "Formatted Field";
};
String RID_STR_PROPTITLE_LISTBOX
{
    Text [ en-US ] = "List Box" ;
};
String RID_STR_PROPTITLE_COMBOBOX
{
    Text [ en-US ] = "Combo Box" ;
};
String RID_STR_PROPTITLE_IMAGEBUTTON
{
    Text [ en-US ] = "Image Button" ;
};
String RID_STR_PROPTITLE_HIDDENCONTROL
{
    Text [ en-US ] = "Hidden Control" ;
};
String RID_STR_PROPTITLE_UNKNOWNCONTROL
{
    Text [ en-US ] = "Control (unknown type)" ;
};
String RID_STR_PROPTITLE_IMAGECONTROL
{
    Text [ en-US ] = "Image Control" ;
};
String RID_STR_PROPTITLE_FILECONTROL
{
    Text [ en-US ] = "File Selection" ;
};
String RID_STR_PROPTITLE_DATEFIELD
{
    Text [ en-US ] = "Date Field" ;
};
String RID_STR_PROPTITLE_TIMEFIELD
{
    Text [ en-US ] = "Time Field" ;
};
String RID_STR_PROPTITLE_NUMERICFIELD
{
    Text [ en-US ] = "Numeric Field" ;
};
String RID_STR_PROPTITLE_CURRENCYFIELD
{
    Text [ en-US ] = "Currency Field" ;
};
String RID_STR_PROPTITLE_PATTERNFIELD
{
    Text [ en-US ] = "Pattern Field" ;
};
String RID_STR_PROPTITLE_DBGRID
{
    Text [ en-US ] = "Table Control " ;
};

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