home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #10 / K-CD-10-2002.ISO / Tools / InterCent / _SETUP.1 / Intercent99.exe / 0 / RCDATA / TFRMERRORTXT / TFRMERRORTXT.txt
Encoding:
Text File  |  1999-06-01  |  765 b   |  40 lines

  1. object FrmErrorTxt: TFrmErrorTxt
  2.   Left = 169
  3.   Top = 196
  4.   BorderStyle = bsDialog
  5.   Caption = 'Intercent 99'
  6.   ClientHeight = 137
  7.   ClientWidth = 231
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnActivate = FormActivate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object L_Text: TLabel
  16.     Left = 9
  17.     Top = 9
  18.     Width = 208
  19.     Height = 88
  20.     AutoSize = False
  21.     Caption = 'L_Text'
  22.     Font.Color = clRed
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.     WordWrap = True
  28.   end
  29.   object BtnOK: TButton
  30.     Left = 72
  31.     Top = 104
  32.     Width = 81
  33.     Height = 25
  34.     Caption = '&OK'
  35.     Default = True
  36.     TabOrder = 0
  37.     OnClick = BtnOKClick
  38.   end
  39. end
  40.