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