xref: /aoo4110/main/sc/source/ui/src/namedlg.src (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "namedlg.hrc"
25ModelessDialog RID_SCDLG_NAMES
26{
27	OutputSize = TRUE ;
28	HelpId = CMD_FID_DEFINE_NAME ;
29	Hide = TRUE ;
30	SVLook = TRUE ;
31	Size = MAP_APPFONT ( 222 , 142 ) ;
32	Text [ en-US ] = "Define Names" ;
33	Moveable = TRUE ;
34	 // Closeable = TRUE;	// Dieser Dialog hat einen Cancel-Button !
35	OKButton BTN_OK
36	{
37		Pos = MAP_APPFONT ( 166 , 6 ) ;
38		Size = MAP_APPFONT ( 50 , 14 ) ;
39		TabStop = TRUE ;
40	};
41	CancelButton BTN_CANCEL
42	{
43		Pos = MAP_APPFONT ( 166 , 23 ) ;
44		Size = MAP_APPFONT ( 50 , 14 ) ;
45		TabStop = TRUE ;
46	};
47	HelpButton BTN_HELP
48	{
49		Pos = MAP_APPFONT ( 166 , 43 ) ;
50		Size = MAP_APPFONT ( 50 , 14 ) ;
51		TabStop = TRUE ;
52	};
53	PushButton BTN_ADD
54	{
55	    HelpID = "sc:PushButton:RID_SCDLG_NAMES:BTN_ADD";
56        Pos = MAP_APPFONT ( 166 , 74 ) ;
57		Size = MAP_APPFONT ( 50 , 14 ) ;
58		/* ### ACHTUNG: Neuer Text in Resource? Hinzu~f�gen : Hinzu~f�gen */
59		Text [ en-US ] = "~Add" ;
60		TabStop = TRUE ;
61		DefButton = TRUE ;
62	};
63	PushButton BTN_REMOVE
64	{
65	    HelpID = "sc:PushButton:RID_SCDLG_NAMES:BTN_REMOVE";
66        Pos = MAP_APPFONT ( 166 , 92 ) ;
67		Size = MAP_APPFONT ( 50 , 14 ) ;
68		/* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */
69		Text [ en-US ] = "~Delete" ;
70		TabStop = TRUE ;
71	};
72    FixedLine FL_NAME
73	{
74		Pos = MAP_APPFONT ( 6 , 3 ) ;
75		Size = MAP_APPFONT ( 154 , 8 ) ;
76		Text [ en-US ] = "Name" ;
77	};
78/*
79	ComboBox ED_NAME
80	{
81        Pos = MAP_APPFONT ( 12 , 14 ) ;
82        Size = MAP_APPFONT ( 145 , 92 ) ;
83		TabStop = TRUE ;
84		VScroll = TRUE ;
85		Sort = TRUE ;
86	};
87*/
88        Edit ED_NAME
89	{
90	Border = TRUE ;
91        Pos = MAP_APPFONT ( 12 , 14 ) ;
92        Size = MAP_APPFONT ( 145 , 11 ) ;
93	};
94
95	ListBox LB_NAMES
96	{
97	Border = TRUE ;
98        Pos = MAP_APPFONT ( 12 , 25 ) ;
99		Size = MAP_APPFONT ( 145 , 84 ) ;
100		TabStop = TRUE ;
101		VScroll = TRUE ;
102		AutoHScroll = TRUE ;
103		Sort = TRUE ;
104	};
105    FixedLine FL_ASSIGN
106	{
107        Pos = MAP_APPFONT ( 6 , 112 ) ;
108		Size = MAP_APPFONT ( 154 , 8 ) ;
109		Text [ en-US ] = "Assigned to" ;
110	};
111	Edit ED_ASSIGN
112	{
113	    HelpID = "sc:Edit:RID_SCDLG_NAMES:ED_ASSIGN";
114		Border = TRUE ;
115        Pos = MAP_APPFONT ( 12 , 123 ) ;
116        Size = MAP_APPFONT ( 131 , 12 ) ;
117		TabStop = TRUE ;
118	};
119	ImageButton RB_ASSIGN
120	{
121	    HelpID = "sc:ImageButton:RID_SCDLG_NAMES:RB_ASSIGN";
122        Pos = MAP_APPFONT ( 145 , 122 ) ;
123		Size = MAP_APPFONT ( 13 , 15 ) ;
124		TabStop = FALSE ;
125		QuickHelpText [ en-US ] = "Shrink" ;
126	};
127	MoreButton BTN_MORE
128	{
129	    HelpID = "sc:MoreButton:RID_SCDLG_NAMES:BTN_MORE";
130		Pos = MAP_APPFONT ( 166 , 122 ) ;
131		Size = MAP_APPFONT ( 50 , 14 ) ;
132		TabStop = TRUE ;
133		MapUnit = MAP_APPFONT ;
134		Delta = 41 ;
135	};
136	FixedLine FL_TYPE
137	{
138		Pos = MAP_APPFONT ( 6 , 142 ) ;
139		Size = MAP_APPFONT ( 154 , 8 ) ;
140		Text [ en-US ] = "Area type" ;
141	};
142	CheckBox BTN_PRINTAREA
143	{
144	    HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_PRINTAREA";
145        Pos = MAP_APPFONT ( 12 , 153 ) ;
146		Size = MAP_APPFONT ( 60 , 10 ) ;
147		Text [ en-US ] = "~Print range" ;
148		TabStop = TRUE ;
149	};
150	CheckBox BTN_CRITERIA
151	{
152	    HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_CRITERIA";
153		Pos = MAP_APPFONT ( 12 , 167 ) ;
154		Size = MAP_APPFONT ( 60 , 10 ) ;
155		Text [ en-US ] = "~Filter" ;
156		TabStop = TRUE ;
157	};
158	CheckBox BTN_ROWHEADER
159	{
160	    HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_ROWHEADER";
161		Pos = MAP_APPFONT ( 75 , 167 ) ;
162		Size = MAP_APPFONT ( 82 , 10 ) ;
163		Text [ en-US ] = "Repeat ~row" ;
164		TabStop = TRUE ;
165	};
166	CheckBox BTN_COLHEADER
167	{
168	    HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_COLHEADER";
169        Pos = MAP_APPFONT ( 75 , 153 ) ;
170		Size = MAP_APPFONT ( 82 , 10 ) ;
171		Text [ en-US ] = "Repeat ~column" ;
172		TabStop = TRUE ;
173	};
174	String STR_ADD
175	{
176		/* ### ACHTUNG: Neuer Text in Resource? Hinzu~f�gen : Hinzu~f�gen */
177		Text [ en-US ] = "~Add" ;
178	};
179	String STR_MODIFY
180	{
181		/* ### ACHTUNG: Neuer Text in Resource? ~�ndern : ~�ndern */
182		Text [ en-US ] = "Mod~ify" ;
183	};
184	String STR_INVALIDSYMBOL
185	{
186		/* ### ACHTUNG: Neuer Text in Resource? Ung�ltiger Ausdruck : Ung�ltiger Ausdruck */
187		Text [ en-US ] = "Invalid expression" ;
188	};
189};
190