You've already forked lazarus-ccr
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:
@ -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
|
Reference in New Issue
Block a user