office-gobmx/extensions/inc/extensio.hrc
Release Engineers 7d3b6d29c0 CWS-TOOLING: integrate CWS dba32c
2009-06-29 20:53:25 +0200 fs  r273484 : #i103138# Rectangle conversion
2009-06-29 20:51:50 +0200 fs  r273483 : #i103138# yet more refactoring, now also setting the proper zoom level at the proper point in time
2009-06-29 13:40:26 +0200 fs  r273470 : added svn:ignore to ignore output paths
2009-06-29 10:08:54 +0200 fs  r273455 : #i103138#
refactored the code for positioning/zooming the control
Basically, we now allow adjustControlGeometry_throw (formerly known as positionControl_throw and setControlZoom) to
take an additional ViewTransformation parameter, describing the transformation to obtain the actual
control position/size. Consequently, positionControl itself also allows for a ViewTransformation parameter.
This has become necessary since during painting, the device which we created our control for might not necessarily
have a proper MapMode set. In this case, if we would use this map mode for calculating the control's position/size,
this would lead to wrong results.
Note that this problem was introduced by the fix for #i101398#: During the fix, we postponed the control creation
to a later time (when it is really needed). At this later time, the MapMode at the device is broken, at the earlier
time where we formerly crearted the control (createPrimitive2DSequence), it is not yet broken.
Whether or not the MapMode is defined as "broken" might depend on one's point of view, however ...
I consider it broken, since:
- we need the map mode to obtain the proper zoom level, which is to be forwarded to the control
- there are scenarios where the MapMode is *not* set to MAP_PIXEL (in those scenarios, everything works
  fine), and there are scenarios where it *is* set to MAP_PIXEL (in those the bug 103138 appears).
