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'
|
||||
ClientHeight = 552
|
||||
ClientWidth = 569
|
||||
LCLVersion = '2.1.0.0'
|
||||
LCLVersion = '2.3.0.0'
|
||||
object StringGrid: TStringGrid
|
||||
AnchorSideLeft.Control = Label2
|
||||
AnchorSideTop.Control = Label2
|
||||
@ -17,9 +17,10 @@ object Form1: TForm1
|
||||
Left = 8
|
||||
Height = 467
|
||||
Top = 46
|
||||
Width = 561
|
||||
Width = 553
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Top = 8
|
||||
BorderSpacing.Right = 8
|
||||
BorderSpacing.Bottom = 8
|
||||
ColCount = 4
|
||||
DefaultColWidth = 200
|
||||
@ -336,7 +337,7 @@ object Form1: TForm1
|
||||
end
|
||||
object JvGridFilter: TJvGridFilter
|
||||
Grid = StringGrid
|
||||
left = 264
|
||||
top = 456
|
||||
Left = 264
|
||||
Top = 456
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user