home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / DELUT / BICAT2.ZIP / Bicat.exe / 0 / RCDATA / TREGFORM / TREGFORM.txt
Text File  |  1998-07-14  |  1KB  |  74 lines

  1. object RegForm: TRegForm
  2.   Left = 163
  3.   Top = 89
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registration'
  6.   ClientHeight = 156
  7.   ClientWidth = 327
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCloseQuery = FormCloseQuery
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object InfoLabel: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 309
  20.     Height = 33
  21.     AutoSize = False
  22.     Caption = 'RegInfo'
  23.     WordWrap = True
  24.   end
  25.   object NameLabel: TLabel
  26.     Left = 8
  27.     Top = 52
  28.     Width = 54
  29.     Height = 13
  30.     Caption = 'NameLabel'
  31.   end
  32.   object RegCodeLabel: TLabel
  33.     Left = 8
  34.     Top = 88
  35.     Width = 51
  36.     Height = 13
  37.     Caption = 'CodeLabel'
  38.   end
  39.   object NameEdit: TEdit
  40.     Left = 104
  41.     Top = 52
  42.     Width = 215
  43.     Height = 21
  44.     TabOrder = 0
  45.   end
  46.   object CodeEdit: TEdit
  47.     Left = 104
  48.     Top = 84
  49.     Width = 215
  50.     Height = 21
  51.     TabOrder = 1
  52.   end
  53.   object OKBtn: TButton
  54.     Left = 164
  55.     Top = 120
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'OK'
  59.     Default = True
  60.     ModalResult = 1
  61.     TabOrder = 2
  62.   end
  63.   object CancelBtn: TButton
  64.     Left = 244
  65.     Top = 120
  66.     Width = 75
  67.     Height = 25
  68.     Cancel = True
  69.     Caption = 'CancelBtn'
  70.     ModalResult = 2
  71.     TabOrder = 3
  72.   end
  73. end
  74.