mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 15:52:32 +02:00
28 lines
541 B
Plaintext
28 lines
541 B
Plaintext
object frFormBackgroundForMDI: TfrFormBackgroundForMDI
|
|
Left = 0
|
|
Height = 582
|
|
Top = 0
|
|
Width = 570
|
|
Align = alClient
|
|
ClientHeight = 582
|
|
ClientWidth = 570
|
|
Color = clBtnFace
|
|
ParentColor = False
|
|
TabOrder = 0
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Height = 582
|
|
Top = 0
|
|
Width = 570
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
Caption = 'Panel1'
|
|
Color = clOlive
|
|
ParentColor = False
|
|
TabOrder = 0
|
|
OnMouseDown = Panel1MouseDown
|
|
OnMouseMove = Panel1MouseMove
|
|
OnMouseUp = Panel1MouseUp
|
|
end
|
|
end
|