mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-10 04:38:42 +02:00
40 lines
702 B
Plaintext
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
|