Constants

Previous  Next

' PropList.bas - Includes for PropList

 

' Borders

CONST PL_BorderNone        = 0

CONST PL_BorderRaised      = 1

CONST PL_BorderSunken      = 2

CONST PL_BorderFlat        = 3

CONST PL_BorderStatic      = 4

 

' Buttons

CONST PL_ButtonNone        = 0

CONST PL_ButtonBrowse      = 1

CONST PL_ButtonPick        = 2

CONST PL_ButtonOpen        = 3

CONST PL_ButtonLink        = 4

CONST PL_ButtonColor       = 5

CONST PL_ButtonMail        = 6

CONST PL_ButtonMultiText   = 102

CONST PL_ButtonButton      = 11

CONST PL_ButtonFont        = 13

CONST PL_ButtonPicture     = 14

CONST PL_ButtonSpin        = 15

CONST PL_ButtonCombo       = 16

CONST PL_ButtonCheck       = 32

 

' Use Active Window as Parent

CONST PL_ActiveWindow      = -1

 

' Panes

CONST PL_PropListPane      = 1

CONST PL_FileListPane      = 2

 

' Pane Options

CONST PL_NoMarkers         = 0x0001

CONST PL_NoAnalogs         = 0x0002

CONST PL_UpdateComboLists  = 0x0004

CONST PL_AutoTriggerFiles  = 0x0008

CONST PL_SelectAll_Button  = 0x0010

CONST PL_ClearAll_Button   = 0x0020

CONST PL_NoPointCheckText  = 0x0040

CONST PL_NoAnalogCheckText = 0x0080

 

' Selection

CONST PL_GetNoOfFiles      = -1

CONST PL_Type_File         = 0

CONST PL_Type_Point        = 1

CONST PL_Type_Analog       = 2

 

' AddFile Options

CONST PL_Fid_Environment   = -1

CONST PL_Fid_Refresh       = 0

 

' OK, Cancel and Update Button IDs

CONST PL_Cancel            = 0

CONST PL_OK                = 1

CONST PL_Update            = 1000

 

' Item Types for GetItem calls

CONST PL_Item_NoOfItems    = 0

CONST PL_Item_Name         = 1

CONST PL_Item_Descr        = 2

CONST PL_Item_Type         = 3

CONST PL_Item_Enabled      = 4

CONST PL_Item_ButtonType   = 5

CONST PL_Item_Option       = 6

CONST PL_Item_Min          = 7

CONST PL_Item_Max          = 8

CONST PL_Item_AutoEnable   = 9

 

' Option Types

CONST PL_Opt_None          = 0

CONST PL_Opt_FileFilter    = 1

CONST PL_Opt_SpinnerStep   = 2

CONST PL_Opt_AutoEnable    = 3

CONST PL_Opt_ComboList     = 4

CONST PL_Opt_Enabled       = 5

 

' Predefined ComboBox List Items

CONST PL_List_Files        = 0x0000FFFF

CONST PL_List_Markers      = 0x0001FFFF

CONST PL_List_Analogs      = 0x0002FFFF

CONST PL_List_SL_Files     = 0x00000001

CONST PL_List_SL_Markers   = 0x00010001

CONST PL_List_SL_Analogs   = 0x00020001

CONST PL_List_NS_Files     = 0x00000000

CONST PL_List_NS_Markers   = 0x00010000

CONST PL_List_NS_Analogs   = 0x00020000

 

' Get Window Items/Properties

CONST PL_Win_Handle        = 1

CONST PL_Win_Pos           = 2

CONST PL_Win_Size          = 3

CONST PL_Win_Flags         = 4

 

' Delimiter Types

CONST PL_DEL_NAMES         = 0