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