xref: /AOO41X/main/extensions/source/propctrlr/taborder.src (revision 14d89e6d7e8ff90a682e6d512a6ade05b6ea0df6)
180fe9c7bSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
380fe9c7bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
480fe9c7bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
580fe9c7bSAndrew Rist * distributed with this work for additional information
680fe9c7bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
780fe9c7bSAndrew Rist * to you under the Apache License, Version 2.0 (the
880fe9c7bSAndrew Rist * "License"); you may not use this file except in compliance
980fe9c7bSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
1180fe9c7bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
1380fe9c7bSAndrew Rist * Unless required by applicable law or agreed to in writing,
1480fe9c7bSAndrew Rist * software distributed under the License is distributed on an
1580fe9c7bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1680fe9c7bSAndrew Rist * KIND, either express or implied.  See the License for the
1780fe9c7bSAndrew Rist * specific language governing permissions and limitations
1880fe9c7bSAndrew Rist * under the License.
19cdf0e10cSrcweir *
2080fe9c7bSAndrew Rist *************************************************************/
2180fe9c7bSAndrew Rist
22cdf0e10cSrcweir#ifndef _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_
23cdf0e10cSrcweir#include "formresid.hrc"
24cdf0e10cSrcweir#endif
25cdf0e10cSrcweir#ifndef EXTENSIONS_SOURCE_PROPCTRLR_TABORDER_HRC
26cdf0e10cSrcweir#include "taborder.hrc"
27cdf0e10cSrcweir#endif
28cdf0e10cSrcweir#include "propctrlr.hrc"
29cdf0e10cSrcweir
30cdf0e10cSrcweirModalDialog RID_DLG_TABORDER
31cdf0e10cSrcweir{
32cdf0e10cSrcweir	HelpID = "extensions:ModalDialog:RID_DLG_TABORDER" ;
33cdf0e10cSrcweir	OutputSize = TRUE ;
34cdf0e10cSrcweir	SVLook = TRUE ;
35cdf0e10cSrcweir	Size = MAP_APPFONT ( 168, 158 ) ;
36cdf0e10cSrcweir	Text [ en-US ] = "Tab Order" ;
37cdf0e10cSrcweir	Moveable = TRUE ;
38cdf0e10cSrcweir	Closeable = TRUE ;
39cdf0e10cSrcweir
40cdf0e10cSrcweir	FixedText FT_CONTROLS
41cdf0e10cSrcweir	{
42cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6, 3 ) ;
43cdf0e10cSrcweir		Size = MAP_APPFONT ( 90, 8 ) ;
44cdf0e10cSrcweir		Text [ en-US ] = "Controls" ;
45cdf0e10cSrcweir	};
46cdf0e10cSrcweir
47cdf0e10cSrcweir	Control CTRL_TREE
48cdf0e10cSrcweir	{
49cdf0e10cSrcweir		Border = TRUE ;
50cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6, 14) ;
51cdf0e10cSrcweir		Size = MAP_APPFONT ( 90, 136 ) ;
52cdf0e10cSrcweir		TabStop = TRUE ;
53cdf0e10cSrcweir		HelpId = HID_PROP_TABORDER_CONTROLS ;
54cdf0e10cSrcweir	};
55cdf0e10cSrcweir
56cdf0e10cSrcweir	PushButton PB_MOVE_UP
57cdf0e10cSrcweir	{
58cdf0e10cSrcweir		HelpID = "extensions:PushButton:RID_DLG_TABORDER:PB_MOVE_UP" ;
59cdf0e10cSrcweir		Pos = MAP_APPFONT ( 102, 14 ) ;
60cdf0e10cSrcweir		Size = MAP_APPFONT ( 60, 14 ) ;
61cdf0e10cSrcweir		Text [ en-US ] = "Move Up" ;
62cdf0e10cSrcweir	};
63cdf0e10cSrcweir
64cdf0e10cSrcweir	PushButton PB_MOVE_DOWN
65cdf0e10cSrcweir	{
66cdf0e10cSrcweir		HelpID = "extensions:PushButton:RID_DLG_TABORDER:PB_MOVE_DOWN" ;
67cdf0e10cSrcweir		Pos = MAP_APPFONT ( 102, 32 ) ;
68cdf0e10cSrcweir		Size = MAP_APPFONT ( 60, 14 ) ;
69cdf0e10cSrcweir		Text [ en-US ] = "Move Down" ;
70cdf0e10cSrcweir	};
71cdf0e10cSrcweir
72cdf0e10cSrcweir	PushButton PB_AUTO_ORDER
73cdf0e10cSrcweir	{
74cdf0e10cSrcweir		HelpID = "extensions:PushButton:RID_DLG_TABORDER:PB_AUTO_ORDER" ;
75cdf0e10cSrcweir		Pos = MAP_APPFONT ( 102, 50 ) ;
76cdf0e10cSrcweir		Size = MAP_APPFONT ( 60, 14 ) ;
77cdf0e10cSrcweir		Text [ en-US ] = "Automatic Sort" ;
78cdf0e10cSrcweir	};
79cdf0e10cSrcweir	OKButton PB_OK
80cdf0e10cSrcweir	{
81cdf0e10cSrcweir		Pos = MAP_APPFONT ( 102, 100 ) ;
82cdf0e10cSrcweir		Size = MAP_APPFONT ( 60, 14 ) ;
83cdf0e10cSrcweir		TabStop = TRUE ;
84cdf0e10cSrcweir		DefButton = TRUE ;
85cdf0e10cSrcweir	};
86cdf0e10cSrcweir
87cdf0e10cSrcweir	CancelButton PB_CANCEL
88cdf0e10cSrcweir	{
89cdf0e10cSrcweir		Pos = MAP_APPFONT ( 102, 118 ) ;
90cdf0e10cSrcweir		Size = MAP_APPFONT ( 60, 14 ) ;
91cdf0e10cSrcweir		TabStop = TRUE ;
92cdf0e10cSrcweir	};
93cdf0e10cSrcweir
94cdf0e10cSrcweir	HelpButton PB_HELP
95cdf0e10cSrcweir	{
96cdf0e10cSrcweir		Pos = MAP_APPFONT ( 102, 136 ) ;
97cdf0e10cSrcweir		Size = MAP_APPFONT ( 60, 14 ) ;
98cdf0e10cSrcweir		TabStop = TRUE ;
99cdf0e10cSrcweir	};
100cdf0e10cSrcweir};
101cdf0e10cSrcweir
102*14d89e6dSmseidel// ********************************************************************** EOF
103