xref: /AOO41X/main/cui/source/dialogs/insrc.src (revision 0e2af6af91e132b42f4dfba722979876af246a8a)
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
25#include <cuires.hrc>
26#include "insrc.hrc"
27
28ModalDialog DLG_INS_ROW_COL
29{
30    HelpID = "cui:ModalDialog:DLG_INS_ROW_COL";
31    OutputSize = TRUE ;
32    SVLook = TRUE ;
33    Size = MAP_APPFONT ( 136 , 84 ) ;
34    Text [ en-US ] = "Insert" ;
35    Moveable = TRUE ;
36    OKButton BT_OK
37    {
38        Pos = MAP_APPFONT ( 80 , 6 ) ;
39        Size = MAP_APPFONT ( 50 , 14 ) ;
40        TabStop = TRUE ;
41        DefButton = TRUE ;
42    };
43    CancelButton BT_CANCEL
44    {
45        Pos = MAP_APPFONT ( 80 , 23 ) ;
46        Size = MAP_APPFONT ( 50 , 14 ) ;
47        TabStop = TRUE ;
48    };
49    HelpButton BT_HELP
50    {
51        Pos = MAP_APPFONT ( 80 , 43 ) ;
52        Size = MAP_APPFONT ( 50 , 14 ) ;
53        TabStop = TRUE ;
54    };
55    RadioButton CB_POS_BEFORE
56    {
57        HelpID = "cui:RadioButton:DLG_INS_ROW_COL:CB_POS_BEFORE";
58        Pos = MAP_APPFONT ( 12 , 49 ) ;
59        Size = MAP_APPFONT ( 56 , 10 ) ;
60        Text [ en-US ] = "~Before" ;
61        TabStop = TRUE ;
62    };
63    RadioButton CB_POS_AFTER
64    {
65        HelpID = "cui:RadioButton:DLG_INS_ROW_COL:CB_POS_AFTER";
66        Pos = MAP_APPFONT ( 12 , 62 ) ;
67        Size = MAP_APPFONT ( 56 , 10 ) ;
68        Text [ en-US ] = "A~fter" ;
69        TabStop = TRUE ;
70        Check = TRUE ;
71    };
72    NumericField ED_COUNT
73    {
74        HelpID = "cui:NumericField:DLG_INS_ROW_COL:ED_COUNT";
75        Border = TRUE ;
76        Pos = MAP_APPFONT ( 44 , 14 ) ;
77        Size = MAP_APPFONT ( 24 , 12 ) ;
78        TabStop = TRUE ;
79        Left = TRUE ;
80        Repeat = TRUE ;
81        Spin = TRUE ;
82        Minimum = 1 ;
83        Maximum = 99 ;
84        Value = 1 ;
85        First = 1 ;
86        Last = 5 ;
87    };
88    FixedLine FL_INS
89    {
90        Pos = MAP_APPFONT ( 6 , 3 ) ;
91        Size = MAP_APPFONT ( 68 , 8 ) ;
92        Text [ en-US ] = "Insert" ;
93    };
94    FixedLine FL_POS
95    {
96        Pos = MAP_APPFONT ( 6 , 38 ) ;
97        Size = MAP_APPFONT ( 68 , 8 ) ;
98        Text [ en-US ] = "Position";
99    };
100    FixedText FT_COUNT
101    {
102        Pos = MAP_APPFONT ( 12 , 16 ) ;
103        Size = MAP_APPFONT ( 30 , 8 ) ;
104        Text [ en-US ] = "~Number" ;
105        Left = TRUE ;
106    };
107    String STR_ROW
108    {
109        Text [ en-US ] = " Rows" ;
110    };
111    String STR_COL
112    {
113        Text [ en-US ] = " Columns" ;
114    };
115};
116