23 lines
441 B
Plaintext
23 lines
441 B
Plaintext
object Form1: TForm1
|
|
Left = 598
|
|
Height = 240
|
|
Top = 229
|
|
Width = 320
|
|
Caption = 'Form1'
|
|
ClientHeight = 240
|
|
ClientWidth = 320
|
|
LCLVersion = '1.8.2.0'
|
|
object BGLVirtualScreen1: TBGLVirtualScreen
|
|
Left = 0
|
|
Height = 240
|
|
Top = 0
|
|
Width = 320
|
|
OnRedraw = BGLVirtualScreen1Redraw
|
|
Align = alClient
|
|
BevelWidth = 0
|
|
TabOrder = 0
|
|
UseDockManager = False
|
|
OnDblClick = BGLVirtualScreen1DblClick
|
|
end
|
|
end
|