Unit2.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > XIV > Delphi > CustomAjaxCall >

Unit2.dfm

object IWForm2: TIWForm2

 Left = 0

 Top = 0

 Width = 555

 Height = 400

 RenderInvisibleControls = False

 AllowPageAccess = True

 ConnectionMode = cmAny

 OnCreate = IWAppFormCreate

 Background.Fixed = False

 HandleTabs = False

 LeftToRight = True

 LockUntilLoaded = True

 LockOnSubmit = True

 ShowHint = True

 XPTheme = True

 DesignLeft = 8

 DesignTop = 8

 object IWButton1: TIWButton

 Left = 40

 Top = 40

 Width = 185

 Height = 25

 Cursor = crAuto

 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

 Caption = 'Call from Button'

 DoSubmitValidation = True

 Color = clBtnFace

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'IWButton1'

 ScriptEvents = <>

 TabOrder = 0

 end

 object IWLabel1: TIWLabel

 Left = 40

 Top = 130

 Width = 58

 Height = 16

 Cursor = crAuto

 ParentShowHint = False

 ShowHint = True

 ZIndex = 0

 RenderSize = False

 StyleRenderOptions.RenderSize = False

 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 = 'IWLabel1'

 RawText = False

 end

 object IWLink1: TIWLink

 Left = 40

 Top = 91

 Width = 193

 Height = 17

 Cursor = crAuto

 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

 Color = clNone

 Font.Color = clNone

 Font.Size = 10

 Font.Style = [fsUnderline]

 ScriptEvents = <>

 DoSubmitValidation = False

 FriendlyName = 'IWLink1'

 TabOrder = 1

 RawText = False

 Caption = 'We may also call it using this link'

 end

end