18414840eSAndrew Rist/************************************************************** 2*b5e95adbSmseidel * 38414840eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 48414840eSAndrew Rist * or more contributor license agreements. See the NOTICE file 58414840eSAndrew Rist * distributed with this work for additional information 68414840eSAndrew Rist * regarding copyright ownership. The ASF licenses this file 78414840eSAndrew Rist * to you under the Apache License, Version 2.0 (the 88414840eSAndrew Rist * "License"); you may not use this file except in compliance 98414840eSAndrew Rist * with the License. You may obtain a copy of the License at 10*b5e95adbSmseidel * 118414840eSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*b5e95adbSmseidel * 138414840eSAndrew Rist * Unless required by applicable law or agreed to in writing, 148414840eSAndrew Rist * software distributed under the License is distributed on an 158414840eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 168414840eSAndrew Rist * KIND, either express or implied. See the License for the 178414840eSAndrew Rist * specific language governing permissions and limitations 188414840eSAndrew Rist * under the License. 19*b5e95adbSmseidel * 208414840eSAndrew Rist *************************************************************/ 218414840eSAndrew Rist 228414840eSAndrew Rist 23*b5e95adbSmseidel 24cdf0e10cSrcweir#ifndef _SVX_POSTDLG_HRC 25cdf0e10cSrcweir#define _SVX_POSTDLG_HRC 26cdf0e10cSrcweir 27cdf0e10cSrcweir// defines ------------------------------------------------------------------ 28cdf0e10cSrcweir 29*b5e95adbSmseidel#define FT_LASTEDITLABEL 10 30*b5e95adbSmseidel#define FT_LASTEDIT 11 31*b5e95adbSmseidel#define FT_EDIT 12 32*b5e95adbSmseidel#define ED_EDIT 13 33*b5e95adbSmseidel#define FL_POSTIT 14 34*b5e95adbSmseidel#define BTN_PREV 15 35*b5e95adbSmseidel#define BTN_NEXT 16 36*b5e95adbSmseidel#define BTN_AUTHOR 17 37*b5e95adbSmseidel#define FT_AUTHOR 18 38cdf0e10cSrcweir 39cdf0e10cSrcweir#define STR_NOTIZ_EDIT 20 40cdf0e10cSrcweir#define STR_NOTIZ_INSERT 21 41cdf0e10cSrcweir 42*b5e95adbSmseidel#define BTN_POST_OK 30 43*b5e95adbSmseidel#define BTN_POST_CANCEL 31 44*b5e95adbSmseidel#define BTN_POST_HELP 32 45cdf0e10cSrcweir 46cdf0e10cSrcweir#endif 47