home *** CD-ROM | disk | FTP | other *** search
/ Hiper 10 / HiperCDROM10.iso / AUTORUN.EXE / 0 / RCDATA / TFMMAIN / TFMMAIN.txt
Text File  |  1999-03-25  |  1KB  |  77 lines

  1. object fmMain: TfmMain
  2.   Left = 274
  3.   Top = 191
  4.   ActiveControl = btProceed
  5.   BorderStyle = bsSingle
  6.   Caption = 'Auto-execu∩┐╜∩┐╜o do Hiper CD-ROM...'
  7.   ClientHeight = 115
  8.   ClientWidth = 346
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lbTime: TLabel
  21.     Left = 122
  22.     Top = 38
  23.     Width = 14
  24.     Height = 13
  25.     Caption = '0 s'
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 0
  29.     Top = 84
  30.     Width = 346
  31.     Height = 31
  32.     Align = alBottom
  33.     Shape = bsTopLine
  34.     Style = bsRaised
  35.   end
  36.   object Label1: TLabel
  37.     Left = 10
  38.     Top = 38
  39.     Width = 83
  40.     Height = 13
  41.     Caption = 'Tempo decorrido:'
  42.   end
  43.   object lbWaitTime: TLabel
  44.     Left = 10
  45.     Top = 10
  46.     Width = 53
  47.     Height = 13
  48.     Caption = 'lbWaitTime'
  49.   end
  50.   object btProceed: TButton
  51.     Left = 174
  52.     Top = 90
  53.     Width = 75
  54.     Height = 21
  55.     Caption = 'C&ontinuar'
  56.     Default = True
  57.     TabOrder = 0
  58.     OnClick = btProceedClick
  59.   end
  60.   object btCancelar: TButton
  61.     Left = 264
  62.     Top = 90
  63.     Width = 75
  64.     Height = 21
  65.     Cancel = True
  66.     Caption = '&Cancelar'
  67.     TabOrder = 1
  68.     OnClick = btCancelarClick
  69.   end
  70.   object Timer: TTimer
  71.     Enabled = False
  72.     OnTimer = TimerTimer
  73.     Left = 198
  74.     Top = 16
  75.   end
  76. end
  77.