object fmHorsePics: TfmHorsePics Left = 139 Top = 48 Width = 630 Height = 460 Caption = 'Horse Pictures!' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Panel2: TPanel Left = 0 Top = 0 Width = 622 Height = 399 Align = alClient BevelOuter = bvLowered TabOrder = 0 object ScrollBox1: TScrollBox Left = 1 Top = 1 Width = 620 Height = 397 Align = alClient Color = clBlack ParentColor = False TabOrder = 0 object Image1: TImage Left = 192 Top = 48 Width = 142 Height = 190 AutoSize = True end end end object Panel1: TPanel Left = 0 Top = 399 Width = 622 Height = 34 Align = alBottom BevelOuter = bvLowered TabOrder = 1 object Label1: TLabel Left = 8 Top = 10 Width = 609 Height = 13 AutoSize = False Caption = 'Picture description goes here...' end object Panel3: TPanel Left = 356 Top = 1 Width = 265 Height = 32 Align = alRight BevelOuter = bvNone TabOrder = 0 object buBack: TButton Left = 2 Top = 4 Width = 75 Height = 25 Caption = '< &Back' TabOrder = 0 OnClick = buBackClick end object buNext: TButton Left = 85 Top = 4 Width = 75 Height = 25 Caption = '&Next >' TabOrder = 1 OnClick = buNextClick end object BitBtn1: TBitBtn Left = 184 Top = 4 Width = 75 Height = 25 TabOrder = 2 Kind = bkClose end end end end