Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- object MainForm: TMainForm
- Left = 465
- Height = 451
- Top = 217
- Width = 411
- Caption = 'MainForm'
- ClientHeight = 451
- ClientWidth = 411
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- LCLVersion = '1.3'
- object RenderPanel: TPanel
- Left = 0
- Height = 371
- Top = 0
- Width = 411
- Align = alClient
- TabOrder = 0
- OnResize = RenderPanelResize
- end
- object LogLB: TListBox
- Left = 0
- Height = 80
- Top = 371
- Width = 411
- Align = alBottom
- ItemHeight = 0
- TabOrder = 1
- end
- object ApplicationProperties: TApplicationProperties
- OnIdle = ApplicationPropertiesIdle
- left = 64
- top = 24
- end
- end
|