It somehow feels wrong that one cannot rely on the device's map mode this way, but on the other hand
one has no possibility to obtain the current zoom by other means.
Note that one issue (still to be submitted) is left: In the page pane of a Draw/Impress document, controls
have a wrong text size. This is because in this pane, the above-mentioned "broken" map mode is used,
which means the controls have a zoom of "1:1" set, which is wrong here.
2009-06-25 13:41:35 +0200 msc  r273380 : #100000# the tabs changed die to new properties
2009-06-24 12:42:40 +0200 msc  r273330 : #102082# remove issue warning
2009-06-22 10:43:14 +0200 fs  r273201 : createPrimitive2DSequence: care for being disposed
2009-06-18 12:35:13 +0200 oj  r273109 : #i102305# make nooptfiles for gcc
2009-06-17 12:14:37 +0200 oj  r273056 : #i102305# fix for linux
2009-06-17 07:20:22 +0200 oj  r273046 : #i102305# move ValueTransfer into the for loop to avoid a crash under Linux
2009-06-17 07:17:28 +0200 oj  r273045 : #i102305# use varchar
2009-06-15 14:11:27 +0200 fs  r272983 : added since tag
2009-06-15 12:11:39 +0200 oj  r272973 : #i102305# SAL_DLLPUBLIC_EXPORT inserted
2009-06-15 11:08:53 +0200 fs  r272969 : #i10000#
2009-06-15 09:25:13 +0200 fs  r272963 : merging fix for P1 issue #i102701#
2009-06-11 11:31:24 +0200 fs  r272858 : #i10000# copied the fix which before the rebase was done in ../dialog/macropg.src
2009-06-11 09:38:14 +0200 fs  r272846 : CWS-TOOLING: rebase CWS dba32c to trunk@272827 (milestone: DEV300:m50)
2009-06-02 09:53:10 +0200 fs  r272483 : #i10000#
2009-05-29 15:55:03 +0200 fs  r272465 : #i100818#
2009-05-29 12:58:43 +0200 fs  r272452 : don't apply comphelper::getString on possibly VOID any
2009-05-29 10:38:35 +0200 oj  r272437 : #i101519# handle where condition
2009-05-29 09:53:39 +0200 fs  r272434 : #i100818# call into releaseStubs /without/ locked GlobalMutex
2009-05-28 07:53:44 +0200 oj  r272375 : #i101369# parse tree changed
2009-05-27 14:53:36 +0200 fs  r272347 : #i10000#
2009-05-27 09:29:15 +0200 oj  r272327 : #i101626# check for double before hard cast
2009-05-27 09:13:58 +0200 oj  r272326 : #i101626# handle void correctly
2009-05-27 08:04:39 +0200 oj  r272321 : #i102256# wrong method signature used
2009-05-27 07:55:52 +0200 oj  r272320 : #i101519# look up parameter typ if used in function
2009-05-27 06:49:07 +0200 oj  r272319 : #i101519# set parameter from rowset as well
2009-05-26 13:30:56 +0200 oj  r272297 : #i101987# impl XBatchExecution
2009-05-26 12:44:34 +0200 oj  r272293 : #i101700# check if group is not set
2009-05-26 12:16:53 +0200 oj  r272290 : #i101369# resolved some reduce7reduce problems with boolean_term and search_condition
2009-05-26 12:12:42 +0200 oj  r272289 : #i101369# fix for or on one line criteria
2009-05-25 16:02:25 +0200 fs  r272257 : #i999704# +PROPERTY_MOUSE_WHEEL_BEHAVIOR
2009-05-25 16:01:55 +0200 fs  r272256 : merging the changes from CWS dba32b herein
2009-05-25 15:49:57 +0200 fs  r272254 : #i999704#
2009-05-25 15:32:57 +0200 fs  r272252 : #i99704# grid columns also to respect the MouseWheelBehavior property
2009-05-25 15:23:43 +0200 fs  r272251 : don't pass empty Anys to ::comphelper::getString
2009-05-25 14:48:43 +0200 fs  r272248 : merged changes from CWS dba32b herein
2009-05-25 14:44:40 +0200 fs  r272247 : #i99704# support new MouseWheelBehavior property
2009-05-25 14:43:18 +0200 fs  r272246 : #i99704# WheelWithoutFocus (peer property) superseded by MouseWheelBehavior (model property)
2009-05-25 14:41:03 +0200 fs  r272245 : #i99704# no need to set the mouse wheel behavior at the peer, this is now a model property, having the right default
2009-05-25 14:39:31 +0200 fs  r272243 : removed dead import
2009-05-25 14:35:36 +0200 fs  r272242 : the new EnableVisible doesn't make sense for grid columns
2009-05-25 14:34:33 +0200 fs  r272241 : #i99704# +MouseWheelBehavior - allow to enable/disable the mouse wheel for the control, or make it focus-dependent
2009-05-25 14:26:11 +0200 fs  r272240 : #i99704# change MouseSettings wheel flag (NoWheelActionWithoutFocus) to a three-state option, allowing to completely ignore the mouse wheel
2009-05-23 21:35:59 +0200 fs  r272213 : localize 'sub component opened/closed' event
2009-05-22 21:42:47 +0200 fs  r272211 : #i102003#
2009-05-22 21:42:20 +0200 fs  r272210 : grammar
2009-05-22 21:36:10 +0200 fs  r272209 : #i102140# load only once, not twice, and show error messages during loading (and during any form action, that is) asynchronously
2009-05-22 21:35:11 +0200 fs  r272208 : #i102140# +clear
2009-05-22 14:50:30 +0200 fs  r272194 : #i102139# for newly created DB docs, set the MacroExecutionMode to USE_CONFIG
2009-05-22 12:03:42 +0200 fs  r272180 : #i88878#
provided by noel.power@novell.com
implement a visibility property (EnableVisible) for toolkit controls, and usage in forms and UNO dialogs
2009-05-15 15:37:31 +0200 fs  r271942 : #i100671# corrected some @since tags, so autodoc has better chances of correctly reading them
2009-05-15 15:33:11 +0200 fs  r271940 : don't call comphelper::getFOO for VOID values
2009-05-15 15:08:31 +0200 fs  r271937 : includes
2009-05-15 13:39:22 +0200 fs  r271934 : #i101398# createPrimitive2DSequence: when we already have a control, use the old code. In particular, call positionControlForPaint
2009-05-15 12:33:48 +0200 fs  r271933 : make the geometry a part of the ControlPrimitive2D's identity
2009-05-15 10:15:44 +0200 fs  r271928 : #i10000#
2009-05-14 20:55:38 +0200 fs  r271921 : #i101398# don't reuse the name PRIMITIVE_ID_CONTROLPRIMITIVE2D, make the name of our own ControlPrimitive2D unique
2009-05-14 20:55:31 +0200 fs  r271920 : #i101398# don't reuse the name PRIMITIVE_ID_CONTROLPRIMITIVE2D, make the name of our own ControlPrimitive2D unique
2009-05-14 20:23:23 +0200 fs  r271919 : #i101622#
2009-05-14 16:04:38 +0200 fs  r271898 : don't use comphelper::getInt32 on voids
2009-05-14 16:04:12 +0200 fs  r271897 : merge fix for issue whose number just slipped my memory ... (originally fixed in CWS dba32b)
2009-05-14 15:36:55 +0200 fs  r271895 : merging changes from DEV300:m48
2009-05-07 14:43:19 +0200 fs  r271670 : #i101477#
2009-05-07 14:37:30 +0200 fs  r271668 : #i101477#
2009-05-07 09:27:30 +0200 oj  r271628 : #i101343# remove pch
2009-05-06 09:36:02 +0200 fs  r271568 : getFoo: diagnostics
2009-05-04 09:23:06 +0200 oj  r271438 : CWS-TOOLING: rebase CWS dba32c to trunk@271427 (milestone: DEV300:m47)
2009-04-29 23:18:13 +0200 fs  r271394 : #i101398# use a dedicated 2DPrimitive for UNO Controls, which is able to provide the B2DRange *without* actually creating the control
2009-04-29 13:52:25 +0200 fs  r271366 : #i101308#
2009-07-03 14:21:50 +00:00

470 lines
30 KiB
Text

