Added vtbasic demo

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@77 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2007-02-22 13:09:12 +00:00
parent a82be98ef4
commit a2f68f3eaf
24 changed files with 7375 additions and 0 deletions

View File

@ -0,0 +1,25 @@
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