|
<< Click to Display Table of Contents >> Navigation: Demos > XI > Features > FlowForm.dfm |
object formFlow: TformFlow
Left = 0
Top = 0
Width = 359
Height = 227
HorzScrollBar.Range = 349
VertScrollBar.Range = 201
RenderInvisibleControls = False
ConnectionMode = cmAny
Title = 'Flow Layout Demonstration'
SupportedBrowsers = [brNetscape7, brIE, brNetscape6]
AllowPageAccess = True
BrowserSecurityCheck = True
Background.Fixed = False
LayoutMgr = IWLayoutMgrHTML1
HandleTabs = False
LeftToRight = True
LockUntilLoaded = True
LockOnSubmit = True
ShowHint = True
XPTheme = True
DesignLeft = 8
DesignTop = 8
object IWLink1: TIWLink
Left = 164
Top = 184
Width = 185
Height = 17
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
Color = clNone
Font.Color = clNone
Font.Size = 10
Font.Style = []
ScriptEvents = <>
DoSubmitValidation = False
FriendlyName = 'IWLink1'
OnClick = IWLink1Click
TabOrder = 1
RawText = False
Caption = 'Return to main application.'
end
object IWListbox1: TIWListbox
Left = 8
Top = 32
Width = 161
Height = 145
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
BGColor = clNone
Font.Color = clNone
Font.Size = 10
Font.Style = []
FocusColor = clNone
AutoHideOnMenuActivation = False
ItemsHaveValues = False
NoSelectionText = '-- No Selection --'
Required = False
RequireSelection = True
ScriptEvents = <>
UseSize = False
DoSubmitValidation = True
Editable = True
TabOrder = 0
SubmitOnAsyncEvent = True
MaxItems = 0
FriendlyName = 'IWListbox1'
ItemIndex = 0
Items.Strings = (
'You can add more items to this list.')
MultiSelect = False
Sorted = False
end
object IWEdit1: TIWEdit
Left = 8
Top = 8
Width = 161
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 = 'IWEdit1'
MaxLength = 0
ReadOnly = False
Required = False
ScriptEvents = <>
SubmitOnAsyncEvent = True
TabOrder = 2
PasswordPrompt = False
end
object IWButton1: TIWButton
Left = 192
Top = 8
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 = 'Add'
DoSubmitValidation = True
Color = 13160660
Font.Color = clNone
Font.Size = 10
Font.Style = []
FriendlyName = 'IWButton1'
ScriptEvents = <>
TabOrder = 3
OnClick = IWButton1Click
end
object IWLayoutMgrHTML1: TIWLayoutMgrHTML
HTML.Strings = (
' 'TML>'
''
' 's-1251">'
''
'This page is designed using the HTML layout manage' +
'r. The form is like '
'any other IntraWeb form, but it has a HTML Layout Manager compon' +
'ent on it. When '
'you double click on the HTML Layout Manager a WYSIWYG editor is ' +
'invoked. From '
'the editor you can also import and export to Front Page, Dr' +
'eamweaver and '
'others. '
'You can also access the property inspector, add c' +
'omponents, '
'access source code, and most importantly use the fullly fea' +
'tured '
'WYSIWYG HTML editor!&nbs' +
'p; '
''
'Enter some text here {%IWEdit1%}, then '
'click the button {%IWButton1%} and '
'your text will be added in the listbox below. When you are finis' +
'hed click here '
'to {%IWLink1%} '
'{%IWListbox1%}'
'')
Left = 216
Top = 64
end
end