* Remove old file

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1101 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2009-12-30 16:33:24 +00:00
parent 17f4355903
commit 3c4e5cee0e

View File

@@ -1,34 +0,0 @@
object MainForm: TMainForm
Left = 457
Height = 605
Top = 243
Width = 856
HorzScrollBar.Page = 855
VertScrollBar.Page = 604
Caption = 'Virtual Treeview features demo'
Font.Height = -13
Font.Name = 'MS Sans Serif'
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
object Bevel1: TBevel
Height = 2
Width = 856
Align = alTop
Shape = bsTopLine
end
object StatusBar: TStatusBar
Height = 20
Top = 585
Width = 856
Panels = <>
end
object ContainerPanel: TPanel
Height = 583
Top = 2
Width = 856
Align = alClient
BevelOuter = bvNone
TabOrder = 0
end
end