home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / sharewar / 32psft / _SETUP.1 / FTP.EXE / 0 / RCDATA / TSCHEDULEINITFORM / TSCHEDULEINITFORM.txt
Text File  |  1997-04-19  |  988b  |  51 lines

  1. object ScheduleInitForm: TScheduleInitForm
  2.   Left = 236
  3.   Top = 254
  4.   Width = 233
  5.   Height = 99
  6.   Caption = 'Scheduled Transfer'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   ShowHint = True
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 5
  20.     Width = 150
  21.     Height = 13
  22.     Caption = 'Initializing Scheduled Transfer...'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 106
  26.     Top = 22
  27.     Width = 12
  28.     Height = 13
  29.     Caption = '10'
  30.     Font.Color = clRed
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 75
  38.     Top = 43
  39.     Width = 75
  40.     Height = 25
  41.     Hint = 'Click Here To CANCEL Scheduled Transfer'
  42.     TabOrder = 0
  43.     Kind = bkCancel
  44.   end
  45.   object Timer1: TTimer
  46.     OnTimer = Timer1Timer
  47.     Left = 192
  48.     Top = 40
  49.   end
  50. end
  51.