mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-22 14:02:55 +02:00
25 lines
453 B
Plaintext
25 lines
453 B
Plaintext
object ViewWindow: TViewWindow
|
|
Left = 369
|
|
Height = 300
|
|
Top = 369
|
|
Width = 400
|
|
Caption = 'ViewWindow'
|
|
ClientHeight = 300
|
|
ClientWidth = 400
|
|
DragKind = dkDock
|
|
DragMode = dmAutomatic
|
|
OnEndDock = FormEndDock
|
|
OnStartDock = FormStartDock
|
|
LCLVersion = '0.9.29'
|
|
Visible = True
|
|
object Label1: TLabel
|
|
Left = 16
|
|
Height = 14
|
|
Top = 8
|
|
Width = 142
|
|
AutoSize = False
|
|
Caption = 'Label1'
|
|
ParentColor = False
|
|
end
|
|
end
|