home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / UBELT.ZIP / Install.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1998-05-19  |  663b  |  36 lines

  1. object Form2: TForm2
  2.   Left = 151
  3.   Top = 94
  4.   BorderStyle = bsDialog
  5.   Caption = 'Error...'
  6.   ClientHeight = 81
  7.   ClientWidth = 294
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 16
  17.     Width = 41
  18.     Height = 16
  19.     Caption = 'Label1'
  20.     Font.Color = clWindowText
  21.     Font.Height = -13
  22.     Font.Name = 'MS Sans Serif'
  23.     Font.Style = []
  24.     ParentFont = False
  25.   end
  26.   object Button1: TButton
  27.     Left = 112
  28.     Top = 52
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'OK'
  32.     TabOrder = 0
  33.     OnClick = Button1Click
  34.   end
  35. end
  36.