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// #pragma ****************************************************************** 23 24// #include ***************************************************************** 25#include "globals.hrc" 26#include "chrdlg.hrc" 27#include "ccoll.hrc" 28#include "helpid.h" 29// TabPage ****************************************************************** 30TabPage TP_CONDCOLL 31{ 32 HelpID = HID_COND_COLL ; 33 Size = MAP_APPFONT ( 260, 185 ) ; 34 Hide = TRUE ; 35 FixedLine FL_CONDITION 36 { 37 Pos = MAP_APPFONT ( 6, 3 ) ; 38 Size = MAP_APPFONT ( 248, 8 ) ; 39 Text [ en-US ] = "Options" ; 40 }; 41 CheckBox CB_CONDITION 42 { 43 HelpID = "sw:CheckBox:TP_CONDCOLL:CB_CONDITION" ; 44 Pos = MAP_APPFONT ( 12, 14 ) ; 45 Size = MAP_APPFONT ( 100, 10 ) ; 46 TabStop = TRUE ; 47 Disable = TRUE ; 48 Text [ en-US ] = "~Conditional Style" ; 49 }; 50 FixedText FT_CONTEXT 51 { 52 Pos = MAP_APPFONT ( 12, 28 ) ; 53 Size = MAP_APPFONT ( 50, 8 ) ; 54 Disable = TRUE ; 55 Text [ en-US ] = "Conte~xt" ; 56 }; 57 FixedText FT_USED 58 { 59 Pos = MAP_APPFONT ( 100, 28 ) ; 60 Size = MAP_APPFONT ( 80, 8 ) ; 61 Disable = TRUE ; 62 Text [ en-US ] = "Applied Styles" ; 63 }; 64 Control TB_CONDCOLLS 65 { 66 Border = TRUE ; 67 Pos = MAP_APPFONT ( 12, 39 ) ; 68 Size = MAP_APPFONT ( 173, 123 ) ; 69 TabStop = TRUE ; 70 ClipChildren = TRUE ; 71 Disable = TRUE ; 72 Border = TRUE ; 73 }; 74 FixedText FT_STYLE 75 { 76 Pos = MAP_APPFONT ( 190, 28 ) ; 77 Size = MAP_APPFONT ( 58, 8 ) ; 78 Disable = TRUE ; 79 Text [ en-US ] = "~Paragraph Styles" ; 80 }; 81 ListBox LB_STYLE 82 { 83 HelpID = "sw:ListBox:TP_CONDCOLL:LB_STYLE" ; 84 Pos = MAP_APPFONT ( 188, 39 ) ; 85 Size = MAP_APPFONT ( 60, 108 ) ; 86 TabStop = TRUE ; 87 Border = TRUE ; 88 Sort = TRUE ; 89 Disable = TRUE ; 90 HScroll = TRUE ; 91 }; 92 ListBox LB_FILTER 93 { 94 HelpID = "sw:ListBox:TP_CONDCOLL:LB_FILTER" ; 95 Pos = MAP_APPFONT ( 188, 150 ) ; 96 Size = MAP_APPFONT ( 60, 50 ) ; 97 DropDown = TRUE ; 98 TabStop = TRUE ; 99 Border = TRUE ; 100 Disable = TRUE ; 101 HScroll = TRUE ; 102 }; 103 PushButton PB_REMOVE 104 { 105 HelpID = "sw:PushButton:TP_CONDCOLL:PB_REMOVE" ; 106 Pos = MAP_APPFONT ( 129, 165 ) ; 107 Size = MAP_APPFONT ( 50, 12 ) ; 108 TabStop = TRUE ; 109 Disable = TRUE ; 110 Text [ en-US ] = "Re~move" ; 111 }; 112 PushButton PB_ASSIGN 113 { 114 HelpID = "sw:PushButton:TP_CONDCOLL:PB_ASSIGN" ; 115 Pos = MAP_APPFONT ( 185, 165 ) ; 116 Size = MAP_APPFONT ( 50, 12 ) ; 117 TabStop = TRUE ; 118 Disable = TRUE ; 119 Text [ en-US ] = "~Apply" ; 120 }; 121 StringArray STR_REGIONS 122 { 123 ItemList [ en-US ] = 124 { 125 < "Table Header" ; > ; 126 < "Table" ; > ; 127 < "Frame" ; > ; 128 < "Section" ; > ; 129 < "Footnote" ; > ; 130 < "Endnote" ; > ; 131 < "Header" ; > ; 132 < "Footer" ; > ; 133 < " 1st Outline Level" ; > ; 134 < " 2nd Outline Level" ; > ; 135 < " 3rd Outline Level" ; > ; 136 < " 4th Outline Level" ; > ; 137 < " 5th Outline Level" ; > ; 138 < " 6th Outline Level" ; > ; 139 < " 7th Outline Level" ; > ; 140 < " 8th Outline Level" ; > ; 141 < " 9th Outline Level" ; > ; 142 < "10th Outline Level" ; > ; 143 < " 1st Numbering Level" ; > ; 144 < " 2nd Numbering Level" ; > ; 145 < " 3rd Numbering Level" ; > ; 146 < " 4th Numbering Level" ; > ; 147 < " 5th Numbering Level" ; > ; 148 < " 6th Numbering Level" ; > ; 149 < " 7th Numbering Level" ; > ; 150 < " 8th Numbering Level" ; > ; 151 < " 9th Numbering Level" ; > ; 152 < "10th Numbering Level" ; > ; 153 }; 154 }; 155 String STR_NOTEMPL 156 { 157 Text [ en-US ] = "<none>" ; 158 }; 159}; 160 161// ********************************************************************** EOF 162