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 "splitcelldlg.hrc" 26 27ModalDialog RID_SVX_SPLITCELLDLG 28{ 29 HelpID = "cui:ModalDialog:RID_SVX_SPLITCELLDLG"; 30 OutputSize = TRUE ; 31 SVLook = TRUE ; 32 Size = MAP_APPFONT ( 169 , 108 ) ; 33 Text [ en-US ] = "Split Cells" ; 34 Moveable = TRUE ; 35 36 OKButton BT_OK 37 { 38 Pos = MAP_APPFONT ( 115 , 6 ) ; 39 Size = MAP_APPFONT ( 50 , 14 ) ; 40 TabStop = TRUE ; 41 DefButton = TRUE ; 42 }; 43 CancelButton BT_CANCEL 44 { 45 Pos = MAP_APPFONT ( 115 , 23 ) ; 46 Size = MAP_APPFONT ( 50 , 14 ) ; 47 TabStop = TRUE ; 48 }; 49 HelpButton BT_HELP 50 { 51 Pos = MAP_APPFONT ( 115 , 43 ) ; 52 Size = MAP_APPFONT ( 50 , 14 ) ; 53 TabStop = TRUE ; 54 }; 55 FixedText FT_COUNT 56 { 57 Pos = MAP_APPFONT ( 12 , 16 ) ; 58 Size = MAP_APPFONT ( 67 , 8 ) ; 59 Text [ en-US ] = "~Split cell into" ; 60 Left = TRUE ; 61 }; 62 NumericField ED_COUNT 63 { 64 HelpID = "cui:NumericField:RID_SVX_SPLITCELLDLG:ED_COUNT"; 65 Border = TRUE ; 66 Pos = MAP_APPFONT ( 82 , 14 ) ; 67 Size = MAP_APPFONT ( 21 , 12 ) ; 68 TabStop = TRUE ; 69 Left = TRUE ; 70 Right = TRUE ; 71 Repeat = TRUE ; 72 Spin = TRUE ; 73 Minimum = 2 ; 74 Maximum = 20 ; 75 First = 2 ; 76 Last = 5 ; 77 }; 78 FixedLine FL_COUNT 79 { 80 Pos = MAP_APPFONT ( 6 , 3 ) ; 81 Size = MAP_APPFONT ( 103 , 8 ) ; 82 Text [ en-US ] = "Split" ; 83 }; 84 ImageRadioButton RB_HORZ 85 { 86 HelpID = "cui:ImageRadioButton:RID_SVX_SPLITCELLDLG:RB_HORZ"; 87 Pos = MAP_APPFONT ( 12 , 47 ) ; 88 Size = MAP_APPFONT ( 90 , 18 ) ; 89 Group = TRUE; 90 Text [ en-US ] = "H~orizontally" ; 91 RadioButtonImage = Image 92 { 93 ImageBitmap = Bitmap { File = "zetlhor2.bmp" ; }; 94 }; 95 TabStop = TRUE ; 96 Check = TRUE ; 97 }; 98 CheckBox CB_PROP 99 { 100 HelpID = "cui:CheckBox:RID_SVX_SPLITCELLDLG:CB_PROP"; 101 Pos = MAP_APPFONT ( 18 , 68 ) ; 102 Size = MAP_APPFONT ( 91 , 12 ) ; 103 Text [ en-US ] = "~Into equal proportions"; 104 }; 105 Image BMP_SPLIT_VERT 106 { 107 ImageBitmap = Bitmap { File = "zetlver2_h.bmp" ; }; 108 }; 109 Image BMP_SPLIT_HORZ 110 { 111 ImageBitmap = Bitmap { File = "zetlhor2_h.bmp" ; }; 112 }; 113 ImageRadioButton RB_VERT 114 { 115 HelpID = "cui:ImageRadioButton:RID_SVX_SPLITCELLDLG:RB_VERT"; 116 Pos = MAP_APPFONT ( 12 , 84 ) ; 117 Size = MAP_APPFONT ( 90 , 18 ) ; 118 Text [ en-US ] = "~Vertically" ; 119 RadioButtonImage = Image 120 { 121 ImageBitmap = Bitmap { File = "zetlver2.bmp" ; }; 122 }; 123 TabStop = TRUE ; 124 }; 125 FixedLine FL_DIR 126 { 127 Pos = MAP_APPFONT ( 6 , 36 ) ; 128 Size = MAP_APPFONT ( 103 , 8 ) ; 129 Text [ en-US ] = "Direction" ; 130 }; 131}; 132 133 134