home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / pantheon.exe / 0 / RCDATA / TWARNINGFORM / TWARNINGFORM.txt
Encoding:
Text File  |  1999-04-22  |  844 b   |  47 lines

  1. object WarningForm: TWarningForm
  2.   Left = 339
  3.   Top = 157
  4.   BorderStyle = bsDialog
  5.   Caption = 'Warning !'
  6.   ClientHeight = 245
  7.   ClientWidth = 375
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object OKBtn: TButton
  16.     Left = 257
  17.     Top = 206
  18.     Width = 93
  19.     Height = 30
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 1
  24.     Visible = False
  25.   end
  26.   object CancelBtn: TButton
  27.     Left = 256
  28.     Top = 206
  29.     Width = 93
  30.     Height = 30
  31.     Cancel = True
  32.     Caption = 'Continue'
  33.     ModalResult = 2
  34.     TabOrder = 0
  35.     Visible = False
  36.   end
  37.   object Memo1: TMemo
  38.     Left = 0
  39.     Top = 0
  40.     Width = 375
  41.     Height = 193
  42.     Align = alTop
  43.     ScrollBars = ssVertical
  44.     TabOrder = 2
  45.   end
  46. end
  47.