182177cdbSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 382177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 482177cdbSAndrew Rist * or more contributor license agreements. See the NOTICE file 582177cdbSAndrew Rist * distributed with this work for additional information 682177cdbSAndrew Rist * regarding copyright ownership. The ASF licenses this file 782177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the 882177cdbSAndrew Rist * "License"); you may not use this file except in compliance 982177cdbSAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 1182177cdbSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 1382177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing, 1482177cdbSAndrew Rist * software distributed under the License is distributed on an 1582177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1682177cdbSAndrew Rist * KIND, either express or implied. See the License for the 1782177cdbSAndrew Rist * specific language governing permissions and limitations 1882177cdbSAndrew Rist * under the License. 19cdf0e10cSrcweir * 2082177cdbSAndrew Rist *************************************************************/ 2182177cdbSAndrew Rist 22cdf0e10cSrcweir#include "instbdlg.hrc" 23cdf0e10cSrcweirModalDialog RID_SCDLG_INSERT_TABLE 24cdf0e10cSrcweir{ 25cdf0e10cSrcweir HelpID = "sc:ModalDialog:RID_SCDLG_INSERT_TABLE" ; 26cdf0e10cSrcweir OutputSize = TRUE ; 27cdf0e10cSrcweir SVLook = TRUE ; 28cdf0e10cSrcweir Size = MAP_APPFONT ( 274, 190 ) ; 29cdf0e10cSrcweir Text [ en-US ] = "Insert Sheet" ; 30cdf0e10cSrcweir Moveable = TRUE ; 31cdf0e10cSrcweir Closeable = TRUE ; 32cdf0e10cSrcweir OKButton BTN_OK 33cdf0e10cSrcweir { 34cdf0e10cSrcweir Pos = MAP_APPFONT ( 218, 6 ) ; 35cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 14 ) ; 36cdf0e10cSrcweir DefButton = TRUE ; 37cdf0e10cSrcweir }; 38cdf0e10cSrcweir CancelButton BTN_CANCEL 39cdf0e10cSrcweir { 40cdf0e10cSrcweir Pos = MAP_APPFONT ( 218, 23 ) ; 41cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 14 ) ; 42cdf0e10cSrcweir }; 43cdf0e10cSrcweir HelpButton BTN_HELP 44cdf0e10cSrcweir { 45cdf0e10cSrcweir Pos = MAP_APPFONT ( 218, 43 ) ; 46cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 14 ) ; 47cdf0e10cSrcweir }; 48cdf0e10cSrcweir FixedLine FL_POSITION 49cdf0e10cSrcweir { 50cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 3 ) ; 51cdf0e10cSrcweir Size = MAP_APPFONT ( 206, 8 ) ; 52cdf0e10cSrcweir Text [ en-US ] = "Position" ; 53cdf0e10cSrcweir }; 54cdf0e10cSrcweir RadioButton RB_BEFORE 55cdf0e10cSrcweir { 56cdf0e10cSrcweir HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEFORE" ; 57cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 14 ) ; 58cdf0e10cSrcweir Size = MAP_APPFONT ( 197, 10 ) ; 59cdf0e10cSrcweir TabStop = TRUE ; 60cdf0e10cSrcweir Text [ en-US ] = "B~efore current sheet" ; 61cdf0e10cSrcweir }; 62cdf0e10cSrcweir RadioButton RB_BEHIND 63cdf0e10cSrcweir { 64cdf0e10cSrcweir HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEHIND" ; 65cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 28 ) ; 66cdf0e10cSrcweir Size = MAP_APPFONT ( 197, 10 ) ; 67cdf0e10cSrcweir TabStop = TRUE ; 68cdf0e10cSrcweir Text [ en-US ] = "~After current sheet" ; 69cdf0e10cSrcweir }; 70cdf0e10cSrcweir FixedLine FL_TABLE 71cdf0e10cSrcweir { 72cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 44 ) ; 73cdf0e10cSrcweir Size = MAP_APPFONT ( 206, 8 ) ; 74cdf0e10cSrcweir Text [ en-US ] = "Sheet" ; 75cdf0e10cSrcweir }; 76cdf0e10cSrcweir RadioButton RB_NEW 77cdf0e10cSrcweir { 78cdf0e10cSrcweir HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_NEW" ; 79cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 55 ) ; 80cdf0e10cSrcweir Size = MAP_APPFONT ( 197, 10 ) ; 81cdf0e10cSrcweir Text [ en-US ] = "~New sheet" ; 82cdf0e10cSrcweir }; 83cdf0e10cSrcweir FixedText FT_COUNT 84cdf0e10cSrcweir { 85cdf0e10cSrcweir Pos = MAP_APPFONT ( 20, 68 ) ; 86cdf0e10cSrcweir Size = MAP_APPFONT ( 52, 8 ) ; 87cdf0e10cSrcweir Text [ en-US ] = "N~o. of sheets" ; 88cdf0e10cSrcweir }; 89cdf0e10cSrcweir NumericField NF_COUNT 90cdf0e10cSrcweir { 91cdf0e10cSrcweir HelpID = "sc:NumericField:RID_SCDLG_INSERT_TABLE:NF_COUNT" ; 92cdf0e10cSrcweir Border = TRUE ; 93cdf0e10cSrcweir Pos = MAP_APPFONT ( 72, 66 ) ; 94cdf0e10cSrcweir Size = MAP_APPFONT ( 30, 12 ) ; 95cdf0e10cSrcweir TabStop = TRUE ; 96cdf0e10cSrcweir Spin = TRUE ; 97cdf0e10cSrcweir SpinSize = 1 ; 98cdf0e10cSrcweir Repeat = TRUE ; 99cdf0e10cSrcweir Minimum = 1 ; 100cdf0e10cSrcweir Maximum = 256 ; 101cdf0e10cSrcweir }; 102cdf0e10cSrcweir FixedText FT_NAME 103cdf0e10cSrcweir { 104cdf0e10cSrcweir Pos = MAP_APPFONT ( 20, 84 ) ; 105cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 8 ) ; 106cdf0e10cSrcweir Text [ en-US ] = "Na~me" ; 107cdf0e10cSrcweir }; 108cdf0e10cSrcweir Edit ED_TABNAME 109cdf0e10cSrcweir { 110cdf0e10cSrcweir HelpID = "sc:Edit:RID_SCDLG_INSERT_TABLE:ED_TABNAME" ; 111cdf0e10cSrcweir Border = TRUE ; 112cdf0e10cSrcweir Pos = MAP_APPFONT ( 72, 82 ) ; 113cdf0e10cSrcweir Size = MAP_APPFONT ( 137, 12 ) ; 114cdf0e10cSrcweir }; 115cdf0e10cSrcweir RadioButton RB_FROMFILE 116cdf0e10cSrcweir { 117cdf0e10cSrcweir HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_FROMFILE" ; 118cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 100 ) ; 119cdf0e10cSrcweir Size = MAP_APPFONT ( 197, 10 ) ; 120cdf0e10cSrcweir Text [ en-US ] = "~From file" ; 121cdf0e10cSrcweir }; 122cdf0e10cSrcweir MultiListBox LB_TABLES 123cdf0e10cSrcweir { 124cdf0e10cSrcweir HelpID = "sc:MultiListBox:RID_SCDLG_INSERT_TABLE:LB_TABLES" ; 125cdf0e10cSrcweir SimpleMode = TRUE ; 126cdf0e10cSrcweir Border = TRUE ; 127cdf0e10cSrcweir Pos = MAP_APPFONT ( 20, 113 ) ; 128cdf0e10cSrcweir Size = MAP_APPFONT ( 123, 59 ) ; 129cdf0e10cSrcweir AutoHScroll = TRUE ; 130cdf0e10cSrcweir }; 131cdf0e10cSrcweir PushButton BTN_BROWSE 132cdf0e10cSrcweir { 133cdf0e10cSrcweir HelpID = "sc:PushButton:RID_SCDLG_INSERT_TABLE:BTN_BROWSE" ; 134cdf0e10cSrcweir Pos = MAP_APPFONT ( 149, 113 ) ; 135cdf0e10cSrcweir Size = MAP_APPFONT ( 60, 14 ) ; 136cdf0e10cSrcweir Text [ en-US ] = "~Browse..." ; 137cdf0e10cSrcweir }; 138cdf0e10cSrcweir CheckBox CB_LINK 139cdf0e10cSrcweir { 140cdf0e10cSrcweir HelpID = "sc:CheckBox:RID_SCDLG_INSERT_TABLE:CB_LINK" ; 141cdf0e10cSrcweir Pos = MAP_APPFONT ( 149, 131 ) ; 142cdf0e10cSrcweir Size = MAP_APPFONT ( 60, 10 ) ; 143cdf0e10cSrcweir Text [ en-US ] = "Lin~k" ; 144cdf0e10cSrcweir }; 145cdf0e10cSrcweir FixedText FT_PATH 146cdf0e10cSrcweir { 147cdf0e10cSrcweir Pos = MAP_APPFONT ( 20, 176 ) ; 148cdf0e10cSrcweir Size = MAP_APPFONT ( 192, 8 ) ; 149cdf0e10cSrcweir }; 150cdf0e10cSrcweir}; 151cdf0e10cSrcweir 152*1253895eSmseidel// ********************************************************************** EOF 153