1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
25 // local resources *********************************************************
27 #define FL_ADDRESSEE 11
28 #define TXT_ADDR_POS 12
29 #define TXT_ADDR_LEFT 13
30 #define FLD_ADDR_LEFT 14
31 #define TXT_ADDR_TOP 15
32 #define FLD_ADDR_TOP 16
33 #define TXT_ADDR_FORMAT 17
34 #define BTN_ADDR_EDIT 18
37 #define TXT_SEND_POS 22
38 #define TXT_SEND_LEFT 23
39 #define FLD_SEND_LEFT 24
40 #define TXT_SEND_TOP 25
41 #define FLD_SEND_TOP 26
42 #define TXT_SEND_FORMAT 27
43 #define BTN_SEND_EDIT 28
46 #define TXT_SIZE_FORMAT 32
47 #define BOX_SIZE_FORMAT 33
48 #define TXT_SIZE_WIDTH 34
49 #define FLD_SIZE_WIDTH 35
50 #define TXT_SIZE_HEIGHT 36
51 #define FLD_SIZE_HEIGHT 37
53 #define WIN_PREVIEW 41
59 // global resources ********************************************************
61 #define MNU_EDIT (RC_ENVFMT_BEGIN )
63 // overflow check ********************************************************
65 #define ENVFMT_ACT_END MNU_EDIT
67 #if ENVFMT_ACT_END > RC_ENVFMT_END
68 #error resource overflow in #file, #line
73 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */