/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * *************************************************************/ #ifndef _XMLFILTERTESTDIALOG_HRC_ #define _XMLFILTERTESTDIALOG_HRC_ #include "xmlfiltercommon.hrc" #define FL_EXPORT 1 #define FT_EXPORT_XSLT 2 #define FT_EXPORT_XSLT_FILE 3 #define FT_TRANSFORM_DOCUMENT 4 #define PB_EXPORT_BROWSE 5 #define PB_CURRENT_DOCUMENT 6 #define FT_NAME_OF_CURRENT_FILE 7 #define FL_IMPORT 8 #define FT_IMPORT_XSLT 9 #define FT_IMPORT_XSLT_FILE 10 #define FT_IMPORT_TEMPLATE 11 #define FT_IMPORT_TEMPLATE_FILE 12 #define FT_TRANSFORM_FILE 13 #define CBX_DISPLAY_SOURCE 14 #define PB_IMPORT_BROWSE 15 #define PB_RECENT_DOCUMENT 16 #define FT_NAME_OF_RECENT_FILE 17 #define PB_HELP 18 #define PB_CLOSE 19 #endif