lazarus/components/rtticontrols/examples/examplegrid1.lfm
mattias e58fafc956 added example for TTIGrid
git-svn-id: trunk@6523 -
2005-01-09 14:51:55 +00:00

40 lines
702 B
Plaintext

object Form1: TForm1
Caption = 'Form1'
ClientHeight = 300
ClientWidth = 400
OnCreate = Form1Create
OnDestroy = Form1Destroy
PixelsPerInch = 90
HorzScrollBar.Page = 401
VertScrollBar.Page = 301
Left = 290
Height = 300
Top = 163
Width = 400
object TIGrid1: TTIGrid
BorderStyle = bsSingle
Color = clWhite
DefaultRowHeight = 24
FixedColor = clBtnFace
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goSmoothScroll]
Left = 40
Height = 166
Top = 64
Width = 316
ColWidths = (
64
64
64
64
64
)
RowHeights = (
24
24
24
24
24
)
end
end