-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaingui.lfm
More file actions
46 lines (46 loc) · 996 Bytes
/
Copy pathmaingui.lfm
File metadata and controls
46 lines (46 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
object FormMain: TFormMain
Left = 2452
Height = 484
Top = 261
Width = 629
Caption = 'Warp3D'
ClientHeight = 484
ClientWidth = 629
Font.Height = -12
KeyPreview = True
Position = poScreenCenter
LCLVersion = '4.99.0.0'
OnCreate = FormCreate
OnDestroy = FormDestroy
object StatusBar1: TStatusBar
Left = 0
Height = 44
Top = 462
Width = 1258
Panels = <>
end
object OpenGLControl1: TOpenGLControl
Left = 0
Height = 462
Top = 0
Width = 629
Align = alClient
OpenGLMajorVersion = 4
OpenGLMinorVersion = 3
MultiSampling = 0
DepthBits = 0
OnKeyPress = OpenGLControl1KeyPress
OnMouseDown = OpenGLControl1MouseDown
OnMouseMove = OpenGLControl1MouseMove
OnMouseWheel = OpenGLControl1MouseWheel
OnPaint = OpenGLControl1Paint
OnResize = OpenGLControl1Resize
end
object ResizeTimer: TTimer
Enabled = False
Interval = 200
OnTimer = ResizeTimerTimer
Left = 40
Top = 179
end
end