1*0e2af6afSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*0e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*0e2af6afSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*0e2af6afSAndrew Rist * distributed with this work for additional information 6*0e2af6afSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*0e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*0e2af6afSAndrew Rist * "License"); you may not use this file except in compliance 9*0e2af6afSAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 11*0e2af6afSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 13*0e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*0e2af6afSAndrew Rist * software distributed under the License is distributed on an 15*0e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*0e2af6afSAndrew Rist * KIND, either express or implied. See the License for the 17*0e2af6afSAndrew Rist * specific language governing permissions and limitations 18*0e2af6afSAndrew Rist * under the License. 19cdf0e10cSrcweir * 20*0e2af6afSAndrew Rist *************************************************************/ 21*0e2af6afSAndrew Rist 22*0e2af6afSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir// include -------------------------------------------------------------- 25cdf0e10cSrcweir#include "optupdt.hrc" 26cdf0e10cSrcweir#include <cuires.hrc> 27cdf0e10cSrcweir#include "helpid.hrc" 28cdf0e10cSrcweir 29cdf0e10cSrcweir // RID_SVXPAGE_ONLINEUPDATE -------------------------------------------- 30cdf0e10cSrcweirTabPage RID_SVXPAGE_ONLINEUPDATE 31cdf0e10cSrcweir{ 32cdf0e10cSrcweir HelpId = HID_SVX_OPTIONS_ONLINEUPDATE ; 33cdf0e10cSrcweir OutputSize = TRUE ; 34cdf0e10cSrcweir SVLook = TRUE ; 35cdf0e10cSrcweir Hide = TRUE ; 36cdf0e10cSrcweir Size = MAP_APPFONT ( 260 , 185 ) ; 37cdf0e10cSrcweir Text [ en-US ] = "OnlineUpdate" ; 38cdf0e10cSrcweir FixedLine FL_OPTIONS 39cdf0e10cSrcweir { 40cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 3 ) ; 41cdf0e10cSrcweir Size = MAP_APPFONT ( 248 , 8 ) ; 42cdf0e10cSrcweir Text [ en-US ] = "Online Update Options" ; 43cdf0e10cSrcweir }; 44cdf0e10cSrcweir CheckBox CB_AUTOCHECK 45cdf0e10cSrcweir { 46cdf0e10cSrcweir HelpID = "cui:CheckBox:RID_SVXPAGE_ONLINEUPDATE:CB_AUTOCHECK"; 47cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 14 ) ; 48cdf0e10cSrcweir Size = MAP_APPFONT ( 210, 10 ) ; 49cdf0e10cSrcweir Text [ en-US ] = "~Check for updates automatically" ; 50cdf0e10cSrcweir }; 51cdf0e10cSrcweir RadioButton RB_EVERYDAY 52cdf0e10cSrcweir { 53cdf0e10cSrcweir HelpID = "cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYDAY"; 54cdf0e10cSrcweir Pos = MAP_APPFONT ( 18, 27 ) ; 55cdf0e10cSrcweir Size = MAP_APPFONT ( 160, 10 ) ; 56cdf0e10cSrcweir Text [ en-US ] = "Every Da~y" ; 57cdf0e10cSrcweir }; 58cdf0e10cSrcweir RadioButton RB_EVERYWEEK 59cdf0e10cSrcweir { 60cdf0e10cSrcweir HelpID = "cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYWEEK"; 61cdf0e10cSrcweir Pos = MAP_APPFONT ( 18, 40 ) ; 62cdf0e10cSrcweir Size = MAP_APPFONT ( 160, 10 ) ; 63cdf0e10cSrcweir Text [ en-US ] = "Every ~Week" ; 64cdf0e10cSrcweir }; 65cdf0e10cSrcweir RadioButton RB_EVERYMONTH 66cdf0e10cSrcweir { 67cdf0e10cSrcweir HelpID = "cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYMONTH"; 68cdf0e10cSrcweir Pos = MAP_APPFONT ( 18, 53 ) ; 69cdf0e10cSrcweir Size = MAP_APPFONT ( 160, 10 ) ; 70cdf0e10cSrcweir Text [ en-US ] = "Every ~Month" ; 71cdf0e10cSrcweir }; 72cdf0e10cSrcweir FixedText FT_LASTCHECKED 73cdf0e10cSrcweir { 74cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 69 ) ; 75cdf0e10cSrcweir Size = MAP_APPFONT ( 160, 10 ) ; 76cdf0e10cSrcweir Text [ en-US ] = "Last checked: %DATE%, %TIME%" ; 77cdf0e10cSrcweir }; 78cdf0e10cSrcweir PushButton PB_CHECKNOW 79cdf0e10cSrcweir { 80cdf0e10cSrcweir HelpID = "cui:PushButton:RID_SVXPAGE_ONLINEUPDATE:PB_CHECKNOW"; 81cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 82 ) ; 82cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 14 ) ; 83cdf0e10cSrcweir Text [ en-US ] = "Check ~now" ; 84cdf0e10cSrcweir }; 85cdf0e10cSrcweir CheckBox CB_AUTODOWNLOAD 86cdf0e10cSrcweir { 87cdf0e10cSrcweir HelpID = "cui:CheckBox:RID_SVXPAGE_ONLINEUPDATE:CB_AUTODOWNLOAD"; 88cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 130 ) ; 89cdf0e10cSrcweir Size = MAP_APPFONT ( 160, 10 ) ; 90cdf0e10cSrcweir Text [ en-US ] = "~Download updates automatically" ; 91cdf0e10cSrcweir }; 92cdf0e10cSrcweir FixedText FT_DESTPATHLABEL 93cdf0e10cSrcweir { 94cdf0e10cSrcweir Pos = MAP_APPFONT ( 22, 143 ) ; 95cdf0e10cSrcweir Size = MAP_APPFONT ( 150, 8 ) ; 96cdf0e10cSrcweir Text [ en-US ] = "Download destination:" ; 97cdf0e10cSrcweir }; 98cdf0e10cSrcweir FixedText FT_DESTPATH 99cdf0e10cSrcweir { 100cdf0e10cSrcweir Pos = MAP_APPFONT ( 22, 154 ) ; 101cdf0e10cSrcweir Size = MAP_APPFONT ( 138, 8 ) ; 102cdf0e10cSrcweir }; 103cdf0e10cSrcweir PushButton PB_CHANGEPATH 104cdf0e10cSrcweir { 105cdf0e10cSrcweir HelpID = "cui:PushButton:RID_SVXPAGE_ONLINEUPDATE:PB_CHANGEPATH"; 106cdf0e10cSrcweir Pos = MAP_APPFONT ( 162, 151 ) ; 107cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 14 ) ; 108cdf0e10cSrcweir Text [ en-US ] = "Ch~ange..." ; 109cdf0e10cSrcweir }; 110cdf0e10cSrcweir String STR_NEVERCHECKED 111cdf0e10cSrcweir { 112cdf0e10cSrcweir Text [ en-US ] = "Last checked: Not yet" ; 113cdf0e10cSrcweir }; 114cdf0e10cSrcweir}; 115