/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: extensio.hrc,v $
* $Revision: 1.34 $
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef EXTENSIONS_INC_EXTENSIO_HRC
#define EXTENSIONS_INC_EXTENSIO_HRC
#include <svtools/solar.hrc>
// -----------------------------------------------------------------------
// - resource id areas
#define RID_DBP_START ( RID_MORE_EXTENSIONS_START + 0 )
#define RID_DBP_END ( RID_MORE_EXTENSIONS_START + 29 )
#define RID_DBI_START ( RID_MORE_EXTENSIONS_START + 30 )
#define RID_DBI_END ( RID_MORE_EXTENSIONS_START + 59 )
#define RID_ABP_START ( RID_MORE_EXTENSIONS_START + 60 )
#define RID_ABP_END ( RID_MORE_EXTENSIONS_START + 89 )
// -----------------------------------------------------------------------
// - help ids
#define HID_PROTOCOLS HID_EXTENSIONS_START
#define HID_BIB_CHANGESOURCE (HID_EXTENSIONS_START + 1)
#define HID_BIB_MAPPINGDLG (HID_EXTENSIONS_START + 2)
#define HID_BIB_TBX_TABLE (HID_EXTENSIONS_START + 3)
#define HID_BIB_TBX_SEARCH (HID_EXTENSIONS_START + 4)
#define HID_BIB_TBX_AUTOFILTER (HID_EXTENSIONS_START + 5)
#define HID_BIB_IDENTIFIER_POS (HID_EXTENSIONS_START + 6)
#define HID_BIB_AUTHORITYTYPE_POS (HID_EXTENSIONS_START + 7)
#define HID_BIB_AUTHOR_POS (HID_EXTENSIONS_START + 8)
#define HID_BIB_TITLE_POS (HID_EXTENSIONS_START + 9)
#define HID_BIB_YEAR_POS (HID_EXTENSIONS_START + 10)
#define HID_BIB_ISBN_POS (HID_EXTENSIONS_START + 11)
#define HID_BIB_BOOKTITLE_POS (HID_EXTENSIONS_START + 12)
#define HID_BIB_CHAPTER_POS (HID_EXTENSIONS_START + 13)
#define HID_BIB_EDITION_POS (HID_EXTENSIONS_START + 14)
#define HID_BIB_EDITOR_POS (HID_EXTENSIONS_START + 15)
#define HID_BIB_HOWPUBLISHED_POS (HID_EXTENSIONS_START + 16)
#define HID_BIB_INSTITUTION_POS (HID_EXTENSIONS_START + 17)
#define HID_BIB_JOURNAL_POS (HID_EXTENSIONS_START + 18)
#define HID_BIB_MONTH_POS (HID_EXTENSIONS_START + 19)
#define HID_BIB_NOTE_POS (HID_EXTENSIONS_START + 20)
#define HID_BIB_ANNOTE_POS (HID_EXTENSIONS_START + 21)
#define HID_BIB_NUMBER_POS (HID_EXTENSIONS_START + 22)
#define HID_BIB_ORGANIZATIONS_POS (HID_EXTENSIONS_START + 23)
#define HID_BIB_PAGES_POS (HID_EXTENSIONS_START + 24)
#define HID_BIB_PUBLISHER_POS (HID_EXTENSIONS_START + 25)
#define HID_BIB_ADDRESS_POS (HID_EXTENSIONS_START + 26)
#define HID_BIB_SCHOOL_POS (HID_EXTENSIONS_START + 27)
#define HID_BIB_SERIES_POS (HID_EXTENSIONS_START + 28)
#define HID_BIB_REPORTTYPE_POS (HID_EXTENSIONS_START + 29)
#define HID_BIB_VOLUME_POS (HID_EXTENSIONS_START + 30)
#define HID_BIB_URL_POS (HID_EXTENSIONS_START + 31)
#define HID_BIB_CUSTOM1_POS (HID_EXTENSIONS_START + 32)
#define HID_BIB_CUSTOM2_POS (HID_EXTENSIONS_START + 33)
#define HID_BIB_CUSTOM3_POS (HID_EXTENSIONS_START + 34)
#define HID_BIB_CUSTOM4_POS (HID_EXTENSIONS_START + 35)
#define HID_BIB_CUSTOM5_POS (HID_EXTENSIONS_START + 36)
#define HID_BIB_DB_TBX (HID_EXTENSIONS_START + 37)
#define HID_BIB_DB_GRIDCTRL (HID_EXTENSIONS_START + 38)
#define HID_BIB_CONTROL_PAGE (HID_EXTENSIONS_START + 39)
#define HID_BIB_CONTROL_PARENT (HID_EXTENSIONS_START + 40)
#define HID_GRIDWIZARD_PREVIOUS (HID_EXTENSIONS_START + 41)
#define HID_GRIDWIZARD_NEXT (HID_EXTENSIONS_START + 42)
#define HID_GRIDWIZARD_CANCEL (HID_EXTENSIONS_START + 43)
#define HID_GRIDWIZARD_FINISH (HID_EXTENSIONS_START + 44)
#define HID_GROUPWIZARD_PREVIOUS (HID_EXTENSIONS_START + 45)
#define HID_GROUPWIZARD_NEXT (HID_EXTENSIONS_START + 46)
#define HID_GROUPWIZARD_CANCEL (HID_EXTENSIONS_START + 47)
#define HID_GROUPWIZARD_FINISH (HID_EXTENSIONS_START + 48)
#define HID_LISTWIZARD_PREVIOUS (HID_EXTENSIONS_START + 49)
#define HID_LISTWIZARD_NEXT (HID_EXTENSIONS_START + 50)
#define HID_LISTWIZARD_CANCEL (HID_EXTENSIONS_START + 51)
#define HID_LISTWIZARD_FINISH (HID_EXTENSIONS_START + 52)
#define HID_DBIWIZARD_PREVIOUS (HID_EXTENSIONS_START + 53)
#define HID_DBIWIZARD_NEXT (HID_EXTENSIONS_START + 54)
#define HID_DBIWIZARD_CANCEL (HID_EXTENSIONS_START + 55)
#define HID_DBIWIZARD_FINISH (HID_EXTENSIONS_START + 56)
#define UID_DBIWIZARD_SOURCESTATS (HID_EXTENSIONS_START + 57)
#define UID_DBIWIZARD_SOURCEFILE (HID_EXTENSIONS_START + 58)
#define UID_DBIWIZARD_QUERIES (HID_EXTENSIONS_START + 59)
#define UID_DBIWIZARD_FORMS (HID_EXTENSIONS_START + 60)
#define UID_DBIWIZARD_FORMS_SAVETO (HID_EXTENSIONS_START + 61)
#define UID_BIB_FRAME_WINDOW (HID_EXTENSIONS_START + 62)
#define HID_ABSPILOT_PREVIOUS (HID_EXTENSIONS_START + 63)
#define HID_ABSPILOT_NEXT (HID_EXTENSIONS_START + 64)
#define HID_ABSPILOT_CANCEL (HID_EXTENSIONS_START + 65)
#define HID_ABSPILOT_FINISH (HID_EXTENSIONS_START + 66)
#define UID_ABSPILOT_HELP (HID_EXTENSIONS_START + 67)
#define HID_ABSPILOT (HID_EXTENSIONS_START + 68)
#define HID_DBIWIZARD (HID_EXTENSIONS_START + 69)
#define UID_DBIWIZARD_HELP (HID_EXTENSIONS_START + 70)
#define HID_DBIWIZARD_FILESELECTION (HID_EXTENSIONS_START + 71)
#define HID_BIB_DELETE_RECORD (HID_EXTENSIONS_START + 72)
#define HID_BIB_INSERT_RECORD (HID_EXTENSIONS_START + 73)
#define HID_DLG_MAPPING (HID_EXTENSIONS_START + 74)
#define HID_DLG_DBCHANGE (HID_EXTENSIONS_START + 75)
#define HID_SELECTION_TLB (HID_EXTENSIONS_START + 76)
#define HID_CHECK_FOR_UPD_DLG (HID_EXTENSIONS_START + 77)
#define HID_CHECK_FOR_UPD_CLOSE (HID_EXTENSIONS_START + 78)
#define HID_CHECK_FOR_UPD_PAUSE (HID_EXTENSIONS_START + 80)
#define HID_CHECK_FOR_UPD_RESUME (HID_EXTENSIONS_START + 81)
#define HID_CHECK_FOR_UPD_DOWNLOAD (HID_EXTENSIONS_START + 82)
#define HID_CHECK_FOR_UPD_DOWNLOAD2 (HID_EXTENSIONS_START + 83)
#define HID_CHECK_FOR_UPD_INSTALL (HID_EXTENSIONS_START + 84)
#define HID_CHECK_FOR_UPD_STATUS (HID_EXTENSIONS_START + 85)
#define HID_CHECK_FOR_UPD_DESCRIPTION (HID_EXTENSIONS_START + 86)
#define HID_CHECK_FOR_UPD_CANCEL (HID_EXTENSIONS_START + 87)
// please adjust HID_LAST_EXTENSIONS_ID if you add new ids here!
// you probably have to insert your new helpid into util/hidother.hrc, too!
#define HID_LAST_EXTENSIONS_ID HID_CHECK_FOR_UPD_CANCEL
#if HID_LAST_EXTENSIONS_ID > HID_EXTENSIONS_END
#error id overflow
#endif
//-----------------------------------------------------------------------
// FREE
#define HID_PROP_INPUT_REQUIRED (HID_FORMS_START + 1)
#define HID_PROP_GROUPBOX (HID_FORMS_START + 2)
#define HID_PROP_CONTROLSOURCE (HID_FORMS_START + 3)
#define HID_PROP_NAME (HID_FORMS_START + 4)
#define HID_PROP_TABINDEX (HID_FORMS_START + 5)
#define HID_PROP_MASTERFIELDS (HID_FORMS_START + 6)
#define HID_PROP_SLAVEFIELDS (HID_FORMS_START + 7)
#define HID_PROP_DATASOURCE (HID_FORMS_START + 8)
#define HID_PROP_CURSORSOURCE (HID_FORMS_START + 9)
#define HID_PROP_CURSORSOURCETYPE (HID_FORMS_START + 10)
#define HID_PROP_CURSORTYPE (HID_FORMS_START + 11)
#define HID_PROP_READONLY (HID_FORMS_START + 12)
#define HID_PROP_DATAENTRY (HID_FORMS_START + 13)
#define HID_PROP_NAVIGATION (HID_FORMS_START + 14)
#define HID_PROP_CYCLE (HID_FORMS_START + 15)
#define HID_PROP_ALLOW_ADDITIONS (HID_FORMS_START + 16)
#define HID_PROP_ALLOW_EDITS (HID_FORMS_START + 17)
#define HID_PROP_ALLOW_DELETIONS (HID_FORMS_START + 18)
#define HID_PROP_DIRTY (HID_FORMS_START + 19)
#define HID_PROP_OLDVALUE (HID_FORMS_START + 20)
#define HID_PROP_VALUE (HID_FORMS_START + 21)
#define HID_PROP_LOCKED (HID_FORMS_START + 22)
#define HID_PROP_FORMATKEY (HID_FORMS_START + 23)
#define HID_PROP_REQUIRED (HID_FORMS_START + 24)
#define HID_PROP_WHEEL_BEHAVIOR (HID_FORMS_START + 25)
// FREE
#define HID_PROP_UNIQUE (HID_FORMS_START + 27)
#define HID_PROP_CLASSID (HID_FORMS_START + 28)
#define HID_PROP_LEFT (HID_FORMS_START + 29)
#define HID_PROP_RIGHT (HID_FORMS_START + 30)
#define HID_PROP_HEIGHT (HID_FORMS_START + 31)
#define HID_PROP_WIDTH (HID_FORMS_START + 32)
#define HID_PROP_BOUNDCOLUMN (HID_FORMS_START + 33)
#define HID_PROP_LISTSOURCETYPE (HID_FORMS_START + 34)
#define HID_PROP_LISTSOURCE (HID_FORMS_START + 35)
#define HID_PROP_LISTINDEX (HID_FORMS_START + 36)
#define HID_PROP_TEXT (HID_FORMS_START + 37)
#define HID_PROP_LABEL (HID_FORMS_START + 38)
#define HID_PROP_STRINGITEMLIST (HID_FORMS_START + 39)
#define HID_PROP_SEARCHING (HID_FORMS_START + 40)
#define HID_PROP_FONT (HID_FORMS_START + 41)
#define HID_PROP_ROWHEIGHT (HID_FORMS_START + 42)
#define HID_PROP_BACKGROUNDCOLOR (HID_FORMS_START + 43)
#define HID_PROP_FILLCOLOR (HID_FORMS_START + 44)
#define HID_PROP_LINECOLOR (HID_FORMS_START + 46)
#define HID_PROP_BORDER (HID_FORMS_START + 47)
#define HID_PROP_ALIGN (HID_FORMS_START + 48)
#define HID_PROP_DROPDOWN (HID_FORMS_START + 49)
#define HID_PROP_MULTILINE (HID_FORMS_START + 50)
#define HID_PROP_HSCROLL (HID_FORMS_START + 51)
#define HID_PROP_VSCROLL (HID_FORMS_START + 52)
#define HID_PROP_TABSTOP (HID_FORMS_START + 53)
#define HID_PROP_REFVALUE (HID_FORMS_START + 54)
#define HID_PROP_BUTTONTYPE (HID_FORMS_START + 55)
#define HID_PROP_SUBMIT_ACTION (HID_FORMS_START + 56)
#define HID_PROP_SUBMIT_METHOD (HID_FORMS_START + 57)
#define HID_PROP_SUBMIT_ENCODING (HID_FORMS_START + 58)
#define HID_PROP_DEFAULTVALUE (HID_FORMS_START + 59)
#define HID_PROP_SUBMIT_TARGET (HID_FORMS_START + 60)
#define HID_PROP_DEFAULT_STATE (HID_FORMS_START + 61)
#define HID_PROP_IMAGE_URL (HID_FORMS_START + 62)
#define HID_PROP_DEFAULT_SELECT_SEQ (HID_FORMS_START + 63)
#define HID_PROP_MULTISELECTION (HID_FORMS_START + 64)
#define HID_PROP_DATE (HID_FORMS_START + 65)
#define HID_PROP_DATEMIN (HID_FORMS_START + 66)
#define HID_PROP_DATEMAX (HID_FORMS_START + 67)
#define HID_PROP_DATEFORMAT (HID_FORMS_START + 68)
#define HID_PROP_TIME (HID_FORMS_START + 69)
#define HID_PROP_TIMEMIN (HID_FORMS_START + 70)
#define HID_PROP_TIMEMAX (HID_FORMS_START + 71)
#define HID_PROP_TIMEFORMAT (HID_FORMS_START + 72)
#define HID_PROP_VALUEMIN (HID_FORMS_START + 73)
#define HID_PROP_VALUEMAX (HID_FORMS_START + 74)
#define HID_PROP_VALUESTEP (HID_FORMS_START + 75)
#define HID_PROP_CURRENCYSYMBOL (HID_FORMS_START + 76)
#define HID_PROP_EDITMASK (HID_FORMS_START + 77)
#define HID_PROP_LITERALMASK (HID_FORMS_START + 78)
#define HID_PROP_ENABLED (HID_FORMS_START + 79)
#define HID_PROP_AUTOCOMPLETE (HID_FORMS_START + 80)
#define HID_PROP_LINECOUNT (HID_FORMS_START + 81)
#define HID_PROP_MAXTEXTLEN (HID_FORMS_START + 82)
#define HID_PROP_SPIN (HID_FORMS_START + 83)
#define HID_PROP_STRICTFORMAT (HID_FORMS_START + 84)
#define HID_PROP_SHOWTHOUSANDSEP (HID_FORMS_START + 85)
#define HID_PROP_VERTICAL_ALIGN (HID_FORMS_START + 86)
#define HID_PROP_PRINTABLE (HID_FORMS_START + 87)
#define HID_PROP_TARGET_URL (HID_FORMS_START + 88)
#define HID_PROP_TARGET_FRAME (HID_FORMS_START + 89)
#define HID_PROP_TAG (HID_FORMS_START + 90)
#define HID_PROP_ECHO_CHAR (HID_FORMS_START + 91)
#define HID_PROP_EMPTY_IS_NULL (HID_FORMS_START + 92)
#define HID_PROP_DECIMAL_ACCURACY (HID_FORMS_START + 93)
#define HID_PROP_ENABLE_VISIBLE (HID_FORMS_START + 94)
#define HID_PROP_DEFAULT_BUTTON (HID_FORMS_START + 95)
#define HID_PROP_HIDDEN_VALUE (HID_FORMS_START + 96)
#define HID_PROP_TRISTATE (HID_FORMS_START + 97)
#define HID_PROP_NAVIGATIONBAR (HID_FORMS_START + 98)
#define HID_PROP_FILTER (HID_FORMS_START + 99)
#define HID_PROP_SORT_CRITERIA (HID_FORMS_START + 100)
#define HID_PROP_DEFAULT_LONG_VALUE (HID_FORMS_START + 101)
#define HID_PROP_DEFAULT_TIME (HID_FORMS_START + 102)
#define HID_PROP_DEFAULT_DATE (HID_FORMS_START + 103)
#define HID_PROP_HELPTEXT (HID_FORMS_START + 104)
#define HID_PROP_HELPURL (HID_FORMS_START + 105)
#define HID_PROP_RECORDMARKER (HID_FORMS_START + 106)
#define HID_PROP_FILTERPROPOSAL (HID_FORMS_START + 107)
#define HID_PROP_EFFECTIVEMIN (HID_FORMS_START + 108)
#define HID_PROP_EFFECTIVEMAX (HID_FORMS_START + 109)
#define HID_PROP_EFFECTIVEDEFAULT (HID_FORMS_START + 110)
#define HID_PROP_CONTROLLABEL (HID_FORMS_START + 111)
#define HID_PROP_CURRSYM_POSITION (HID_FORMS_START + 112)
#define HID_PROP_ESCAPE_PROCESSING (HID_FORMS_START + 113)
// FREE
#define HID_PROP_TITLE (HID_FORMS_START + 115)
#define HID_PROP_STEP (HID_FORMS_START + 116)
// FREE
#define HID_PROP_PROGRESSVALUE (HID_FORMS_START + 118)
#define HID_PROP_PROGRESSVALUE_MIN (HID_FORMS_START + 119)
#define HID_PROP_PROGRESSVALUE_MAX (HID_FORMS_START + 120)
#define HID_PROP_SCROLLVALUE (HID_FORMS_START + 121)
#define HID_PROP_SCROLLVALUE_MAX (HID_FORMS_START + 122)
#define HID_PROP_LINEINCREMENT (HID_FORMS_START + 123)
#define HID_PROP_BLOCKINCREMENT (HID_FORMS_START + 124)
#define HID_PROP_VISIBLESIZE (HID_FORMS_START + 125)
#define HID_PROP_ORIENTATION (HID_FORMS_START + 126)
#define HID_PROP_POSITIONX (HID_FORMS_START + 127)
#define HID_PROP_POSITIONY (HID_FORMS_START + 128)
#define HID_PROP_PUSHBUTTONTYPE (HID_FORMS_START + 129)
#define HID_PROP_STATE (HID_FORMS_START + 130)
#define HID_PROP_SCALEIMAGE (HID_FORMS_START + 131)
#define HID_PROP_BOUND_CELL (HID_FORMS_START + 132)
#define HID_PROP_LIST_CELL_RANGE (HID_FORMS_START + 133)
#define HID_PROP_CELL_EXCHANGE_TYPE (HID_FORMS_START + 134)
#define HID_PROP_SELECTEDITEMS (HID_FORMS_START + 135)
#define HID_PROP_SCROLLVALUE_MIN (HID_FORMS_START + 136)
#define HID_PROP_DEFAULT_SCROLLVALUE (HID_FORMS_START + 137)
#define HID_PROP_REPEAT_DELAY (HID_FORMS_START + 138)
#define HID_PROP_SYMBOLCOLOR (HID_FORMS_START + 139)
#define HID_PROP_SPINVALUE (HID_FORMS_START + 140)
#define HID_PROP_SPINVALUE_MIN (HID_FORMS_START + 141)
#define HID_PROP_SPINVALUE_MAX (HID_FORMS_START + 142)
#define HID_PROP_DEFAULT_SPINVALUE (HID_FORMS_START + 143)
#define HID_PROP_SPININCREMENT (HID_FORMS_START + 144)
#define HID_PROP_REPEAT (HID_FORMS_START + 145)
#define HID_PROP_WORDBREAK (HID_FORMS_START + 146)
#define HID_PROP_SHOW_SCROLLBARS (HID_FORMS_START + 147)
#define HID_PROP_TABORDER_CONTROLS (HID_FORMS_START + 148)
#define HID_FIELDLINK_DETAIL_COLUMN (HID_FORMS_START + 149)
#define HID_FIELDLINK_MASTER_COLUMN (HID_FORMS_START + 150)
#define UID_FIELDLINK_DETAIL1 (HID_FORMS_START + 151)
#define UID_FIELDLINK_MASTER1 (HID_FORMS_START + 152)
#define UID_FIELDLINK_DETAIL2 (HID_FORMS_START + 153)
#define UID_FIELDLINK_MASTER2 (HID_FORMS_START + 154)
#define UID_FIELDLINK_DETAIL3 (HID_FORMS_START + 155)
#define UID_FIELDLINK_MASTER3 (HID_FORMS_START + 156)
#define UID_FIELDLINK_DETAIL4 (HID_FORMS_START + 157)
#define UID_FIELDLINK_MASTER4 (HID_FORMS_START + 158)
#define HID_PROP_ICONSIZE (HID_FORMS_START + 159)
#define HID_PROP_SHOW_POSITION (HID_FORMS_START + 160)
#define HID_PROP_SHOW_NAVIGATION (HID_FORMS_START + 161)
#define HID_PROP_SHOW_RECORDACTIONS (HID_FORMS_START + 162)
#define HID_PROP_SHOW_FILTERSORT (HID_FORMS_START + 163)
#define HID_PROP_AUTOLINEBREAK (HID_FORMS_START + 164)
#define HID_PROP_TEXTTYPE (HID_FORMS_START + 165)
#define HID_PROP_LINEEND_FORMAT (HID_FORMS_START + 166)
#define HID_PROP_XSD_TOTAL_DIGITS (HID_FORMS_START + 167)
#define HID_PROP_XSD_FRACTION_DIGITS (HID_FORMS_START + 168)
#define HID_PROP_XSD_MAX_INCLUSIVE (HID_FORMS_START + 169)
#define HID_PROP_XSD_MAX_EXCLUSIVE (HID_FORMS_START + 170)
#define HID_PROP_XSD_MIN_INCLUSIVE (HID_FORMS_START + 171)
#define HID_PROP_XSD_MIN_EXCLUSIVE (HID_FORMS_START + 172)
#define HID_PROP_UNCHECKEDREFVALUE (HID_FORMS_START + 173)
#define HID_PROP_SUBMISSION_ID (HID_FORMS_START + 174)
// FREE
// FREE
// FREE
// FREE
// FREE
#define UID_PROP_DLG_FONT_TYPE (HID_FORMS_START + 180)
#define UID_PROP_DLG_IMAGE_URL (HID_FORMS_START + 181)
#define UID_PROP_DLG_BACKGROUNDCOLOR (HID_FORMS_START + 182)
#define UID_PROP_DLG_SYMBOLCOLOR (HID_FORMS_START + 183)
#define UID_PROP_DLG_ATTR_DATASOURCE (HID_FORMS_START + 184)
#define UID_PROP_DLG_ATTR_TARGET_URL (HID_FORMS_START + 185)
#define UID_PROP_DLG_NUMBER_FORMAT (HID_FORMS_START + 186)
#define UID_PROP_DLG_CONTROLLABEL (HID_FORMS_START + 187)
#define UID_PROP_DLG_FILLCOLOR (HID_FORMS_START + 188)
#define UID_PROP_DLG_TABINDEX (HID_FORMS_START + 189)
#define UID_PROP_DLG_SQLCOMMAND (HID_FORMS_START + 190)
#define UID_PROP_DLG_FORMLINKFIELDS (HID_FORMS_START + 191)
#define UID_PROP_DLG_FILTER (HID_FORMS_START + 192)
#define UID_PROP_DLG_ORDER (HID_FORMS_START + 193)
#define UID_PROP_DLG_SELECTION (HID_FORMS_START + 194)
#define UID_EVT_MACRODLG (HID_FORMS_START + 195)
#define UID_BRWEVT_APPROVEACTIONPERFORMED (HID_FORMS_START + 196)
#define UID_BRWEVT_ACTIONPERFORMED (HID_FORMS_START + 197)
#define UID_BRWEVT_CHANGED (HID_FORMS_START + 198)
#define UID_BRWEVT_TEXTCHANGED (HID_FORMS_START + 199)
#define UID_BRWEVT_ITEMSTATECHANGED (HID_FORMS_START + 200)
#define UID_BRWEVT_FOCUSGAINED (HID_FORMS_START + 201)
#define UID_BRWEVT_FOCUSLOST (HID_FORMS_START + 202)
#define UID_BRWEVT_KEYTYPED (HID_FORMS_START + 203)
#define UID_BRWEVT_KEYUP (HID_FORMS_START + 204)
#define UID_BRWEVT_MOUSEENTERED (HID_FORMS_START + 205)
#define UID_BRWEVT_MOUSEDRAGGED (HID_FORMS_START + 206)
#define UID_BRWEVT_MOUSEMOVED (HID_FORMS_START + 207)
#define UID_BRWEVT_MOUSEPRESSED (HID_FORMS_START + 208)
#define UID_BRWEVT_MOUSERELEASED (HID_FORMS_START + 209)
#define UID_BRWEVT_MOUSEEXITED (HID_FORMS_START + 210)
#define UID_BRWEVT_APPROVERESETTED (HID_FORMS_START + 211)
#define UID_BRWEVT_RESETTED (HID_FORMS_START + 212)
#define UID_BRWEVT_SUBMITTED (HID_FORMS_START + 213)
#define UID_BRWEVT_BEFOREUPDATE (HID_FORMS_START + 214)
#define UID_BRWEVT_AFTERUPDATE (HID_FORMS_START + 215)
#define UID_BRWEVT_LOADED (HID_FORMS_START + 216)
#define UID_BRWEVT_RELOADING (HID_FORMS_START + 217)
#define UID_BRWEVT_RELOADED (HID_FORMS_START + 218)
#define UID_BRWEVT_UNLOADING (HID_FORMS_START + 219)
#define UID_BRWEVT_UNLOADED (HID_FORMS_START + 220)
#define UID_BRWEVT_CONFIRMDELETE (HID_FORMS_START + 221)
#define UID_BRWEVT_APPROVEROWCHANGE (HID_FORMS_START + 222)
#define UID_BRWEVT_ROWCHANGE (HID_FORMS_START + 223)
#define UID_BRWEVT_POSITIONING (HID_FORMS_START + 224)
#define UID_BRWEVT_POSITIONED (HID_FORMS_START + 225)
#define UID_BRWEVT_APPROVEPARAMETER (HID_FORMS_START + 226)
#define UID_BRWEVT_ERROROCCURED (HID_FORMS_START + 227)
#define UID_BRWEVT_ADJUSTMENTVALUECHANGED (HID_FORMS_START + 228)
#define HID_PROP_XML_DATA_MODEL (HID_FORMS_START + 229)
#define HID_PROP_BIND_EXPRESSION (HID_FORMS_START + 230)
#define HID_PROP_XSD_REQUIRED (HID_FORMS_START + 231)
#define HID_PROP_XSD_RELEVANT (HID_FORMS_START + 232)
#define HID_PROP_XSD_READONLY (HID_FORMS_START + 233)
#define HID_PROP_XSD_CONSTRAINT (HID_FORMS_START + 234)
#define HID_PROP_XSD_CALCULATION (HID_FORMS_START + 235)
#define HID_PROP_XSD_DATA_TYPE (HID_FORMS_START + 236)
#define HID_PROP_XSD_WHITESPACES (HID_FORMS_START + 237)
#define HID_PROP_XSD_PATTERN (HID_FORMS_START + 238)
#define HID_PROP_XSD_LENGTH (HID_FORMS_START + 239)
#define HID_PROP_XSD_MIN_LENGTH (HID_FORMS_START + 230)
#define HID_PROP_XSD_MAX_LENGTH (HID_FORMS_START + 241)
#define UID_PROP_DLG_BIND_EXPRESSION (HID_FORMS_START + 242)
#define UID_PROP_DLG_XSD_REQUIRED (HID_FORMS_START + 243)
#define UID_PROP_DLG_XSD_RELEVANT (HID_FORMS_START + 244)
#define UID_PROP_DLG_XSD_READONLY (HID_FORMS_START + 245)
#define UID_PROP_DLG_XSD_CONSTRAINT (HID_FORMS_START + 246)
#define UID_PROP_DLG_XSD_CALCULATION (HID_FORMS_START + 247)
#define UID_PROP_ADD_DATA_TYPE (HID_FORMS_START + 248)
#define UID_PROP_REMOVE_DATA_TYPE (HID_FORMS_START + 249)
#define HID_PROP_LIST_BINDING (HID_FORMS_START + 250)
#define HID_PROP_BINDING_NAME (HID_FORMS_START + 251)
#define HID_PROP_SELECTION_TYPE (HID_FORMS_START + 253)
#define HID_PROP_ROOT_DISPLAYED (HID_FORMS_START + 254)
#define HID_PROP_SHOWS_HANDLES (HID_FORMS_START + 255)
#define HID_PROP_SHOWS_ROOT_HANDLES (HID_FORMS_START + 256)
#define HID_PROP_EDITABLE (HID_FORMS_START + 257)
#define HID_PROP_INVOKES_STOP_NOT_EDITING (HID_FORMS_START + 258)
#define HID_PROP_ROW_HEIGHT (HID_FORMS_START + 259)
#define HID_PROP_DECORATION (HID_FORMS_START + 252)
#define HID_EVT_ACTIONPERFORMED (HID_FORMS_START + 300)
#define HID_EVT_AFTERUPDATE (HID_FORMS_START + 301)
#define HID_EVT_BEFOREUPDATE (HID_FORMS_START + 302)
#define HID_EVT_CONFIRMDELETE (HID_FORMS_START + 303)
#define HID_EVT_ERROROCCURED (HID_FORMS_START + 304)
#define HID_EVT_FOCUSGAINED (HID_FORMS_START + 305)
#define HID_EVT_FOCUSLOST (HID_FORMS_START + 306)
#define HID_EVT_ITEMSTATECHANGED (HID_FORMS_START + 307)
#define HID_EVT_KEYTYPED (HID_FORMS_START + 308)
#define HID_EVT_LOADED (HID_FORMS_START + 309)
#define HID_EVT_MOUSEDRAGGED (HID_FORMS_START + 310)
#define HID_EVT_MOUSEENTERED (HID_FORMS_START + 311)
#define HID_EVT_MOUSEEXITED (HID_FORMS_START + 312)
#define HID_EVT_MOUSEMOVED (HID_FORMS_START + 313)
#define HID_EVT_MOUSEPRESSED (HID_FORMS_START + 314)
#define HID_EVT_MOUSERELEASED (HID_FORMS_START + 315)
#define HID_EVT_POSITIONED (HID_FORMS_START + 316)
#define HID_EVT_RESETTED (HID_FORMS_START + 317)
#define HID_EVT_SUBMITTED (HID_FORMS_START + 318)
#define HID_EVT_TEXTCHANGED (HID_FORMS_START + 319)
#define HID_EVT_UNLOADED (HID_FORMS_START + 320)
#define HID_EVT_CHANGED (HID_FORMS_START + 321)
#define HID_EVT_APPROVEACTIONPERFORMED (HID_FORMS_START + 322)
#define HID_EVT_APPROVERESETTED (HID_FORMS_START + 323)
#define HID_EVT_KEYUP (HID_FORMS_START + 324)
#define HID_EVT_APPROVEPARAMETER (HID_FORMS_START + 325)
#define HID_EVT_POSITIONING (HID_FORMS_START + 326)
#define HID_EVT_RELOADED (HID_FORMS_START + 327)
#define HID_EVT_APPROVEROWCHANGE (HID_FORMS_START + 328)
#define HID_EVT_ROWCHANGE (HID_FORMS_START + 329)
#define HID_EVT_RELOADING (HID_FORMS_START + 330)
#define HID_EVT_UNLOADING (HID_FORMS_START + 331)
#define HID_EVT_ADJUSTMENTVALUECHANGED (HID_FORMS_START + 332)
#define HID_PROP_TOGGLE (HID_FORMS_START + 333)
#define HID_PROP_FOCUSONCLICK (HID_FORMS_START + 334)
#define HID_PROP_HIDEINACTIVESELECTION (HID_FORMS_START + 335)
#define HID_PROP_VISUALEFFECT (HID_FORMS_START + 336)
#define HID_PROP_BORDERCOLOR (HID_FORMS_START + 337)
#define UID_PROP_DLG_BORDERCOLOR (HID_FORMS_START + 338)
#define HID_PROP_IMAGEPOSITION (HID_FORMS_START + 339)
#define HID_PROP_NOLABEL (HID_FORMS_START + 340)
#define HID_PROP_WRITING_MODE (HID_FORMS_START + 341)
#define HID_PROP_ANCHOR_TYPE (HID_FORMS_START + 343)
// please adjust HID_LAST_FORMS_ID if you add new ids here!
#define HID_LAST_FORMS_ID HID_PROP_ANCHOR_TYPE
#if HID_LAST_FORMS_ID > HID_FORMS_END
#error id overflow
#endif
#endif