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#include "optupdt.hrc" 26#include <cuires.hrc> 27#include "helpid.hrc" 28 29// RID_SVXPAGE_ONLINEUPDATE -------------------------------------------- 30TabPage RID_SVXPAGE_ONLINEUPDATE 31{ 32 HelpId = HID_SVX_OPTIONS_ONLINEUPDATE ; 33 OutputSize = TRUE ; 34 SVLook = TRUE ; 35 Hide = TRUE ; 36 Size = MAP_APPFONT ( 260, 185 ) ; 37 Text [ en-US ] = "OnlineUpdate" ; 38 FixedLine FL_OPTIONS 39 { 40 Pos = MAP_APPFONT ( 6, 3 ) ; 41 Size = MAP_APPFONT ( 248, 8 ) ; 42 Text [ en-US ] = "Online Update Options" ; 43 }; 44 CheckBox CB_AUTOCHECK 45 { 46 HelpID = "cui:CheckBox:RID_SVXPAGE_ONLINEUPDATE:CB_AUTOCHECK" ; 47 Pos = MAP_APPFONT ( 12, 14 ) ; 48 Size = MAP_APPFONT ( 210, 10 ) ; 49 Text [ en-US ] = "~Check for updates automatically" ; 50 }; 51 RadioButton RB_EVERYDAY 52 { 53 HelpID = "cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYDAY" ; 54 Pos = MAP_APPFONT ( 18, 27 ) ; 55 Size = MAP_APPFONT ( 160, 10 ) ; 56 Text [ en-US ] = "Every Da~y" ; 57 }; 58 RadioButton RB_EVERYWEEK 59 { 60 HelpID = "cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYWEEK" ; 61 Pos = MAP_APPFONT ( 18, 40 ) ; 62 Size = MAP_APPFONT ( 160, 10 ) ; 63 Text [ en-US ] = "Every ~Week" ; 64 }; 65 RadioButton RB_EVERYMONTH 66 { 67 HelpID = "cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYMONTH" ; 68 Pos = MAP_APPFONT ( 18, 53 ) ; 69 Size = MAP_APPFONT ( 160, 10 ) ; 70 Text [ en-US ] = "Every ~Month" ; 71 }; 72 FixedText FT_LASTCHECKED 73 { 74 Pos = MAP_APPFONT ( 12, 69 ) ; 75 Size = MAP_APPFONT ( 160, 10 ) ; 76 Text [ en-US ] = "Last checked: %DATE%, %TIME%" ; 77 }; 78 PushButton PB_CHECKNOW 79 { 80 HelpID = "cui:PushButton:RID_SVXPAGE_ONLINEUPDATE:PB_CHECKNOW" ; 81 Pos = MAP_APPFONT ( 12, 82 ) ; 82 Size = MAP_APPFONT ( 50, 14 ) ; 83 Text [ en-US ] = "Check ~now" ; 84 }; 85 CheckBox CB_AUTODOWNLOAD 86 { 87 HelpID = "cui:CheckBox:RID_SVXPAGE_ONLINEUPDATE:CB_AUTODOWNLOAD" ; 88 Pos = MAP_APPFONT ( 12, 130 ) ; 89 Size = MAP_APPFONT ( 160, 10 ) ; 90 Text [ en-US ] = "~Download updates automatically" ; 91 }; 92 FixedText FT_DESTPATHLABEL 93 { 94 Pos = MAP_APPFONT ( 22, 143 ) ; 95 Size = MAP_APPFONT ( 150, 8 ) ; 96 Text [ en-US ] = "Download destination:" ; 97 }; 98 FixedText FT_DESTPATH 99 { 100 Pos = MAP_APPFONT ( 22, 154 ) ; 101 Size = MAP_APPFONT ( 138, 8 ) ; 102 }; 103 PushButton PB_CHANGEPATH 104 { 105 HelpID = "cui:PushButton:RID_SVXPAGE_ONLINEUPDATE:PB_CHANGEPATH" ; 106 Pos = MAP_APPFONT ( 162, 151 ) ; 107 Size = MAP_APPFONT ( 50, 14 ) ; 108 Text [ en-US ] = "Ch~ange..." ; 109 }; 110 String STR_NEVERCHECKED 111 { 112 Text [ en-US ] = "Last checked: Not yet" ; 113 }; 114}; 115 116// ******************************************************************* EOF 117