object fmMain: TfmMain Left = 274 Top = 191 ActiveControl = btProceed BorderStyle = bsSingle Caption = 'Auto-execu��o do Hiper CD-ROM...' ClientHeight = 115 ClientWidth = 346 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lbTime: TLabel Left = 122 Top = 38 Width = 14 Height = 13 Caption = '0 s' end object Bevel1: TBevel Left = 0 Top = 84 Width = 346 Height = 31 Align = alBottom Shape = bsTopLine Style = bsRaised end object Label1: TLabel Left = 10 Top = 38 Width = 83 Height = 13 Caption = 'Tempo decorrido:' end object lbWaitTime: TLabel Left = 10 Top = 10 Width = 53 Height = 13 Caption = 'lbWaitTime' end object btProceed: TButton Left = 174 Top = 90 Width = 75 Height = 21 Caption = 'C&ontinuar' Default = True TabOrder = 0 OnClick = btProceedClick end object btCancelar: TButton Left = 264 Top = 90 Width = 75 Height = 21 Cancel = True Caption = '&Cancelar' TabOrder = 1 OnClick = btCancelarClick end object Timer: TTimer Enabled = False OnTimer = TimerTimer Left = 198 Top = 16 end end