CallingPlan.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > X > Phonetics Customer Profiler >

CallingPlan.dfm

object formCallingPlan: TformCallingPlan

 Left = 0

 Top = 0

 Width = 459

 Height = 292

 ConnectionMode = cmAny

 SupportedBrowsers = [brIE, brNetscape7, brNetscape6]

 OnCreate = IWFormModuleBaseCreate

 ActiveControl = butnNext

 BrowserSecurityCheck = True

 Background.Filename = 'background.gif'

 Background.Fixed = True

 LayoutMgr = IWTemplateProcessorHTML1

 HandleTabs = False

 LeftToRight = True

 LockUntilLoaded = True

 LockOnSubmit = True

 ShowHint = True

 OnDefaultAction = butnNextClick

 XPTheme = True

 DesignLeft = 277

 DesignTop = 173

 object lablHello: TIWLabel

 Left = 16

 Top = 8

 Width = 35

 Height = 16

 Cursor = crAuto

 IW50Hint = False

 ParentShowHint = False

 ShowHint = True

 ZIndex = 0

 RenderSize = True

 Alignment = taLeftJustify

 BGColor = clNone

 Font.Color = clWindowText

 Font.Size = 10

 Font.Style = []

 NoWrap = False

 ConvertSpaces = False

 AutoSize = False

 FriendlyName = 'lablHello'

 Caption = 'Hello'

 RawText = False

 end

 object textIntro: TIWText

 Left = 16

 Top = 32

 Width = 353

 Height = 57

 Cursor = crAuto

 IW50Hint = False

 ParentShowHint = False

 ShowHint = True

 ZIndex = 0

 RenderSize = False

 BGColor = clNone

 ConvertSpaces = True

 Font.Color = clWindowText

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'textIntro'

 Lines.Strings = (

 'We have evaluated your answers to our customer profile questions'

 'and have selected a Phonetics phone pan that we believe is best '

 'suited to your calling habits.')

 RawText = False

 UseFrame = False

 WantReturns = True

 end

 object textPlan: TIWText

 Left = 16

 Top = 104

 Width = 409

 Height = 65

 Cursor = crAuto

 IW50Hint = False

 ParentShowHint = False

 ShowHint = True

 ZIndex = 0

 RenderSize = False

 BGColor = clNone

 ConvertSpaces = True

 Font.Color = clWindowText

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'textPlan'

 Lines.Strings = (

 'Plan details')

 RawText = False

 UseFrame = False

 WantReturns = True

 end

 object butnNext: TIWButton

 Left = 200

 Top = 184

 Width = 75

 Height = 25

 Cursor = crAuto

 IW50Hint = False

 ParentShowHint = False

 ShowHint = True

 ZIndex = 0

 RenderSize = True

 Caption = 'Next'

 DoSubmitValidation = True

 Color = 13160660

 Font.Color = clWindowText

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'butnNext'

 ScriptEvents = <>

 TabOrder = 0

 OnClick = butnNextClick

 end

 object btnStartOver: TIWButton

 Left = 16

 Top = 247

 Width = 75

 Height = 25

 Cursor = crAuto

 IW50Hint = False

 ParentShowHint = False

 ShowHint = True

 ZIndex = 0

 RenderSize = True

 Caption = 'Start over'

 DoSubmitValidation = True

 Color = 13160660

 Font.Color = clWindowText

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'butnNext'

 ScriptEvents = <>

 TabOrder = 1

 OnClick = btnStartOverClick

 end

 object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML

 TagType = ttIntraWeb

 Left = 64

 Top = 192

 end

end