home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / REGISTOR.ZIP / Regform.dfm / Regform.txt
Text File  |  1995-12-15  |  595b  |  30 lines

  1. object RegBox: TRegBox
  2.   Left = 278
  3.   Top = 96
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   ClientHeight = 215
  9.   ClientWidth = 261
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   TextHeight = 16
  19.   object Registor: TLabel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 261
  23.     Height = 215
  24.     Align = alClient
  25.     Alignment = taCenter
  26.     Caption = 'Registor'
  27.     OnClick = RegistorClick
  28.   end
  29. end
  30.