166220049SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
366220049SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
466220049SAndrew Rist * or more contributor license agreements.  See the NOTICE file
566220049SAndrew Rist * distributed with this work for additional information
666220049SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
766220049SAndrew Rist * to you under the Apache License, Version 2.0 (the
866220049SAndrew Rist * "License"); you may not use this file except in compliance
966220049SAndrew Rist * with the License.  You may obtain a copy of the License at
1066220049SAndrew Rist *
1166220049SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
1266220049SAndrew Rist *
1366220049SAndrew Rist * Unless required by applicable law or agreed to in writing,
1466220049SAndrew Rist * software distributed under the License is distributed on an
1566220049SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1666220049SAndrew Rist * KIND, either express or implied.  See the License for the
1766220049SAndrew Rist * specific language governing permissions and limitations
1866220049SAndrew Rist * under the License.
1966220049SAndrew Rist *
2066220049SAndrew Rist *************************************************************/
2166220049SAndrew Rist
2266220049SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "TableDesignPane.hrc"
25cdf0e10cSrcweir#include "glob.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweirControl DLG_TABLEDESIGNPANE
28cdf0e10cSrcweir{
29cdf0e10cSrcweir	OutputSize = TRUE;
30cdf0e10cSrcweir	DialogControl = TRUE;
31cdf0e10cSrcweir	Border = FALSE;
32cdf0e10cSrcweir
33*f6859a6bSAndre Fischer	Size = MAP_APPFONT( 264, 134 );
34cdf0e10cSrcweir	Text [ en-US ] = "Table Design";
35cdf0e10cSrcweir
36cdf0e10cSrcweir	FixedLine FL_STYLE_OPTIONS+1
37cdf0e10cSrcweir	{
38cdf0e10cSrcweir        Pos = MAP_APPFONT ( 143, 3 ) ;
39cdf0e10cSrcweir        Size = MAP_APPFONT ( 120, 10 ) ;
40cdf0e10cSrcweir		OutputSize = TRUE;
41cdf0e10cSrcweir		Text [ en-US ] = "Show";
42cdf0e10cSrcweir	};
43cdf0e10cSrcweir
44cdf0e10cSrcweir	CheckBox CB_HEADER_ROW+1
45cdf0e10cSrcweir	{
46*f6859a6bSAndre Fischer        Pos = MAP_APPFONT ( 146, 3 ) ;
47cdf0e10cSrcweir        Size = MAP_APPFONT ( 120 , 10 ) ;
48cdf0e10cSrcweir		TabStop = TRUE ;
49cdf0e10cSrcweir		Text [ en-US ] = "Header Row" ;
50cdf0e10cSrcweir	};
51cdf0e10cSrcweir
52cdf0e10cSrcweir	CheckBox CB_TOTAL_ROW+1
53cdf0e10cSrcweir	{
54*f6859a6bSAndre Fischer        Pos = MAP_APPFONT ( 146, 16 ) ;
55cdf0e10cSrcweir        Size = MAP_APPFONT ( 120 , 10 ) ;
56cdf0e10cSrcweir		TabStop = TRUE ;
57cdf0e10cSrcweir		Text [ en-US ] = "Total Row" ;
58cdf0e10cSrcweir	};
59cdf0e10cSrcweir
60cdf0e10cSrcweir	CheckBox CB_BANDED_ROWS+1
61cdf0e10cSrcweir	{
62*f6859a6bSAndre Fischer        Pos = MAP_APPFONT ( 146, 29 ) ;
63cdf0e10cSrcweir        Size = MAP_APPFONT ( 120 , 10 ) ;
64cdf0e10cSrcweir		TabStop = TRUE ;
65cdf0e10cSrcweir		Text [ en-US ] = "Banded Rows" ;
66cdf0e10cSrcweir	};
67cdf0e10cSrcweir
68cdf0e10cSrcweir	CheckBox CB_FIRST_COLUMN+1
69cdf0e10cSrcweir	{
70*f6859a6bSAndre Fischer        Pos = MAP_APPFONT ( 146, 42 ) ;
71cdf0e10cSrcweir        Size = MAP_APPFONT ( 120 , 10 ) ;
72cdf0e10cSrcweir		TabStop = TRUE ;
73cdf0e10cSrcweir		Text [ en-US ] = "First Column" ;
74cdf0e10cSrcweir	};
75cdf0e10cSrcweir
76cdf0e10cSrcweir	CheckBox CB_LAST_COLUMN+1
77cdf0e10cSrcweir	{
78*f6859a6bSAndre Fischer        Pos = MAP_APPFONT ( 146, 55 ) ;
79cdf0e10cSrcweir        Size = MAP_APPFONT ( 120 , 10 ) ;
80cdf0e10cSrcweir		TabStop = TRUE ;
81cdf0e10cSrcweir		Text [ en-US ] = "Last Column" ;
82cdf0e10cSrcweir	};
83cdf0e10cSrcweir
84cdf0e10cSrcweir	CheckBox CB_BANDED_COLUMNS+1
85cdf0e10cSrcweir	{
86*f6859a6bSAndre Fischer        Pos = MAP_APPFONT ( 146, 68 ) ;
87cdf0e10cSrcweir        Size = MAP_APPFONT ( 120 , 10 ) ;
88cdf0e10cSrcweir		TabStop = TRUE ;
89cdf0e10cSrcweir		Text [ en-US ] = "Banded Columns" ;
90cdf0e10cSrcweir	};
91cdf0e10cSrcweir
92cdf0e10cSrcweir	FixedLine FL_TABLE_STYLES+1
93cdf0e10cSrcweir	{
94cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 3 ) ;
95cdf0e10cSrcweir		Size = MAP_APPFONT( 120, 8 );
96cdf0e10cSrcweir		OutputSize = TRUE;
97cdf0e10cSrcweir		Text [ en-US ] = "Styles";
98cdf0e10cSrcweir	};
99cdf0e10cSrcweir
100cdf0e10cSrcweir	Control CT_TABLE_STYLES+1
101cdf0e10cSrcweir	{
102*f6859a6bSAndre Fischer        Pos = MAP_APPFONT ( 4, 3 ) ;
103cdf0e10cSrcweir		Size = MAP_APPFONT( 120, 143 );
104cdf0e10cSrcweir		Border = TRUE ;
105cdf0e10cSrcweir		TabStop = TRUE ;
106cdf0e10cSrcweir	};
107cdf0e10cSrcweir};
108cdf0e10cSrcweir
109cdf0e10cSrcweirModalDialog DLG_TABLEDESIGNPANE
110cdf0e10cSrcweir{
111cdf0e10cSrcweir    HelpID = "sd:ModalDialog:DLG_TABLEDESIGNPANE";
112cdf0e10cSrcweir	OutputSize = TRUE;
113cdf0e10cSrcweir	SVLook = TRUE ;
114cdf0e10cSrcweir	Moveable = TRUE ;
115cdf0e10cSrcweir	Closeable = TRUE ;
116cdf0e10cSrcweir	Size = MAP_APPFONT( 272, 198 );
117cdf0e10cSrcweir
118cdf0e10cSrcweir	Text [ en-US ] = "Table Design";
119cdf0e10cSrcweir
120cdf0e10cSrcweir	FixedLine FL_SEP1
121cdf0e10cSrcweir	{
122cdf0e10cSrcweir		Pos = MAP_APPFONT( 135, 14 );
123cdf0e10cSrcweir		Size = MAP_APPFONT( 8, 143 );
124cdf0e10cSrcweir		Vert = TRUE ;
125cdf0e10cSrcweir	};
126cdf0e10cSrcweir	FixedLine FL_SEP2
127cdf0e10cSrcweir	{
128cdf0e10cSrcweir		Pos = MAP_APPFONT ( 0 , 160 ) ;
129cdf0e10cSrcweir        Size = MAP_APPFONT ( 272 , 12 ) ;
130cdf0e10cSrcweir	};
131cdf0e10cSrcweir
132cdf0e10cSrcweir	HelpButton BTN_HELP
133cdf0e10cSrcweir	{
134cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 176 ) ;
135cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
136cdf0e10cSrcweir		TabStop = TRUE ;
137cdf0e10cSrcweir	};
138cdf0e10cSrcweir	OKButton BTN_OK
139cdf0e10cSrcweir	{
140cdf0e10cSrcweir		Pos = MAP_APPFONT ( 158 , 176 ) ;
141cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
142cdf0e10cSrcweir		TabStop = TRUE ;
143cdf0e10cSrcweir		DefButton = TRUE ;
144cdf0e10cSrcweir	};
145cdf0e10cSrcweir	CancelButton BTN_CANCEL
146cdf0e10cSrcweir	{
147cdf0e10cSrcweir		Pos = MAP_APPFONT ( 211 , 176 ) ;
148cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
149cdf0e10cSrcweir		TabStop = TRUE ;
150cdf0e10cSrcweir	};
151cdf0e10cSrcweir};
152