JavaApplet.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > XI > Features >

JavaApplet.dfm

object formJavaApplet: TformJavaApplet

 Left = 0

 Top = 0

 Width = 779

 Height = 531

 HorzScrollBar.Range = 507

 VertScrollBar.Range = 521

 RenderInvisibleControls = False

 ConnectionMode = cmAny

 Title = 'Java Applet'

 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 javaPacText: TIWApplet

 Left = 12

 Top = 216

 Width = 540

 Height = 60

 Cursor = crAuto

 Visible = False

 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 = aaTop

 AltText = 'Pac Text Applet'

 ClassFile = 'PacText.class'

 FriendlyName = 'javaPacText'

 HorizSpace = 0

 Params.Strings = (

 'bgcolor=FFFFFF'

 'paccolor=00FF00'

 'speed=4'

 'numtext=3'

 'font=Monospaced'

 'fontsize=22'

 'textcolor=0000FF'

 'space=21'

 'tremble=3'

 'textstart=100')

 VertSpace = 0

 end

 object butnShowMe: TIWButton

 Left = 228

 Top = 160

 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 = 'Show Me!'

 DoSubmitValidation = True

 Color = 13160660

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'butnShowMe'

 ScriptEvents = <>

 TabOrder = 0

 OnClick = butnShowMeClick

 end

 object IWLabel1: TIWLabel

 Left = 12

 Top = 40

 Width = 73

 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 = 'Text Line 1:'

 RawText = False

 end

 object IWLabel2: TIWLabel

 Left = 12

 Top = 80

 Width = 73

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

 Caption = 'Text Line 2:'

 RawText = False

 end

 object IWLabel3: TIWLabel

 Left = 12

 Top = 120

 Width = 73

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

 Caption = 'Text Line 3:'

 RawText = False

 end

 object editLine1: TIWEdit

 Left = 92

 Top = 40

 Width = 209

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

 MaxLength = 0

 ReadOnly = False

 Required = False

 ScriptEvents = <>

 SubmitOnAsyncEvent = True

 TabOrder = 2

 PasswordPrompt = False

 Text = 'IntraWeb means...'

 end

 object editLine2: TIWEdit

 Left = 92

 Top = 80

 Width = 209

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

 MaxLength = 0

 ReadOnly = False

 Required = False

 ScriptEvents = <>

 SubmitOnAsyncEvent = True

 TabOrder = 3

 PasswordPrompt = False

 Text = 'RAD developement...'

 end

 object editLine3: TIWEdit

 Left = 92

 Top = 120

 Width = 209

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

 MaxLength = 0

 ReadOnly = False

 Required = False

 ScriptEvents = <>

 SubmitOnAsyncEvent = True

 TabOrder = 4

 PasswordPrompt = False

 Text = 'for the web!'

 end

 inline framMenu1: TframMenu

 Left = 0

 Top = 0

 Width = 779

 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 = 779

 Height = 491

 TabOrder = 5

 inherited IWMenu1: TIWMenu

 Width = 779

 end

 end

 end

end