home *** CD-ROM | disk | FTP | other *** search
- object FrmFind98: TFrmFind98
- Left = 200
- Top = 186
- BorderStyle = bsDialog
- Caption = 'Intercent 98 logfile'
- ClientHeight = 143
- ClientWidth = 289
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 9
- Top = 8
- Width = 264
- Height = 57
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'The Intercent 98 logfile was not found on your system. Enter the' +
- ' path where Intercent 98 is installed.'
- WordWrap = True
- end
- object EdtPath: TEdit
- Left = 16
- Top = 62
- Width = 265
- Height = 21
- TabOrder = 0
- Text = 'C:\Program Files\Finiware\Intercent 98'
- end
- object BtnOk: TButton
- Left = 124
- Top = 112
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 1
- OnClick = BtnOkClick
- end
- object BtnCancel: TButton
- Left = 208
- Top = 112
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = BtnCancelClick
- end
- end
-