12345678910111213141516171819202122232425 |
- object Form4: TForm4
- Left = 260
- Top = 55
- Width = 928
- Height = 480
- Caption = 'Form4'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object GLCadencer1: TGLCadencer
- Scene = Form1.Scene1
- TimeMultiplier = 0.500000000000000000
- MinDeltaTime = 0.010000000000000000
- OnProgress = GLCadencer1Progress
- Left = 160
- Top = 120
- end
- end
|