xref: /trunk/main/sc/source/ui/src/namedlg.src (revision 82177cdb)
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	ComboBox ED_NAME
79	{
80	    HelpID = "sc:ComboBox:RID_SCDLG_NAMES:ED_NAME";
81        Pos = MAP_APPFONT ( 12 , 14 ) ;
82        Size = MAP_APPFONT ( 145 , 92 ) ;
83		TabStop = TRUE ;
84		VScroll = TRUE ;
85		Sort = TRUE ;
86	};
87    FixedLine FL_ASSIGN
88	{
89        Pos = MAP_APPFONT ( 6 , 112 ) ;
90		Size = MAP_APPFONT ( 154 , 8 ) ;
91		Text [ en-US ] = "Assigned to" ;
92	};
93	Edit ED_ASSIGN
94	{
95	    HelpID = "sc:Edit:RID_SCDLG_NAMES:ED_ASSIGN";
96		Border = TRUE ;
97        Pos = MAP_APPFONT ( 12 , 123 ) ;
98        Size = MAP_APPFONT ( 131 , 12 ) ;
99		TabStop = TRUE ;
100	};
101	ImageButton RB_ASSIGN
102	{
103	    HelpID = "sc:ImageButton:RID_SCDLG_NAMES:RB_ASSIGN";
104        Pos = MAP_APPFONT ( 145 , 122 ) ;
105		Size = MAP_APPFONT ( 13 , 15 ) ;
106		TabStop = FALSE ;
107		QuickHelpText [ en-US ] = "Shrink" ;
108	};
109	MoreButton BTN_MORE
110	{
111	    HelpID = "sc:MoreButton:RID_SCDLG_NAMES:BTN_MORE";
112		Pos = MAP_APPFONT ( 166 , 122 ) ;
113		Size = MAP_APPFONT ( 50 , 14 ) ;
114		TabStop = TRUE ;
115		MapUnit = MAP_APPFONT ;
116		Delta = 41 ;
117	};
118	FixedLine FL_TYPE
119	{
120		Pos = MAP_APPFONT ( 6 , 142 ) ;
121		Size = MAP_APPFONT ( 154 , 8 ) ;
122		Text [ en-US ] = "Area type" ;
123	};
124	CheckBox BTN_PRINTAREA
125	{
126	    HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_PRINTAREA";
127        Pos = MAP_APPFONT ( 12 , 153 ) ;
128		Size = MAP_APPFONT ( 60 , 10 ) ;
129		Text [ en-US ] = "~Print range" ;
130		TabStop = TRUE ;
131	};
132	CheckBox BTN_CRITERIA
133	{
134	    HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_CRITERIA";
135		Pos = MAP_APPFONT ( 12 , 167 ) ;
136		Size = MAP_APPFONT ( 60 , 10 ) ;
137		Text [ en-US ] = "~Filter" ;
138		TabStop = TRUE ;
139	};
140	CheckBox BTN_ROWHEADER
141	{
142	    HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_ROWHEADER";
143		Pos = MAP_APPFONT ( 75 , 167 ) ;
144		Size = MAP_APPFONT ( 82 , 10 ) ;
145		Text [ en-US ] = "Repeat ~row" ;
146		TabStop = TRUE ;
147	};
148	CheckBox BTN_COLHEADER
149	{
150	    HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_COLHEADER";
151        Pos = MAP_APPFONT ( 75 , 153 ) ;
152		Size = MAP_APPFONT ( 82 , 10 ) ;
153		Text [ en-US ] = "Repeat ~column" ;
154		TabStop = TRUE ;
155	};
156	String STR_ADD
157	{
158		/* ### ACHTUNG: Neuer Text in Resource? Hinzu~f�gen : Hinzu~f�gen */
159		Text [ en-US ] = "~Add" ;
160	};
161	String STR_MODIFY
162	{
163		/* ### ACHTUNG: Neuer Text in Resource? ~�ndern : ~�ndern */
164		Text [ en-US ] = "Mod~ify" ;
165	};
166	String STR_INVALIDSYMBOL
167	{
168		/* ### ACHTUNG: Neuer Text in Resource? Ung�ltiger Ausdruck : Ung�ltiger Ausdruck */
169		Text [ en-US ] = "Invalid expression" ;
170	};
171};
172