xref: /trunk/main/cui/source/options/optimprove.src (revision 4b87ead9)
10e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
40e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
50e2af6afSAndrew Rist * distributed with this work for additional information
60e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
90e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
100e2af6afSAndrew Rist *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
120e2af6afSAndrew Rist *
130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
140e2af6afSAndrew Rist * software distributed under the License is distributed on an
150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
160e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
170e2af6afSAndrew Rist * specific language governing permissions and limitations
180e2af6afSAndrew Rist * under the License.
190e2af6afSAndrew Rist *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
22*4b87ead9Smseidel
23cdf0e10cSrcweir
24cdf0e10cSrcweir// include --------------------------------------------------------------
25cdf0e10cSrcweir
26cdf0e10cSrcweir#include "optimprove.hrc"
27cdf0e10cSrcweir#include <cuires.hrc>
28cdf0e10cSrcweir#include "helpid.hrc"
29cdf0e10cSrcweir#include <svx/dialogs.hrc>
30cdf0e10cSrcweir
31cdf0e10cSrcweirTabPage RID_SVXPAGE_IMPROVEMENT
32cdf0e10cSrcweir{
33cdf0e10cSrcweir        HelpId = "cui:TabPage:RID_SVXPAGE_IMPROVEMENT" ;
34cdf0e10cSrcweir	OutputSize = TRUE ;
35cdf0e10cSrcweir	SVLook = TRUE ;
36cdf0e10cSrcweir	Hide = TRUE ;
37cdf0e10cSrcweir	Size = MAP_APPFONT ( 260 , 185 ) ;
38cdf0e10cSrcweir    Text [ en-US ] = "%PRODUCTNAME Improvement Program" ;
39cdf0e10cSrcweir    FixedLine FL_IMPROVE
40cdf0e10cSrcweir    {
41cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 3 ) ;
42cdf0e10cSrcweir        Size = MAP_APPFONT ( 248 , 8 ) ;
43cdf0e10cSrcweir        Text [ en-US ] = "Improvement Program" ;
44cdf0e10cSrcweir    };
45cdf0e10cSrcweir    FixedText FT_INVITATION
46cdf0e10cSrcweir	{
47cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 14 ) ;
48cdf0e10cSrcweir        Size = MAP_APPFONT ( 242 , 72 ) ;
49cdf0e10cSrcweir        WordBreak = TRUE ;
50cdf0e10cSrcweir        Text [ en-US ] = "We invite you to join our %PRODUCTNAME Improvement Program to help optimize the quality of %PRODUCTNAME.\n\nIf you are willing to participate, we will collect anonymous statistics about how you use %PRODUCTNAME. The data is used to identify usage patterns.\n\nThe %PRODUCTNAME Improvement Program will not collect any personal data, or document content." ;
51cdf0e10cSrcweir	};
52cdf0e10cSrcweir    RadioButton RB_YES
53cdf0e10cSrcweir    {
54cdf0e10cSrcweir        HelpID = "cui:RadioButton:RID_SVXPAGE_IMPROVEMENT:RB_YES";
55cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 92 ) ;
56cdf0e10cSrcweir        Size = MAP_APPFONT ( 215 , 10 ) ;
57cdf0e10cSrcweir        Check = TRUE ;
58cdf0e10cSrcweir        Text [ en-US ] = "~Yes, I am willing to participate in the %PRODUCTNAME Improvement Program" ;
59cdf0e10cSrcweir    };
60cdf0e10cSrcweir    RadioButton RB_NO
61cdf0e10cSrcweir    {
62cdf0e10cSrcweir        HelpID = "cui:RadioButton:RID_SVXPAGE_IMPROVEMENT:RB_NO";
63cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 105 ) ;
64cdf0e10cSrcweir        Size = MAP_APPFONT ( 215 , 10 ) ;
65cdf0e10cSrcweir        Text [ en-US ] = "~No, I do not wish to participate" ;
66cdf0e10cSrcweir    };
67cdf0e10cSrcweir    FixedImage FI_INFO
68cdf0e10cSrcweir    {
69cdf0e10cSrcweir        Pos = MAP_APPFONT ( 230 , 91 ) ;
70cdf0e10cSrcweir        Size = MAP_APPFONT ( 24 , 24 ) ;
71cdf0e10cSrcweir        Fixed = Image
72cdf0e10cSrcweir        {
73cdf0e10cSrcweir            ImageBitmap = Bitmap { File = "info.png"; };
74cdf0e10cSrcweir		};
75cdf0e10cSrcweir    };
76cdf0e10cSrcweir    FixedLine FL_DATA
77cdf0e10cSrcweir    {
78cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 121 ) ;
79cdf0e10cSrcweir        Size = MAP_APPFONT ( 248 , 8 ) ;
80cdf0e10cSrcweir        Text [ en-US ] = "Tracked Data" ;
81cdf0e10cSrcweir    };
82cdf0e10cSrcweir    FixedText FT_NR_REPORTS
83cdf0e10cSrcweir    {
84cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 132 ) ;
85cdf0e10cSrcweir        Size = MAP_APPFONT ( 96 , 8 ) ;
86cdf0e10cSrcweir        Text [ en-US ] = "Number of reports sent:" ;
87cdf0e10cSrcweir    };
88cdf0e10cSrcweir    FixedText FT_NR_REPORTS_VALUE
89cdf0e10cSrcweir    {
90cdf0e10cSrcweir        Pos = MAP_APPFONT ( 111 , 132 ) ;
91cdf0e10cSrcweir        Size = MAP_APPFONT ( 100 , 10 ) ;
92cdf0e10cSrcweir    };
93cdf0e10cSrcweir    FixedText FT_NR_ACTIONS
94cdf0e10cSrcweir    {
95cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 145 ) ;
96cdf0e10cSrcweir        Size = MAP_APPFONT ( 96 , 8 ) ;
97cdf0e10cSrcweir        Text [ en-US ] = "Number of tracked actions:" ;
98cdf0e10cSrcweir    };
99cdf0e10cSrcweir    FixedText FT_NR_ACTIONS_VALUE
100cdf0e10cSrcweir    {
101cdf0e10cSrcweir        Pos = MAP_APPFONT ( 111 , 145 ) ;
102cdf0e10cSrcweir        Size = MAP_APPFONT ( 100 , 10 ) ;
103cdf0e10cSrcweir    };
104cdf0e10cSrcweir    PushButton PB_SHOWDATA
105cdf0e10cSrcweir	{
106cdf0e10cSrcweir        HelpID = "cui:PushButton:RID_SVXPAGE_IMPROVEMENT:PB_SHOWDATA";
107cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 161 ) ;
108cdf0e10cSrcweir        Size = MAP_APPFONT ( 60 , 14 ) ;
109cdf0e10cSrcweir        Text [ en-US ] = "~Show Data" ;
110cdf0e10cSrcweir	};
111cdf0e10cSrcweir    String STR_INFO
112cdf0e10cSrcweir    {
113cdf0e10cSrcweir        Text [ en-US ] = "Help Optimize the Quality of %PRODUCTNAME" ;
114cdf0e10cSrcweir    };
115cdf0e10cSrcweir    String STR_MOREINFO
116cdf0e10cSrcweir    {
117cdf0e10cSrcweir        Text [ en-US ] = "More Information" ;
118cdf0e10cSrcweir    };
119cdf0e10cSrcweir};
120cdf0e10cSrcweir
121