1fefe2166SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4fefe2166SAndrew Rist * or more contributor license agreements. See the NOTICE file 5fefe2166SAndrew Rist * distributed with this work for additional information 6fefe2166SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the 8fefe2166SAndrew Rist * "License"); you may not use this file except in compliance 9fefe2166SAndrew Rist * with the License. You may obtain a copy of the License at 10fefe2166SAndrew Rist * 11fefe2166SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12fefe2166SAndrew Rist * 13fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing, 14fefe2166SAndrew Rist * software distributed under the License is distributed on an 15fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16fefe2166SAndrew Rist * KIND, either express or implied. See the License for the 17fefe2166SAndrew Rist * specific language governing permissions and limitations 18fefe2166SAndrew Rist * under the License. 19fefe2166SAndrew Rist * 20fefe2166SAndrew Rist *************************************************************/ 21fefe2166SAndrew Rist 22fefe2166SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir 25cdf0e10cSrcweir// Box Textbausteine 26cdf0e10cSrcweir#define FT_SHORTNAME 1 27cdf0e10cSrcweir#define ED_SHORTNAME 2 28cdf0e10cSrcweir#define FT_NAME 3 29cdf0e10cSrcweir//#define DCB_NAME 4 30cdf0e10cSrcweir#define ED_NAME 4 31cdf0e10cSrcweir#define CB_INSERT_TIP 5 32cdf0e10cSrcweir 33cdf0e10cSrcweir//#define FT_BIB 10 34cdf0e10cSrcweir 35cdf0e10cSrcweir#define PB_INSERT 50 36cdf0e10cSrcweir#define PB_EDIT 52 37cdf0e10cSrcweir#define PB_BIB 54 38cdf0e10cSrcweir#define PB_CLOSE 55 39cdf0e10cSrcweir#define PB_PATH 56 40cdf0e10cSrcweir#define PB_HELP 57 41cdf0e10cSrcweir 42cdf0e10cSrcweir#define MNU_EDIT 60 43cdf0e10cSrcweir#define FN_GL_DEFINE 61 44cdf0e10cSrcweir#define FN_GL_DEFINE_TEXT 62 45cdf0e10cSrcweir#define FN_GL_REPLACE 63 46cdf0e10cSrcweir#define FN_GL_EDIT 64 47cdf0e10cSrcweir#define FN_GL_DELETE 65 48cdf0e10cSrcweir#define FN_GL_RENAME 66 49cdf0e10cSrcweir#define FN_GL_MACRO 67 50cdf0e10cSrcweir#define CB_FILE_REL 68 51cdf0e10cSrcweir#define CB_NET_REL 69 52cdf0e10cSrcweir#define FL_RELATIVE 70 53cdf0e10cSrcweir#define WIN_EXAMPLE 72 54cdf0e10cSrcweir#define CB_SHOW_EXAMPLE 73 55cdf0e10cSrcweir#define FN_GL_COPY_TO_CLIPBOARD 74 56cdf0e10cSrcweir#define FN_GL_IMPORT 75 57cdf0e10cSrcweir#define ST_READONLY 76 58cdf0e10cSrcweir#define ST_READONLY_PATH 77 59cdf0e10cSrcweir#define FN_GL_REPLACE_TEXT 78 60cdf0e10cSrcweir#define WIN_EXAMPLE_DUMMY 79 61cdf0e10cSrcweir 62cdf0e10cSrcweir// Box Bibliothek Textbausteine 63cdf0e10cSrcweir#define FL_EDIT 1 64cdf0e10cSrcweir#define FL_BIB 2 65cdf0e10cSrcweir#define ED_BIB 3 66cdf0e10cSrcweir 67cdf0e10cSrcweir#define PB_NEW 10 68cdf0e10cSrcweir#define PB_DELETE 11 69cdf0e10cSrcweir 70cdf0e10cSrcweir#define BT_OK 100 71cdf0e10cSrcweir 72cdf0e10cSrcweir// beide 73cdf0e10cSrcweir#define LB_BIB 80 74cdf0e10cSrcweir 75cdf0e10cSrcweir// Dialog Namensaenderung 76cdf0e10cSrcweir#define FT_ON 1 77cdf0e10cSrcweir#define FT_OS 2 78cdf0e10cSrcweir#define FT_NN 3 79cdf0e10cSrcweir#define FT_NS 4 80cdf0e10cSrcweir#define ED_ON 5 81cdf0e10cSrcweir#define ED_OS 6 82cdf0e10cSrcweir#define ED_NN 7 83cdf0e10cSrcweir#define ED_NS 8 84cdf0e10cSrcweir#define FL_NN 9 85cdf0e10cSrcweir#define BT_CANCEL 10 86cdf0e10cSrcweir#define BT_OKNEW 11 87*ca62e2c2SSteve Yin//IAccessibility2 Implementation 2009----- 88*ca62e2c2SSteve Yin#define STR_SW_CATEGORY 12 89*ca62e2c2SSteve Yin//-----IAccessibility2 Implementation 2009 90