1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: TableDesignPane.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #include "TableDesignPane.hrc"
34 Control DLG_TABLEDESIGNPANE
40 Size = MAP_APPFONT( 264, 160 );
41 Text [ en-US ] = "Table Design";
43 FixedLine FL_STYLE_OPTIONS+1
45 Pos = MAP_APPFONT ( 143, 3 ) ;
46 Size = MAP_APPFONT ( 120, 10 ) ;
48 Text [ en-US ] = "Show";
51 CheckBox CB_HEADER_ROW+1
53 Pos = MAP_APPFONT ( 146, 16 ) ;
54 Size = MAP_APPFONT ( 120 , 10 ) ;
56 Text [ en-US ] = "Header Row" ;
59 CheckBox CB_TOTAL_ROW+1
61 Pos = MAP_APPFONT ( 146, 29 ) ;
62 Size = MAP_APPFONT ( 120 , 10 ) ;
64 Text [ en-US ] = "Total Row" ;
67 CheckBox CB_BANDED_ROWS+1
69 Pos = MAP_APPFONT ( 146, 42 ) ;
70 Size = MAP_APPFONT ( 120 , 10 ) ;
72 Text [ en-US ] = "Banded Rows" ;
75 CheckBox CB_FIRST_COLUMN+1
77 Pos = MAP_APPFONT ( 146, 55 ) ;
78 Size = MAP_APPFONT ( 120 , 10 ) ;
80 Text [ en-US ] = "First Column" ;
83 CheckBox CB_LAST_COLUMN+1
85 Pos = MAP_APPFONT ( 146, 68 ) ;
86 Size = MAP_APPFONT ( 120 , 10 ) ;
88 Text [ en-US ] = "Last Column" ;
91 CheckBox CB_BANDED_COLUMNS+1
93 Pos = MAP_APPFONT ( 146, 82 ) ;
94 Size = MAP_APPFONT ( 120 , 10 ) ;
96 Text [ en-US ] = "Banded Columns" ;
99 FixedLine FL_TABLE_STYLES+1
101 Pos = MAP_APPFONT ( 6, 3 ) ;
102 Size = MAP_APPFONT( 120, 8 );
104 Text [ en-US ] = "Styles";
107 Control CT_TABLE_STYLES+1
109 Pos = MAP_APPFONT ( 6, 14 ) ;
110 Size = MAP_APPFONT( 120, 143 );
116 ModalDialog DLG_TABLEDESIGNPANE
122 Size = MAP_APPFONT( 272, 198 );
124 Text [ en-US ] = "Table Design";
128 Pos = MAP_APPFONT( 135, 14 );
129 Size = MAP_APPFONT( 8, 143 );
134 Pos = MAP_APPFONT ( 0 , 160 ) ;
135 Size = MAP_APPFONT ( 272 , 12 ) ;
140 Pos = MAP_APPFONT ( 6 , 176 ) ;
141 Size = MAP_APPFONT ( 50 , 14 ) ;
146 Pos = MAP_APPFONT ( 158 , 176 ) ;
147 Size = MAP_APPFONT ( 50 , 14 ) ;
151 CancelButton BTN_CANCEL
153 Pos = MAP_APPFONT ( 211 , 176 ) ;
154 Size = MAP_APPFONT ( 50 , 14 ) ;