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