xref: /aoo41x/main/sc/source/ui/src/namedlg.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 "namedlg.hrc"
29ModelessDialog RID_SCDLG_NAMES
30{
31	OutputSize = TRUE ;
32	HelpId = CMD_FID_DEFINE_NAME ;
33	Hide = TRUE ;
34	SVLook = TRUE ;
35	Size = MAP_APPFONT ( 222 , 142 ) ;
36	Text [ en-US ] = "Define Names" ;
37	Moveable = TRUE ;
38	 // Closeable = TRUE;	// Dieser Dialog hat einen Cancel-Button !
39	OKButton BTN_OK
40	{
41		Pos = MAP_APPFONT ( 166 , 6 ) ;
42		Size = MAP_APPFONT ( 50 , 14 ) ;
43		TabStop = TRUE ;
44	};
45	CancelButton BTN_CANCEL
46	{
47		Pos = MAP_APPFONT ( 166 , 23 ) ;
48		Size = MAP_APPFONT ( 50 , 14 ) ;
49		TabStop = TRUE ;
50	};
51	HelpButton BTN_HELP
52	{
53		Pos = MAP_APPFONT ( 166 , 43 ) ;
54		Size = MAP_APPFONT ( 50 , 14 ) ;
55		TabStop = TRUE ;
56	};
57	PushButton BTN_ADD
58	{
59	    HelpID = "sc:PushButton:RID_SCDLG_NAMES:BTN_ADD";
60        Pos = MAP_APPFONT ( 166 , 74 ) ;
61		Size = MAP_APPFONT ( 50 , 14 ) ;
62		/* ### ACHTUNG: Neuer Text in Resource? Hinzu~f�gen : Hinzu~f�gen */
63		Text [ en-US ] = "~Add" ;
64		TabStop = TRUE ;
65		DefButton = TRUE ;
66	};
67	PushButton BTN_REMOVE
68	{
69	    HelpID = "sc:PushButton:RID_SCDLG_NAMES:BTN_REMOVE";
70        Pos = MAP_APPFONT ( 166 , 92 ) ;
71		Size = MAP_APPFONT ( 50 , 14 ) ;
72		/* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */
73		Text [ en-US ] = "~Delete" ;
74		TabStop = TRUE ;
75	};
76    FixedLine FL_NAME
77	{
78		Pos = MAP_APPFONT ( 6 , 3 ) ;
79		Size = MAP_APPFONT ( 154 , 8 ) ;
80		Text [ en-US ] = "Name" ;
81	};
82	ComboBox ED_NAME
83	{
84	    HelpID = "sc:ComboBox:RID_SCDLG_NAMES:ED_NAME";
85        Pos = MAP_APPFONT ( 12 , 14 ) ;
86        Size = MAP_APPFONT ( 145 , 92 ) ;
87		TabStop = TRUE ;
88		VScroll = TRUE ;
89		Sort = TRUE ;
90	};
91    FixedLine FL_ASSIGN
92	{
93        Pos = MAP_APPFONT ( 6 , 112 ) ;
94		Size = MAP_APPFONT ( 154 , 8 ) ;
95		Text [ en-US ] = "Assigned to" ;
96	};
97	Edit ED_ASSIGN
98	{
99	    HelpID = "sc:Edit:RID_SCDLG_NAMES:ED_ASSIGN";
100		Border = TRUE ;
101        Pos = MAP_APPFONT ( 12 , 123 ) ;
102        Size = MAP_APPFONT ( 131 , 12 ) ;
103		TabStop = TRUE ;
104	};
105	ImageButton RB_ASSIGN
106	{
107	    HelpID = "sc:ImageButton:RID_SCDLG_NAMES:RB_ASSIGN";
108        Pos = MAP_APPFONT ( 145 , 122 ) ;
109		Size = MAP_APPFONT ( 13 , 15 ) ;
110		TabStop = FALSE ;
111		QuickHelpText [ en-US ] = "Shrink" ;
112	};
113	MoreButton BTN_MORE
114	{
115	    HelpID = "sc:MoreButton:RID_SCDLG_NAMES:BTN_MORE";
116		Pos = MAP_APPFONT ( 166 , 122 ) ;
117		Size = MAP_APPFONT ( 50 , 14 ) ;
118		TabStop = TRUE ;
119		MapUnit = MAP_APPFONT ;
120		Delta = 41 ;
121	};
122	FixedLine FL_TYPE
123	{
124		Pos = MAP_APPFONT ( 6 , 142 ) ;
125		Size = MAP_APPFONT ( 154 , 8 ) ;
126		Text [ en-US ] = "Area type" ;
127	};
128	CheckBox BTN_PRINTAREA
129	{
130	    HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_PRINTAREA";
131        Pos = MAP_APPFONT ( 12 , 153 ) ;
132		Size = MAP_APPFONT ( 60 , 10 ) ;
133		Text [ en-US ] = "~Print range" ;
134		TabStop = TRUE ;
135	};
136	CheckBox BTN_CRITERIA
137	{
138	    HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_CRITERIA";
139		Pos = MAP_APPFONT ( 12 , 167 ) ;
140		Size = MAP_APPFONT ( 60 , 10 ) ;
141		Text [ en-US ] = "~Filter" ;
142		TabStop = TRUE ;
143	};
144	CheckBox BTN_ROWHEADER
145	{
146	    HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_ROWHEADER";
147		Pos = MAP_APPFONT ( 75 , 167 ) ;
148		Size = MAP_APPFONT ( 82 , 10 ) ;
149		Text [ en-US ] = "Repeat ~row" ;
150		TabStop = TRUE ;
151	};
152	CheckBox BTN_COLHEADER
153	{
154	    HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_COLHEADER";
155        Pos = MAP_APPFONT ( 75 , 153 ) ;
156		Size = MAP_APPFONT ( 82 , 10 ) ;
157		Text [ en-US ] = "Repeat ~column" ;
158		TabStop = TRUE ;
159	};
160	String STR_ADD
161	{
162		/* ### ACHTUNG: Neuer Text in Resource? Hinzu~f�gen : Hinzu~f�gen */
163		Text [ en-US ] = "~Add" ;
164	};
165	String STR_MODIFY
166	{
167		/* ### ACHTUNG: Neuer Text in Resource? ~�ndern : ~�ndern */
168		Text [ en-US ] = "Mod~ify" ;
169	};
170	String STR_INVALIDSYMBOL
171	{
172		/* ### ACHTUNG: Neuer Text in Resource? Ung�ltiger Ausdruck : Ung�ltiger Ausdruck */
173		Text [ en-US ] = "Invalid expression" ;
174	};
175};
176