Unit17.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > XIV > Delphi > NewWindowDemo >

Unit17.dfm

object IWForm17: TIWForm17

 Left = 0

 Top = 0

 Width = 555

 Height = 400

 RenderInvisibleControls = False

 AllowPageAccess = True

 ConnectionMode = cmAny

 Background.Fixed = False

 HandleTabs = False

 LeftToRight = True

 LockUntilLoaded = True

 LockOnSubmit = True

 ShowHint = True

 XPTheme = True

 DesignLeft = 8

 DesignTop = 8

 object IWButton1: TIWButton

 Left = 56

 Top = 80

 Width = 182

 Height = 25

 Caption = 'Click to open'

 Color = clBtnFace

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'IWButton1'

 TabOrder = 0

 OnClick = IWButton1Click

 end

end