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