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 "table.hrc" 25#include "convert.hrc" 26#include "cmdid.h" 27#include "helpid.h" 28ModalDialog DLG_CONV_TEXT_TABLE 29{ 30 HelpID = CMD_FN_CONVERT_TEXT_TABLE ; 31 OUTPUTSIZE = TRUE ; 32 Size = MAP_APPFONT ( 203 , 169 ) ; 33 Text [ en-US ] = "Convert Table to Text" ; 34 MOVEABLE = TRUE ; 35 SVLOOK = TRUE ; 36 RadioButton CB_TAB 37 { 38 HelpID = "sw:RadioButton:DLG_CONV_TEXT_TABLE:CB_TAB"; 39 Pos = MAP_APPFONT ( 12 , 17 ) ; 40 Size = MAP_APPFONT ( 60 , 10 ) ; 41 Text [ en-US ] = "~Tabs" ; 42 TABSTOP = TRUE ; 43 Group = TRUE ; 44 Check = TRUE ; 45 }; 46 RadioButton CB_SEMI 47 { 48 HelpID = "sw:RadioButton:DLG_CONV_TEXT_TABLE:CB_SEMI"; 49 Pos = MAP_APPFONT ( 75 , 17 ) ; 50 Size = MAP_APPFONT ( 60 , 10 ) ; 51 Text [ en-US ] = "~Semicolons" ; 52 TABSTOP = TRUE ; 53 }; 54 RadioButton CB_PARA 55 { 56 HelpID = "sw:RadioButton:DLG_CONV_TEXT_TABLE:CB_PARA"; 57 Pos = MAP_APPFONT ( 12 , 33 ) ; 58 Size = MAP_APPFONT ( 60 , 10 ) ; 59 Text [ en-US ] = "~Paragraph" ; 60 TABSTOP = TRUE ; 61 }; 62 RadioButton RB_OTHER 63 { 64 HelpID = "sw:RadioButton:DLG_CONV_TEXT_TABLE:RB_OTHER"; 65 Pos = MAP_APPFONT ( 75 , 33 ) ; 66 Size = MAP_APPFONT ( 45 , 10 ) ; 67 Text [ en-US ] = "~Other: " ; 68 }; 69 Edit ED_OTHER 70 { 71 HelpID = "sw:Edit:DLG_CONV_TEXT_TABLE:ED_OTHER"; 72 Border = TRUE ; 73 Left = TRUE ; 74 Pos = MAP_APPFONT ( 123 , 32 ) ; 75 Size = MAP_APPFONT ( 9 , 12 ) ; 76 Text = "," ; 77 MaxTextLength = 1 ; 78 }; 79 CheckBox CB_KEEPCOLUMN 80 { 81 HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_KEEPCOLUMN"; 82 Pos = MAP_APPFONT ( 12 , 49 ) ; 83 Size = MAP_APPFONT ( 128 , 10 ) ; 84 Check = TRUE; 85 Hide = TRUE ; 86 Text [ en-US ] = "Equal width for all columns" ; 87 }; 88 FixedLine FL_DELIM 89 { 90 Pos = MAP_APPFONT ( 6 , 3 ) ; 91 Size = MAP_APPFONT ( 135 , 8 ) ; 92 Text [ en-US ] = "Separate text at" ; 93 Group = TRUE ; 94 }; 95 CheckBox CB_HEADER 96 { 97 HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_HEADER"; 98 Pos = MAP_APPFONT ( 12 , 84 ) ; 99 Size = MAP_APPFONT ( 123 , 10 ) ; 100 TabStop = TRUE ; 101 Text [ en-US ] = "Heading"; 102 }; 103 CheckBox CB_REPEAT_HEADER 104 { 105 HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_REPEAT_HEADER"; 106 Pos = MAP_APPFONT ( 22 , 97 ) ; 107 Size = MAP_APPFONT ( 113 , 10 ) ; 108 Text [ en-US ] = "Repeat heading"; 109 TabStop = TRUE ; 110 }; 111 FixedText FT_REPEAT_HEADER 112 { 113 Pos = MAP_APPFONT ( 125 , 113 ) ; 114 Size = MAP_APPFONT ( 66 , 10 ) ; 115 Text [ en-US ] = "The first %POSITION_OF_CONTROL rows" ; 116 }; 117 NumericField NF_REPEAT_HEADER 118 { 119 HelpID = "sw:NumericField:DLG_CONV_TEXT_TABLE:NF_REPEAT_HEADER"; 120 Border = TRUE ; 121 Pos = MAP_APPFONT ( 191 , 112 ) ; 122 Size = MAP_APPFONT ( 28 , 12 ) ; 123 TabStop = TRUE ; 124 Left = TRUE ; 125 Repeat = TRUE ; 126 Spin = TRUE ; 127 Minimum = 1 ; 128 Maximum = 1000 ; 129 First = 1 ; 130 }; 131 Window WIN_REPEAT_HEADER 132 { 133 Pos = MAP_APPFONT ( 30 , 110 ) ; 134 Size = MAP_APPFONT ( 2 , 1 ) ; 135 }; 136 CheckBox CB_DONT_SPLIT 137 { 138 HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_DONT_SPLIT"; 139 Pos = MAP_APPFONT ( 12 , 126 ) ; 140 Size = MAP_APPFONT ( 123 , 10 ) ; 141 TabStop = TRUE ; 142 Text [ en-US ] = "Don't split table"; 143 }; 144 CheckBox CB_BORDER 145 { 146 HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_BORDER"; 147 Pos = MAP_APPFONT ( 12 , 139 ) ; 148 Size = MAP_APPFONT ( 123 , 10 ) ; 149 TabStop = TRUE ; 150 Text [ en-US ] = "Border"; 151 }; 152 FixedLine FL_OPTIONS 153 { 154 Pos = MAP_APPFONT ( 6 , 71 ) ; 155 Size = MAP_APPFONT ( 135 , 8 ) ; 156 Text [ en-US ] = "Options"; 157 }; 158 String STR_CONVERT_TEXT_TABLE 159 { 160 Text [ en-US ] = "Convert Text to Table" ; 161 }; 162 OkButton BT_OK 163 { 164 Pos = MAP_APPFONT ( 147 , 6 ) ; 165 Size = MAP_APPFONT ( 50 , 14 ) ; 166 TABSTOP = TRUE ; 167 DefButton = TRUE ; 168 }; 169 CancelButton BT_CANCEL 170 { 171 Pos = MAP_APPFONT ( 147 , 23 ) ; 172 Size = MAP_APPFONT ( 50 , 14 ) ; 173 TABSTOP = TRUE ; 174 }; 175 HelpButton BT_HELP 176 { 177 Pos = MAP_APPFONT ( 147 , 43 ) ; 178 Size = MAP_APPFONT ( 50 , 14 ) ; 179 TABSTOP = TRUE ; 180 }; 181 PushButton BT_AUTOFORMAT 182 { 183 HelpID = "sw:PushButton:DLG_CONV_TEXT_TABLE:BT_AUTOFORMAT"; 184 Pos = MAP_APPFONT ( 12 , 152 ) ; 185 Size = MAP_APPFONT ( 86 , 14 ) ; 186 TabStop = TRUE ; 187 Hide = TRUE ; 188 Text [ en-US ] = "Auto~Format..." ; 189 }; 190 String STR_SYMBOL 191 { 192 Text [ en-US ] = "Symbol" ; 193 }; 194}; 195 196 197 198