ContentWindow.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > XI > Features >

ContentWindow.dfm

object formContentWindow: TformContentWindow

 Left = 0

 Top = 0

 Width = 634

 Height = 511

 HorzScrollBar.Range = 537

 VertScrollBar.Range = 497

 RenderInvisibleControls = False

 ConnectionMode = cmAny

 Title = 'Open New Window'

 SupportedBrowsers = [brNetscape7, brIE, brNetscape6]

 AllowPageAccess = True

 BrowserSecurityCheck = True

 Background.Fixed = False

 HandleTabs = False

 LeftToRight = True

 LockUntilLoaded = True

 LockOnSubmit = True

 ShowHint = True

 XPTheme = True

 DesignLeft = 8

 DesignTop = 8

 object editURL: TIWEdit

 Left = 12

 Top = 72

 Width = 313

 Height = 21

 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

 FocusColor = clNone

 DoSubmitValidation = True

 Editable = True

 NonEditableAsLabel = True

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'URL'

 MaxLength = 0

 ReadOnly = False

 Required = True

 ScriptEvents = <>

 SubmitOnAsyncEvent = True

 TabOrder = 0

 PasswordPrompt = False

 Text = 'http://www.atozed.com'

 end

 object butnLaunch: TIWButton

 Left = 244

 Top = 120

 Width = 75

 Height = 25

 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

 Caption = 'Launch'

 DoSubmitValidation = True

 Color = 13160660

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'butnLaunch'

 ScriptEvents = <>

 TabOrder = 1

 OnClick = butnLaunchClick

 end

 object IWLabel1: TIWLabel

 Left = 12

 Top = 48

 Width = 149

 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

 AutoSize = False

 FriendlyName = 'IWLabel1'

 Caption = 'Enter a URL to display:'

 RawText = False

 end

 inline framMenu1: TframMenu

 Left = 0

 Top = 0

 Width = 634

 Height = 29

 HorzScrollBar.Range = 193

 HorzScrollBar.Visible = False

 VertScrollBar.Range = 491

 VertScrollBar.Visible = False

 Align = alTop

 AutoScroll = False

 Color = clWhite

 ParentColor = False

 TabOrder = 0

 TabStop = True

 inherited IWFrameRegion: TIWRegion

 Width = 634

 Height = 491

 TabOrder = 2

 inherited IWMenu1: TIWMenu

 Width = 634

 end

 end

 end

end