You've already forked lazarus-ccr
biffexplorer: Improved component layout (Autosize)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6049 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -150,6 +150,7 @@ object MainForm: TMainForm
|
|||||||
Top = 0
|
Top = 0
|
||||||
Width = 657
|
Width = 657
|
||||||
Align = alTop
|
Align = alTop
|
||||||
|
AutoSize = True
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 31
|
ClientHeight = 31
|
||||||
ClientWidth = 657
|
ClientWidth = 657
|
||||||
@ -179,6 +180,7 @@ object MainForm: TMainForm
|
|||||||
Width = 121
|
Width = 121
|
||||||
BorderSpacing.Left = 16
|
BorderSpacing.Left = 16
|
||||||
BorderSpacing.Top = 4
|
BorderSpacing.Top = 4
|
||||||
|
BorderSpacing.Bottom = 4
|
||||||
ItemHeight = 15
|
ItemHeight = 15
|
||||||
ItemIndex = 0
|
ItemIndex = 0
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
@ -200,6 +202,7 @@ object MainForm: TMainForm
|
|||||||
Top = 6
|
Top = 6
|
||||||
Width = 83
|
Width = 83
|
||||||
BorderSpacing.Left = 16
|
BorderSpacing.Left = 16
|
||||||
|
BorderSpacing.Right = 2
|
||||||
Caption = 'Single bytes'
|
Caption = 'Single bytes'
|
||||||
Checked = True
|
Checked = True
|
||||||
OnChange = CbHexSingleBytesChange
|
OnChange = CbHexSingleBytesChange
|
||||||
|
Reference in New Issue
Block a user