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#ifndef _SVX_CHARDLG_HRC 24#define _SVX_CHARDLG_HRC 25 26// defines ------------------------------------------------------------------ 27 28// NamePage ----------------------------------------------------------------- 29 30#define FL_WEST 100 31#define FT_WEST_NAME 101 32#define LB_WEST_NAME 102 33#define FT_WEST_STYLE 103 34#define LB_WEST_STYLE 104 35#define FT_WEST_SIZE 105 36#define LB_WEST_SIZE 106 37#define FT_WEST_LANG 107 38#define LB_WEST_LANG 108 39 40#define FL_EAST 110 41#define FT_EAST_NAME 111 42#define LB_EAST_NAME 112 43#define FT_EAST_STYLE 113 44#define LB_EAST_STYLE 114 45#define FT_EAST_SIZE 115 46#define LB_EAST_SIZE 116 47#define FT_EAST_LANG 117 48#define LB_EAST_LANG 118 49 50#define FL_CTL 120 51#define FT_CTL_NAME 121 52#define LB_CTL_NAME 122 53#define FT_CTL_STYLE 123 54#define LB_CTL_STYLE 124 55#define FT_CTL_SIZE 125 56#define LB_CTL_SIZE 126 57#define FT_CTL_LANG 127 58#define LB_CTL_LANG 128 59 60#define WIN_CHAR_PREVIEW 131 61#define FT_CHAR_FONTTYPE 132 62 63#define FL_COLOR2 140 64#define FT_COLOR2 141 65#define LB_COLOR2 142 66 67#define STR_CHARNAME_NOSTYLE 150 68#define STR_CHARNAME_TRANSPARENT 151 69 70// EffectsPage -------------------------------------------------------------- 71 72#define FT_FONTCOLOR 201 73#define LB_FONTCOLOR 202 74 75#define FT_EFFECTS 203 76#define LB_EFFECTS 204 77#define LB_EFFECTS2 205 78 79#define FT_RELIEF 206 80#define LB_RELIEF 207 81 82#define CB_OUTLINE 208 83#define CB_SHADOW 209 84#define CB_BLINKING 210 85#define CB_CHARHIDDEN 211 86 87#define FL_EFFECTS_VERTICAL 220 88 89#define FT_OVERLINE 221 90#define LB_OVERLINE 222 91#define FT_OVERLINE_COLOR 223 92#define LB_OVERLINE_COLOR 224 93 94#define FT_STRIKEOUT 225 95#define LB_STRIKEOUT 226 96 97#define FT_UNDERLINE 227 98#define LB_UNDERLINE 228 99#define FT_UNDERLINE_COLOR 229 100#define LB_UNDERLINE_COLOR 230 101 102#define CB_INDIVIDUALWORDS 231 103 104#define FL_EFFECTS_ASIAN 240 105 106#define FT_EMPHASIS 241 107#define LB_EMPHASIS 242 108#define FT_POSITION 243 109#define LB_POSITION 244 110 111#define WIN_EFFECTS_PREVIEW 251 112#define FT_EFFECTS_FONTTYPE 252 113 114#define STR_EFFECTS_TRANSPARENT 260 115#define STR_EFFECTS_CAPITALS 261 116#define STR_EFFECTS_LOWERCASE 262 117#define STR_EFFECTS_TITLE 263 118#define STR_EFFECTS_SMALL 264 119#define STR_EFFECTS_OUTLINE 265 120#define STR_EFFECTS_SHADOW 266 121#define STR_EFFECTS_BLINKING 267 122 123// PositionPage ------------------------------------------------------------- 124 125#define FL_POSITION 300 126#define RB_HIGHPOS 301 127#define RB_NORMALPOS 302 128#define RB_LOWPOS 303 129#define FT_HIGHLOW 304 130#define ED_HIGHLOW 305 131#define CB_HIGHLOW 306 132#define FT_FONTSIZE 307 133#define ED_FONTSIZE 308 134#define FL_ROTATION_SCALING 309 135#define FL_SCALING 310 136#define RB_0_DEG 311 137#define RB_90_DEG 312 138#define RB_270_DEG 313 139#define CB_FIT_TO_LINE 314 140#define FT_SCALE_WIDTH 315 141#define MF_SCALE_WIDTH 316 142 143#define FL_KERNING2 320 144#define LB_KERNING2 321 145#define FT_KERNING2 322 146#define ED_KERNING2 323 147#define CB_PAIRKERNING 324 148 149#define WIN_POS_PREVIEW 331 150#define FT_POS_FONTTYPE 332 151 152// TwoLinesPage ------------------------------------------------------------- 153 154#define FL_SWITCHON 400 155#define CB_TWOLINES 401 156 157#define FL_ENCLOSE 410 158#define FT_STARTBRACKET 411 159#define ED_STARTBRACKET 412 160#define FT_ENDBRACKET 413 161#define ED_ENDBRACKET 414 162 163#define FL_TWOLINES_PREVIEW 420 164#define WIN_TWOLINES_PREVIEW 421 165#define FT_TWOLINES_FONTTYPE 422 166 167#define FT_WEST_NAME_NOCJK 423 168#define LB_WEST_NAME_NOCJK 424 169#define FT_WEST_STYLE_NOCJK 425 170#define LB_WEST_STYLE_NOCJK 426 171#define FT_WEST_SIZE_NOCJK 427 172#define LB_WEST_SIZE_NOCJK 428 173#define FT_WEST_LANG_NOCJK 429 174#define LB_WEST_LANG_NOCJK 430 175 176#endif 177 178