mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:19:22 +02:00
DBG: popup for display formats for register.
git-svn-id: trunk@34295 -
This commit is contained in:
parent
53536ef36d
commit
1296e6912f
@ -23,6 +23,7 @@ inherited RegistersDlg: TRegistersDlg
|
|||||||
Caption = 'Value'
|
Caption = 'Value'
|
||||||
end>
|
end>
|
||||||
MultiSelect = True
|
MultiSelect = True
|
||||||
|
PopupMenu = PopupDispType
|
||||||
RowSelect = True
|
RowSelect = True
|
||||||
SmallImages = ImageList1
|
SmallImages = ImageList1
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -50,12 +51,12 @@ inherited RegistersDlg: TRegistersDlg
|
|||||||
object ToolButton1: TToolButton
|
object ToolButton1: TToolButton
|
||||||
Left = 24
|
Left = 24
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 8
|
Width = 10
|
||||||
Caption = 'ToolButton1'
|
Caption = 'ToolButton1'
|
||||||
Style = tbsSeparator
|
Style = tbsSeparator
|
||||||
end
|
end
|
||||||
object ToolButtonDispType: TToolButton
|
object ToolButtonDispType: TToolButton
|
||||||
Left = 32
|
Left = 34
|
||||||
Top = 2
|
Top = 2
|
||||||
Caption = '...'
|
Caption = '...'
|
||||||
DropdownMenu = PopupDispType
|
DropdownMenu = PopupDispType
|
||||||
|
Loading…
Reference in New Issue
Block a user