18660f102SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 38660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 48660f102SAndrew Rist * or more contributor license agreements. See the NOTICE file 58660f102SAndrew Rist * distributed with this work for additional information 68660f102SAndrew Rist * regarding copyright ownership. The ASF licenses this file 78660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the 88660f102SAndrew Rist * "License"); you may not use this file except in compliance 98660f102SAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 118660f102SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 138660f102SAndrew Rist * Unless required by applicable law or agreed to in writing, 148660f102SAndrew Rist * software distributed under the License is distributed on an 158660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 168660f102SAndrew Rist * KIND, either express or implied. See the License for the 178660f102SAndrew Rist * specific language governing permissions and limitations 188660f102SAndrew Rist * under the License. 19cdf0e10cSrcweir * 208660f102SAndrew Rist *************************************************************/ 218660f102SAndrew Rist 228660f102SAndrew Rist 23*c27bd345Smseidel 24cdf0e10cSrcweir// #pragma ****************************************************************** 25cdf0e10cSrcweir 26cdf0e10cSrcweir// #include ***************************************************************** 27cdf0e10cSrcweir#include "globals.hrc" 28cdf0e10cSrcweir#include "chrdlg.hrc" 29cdf0e10cSrcweir#include "ccoll.hrc" 30cdf0e10cSrcweir#include "helpid.h" 31cdf0e10cSrcweir// TabPage ****************************************************************** 32cdf0e10cSrcweirTabPage TP_CONDCOLL 33cdf0e10cSrcweir{ 34cdf0e10cSrcweir HelpID = HID_COND_COLL ; 35cdf0e10cSrcweir Size = MAP_APPFONT ( 260, 185 ) ; 36cdf0e10cSrcweir Hide = TRUE ; 37cdf0e10cSrcweir FixedLine FL_CONDITION 38cdf0e10cSrcweir { 39cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 3 ) ; 40cdf0e10cSrcweir Size = MAP_APPFONT ( 248, 8 ) ; 41cdf0e10cSrcweir Text [ en-US ] = "Options" ; 42cdf0e10cSrcweir }; 43cdf0e10cSrcweir CheckBox CB_CONDITION 44cdf0e10cSrcweir { 45cdf0e10cSrcweir HelpID = "sw:CheckBox:TP_CONDCOLL:CB_CONDITION" ; 46cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 14 ) ; 47cdf0e10cSrcweir Size = MAP_APPFONT ( 100, 10 ) ; 48cdf0e10cSrcweir TabStop = TRUE ; 49cdf0e10cSrcweir Disable = TRUE ; 50cdf0e10cSrcweir Text [ en-US ] = "~Conditional Style" ; 51cdf0e10cSrcweir }; 52cdf0e10cSrcweir FixedText FT_CONTEXT 53cdf0e10cSrcweir { 54cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 28 ) ; 55cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 8 ) ; 56cdf0e10cSrcweir Disable = TRUE ; 57cdf0e10cSrcweir Text [ en-US ] = "Conte~xt" ; 58cdf0e10cSrcweir }; 59cdf0e10cSrcweir FixedText FT_USED 60cdf0e10cSrcweir { 61cdf0e10cSrcweir Pos = MAP_APPFONT ( 100, 28 ) ; 62cdf0e10cSrcweir Size = MAP_APPFONT ( 80, 8 ) ; 63cdf0e10cSrcweir Disable = TRUE ; 64cdf0e10cSrcweir Text [ en-US ] = "Applied Styles" ; 65cdf0e10cSrcweir }; 66cdf0e10cSrcweir Control TB_CONDCOLLS 67cdf0e10cSrcweir { 68cdf0e10cSrcweir Border = TRUE ; 69cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 39 ) ; 70cdf0e10cSrcweir Size = MAP_APPFONT ( 173, 123 ) ; 71cdf0e10cSrcweir TabStop = TRUE ; 72cdf0e10cSrcweir ClipChildren = TRUE ; 73cdf0e10cSrcweir Disable = TRUE ; 74cdf0e10cSrcweir Border = TRUE ; 75cdf0e10cSrcweir }; 76cdf0e10cSrcweir FixedText FT_STYLE 77cdf0e10cSrcweir { 78cdf0e10cSrcweir Pos = MAP_APPFONT ( 190, 28 ) ; 79cdf0e10cSrcweir Size = MAP_APPFONT ( 58, 8 ) ; 80cdf0e10cSrcweir Disable = TRUE ; 81cdf0e10cSrcweir Text [ en-US ] = "~Paragraph Styles" ; 82cdf0e10cSrcweir }; 83cdf0e10cSrcweir ListBox LB_STYLE 84cdf0e10cSrcweir { 85cdf0e10cSrcweir HelpID = "sw:ListBox:TP_CONDCOLL:LB_STYLE" ; 86cdf0e10cSrcweir Pos = MAP_APPFONT ( 188, 39 ) ; 87cdf0e10cSrcweir Size = MAP_APPFONT ( 60, 108 ) ; 88cdf0e10cSrcweir TabStop = TRUE ; 89cdf0e10cSrcweir Border = TRUE ; 90cdf0e10cSrcweir Sort = TRUE ; 91cdf0e10cSrcweir Disable = TRUE ; 92cdf0e10cSrcweir HScroll = TRUE ; 93cdf0e10cSrcweir }; 94cdf0e10cSrcweir ListBox LB_FILTER 95cdf0e10cSrcweir { 96cdf0e10cSrcweir HelpID = "sw:ListBox:TP_CONDCOLL:LB_FILTER" ; 97cdf0e10cSrcweir Pos = MAP_APPFONT ( 188, 150 ) ; 98cdf0e10cSrcweir Size = MAP_APPFONT ( 60, 50 ) ; 99cdf0e10cSrcweir DropDown = TRUE ; 100cdf0e10cSrcweir TabStop = TRUE ; 101cdf0e10cSrcweir Border = TRUE ; 102cdf0e10cSrcweir Disable = TRUE ; 103cdf0e10cSrcweir HScroll = TRUE ; 104cdf0e10cSrcweir }; 105cdf0e10cSrcweir PushButton PB_REMOVE 106cdf0e10cSrcweir { 107cdf0e10cSrcweir HelpID = "sw:PushButton:TP_CONDCOLL:PB_REMOVE" ; 108cdf0e10cSrcweir Pos = MAP_APPFONT ( 129, 165 ) ; 109cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 12 ) ; 110cdf0e10cSrcweir TabStop = TRUE ; 111cdf0e10cSrcweir Disable = TRUE ; 112cdf0e10cSrcweir Text [ en-US ] = "Re~move" ; 113cdf0e10cSrcweir }; 114cdf0e10cSrcweir PushButton PB_ASSIGN 115cdf0e10cSrcweir { 116cdf0e10cSrcweir HelpID = "sw:PushButton:TP_CONDCOLL:PB_ASSIGN" ; 117cdf0e10cSrcweir Pos = MAP_APPFONT ( 185, 165 ) ; 118cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 12 ) ; 119cdf0e10cSrcweir TabStop = TRUE ; 120cdf0e10cSrcweir Disable = TRUE ; 121cdf0e10cSrcweir Text [ en-US ] = "~Apply" ; 122cdf0e10cSrcweir }; 123cdf0e10cSrcweir StringArray STR_REGIONS 124cdf0e10cSrcweir { 125cdf0e10cSrcweir ItemList [ en-US ] = 126cdf0e10cSrcweir { 127cdf0e10cSrcweir < "Table Header" ; > ; 128cdf0e10cSrcweir < "Table" ; > ; 129cdf0e10cSrcweir < "Frame" ; > ; 130cdf0e10cSrcweir < "Section" ; > ; 131cdf0e10cSrcweir < "Footnote" ; > ; 132cdf0e10cSrcweir < "Endnote" ; > ; 133cdf0e10cSrcweir < "Header" ; > ; 134cdf0e10cSrcweir < "Footer" ; > ; 135cdf0e10cSrcweir < " 1st Outline Level" ; > ; 136cdf0e10cSrcweir < " 2nd Outline Level" ; > ; 137cdf0e10cSrcweir < " 3rd Outline Level" ; > ; 138cdf0e10cSrcweir < " 4th Outline Level" ; > ; 139cdf0e10cSrcweir < " 5th Outline Level" ; > ; 140cdf0e10cSrcweir < " 6th Outline Level" ; > ; 141cdf0e10cSrcweir < " 7th Outline Level" ; > ; 142cdf0e10cSrcweir < " 8th Outline Level" ; > ; 143cdf0e10cSrcweir < " 9th Outline Level" ; > ; 144cdf0e10cSrcweir < "10th Outline Level" ; > ; 145cdf0e10cSrcweir < " 1st Numbering Level" ; > ; 146cdf0e10cSrcweir < " 2nd Numbering Level" ; > ; 147cdf0e10cSrcweir < " 3rd Numbering Level" ; > ; 148cdf0e10cSrcweir < " 4th Numbering Level" ; > ; 149cdf0e10cSrcweir < " 5th Numbering Level" ; > ; 150cdf0e10cSrcweir < " 6th Numbering Level" ; > ; 151cdf0e10cSrcweir < " 7th Numbering Level" ; > ; 152cdf0e10cSrcweir < " 8th Numbering Level" ; > ; 153cdf0e10cSrcweir < " 9th Numbering Level" ; > ; 154cdf0e10cSrcweir < "10th Numbering Level" ; > ; 155cdf0e10cSrcweir }; 156cdf0e10cSrcweir }; 157cdf0e10cSrcweir String STR_NOTEMPL 158cdf0e10cSrcweir { 159cdf0e10cSrcweir Text [ en-US ] = "<none>" ; 160cdf0e10cSrcweir }; 161cdf0e10cSrcweir}; 162*c27bd345Smseidel 163cdf0e10cSrcweir// ********************************************************************** EOF 164