1*e037e032SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*e037e032SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*e037e032SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*e037e032SAndrew Rist * distributed with this work for additional information 6*e037e032SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*e037e032SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*e037e032SAndrew Rist * "License"); you may not use this file except in compliance 9*e037e032SAndrew Rist * with the License. You may obtain a copy of the License at 10*e037e032SAndrew Rist * 11*e037e032SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*e037e032SAndrew Rist * 13*e037e032SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*e037e032SAndrew Rist * software distributed under the License is distributed on an 15*e037e032SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*e037e032SAndrew Rist * KIND, either express or implied. See the License for the 17*e037e032SAndrew Rist * specific language governing permissions and limitations 18*e037e032SAndrew Rist * under the License. 19*e037e032SAndrew Rist * 20*e037e032SAndrew Rist *************************************************************/ 21*e037e032SAndrew Rist 22*e037e032SAndrew Rist 23cdf0e10cSrcweir#define BTN_PREVIEW 51 24cdf0e10cSrcweir#define WIN_PREVIEW 50 25cdf0e10cSrcweir#define GB_DOCCLASS 1 26cdf0e10cSrcweir#define LB_DOCCLASS 2 27cdf0e10cSrcweir#define GB_DESC 10 28cdf0e10cSrcweir#define FT_DESC 11 29cdf0e10cSrcweir#define FT_STYLESHEETS 19 30cdf0e10cSrcweir#define FT_REGION 20 31cdf0e10cSrcweir#define ED_TITLE 56 32cdf0e10cSrcweir#define ED_KEYWORDS 61 33cdf0e10cSrcweir#define FT_KEYWORDS 60 34cdf0e10cSrcweir#define FT_TITLE 55 35cdf0e10cSrcweir#define ED_DESC 71 36cdf0e10cSrcweir#define FT_DOCINFO 70 37cdf0e10cSrcweir#define LB_REGION 21 38cdf0e10cSrcweir#define BT_OK 30 39cdf0e10cSrcweir#define BT_CANCEL 31 40cdf0e10cSrcweir#define BT_HELP 32 41cdf0e10cSrcweir#define GB_DOCINFO 70 42cdf0e10cSrcweir#define ED_THEMA 55 43cdf0e10cSrcweir#define FT_THEMA 54 44cdf0e10cSrcweir#define FT_TEMPLATE 53 45cdf0e10cSrcweir#define LB_TEMPLATE 52 46cdf0e10cSrcweir#define BT_MORE 32 47cdf0e10cSrcweir#define CB_TEXT_STYLE 33 48cdf0e10cSrcweir#define CB_FRAME_STYLE 34 49cdf0e10cSrcweir#define CB_PAGE_STYLE 35 50cdf0e10cSrcweir#define CB_NUM_STYLE 36 51cdf0e10cSrcweir#define CB_MERGE_STYLE 37 52cdf0e10cSrcweir#define PB_LOAD_FILE 38 53cdf0e10cSrcweir#define STR_LOAD_TEMPLATE 39 54