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// TabPage view 25#define FL_DISP 1 26#define FL_NOPRINT 2 27#define FL_WINDOW 3 28 29#define CB_GRF 1 30#define CB_TBL 2 31#define CB_DRWFAST 3 32#define CB_FIELD 4 33#define CB_PARA 5 34#define CB_TAB 6 35#define CB_SPACE 7 36#define CB_HSPACE 8 37#define CB_SHYPH 9 38#define CB_FLD_HIDDEN 10 39#define CB_BREAK 11 40#define CB_ANY_RULER 12 41#define CB_CROSS 14 42#define CB_HSCROLL 15 43#define CB_VSCROLL 16 44#define CB_HRULER 17 45#define CB_VRULER 18 46#define FL_LINE 22 47#define CB_POSTIT 23 48#define CB_VRULER_RIGHT 24 49#define CB_BIGHANDLE 25 50 51#define FL_SETTINGS 26 52#define LB_METRIC 27 53#define FT_METRIC 28 54 55// test tab page 56#define CB_TEST1 25 57#define CB_TEST2 26 58#define CB_TEST3 27 59#define CB_TEST4 28 60#define CB_TEST5 29 61#define CB_TEST6 30 62#define CB_TEST7 31 63#define CB_TEST8 32 64#define CB_TEST9 33 65#define CB_TEST10 34 66#define FL_TEST 35 67 68#define CB_FLD_HIDDEN_PARA 36 // Mittendrin, damit die HelpIds zum FPII kompatibel bleiben 69#define CB_SMOOTH_SCROLL 37 70 71#define BT_OK 38 72#define BT_CANCEL 39 73#define BT_MORE 40 74#define BT_GRID 41 75#define MF_HFRAME 42 76#define MF_VFRAME 43 77 78#define CB_INDEX 44 79 80#define LB_COLOR 50 81#define WIN_COLOR 52 82#define ED_COLORNAME 53 83#define BT_EDIT 55 84#define BT_NEW 56 85#define BT_DELETE 57 86#define BT_DEFAULT 58 87#define CB_SECT_BOUNDS 60 88#define CB_CHAR_HIDDEN 61 89// Print-Extra-Page 90#define CB_PGRF 61 91//#define CB_PTAB 62 merged with CB_PGRF in printerpullpages 92//#define CB_PDRAW 63 removed in printerpullpages 93#define CB_LEFTP 64 94#define CB_RIGHTP 65 95//#define CB_REVERSE 66 removed in printerpullpages 96#define CB_PROSPECT 67 97//#define CB_SINGLEJOBS 68 removed in printerpullpages 98#define CB_CTRLFLD 69 99#define CB_PAPERFROMSETUP 70 100#define FL_1 71 101#define FL_2 72 102#define FL_3 73 103#define FL_4 74 104#define FT_FAX 76 105#define CB_BACKGROUND 79 106 107#define RB_NO 80 108#define RB_ONLY 81 109#define RB_END 82 110#define RB_PAGEEND 83 111#define ST_NONE 84 112#define LB_FAX 86 113#define CB_BLACK_FONT 87 114#define LB_HMETRIC 88 115#define LB_VMETRIC 89 116#define FL_SEP_PRT_LEFT 90 117#define FL_SEP_PRT_RIGHT 91 118#define CB_PRINTEMPTYPAGES 92 119#define CB_HIDDEN_TEXT 93 120#define CB_TEXT_PLACEHOLDER 94 121 122 123// Tabpage basic fonts 124#define FT_STANDARD 90 125#define LB_STANDARD 91 126#define FT_TITLE 92 127#define LB_TITLE 93 128#define FT_LIST 94 129#define LB_LIST 95 130#define FT_LABEL 96 131#define LB_LABEL 97 132#define FT_IDX 98 133#define LB_IDX 99 134#define FL_STDCHR 100 135#define PB_STANDARD 101 136#define CB_DOCONLY 102 137#define ST_SCRIPT_WESTERN 103 138#define ST_SCRIPT_ASIAN 104 139#define ST_SCRIPT_CTL 105 140#define FT_TYPE 106 141#define FT_SIZE 107 142#define LB_STANDARD_SIZE 108 143#define LB_TITLE_SIZE 109 144#define LB_LIST_SIZE 110 145#define LB_LABEL_SIZE 111 146#define LB_INDEX_SIZE 112 147 148// Tabpage table 149#define CB_HEADER 101 150#define CB_REPEAT_HEADER 102 151#define CB_DONT_SPLIT 103 152#define CB_BORDER 104 153#define CB_NUMFORMATTING 105 154#define CB_NUMALIGNMENT 106 155#define FL_TABLE 107 156#define FL_TABLE_INSERT 108 157#define CB_NUMFMT_FORMATTING 109 158#define FL_MOVE 110 159#define FT_ROWMOVE 111 160#define MF_ROWMOVE 112 161#define FT_COLMOVE 113 162#define MF_COLMOVE 114 163#define FT_INSERT 115 164#define FT_ROWINSERT 116 165#define MF_ROWINSERT 117 166#define FT_COLINSERT 118 167#define MF_COLINSERT 119 168#define FT_HANDLING 120 169#define RB_FIX 121 170#define RB_FIXPROP 122 171#define RB_VAR 123 172#define FT_FIX 124 173#define FT_FIXPROP 125 174#define FT_VAR 126 175 176#define FT_MOVE 128 177#define FL_COLOR 130 178#define FT_SGML 131 179#define LB_SGML 132 180#define FT_COMMENT 133 181#define LB_COMMENT 134 182#define FT_KEYWD 135 183#define LB_KEYWD 136 184#define FT_UNKNOWN 137 185#define LB_UNKNOWN 138 186#define FL_TABLE_SEPARATOR 139 187#define CB_PROSPECT_RTL 140 188 189#define FL_SHDWCRSFLAG 1 190#define CB_SHDWCRSONOFF 2 191#define FL_SHDWCRSMODE 3 192#define FT_SHDWCRSFILLMODE 4 193#define RB_SHDWCRSFILLMARGIN 5 194#define RB_SHDWCRSFILLINDENT 6 195#define RB_SHDWCRSFILLTAB 7 196#define RB_SHDWCRSFILLSPACE 8 197#define CB_ALLOW_IN_PROT 12 198#define FL_CRSR_OPT 13 199#define FL_SEPARATOR_SHDW 14 200#define FL_LAYOUT_OPTIONS 15 201#define CB_MATH_BASELINE_ALIGNMENT 16 202 203