Update ooo320-m1
[ooovba.git] / extensions / source / preload / preload.src
blobb9edaeebb12915eb0950f8bfcd9d1ca01fcb8376
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: preload.src,v $
10  * $Revision: 1.43 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #ifndef _EXTENSIONS_PRELOAD_PRELOAD_HRC_
32 #include "preload.hrc"
33 #endif
35 ModalDialog RID_DLG_OEMWIZARD
37     Text = "%PRODUCTNAME %PRODUCTVERSION";
39     OutputSize          = TRUE ;
40     SVLook                      = TRUE ;
41     Moveable            = TRUE ;
42     Closeable           = TRUE ;
43     Hide                        = TRUE;
44     PushButton PB_PREV
45     {
46         Size = MAP_APPFONT ( 50 , 14 ) ;
47         Text [ en-US ] = "<< Back" ;
48     };
49     PushButton PB_NEXT
50     {
51         Size = MAP_APPFONT ( 50 , 14 ) ;
52         Text [ en-US ] = "Next >>" ;
53     };
54     CancelButton PB_CANCEL
55     {
56         Size = MAP_APPFONT ( 50 , 14 ) ;
57     };
58     String ST_ACCEPT
59     {
60         Text [ en-US ] = "Accept";
61     };
62     String ST_FINISH
63     {
64         Text [ en-US ] = "Finish";
65     };
66     String ST_LICENSE_AGREEMENT
67     {
68         Text [ en-US ] = " - Software License Agreement";
69     };
71     String ST_INSERT_USER_DATA
72     {
73         Text [ en-US ] = "- User Data";
74     };
76 TabPage RID_TP_WELCOME
78 //    HelpId = ;
79     OutputSize = TRUE ;
80     SVLook = TRUE ;
81     Hide = TRUE ;
82     Size = MAP_APPFONT ( 260 , 185 ) ;
83     Text [ en-US ] = "Welcome";
84     FixedText FT_INFO
85     {
86         Pos = MAP_APPFONT ( 6 , 3 ) ;
87         Size = MAP_APPFONT ( 248 , 174 ) ;
88         WordBreak = TRUE ;
89         Text [ en-US ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start the %PRODUCTNAME %PRODUCTVERSION OEM, "
90         "please enter your personal data in the dialog following the license text. Important information is contained "
91         "in the readme files which are located in the %PRODUCTNAME product directory. Please read these files carefully. "
92         "You can also find detailed information at the Sun website \n\n"
93         "http://www.sun.com/staroffice.\n\nSupport and Training:\n\nGet FREE software support valid for 60 days from date "
94         "of purchase. To take advantage of this offer, visit the website below.\n\n"
95         "http://www.sun.com/star/service\n\nWe hope you enjoy working with %PRODUCTNAME.";
96     };
99 #define LICENSE_DIALOG_WIDTH  260
100 #define LICENSE_DIALOG_HEIGTH 185
101 #define LICENSE_RIGHT_BORDER  7
102 #define LICENSE_BOTTOM_BORDER  0
103 #define LICENSE_ROW_1 (7)
104 #define LICENSE_COL_1 (7)
106 #define OFFSET        2
107 #define COL2_WIDTH   10
108 #define OFFSET_IMG   10
109 #define FT_HEIGHT     8
110 #define PB_HEIGHT    14
111 #define PD_WIDTH     40
113 #define LICENCE_HEIGHT 102
114 #define LICENSE_ROW_2 (LICENSE_ROW_1 + OFFSET + LICENCE_HEIGHT)
115 #define LICENSE_ROW_3 (LICENSE_ROW_2 + OFFSET + FT_HEIGHT)
116 #define LICENSE_ROW_4 (LICENSE_ROW_3 + OFFSET + 3*FT_HEIGHT )
117 #define LICENSE_ROW_5 (LICENSE_ROW_4 + OFFSET + FT_HEIGHT)
120 #define LICENSE_ROW_5 (LICENSE_DIALOG_HEIGTH - LICENSE_BOTTOM_BORDER - OFFSET - FT_HEIGHT)
121 #define LICENSE_ROW_4 (LICENSE_ROW_5 - OFFSET - FT_HEIGHT)
122 #define LICENSE_ROW_3 (LICENSE_ROW_4 - OFFSET - 3*FT_HEIGHT)
123 #define LICENSE_ROW_2 (LICENSE_ROW_3 - OFFSET - FT_HEIGHT)
124 #define LICENCE_HEIGHT (LICENSE_ROW_2-LICENSE_ROW_1-OFFSET)
128 #define LICENSE_COL_2 (LICENSE_COL_1 + OFFSET_IMG)
129 #define LICENSE_COL_3 (LICENSE_COL_2 + COL2_WIDTH +1)
130 #define LICENSE_COL_4 (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - PD_WIDTH)
132 #define LICENSE_WIDTH (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - LICENSE_ROW_1)
133 #define COL3_WIDTH        (LICENSE_COL_4 - LICENSE_COL_3)
136 TabPage RID_TP_LICENSE
138     OutputSize = TRUE ;
139     SVLook = TRUE ;
140     Hide = TRUE ;
141     Size = MAP_APPFONT ( LICENSE_DIALOG_WIDTH , LICENSE_DIALOG_HEIGTH ) ;
142     Text [ en-US ] = "License Agreement";
144     MultiLineEdit ML_LICENSE
145     {
146         PosSize = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_1 , LICENSE_WIDTH , LICENCE_HEIGHT ) ;
147         Border = TRUE ;
148         VScroll = TRUE ;
149         ReadOnly = TRUE ;
150     };
152     FixedText FT_INFO1
153     {
154         WordBreak = TRUE ;
155         Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_2 ) ;
156         Size = MAP_APPFONT ( LICENSE_WIDTH , FT_HEIGHT ) ;
157         Text [ en-US ] = "Please follow these steps to proceed with the installation:" ;
158     };
160     FixedImage IMG_ARROW
161     {
162         Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_3 ) ;
163         Size = MAP_PIXEL ( 16 , 16 ) ;
164         Fixed = Image
165         {
166             ImageBitmap = Bitmap
167             {
168                 File = "arrow.bmp" ;
169                 File[ ar ] = "m_arrow.bmp" ;
170             };
171             MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
172         };
173     };
175     FixedText FT_INFO2_1
176     {
177         WordBreak = TRUE ;
178         Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_3 ) ;
179         Size = MAP_APPFONT ( COL2_WIDTH , FT_HEIGHT ) ;
180         Text [ en-US ] = "1." ;
181     };
183     FixedText FT_INFO2
184     {
185         WordBreak = TRUE ;
186         Pos = MAP_APPFONT ( LICENSE_COL_3 , LICENSE_ROW_3 ) ;
187         Size = MAP_APPFONT ( COL3_WIDTH, 3*FT_HEIGHT ) ;
188         Text [ en-US ] = "View the complete License Agreement. Please use the scroll bar or the '%PAGEDOWN' button in this dialog to view the entire license text." ;
189     };
191     PushButton PB_PAGEDOWN
192     {
193         TabStop = TRUE ;
194         Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_3 ) ;
195         Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
196         Text [ en-US ] = "Page Down" ;
197     };
199     FixedText FT_INFO3_1
200     {
201         WordBreak = TRUE ;
202         Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_4 ) ;
203         Size = MAP_APPFONT ( COL2_WIDTH, FT_HEIGHT ) ;
204         Text [ en-US ] = "2." ;
205     };
207     FixedText FT_INFO3
208     {
209         WordBreak = TRUE ;
210         Pos = MAP_APPFONT ( LICENSE_COL_3, LICENSE_ROW_4 ) ;
211         Size = MAP_APPFONT ( COL3_WIDTH, FT_HEIGHT ) ;
212         Text [ en-US ] = "Accept the License Agreement." ;
213     };
215     CheckBox CB_ACCEPT
216     {
217         TabStop = TRUE ;
218         Pos = MAP_APPFONT ( LICENSE_COL_3, LICENSE_ROW_5 ) ;
219         Size = MAP_APPFONT ( COL3_WIDTH, FT_HEIGHT ) ;
220         Text [ en-US ] = "I accept the terms of the Agreement." ;
221     };
223     String LICENCE_ACCEPT
224     {
225         Text [ en-US ] = "~Accept" ;
226     };
228     String LICENCE_NOTACCEPT
229     {
230         Text [ en-US ] = "Decline" ;
231     };