home *** CD-ROM | disk | FTP | other *** search
- object WarningForm: TWarningForm
- Left = 339
- Top = 157
- BorderStyle = bsDialog
- Caption = 'Warning !'
- ClientHeight = 245
- ClientWidth = 375
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object OKBtn: TButton
- Left = 257
- Top = 206
- Width = 93
- Height = 30
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- Visible = False
- end
- object CancelBtn: TButton
- Left = 256
- Top = 206
- Width = 93
- Height = 30
- Cancel = True
- Caption = 'Continue'
- ModalResult = 2
- TabOrder = 0
- Visible = False
- end
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 375
- Height = 193
- Align = alTop
- ScrollBars = ssVertical
- TabOrder = 2
- end
- end
-