53 lines
1.3 KiB
Plaintext
53 lines
1.3 KiB
Plaintext
object frxWatchForm: TfrxWatchForm
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Watch list'
|
|
BorderStyle = bsSizeToolWin
|
|
ClientHeight = 172
|
|
ClientWidth = 411
|
|
Position = poDefault
|
|
Visible = False
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnCloseQuery = FormCloseQuery
|
|
OnKeyDown = FormKeyDown
|
|
StyleLookup = 'backgroundstyle'
|
|
object ToolBar1: TToolBar
|
|
Width = 411.000000000000000000
|
|
Height = 30.000000000000000000
|
|
TabOrder = 0
|
|
object AddB: TfrxToolButton
|
|
Width = 80.000000000000000000
|
|
Height = 22.000000000000000000
|
|
OnClick = AddBClick
|
|
TabOrder = 0
|
|
Hint = 'Add watch'
|
|
end
|
|
object DeleteB: TfrxToolButton
|
|
Position.Point = '(23,0)'
|
|
Width = 80.000000000000000000
|
|
Height = 22.000000000000000000
|
|
OnClick = DeleteBClick
|
|
TabOrder = 1
|
|
Hint = 'Delete watch'
|
|
end
|
|
object EditB: TfrxToolButton
|
|
Position.Point = '(46,0)'
|
|
Width = 80.000000000000000000
|
|
Height = 22.000000000000000000
|
|
OnClick = EditBClick
|
|
TabOrder = 2
|
|
Hint = 'Edit watch'
|
|
end
|
|
end
|
|
object WatchLB: TListBox
|
|
Align = alClient
|
|
Position.Point = '(0,30)'
|
|
Width = 411.000000000000000000
|
|
Height = 142.000000000000000000
|
|
OnDblClick = EditBClick
|
|
TabOrder = 1
|
|
ItemHeight = 13.000000000000000000
|
|
end
|
|
end
|