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 "miscdlgs.hrc" 25 26ModalDialog RID_SCDLG_AUTOFORMAT 27{ 28 OutputSize = TRUE ; 29 HelpId = CMD_SID_AUTOFORMAT ; 30 SVLook = TRUE ; 31 Size = MAP_APPFONT ( 312, 121 ) ; 32 Text [ en-US ] = "AutoFormat" ; 33 Moveable = TRUE ; 34 Closeable = FALSE ; 35 ListBox LB_FORMAT 36 { 37 HelpID = "sc:ListBox:RID_SCDLG_AUTOFORMAT:LB_FORMAT" ; 38 Border = TRUE ; 39 Pos = MAP_APPFONT ( 12, 14 ) ; 40 Size = MAP_APPFONT ( 70, 101 ) ; 41 TabStop = TRUE ; 42 }; 43 FixedLine FL_FORMAT 44 { 45 Pos = MAP_APPFONT ( 6, 3 ) ; 46 Size = MAP_APPFONT ( 244, 8 ) ; 47 Text [ en-US ] = "F~ormat" ; 48 }; 49 Window WND_PREVIEW 50 { 51 Pos = MAP_APPFONT ( 88, 14 ) ; 52 Size = MAP_APPFONT ( 159, 101 ) ; 53 Border = TRUE ; 54 }; 55 CheckBox BTN_ADJUST 56 { 57 HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_ADJUST" ; 58 Hide = TRUE ; 59 Pos = MAP_APPFONT ( 172, 146 ) ; 60 Size = MAP_APPFONT ( 75, 10 ) ; 61 Text [ en-US ] = "A~utoFit width and height" ; 62 TabStop = TRUE ; 63 }; 64 CheckBox BTN_BORDER 65 { 66 HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_BORDER" ; 67 Hide = TRUE ; 68 Pos = MAP_APPFONT ( 12, 146 ) ; 69 Size = MAP_APPFONT ( 75, 10 ) ; 70 Text [ en-US ] = "~Borders" ; 71 TabStop = TRUE ; 72 }; 73 CheckBox BTN_FONT 74 { 75 HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_FONT" ; 76 Hide = TRUE ; 77 Pos = MAP_APPFONT ( 93, 132 ) ; 78 Size = MAP_APPFONT ( 73, 10 ) ; 79 Text [ en-US ] = "F~ont" ; 80 TabStop = TRUE ; 81 }; 82 CheckBox BTN_PATTERN 83 { 84 HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_PATTERN" ; 85 Hide = TRUE ; 86 Pos = MAP_APPFONT ( 93, 146 ) ; 87 Size = MAP_APPFONT ( 73, 10 ) ; 88 Text [ en-US ] = "~Pattern" ; 89 TabStop = TRUE ; 90 }; 91 CheckBox BTN_ALIGNMENT 92 { 93 HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT" ; 94 Hide = TRUE ; 95 Pos = MAP_APPFONT ( 172, 132 ) ; 96 Size = MAP_APPFONT ( 75, 10 ) ; 97 Text [ en-US ] = "Alignmen~t" ; 98 TabStop = TRUE ; 99 }; 100 CheckBox BTN_NUMFORMAT 101 { 102 HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT" ; 103 Hide = TRUE ; 104 Pos = MAP_APPFONT ( 12, 132 ) ; 105 Size = MAP_APPFONT ( 75, 10 ) ; 106 Text [ en-US ] = "~Number format" ; 107 TabStop = TRUE ; 108 }; 109 FixedLine FL_FORMATTING 110 { 111 Hide = TRUE ; 112 Pos = MAP_APPFONT ( 6, 121 ) ; 113 Size = MAP_APPFONT ( 244, 8 ) ; 114 Text [ en-US ] = "Formatting" ; 115 }; 116 OKButton BTN_OK 117 { 118 Pos = MAP_APPFONT ( 256, 6 ) ; 119 Size = MAP_APPFONT ( 50, 14 ) ; 120 TabStop = TRUE ; 121 DefButton = TRUE ; 122 }; 123 CancelButton BTN_CANCEL 124 { 125 Pos = MAP_APPFONT ( 256, 23 ) ; 126 Size = MAP_APPFONT ( 50, 14 ) ; 127 TabStop = TRUE ; 128 }; 129 MoreButton BTN_MORE 130 { 131 HelpID = "sc:MoreButton:RID_SCDLG_AUTOFORMAT:BTN_MORE" ; 132 Pos = MAP_APPFONT ( 256, 101 ) ; 133 Size = MAP_APPFONT ( 50, 14 ) ; 134 TabStop = TRUE ; 135 MapUnit = MAP_APPFONT ; 136 Delta = 48 ; 137 }; 138 PushButton BTN_ADD 139 { 140 HelpID = "sc:PushButton:RID_SCDLG_AUTOFORMAT:BTN_ADD" ; 141 Pos = MAP_APPFONT ( 256, 63 ) ; 142 Size = MAP_APPFONT ( 50, 14 ) ; 143 Text [ en-US ] = "~Add..." ; 144 TabStop = TRUE ; 145 }; 146 PushButton BTN_REMOVE 147 { 148 HelpID = "sc:PushButton:RID_SCDLG_AUTOFORMAT:BTN_REMOVE" ; 149 Pos = MAP_APPFONT ( 256, 81 ) ; 150 Size = MAP_APPFONT ( 50, 14 ) ; 151 Text [ en-US ] = "~Delete" ; 152 TabStop = TRUE ; 153 }; 154 155 PushButton BTN_RENAME 156 { 157 Pos = MAP_APPFONT ( 256, 123 ) ; 158 Size = MAP_APPFONT ( 50, 14 ) ; 159 HelpId=HID_SC_RENAME_AUTOFMT; 160 TabStop = TRUE ; 161 Text [ en-US ] = "~Rename" ; 162 }; 163 164 HelpButton BTN_HELP 165 { 166 Pos = MAP_APPFONT ( 256, 43 ) ; 167 Size = MAP_APPFONT ( 50, 14 ) ; 168 TabStop = TRUE ; 169 }; 170 String STR_ADD_TITLE 171 { 172 Text [ en-US ] = "Add AutoFormat" ; 173 }; 174 175 String STR_RENAME_TITLE 176 { 177 Text [ en-US ] = "Rename AutoFormat" ; 178 }; 179 180 String STR_ADD_LABEL 181 { 182 Text [ en-US ] = "Name" ; 183 }; 184 String STR_DEL_TITLE 185 { 186 Text [ en-US ] = "Delete AutoFormat" ; 187 }; 188 String STR_DEL_MSG 189 { 190 Text [ en-US ] = "Do you really want to delete the # AutoFormat?" ; 191 }; 192 String STR_BTN_CLOSE 193 { 194 Text [ en-US ] = "~Close" ; 195 }; 196 String STR_JAN 197 { 198 Text [ en-US ] = "Jan" ; 199 }; 200 String STR_FEB 201 { 202 Text [ en-US ] = "Feb" ; 203 }; 204 String STR_MAR 205 { 206 Text [ en-US ] = "Mar" ; 207 }; 208 String STR_NORTH 209 { 210 Text [ en-US ] = "North" ; 211 }; 212 String STR_MID 213 { 214 Text [ en-US ] = "Mid" ; 215 }; 216 String STR_SOUTH 217 { 218 Text [ en-US ] = "South" ; 219 }; 220 String STR_SUM 221 { 222 Text [ en-US ] = "Total" ; 223 }; 224}; 225 226// ********************************************************************** EOF 227