xref: /aoo42x/main/svtools/source/inc/filectrl.hrc (revision 4d7c9de0)
1*45c6a252SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*45c6a252SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*45c6a252SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*45c6a252SAndrew Rist * distributed with this work for additional information
6*45c6a252SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*45c6a252SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*45c6a252SAndrew Rist * "License"); you may not use this file except in compliance
9*45c6a252SAndrew Rist * with the License.  You may obtain a copy of the License at
10*45c6a252SAndrew Rist *
11*45c6a252SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*45c6a252SAndrew Rist *
13*45c6a252SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*45c6a252SAndrew Rist * software distributed under the License is distributed on an
15*45c6a252SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*45c6a252SAndrew Rist * KIND, either express or implied.  See the License for the
17*45c6a252SAndrew Rist * specific language governing permissions and limitations
18*45c6a252SAndrew Rist * under the License.
19*45c6a252SAndrew Rist *
20*45c6a252SAndrew Rist *************************************************************/
21*45c6a252SAndrew Rist
22*45c6a252SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _SV_FILECTRL_HRC
25cdf0e10cSrcweir#define _SV_FILECTRL_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define STR_FILECTRL_BUTTONTEXT		333		// ID-Range?!
28cdf0e10cSrcweir
29cdf0e10cSrcweir#define  STR_TABBAR_PUSHBUTTON_MOVET0HOME  ( STR_FILECTRL_BUTTONTEXT+ 1)
30cdf0e10cSrcweir#define  STR_TABBAR_PUSHBUTTON_MOVELEFT       ( STR_FILECTRL_BUTTONTEXT+ 2)
31cdf0e10cSrcweir#define  STR_TABBAR_PUSHBUTTON_MOVERIGHT     ( STR_FILECTRL_BUTTONTEXT+ 3)
32cdf0e10cSrcweir#define  STR_TABBAR_PUSHBUTTON_MOVETOEND    ( STR_FILECTRL_BUTTONTEXT+ 4)
33cdf0e10cSrcweir
34cdf0e10cSrcweir#endif
35cdf0e10cSrcweir
36