mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 00:18:15 +02:00
25 lines
448 B
Plaintext
25 lines
448 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 = '1.1'
|
|
object btnClose: TButton
|
|
Left = 50
|
|
Height = 32
|
|
Top = 88
|
|
Width = 100
|
|
Caption = 'Close'
|
|
ModalResult = 1
|
|
OnClick = btnCloseClick
|
|
TabOrder = 0
|
|
end
|
|
end
|