xref: /AOO41X/main/sfx2/source/dialog/versdlg.src (revision acbf353a85b021bfa30e3f1ad4b505fab50db670)
1*acbf353aSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*acbf353aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*acbf353aSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*acbf353aSAndrew Rist * distributed with this work for additional information
6*acbf353aSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*acbf353aSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*acbf353aSAndrew Rist * "License"); you may not use this file except in compliance
9*acbf353aSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*acbf353aSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*acbf353aSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*acbf353aSAndrew Rist * software distributed under the License is distributed on an
15*acbf353aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*acbf353aSAndrew Rist * KIND, either express or implied.  See the License for the
17*acbf353aSAndrew Rist * specific language governing permissions and limitations
18*acbf353aSAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*acbf353aSAndrew Rist *************************************************************/
21*acbf353aSAndrew Rist
22*acbf353aSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "versdlg.hrc"
25cdf0e10cSrcweirModalDialog DLG_VERSIONS
26cdf0e10cSrcweir{
27cdf0e10cSrcweir    HelpID = "sfx2:ModalDialog:DLG_VERSIONS";
28cdf0e10cSrcweir	OutputSize = TRUE ;
29cdf0e10cSrcweir	Size = MAP_APPFONT ( 340 , 184 ) ;
30cdf0e10cSrcweir	SvLook = TRUE ;
31cdf0e10cSrcweir	Moveable = TRUE ;
32cdf0e10cSrcweir//!	Closeable = TRUE ;
33cdf0e10cSrcweir    FixedLine GB_NEWVERSIONS
34cdf0e10cSrcweir	{
35cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 3 ) ;
36cdf0e10cSrcweir        Size = MAP_APPFONT ( 272 , 8 ) ;
37cdf0e10cSrcweir		Text [ en-US ] = "New versions" ;
38cdf0e10cSrcweir	};
39cdf0e10cSrcweir	PushButton PB_SAVE
40cdf0e10cSrcweir	{
41cdf0e10cSrcweir	    HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_SAVE";
42cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 14 ) ;
43cdf0e10cSrcweir		Size = MAP_APPFONT ( 90 , 14 ) ;
44cdf0e10cSrcweir		TabStop = TRUE ;
45cdf0e10cSrcweir		Text [ en-US ] = "Save ~New Version" ;
46cdf0e10cSrcweir	};
47cdf0e10cSrcweir	CheckBox CB_SAVEONCLOSE
48cdf0e10cSrcweir	{
49cdf0e10cSrcweir	    HelpID = "sfx2:CheckBox:DLG_VERSIONS:CB_SAVEONCLOSE";
50cdf0e10cSrcweir		Pos = MAP_APPFONT ( 108 , 16 ) ;
51cdf0e10cSrcweir		Size = MAP_APPFONT ( 164 , 10 ) ;
52cdf0e10cSrcweir		TabStop = TRUE ;
53cdf0e10cSrcweir		Text [ en-US ] = "~Always save a version on closing" ;
54cdf0e10cSrcweir	};
55cdf0e10cSrcweir    FixedLine GB_OLDVERSIONS
56cdf0e10cSrcweir	{
57cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 34 ) ;
58cdf0e10cSrcweir        Size = MAP_APPFONT ( 272 , 8 ) ;
59cdf0e10cSrcweir		Text [ en-US ] = "Existing versions" ;
60cdf0e10cSrcweir	};
61cdf0e10cSrcweir	FixedText FT_DATETIME
62cdf0e10cSrcweir	{
63cdf0e10cSrcweir        Pos = MAP_APPFONT ( 15 , 45 ) ;
64cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 10 ) ;
65cdf0e10cSrcweir		Text [ en-US ] = "Date and time" ;
66cdf0e10cSrcweir	};
67cdf0e10cSrcweir	FixedText FT_SAVEDBY
68cdf0e10cSrcweir	{
69cdf0e10cSrcweir        Pos = MAP_APPFONT ( 76 , 45 ) ;
70cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 10 ) ;
71cdf0e10cSrcweir		Text [ en-US ] = "Saved by" ;
72cdf0e10cSrcweir	};
73cdf0e10cSrcweir	FixedText FT_COMMENTS
74cdf0e10cSrcweir	{
75cdf0e10cSrcweir        Pos = MAP_APPFONT ( 138 , 45 ) ;
76cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 10 ) ;
77cdf0e10cSrcweir		Text [ en-US ] = "Comments" ;
78cdf0e10cSrcweir	};
79cdf0e10cSrcweir	Control TLB_VERSIONS
80cdf0e10cSrcweir	{
81cdf0e10cSrcweir		Border = TRUE ;
82cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 58 ) ;
83cdf0e10cSrcweir        Size = MAP_APPFONT ( 260 , 114 ) ;
84cdf0e10cSrcweir		TabStop = TRUE ;
85cdf0e10cSrcweir	};
86cdf0e10cSrcweir	CancelButton PB_CLOSE
87cdf0e10cSrcweir	{
88cdf0e10cSrcweir		Pos = MAP_APPFONT ( 284 , 6 ) ;
89cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
90cdf0e10cSrcweir		TabStop = TRUE ;
91cdf0e10cSrcweir		Text [ en-US ] = "Close" ;
92cdf0e10cSrcweir	};
93cdf0e10cSrcweir	PushButton PB_OPEN
94cdf0e10cSrcweir	{
95cdf0e10cSrcweir	    HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_OPEN";
96cdf0e10cSrcweir		Pos = MAP_APPFONT ( 284 , 26 ) ;
97cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
98cdf0e10cSrcweir		TabStop = TRUE ;
99cdf0e10cSrcweir		Text [ en-US ] = "Open" ;
100cdf0e10cSrcweir	};
101cdf0e10cSrcweir	PushButton PB_VIEW
102cdf0e10cSrcweir	{
103cdf0e10cSrcweir	    HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_VIEW";
104cdf0e10cSrcweir		Pos = MAP_APPFONT ( 284 , 43 ) ;
105cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
106cdf0e10cSrcweir		TabStop = TRUE ;
107cdf0e10cSrcweir		DefButton = TRUE ;
108cdf0e10cSrcweir		Text [ en-US ] = "~Show..." ;
109cdf0e10cSrcweir	};
110cdf0e10cSrcweir	PushButton PB_DELETE
111cdf0e10cSrcweir	{
112cdf0e10cSrcweir	    HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_DELETE";
113cdf0e10cSrcweir		Pos = MAP_APPFONT ( 284 , 60 ) ;
114cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
115cdf0e10cSrcweir		TabStop = TRUE ;
116cdf0e10cSrcweir		Text [ en-US ] = "~Delete" ;
117cdf0e10cSrcweir	};
118cdf0e10cSrcweir	PushButton PB_COMPARE
119cdf0e10cSrcweir	{
120cdf0e10cSrcweir	    HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_COMPARE";
121cdf0e10cSrcweir		Pos = MAP_APPFONT ( 284 , 77 ) ;
122cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
123cdf0e10cSrcweir		TabStop = TRUE ;
124cdf0e10cSrcweir		Text [ en-US ] = "Compare" ;
125cdf0e10cSrcweir	};
126cdf0e10cSrcweir	HelpButton PB_HELP
127cdf0e10cSrcweir	{
128cdf0e10cSrcweir		Pos = MAP_APPFONT ( 284 , 97 ) ;
129cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
130cdf0e10cSrcweir		TabStop = TRUE ;
131cdf0e10cSrcweir	};
132cdf0e10cSrcweir	Text [ en-US ] = "Versions of" ;
133cdf0e10cSrcweir};
134cdf0e10cSrcweirModalDialog DLG_COMMENTS
135cdf0e10cSrcweir{
136cdf0e10cSrcweir    HelpID = "sfx2:ModalDialog:DLG_COMMENTS";
137cdf0e10cSrcweir	OutputSize = TRUE ;
138cdf0e10cSrcweir	Size = MAP_APPFONT ( 180 , 118 ) ;
139cdf0e10cSrcweir	SvLook = TRUE ;
140cdf0e10cSrcweir	Moveable = TRUE ;
141cdf0e10cSrcweir	FixedText FT_DATETIME
142cdf0e10cSrcweir	{
143cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 6 ) ;
144cdf0e10cSrcweir		Size = MAP_APPFONT ( 168 , 10 ) ;
145cdf0e10cSrcweir		Text [ en-US ] = "Date and time : " ;
146cdf0e10cSrcweir	};
147cdf0e10cSrcweir	FixedText FT_SAVEDBY
148cdf0e10cSrcweir	{
149cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 19 ) ;
150cdf0e10cSrcweir		Size = MAP_APPFONT ( 168 , 10 ) ;
151cdf0e10cSrcweir		Text [ en-US ] = "Saved by " ;
152cdf0e10cSrcweir	};
153cdf0e10cSrcweir	MultiLineEdit ME_VERSIONS
154cdf0e10cSrcweir	{
155cdf0e10cSrcweir	    HelpID = "sfx2:MultiLineEdit:DLG_COMMENTS:ME_VERSIONS";
156cdf0e10cSrcweir		Border = TRUE ;
157cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 32 ) ;
158cdf0e10cSrcweir		Size = MAP_APPFONT ( 168 , 60 ) ;
159cdf0e10cSrcweir		TabStop = TRUE ;
160cdf0e10cSrcweir	};
161cdf0e10cSrcweir	OKButton PB_OK
162cdf0e10cSrcweir	{
163cdf0e10cSrcweir		Pos = MAP_APPFONT ( 15 , 98 ) ;
164cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
165cdf0e10cSrcweir		TabStop = TRUE ;
166cdf0e10cSrcweir		DefButton = TRUE ;
167cdf0e10cSrcweir	};
168cdf0e10cSrcweir	CancelButton PB_CANCEL
169cdf0e10cSrcweir	{
170cdf0e10cSrcweir		Pos = MAP_APPFONT ( 68 , 98 ) ;
171cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
172cdf0e10cSrcweir		TabStop = TRUE ;
173cdf0e10cSrcweir	};
174cdf0e10cSrcweir	PushButton PB_CLOSE
175cdf0e10cSrcweir	{
176cdf0e10cSrcweir	    HelpID = "sfx2:PushButton:DLG_COMMENTS:PB_CLOSE";
177cdf0e10cSrcweir		Pos = MAP_APPFONT ( 68 , 98 ) ;
178cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
179cdf0e10cSrcweir		TabStop = TRUE ;
180cdf0e10cSrcweir		Text [ en-US ] = "~Close" ;
181cdf0e10cSrcweir	};
182cdf0e10cSrcweir	HelpButton PB_HELP
183cdf0e10cSrcweir	{
184cdf0e10cSrcweir		Pos = MAP_APPFONT ( 124 , 98 ) ;
185cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
186cdf0e10cSrcweir		TabStop = TRUE ;
187cdf0e10cSrcweir	};
188cdf0e10cSrcweir	Text [ en-US ] = "Insert Version Comment" ;
189cdf0e10cSrcweir};
190cdf0e10cSrcweirString DLG_COMMENTS
191cdf0e10cSrcweir{
192cdf0e10cSrcweir	Text [ en-US ] = "Version comment" ;
193cdf0e10cSrcweir};
194cdf0e10cSrcweir
195cdf0e10cSrcweir
196cdf0e10cSrcweir
197cdf0e10cSrcweir
198cdf0e10cSrcweir
199cdf0e10cSrcweir
200cdf0e10cSrcweir
201cdf0e10cSrcweir
202cdf0e10cSrcweir
203cdf0e10cSrcweir
204cdf0e10cSrcweir
205cdf0e10cSrcweir
206cdf0e10cSrcweir
207cdf0e10cSrcweir
208cdf0e10cSrcweir
209cdf0e10cSrcweir
210cdf0e10cSrcweir
211cdf0e10cSrcweir
212cdf0e10cSrcweir
213cdf0e10cSrcweir
214cdf0e10cSrcweir
215cdf0e10cSrcweir
216cdf0e10cSrcweir
217cdf0e10cSrcweir
218cdf0e10cSrcweir
219