home *** CD-ROM | disk | FTP | other *** search
- object ItemFrame: TItemFrame
- Left = 0
- Top = 0
- Width = 459
- Height = 286
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object ActionList1: TActionList
- Left = 168
- Top = 124
- object acOpen: TAction
- Caption = 'Open'
- ImageIndex = 10
- OnExecute = acOpenExecute
- OnUpdate = acOpenUpdate
- end
- object acOpenInNewWindow: TAction
- Caption = 'Open in New Window'
- OnExecute = acOpenInNewWindowExecute
- OnUpdate = acOpenUpdate
- end
- object acExport: TAction
- Caption = 'Save As ...'
- ImageIndex = 4
- OnExecute = acExportExecute
- OnUpdate = acExportUpdate
- end
- object acRefresh: TAction
- Caption = 'Refresh'
- ImageIndex = 20
- OnExecute = acRefreshExecute
- OnUpdate = acRefreshUpdate
- end
- object acCreateTask: TAction
- Caption = 'Create Task'
- ImageIndex = 15
- OnExecute = acCreateTaskExecute
- OnUpdate = acCreateTaskUpdate
- end
- object acDelete: TAction
- Caption = 'Delete'
- ImageIndex = 49
- ShortCut = 46
- OnExecute = acDeleteExecute
- OnUpdate = acDeleteUpdate
- end
- object acViewSource: TAction
- Caption = 'View Source'
- ImageIndex = 38
- ShortCut = 114
- OnExecute = acViewSourceExecute
- OnUpdate = acOpenUpdate
- end
- object acProperties: TAction
- Caption = 'Properties'
- ImageIndex = 5
- OnExecute = acPropertiesExecute
- OnUpdate = acPropertiesUpdate
- end
- object acTestFilter: TAction
- Caption = 'Test Filter'
- ImageIndex = 51
- OnExecute = acTestFilterExecute
- OnUpdate = acTestFilterUpdate
- end
- end
- object PopupMenu1: TxxxPopupMenu
- Left = 140
- Top = 124
- object Open1: TMenuItem
- Action = acOpen
- end
- object OpeninNewWindow1: TMenuItem
- Action = acOpenInNewWindow
- end
- object ViewSource1: TMenuItem
- Action = acViewSource
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object CreateTask1: TMenuItem
- Action = acCreateTask
- end
- object acRefresh1: TMenuItem
- Action = acRefresh
- end
- object Delete1: TMenuItem
- Action = acDelete
- end
- object Export1: TMenuItem
- Action = acExport
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Legend1: TMenuItem
- Caption = 'Legend'
- OnClick = Legend1Click
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object TestFilter1: TMenuItem
- Action = acTestFilter
- end
- object Properties1: TMenuItem
- Action = acProperties
- end
- end
- object DropFileSource1: TDropFileSource
- Dragtypes = [dtMove]
- OnDrop = DropFileSource1Drop
- ImageIndex = 0
- ShowImage = False
- ImageHotSpotX = 16
- ImageHotSpotY = 16
- OnBeforeGetDate = DropFileSource1BeforeGetDate
- Left = 252
- Top = 125
- end
- object SaveDialog1: TAgSaveDialog
- Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
- ShowPlacesBar = True
- Left = 196
- Top = 124
- end
- object DirDialog1: TDirDialog
- Left = 224
- Top = 124
- end
- end
-