home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / CALCBOX.ZIP / COMPONEN / REGFORM.DFM / REGFORM.txt
Text File  |  1996-01-01  |  2KB  |  82 lines

  1. object RegBox: TRegBox
  2.   Left = 170
  3.   Top = 156
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'TCalculatorBox'
  9.   ClientHeight = 156
  10.   ClientWidth = 261
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   PixelsPerInch = 96
  17.   Position = poScreenCenter
  18.   TextHeight = 16
  19.   object Registor: TLabel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 261
  23.     Height = 156
  24.     Align = alClient
  25.     Alignment = taCenter
  26.     Caption = 
  27.       'This is a trial-version of my component. Thank you for trying it' +
  28.       '.  '
  29.     Font.Color = clBlack
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     OnClick = RegistorClick
  35.   end
  36.   object Label1: TLabel
  37.     Left = 72
  38.     Top = 50
  39.     Width = 112
  40.     Height = 16
  41.     Caption = 'Charlotte Gamsu '
  42.   end
  43.   object Bevel1: TBevel
  44.     Left = 24
  45.     Top = 40
  46.     Width = 201
  47.     Height = 9
  48.   end
  49.   object Label2: TLabel
  50.     Left = 56
  51.     Top = 72
  52.     Width = 143
  53.     Height = 13
  54.     Caption = '1005.1107@compuserve.com'
  55.     Font.Color = clBlack
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.   end
  61.   object Label3: TLabel
  62.     Left = 72
  63.     Top = 88
  64.     Width = 107
  65.     Height = 13
  66.     Caption = 'cgamsu@taynet.co.uk'
  67.     Font.Color = clBlack
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.   end
  73.   object BitBtn1: TBitBtn
  74.     Left = 88
  75.     Top = 120
  76.     Width = 89
  77.     Height = 25
  78.     TabOrder = 0
  79.     Kind = bkOK
  80.   end
  81. end
  82.