- object MainForm: TMainForm
- Left = 465
- Height = 460
- Top = 217
- Width = 683
- Caption = 'MainForm'
- ClientHeight = 460
- ClientWidth = 683
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnResize = FormResize
- LCLVersion = '1.3'
- object LogLB: TListBox
- Left = 0
- Height = 80
- Top = 380
- Width = 683
- Align = alBottom
- ItemHeight = 0
- TabOrder = 0
- end
- object RenderPanel1: TPanel
- Left = 144
- Height = 200
- Top = 40
- Width = 200
- BevelOuter = bvNone
- BorderStyle = bsSingle
- TabOrder = 1
- end
- object RenderPanel2: TPanel
- Left = 200
- Height = 200
- Top = 88
- Width = 200
- BevelOuter = bvNone
- BorderStyle = bsSingle
- TabOrder = 2
- end
- object ApplicationProperties: TApplicationProperties
- OnIdle = ApplicationPropertiesIdle
- left = 64
- top = 24
- end
- end
|