myForm.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > XI > CustomURLResponder >

myForm.dfm

object myIWForm: TmyIWForm

 Left = 0

 Top = 0

 Width = 555

 Height = 400

 RenderInvisibleControls = False

 AllowPageAccess = True

 ConnectionMode = cmAny

 SupportedBrowsers = []

 Background.Fixed = False

 HandleTabs = False

 LeftToRight = True

 LockUntilLoaded = True

 LockOnSubmit = True

 ShowHint = True

 XPTheme = True

 DesignLeft = 8

 DesignTop = 8

 object IWlabel1: TIWLabel

 Left = 48

 Top = 56

 Width = 72

 Height = 16

 Cursor = crAuto

 IW50Hint = False

 ParentShowHint = False

 ShowHint = True

 ZIndex = 0

 RenderSize = True

 StyleRenderOptions.RenderSize = True

 StyleRenderOptions.RenderPosition = True

 StyleRenderOptions.RenderFont = True

 StyleRenderOptions.RenderZIndex = True

 StyleRenderOptions.RenderVisibility = True

 StyleRenderOptions.RenderStatus = True

 StyleRenderOptions.RenderAbsolute = True

 Alignment = taLeftJustify

 BGColor = clNone

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 NoWrap = False

 ConvertSpaces = False

 HasTabOrder = False

 FriendlyName = 'IWlabel1'

 Caption = 'My IWForm'

 RawText = False

 end

end