' ' Copyright Lotus Development Corp. 1995. ' ' File Name: lsdcnst.lss ' ' Automatically generated by Lotus Object Definition Compiler ' Version Number: 13 ' ' Constants: public const CONTROL_MP_DEFAULT = 0 public const CONTROL_MP_ARROW = 1 public const CONTROL_MP_CROSS = 2 public const CONTROL_MP_IBEAM = 3 public const CONTROL_MP_ICON = 4 public const CONTROL_MP_SIZE = 5 public const CONTROL_MP_NESW = 6 public const CONTROL_MP_NS = 7 public const CONTROL_MP_NWSE = 8 public const CONTROL_MP_WE = 9 public const CONTROL_MP_UPARROW = 10 public const CONTROL_MP_HOURGLASS = 11 public const CONTROL_MP_NODROP = 12 public const CONTROL_MP_ARROWHG = 13 public const CONTROL_MP_ARROWQ = 14 public const CONTROL_MP_SIZEALL = 15 public const CONTROL_MP_CUSTOM = 99 public const CONTROL_ZORDER_BOTTOM = 1 public const CONTROL_ZORDER_TOP = 0 public const CONTROL_DRAG_CANCEL = 0 public const CONTROL_DRAG_BEGIN = 1 public const CONTROL_DRAG_END = 2 public const CONTROL_APPEAR_FLAT = 0 public const CONTROL_APPEAR_3D = 1 public const CHECKBOX_ALIGN_LEFT = 0 public const CHECKBOX_ALIGN_RIGHT = 1 public const CHECKBOX_VAL_UNCHECKED = 0 public const CHECKBOX_VAL_CHECKED = 1 public const CHECKBOX_VAL_GREYED = 2 public const COMBOBOX_STYLE_DROPDOWN = 0 public const COMBOBOX_STYLE_SIMPLE = 1 public const COMBOBOX_STYLE_DROPLIST = 2 public const LIST_STYLE_AUTOSCROLL = 0 public const LIST_STYLE_SCROLL = 1 public const LIST_STYLE_NEVER_SCROLL = 2 public const LISTBOX_MSEL_NONE = 0 public const LISTBOX_MSEL_SIMPLE = 1 public const LISTBOX_MSEL_EXTEND = 2 public const LABEL_BACK_TRANSPARENT = 0 public const LABEL_BACK_OPAQUE = 1 public const CONTROL_BORDER_NONE = 0 public const CONTROL_BORDER_SINGLE = 1 public const LABEL_ALIGN_LEFT = 0 public const LABEL_ALIGN_RIGHT = 1 public const LABEL_ALIGN_CENTER = 2 public const OPTBUTTON_ALIGN_LEFT = 0 public const OPTBUTTON_ALIGN_RIGHT = 1 public const PICTURE_TYPE_BITMAP = 1 public const PICTURE_TYPE_METAFILE = 2 public const PICTURE_TYPE_ICON = 3 public const PROGBAR_ALIGN_NONE = 0 public const PROGBAR_ALIGN_TOP = 1 public const PROGBAR_ALIGN_BOTTOM = 2 public const PROGBAR_ALIGN_LEFT = 3 public const PROGBAR_ALIGN_RIGHT = 4 public const SLIDER_ORIENT_HORIZ = 0 public const SLIDER_ORIENT_VERT = 1 public const SLIDER_TICK_BOTTOMRIGHT = 0 public const SLIDER_TICK_TOPLEFT = 1 public const SLIDER_TICK_BOTH = 2 public const SLIDER_TICK_NOTICKS = 3 public const SPIN_ORIENT_VERT = 0 public const SPIN_ORIENT_HORIZ = 1 public const TEXTBOX_SCROLL_NONE = 0 public const TEXTBOX_SCROLL_HORIZ = 1 public const TEXTBOX_SCROLL_VERT = 2 public const TEXTBOX_SCROLL_BOTH = 3 public const DIALOG_MODELESS = 0 public const DIALOG_MODAL = 1 public const DIALOG_DOCKABLE = 2 public const CLOSING_CONTROL_MENU = 0 public const CLOSING_DIALOG_CODE = 1 public const CLOSING_WINDOWS = 2 public const CLOSING_TASK_MANAGER = 3 public const MOUSE_BUTTON_LEFT = 1 public const MOUSE_BUTTON_MIDDLE = 4 public const MOUSE_BUTTON_RIGHT = 2 public const DIALOG_DOCKTYPE_TOP = 0 public const DIALOG_DOCKTYPE_BOTTOM = 1 public const DIALOG_DOCKTYPE_LEFT = 2 public const DIALOG_DOCKTYPE_RIGHT = 3 public const DIALOG_DOCKTO_APP = 0 public const DIALOG_DOCKTO_DOC = 1 public const DIALOG_BORDER_NONE = 0 public const DIALOG_BORDER_FIXEDSING = 1 public const DIALOG_BORDER_SIZEABLE = 2 public const DIALOG_BORDER_FIXEDDLG = 3 public const DIALOG_BORDER_FIXEDTOOL = 4 public const DIALOG_BORDER_SIZETOOL = 5 public const DIALOG_FILL_SOLID = 0 public const DIALOG_FILL_TRANSPARENT = 1 public const DIALOG_FILL_HORIZLINE = 2 public const DIALOG_FILL_VERTLINE = 3 public const DIALOG_FILL_UPDIAG = 4 public const DIALOG_FILL_DOWNDIAG = 5 public const DIALOG_FILL_CROSS = 6 public const DIALOG_FILL_DIAGCROSS = 7 public const NAME_LENGTH_MAX = 40 public const DESCRIPTION_LENGTH_MAX = 256 public const CAPTION_LENGTH_MAX = 256 public const HELPFILENAME_LENGTH_MAX = 256