home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia Fácil 56 / INF1297.iso / RECOMEN / ILV16AU / _SETUP.1 / infolink.exe / 0 / RCDATA / TFRMPAUSED / TFRMPAUSED.txt < prev   
Text File  |  1997-04-22  |  2KB  |  80 lines

  1. object frmPaused: TfrmPaused
  2.   Left = 96
  3.   Top = 106
  4.   Width = 289
  5.   Height = 104
  6.   HelpContext = 320
  7.   ActiveControl = btnContinue
  8.   BorderIcons = [biMinimize]
  9.   Caption = 'Link Checking Paused'
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object lblMessage: TLabel
  22.     Left = 3
  23.     Top = 15
  24.     Width = 274
  25.     Height = 22
  26.     AutoSize = False
  27.     Caption = 'InfoLink Paused.  Waiting To Continue.                   '
  28.     Font.Color = clBlack
  29.     Font.Height = -12
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object lblTime: TLabel
  35.     Left = 207
  36.     Top = 51
  37.     Width = 70
  38.     Height = 13
  39.     Alignment = taCenter
  40.     AutoSize = False
  41.     Font.Color = clBlack
  42.     Font.Height = -13
  43.     Font.Name = 'Times New Roman'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object Label1: TLabel
  48.     Left = 132
  49.     Top = 51
  50.     Width = 71
  51.     Height = 15
  52.     Caption = 'Time Elapsed'
  53.     Font.Color = clBlack
  54.     Font.Height = -13
  55.     Font.Name = 'Times New Roman'
  56.     Font.Style = []
  57.     ParentFont = False
  58.   end
  59.   object btnContinue: TButton
  60.     Left = 6
  61.     Top = 48
  62.     Width = 94
  63.     Height = 22
  64.     HelpContext = 320
  65.     Caption = 'Continue'
  66.     Font.Color = clBlack
  67.     Font.Height = -13
  68.     Font.Name = 'Times New Roman'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     TabOrder = 0
  72.     OnClick = btnContinueClick
  73.   end
  74.   object tmrTimer: TTimer
  75.     OnTimer = tmrTimerTimer
  76.     Left = 102
  77.     Top = 49
  78.   end
  79. end
  80.