home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / EPstudio / cm311f.exe / ConMet.exe / 0 / RCDATA / TWARNINGFORM / TWARNINGFORM.txt
Text File  |  1999-11-29  |  1KB  |  58 lines

  1. object WarningForm: TWarningForm
  2.   Left = 339
  3.   Top = 164
  4.   BorderStyle = bsDialog
  5.   Caption = 'Warning !'
  6.   ClientHeight = 173
  7.   ClientWidth = 502
  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 = 400
  17.     Top = 134
  18.     Width = 90
  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 = 400
  28.     Top = 134
  29.     Width = 90
  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 = 502
  41.     Height = 121
  42.     Align = alTop
  43.     Alignment = taCenter
  44.     BorderStyle = bsNone
  45.     Color = clBtnFace
  46.     Ctl3D = False
  47.     Font.Color = clBlack
  48.     Font.Height = -17
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     Lines.Strings = (
  52.       '')
  53.     ParentCtl3D = False
  54.     ParentFont = False
  55.     TabOrder = 2
  56.   end
  57. end
  58.