object Base: TBase Left = 200 Top = 112 Width = 435 Height = 300 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 423 Height = 41 Align = alTop TabOrder = 0 object Label1: TLabel Left = 1 Top = 1 Width = 194 Height = 39 Align = alLeft Caption = 'Global Dive Supply' Font.Color = clPurple Font.Height = -21 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False end end object Panel2: TPanel Left = 0 Top = 228 Width = 423 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 1 object Button1: TButton Left = 336 Top = 8 Width = 75 Height = 25 Caption = 'Exit' TabOrder = 0 OnClick = Button1Click end end end