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