xref: /AOO41X/main/sc/source/ui/miscdlgs/instbdlg.src (revision 82177cdbfc5fbca7e9a45fdfffbbaeb8a0d1d1a3)
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 "instbdlg.hrc"
25ModalDialog RID_SCDLG_INSERT_TABLE
26{
27    HelpID = "sc:ModalDialog:RID_SCDLG_INSERT_TABLE";
28    OutputSize = TRUE ;
29    SVLook = TRUE ;
30    Size = MAP_APPFONT ( 274 , 190 ) ;
31    /* ### ACHTUNG: Neuer Text in Resource? Tabelle einf�gen : Tabelle einf�gen */
32    Text [ en-US ] = "Insert Sheet" ;
33    Moveable = TRUE ;
34    Closeable = TRUE ;
35    OKButton BTN_OK
36    {
37        Pos = MAP_APPFONT ( 218 , 6 ) ;
38        Size = MAP_APPFONT ( 50 , 14 ) ;
39        DefButton = TRUE ;
40    };
41    CancelButton BTN_CANCEL
42    {
43        Pos = MAP_APPFONT ( 218 , 23 ) ;
44        Size = MAP_APPFONT ( 50 , 14 ) ;
45    };
46    HelpButton BTN_HELP
47    {
48        Pos = MAP_APPFONT ( 218 , 43 ) ;
49        Size = MAP_APPFONT ( 50 , 14 ) ;
50    };
51    FixedLine FL_POSITION
52    {
53        Pos = MAP_APPFONT ( 6 , 3 ) ;
54        Size = MAP_APPFONT ( 206 , 8 ) ;
55        Text [ en-US ] = "Position" ;
56    };
57    RadioButton RB_BEFORE
58    {
59        HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEFORE";
60        Pos = MAP_APPFONT ( 12 , 14 ) ;
61        Size = MAP_APPFONT ( 197 , 10 ) ;
62        TabStop = TRUE ;
63        Text [ en-US ] = "B~efore current sheet" ;
64    };
65    RadioButton RB_BEHIND
66    {
67        HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEHIND";
68        Pos = MAP_APPFONT ( 12 , 28 ) ;
69        Size = MAP_APPFONT ( 197 , 10 ) ;
70        TabStop = TRUE ;
71        Text [ en-US ] = "~After current sheet" ;
72    };
73    FixedLine FL_TABLE
74    {
75        Pos = MAP_APPFONT ( 6 , 44 ) ;
76        Size = MAP_APPFONT ( 206 , 8 ) ;
77        Text [ en-US ] = "Sheet" ;
78    };
79    RadioButton RB_NEW
80    {
81        HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_NEW";
82        Pos = MAP_APPFONT ( 12 , 55 ) ;
83        Size = MAP_APPFONT ( 197 , 10 ) ;
84        Text [ en-US ] = "~New sheet" ;
85    };
86    FixedText FT_COUNT
87    {
88        Pos = MAP_APPFONT ( 20 , 68 ) ;
89        Size = MAP_APPFONT ( 52 , 8 ) ;
90        Text [ en-US ] = "N~o. of sheets" ;
91    };
92    NumericField NF_COUNT
93    {
94        HelpID = "sc:NumericField:RID_SCDLG_INSERT_TABLE:NF_COUNT";
95        Border = TRUE ;
96        Pos = MAP_APPFONT ( 72 , 66 ) ;
97        Size = MAP_APPFONT ( 30 , 12 ) ;
98        TabStop = TRUE ;
99        Spin = TRUE ;
100        SpinSize = 1 ;
101        Repeat = TRUE ;
102        Minimum = 1 ;
103        Maximum = 256 ;
104    };
105    FixedText FT_NAME
106    {
107        Pos = MAP_APPFONT ( 20 , 84 ) ;
108        Size = MAP_APPFONT ( 50 , 8 ) ;
109        Text [ en-US ] = "Na~me";
110    };
111    Edit ED_TABNAME
112    {
113        HelpID = "sc:Edit:RID_SCDLG_INSERT_TABLE:ED_TABNAME";
114        Border = TRUE ;
115        Pos = MAP_APPFONT ( 72 , 82 ) ;
116        Size = MAP_APPFONT ( 137 , 12 ) ;
117    };
118    RadioButton RB_FROMFILE
119    {
120        HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_FROMFILE";
121        Pos = MAP_APPFONT ( 12 , 100 ) ;
122        Size = MAP_APPFONT ( 197 , 10 ) ;
123        Text [ en-US ] = "~From file" ;
124    };
125    MultiListBox LB_TABLES
126    {
127        HelpID = "sc:MultiListBox:RID_SCDLG_INSERT_TABLE:LB_TABLES";
128        SimpleMode = TRUE ;
129        Border = TRUE ;
130        Pos = MAP_APPFONT ( 20 , 113 ) ;
131        Size = MAP_APPFONT ( 123 , 59 ) ;
132        AutoHScroll = TRUE ;
133    };
134    PushButton BTN_BROWSE
135    {
136        HelpID = "sc:PushButton:RID_SCDLG_INSERT_TABLE:BTN_BROWSE";
137        Pos = MAP_APPFONT ( 149 , 113 ) ;
138        Size = MAP_APPFONT ( 60 , 14 ) ;
139        Text [ en-US ] = "~Browse..." ;
140    };
141    CheckBox CB_LINK
142    {
143        HelpID = "sc:CheckBox:RID_SCDLG_INSERT_TABLE:CB_LINK";
144        Pos = MAP_APPFONT ( 149 , 131 ) ;
145        Size = MAP_APPFONT ( 60 , 10 ) ;
146        /* ### ACHTUNG: Neuer Text in Resource? Ver~kn�pfen : Ver~kn�pfen */
147        Text [ en-US ] = "Lin~k" ;
148    };
149    FixedText FT_PATH
150    {
151        Pos = MAP_APPFONT ( 20 , 176 ) ;
152        Size = MAP_APPFONT ( 192 , 8 ) ;
153    };
154};
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191