You've already forked lazarus-ccr
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:
@ -102,7 +102,7 @@
|
||||
</RunParams>
|
||||
<RequiredPackages Count="5">
|
||||
<Item1>
|
||||
<PackageName Value="virtualtreeview_package4"/>
|
||||
<PackageName Value="virtualtreeview_package"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<PackageName Value="KControlsLaz"/>
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user