object Form1: TForm1 Left = 0 Top = 0 Caption = '01 - Initialization VCL' ClientHeight = 600 ClientWidth = 800 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 = 2 Top = 2 Width = 790 Height = 590 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'Panel1' TabOrder = 0 OnResize = Panel1Resize end end