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

  1. object FormRegProg: TFormRegProg
  2.   Left = 239
  3.   Top = 183
  4.   ActiveControl = ECod
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registrazione del programma'
  7.   ClientHeight = 130
  8.   ClientWidth = 344
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LMess: TLabel
  19.     Left = 6
  20.     Top = 18
  21.     Width = 331
  22.     Height = 33
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 
  26.       'Inserisci il codice per la registrazione del programma che hai r' +
  27.       'icevuto dalla CompuArt.'
  28.     WordWrap = True
  29.   end
  30.   object LTrick: TLabel
  31.     Left = 144
  32.     Top = 116
  33.     Width = 37
  34.     Height = 13
  35.     Caption = 'LTrick'
  36.   end
  37.   object ECod: TEdit
  38.     Left = 16
  39.     Top = 56
  40.     Width = 307
  41.     Height = 21
  42.     TabOrder = 0
  43.   end
  44.   object ButOk: TButton
  45.     Left = 64
  46.     Top = 90
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Ok'
  50.     Default = True
  51.     TabOrder = 1
  52.     OnClick = ButOkClick
  53.   end
  54.   object ButAbort: TButton
  55.     Left = 204
  56.     Top = 90
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Annulla'
  60.     TabOrder = 2
  61.     OnClick = ButAbortClick
  62.   end
  63. end
  64.