Simple.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > XIV > Delphi > Features >

Simple.dfm

object formSimple: TformSimple

 Left = 0

 Top = 0

 Width = 636

 Height = 556

 HorzScrollBar.Range = 625

 VertScrollBar.Range = 513

 RenderInvisibleControls = False

 AllowPageAccess = True

 ConnectionMode = cmAny

 Title = 'Simple Input'

 OnDestroy = IWAppFormDestroy

 Background.Fixed = False

 HandleTabs = False

 LeftToRight = True

 LockUntilLoaded = True

 LockOnSubmit = True

 ShowHint = True

 OnDefaultAction = butnTalkClick

 XPTheme = True

 DesignLeft = 8

 DesignTop = 8

 object IWText1: TIWText

 Left = 16

 Top = 48

 Width = 409

 Height = 121

 Cursor = crAuto

 ParentShowHint = False

 ShowHint = True

 ZIndex = 0

 RenderSize = True

 BGColor = clNone

 ConvertSpaces = True

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'IWText1'

 Lines.Strings = (

 'This is a very simple form - but think of this:'

 ''

 'Using ANY other web development technology how many lines'

 'of code would this require and how long would it take you?'

 ''

 

 'Only after you have thought about this, then look at the IntraWe' +

 'b'

 'code to do this. We think you will be quite amazed.....')

 RawText = False

 UseFrame = False

 WantReturns = True

 end

 object IWLabel1: TIWLabel

 Left = 16

 Top = 184

 Width = 128

 Height = 16

 Cursor = crAuto

 ParentShowHint = False

 ShowHint = True

 ZIndex = 0

 RenderSize = True

 Alignment = taLeftJustify

 BGColor = clNone

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 NoWrap = False

 ConvertSpaces = False

 HasTabOrder = False

 AutoSize = False

 FriendlyName = 'IWLabel1'

 Caption = 'What is your name?'

 RawText = False

 end

 object lablHello: TIWLabel

 Left = 16

 Top = 232

 Width = 438

 Height = 16

 Cursor = crAuto

 Visible = False

 ParentShowHint = False

 ShowHint = True

 ZIndex = 0

 RenderSize = True

 Alignment = taLeftJustify

 BGColor = clNone

 Font.Color = clWebRED

 Font.Size = 10

 Font.Style = [fsBold]

 NoWrap = False

 ConvertSpaces = False

 HasTabOrder = False

 AutoSize = False

 FriendlyName = 'lablHello'

 Caption = 'lablHello'

 RawText = False

 end

 object editName: TIWEdit

 Left = 16

 Top = 200

 Width = 233

 Height = 21

 Cursor = crAuto

 ParentShowHint = False

 ShowHint = True

 ZIndex = 0

 RenderSize = True

 Alignment = taLeftJustify

 BGColor = clNone

 FocusColor = clNone

 Editable = True

 NonEditableAsLabel = True

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'TIWEdit1'

 MaxLength = 0

 ReadOnly = False

 Required = False

 ScriptEvents = <>

 SubmitOnAsyncEvent = True

 TabOrder = 0

 PasswordPrompt = False

 end

 object butnTalk: TIWButton

 Left = 256

 Top = 200

 Width = 75

 Height = 25

 Cursor = crAuto

 ParentShowHint = False

 ShowHint = True

 ZIndex = 0

 RenderSize = True

 Caption = 'Talk to me'

 Color = 13160660

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'butnTalk'

 ScriptEvents = <>

 TabOrder = 1

 OnClick = butnTalkClick

 end

 inline framMenu1: TframMenu

 Left = 0

 Top = 0

 Width = 636

 Height = 33

 HorzScrollBar.Range = 193

 HorzScrollBar.Visible = False

 VertScrollBar.Range = 491

 VertScrollBar.Visible = False

 Align = alTop

 Color = clWhite

 ParentColor = False

 TabOrder = 0

 TabStop = True

 inherited IWFrameRegion: TIWRegion

 Width = 636

 Height = 491

 TabOrder = 2

 inherited IWMenu1: TIWMenu

 Width = 636

 end

 end

 end

end