object RegForm: TRegForm Left = 336 Top = 211 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderStyle = bsDialog Caption = 'Register WinHack' ClientHeight = 152 ClientWidth = 188 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 31 Height = 13 Caption = 'Name:' end object Label2: TLabel Left = 8 Top = 56 Width = 80 Height = 13 Caption = 'Registration Key:' end object txt_Name: TEdit Left = 8 Top = 24 Width = 169 Height = 21 TabOrder = 0 OnKeyPress = txt_NameKeyPress end object txt_Key: TEdit Left = 8 Top = 72 Width = 169 Height = 21 TabOrder = 1 OnKeyPress = txt_KeyKeyPress end object cmd_Register: TButton Left = 56 Top = 112 Width = 75 Height = 25 Caption = 'Register' TabOrder = 2 OnClick = cmd_RegisterClick end end