mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-09 08:32:38 +02:00
60 lines
1.2 KiB
Plaintext
60 lines
1.2 KiB
Plaintext
object formFPV3D: TformFPV3D
|
|
Left = 336
|
|
Height = 240
|
|
Top = 171
|
|
Width = 320
|
|
Caption = 'formFPV3D'
|
|
ClientHeight = 240
|
|
ClientWidth = 320
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
LCLVersion = '0.9.31'
|
|
object editFileName: TFileNameEdit
|
|
Left = 12
|
|
Height = 25
|
|
Top = 8
|
|
Width = 280
|
|
DialogOptions = []
|
|
FilterIndex = 0
|
|
HideDirectories = False
|
|
ButtonWidth = 23
|
|
NumGlyphs = 0
|
|
MaxLength = 0
|
|
TabOrder = 0
|
|
end
|
|
object buttonLoad: TButton
|
|
Left = 12
|
|
Height = 25
|
|
Top = 40
|
|
Width = 75
|
|
Caption = 'Load file'
|
|
OnClick = buttonLoadClick
|
|
TabOrder = 1
|
|
end
|
|
object glControl: TOpenGLControl
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 5
|
|
Height = 163
|
|
Top = 72
|
|
Width = 310
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 5
|
|
BorderSpacing.Right = 5
|
|
BorderSpacing.Bottom = 5
|
|
OnPaint = glControlPaint
|
|
end
|
|
object Button1: TButton
|
|
Left = 96
|
|
Height = 25
|
|
Top = 40
|
|
Width = 75
|
|
Caption = 'Refresh'
|
|
OnClick = Button1Click
|
|
TabOrder = 3
|
|
end
|
|
end
|