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