xref: /AOO42X/main/sc/source/ui/pagedlg/tphf.src (revision 666469f1340f453fb3f9a30b142d1fb60741fdf2)
182177cdbSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
382177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
482177cdbSAndrew Rist * or more contributor license agreements.  See the NOTICE file
582177cdbSAndrew Rist * distributed with this work for additional information
682177cdbSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
782177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the
882177cdbSAndrew Rist * "License"); you may not use this file except in compliance
982177cdbSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
1382177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing,
1482177cdbSAndrew Rist * software distributed under the License is distributed on an
1582177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1682177cdbSAndrew Rist * KIND, either express or implied.  See the License for the
1782177cdbSAndrew Rist * specific language governing permissions and limitations
1882177cdbSAndrew Rist * under the License.
19cdf0e10cSrcweir *
2082177cdbSAndrew Rist *************************************************************/
2182177cdbSAndrew Rist
22cdf0e10cSrcweir#include "sc.hrc"
23cdf0e10cSrcweirPushButton RID_SCBTN_HFEDIT
24cdf0e10cSrcweir{
25cdf0e10cSrcweir    TabStop = TRUE ;
26cdf0e10cSrcweir    Hide = TRUE ;
27cdf0e10cSrcweir    Pos = MAP_APPFONT ( 0, 0 ) ;
28cdf0e10cSrcweir    Size = MAP_APPFONT ( 50, 14 ) ;
29cdf0e10cSrcweir    Text [ en-US ] = "~Edit..." ;
30cdf0e10cSrcweir};
31*666469f1Smseidel
32*666469f1Smseidel// ********************************************************************** EOF
33