xref: /aoo4110/main/sc/source/ui/src/simpref.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 "simpref.hrc"
25ModelessDialog RID_SCDLG_SIMPLEREF
26{
27	OutputSize = TRUE ;
28	 //HelpId = SID_DEFINE_DBNAME ;
29	Hide = TRUE ;
30	SVLook = TRUE ;
31	Size = MAP_APPFONT ( 222 , 60 ) ;
32	Text = "Bereich festlegen" ;
33	Moveable = TRUE ;
34	 // Closeable = TRUE;	// Dieser Dialog hat einen Cancel-Button !
35	FixedText FT_ASSIGN
36	{
37		Pos = MAP_APPFONT ( 6 , 6 ) ;
38		Size = MAP_APPFONT ( 40 , 12 ) ;
39		Text [ en-US ] = "Area" ;
40	};
41	Edit ED_ASSIGN
42	{
43	    HelpID = "sc:Edit:RID_SCDLG_SIMPLEREF:ED_ASSIGN";
44		Border = TRUE ;
45		Pos = MAP_APPFONT ( 48 , 6 ) ;
46		Size = MAP_APPFONT ( 90 , 12 ) ;
47		TabStop = TRUE ;
48		 //		Text = "<Tabellenbereich>" ;
49	};
50	ImageButton RB_ASSIGN
51	{
52	    HelpID = "sc:ImageButton:RID_SCDLG_SIMPLEREF:RB_ASSIGN";
53		Pos = MAP_APPFONT ( 142 , 5 ) ;
54		Size = MAP_APPFONT ( 13 , 15 ) ;
55		TabStop = FALSE ;
56		QuickHelpText [ en-US ] = "Shrink" ;
57	};
58	OKButton BTN_OK
59	{
60		Pos = MAP_APPFONT ( 166 , 6 ) ;
61		Size = MAP_APPFONT ( 50 , 14 ) ;
62		TabStop = TRUE ;
63	};
64	CancelButton BTN_CANCEL
65	{
66		Pos = MAP_APPFONT ( 166 , 23 ) ;
67		Size = MAP_APPFONT ( 50 , 14 ) ;
68		TabStop = TRUE ;
69	};
70	HelpButton BTN_HELP
71	{
72		Pos = MAP_APPFONT ( 166 , 43 ) ;
73		Size = MAP_APPFONT ( 50 , 14 ) ;
74		TabStop = TRUE ;
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