home *** CD-ROM | disk | FTP | other *** search
/ Powerdrive 1997 June / POWERDRIVE0697.ISO / share / win95 / anwend / qcopy / _setup.1 / Qcwin.exe / 0 / RCDATA / TSTRUERR / TSTRUERR.txt
Text File  |  1997-03-24  |  722b  |  41 lines

  1. object StruErr: TStruErr
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Fehler'
  7.   ClientHeight = 72
  8.   ClientWidth = 313
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 313
  21.     Height = 72
  22.     Visible = False
  23.   end
  24.   object Label1: TLabel
  25.     Left = 8
  26.     Top = 13
  27.     Width = 185
  28.     Height = 45
  29.     AutoSize = False
  30.     WordWrap = True
  31.   end
  32.   object BitBtn1: TBitBtn
  33.     Left = 215
  34.     Top = 24
  35.     Width = 86
  36.     Height = 25
  37.     TabOrder = 0
  38.     Kind = bkCancel
  39.   end
  40. end
  41.