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

24 lines
423 B
Plaintext

object frmShapedWindow: TfrmShapedWindow
Left = 290
Height = 200
Top = 171
Width = 200
BorderIcons = []
BorderStyle = bsNone
Caption = 'frmShapedWindow'
ClientHeight = 200
ClientWidth = 200
Color = clRed
OnShow = FormShow
LCLVersion = '0.9.27'
object btnClose: TButton
Left = 50
Height = 32
Top = 88
Width = 100
Caption = 'Close'
ModalResult = 1
TabOrder = 0
end
end