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#define CB_MARKS 4 24#define CB_OUTLN 5 25#define FT_LEVEL 6 26#define ED_LEVEL 7 27#define FL_CREATE 8 28#define ED_BSP 11 29#define FL_BSP 12 30#define BT_OUTLN 13 31#define FL_TITLE 14 32#define ED_TITLE 15 33#define BT_HELP 16 34#define ST_AUTHTYPE 17 35 36#define LB_ENTRY 20 37#define FT_NUM 21 38#define ED_ENTRY 22 39#define BT_ENTRY_NUMBER 23 40#define BT_ENTRY_TEXT 24 41#define BT_TAB 25 42#define BT_STD 26 43#define BT_PAGE 27 44#define FL_ENTRY 28 45//#define FT_LEVEL 28 46#define LB_LEVEL 29 47#define FT_TEMPLATE 30 48#define LB_PARALAY 31 49#define BT_ASSIGN 32 50#define FL_FORMAT 33 51#define BT_ENTRY 34 52//#define BT_EDIT 34 53#define BT_JUMP 35 54#define CB_RECALC_TABS 36 55#define CB_FIRST_TAB_POS 37 56#define MF_FIRST_TAB_POS 38 57#define CB_REL_TO_TEXT 39 58#define BT_EDIT_STYLE 40 59#define CB_SAME 41 60#define CB_FF 42 61#define CB_CASE 43 62#define CB_SEC 44 63#define CB_ALPHA 45 64#define FL_OPT 46 65#define CB_MAKRS 47 66#define DLB_TOD 48 67#define CB_TEMPL 49 68#define DLB_LAYOUT 50 69#define CB_OBJECT 51 70#define DLB_OBJECT 52 71#define FL_SOURCE 53 72#define CB_USER_MARKS 54 73#define BT_ALL_LEVEL 55 74#define FT_MAIN_ENTRY_STYLE 56 75#define LB_MAIN_ENTRY_STYLE 57 76 77//restart numbering 78#define FT_TYPE 1 79#define LB_TYPE 2 80#define CB_READONLY 3 81#define FT_TITLE 4 82 83#define FL_TYPETITLE 6 84#define LB_AREA 7 85 86#define NF_LEVEL 9 87#define FL_AREA 10 88#define CB_FROMHEADINGS 11 89#define PB_CHAPTERDLG 12 90#define CB_ADDSTYLES 13 91#define PB_ADDSTYLES 14 92 93 94#define CB_FROMOLE 17 95#define CB_LEVELFROMCHAPTER 18 96#define RB_FROMCAPTIONS 19 97#define RB_FROMOBJECTNAMES 20 98#define CB_TOXMARKS 21 99#define FL_CREATEFROM 22 100#define CB_COLLECTSAME 23 101#define CB_USEFF 24 102#define CB_CASESENSITIVE 25 103#define CB_INITIALCAPS 26 104#define CB_KEYASENTRY 27 105#define CB_FROMFILE 28 106 107#define MB_AUTOMARK 29 108#define FL_IDXOPTIONS 30 109 110#define FT_TOKEN 32 111#define CB_USE_DASH 33 112#define FL_LEVEL 34 113#define WIN_TOKEN 35 114#define PB_ENTRYNO 36 115#define PB_ENTRY 37 116#define PB_CHAPTERINFO 38 117#define PB_PAGENO 39 118#define PB_TAB 40 119#define PB_HYPERLINK 41 120#define FT_CHARSTYLE 42 121#define LB_CHARSTYLE 43 122#define PB_EDITSTYLE 44 123#define FT_FILLCHAR 45 124#define CB_FILLCHAR 46 125#define FT_CHAPTERENTRY 47 126#define LB_CHAPTERENTRY 48 127#define FT_SORTING 49 128#define LB_SORTING 50 129#define FT_TABPOS 51 130#define MF_TABPOS 52 131#define CB_AUTORIGHT 53 132#define CB_RELTOSTYLE 54 133#define CB_RECALCTAB 56 134#define CB_NUMSTYLEFROMPDESC 57 135#define CB_ALPHADELIM 58 136#define CB_COMMASEPARATED 59 137 138#define STR_NO_CHAR_STYLE 61 139#define CLB_FROMOBJ 62 140#define FL_FROMOBJ 63 141#define RES_SRCTYPES 64 142#define WIN_LEFT_SCROLL 65 143#define WIN_CTRL_PARENT 66 144#define WIN_RIGHT_SCROLL 67 145#define PB_ALL_LEVELS 68 146#define FT_AREA 69 147#define STR_BUTTON_TEXT_START 70 148#define STR_TOKEN_ENTRY_NO (STR_BUTTON_TEXT_START) 149#define STR_TOKEN_ENTRY_TEXT (STR_BUTTON_TEXT_START + 1) 150#define STR_TOKEN_ENTRY (STR_BUTTON_TEXT_START + 2) 151#define STR_TOKEN_TAB_STOP (STR_BUTTON_TEXT_START + 3) 152#define STR_TOKEN_TEXT (STR_BUTTON_TEXT_START + 4) 153#define STR_TOKEN_PAGE_NUMS (STR_BUTTON_TEXT_START + 5) 154#define STR_TOKEN_CHAPTER_INFO (STR_BUTTON_TEXT_START + 6) 155#define STR_TOKEN_LINK_START (STR_BUTTON_TEXT_START + 7) 156#define STR_TOKEN_LINK_END (STR_BUTTON_TEXT_START + 8) 157#define STR_TOKEN_AUTHORITY (STR_BUTTON_TEXT_START + 9) 158 159#define STR_BUTTON_HELP_TEXT_START (STR_TOKEN_AUTHORITY + 1) 160#define STR_TOKEN_HELP_ENTRY_NO (STR_BUTTON_HELP_TEXT_START) 161#define STR_TOKEN_HELP_ENTRY_TEXT (STR_BUTTON_HELP_TEXT_START + 1) 162#define STR_TOKEN_HELP_ENTRY (STR_BUTTON_HELP_TEXT_START + 2) 163#define STR_TOKEN_HELP_TAB_STOP (STR_BUTTON_HELP_TEXT_START + 3) 164#define STR_TOKEN_HELP_TEXT (STR_BUTTON_HELP_TEXT_START + 4) 165#define STR_TOKEN_HELP_PAGE_NUMS (STR_BUTTON_HELP_TEXT_START + 5) 166#define STR_TOKEN_HELP_CHAPTER_INFO (STR_BUTTON_HELP_TEXT_START + 6) 167#define STR_TOKEN_HELP_LINK_START (STR_BUTTON_HELP_TEXT_START + 7) 168#define STR_TOKEN_HELP_LINK_END (STR_BUTTON_HELP_TEXT_START + 8) 169#define STR_TOKEN_HELP_AUTHORITY (STR_BUTTON_HELP_TEXT_START + 9) 170 171#define STR_CHARSTYLE (STR_TOKEN_HELP_AUTHORITY + 1) 172#define STR_STRUCTURE (STR_TOKEN_HELP_AUTHORITY + 2) 173#define STR_ADDITIONAL_ACCNAME_STRING1 (STR_TOKEN_HELP_AUTHORITY + 3) 174#define STR_ADDITIONAL_ACCNAME_STRING2 (STR_TOKEN_HELP_AUTHORITY + 4) 175#define STR_ADDITIONAL_ACCNAME_STRING3 (STR_TOKEN_HELP_AUTHORITY + 5) 176#define TLB_STYLES 100 177#define FL_STYLES 101 178#define PB_OK 102 179#define PB_CANCEL 103 180#define PB_HELP 104 181#define FT_CAPTIONSEQUENCE 105 182#define LB_CAPTIONSEQUENCE 106 183#define FT_DISPLAYTYPE 107 184#define LB_DISPLAYTYPE 108 185#define TR_HEADER 109 186#define PB_LEFT 110 187#define PB_RIGHT 111 188#define HB_STYLES 112 189#define ST_HB_FIRST 113 190#define CB_FROMTABLES 114 191#define CB_FROMFRAMES 115 192#define CB_FROMGRAPHICS 116 193#define ST_USER_ADDSTYLE 117 194#define ST_AUTOMARK_TYPE 118 195#define LB_AUTHFIELD 119 196#define PB_AUTHINSERT 120 197#define PB_AUTHREMOVE 121 198#define CB_SEQUENCE 122 199#define FT_BRACKET 123 200#define LB_BRACKET 124 201#define FL_AUTHORITY 125 202#define RB_DOCPOS 126 203#define RB_SORTCONTENT 127 204#define FT_FIRSTKEY 128 205#define LB_FIRSTKEY 129 206#define FT_SECONDKEY 130 207#define LB_SECONDKEY 131 208#define FT_THIRDDKEY 132 209#define LB_THIRDKEY 133 210#define FL_SORTKEY 134 211#define FL_SORTING 135 212#define STR_NOSORTKEY 136 213#define RB_SORTUP1 137 214#define RB_SORTUP2 138 215#define RB_SORTUP3 139 216#define RB_SORTDOWN1 140 217#define RB_SORTDOWN2 141 218#define RB_SORTDOWN3 142 219#define STR_DELIM 143 220#define FL_SORTOPTIONS 144 221#define FT_LANGUAGE 145 222#define LB_LANGUAGE 146 223#define FT_SORTALG 147 224#define LB_SORTALG 148 225#define IMG_SORTUP_HC 149 226#define IMG_SORTDOWN_HC 150 227#define ST_NO_BRACKET 151 228 229#define FT_LEVEL_OL 152 230#define NF_LEVEL_OL 153 231#define FT_ENTRY_NO 154 232#define LB_ENTRY_NO 155 233 234#define TO_CONTENT 1 235#define TO_INDEX 2 236#define TO_ILLUSTRATION 4 237#define TO_TABLE 8 238#define TO_USER 16 239#define TO_OBJECT 32 240#define TO_AUTHORITIES 64 241 242#define AREA_DOCUMENT 1 243#define AREA_CHAPTER 2 244 245//TabDialog 246#define WIN_EXAMPLE 1 247#define RES_EXAMPLE_TEXT 2 248 249#define ST_HEADING_1 4 250#define ST_TEXT_1 5 251#define ST_HEADING_1_1 6 252#define ST_TEXT_1_1 7 253#define ST_HEADING_1_2 8 254#define ST_TEXT_1_2 9 255#define ST_TABLE_LABEL 10 256#define ST_FRAME_LABEL 11 257#define ST_GRAPHIC_LABEL 12 258#define ST_USERDEFINEDINDEX 13 259#define CB_SHOWEXAMPLE 14 260 261 262// AutoMark dialog 263#define BB_ENTRIES 1 264#define FL_ENTRIES 2 265 266#define ST_SEARCH 10 267#define ST_ALTERNATIVE 11 268#define ST_PRIMKEY 12 269#define ST_SECKEY 13 270#define ST_COMMENT 14 271#define ST_CASESENSITIVE 15 272#define ST_WORDONLY 16 273#define ST_TRUE 17 274#define ST_FALSE 18 275 276 277//ButtonMenu 278#define MN_AUTOMARK_OPEN 1 279#define MN_AUTOMARK_NEW 2 280#define MN_AUTOMARK_EDIT 3 281 282 283 284 285