lazarus/components/rtticontrols/examples/examplegrid1.lfm
mattias 952977c295 added button for dialog items in TTIGrid
git-svn-id: trunk@6579 -
2005-01-13 23:02:30 +00:00

54 lines
1.2 KiB
Plaintext

object Form1: TForm1
Caption = 'Form1'
ClientHeight = 300
ClientWidth = 400
OnCreate = Form1Create
OnDestroy = Form1Destroy
OnMouseDown = Form1MouseDown
PixelsPerInch = 75
HorzScrollBar.Page = 401
VertScrollBar.Page = 301
Left = 290
Height = 300
Top = 163
Width = 400
object TIGrid1: TTIGrid
BorderStyle = bsSingle
Color = clWhite
DefaultRowHeight = 24
Filter = [tkInteger, tkChar, tkEnumeration, tkFloat, tkSString, tkLString, tkAString, tkWString, tkVariant, tkWChar, tkBool, tkInt64, tkQWord]
FixedColor = clBtnFace
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goAlwaysShowEditor, goSmoothScroll]
Left = 32
Height = 166
Top = 16
Width = 316
ColWidths = (
64
64
64
64
64
)
RowHeights = (
24
24
24
24
24
)
end
object TICheckBox1: TTICheckBox
AutoSize = True
Caption = 'goColSizing'
Link.TIObject = TIGrid1
Link.TIPropertyName = 'Options'
Link.TIElementName = 'goColSizing'
TabStop = True
Left = 34
Height = 23
Top = 216
Width = 90
end
end