Unit3.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > XIV > Delphi > UserNotifications >

Unit3.dfm

object IWForm3: TIWForm3

 Left = 0

 Top = 0

 Width = 555

 Height = 400

 RenderInvisibleControls = True

 AllowPageAccess = True

 ConnectionMode = cmAny

 OnShow = IWAppFormShow

 Background.Fixed = False

 HandleTabs = False

 LeftToRight = True

 LockUntilLoaded = True

 LockOnSubmit = True

 ShowHint = True

 XPTheme = True

 DesignLeft = 8

 DesignTop = 8

 object IWButton1: TIWButton

 Left = 58

 Top = 42

 Width = 286

 Height = 25

 Caption = 'Back to previous form'

 Color = clBtnFace

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'IWButton1'

 TabOrder = 0

 OnClick = IWButton1Click

 end

end