10e2af6afSAndrew Rist/************************************************************** 2c1084220Smseidel * 30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 40e2af6afSAndrew Rist * or more contributor license agreements. See the NOTICE file 50e2af6afSAndrew Rist * distributed with this work for additional information 60e2af6afSAndrew Rist * regarding copyright ownership. The ASF licenses this file 70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the 80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance 90e2af6afSAndrew Rist * with the License. You may obtain a copy of the License at 10c1084220Smseidel * 110e2af6afSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12c1084220Smseidel * 130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing, 140e2af6afSAndrew Rist * software distributed under the License is distributed on an 150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 160e2af6afSAndrew Rist * KIND, either express or implied. See the License for the 170e2af6afSAndrew Rist * specific language governing permissions and limitations 180e2af6afSAndrew Rist * under the License. 19c1084220Smseidel * 200e2af6afSAndrew Rist *************************************************************/ 210e2af6afSAndrew Rist 220e2af6afSAndrew Rist 23c1084220Smseidel 24c1084220Smseidel// include --------------------------------------------------------------- 25cdf0e10cSrcweir#include <cuires.hrc> 26cdf0e10cSrcweir#include "postdlg.hrc" 27cdf0e10cSrcweir#include "helpid.hrc" 28cdf0e10cSrcweir#include <svx/dialogs.hrc> // for RID_SVXDLG_POSTIT 29cdf0e10cSrcweir 30c1084220Smseidel// RID_SVXDLG_POSTIT ----------------------------------------------------- 31cdf0e10cSrcweirModalDialog RID_SVXDLG_POSTIT 32cdf0e10cSrcweir{ 33cdf0e10cSrcweir HelpId = HID_POSTIT_DIALOG ; 34cdf0e10cSrcweir OutputSize = TRUE ; 35cdf0e10cSrcweir SvLook = TRUE ; 36*b5e95adbSmseidel Size = MAP_APPFONT ( 228, 120 ) ; 37*b5e95adbSmseidel Text [ en-US ] = "Comment" ; 38cdf0e10cSrcweir Moveable = TRUE ; 39cdf0e10cSrcweir FixedText FT_LASTEDITLABEL 40cdf0e10cSrcweir { 41c1084220Smseidel Pos = MAP_APPFONT ( 12, 14 ) ; 42c1084220Smseidel Size = MAP_APPFONT ( 34, 8 ) ; 43*b5e95adbSmseidel Text [ en-US ] = "Author:" ; 44cdf0e10cSrcweir Left = TRUE ; 45cdf0e10cSrcweir }; 46cdf0e10cSrcweir FixedText FT_LASTEDIT 47cdf0e10cSrcweir { 48*b5e95adbSmseidel Pos = MAP_APPFONT ( 45, 14 ) ; 49*b5e95adbSmseidel Size = MAP_APPFONT ( 120, 8 ) ; 50cdf0e10cSrcweir Left = TRUE ; 51cdf0e10cSrcweir }; 52cdf0e10cSrcweir FixedText FT_EDIT 53cdf0e10cSrcweir { 54c1084220Smseidel Pos = MAP_APPFONT ( 12, 27 ) ; 55c1084220Smseidel Size = MAP_APPFONT ( 100, 8 ) ; 56cdf0e10cSrcweir Text [ en-US ] = "~Text" ; 57cdf0e10cSrcweir Left = TRUE ; 58cdf0e10cSrcweir }; 59cdf0e10cSrcweir MultiLineEdit ED_EDIT 60cdf0e10cSrcweir { 61c1084220Smseidel HelpID = "cui:MultiLineEdit:RID_SVXDLG_POSTIT:ED_EDIT" ; 62cdf0e10cSrcweir Border = TRUE ; 63c1084220Smseidel Pos = MAP_APPFONT ( 12, 38 ) ; 64*b5e95adbSmseidel Size = MAP_APPFONT ( 153, 75 ) ; 65cdf0e10cSrcweir Left = TRUE ; 66cdf0e10cSrcweir VScroll = TRUE ; 67cdf0e10cSrcweir HScroll = TRUE ; 68cdf0e10cSrcweir IgnoreTab = TRUE ; 69cdf0e10cSrcweir }; 70c1084220Smseidel FixedLine FL_POSTIT 71cdf0e10cSrcweir { 72c1084220Smseidel Pos = MAP_APPFONT ( 6, 3 ) ; 73*b5e95adbSmseidel Size = MAP_APPFONT ( 159, 8 ) ; 74cdf0e10cSrcweir Text [ en-US ] = "Contents" ; 75cdf0e10cSrcweir }; 76cdf0e10cSrcweir OKButton BTN_POST_OK 77cdf0e10cSrcweir { 78*b5e95adbSmseidel Pos = MAP_APPFONT ( 171, 6 ) ; 79c1084220Smseidel Size = MAP_APPFONT ( 50, 15 ) ; 80cdf0e10cSrcweir DefButton = TRUE ; 81cdf0e10cSrcweir }; 82cdf0e10cSrcweir CancelButton BTN_POST_CANCEL 83cdf0e10cSrcweir { 84*b5e95adbSmseidel Pos = MAP_APPFONT ( 171, 23 ) ; 85c1084220Smseidel Size = MAP_APPFONT ( 50, 15 ) ; 86cdf0e10cSrcweir }; 87cdf0e10cSrcweir HelpButton BTN_POST_HELP 88cdf0e10cSrcweir { 89*b5e95adbSmseidel Pos = MAP_APPFONT ( 171, 40 ) ; 90c1084220Smseidel Size = MAP_APPFONT ( 50, 15 ) ; 91cdf0e10cSrcweir }; 92cdf0e10cSrcweir ImageButton BTN_PREV 93cdf0e10cSrcweir { 94c1084220Smseidel HelpID = "cui:ImageButton:RID_SVXDLG_POSTIT:BTN_PREV" ; 95*b5e95adbSmseidel Pos = MAP_APPFONT ( 171, 60 ) ; 96c1084220Smseidel Size = MAP_APPFONT ( 24, 14 ) ; 97cdf0e10cSrcweir Symbol = IMAGEBUTTON_ARROW_LEFT ; 98cdf0e10cSrcweir }; 99cdf0e10cSrcweir ImageButton BTN_NEXT 100cdf0e10cSrcweir { 101c1084220Smseidel HelpID = "cui:ImageButton:RID_SVXDLG_POSTIT:BTN_NEXT" ; 102*b5e95adbSmseidel Pos = MAP_APPFONT ( 197, 60 ) ; 103c1084220Smseidel Size = MAP_APPFONT ( 24, 14 ) ; 104cdf0e10cSrcweir Symbol = IMAGEBUTTON_ARROW_RIGHT ; 105cdf0e10cSrcweir }; 106*b5e95adbSmseidel// FixedText FT_AUTHOR 107*b5e95adbSmseidel// { 108*b5e95adbSmseidel// Pos = MAP_APPFONT ( 12, 116 ) ; 109*b5e95adbSmseidel// Size = MAP_APPFONT ( 60, 8 ) ; 110*b5e95adbSmseidel// Text [ en-US ] = "~Insert" ; 111*b5e95adbSmseidel// }; 112*b5e95adbSmseidel// PushButton BTN_AUTHOR 113*b5e95adbSmseidel// { 114*b5e95adbSmseidel// HelpID = "cui:PushButton:RID_SVXDLG_POSTIT:BTN_AUTHOR" ; 115*b5e95adbSmseidel// Pos = MAP_APPFONT ( 75, 114 ) ; 116*b5e95adbSmseidel// Size = MAP_APPFONT ( 60, 14 ) ; 117*b5e95adbSmseidel// Text [ en-US ] = "Author" ; 118*b5e95adbSmseidel// }; 119*b5e95adbSmseidel// // local strings 120*b5e95adbSmseidel// String STR_NOTIZ_EDIT 121*b5e95adbSmseidel// { 122*b5e95adbSmseidel// Text [ en-US ] = "Edit Note" ; 123*b5e95adbSmseidel// }; 124*b5e95adbSmseidel// String STR_NOTIZ_INSERT 125*b5e95adbSmseidel// { 126*b5e95adbSmseidel// Text [ en-US ] = "Insert note" ; 127*b5e95adbSmseidel// }; 128cdf0e10cSrcweir}; 129cdf0e10cSrcweir 130c1084220Smseidel// ********************************************************************** EOF 131