Unit2.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > XIV > Delphi > UserNotifications >

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 IWButton1: TIWButton

 Left = 77

 Top = 175

 Width = 268

 Height = 25

 Caption = 'Show Notification and change form'

 Color = clBtnFace

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'IWButton1'

 TabOrder = 0

 OnClick = IWButton1Click

 end

end