You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
449 B
Plaintext
23 lines
449 B
Plaintext
object MainForm: TMainForm
|
|
Left = 334
|
|
Height = 480
|
|
Top = 151
|
|
Width = 640
|
|
Caption = 'MainForm'
|
|
ClientHeight = 480
|
|
ClientWidth = 640
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
LCLVersion = '2.2.4.0'
|
|
object OpenGLControl: TOpenGLControl
|
|
Left = 0
|
|
Height = 480
|
|
Top = 0
|
|
Width = 640
|
|
Align = alClient
|
|
OnClick = OpenGLControlClick
|
|
OnPaint = OpenGLControlPaint
|
|
OnResize = OpenGLControlResize
|
|
end
|
|
end
|