home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / share / free / slash / slash.exe / Slash.exe / 0 / RCDATA / TSLIDEOPTIONSFORM / TSLIDEOPTIONSFORM.txt
Encoding:
Text File  |  1999-07-25  |  1.5 KB  |  82 lines

  1. object SlideOptionsForm: TSlideOptionsForm
  2.   Left = 200
  3.   Top = 104
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'SlideShow Options'
  7.   ClientHeight = 147
  8.   ClientWidth = 286
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object RxLabel1: TRxLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 169
  20.     Height = 13
  21.     Caption = 'Time between images: (in seconds}'
  22.   end
  23.   object SeqCheck: TRadioButton
  24.     Left = 8
  25.     Top = 56
  26.     Width = 113
  27.     Height = 17
  28.     Caption = 'Sequential'
  29.     Checked = True
  30.     TabOrder = 0
  31.     TabStop = True
  32.   end
  33.   object RanCheck: TRadioButton
  34.     Left = 8
  35.     Top = 80
  36.     Width = 113
  37.     Height = 17
  38.     Caption = 'Random'
  39.     TabOrder = 1
  40.   end
  41.   object ShowWindow: TCheckBox
  42.     Left = 8
  43.     Top = 120
  44.     Width = 153
  45.     Height = 17
  46.     Caption = 'Show this window next time'
  47.     State = cbChecked
  48.     TabOrder = 2
  49.   end
  50.   object OK: TBitBtn
  51.     Left = 200
  52.     Top = 8
  53.     Width = 75
  54.     Height = 25
  55.     TabOrder = 4
  56.     Kind = bkOK
  57.   end
  58.   object Cancel: TBitBtn
  59.     Left = 200
  60.     Top = 48
  61.     Width = 75
  62.     Height = 25
  63.     TabOrder = 3
  64.     Kind = bkCancel
  65.   end
  66.   object TimeDelay: TRxSpinEdit
  67.     Left = 8
  68.     Top = 24
  69.     Width = 121
  70.     Height = 21
  71.     Decimal = 0
  72.     Value = 10.000000000000000000
  73.     TabOrder = 5
  74.   end
  75.   object FormPlacement: TFormPlacement
  76.     Options = [fpPosition]
  77.     UseRegistry = True
  78.     Left = 129
  79.     Top = 59
  80.   end
  81. end
  82.