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 24#include "instbdlg.hrc" 25ModalDialog RID_SCDLG_INSERT_TABLE 26{
| 20 *************************************************************/ 21 22 23 24#include "instbdlg.hrc" 25ModalDialog RID_SCDLG_INSERT_TABLE 26{
|
27 HelpID = "sc:ModalDialog:RID_SCDLG_INSERT_TABLE";
| 27 HelpID = "sc:ModalDialog:RID_SCDLG_INSERT_TABLE" ;
|
28 OutputSize = TRUE ; 29 SVLook = TRUE ;
| 28 OutputSize = TRUE ; 29 SVLook = TRUE ;
|
30 Size = MAP_APPFONT ( 274 , 190 ) ; 31 /* ### ACHTUNG: Neuer Text in Resource? Tabelle einf�gen : Tabelle einf�gen */
| 30 Size = MAP_APPFONT ( 274, 190 ) ;
|
32 Text [ en-US ] = "Insert Sheet" ; 33 Moveable = TRUE ; 34 Closeable = TRUE ; 35 OKButton BTN_OK 36 {
| 31 Text [ en-US ] = "Insert Sheet" ; 32 Moveable = TRUE ; 33 Closeable = TRUE ; 34 OKButton BTN_OK 35 {
|
37 Pos = MAP_APPFONT ( 218 , 6 ) ; 38 Size = MAP_APPFONT ( 50 , 14 ) ;
| 36 Pos = MAP_APPFONT ( 218, 6 ) ; 37 Size = MAP_APPFONT ( 50, 14 ) ;
|
39 DefButton = TRUE ; 40 }; 41 CancelButton BTN_CANCEL 42 {
| 38 DefButton = TRUE ; 39 }; 40 CancelButton BTN_CANCEL 41 {
|
43 Pos = MAP_APPFONT ( 218 , 23 ) ; 44 Size = MAP_APPFONT ( 50 , 14 ) ;
| 42 Pos = MAP_APPFONT ( 218, 23 ) ; 43 Size = MAP_APPFONT ( 50, 14 ) ;
|
45 }; 46 HelpButton BTN_HELP 47 {
| 44 }; 45 HelpButton BTN_HELP 46 {
|
48 Pos = MAP_APPFONT ( 218 , 43 ) ; 49 Size = MAP_APPFONT ( 50 , 14 ) ;
| 47 Pos = MAP_APPFONT ( 218, 43 ) ; 48 Size = MAP_APPFONT ( 50, 14 ) ;
|
50 }; 51 FixedLine FL_POSITION 52 {
| 49 }; 50 FixedLine FL_POSITION 51 {
|
53 Pos = MAP_APPFONT ( 6 , 3 ) ; 54 Size = MAP_APPFONT ( 206 , 8 ) ;
| 52 Pos = MAP_APPFONT ( 6, 3 ) ; 53 Size = MAP_APPFONT ( 206, 8 ) ;
|
55 Text [ en-US ] = "Position" ; 56 }; 57 RadioButton RB_BEFORE 58 {
| 54 Text [ en-US ] = "Position" ; 55 }; 56 RadioButton RB_BEFORE 57 {
|
59 HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEFORE"; 60 Pos = MAP_APPFONT ( 12 , 14 ) ; 61 Size = MAP_APPFONT ( 197 , 10 ) ;
| 58 HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEFORE" ; 59 Pos = MAP_APPFONT ( 12, 14 ) ; 60 Size = MAP_APPFONT ( 197, 10 ) ;
|
62 TabStop = TRUE ; 63 Text [ en-US ] = "B~efore current sheet" ; 64 }; 65 RadioButton RB_BEHIND 66 {
| 61 TabStop = TRUE ; 62 Text [ en-US ] = "B~efore current sheet" ; 63 }; 64 RadioButton RB_BEHIND 65 {
|
67 HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEHIND"; 68 Pos = MAP_APPFONT ( 12 , 28 ) ; 69 Size = MAP_APPFONT ( 197 , 10 ) ;
| 66 HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEHIND" ; 67 Pos = MAP_APPFONT ( 12, 28 ) ; 68 Size = MAP_APPFONT ( 197, 10 ) ;
|
70 TabStop = TRUE ; 71 Text [ en-US ] = "~After current sheet" ; 72 }; 73 FixedLine FL_TABLE 74 {
| 69 TabStop = TRUE ; 70 Text [ en-US ] = "~After current sheet" ; 71 }; 72 FixedLine FL_TABLE 73 {
|
75 Pos = MAP_APPFONT ( 6 , 44 ) ; 76 Size = MAP_APPFONT ( 206 , 8 ) ;
| 74 Pos = MAP_APPFONT ( 6, 44 ) ; 75 Size = MAP_APPFONT ( 206, 8 ) ;
|
77 Text [ en-US ] = "Sheet" ; 78 }; 79 RadioButton RB_NEW 80 {
| 76 Text [ en-US ] = "Sheet" ; 77 }; 78 RadioButton RB_NEW 79 {
|
81 HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_NEW"; 82 Pos = MAP_APPFONT ( 12 , 55 ) ; 83 Size = MAP_APPFONT ( 197 , 10 ) ;
| 80 HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_NEW" ; 81 Pos = MAP_APPFONT ( 12, 55 ) ; 82 Size = MAP_APPFONT ( 197, 10 ) ;
|
84 Text [ en-US ] = "~New sheet" ; 85 }; 86 FixedText FT_COUNT 87 {
| 83 Text [ en-US ] = "~New sheet" ; 84 }; 85 FixedText FT_COUNT 86 {
|
88 Pos = MAP_APPFONT ( 20 , 68 ) ; 89 Size = MAP_APPFONT ( 52 , 8 ) ;
| 87 Pos = MAP_APPFONT ( 20, 68 ) ; 88 Size = MAP_APPFONT ( 52, 8 ) ;
|
90 Text [ en-US ] = "N~o. of sheets" ; 91 }; 92 NumericField NF_COUNT 93 {
| 89 Text [ en-US ] = "N~o. of sheets" ; 90 }; 91 NumericField NF_COUNT 92 {
|
94 HelpID = "sc:NumericField:RID_SCDLG_INSERT_TABLE:NF_COUNT";
| 93 HelpID = "sc:NumericField:RID_SCDLG_INSERT_TABLE:NF_COUNT" ;
|
95 Border = TRUE ;
| 94 Border = TRUE ;
|
96 Pos = MAP_APPFONT ( 72 , 66 ) ; 97 Size = MAP_APPFONT ( 30 , 12 ) ;
| 95 Pos = MAP_APPFONT ( 72, 66 ) ; 96 Size = MAP_APPFONT ( 30, 12 ) ;
|
98 TabStop = TRUE ; 99 Spin = TRUE ;
| 97 TabStop = TRUE ; 98 Spin = TRUE ;
|
100 SpinSize = 1 ;
| 99 SpinSize = 1 ;
|
101 Repeat = TRUE ;
| 100 Repeat = TRUE ;
|
102 Minimum = 1 ;
| 101 Minimum = 1 ;
|
103 Maximum = 256 ; 104 }; 105 FixedText FT_NAME 106 {
| 102 Maximum = 256 ; 103 }; 104 FixedText FT_NAME 105 {
|
107 Pos = MAP_APPFONT ( 20 , 84 ) ; 108 Size = MAP_APPFONT ( 50 , 8 ) ; 109 Text [ en-US ] = "Na~me";
| 106 Pos = MAP_APPFONT ( 20, 84 ) ; 107 Size = MAP_APPFONT ( 50, 8 ) ; 108 Text [ en-US ] = "Na~me" ;
|
110 }; 111 Edit ED_TABNAME 112 {
| 109 }; 110 Edit ED_TABNAME 111 {
|
113 HelpID = "sc:Edit:RID_SCDLG_INSERT_TABLE:ED_TABNAME";
| 112 HelpID = "sc:Edit:RID_SCDLG_INSERT_TABLE:ED_TABNAME" ;
|
114 Border = TRUE ;
| 113 Border = TRUE ;
|
115 Pos = MAP_APPFONT ( 72 , 82 ) ; 116 Size = MAP_APPFONT ( 137 , 12 ) ;
| 114 Pos = MAP_APPFONT ( 72, 82 ) ; 115 Size = MAP_APPFONT ( 137, 12 ) ;
|
117 }; 118 RadioButton RB_FROMFILE 119 {
| 116 }; 117 RadioButton RB_FROMFILE 118 {
|
120 HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_FROMFILE"; 121 Pos = MAP_APPFONT ( 12 , 100 ) ; 122 Size = MAP_APPFONT ( 197 , 10 ) ;
| 119 HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_FROMFILE" ; 120 Pos = MAP_APPFONT ( 12, 100 ) ; 121 Size = MAP_APPFONT ( 197, 10 ) ;
|
123 Text [ en-US ] = "~From file" ; 124 }; 125 MultiListBox LB_TABLES 126 {
| 122 Text [ en-US ] = "~From file" ; 123 }; 124 MultiListBox LB_TABLES 125 {
|
127 HelpID = "sc:MultiListBox:RID_SCDLG_INSERT_TABLE:LB_TABLES";
| 126 HelpID = "sc:MultiListBox:RID_SCDLG_INSERT_TABLE:LB_TABLES" ;
|
128 SimpleMode = TRUE ; 129 Border = TRUE ;
| 127 SimpleMode = TRUE ; 128 Border = TRUE ;
|
130 Pos = MAP_APPFONT ( 20 , 113 ) ; 131 Size = MAP_APPFONT ( 123 , 59 ) ;
| 129 Pos = MAP_APPFONT ( 20, 113 ) ; 130 Size = MAP_APPFONT ( 123, 59 ) ;
|
132 AutoHScroll = TRUE ; 133 }; 134 PushButton BTN_BROWSE 135 {
| 131 AutoHScroll = TRUE ; 132 }; 133 PushButton BTN_BROWSE 134 {
|
136 HelpID = "sc:PushButton:RID_SCDLG_INSERT_TABLE:BTN_BROWSE"; 137 Pos = MAP_APPFONT ( 149 , 113 ) ; 138 Size = MAP_APPFONT ( 60 , 14 ) ;
| 135 HelpID = "sc:PushButton:RID_SCDLG_INSERT_TABLE:BTN_BROWSE" ; 136 Pos = MAP_APPFONT ( 149, 113 ) ; 137 Size = MAP_APPFONT ( 60, 14 ) ;
|
139 Text [ en-US ] = "~Browse..." ; 140 }; 141 CheckBox CB_LINK 142 {
| 138 Text [ en-US ] = "~Browse..." ; 139 }; 140 CheckBox CB_LINK 141 {
|
143 HelpID = "sc:CheckBox:RID_SCDLG_INSERT_TABLE:CB_LINK"; 144 Pos = MAP_APPFONT ( 149 , 131 ) ; 145 Size = MAP_APPFONT ( 60 , 10 ) ; 146 /* ### ACHTUNG: Neuer Text in Resource? Ver~kn�pfen : Ver~kn�pfen */
| 142 HelpID = "sc:CheckBox:RID_SCDLG_INSERT_TABLE:CB_LINK" ; 143 Pos = MAP_APPFONT ( 149, 131 ) ; 144 Size = MAP_APPFONT ( 60, 10 ) ;
|
147 Text [ en-US ] = "Lin~k" ; 148 }; 149 FixedText FT_PATH 150 {
| 145 Text [ en-US ] = "Lin~k" ; 146 }; 147 FixedText FT_PATH 148 {
|
151 Pos = MAP_APPFONT ( 20 , 176 ) ; 152 Size = MAP_APPFONT ( 192 , 8 ) ;
| 149 Pos = MAP_APPFONT ( 20, 176 ) ; 150 Size = MAP_APPFONT ( 192, 8 ) ;
|
153 }; 154}; 155
| 151 }; 152}; 153
|
156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190
| 154// ********************************************************************** EOF
|
| |