Files
lazarus-ccr/components/virtualtreeview-unstable/demos/vtbasic/ViewCode.lfm
blikblum a2f68f3eaf Added vtbasic demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@77 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-22 13:09:12 +00:00

26 lines
492 B
Plaintext

object frmViewCode: TfrmViewCode
Left = 230
Height = 354
Top = 137
Width = 553
HorzScrollBar.Page = 552
VertScrollBar.Page = 353
ActiveControl = memo
Caption = 'Quick Code Viewer'
Font.Height = -11
Font.Name = 'Tahoma'
OnActivate = FormActivate
Position = poDefaultPosOnly
object memo: TMemo
Height = 354
Width = 553
Align = alClient
Font.Height = -11
Font.Name = 'Courier New'
Lines.Strings = (
'memo'
)
TabOrder = 0
end
end