home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / CBAR200E.ZIP / CBAR20.EX_ / CBAR20.EX / 0 / RCDATA / TFORMOKREG / TFORMOKREG.txt
Text File  |  1997-10-15  |  904b  |  47 lines

  1. object FormOkReg: TFormOkReg
  2.   Left = 280
  3.   Top = 134
  4.   BorderStyle = bsDialog
  5.   Caption = 'Programma registrato !'
  6.   ClientHeight = 204
  7.   ClientWidth = 300
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object LCongrat: TLabel
  18.     Left = 14
  19.     Top = 16
  20.     Width = 116
  21.     Height = 16
  22.     Caption = 'Congratulazioni !'
  23.     Font.Color = clBlack
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object LMess: TLabel
  30.     Left = 8
  31.     Top = 42
  32.     Width = 283
  33.     Height = 103
  34.     AutoSize = False
  35.     WordWrap = True
  36.   end
  37.   object ButOk: TButton
  38.     Left = 110
  39.     Top = 168
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'Ok'
  43.     TabOrder = 0
  44.     OnClick = ButOkClick
  45.   end
  46. end
  47.