object fraEvntDelayList: TfraEvntDelayList Left = -32 Top = -22 Width = 366 Height = 216 Anchors = [] TabOrder = 0 object pnlDate: TPanel Left = 261 Top = 0 Width = 105 Height = 216 Align = alRight Anchors = [akLeft, akBottom] TabOrder = 0 Visible = False object lblEffective: TLabel Left = 4 Top = 32 Width = 71 Height = 13 Caption = 'Effective Date:' end object orDateBox: TORDateBox Left = 3 Top = 48 Width = 97 Height = 21 ParentShowHint = False ShowHint = True TabOrder = 0 Text = 'Today' DateOnly = False RequireTime = False Caption = 'Effective Date:' end end object pnlList: TPanel Left = 0 Top = 0 Width = 261 Height = 216 Align = alClient Anchors = [akLeft, akBottom] TabOrder = 1 object lblEvntDelayList: TLabel Left = 1 Top = 1 Width = 259 Height = 13 Align = alTop Caption = 'Event Delay List:' end object mlstEvents: TORListBox Left = 1 Top = 35 Width = 259 Height = 180 Align = alClient ItemHeight = 13 ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = mlstEventsClick OnKeyUp = mlstEventsKeyUp ItemTipColor = clWindow LongList = False Pieces = '9' OnChange = mlstEventsChange RightClickSelect = True CheckEntireLine = True end object edtSearch: TCaptionEdit Left = 1 Top = 14 Width = 259 Height = 21 TabOrder = 1 OnChange = edtSearchChange OnKeyDown = edtSearchKeyDown Align = alTop end end end