home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / Colplug / ColPilot.8BF / 0 / RCDATA / TREGISTRATIONFORM / TREGISTRATIONFORM.txt
Encoding:
Text File  |  1999-12-20  |  1.0 KB  |  58 lines

  1. object RegistrationForm: TRegistrationForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Enter registration code'
  6.   ClientHeight = 65
  7.   ClientWidth = 237
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label4: TLabel
  18.     Left = 56
  19.     Top = 12
  20.     Width = 6
  21.     Height = 13
  22.     Caption = '∩┐╜'
  23.   end
  24.   object edtCode1: TEdit
  25.     Left = 10
  26.     Top = 8
  27.     Width = 41
  28.     Height = 21
  29.     MaxLength = 5
  30.     TabOrder = 0
  31.   end
  32.   object edtCode2: TEdit
  33.     Left = 66
  34.     Top = 8
  35.     Width = 161
  36.     Height = 21
  37.     TabOrder = 1
  38.   end
  39.   object btOK: TButton
  40.     Left = 52
  41.     Top = 40
  42.     Width = 60
  43.     Height = 20
  44.     Caption = 'OK'
  45.     TabOrder = 2
  46.     OnClick = btOKClick
  47.   end
  48.   object btCancel: TButton
  49.     Left = 124
  50.     Top = 40
  51.     Width = 60
  52.     Height = 20
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 3
  56.   end
  57. end
  58.