1234567891011121314151617181920212223242526272829303132 |
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 808
- Height = 627
- Caption = '01 - Initialization VCL'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- DesignSize = (
- 800
- 600)
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 5
- Top = 5
- Width = 790
- Height = 590
- Anchors = [akLeft, akTop, akRight, akBottom]
- Caption = 'Panel1'
- TabOrder = 0
- OnResize = Panel1Resize
- end
- end
|