lazarus/examples/canvas_test/rectanglestest.lfm
sekelsenmat bd44a633e1 Adds a large Canvas drawing example and test
git-svn-id: trunk@29587 -
2011-02-17 09:55:53 +00:00

12 lines
239 B
Plaintext

object frmRectangles: TfrmRectangles
Left = 290
Height = 150
Top = 171
Width = 400
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Rectangles Test'
OnPaint = FormPaint
LCLVersion = '0.9.27'
end