10e2af6afSAndrew Rist/************************************************************** 2*e414e35eSmseidel * 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 10*e414e35eSmseidel * 110e2af6afSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*e414e35eSmseidel * 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. 19*e414e35eSmseidel * 200e2af6afSAndrew Rist *************************************************************/ 210e2af6afSAndrew Rist 224b87ead9Smseidel 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include "multipat.hrc" 25cdf0e10cSrcweir#include "helpid.hrc" 26cdf0e10cSrcweir#include <cuires.hrc> 27cdf0e10cSrcweir 28cdf0e10cSrcweir// RID_SVXDLG_MULTIPATH -------------------------------------------------- 29cdf0e10cSrcweir 30cdf0e10cSrcweirModalDialog RID_SVXDLG_MULTIPATH 31cdf0e10cSrcweir{ 32cdf0e10cSrcweir HelpId = HID_MULTIPATH ; 33cdf0e10cSrcweir OutputSize = TRUE ; 34*e414e35eSmseidel Size = MAP_APPFONT ( 260, 120 ) ; 35cdf0e10cSrcweir Text [ en-US ] = "Select Paths" ; 36cdf0e10cSrcweir Moveable = TRUE ; 37cdf0e10cSrcweir Closeable = TRUE ; 38*e414e35eSmseidel FixedLine FL_MULTIPATH 39cdf0e10cSrcweir { 40*e414e35eSmseidel Pos = MAP_APPFONT ( 6, 3 ) ; 41*e414e35eSmseidel Size = MAP_APPFONT ( 248, 8 ) ; 42*e414e35eSmseidel Text [ en-US ] = "Paths" ; 43*e414e35eSmseidel }; 44*e414e35eSmseidel ListBox LB_MULTIPATH 45*e414e35eSmseidel { 46*e414e35eSmseidel HelpID = "cui:ListBox:RID_SVXDLG_MULTIPATH:LB_MULTIPATH" ; 47*e414e35eSmseidel Border = TRUE ; 48*e414e35eSmseidel Pos = MAP_APPFONT ( 12, 14 ) ; 49*e414e35eSmseidel Size = MAP_APPFONT ( 189, 80 ) ; 50*e414e35eSmseidel AutoHScroll = TRUE ; 51*e414e35eSmseidel }; 52*e414e35eSmseidel Control LB_RADIOBUTTON 53*e414e35eSmseidel { 54*e414e35eSmseidel HelpId = HID_OPTIONS_MULTIPATH_LIST ; 55*e414e35eSmseidel Hide = TRUE ; 56*e414e35eSmseidel Border = TRUE ; 57*e414e35eSmseidel Pos = MAP_APPFONT ( 6, 6 ) ; 58*e414e35eSmseidel Size = MAP_APPFONT ( 195, 77 ) ; 59*e414e35eSmseidel }; 60*e414e35eSmseidel FixedText FT_RADIOBUTTON 61*e414e35eSmseidel { 62*e414e35eSmseidel Hide = TRUE ; 63*e414e35eSmseidel NoLabel = TRUE ; 64*e414e35eSmseidel Pos = MAP_APPFONT ( 6, 86 ) ; 65*e414e35eSmseidel Size = MAP_APPFONT ( 195, 8 ) ; 66*e414e35eSmseidel Text [ en-US ] = "Mark the default path for new files." ; 67*e414e35eSmseidel }; 68*e414e35eSmseidel PushButton BTN_ADD_MULTIPATH 69*e414e35eSmseidel { 70*e414e35eSmseidel HelpID = "cui:PushButton:RID_SVXDLG_MULTIPATH:BTN_ADD_MULTIPATH" ; 71*e414e35eSmseidel Pos = MAP_APPFONT ( 204, 14 ) ; 72*e414e35eSmseidel Size = MAP_APPFONT ( 50, 14 ) ; 73cdf0e10cSrcweir Text [ en-US ] = "~Add..." ; 74cdf0e10cSrcweir }; 75cdf0e10cSrcweir PushButton BTN_DEL_MULTIPATH 76cdf0e10cSrcweir { 77*e414e35eSmseidel HelpID = "cui:PushButton:RID_SVXDLG_MULTIPATH:BTN_DEL_MULTIPATH" ; 78*e414e35eSmseidel Pos = MAP_APPFONT ( 204, 31 ) ; 79*e414e35eSmseidel Size = MAP_APPFONT ( 50, 14 ) ; 80cdf0e10cSrcweir Text [ en-US ] = "~Delete" ; 81cdf0e10cSrcweir }; 82cdf0e10cSrcweir OKButton BTN_MULTIPATH_OK 83cdf0e10cSrcweir { 84*e414e35eSmseidel Pos = MAP_APPFONT ( 95, 100 ) ; 85*e414e35eSmseidel Size = MAP_APPFONT ( 50, 14 ) ; 86cdf0e10cSrcweir DefButton = TRUE; 87cdf0e10cSrcweir }; 88cdf0e10cSrcweir CancelButton BTN_MULTIPATH_CANCEL 89cdf0e10cSrcweir { 90*e414e35eSmseidel Pos = MAP_APPFONT ( 148, 100 ) ; 91*e414e35eSmseidel Size = MAP_APPFONT ( 50, 14 ) ; 92cdf0e10cSrcweir }; 93cdf0e10cSrcweir HelpButton BTN_MULTIPATH_HELP 94cdf0e10cSrcweir { 95*e414e35eSmseidel Pos = MAP_APPFONT ( 204, 100 ) ; 96*e414e35eSmseidel Size = MAP_APPFONT ( 50, 14 ) ; 97*e414e35eSmseidel }; 98*e414e35eSmseidel String STR_HEADER_PATHS 99*e414e35eSmseidel { 100*e414e35eSmseidel Text [ en-US ] = "Path list" ; 101cdf0e10cSrcweir }; 102cdf0e10cSrcweir}; 103cdf0e10cSrcweirString RID_MULTIPATH_DBL_ERR 104cdf0e10cSrcweir{ 105cdf0e10cSrcweir Text [ en-US ] = "The path %1 already exists." ; 106cdf0e10cSrcweir}; 107cdf0e10cSrcweirString RID_SVXSTR_FILE_TITLE 108cdf0e10cSrcweir{ 109cdf0e10cSrcweir Text [ en-US ] = "Select files" ; 110cdf0e10cSrcweir}; 111cdf0e10cSrcweirString RID_SVXSTR_FILE_HEADLINE 112cdf0e10cSrcweir{ 113cdf0e10cSrcweir Text [ en-US ] = "Files" ; 114cdf0e10cSrcweir}; 115cdf0e10cSrcweirString RID_SVXSTR_ARCHIVE_TITLE 116cdf0e10cSrcweir{ 117cdf0e10cSrcweir Text [ en-US ] = "Select Archives" ; 118cdf0e10cSrcweir}; 119cdf0e10cSrcweirString RID_SVXSTR_ARCHIVE_HEADLINE 120cdf0e10cSrcweir{ 121cdf0e10cSrcweir Text [ en-US ] = "Archives" ; 122cdf0e10cSrcweir}; 123cdf0e10cSrcweirString RID_SVXSTR_MULTIFILE_DBL_ERR 124cdf0e10cSrcweir{ 125cdf0e10cSrcweir Text [ en-US ] = "The file %1 already exists." ; 126cdf0e10cSrcweir}; 127cdf0e10cSrcweir 128*e414e35eSmseidel// ********************************************************************** EOF 129