home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #6 / K-CD_2002-06.iso / Tools / InterCent / _SETUP.1 / Intercent99.exe / 0 / RCDATA / TFRMFIND98 / TFRMFIND98.txt
Text File  |  1999-06-01  |  1KB  |  54 lines

  1. object FrmFind98: TFrmFind98
  2.   Left = 200
  3.   Top = 186
  4.   BorderStyle = bsDialog
  5.   Caption = 'Intercent 98 logfile'
  6.   ClientHeight = 143
  7.   ClientWidth = 289
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label2: TLabel
  16.     Left = 9
  17.     Top = 8
  18.     Width = 264
  19.     Height = 57
  20.     Alignment = taCenter
  21.     AutoSize = False
  22.     Caption = 
  23.       'The Intercent 98 logfile was not found on your system. Enter the' +
  24.       ' path where Intercent 98 is installed.'
  25.     WordWrap = True
  26.   end
  27.   object EdtPath: TEdit
  28.     Left = 16
  29.     Top = 62
  30.     Width = 265
  31.     Height = 21
  32.     TabOrder = 0
  33.     Text = 'C:\Program Files\Finiware\Intercent 98'
  34.   end
  35.   object BtnOk: TButton
  36.     Left = 124
  37.     Top = 112
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&OK'
  41.     TabOrder = 1
  42.     OnClick = BtnOkClick
  43.   end
  44.   object BtnCancel: TButton
  45.     Left = 208
  46.     Top = 112
  47.     Width = 75
  48.     Height = 25
  49.     Caption = '&Cancel'
  50.     TabOrder = 2
  51.     OnClick = BtnCancelClick
  52.   end
  53. end
  54.