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