xref: /aoo41x/main/sc/source/ui/miscdlgs/instbdlg.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "instbdlg.hrc"
29ModalDialog RID_SCDLG_INSERT_TABLE
30{
31    HelpID = "sc:ModalDialog:RID_SCDLG_INSERT_TABLE";
32	OutputSize = TRUE ;
33	SVLook = TRUE ;
34	Size = MAP_APPFONT ( 274 , 190 ) ;
35	/* ### ACHTUNG: Neuer Text in Resource? Tabelle einf�gen : Tabelle einf�gen */
36	Text [ en-US ] = "Insert Sheet" ;
37	Moveable = TRUE ;
38	Closeable = TRUE ;
39	OKButton BTN_OK
40	{
41        Pos = MAP_APPFONT ( 218 , 6 ) ;
42		Size = MAP_APPFONT ( 50 , 14 ) ;
43		DefButton = TRUE ;
44	};
45	CancelButton BTN_CANCEL
46	{
47        Pos = MAP_APPFONT ( 218 , 23 ) ;
48		Size = MAP_APPFONT ( 50 , 14 ) ;
49	};
50	HelpButton BTN_HELP
51	{
52        Pos = MAP_APPFONT ( 218 , 43 ) ;
53		Size = MAP_APPFONT ( 50 , 14 ) ;
54	};
55	FixedLine FL_POSITION
56	{
57        Pos = MAP_APPFONT ( 6 , 3 ) ;
58		Size = MAP_APPFONT ( 206 , 8 ) ;
59		Text [ en-US ] = "Position" ;
60	};
61	RadioButton RB_BEFORE
62	{
63	    HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEFORE";
64        Pos = MAP_APPFONT ( 12 , 14 ) ;
65        Size = MAP_APPFONT ( 197 , 10 ) ;
66		TabStop = TRUE ;
67		Text [ en-US ] = "B~efore current sheet" ;
68	};
69	RadioButton RB_BEHIND
70	{
71	    HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEHIND";
72		Pos = MAP_APPFONT ( 12 , 28 ) ;
73        Size = MAP_APPFONT ( 197 , 10 ) ;
74		TabStop = TRUE ;
75		Text [ en-US ] = "~After current sheet" ;
76	};
77	FixedLine FL_TABLE
78	{
79        Pos = MAP_APPFONT ( 6 , 44 ) ;
80		Size = MAP_APPFONT ( 206 , 8 ) ;
81		Text [ en-US ] = "Sheet" ;
82	};
83	RadioButton RB_NEW
84	{
85	    HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_NEW";
86        Pos = MAP_APPFONT ( 12 , 55 ) ;
87        Size = MAP_APPFONT ( 197 , 10 ) ;
88		Text [ en-US ] = "~New sheet" ;
89	};
90	FixedText FT_COUNT
91	{
92        Pos = MAP_APPFONT ( 20 , 68 ) ;
93        Size = MAP_APPFONT ( 52 , 8 ) ;
94		Text [ en-US ] = "N~o. of sheets" ;
95	};
96	NumericField NF_COUNT
97	{
98	    HelpID = "sc:NumericField:RID_SCDLG_INSERT_TABLE:NF_COUNT";
99		Border = TRUE ;
100        Pos = MAP_APPFONT ( 72 , 66 ) ;
101        Size = MAP_APPFONT ( 30 , 12 ) ;
102		TabStop = TRUE ;
103		Spin = TRUE ;
104        SpinSize = 1 ;
105		Repeat = TRUE ;
106        Minimum = 1 ;
107		Maximum = 256 ;
108	};
109	FixedText FT_NAME
110	{
111        Pos = MAP_APPFONT ( 20 , 84 ) ;
112        Size = MAP_APPFONT ( 50 , 8 ) ;
113		Text [ en-US ] = "Na~me";
114	};
115	Edit ED_TABNAME
116	{
117	    HelpID = "sc:Edit:RID_SCDLG_INSERT_TABLE:ED_TABNAME";
118		Border = TRUE ;
119        Pos = MAP_APPFONT ( 72 , 82 ) ;
120        Size = MAP_APPFONT ( 137 , 12 ) ;
121	};
122	RadioButton RB_FROMFILE
123	{
124	    HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_FROMFILE";
125		Pos = MAP_APPFONT ( 12 , 100 ) ;
126        Size = MAP_APPFONT ( 197 , 10 ) ;
127		Text [ en-US ] = "~From file" ;
128	};
129	MultiListBox LB_TABLES
130	{
131	    HelpID = "sc:MultiListBox:RID_SCDLG_INSERT_TABLE:LB_TABLES";
132		SimpleMode = TRUE ;
133		Border = TRUE ;
134        Pos = MAP_APPFONT ( 20 , 113 ) ;
135        Size = MAP_APPFONT ( 123 , 59 ) ;
136		AutoHScroll = TRUE ;
137	};
138	PushButton BTN_BROWSE
139	{
140	    HelpID = "sc:PushButton:RID_SCDLG_INSERT_TABLE:BTN_BROWSE";
141        Pos = MAP_APPFONT ( 149 , 113 ) ;
142		Size = MAP_APPFONT ( 60 , 14 ) ;
143		Text [ en-US ] = "~Browse..." ;
144	};
145	CheckBox CB_LINK
146	{
147	    HelpID = "sc:CheckBox:RID_SCDLG_INSERT_TABLE:CB_LINK";
148        Pos = MAP_APPFONT ( 149 , 131 ) ;
149        Size = MAP_APPFONT ( 60 , 10 ) ;
150		/* ### ACHTUNG: Neuer Text in Resource? Ver~kn�pfen : Ver~kn�pfen */
151		Text [ en-US ] = "Lin~k" ;
152	};
153	FixedText FT_PATH
154	{
155        Pos = MAP_APPFONT ( 20 , 176 ) ;
156        Size = MAP_APPFONT ( 192 , 8 ) ;
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