lazarus/ide/jumphistoryview.lfm
mattias c30b81fb48 IDE: added jump history from Martin
git-svn-id: trunk@15389 -
2008-06-11 16:01:49 +00:00

25 lines
524 B
Plaintext

object JumpHistoryViewWin: TJumpHistoryViewWin
Left = 336
Height = 426
Top = 228
Width = 400
ActiveControl = listHistory
Caption = 'JumpHistoryViewWin'
ClientHeight = 426
ClientWidth = 400
OnCreate = FormCreate
OnDestroy = FormDestroy
ShowHint = True
LCLVersion = '0.9.25'
object listHistory: TListBox
Height = 426
Width = 400
Align = alClient
ClickOnSelChange = False
OnClick = listHistoryClick
OnDblClick = listHistoryDblClick
TabOrder = 0
TopIndex = -1
end
end