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 "chartins.hrc" 25#include "helpid.h" 26ModelessDialog DLG_INSERT_CHART 27{ 28 OutputSize = TRUE ; 29 SVLook = TRUE ; 30 Size = MAP_APPFONT ( 297, 169 ) ; 31 Moveable = TRUE ; 32 HelpID = HID_INSERT_CHART ; 33 Hide = TRUE ; 34 Text [ en-US ] = "AutoFormat Chart (1-4)" ; 35 FixedLine FL_1 36 { 37 Pos = MAP_APPFONT ( 6, 3 ) ; 38 Size = MAP_APPFONT ( 285, 8 ) ; 39 Text [ en-US ] = "Selection" ; 40 }; 41 FixedText FT_RANGE 42 { 43 Pos = MAP_APPFONT ( 12, 16 ) ; 44 Size = MAP_APPFONT ( 40, 8 ) ; 45 Text [ en-US ] = "A~rea" ; 46 }; 47 Edit ED_RANGE 48 { 49 HelpID = "sw:Edit:DLG_INSERT_CHART:ED_RANGE" ; 50 Border = TRUE ; 51 Pos = MAP_APPFONT ( 56, 14 ) ; 52 Size = MAP_APPFONT ( 229, 12 ) ; 53 }; 54 CheckBox CB_FIRST_ROW 55 { 56 HelpID = "sw:CheckBox:DLG_INSERT_CHART:CB_FIRST_ROW" ; 57 Pos = MAP_APPFONT ( 12, 32 ) ; 58 Size = MAP_APPFONT ( 150, 10 ) ; 59 TabStop = TRUE ; 60 Text [ en-US ] = "~First row as caption" ; 61 Check = TRUE ; 62 }; 63 CheckBox CB_FIRST_COL 64 { 65 HelpID = "sw:CheckBox:DLG_INSERT_CHART:CB_FIRST_COL" ; 66 Pos = MAP_APPFONT ( 12, 46 ) ; 67 Size = MAP_APPFONT ( 150, 10 ) ; 68 TabStop = TRUE ; 69 Text [ en-US ] = "First ~column as caption" ; 70 Check = TRUE ; 71 }; 72 FixedText FT_TEXT 73 { 74 Pos = MAP_APPFONT ( 6, 72 ) ; 75 Size = MAP_APPFONT ( 285, 62 ) ; 76 Text [ en-US ] = "If the selected cells do not contain the desired data, select the data range now.\n\nInclude the cells containing column and row labels if you want them to be included in your chart." ; 77 WordBreak = TRUE ; 78 }; 79 FixedLine FL_HLINE 80 { 81 Pos = MAP_APPFONT ( 0, 140 ) ; 82 Size = MAP_APPFONT ( 297, 8 ) ; 83 }; 84 HelpButton BT_HELP 85 { 86 Pos = MAP_APPFONT ( 6, 151 ) ; 87 Size = MAP_APPFONT ( 50, 14 ) ; 88 TabStop = TRUE ; 89 }; 90 CancelButton BT_CANCEL 91 { 92 Pos = MAP_APPFONT ( 60, 151 ) ; 93 Size = MAP_APPFONT ( 50, 14 ) ; 94 TabStop = TRUE ; 95 }; 96 PushButton BT_PREV 97 { 98 HelpID = "sw:PushButton:DLG_INSERT_CHART:BT_PREV" ; 99 Pos = MAP_APPFONT ( 130, 151 ) ; 100 Size = MAP_APPFONT ( 50, 14 ) ; 101 TabStop = TRUE ; 102 Disable = TRUE ; 103 Text [ en-US ] = "< ~Back" ; 104 }; 105 PushButton BT_NEXT 106 { 107 HelpID = "sw:PushButton:DLG_INSERT_CHART:BT_NEXT" ; 108 Pos = MAP_APPFONT ( 185, 151 ) ; 109 Size = MAP_APPFONT ( 50, 14 ) ; 110 Disable = TRUE ; 111 TabStop = TRUE ; 112 Text [ en-US ] = "~Next >" ; 113 }; 114 PushButton BT_FINISH 115 { 116 HelpID = "sw:PushButton:DLG_INSERT_CHART:BT_FINISH" ; 117 Pos = MAP_APPFONT ( 240, 151 ) ; 118 Size = MAP_APPFONT ( 50, 14 ) ; 119 TabStop = TRUE ; 120 Text [ en-US ] = "Cre~ate" ; 121 }; 122}; 123 124// ********************************************************************** EOF 125