|
<< Click to Display Table of Contents >> Navigation: Demos > XIV > C++ > ReverseProxy > Unit2.dfm |
object IWForm2: TIWForm2
Left = 0
Top = 0
Width = 555
Height = 400
RenderInvisibleControls = True
AllowPageAccess = True
ConnectionMode = cmAny
Background.Fixed = False
HandleTabs = False
LeftToRight = True
LockUntilLoaded = True
LockOnSubmit = True
ShowHint = True
XPTheme = True
DesignLeft = 8
DesignTop = 8
object IWLabel1: TIWLabel
Left = 40
Top = 40
Width = 103
Height = 16
Font.Color = clNone
Font.Size = 10
Font.Style = []
HasTabOrder = False
FriendlyName = 'IWLabel1'
Caption = 'This is IWForm2'
end
object IWButton1: TIWButton
Left = 40
Top = 88
Width = 177
Height = 25
Caption = 'Go back to IWForm1'
Color = clBtnFace
Font.Color = clNone
Font.Size = 10
Font.Style = []
FriendlyName = 'IWButton1'
TabOrder = 0
OnClick = IWButton1Click
end
end