|
<< Click to Display Table of Contents >> Navigation: Demos > 15 > C++ > IWGrid > Unit1.dfm |
object IWForm1: TIWForm1
Left = 0
Top = 0
Width = 772
Height = 632
RenderInvisibleControls = True
AllowPageAccess = True
ConnectionMode = cmAny
OnCreate = IWAppFormCreate
Background.Fixed = False
HandleTabs = False
LeftToRight = True
LockUntilLoaded = True
LockOnSubmit = True
ShowHint = True
DesignLeft = 3
DesignTop = 3
object tablGrid: TIWGrid
AlignWithMargins = False
Left = 61
Top = 44
Width = 644
Height = 461
Hint = ''
StyleRenderOptions.RenderPadding = False
BorderColors.Color = clNone
BorderColors.Light = clNone
BorderColors.Dark = clNone
BGColor = clNone
BorderSize = 1
BorderStyle = tfVertSides
Caption = 'Account Balances'
CellPadding = 2
CellSpacing = 0
FrameBuffer = 40
Lines = tlAll
OnRenderCell = tablGridRenderCell
UseFrame = False
UseSize = True
ShowEmptyCells = True
ShowInvisibleRows = True
FriendlyName = 'tablGrid'
ColumnCount = 5
OnCellClick = tablGridCellClick
RowCount = 10
ScrollToCurrentRow = False
end
end