|
<< Click to Display Table of Contents >> Navigation: Demos > X > StandAloneSSL > NonSecureForm.dfm |
object IWForm3: TIWForm3
Left = 0
Top = 0
Width = 555
Height = 157
ConnectionMode = cmNonSecure
SupportedBrowsers = [brIE, brNetscape7, brOpera, 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 IWLabel1: TIWLabel
Left = 8
Top = 8
Width = 190
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
Alignment = taLeftJustify
BGColor = clNone
Font.Color = clNone
Font.Size = 10
Font.Style = [fsBold]
NoWrap = False
ConvertSpaces = False
HasTabOrder = False
AutoSize = False
FriendlyName = 'IWLabel1'
Caption = 'FORM LEVEL SECURITY'
RawText = False
end
object IWText1: TIWText
Left = 6
Top = 37
Width = 537
Height = 68
Cursor = crAuto
IW50Hint = False
ParentShowHint = False
ShowHint = True
ZIndex = 0
RenderSize = False
StyleRenderOptions.RenderSize = True
StyleRenderOptions.RenderPosition = True
StyleRenderOptions.RenderFont = True
StyleRenderOptions.RenderZIndex = True
StyleRenderOptions.RenderVisibility = True
StyleRenderOptions.RenderStatus = True
BGColor = clNone
ConvertSpaces = True
Font.Color = clNone
Font.Size = 10
Font.Style = []
FriendlyName = 'IWText1'
Lines.Strings = (
'This form does NOT require an SSL connection, and in fact does n' +
'ot permit one.'
''
'When you launch this form from the browser, an exception is rais' +
'ed. ')
RawText = False
UseFrame = False
WantReturns = True
end
object linkNext: TIWLink
Left = 8
Top = 140
Width = 545
Height = 17
Cursor = crAuto
IW50Hint = False
ParentShowHint = False
ShowHint = True
ZIndex = 0
RenderSize = False
StyleRenderOptions.RenderSize = True
StyleRenderOptions.RenderPosition = True
StyleRenderOptions.RenderFont = True
StyleRenderOptions.RenderZIndex = True
StyleRenderOptions.RenderVisibility = True
StyleRenderOptions.RenderStatus = True
Alignment = taLeftJustify
Color = clNone
Font.Color = clNone
Font.Size = 10
Font.Style = []
ScriptEvents = <>
DoSubmitValidation = False
FriendlyName = 'linkNext'
OnClick = linkNextClick
TabOrder = 0
RawText = False
Caption = 'Switch back to secure mode (previous form)'
end
end