biffexplorer: Use VirtualTreeView v5 (instead of v4). Improved layout.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6048 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-10-31 09:41:30 +00:00
parent d62cd79a4c
commit 974a711b4c
2 changed files with 21 additions and 7 deletions

View File

@ -102,7 +102,7 @@
</RunParams>
<RequiredPackages Count="5">
<Item1>
<PackageName Value="virtualtreeview_package4"/>
<PackageName Value="virtualtreeview_package"/>
</Item1>
<Item2>
<PackageName Value="KControlsLaz"/>

View File

@ -155,10 +155,14 @@ object MainForm: TMainForm
ClientWidth = 657
TabOrder = 0
object CbHexAddress: TCheckBox
Left = 3
AnchorSideLeft.Control = HexEditorParamsPanel
AnchorSideTop.Control = CbHexEditorLineSize
AnchorSideTop.Side = asrCenter
Left = 2
Height = 19
Top = 5
Top = 6
Width = 131
BorderSpacing.Left = 2
Caption = 'Hexadecimal address'
Checked = True
OnChange = CbHexAddressChange
@ -166,10 +170,15 @@ object MainForm: TMainForm
TabOrder = 0
end
object CbHexEditorLineSize: TComboBox
Left = 152
AnchorSideLeft.Control = CbHexAddress
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = HexEditorParamsPanel
Left = 149
Height = 23
Top = 3
Top = 4
Width = 121
BorderSpacing.Left = 16
BorderSpacing.Top = 4
ItemHeight = 15
ItemIndex = 0
Items.Strings = (
@ -182,10 +191,15 @@ object MainForm: TMainForm
Text = 'normal lines'
end
object CbHexSingleBytes: TCheckBox
Left = 296
AnchorSideLeft.Control = CbHexEditorLineSize
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CbHexEditorLineSize
AnchorSideTop.Side = asrCenter
Left = 286
Height = 19
Top = 5
Top = 6
Width = 83
BorderSpacing.Left = 16
Caption = 'Single bytes'
Checked = True
OnChange = CbHexSingleBytesChange