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#include "globals.hrc" 24cdf0e10cSrcweir 25cdf0e10cSrcweir#define ED_WIDTH 1 26cdf0e10cSrcweir#define FL_WIDTH 3 27cdf0e10cSrcweir#define CB_REL_WIDTH 4 28cdf0e10cSrcweir#define RB_LEFT 10 29cdf0e10cSrcweir#define RB_RIGHT 11 30cdf0e10cSrcweir#define RB_CENTER 12 31cdf0e10cSrcweir#define RB_FREE 13 32cdf0e10cSrcweir#define RB_FULL 14 33cdf0e10cSrcweir#define FL_POS 15 34cdf0e10cSrcweir#define ED_LEFT_DIST 51 35cdf0e10cSrcweir#define ED_RIGHT_DIST 52 36cdf0e10cSrcweir#define FT_RIGHT_DIST 53 37cdf0e10cSrcweir#define FT_LEFT_DIST 54 38cdf0e10cSrcweir#define FT_TOP_DIST 20 39cdf0e10cSrcweir#define ED_TOP_DIST 21 40cdf0e10cSrcweir#define FT_BOTTOM_DIST 22 41cdf0e10cSrcweir#define ED_BOTTOM_DIST 23 42cdf0e10cSrcweir#define FL_DIST 24 43cdf0e10cSrcweir#define FT_WIDTH 25 44cdf0e10cSrcweir#define FT_SCOL 30 45cdf0e10cSrcweir#define DLB_SCOL 31 46cdf0e10cSrcweir#define FT_POS 32 47cdf0e10cSrcweir#define DLB_SPOS 33 48cdf0e10cSrcweir#define FT_SSZ 34 49cdf0e10cSrcweir#define ED_SSZ 36 50cdf0e10cSrcweir#define FL_SHADE 37 51cdf0e10cSrcweir#define CB_HEADLINE 40 52cdf0e10cSrcweir#define FT_REPEAT_HEADER 40 53cdf0e10cSrcweir#define NF_REPEAT_HEADER 40 54cdf0e10cSrcweir#define WIN_REPEAT_HEADER 40 55cdf0e10cSrcweir#define FL_HEADLINE 41 56cdf0e10cSrcweir#define FL_PROPERTIES 42 57cdf0e10cSrcweir#define FT_TEXTDIRECTION 43 58cdf0e10cSrcweir#define LB_TEXTDIRECTION 44 59cdf0e10cSrcweir 60cdf0e10cSrcweir#define BT_OK 100 61cdf0e10cSrcweir#define BT_CANCEL 101 62cdf0e10cSrcweir#define BT_MORE 102 63cdf0e10cSrcweir#define ED_NAME 103 64cdf0e10cSrcweir#define FT_NAME 104 65cdf0e10cSrcweir#define FL_OPTIONS 105 66cdf0e10cSrcweir#define FL_NAME 106 67cdf0e10cSrcweir#define COL_FT_1 107 68cdf0e10cSrcweir#define COL_MF_1 108 69cdf0e10cSrcweir#define COL_FT_2 109 70cdf0e10cSrcweir#define COL_MF_2 110 71cdf0e10cSrcweir#define COL_FT_3 111 72cdf0e10cSrcweir#define COL_MF_3 112 73cdf0e10cSrcweir#define COL_FT_4 113 74cdf0e10cSrcweir#define COL_MF_4 114 75cdf0e10cSrcweir#define COL_FT_5 115 76cdf0e10cSrcweir#define COL_MF_5 116 77cdf0e10cSrcweir#define COL_FT_6 117 78cdf0e10cSrcweir#define COL_MF_6 118 79cdf0e10cSrcweir#define COL_FL_LAYOUT 119 80cdf0e10cSrcweir#define COL_BTN_UP 120 81cdf0e10cSrcweir#define COL_BTN_DOWN 121 82cdf0e10cSrcweir#define CB_MOD_TBL 122 83cdf0e10cSrcweir#define CB_PROP 123 84cdf0e10cSrcweir 85cdf0e10cSrcweir#define FT_SPACE 125 86cdf0e10cSrcweir#define ED_SPACE 126 87cdf0e10cSrcweir 88cdf0e10cSrcweir#define FL_FLOW 130 89cdf0e10cSrcweir#define CB_PAGEBREAK 131 90cdf0e10cSrcweir#define RB_BREAKPAGE 132 91cdf0e10cSrcweir#define RB_BREAKCOLUMN 133 92cdf0e10cSrcweir#define RB_PAGEBREAKBEFORE 134 93cdf0e10cSrcweir#define RB_PAGEBREAKAFTER 135 94cdf0e10cSrcweir#define CB_PAGECOLL 136 95cdf0e10cSrcweir#define LB_PAGECOLL 137 96cdf0e10cSrcweir#define FT_PAGENUM 138 97cdf0e10cSrcweir#define NF_PAGENUM 139 98cdf0e10cSrcweir#define CB_KEEP 144 99cdf0e10cSrcweir#define CB_SPLIT 145 100cdf0e10cSrcweir#define CB_SPLIT_ROW 146 101cdf0e10cSrcweir 102cdf0e10cSrcweir#define FL_VERT_ORIENT 140 103cdf0e10cSrcweir#define RB_FROM_LEFT 144 104cdf0e10cSrcweir 105*ca62e2c2SSteve Yin//IAccessibility2 Impplementaton 2009----- 106*ca62e2c2SSteve Yin#define STR_COLUMN_WIDTH 145 107*ca62e2c2SSteve Yin//-----IAccessibility2 Impplementaton 2009 108cdf0e10cSrcweir#define FT_VERTORIENT 150 109cdf0e10cSrcweir#define LB_VERTORIENT 151 110cdf0e10cSrcweir 111