object formRegistration: TformRegistration Left = 533 Top = 228 ActiveControl = edtSerial BorderStyle = bsDialog Caption = 'Program Registration' ClientHeight = 201 ClientWidth = 335 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 168 Top = 168 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 256 Top = 168 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 321 Height = 153 TabOrder = 2 object Label2: TLabel Left = 8 Top = 16 Width = 83 Height = 13 Caption = 'Registration code' end object edtSerial: TMemo Left = 8 Top = 32 Width = 305 Height = 113 TabOrder = 0 end end end