182177cdbSAndrew Rist/**************************************************************
2*ee10c560Smseidel *
382177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
482177cdbSAndrew Rist * or more contributor license agreements.  See the NOTICE file
582177cdbSAndrew Rist * distributed with this work for additional information
682177cdbSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
782177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the
882177cdbSAndrew Rist * "License"); you may not use this file except in compliance
982177cdbSAndrew Rist * with the License.  You may obtain a copy of the License at
10*ee10c560Smseidel *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*ee10c560Smseidel *
1382177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing,
1482177cdbSAndrew Rist * software distributed under the License is distributed on an
1582177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1682177cdbSAndrew Rist * KIND, either express or implied.  See the License for the
1782177cdbSAndrew Rist * specific language governing permissions and limitations
1882177cdbSAndrew Rist * under the License.
19*ee10c560Smseidel *
2082177cdbSAndrew Rist *************************************************************/
2182177cdbSAndrew Rist
2282177cdbSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "conflictsdlg.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirModalDialog RID_SCDLG_CONFLICTS
27cdf0e10cSrcweir{
28*ee10c560Smseidel	OutputSize = TRUE ;
29*ee10c560Smseidel	HelpId = HID_SCDLG_CONFLICTS ;
30*ee10c560Smseidel	SVLook = TRUE ;
31*ee10c560Smseidel	Size = MAP_APPFONT ( 338, 192 ) ;
32*ee10c560Smseidel	Text [ en-US ] = "Resolve Conflicts" ;
33*ee10c560Smseidel	Moveable = TRUE ;
34*ee10c560Smseidel	Sizeable = TRUE ;
35*ee10c560Smseidel	Closeable = TRUE ;
36*ee10c560Smseidel	FixedText FT_CONFLICTS
37*ee10c560Smseidel	{
38*ee10c560Smseidel		Pos = MAP_APPFONT ( 6, 6 ) ;
39*ee10c560Smseidel		Size = MAP_APPFONT ( 326, 26 ) ;
40*ee10c560Smseidel		WordBreak = TRUE ;
41*ee10c560Smseidel		Text [ en-US ] = "There are conflicting changes in this shared spreadsheet. Conflicts must be resolved before saving the spreadsheet. Keep either own or other changes." ;
42*ee10c560Smseidel	};
43*ee10c560Smseidel	Control LB_CONFLICTS
44*ee10c560Smseidel	{
45*ee10c560Smseidel		Pos = MAP_APPFONT ( 6, 34 ) ;
46*ee10c560Smseidel		Size = MAP_APPFONT ( 326, 104 ) ;
47*ee10c560Smseidel		Border = TRUE ;
48*ee10c560Smseidel	};
49*ee10c560Smseidel	PushButton BTN_KEEPMINE
50*ee10c560Smseidel	{
51*ee10c560Smseidel		HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPMINE" ;
52*ee10c560Smseidel		Pos = MAP_APPFONT ( 72, 145 ) ;
53*ee10c560Smseidel		Size = MAP_APPFONT ( 76, 14 ) ;
54*ee10c560Smseidel		Text [ en-US ] = "Keep ~Mine" ;
55*ee10c560Smseidel	};
56*ee10c560Smseidel	PushButton BTN_KEEPOTHER
57*ee10c560Smseidel	{
58*ee10c560Smseidel		HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPOTHER" ;
59*ee10c560Smseidel		Pos = MAP_APPFONT ( 190, 145 ) ;
60*ee10c560Smseidel		Size = MAP_APPFONT ( 76, 14 ) ;
61*ee10c560Smseidel		Text [ en-US ] = "Keep ~Other" ;
62*ee10c560Smseidel	};
63*ee10c560Smseidel	FixedLine FL_CONFLICTS
64*ee10c560Smseidel	{
65*ee10c560Smseidel		Pos = MAP_APPFONT ( 1, 162 ) ;
66*ee10c560Smseidel		Size = MAP_APPFONT ( 338, 8 ) ;
67*ee10c560Smseidel	};
68*ee10c560Smseidel	PushButton BTN_KEEPALLMINE
69*ee10c560Smseidel	{
70*ee10c560Smseidel		HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPALLMINE" ;
71*ee10c560Smseidel		Pos = MAP_APPFONT ( 6, 172 ) ;
72*ee10c560Smseidel		Size = MAP_APPFONT ( 104, 14 ) ;
73*ee10c560Smseidel		Text [ en-US ] = "~Keep All Mine" ;
74*ee10c560Smseidel	};
75*ee10c560Smseidel	PushButton BTN_KEEPALLOTHERS
76*ee10c560Smseidel	{
77*ee10c560Smseidel		HelpID = "sc:PushButton:RID_SCDLG_CONFLICTS:BTN_KEEPALLOTHERS" ;
78*ee10c560Smseidel		Pos = MAP_APPFONT ( 116, 172 ) ;
79*ee10c560Smseidel		Size = MAP_APPFONT ( 104, 14 ) ;
80*ee10c560Smseidel		Text [ en-US ] = "Keep ~All Others" ;
81*ee10c560Smseidel	};
82*ee10c560Smseidel	CancelButton BTN_CANCEL
83*ee10c560Smseidel	{
84*ee10c560Smseidel		Pos = MAP_APPFONT ( 226, 172 ) ;
85*ee10c560Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
86*ee10c560Smseidel	};
87*ee10c560Smseidel	HelpButton BTN_HELP
88*ee10c560Smseidel	{
89*ee10c560Smseidel		Pos = MAP_APPFONT ( 282, 172 ) ;
90*ee10c560Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
91*ee10c560Smseidel	};
92*ee10c560Smseidel	String STR_TITLE_CONFLICT
93*ee10c560Smseidel	{
94*ee10c560Smseidel		Text [ en-US ] = "Conflict" ;
95*ee10c560Smseidel	};
96*ee10c560Smseidel	String STR_TITLE_AUTHOR
97*ee10c560Smseidel	{
98*ee10c560Smseidel		Text [ en-US ] = "Author" ;
99*ee10c560Smseidel	};
100*ee10c560Smseidel	String STR_TITLE_DATE
101*ee10c560Smseidel	{
102*ee10c560Smseidel		Text [ en-US ] = "Date" ;
103*ee10c560Smseidel	};
104*ee10c560Smseidel	String STR_UNKNOWN_USER
105*ee10c560Smseidel	{
106*ee10c560Smseidel		Text [ en-US ] = "Unknown User" ;
107*ee10c560Smseidel	};
108cdf0e10cSrcweir};
109cdf0e10cSrcweir
110*ee10c560Smseidel// ********************************************************************** EOF
111