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#include "misc.hrc" 25#include "insfnote.hrc" 26#include "helpid.h" 27// #define DLG_INS_FOOTNOTE 257 28ModalDialog DLG_INS_FOOTNOTE 29{ 30 HelpID = "sw:ModalDialog:DLG_INS_FOOTNOTE" ; 31 OutputSize = TRUE ; 32 SVLook = TRUE ; 33 Size = MAP_APPFONT ( 160, 100 ) ; 34 Text [ en-US ] = "Insert Footnote/Endnote" ; 35 Moveable = TRUE ; 36 Edit ED_NUMBER_CHAR 37 { 38 HelpID = "sw:Edit:DLG_INS_FOOTNOTE:ED_NUMBER_CHAR" ; 39 Disable = TRUE ; 40 Border = TRUE ; 41 Pos = MAP_APPFONT ( 69, 27 ) ; 42 Size = MAP_APPFONT ( 23, 12 ) ; 43 TabStop = TRUE ; 44 Group = TRUE ; 45 Left = TRUE ; 46 }; 47 String STR_CHAR 48 { 49 Text [ en-US ] = "Character" ; 50 }; 51 OKButton BT_OK 52 { 53 Pos = MAP_APPFONT ( 104, 6 ) ; 54 Size = MAP_APPFONT ( 50, 14 ) ; 55 TabStop = TRUE ; 56 Group = TRUE ; 57 DefButton = TRUE ; 58 }; 59 CancelButton BT_CANCEL 60 { 61 Pos = MAP_APPFONT ( 104, 23 ) ; 62 Size = MAP_APPFONT ( 50, 14 ) ; 63 TabStop = TRUE ; 64 Group = TRUE ; 65 }; 66 HelpButton BT_HELP 67 { 68 Pos = MAP_APPFONT ( 104, 43 ) ; 69 Size = MAP_APPFONT ( 50, 14 ) ; 70 TabStop = TRUE ; 71 Group = TRUE ; 72 }; 73 ImageButton BT_PREV 74 { 75 HelpID = "sw:ImageButton:DLG_INS_FOOTNOTE:BT_PREV" ; 76 Pos = MAP_APPFONT ( 104, 82 ) ; 77 Size = MAP_APPFONT ( 24, 14 ) ; 78 TabStop = TRUE ; 79 Hide = TRUE ; 80 SYMBOL = IMAGEBUTTON_PREV ; 81 }; 82 ImageButton BT_NEXT 83 { 84 HelpID = "sw:ImageButton:DLG_INS_FOOTNOTE:BT_NEXT" ; 85 Pos = MAP_APPFONT ( 130, 82 ) ; 86 Size = MAP_APPFONT ( 24, 14 ) ; 87 TabStop = TRUE ; 88 Hide = TRUE ; 89 SYMBOL = IMAGEBUTTON_NEXT ; 90 }; 91 RadioButton RB_NUMBER_AUTO 92 { 93 HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_NUMBER_AUTO" ; 94 Pos = MAP_APPFONT ( 12, 14 ) ; 95 Size = MAP_APPFONT ( 79, 10 ) ; 96 Text [ en-US ] = "~Automatic" ; 97 TabStop = TRUE ; 98 Group = TRUE ; 99 Check = TRUE ; 100 }; 101 RadioButton RB_NUMBER_CHAR 102 { 103 HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_NUMBER_CHAR" ; 104 Pos = MAP_APPFONT ( 12, 27 ) ; 105 Size = MAP_APPFONT ( 54, 10 ) ; 106 Text [ en-US ] = "~Character" ; 107 }; 108 FixedLine FL_NUMBER 109 { 110 Pos = MAP_APPFONT ( 6, 3 ) ; 111 Size = MAP_APPFONT ( 92, 8 ) ; 112 Text [ en-US ] = "Numbering" ; 113 }; 114 PushButton BT_NUMBER_CHAR 115 { 116 HelpID = "sw:PushButton:DLG_INS_FOOTNOTE:BT_NUMBER_CHAR" ; 117 Pos = MAP_APPFONT ( 69, 42 ) ; 118 Size = MAP_APPFONT ( 12, 12 ) ; 119 Text = "..." ; 120 }; 121 RadioButton RB_TYPE_FTN 122 { 123 HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_TYPE_FTN" ; 124 Pos = MAP_APPFONT ( 12, 70 ) ; 125 Size = MAP_APPFONT ( 79, 10 ) ; 126 TabStop = TRUE ; 127 Group = TRUE ; 128 Check = TRUE ; 129 Text [ en-US ] = "~Footnote" ; 130 }; 131 RadioButton RB_TYPE_ENDNOTE 132 { 133 HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_TYPE_ENDNOTE" ; 134 Pos = MAP_APPFONT ( 12, 83 ) ; 135 Size = MAP_APPFONT ( 79, 10 ) ; 136 Text [ en-US ] = "~Endnote" ; 137 }; 138 FixedLine FL_TYPE 139 { 140 Pos = MAP_APPFONT ( 6, 60 ) ; 141 Size = MAP_APPFONT ( 92, 8 ) ; 142 Text [ en-US ] = "Type" ; 143 }; 144}; 145 146// ********************************************************************** EOF 147