mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-17 20:22:47 +02:00
17 lines
344 B
Plaintext
17 lines
344 B
Plaintext
object frFloatWindow: TfrFloatWindow
|
|
Left = 362
|
|
Height = 61
|
|
Top = 195
|
|
Width = 213
|
|
HorzScrollBar.Page = 212
|
|
VertScrollBar.Page = 60
|
|
BorderStyle = bsToolWindow
|
|
Caption = 'frFloatWindow'
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
FormStyle = fsStayOnTop
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
ShowHint = True
|
|
end
|