xref: /aoo4110/main/sfx2/source/dialog/dinfedt.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 <sfx2/sfx.hrc>
25#include "helpid.hrc"
26#include "dinfedt.hrc"
27
28ModalDialog DLG_DOCINFO_EDT
29{
30	HelpId = HID_DOCINFO_EDT ;
31	OutputSize = TRUE ;
32	SVLook = TRUE ;
33	Size = MAP_APPFONT ( 166 , 79 ) ;
34	Text [ en-US ] = "Edit Field Names" ;
35	Moveable = TRUE ;
36	FixedLine FL_INFO
37	{
38		Pos = MAP_APPFONT ( 6 , 3 ) ;
39		Size = MAP_APPFONT ( 98 , 8 ) ;
40		Text [ en-US ] = "Names" ;
41	};
42	Edit ED_INFO1
43	{
44	    HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO1";
45		Border = TRUE ;
46		Pos = MAP_APPFONT ( 12 , 14 ) ;
47		Size = MAP_APPFONT ( 86 , 12 ) ;
48	};
49	Edit ED_INFO2
50	{
51	    HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO2";
52		Border = TRUE ;
53		Pos = MAP_APPFONT ( 12 , 29 ) ;
54		Size = MAP_APPFONT ( 86 , 12 ) ;
55	};
56	Edit ED_INFO3
57	{
58	    HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO3";
59		Border = TRUE ;
60		Pos = MAP_APPFONT ( 12 , 44 ) ;
61		Size = MAP_APPFONT ( 86 , 12 ) ;
62	};
63	Edit ED_INFO4
64	{
65	    HelpID = "sfx2:Edit:DLG_DOCINFO_EDT:ED_INFO4";
66		Border = TRUE ;
67		Pos = MAP_APPFONT ( 12 , 59 ) ;
68		Size = MAP_APPFONT ( 86 , 12 ) ;
69	};
70	OKButton BT_OK
71	{
72		Pos = MAP_APPFONT ( 110 , 6 ) ;
73		Size = MAP_APPFONT ( 50 , 14 ) ;
74		TabStop = TRUE ;
75		DefButton = TRUE ;
76	};
77	CancelButton BT_CANCEL
78	{
79		Pos = MAP_APPFONT ( 110 , 23 ) ;
80		Size = MAP_APPFONT ( 50 , 14 ) ;
81		TabStop = TRUE ;
82	};
83	HelpButton BTN_HELP
84	{
85		Pos = MAP_APPFONT ( 110 , 43 ) ;
86		Size = MAP_APPFONT ( 50 , 14 ) ;
87		TabStop = TRUE ;
88	};
89};
90
91