You've already forked lazarus-ccr
jvcl: Improved layout of gridfilter demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8686 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -6,7 +6,7 @@ object Form1: TForm1
|
|||||||
Caption = 'JvGridFilter Demo'
|
Caption = 'JvGridFilter Demo'
|
||||||
ClientHeight = 552
|
ClientHeight = 552
|
||||||
ClientWidth = 569
|
ClientWidth = 569
|
||||||
LCLVersion = '2.1.0.0'
|
LCLVersion = '2.3.0.0'
|
||||||
object StringGrid: TStringGrid
|
object StringGrid: TStringGrid
|
||||||
AnchorSideLeft.Control = Label2
|
AnchorSideLeft.Control = Label2
|
||||||
AnchorSideTop.Control = Label2
|
AnchorSideTop.Control = Label2
|
||||||
@ -17,9 +17,10 @@ object Form1: TForm1
|
|||||||
Left = 8
|
Left = 8
|
||||||
Height = 467
|
Height = 467
|
||||||
Top = 46
|
Top = 46
|
||||||
Width = 561
|
Width = 553
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Top = 8
|
BorderSpacing.Top = 8
|
||||||
|
BorderSpacing.Right = 8
|
||||||
BorderSpacing.Bottom = 8
|
BorderSpacing.Bottom = 8
|
||||||
ColCount = 4
|
ColCount = 4
|
||||||
DefaultColWidth = 200
|
DefaultColWidth = 200
|
||||||
@ -336,7 +337,7 @@ object Form1: TForm1
|
|||||||
end
|
end
|
||||||
object JvGridFilter: TJvGridFilter
|
object JvGridFilter: TJvGridFilter
|
||||||
Grid = StringGrid
|
Grid = StringGrid
|
||||||
left = 264
|
Left = 264
|
||||||
top = 456
|
Top = 456
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user