home *** CD-ROM | disk | FTP | other *** search
/ Slippery When Wet / SLIPPERY_WET.bin / thezone.exe / 0 / RCDATA / TFORMAUTOPLAY / TFORMAUTOPLAY.txt
Encoding:
Text File  |  1999-11-02  |  1.5 KB  |  80 lines

  1. object FormAutoPlay: TFormAutoPlay
  2.   Left = 414
  3.   Top = 167
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'AutoPlay '
  7.   ClientHeight = 144
  8.   ClientWidth = 185
  9.   Color = clGray
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LblDelay: TLabel
  19.     Left = 4
  20.     Top = 25
  21.     Width = 180
  22.     Height = 16
  23.     Caption = 'Time delay between pictures:'
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'Arial'
  27.     Font.Style = [fsBold, fsItalic]
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 5
  32.     Top = 41
  33.     Width = 64
  34.     Height = 16
  35.     Caption = '5 Seconds'
  36.     Font.Color = clBlack
  37.     Font.Height = -13
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object LblSettings: TLabel
  43.     Left = 4
  44.     Top = 9
  45.     Width = 50
  46.     Height = 16
  47.     Caption = 'Settings'
  48.     Font.Color = clBlack
  49.     Font.Height = -13
  50.     Font.Name = 'Arial'
  51.     Font.Style = [fsBold, fsItalic]
  52.     ParentFont = False
  53.   end
  54.   object TrackBar1: TTrackBar
  55.     Left = 15
  56.     Top = 64
  57.     Width = 145
  58.     Height = 45
  59.     Min = 1
  60.     Orientation = trHorizontal
  61.     Frequency = 1
  62.     Position = 5
  63.     SelEnd = 0
  64.     SelStart = 0
  65.     TabOrder = 0
  66.     TickMarks = tmBottomRight
  67.     TickStyle = tsAuto
  68.     OnChange = TrackBar1Change
  69.   end
  70.   object Button1: TButton
  71.     Left = 101
  72.     Top = 114
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'Okay'
  76.     TabOrder = 1
  77.     OnClick = Button1Click
  78.   end
  79. end
  80.