lazarus/components/opengl/example/mainunit.lfm
2006-01-01 20:43:51 +00:00

14 lines
240 B
Plaintext

object Form1: TForm1
Caption = 'Form1'
ClientHeight = 300
ClientWidth = 400
OnCreate = FormCreate
PixelsPerInch = 112
HorzScrollBar.Page = 399
VertScrollBar.Page = 299
Left = 290
Height = 300
Top = 163
Width = 400
end