lazarus/components/wiki/test/wikisearchmain.lfm
mattias a47ef8234b wiki test: anchors
git-svn-id: trunk@35822 -
2012-03-08 11:48:46 +00:00

179 lines
4.4 KiB
Plaintext

object WikiSearchDemoForm: TWikiSearchDemoForm
Left = 606
Height = 501
Top = 300
Width = 663
Caption = 'WikiSearchDemoForm'
ClientHeight = 501
ClientWidth = 663
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '0.9.31'
object PagePanel: TPanel
Left = 325
Height = 501
Top = 0
Width = 338
Align = alClient
Caption = 'PagePanel'
ClientHeight = 501
ClientWidth = 338
TabOrder = 0
object PageIpHtmlPanel: TIpHtmlPanel
AnchorSideTop.Control = PageToolBar
AnchorSideTop.Side = asrBottom
Left = 1
Height = 473
Top = 27
Width = 336
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
FixedTypeface = 'Courier New'
DefaultTypeFace = 'default'
DefaultFontSize = 10
FlagErrors = False
PrintSettings.MarginLeft = 0.5
PrintSettings.MarginTop = 0.5
PrintSettings.MarginRight = 0.5
PrintSettings.MarginBottom = 0.5
TabOrder = 0
WantTabs = False
OnHotClick = IpHtmlPanelHotClick
end
object PageToolBar: TToolBar
Left = 1
Height = 26
Top = 1
Width = 336
Caption = 'PageToolBar'
ShowCaptions = True
TabOrder = 1
object ShowSearchToolButton: TToolButton
Left = 1
Top = 2
AutoSize = True
Caption = 'Search'
OnClick = ShowSearchToolButtonClick
Visible = False
end
end
end
object Splitter1: TSplitter
Left = 320
Height = 501
Top = 0
Width = 5
end
object SearchPanel: TPanel
Left = 0
Height = 501
Top = 0
Width = 320
Align = alLeft
Caption = 'SearchPanel'
ClientHeight = 501
ClientWidth = 320
TabOrder = 2
object ResultsIpHtmlPanel: TIpHtmlPanel
AnchorSideTop.Control = OptionsButton
AnchorSideTop.Side = asrBottom
Left = 1
Height = 431
Top = 69
Width = 318
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
FixedTypeface = 'Courier New'
DefaultTypeFace = 'default'
DefaultFontSize = 10
FlagErrors = False
PrintSettings.MarginLeft = 0.5
PrintSettings.MarginTop = 0.5
PrintSettings.MarginRight = 0.5
PrintSettings.MarginBottom = 0.5
TabOrder = 0
WantTabs = False
OnHotClick = IpHtmlPanelHotClick
end
object SearchEdit: TEdit
AnchorSideLeft.Control = SearchLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = SearchPanel
AnchorSideRight.Control = HideSearchButton
Left = 82
Height = 24
Top = 7
Width = 114
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
OnChange = SearchEditChange
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = 'SearchEdit'
end
object SearchLabel: TLabel
AnchorSideLeft.Control = SearchPanel
AnchorSideTop.Control = SearchEdit
AnchorSideTop.Side = asrCenter
Left = 7
Height = 15
Top = 12
Width = 69
BorderSpacing.Around = 6
Caption = 'SearchLabel'
ParentColor = False
end
object ProgressLabel: TLabel
AnchorSideLeft.Control = SearchPanel
AnchorSideTop.Control = OptionsButton
AnchorSideTop.Side = asrCenter
AnchorSideRight.Side = asrBottom
Left = 7
Height = 15
Top = 43
Width = 79
BorderSpacing.Around = 6
Caption = 'ProgressLabel'
ParentColor = False
end
object HideSearchButton: TButton
AnchorSideTop.Control = SearchEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = SearchPanel
AnchorSideRight.Side = asrBottom
Left = 202
Height = 26
Top = 6
Width = 111
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'HideSearchButton'
OnClick = HideSearchButtonClick
TabOrder = 2
end
object OptionsButton: TButton
AnchorSideLeft.Control = SearchPanel
AnchorSideRight.Control = SearchPanel
AnchorSideRight.Side = asrBottom
Left = 222
Height = 26
Top = 37
Width = 91
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'OptionsButton'
OnClick = OptionsButtonClick
TabOrder = 3
end
end
object Timer1: TTimer
OnTimer = Timer1Timer
left = 155
top = 175
end
end