home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 441 / _SETUP.1 / PTF.exe / 0 / RCDATA / TFMHORSEPICS / TFMHORSEPICS.txt
Text File  |  1997-11-15  |  2KB  |  96 lines

  1. object fmHorsePics: TfmHorsePics
  2.   Left = 139
  3.   Top = 48
  4.   Width = 630
  5.   Height = 460
  6.   Caption = 'Horse Pictures!'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnResize = FormResize
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel2: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 622
  21.     Height = 399
  22.     Align = alClient
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ScrollBox1: TScrollBox
  26.       Left = 1
  27.       Top = 1
  28.       Width = 620
  29.       Height = 397
  30.       Align = alClient
  31.       Color = clBlack
  32.       ParentColor = False
  33.       TabOrder = 0
  34.       object Image1: TImage
  35.         Left = 192
  36.         Top = 48
  37.         Width = 142
  38.         Height = 190
  39.         AutoSize = True
  40.       end
  41.     end
  42.   end
  43.   object Panel1: TPanel
  44.     Left = 0
  45.     Top = 399
  46.     Width = 622
  47.     Height = 34
  48.     Align = alBottom
  49.     BevelOuter = bvLowered
  50.     TabOrder = 1
  51.     object Label1: TLabel
  52.       Left = 8
  53.       Top = 10
  54.       Width = 609
  55.       Height = 13
  56.       AutoSize = False
  57.       Caption = 'Picture description goes here...'
  58.     end
  59.     object Panel3: TPanel
  60.       Left = 356
  61.       Top = 1
  62.       Width = 265
  63.       Height = 32
  64.       Align = alRight
  65.       BevelOuter = bvNone
  66.       TabOrder = 0
  67.       object buBack: TButton
  68.         Left = 2
  69.         Top = 4
  70.         Width = 75
  71.         Height = 25
  72.         Caption = '< &Back'
  73.         TabOrder = 0
  74.         OnClick = buBackClick
  75.       end
  76.       object buNext: TButton
  77.         Left = 85
  78.         Top = 4
  79.         Width = 75
  80.         Height = 25
  81.         Caption = '&Next >'
  82.         TabOrder = 1
  83.         OnClick = buNextClick
  84.       end
  85.       object BitBtn1: TBitBtn
  86.         Left = 184
  87.         Top = 4
  88.         Width = 75
  89.         Height = 25
  90.         TabOrder = 2
  91.         Kind = bkClose
  92.       end
  93.     end
  94.   end
  95. end
  96.