StyleSheetForm.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > XI > Features >

StyleSheetForm.dfm

object formStyleSheets: TformStyleSheets

 Left = 0

 Top = 0

 Width = 672

 Height = 521

 RenderInvisibleControls = False

 OnRender = IWFormModuleBaseRender

 ConnectionMode = cmAny

 Title = 'CSS Style Sheets'

 SupportedBrowsers = [brNetscape7, brIE, brNetscape6]

 AllowPageAccess = True

 BrowserSecurityCheck = True

 Background.Fixed = False

 HandleTabs = False

 LeftToRight = True

 LockUntilLoaded = True

 LockOnSubmit = True

 StyleSheet.Filename = 'Features.css'

 ShowHint = True

 XPTheme = True

 DesignLeft = 8

 DesignTop = 8

 object IWLabel1: TIWLabel

 Left = 8

 Top = 188

 Width = 106

 Height = 16

 Cursor = crAuto

 Css = 'highlight'

 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 = 'Highlighted Text'

 RawText = False

 end

 object IWText1: TIWText

 Left = 3

 Top = 31

 Width = 369

 Height = 137

 Cursor = crAuto

 Css = 'pageheading'

 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

 ConvertSpaces = True

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'IWText1'

 Lines.Strings = (

 'This shows how to use style sheets. Each control'

 'has a stylesheet specified in its Font property.'

 ''

 'The style sheet is external and specified in the form'#39's'

 'stylesheet property.'

 ''

 'Stylesheets can also be used by using templates.')

 RawText = False

 UseFrame = False

 WantReturns = True

 end

 object IWLabel2: TIWLabel

 Left = 208

 Top = 188

 Width = 110

 Height = 16

 Cursor = crAuto

 Css = 'sectionheading'

 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 = 'Section Heading'

 RawText = False

 end

 object IWText2: TIWText

 Left = 8

 Top = 228

 Width = 377

 Height = 89

 Cursor = crAuto

 Css = 'bodytextbold'

 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

 ConvertSpaces = True

 Font.Color = clWebRED

 Font.FontName = 'Tahoma'

 Font.Size = 10

 Font.Style = [fsBold]

 FriendlyName = 'IWText2'

 Lines.Strings = (

 'You can also be selective in which controls use the'

 'style sheet.'

 ''

 'This one does not use a stylesheet, but uses its'

 'own font settings.')

 RawText = False

 UseFrame = False

 WantReturns = True

 end

 object IWButton1: TIWButton

 Left = 48

 Top = 340

 Width = 105

 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 = 'Stylesheet 1'

 DoSubmitValidation = True

 Color = 13160660

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'IWButton1'

 ScriptEvents = <>

 TabOrder = 0

 OnClick = IWButton1Click

 end

 object IWButton2: TIWButton

 Left = 204

 Top = 340

 Width = 97

 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 = 'Stylesheet 2'

 DoSubmitValidation = True

 Color = 13160660

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'IWButton2'

 ScriptEvents = <>

 TabOrder = 1

 OnClick = IWButton2Click

 end

 object lablCurrentStylesheet: TIWLabel

 Left = 48

 Top = 372

 Width = 122

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

 Caption = 'Current Stylesheet:'

 RawText = False

 end

 inline framMenu1: TframMenu

 Left = 0

 Top = 0

 Width = 672

 Height = 25

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

 Height = 491

 TabOrder = 2

 inherited IWMenu1: TIWMenu

 Width = 672

 end

 end

 end

end