object Form12: TForm12 Left = 144 Top = 183 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Environment Information' ClientHeight = 146 ClientWidth = 353 Color = clBackground Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 353 Height = 146 Align = alClient TabOrder = 0 object Label1: TLabel Left = 16 Top = 16 Width = 32 Height = 13 Caption = 'Label1' end object Label2: TLabel Left = 16 Top = 48 Width = 32 Height = 13 Caption = 'Label2' end object Label3: TLabel Left = 16 Top = 80 Width = 32 Height = 13 Caption = 'Label3' end object Button1: TButton Left = 136 Top = 112 Width = 75 Height = 25 Caption = '&Exit' Default = True TabOrder = 0 OnClick = Button1Click end end end