Update ooo320-m1
[ooovba.git] / dbaccess / source / ui / dlg / dlgsave.src
blob5dbd85b07d4426d6c76ab03c5bec82976db47eb6
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: dlgsave.src,v $
10  * $Revision: 1.46 $
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 #ifndef DBAUI_DLGSAVE_HRC
32 #include "dlgsave.hrc"
33 #endif
34 #ifndef _DBU_DLG_HRC_
35 #include "dbu_dlg.hrc"
36 #endif
37 #ifndef _DBA_DBACCESS_HELPID_HRC_
38 #include "dbaccess_helpid.hrc"
39 #endif
41 ModalDialog DLG_SAVE_AS
43     OutputSize = TRUE ;
44     SVLook = TRUE ;
45     HelpId = HID_DLG_SAVE_AS ;
46     Size = MAP_APPFONT ( 174 , 75 ) ;
47     Moveable = TRUE ;
48     Closeable = TRUE ;
49     Text [ en-US ] = "Save As" ;
51     FixedText FT_DESCRIPTION
52     {
53         Pos = MAP_APPFONT ( 6 , 6 ) ;
54         Size = MAP_APPFONT ( 174 - 12 , 16 ) ;
55         WordBreak=TRUE;
56         Text [ en-US ] = "Please enter a name for the object to be created:";
57     };
59     FixedText FT_CATALOG
60     {
61         Pos = MAP_APPFONT ( 6 , 26 ) ;
62         Size = MAP_APPFONT ( 70 , 10 ) ;
63         Text [ en-US ] = "~Catalog";
64     };
65     ComboBox ET_CATALOG
66     {
67         Border = TRUE ;
68         Pos = MAP_APPFONT ( 77 , 25 ) ;
69         Size = MAP_APPFONT ( 89 , 12 ) ;
70         SVLook          = TRUE ;
71         TabStop         = TRUE ;
72         DropDown        = TRUE ;
73         AutoHScroll = TRUE ;
74     };
75     FixedText FT_SCHEMA
76     {
77         Pos = MAP_APPFONT ( 6 , 43 ) ;
78         Size = MAP_APPFONT ( 70 , 10 ) ;
79         Text [ en-US ] = "~Schema";
80     };
81     ComboBox ET_SCHEMA
82     {
83         Border = TRUE ;
84         Pos = MAP_APPFONT ( 77 , 42 ) ;
85         Size = MAP_APPFONT ( 89 , 12 ) ;
86         SVLook          = TRUE ;
87         TabStop         = TRUE ;
88         DropDown        = TRUE ;
89         AutoHScroll = TRUE ;
90     };
91     FixedText FT_TITLE
92     {
93         Pos = MAP_APPFONT ( 6 , 60 ) ;
94         Size = MAP_APPFONT ( 70 , 10 ) ;
95     };
96     Edit ET_TITLE
97     {
98         Border = TRUE ;
99         Pos = MAP_APPFONT ( 77 , 59 ) ;
100         Size = MAP_APPFONT ( 89 , 12 ) ;
101         TabStop = TRUE ;
102     };
103     OKButton PB_OK
104     {
105         Pos = MAP_APPFONT ( 6 , 77 ) ;
106         Size = MAP_APPFONT ( 50 , 14 ) ;
107         TabStop = TRUE ;
108         DefButton = TRUE ;
109     };
110     CancelButton PB_CANCEL
111     {
112         Pos = MAP_APPFONT ( 62 , 77 ) ;
113         Size = MAP_APPFONT ( 50 , 14 ) ;
114         TabStop = TRUE ;
115     };
116     HelpButton PB_HELP
117     {
118         Pos = MAP_APPFONT ( 118 , 77 ) ;
119         Size = MAP_APPFONT ( 50 , 14 ) ;
120         TabStop = TRUE ;
121     };
122      // String Resourcen ------------------------------------------------------------------
123     String STR_TBL_LABEL
124     {
125         Text [ en-US ] = "~Table Name" ;
126     };
127     String STR_VW_LABEL
128     {
129         Text [ en-US ] = "~Name of table view" ;
130     };
131     String STR_QRY_LABEL
132     {
133         Text [ en-US ] = "~Query name" ;
134     };
135     String STR_TITLE_RENAME
136     {
137         Text [ en-US ] = "Rename to";
138     };
139     String STR_TITLE_PASTE_AS
140     {
141         Text [ en-US ] = "Insert as";
142     };