Unit65.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > 15 > Delphi > CustomLockerImage >

Unit65.dfm

object IWForm65: TIWForm65

 Left = 0

 Top = 0

 Width = 555

 Height = 400

 RenderInvisibleControls = True

 AllowPageAccess = True

 ConnectionMode = cmAny

 ContentFiles.Strings = (

 'sample.js')

 Background.Fixed = False

 HandleTabs = False

 LeftToRight = True

 LockUntilLoaded = True

 LockOnSubmit = True

 ShowHint = True

 DesignLeft = 2

 DesignTop = 2

 object IWButton1: TIWButton

 Left = 72

 Top = 72

 Width = 273

 Height = 30

 Caption = 'Show me the custom locker'

 Color = clBtnFace

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'IWButton1'

 OnClick = IWButton1Click

 end

end