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