|
<< Click to Display Table of Contents >> Navigation: Demos > 15 > Delphi > AsyncRenderFrame > Unit9.dfm |
object IWForm9: TIWForm9
Left = 0
Top = 0
Width = 989
Height = 808
RenderInvisibleControls = True
AllowPageAccess = True
ConnectionMode = cmAny
Background.Fixed = False
HandleTabs = False
LeftToRight = True
LockUntilLoaded = True
LockOnSubmit = True
ShowHint = True
DesignLeft = 8
DesignTop = 8
object IWButton1: TIWButton
Left = 48
Top = 48
Width = 120
Height = 30
Caption = 'Show Calculator'
Color = clBtnFace
Font.Color = clNone
Font.Size = 10
Font.Style = []
FriendlyName = 'IWButton1'
TabOrder = 0
OnAsyncClick = IWButton1AsyncClick
end
object IWButton2: TIWButton
Left = 192
Top = 48
Width = 120
Height = 30
Caption = 'Show Grid'
Color = clBtnFace
Font.Color = clNone
Font.Size = 10
Font.Style = []
FriendlyName = 'IWButton1'
TabOrder = 1
OnAsyncClick = IWButton2AsyncClick
end
object IWRegion1: TIWRegion
Left = 48
Top = 104
Width = 665
Height = 289
RenderInvisibleControls = True
BorderOptions.NumericWidth = 1
BorderOptions.BorderWidth = cbwNumeric
BorderOptions.Style = cbsSolid
BorderOptions.Color = clWebDARKGRAY
Color = clMenu
end
end