123456789101112131415161718192021222324 |
- object Form1: TForm1
- Left = 544
- Height = 600
- Top = 208
- Width = 800
- Caption = '01 - Initialization LCL'
- ClientHeight = 600
- ClientWidth = 800
- KeyPreview = True
- OnActivate = FormActivate
- OnClose = FormClose
- Position = poScreenCenter
- LCLVersion = '1.0.1.4'
- object Panel1: TPanel
- Left = 5
- Height = 590
- Top = 5
- Width = 790
- Anchors = [akTop, akLeft, akRight, akBottom]
- Caption = 'Panel1'
- TabOrder = 0
- OnResize = Panel1Resize
- end
- end
|