mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 18:38:01 +02:00
28 lines
571 B
Plaintext
28 lines
571 B
Plaintext
object JumpHistoryViewWin: TJumpHistoryViewWin
|
|
Left = 336
|
|
Height = 426
|
|
Top = 228
|
|
Width = 400
|
|
Caption = 'JumpHistoryViewWin'
|
|
ClientHeight = 426
|
|
ClientWidth = 400
|
|
OnCreate = FormCreate
|
|
ShowHint = True
|
|
LCLVersion = '0.9.31'
|
|
object listHistory: TListBox
|
|
Left = 0
|
|
Height = 426
|
|
Top = 0
|
|
Width = 400
|
|
Align = alClient
|
|
ClickOnSelChange = False
|
|
ItemHeight = 0
|
|
OnClick = listHistoryClick
|
|
OnDblClick = listHistoryDblClick
|
|
OnKeyPress = listHistoryKeyPress
|
|
ScrollWidth = 396
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
end
|
|
end
|