xref: /trunk/main/sd/source/ui/dlg/paragr.src (revision 36a981ae)
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 <svx/dialogs.hrc>
25#include "glob.hrc"
26#include "helpids.h"
27#include "paragr.hrc"
28
29TabDialog TAB_PARAGRAPH
30{
31	OutputSize = TRUE ;
32	SVLook = TRUE ;
33	Size = MAP_APPFONT ( 289, 176 ) ;
34	Text [ en-US ] = "Paragraph" ;
35	Moveable = TRUE ;
36	Closeable = TRUE ;
37	TabControl 1
38	{
39		OutputSize = TRUE ;
40		Pos = MAP_APPFONT ( 3, 3 ) ;
41		Size = MAP_APPFONT ( 260, 135 ) ;
42		PageList =
43		{
44			PageItem
45			{
46				Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
47				Text [ en-US ] = "Indents & Spacing" ;
48				PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
49			};
50			PageItem
51			{
52				Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
53				PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
54				Text [ en-US ] = "Alignment" ;
55			};
56			PageItem
57			{
58				Identifier = RID_SVXPAGE_PARA_ASIAN ;
59				PageResID = RID_SVXPAGE_PARA_ASIAN ;
60				Text [ en-US ] = "Asian Typography" ;
61			};
62			PageItem
63			{
64				Identifier = RID_TABPAGE_PARA_NUMBERING ;
65				Text = "Numbering" ;
66				PageResID = RID_TABPAGE_PARA_NUMBERING ;
67			};
68			PageItem
69			{
70				Identifier = RID_SVXPAGE_TABULATOR ;
71				Text [ en-US ] = "Tabs" ;
72				PageResID = RID_SVXPAGE_TABULATOR ;
73			};
74		};
75	};
76	OKButton 1
77	{
78		Pos = MAP_APPFONT ( 6, 151 ) ;
79		Size = MAP_APPFONT ( 50, 14 ) ;
80		TabStop = TRUE ;
81	};
82	CancelButton 1
83	{
84		Pos = MAP_APPFONT ( 60, 151 ) ;
85		Size = MAP_APPFONT ( 50, 14 ) ;
86		TabStop = TRUE ;
87	};
88	HelpButton 1
89	{
90		Pos = MAP_APPFONT ( 114, 151 ) ;
91		Size = MAP_APPFONT ( 50, 14 ) ;
92		TabStop = TRUE ;
93	};
94	PushButton 1
95	{
96		Pos = MAP_APPFONT ( 169, 151 ) ;
97		Size = MAP_APPFONT ( 50, 14 ) ;
98		Text [ en-US ] = "Return" ;
99		TabStop = TRUE ;
100	};
101};
102
103TabPage RID_TABPAGE_PARA_NUMBERING
104{
105	HelpId = HID_TABPAGE_PARA_NUMBERING ;
106	Hide = TRUE ;
107	Text = "Numbering" ;
108	Size = MAP_APPFONT ( 260, 185 ) ;
109
110	TriStateBox CB_NEW_START
111	{
112		HelpID = "sd:TriStateBox:RID_TABPAGE_PARA_NUMBERING:CB_NEW_START" ;
113		Pos = MAP_APPFONT ( 6, 6 ) ;
114		Size = MAP_APPFONT ( 160, 10 ) ;
115		TabStop = TRUE ;
116		Text = "R~estart at this paragraph" ;
117	};
118	TriStateBox CB_NUMBER_NEW_START
119	{
120		HelpID = "sd:TriStateBox:RID_TABPAGE_PARA_NUMBERING:CB_NUMBER_NEW_START" ;
121		Pos = MAP_APPFONT ( 15, 21 ) ;
122		Size = MAP_APPFONT ( 103, 10 ) ;
123		Disable = TRUE ;
124		Text = "S~tart with" ;
125	};
126	NumericField NF_NEW_START
127	{
128		HelpID = "sd:NumericField:RID_TABPAGE_PARA_NUMBERING:NF_NEW_START" ;
129		Border = TRUE ;
130		Pos = MAP_APPFONT ( 124, 20 ) ;
131		Size = MAP_APPFONT ( 26, 12 ) ;
132		TabStop = TRUE ;
133		Left = TRUE ;
134		Repeat = TRUE ;
135		Spin = TRUE ;
136		Minimum = 0 ;
137		Maximum = 9999 ;
138		Value = 0 ;
139		First = 0 ;
140		Last = 9999 ;
141		Disable = TRUE ;
142	};
143};
144
145// ******************************************************************* EOF
146