home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / nowosci / pcast / _setup.1 / PCast.exe / 0 / RCDATA / TFRMDELAY / TFRMDELAY.txt
Text File  |  1997-11-08  |  2KB  |  82 lines

  1. object frmDelay: TfrmDelay
  2.   Left = 349
  3.   Top = 158
  4.   BorderStyle = bsDialog
  5.   Caption = 'Slide Show'
  6.   ClientHeight = 158
  7.   ClientWidth = 344
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label2: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 241
  20.     Height = 57
  21.     AutoSize = False
  22.     Caption = 
  23.       'Slide show will display all pictures in a slide show format star' +
  24.       'ting at the current picture unit the STOP button is pressed'
  25.     WordWrap = True
  26.   end
  27.   object Button1: TButton
  28.     Left = 264
  29.     Top = 8
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 1
  36.   end
  37.   object Button2: TButton
  38.     Left = 264
  39.     Top = 40
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 2
  46.   end
  47.   object GroupBox1: TGroupBox
  48.     Left = 8
  49.     Top = 72
  50.     Width = 329
  51.     Height = 81
  52.     Caption = 'Options '
  53.     TabOrder = 0
  54.     object Label1: TLabel
  55.       Left = 32
  56.       Top = 18
  57.       Width = 140
  58.       Height = 13
  59.       Caption = 'Enter The Delay In Seconds :'
  60.     end
  61.     object Delay: TSpinEdit
  62.       Left = 176
  63.       Top = 16
  64.       Width = 57
  65.       Height = 22
  66.       MaxValue = 60
  67.       MinValue = 1
  68.       TabOrder = 0
  69.       Value = 4
  70.     end
  71.     object cbLoop: TCheckBox
  72.       Left = 32
  73.       Top = 40
  74.       Width = 153
  75.       Height = 17
  76.       Caption = 'Loop Continuously'
  77.       State = cbChecked
  78.       TabOrder = 1
  79.     end
  80.   end
  81. end
  82.