merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / table / TableDesignPane.src
blob9609af9ae5b841e6c4e51998aec216b40beb9f12
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: TableDesignPane.src,v $
10  * $Revision: 1.3 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #include "TableDesignPane.hrc"
32 #include "glob.hrc"
34 Control DLG_TABLEDESIGNPANE
36     OutputSize = TRUE;
37     DialogControl = TRUE;
38     Border = FALSE;
40     Size = MAP_APPFONT( 264, 160 );
41     Text [ en-US ] = "Table Design";
42     
43     FixedLine FL_STYLE_OPTIONS+1
44     {
45         Pos = MAP_APPFONT ( 143, 3 ) ;
46         Size = MAP_APPFONT ( 120, 10 ) ;
47         OutputSize = TRUE;      
48         Text [ en-US ] = "Show";
49     };
50     
51     CheckBox CB_HEADER_ROW+1
52     {
53         Pos = MAP_APPFONT ( 146, 16 ) ;
54         Size = MAP_APPFONT ( 120 , 10 ) ;
55         TabStop = TRUE ;
56         Text [ en-US ] = "Header Row" ; 
57     };
58     
59     CheckBox CB_TOTAL_ROW+1
60     {
61         Pos = MAP_APPFONT ( 146, 29 ) ;
62         Size = MAP_APPFONT ( 120 , 10 ) ;
63         TabStop = TRUE ;
64         Text [ en-US ] = "Total Row" ;  
65     };
66     
67     CheckBox CB_BANDED_ROWS+1
68     {
69         Pos = MAP_APPFONT ( 146, 42 ) ;
70         Size = MAP_APPFONT ( 120 , 10 ) ;
71         TabStop = TRUE ;
72         Text [ en-US ] = "Banded Rows" ;        
73     };
75     CheckBox CB_FIRST_COLUMN+1
76     {
77         Pos = MAP_APPFONT ( 146, 55 ) ;
78         Size = MAP_APPFONT ( 120 , 10 ) ;
79         TabStop = TRUE ;
80         Text [ en-US ] = "First Column" ;       
81     };
83     CheckBox CB_LAST_COLUMN+1
84     {
85         Pos = MAP_APPFONT ( 146, 68 ) ;
86         Size = MAP_APPFONT ( 120 , 10 ) ;
87         TabStop = TRUE ;
88         Text [ en-US ] = "Last Column" ;        
89     };
91     CheckBox CB_BANDED_COLUMNS+1
92     {
93         Pos = MAP_APPFONT ( 146, 82 ) ;
94         Size = MAP_APPFONT ( 120 , 10 ) ;
95         TabStop = TRUE ;
96         Text [ en-US ] = "Banded Columns" ;     
97     };
99     FixedLine FL_TABLE_STYLES+1
100     {
101         Pos = MAP_APPFONT ( 6, 3 ) ;
102         Size = MAP_APPFONT( 120, 8 );
103         OutputSize = TRUE;
104         Text [ en-US ] = "Styles";
105     };
106     
107     Control CT_TABLE_STYLES+1
108     {
109         Pos = MAP_APPFONT ( 6, 14 ) ;
110         Size = MAP_APPFONT( 120, 143 );
111         Border = TRUE ;
112         TabStop = TRUE ;        
113     };
116 ModalDialog DLG_TABLEDESIGNPANE
118     OutputSize = TRUE;
119     SVLook = TRUE ;
120     Moveable = TRUE ;
121     Closeable = TRUE ;
122     Size = MAP_APPFONT( 272, 198 );
124     Text [ en-US ] = "Table Design";
126     FixedLine FL_SEP1
127     {
128         Pos = MAP_APPFONT( 135, 14 );
129         Size = MAP_APPFONT( 8, 143 );
130         Vert = TRUE ;
131     };
132     FixedLine FL_SEP2
133     {
134         Pos = MAP_APPFONT ( 0 , 160 ) ;
135         Size = MAP_APPFONT ( 272 , 12 ) ;
136     };
138     HelpButton BTN_HELP
139     {
140         Pos = MAP_APPFONT ( 6 , 176 ) ;
141         Size = MAP_APPFONT ( 50 , 14 ) ;
142         TabStop = TRUE ;
143     };  
144     OKButton BTN_OK
145     {
146         Pos = MAP_APPFONT ( 158 , 176 ) ;
147         Size = MAP_APPFONT ( 50 , 14 ) ;
148         TabStop = TRUE ;
149         DefButton = TRUE ;
150     };
151     CancelButton BTN_CANCEL
152     {
153         Pos = MAP_APPFONT ( 211 , 176 ) ;
154         Size = MAP_APPFONT ( 50 , 14 ) ;
155         TabStop = TRUE ;
156     };