lazarus/components/turbopower_ipro/examples/htmlwithcssfrm.lfm
mattias 789705e0a3 turbopower_ipro: added example with css
git-svn-id: trunk@30039 -
2011-03-27 17:55:16 +00:00

13 lines
218 B
Plaintext

object Form1: TForm1
Left = 291
Height = 300
Top = 167
Width = 400
HorzScrollBar.Page = 401
VertScrollBar.Page = 301
Caption = 'Form1'
OnCreate = FormCreate
LCLVersion = '0.9.31'
Visible = True
end