xref: /AOO42X/main/cui/source/dialogs/insrc.src (revision 6ebe9162bcb7937500d8087dc13985155cdbee45)
10e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
40e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
50e2af6afSAndrew Rist * distributed with this work for additional information
60e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
90e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
140e2af6afSAndrew Rist * software distributed under the License is distributed on an
150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
160e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
170e2af6afSAndrew Rist * specific language governing permissions and limitations
180e2af6afSAndrew Rist * under the License.
19cdf0e10cSrcweir *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include <cuires.hrc>
25cdf0e10cSrcweir#include "insrc.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweirModalDialog DLG_INS_ROW_COL
28cdf0e10cSrcweir{
29cdf0e10cSrcweir    HelpID = "cui:ModalDialog:DLG_INS_ROW_COL" ;
30cdf0e10cSrcweir    OutputSize = TRUE ;
31cdf0e10cSrcweir    SVLook = TRUE ;
32cdf0e10cSrcweir    Size = MAP_APPFONT ( 136 , 84 ) ;
33cdf0e10cSrcweir    Moveable = TRUE ;
34cdf0e10cSrcweir    OKButton BT_OK
35cdf0e10cSrcweir    {
36cdf0e10cSrcweir        Pos = MAP_APPFONT ( 80 , 6 ) ;
37cdf0e10cSrcweir        Size = MAP_APPFONT ( 50 , 14 ) ;
38cdf0e10cSrcweir        TabStop = TRUE ;
39cdf0e10cSrcweir        DefButton = TRUE ;
40cdf0e10cSrcweir    };
41cdf0e10cSrcweir    CancelButton BT_CANCEL
42cdf0e10cSrcweir    {
43cdf0e10cSrcweir        Pos = MAP_APPFONT ( 80 , 23 ) ;
44cdf0e10cSrcweir        Size = MAP_APPFONT ( 50 , 14 ) ;
45cdf0e10cSrcweir        TabStop = TRUE ;
46cdf0e10cSrcweir    };
47cdf0e10cSrcweir    HelpButton BT_HELP
48cdf0e10cSrcweir    {
49cdf0e10cSrcweir        Pos = MAP_APPFONT ( 80 , 43 ) ;
50cdf0e10cSrcweir        Size = MAP_APPFONT ( 50 , 14 ) ;
51cdf0e10cSrcweir        TabStop = TRUE ;
52cdf0e10cSrcweir    };
53cdf0e10cSrcweir    RadioButton CB_POS_BEFORE
54cdf0e10cSrcweir    {
55cdf0e10cSrcweir        HelpID = "cui:RadioButton:DLG_INS_ROW_COL:CB_POS_BEFORE" ;
56cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 49 ) ;
57cdf0e10cSrcweir        Size = MAP_APPFONT ( 56 , 10 ) ;
58cdf0e10cSrcweir        Text [ en-US ] = "~Before" ;
59cdf0e10cSrcweir        TabStop = TRUE ;
60cdf0e10cSrcweir    };
61cdf0e10cSrcweir    RadioButton CB_POS_AFTER
62cdf0e10cSrcweir    {
63cdf0e10cSrcweir        HelpID = "cui:RadioButton:DLG_INS_ROW_COL:CB_POS_AFTER" ;
64cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 62 ) ;
65cdf0e10cSrcweir        Size = MAP_APPFONT ( 56 , 10 ) ;
66cdf0e10cSrcweir        Text [ en-US ] = "A~fter" ;
67cdf0e10cSrcweir        TabStop = TRUE ;
68cdf0e10cSrcweir        Check = TRUE ;
69cdf0e10cSrcweir    };
70cdf0e10cSrcweir    NumericField ED_COUNT
71cdf0e10cSrcweir    {
72cdf0e10cSrcweir        HelpID = "cui:NumericField:DLG_INS_ROW_COL:ED_COUNT" ;
73cdf0e10cSrcweir        Border = TRUE ;
74cdf0e10cSrcweir        Pos = MAP_APPFONT ( 44 , 14 ) ;
75cdf0e10cSrcweir        Size = MAP_APPFONT ( 24 , 12 ) ;
76cdf0e10cSrcweir        TabStop = TRUE ;
77cdf0e10cSrcweir        Left = TRUE ;
78cdf0e10cSrcweir        Repeat = TRUE ;
79cdf0e10cSrcweir        Spin = TRUE ;
80cdf0e10cSrcweir        Minimum = 1 ;
81cdf0e10cSrcweir        Maximum = 99 ;
82cdf0e10cSrcweir        Value = 1 ;
83cdf0e10cSrcweir        First = 1 ;
84cdf0e10cSrcweir        Last = 5 ;
85cdf0e10cSrcweir    };
86cdf0e10cSrcweir    FixedLine FL_INS
87cdf0e10cSrcweir    {
88cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 3 ) ;
89cdf0e10cSrcweir        Size = MAP_APPFONT ( 68 , 8 ) ;
90cdf0e10cSrcweir        Text [ en-US ] = "Insert" ;
91cdf0e10cSrcweir    };
92cdf0e10cSrcweir    FixedLine FL_POS
93cdf0e10cSrcweir    {
94cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 38 ) ;
95cdf0e10cSrcweir        Size = MAP_APPFONT ( 68 , 8 ) ;
96cdf0e10cSrcweir        Text [ en-US ] = "Position" ;
97cdf0e10cSrcweir    };
98cdf0e10cSrcweir    FixedText FT_COUNT
99cdf0e10cSrcweir    {
100cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 16 ) ;
101cdf0e10cSrcweir        Size = MAP_APPFONT ( 30 , 8 ) ;
102cdf0e10cSrcweir        Text [ en-US ] = "~Number" ;
103cdf0e10cSrcweir        Left = TRUE ;
104cdf0e10cSrcweir    };
105cdf0e10cSrcweir    String STR_ROW
106cdf0e10cSrcweir    {
107*6ebe9162Smseidel        Text [ en-US ] = " Insert Rows" ;
108cdf0e10cSrcweir    };
109cdf0e10cSrcweir    String STR_COL
110cdf0e10cSrcweir    {
111*6ebe9162Smseidel        Text [ en-US ] = " Insert Columns" ;
112cdf0e10cSrcweir    };
113cdf0e10cSrcweir};
114b03844c4Smseidel
115b03844c4Smseidel// ********************************************************************** EOF
116