home *** CD-ROM | disk | FTP | other *** search
- object WarningForm: TWarningForm
- Left = 339
- Top = 164
- BorderStyle = bsDialog
- Caption = 'Warning !'
- ClientHeight = 173
- ClientWidth = 502
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object OKBtn: TButton
- Left = 400
- Top = 134
- Width = 90
- Height = 30
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- Visible = False
- end
- object CancelBtn: TButton
- Left = 400
- Top = 134
- Width = 90
- Height = 30
- Cancel = True
- Caption = 'Continue'
- ModalResult = 2
- TabOrder = 0
- Visible = False
- end
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 502
- Height = 121
- Align = alTop
- Alignment = taCenter
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- '')
- ParentCtl3D = False
- ParentFont = False
- TabOrder = 2
- end
- end
-